_LIB_LISTTYPE Enum

Definition

Specifies the ListType of an object list.

public enum class _LIB_LISTTYPE
public enum class _LIB_LISTTYPE
enum _LIB_LISTTYPE
public enum _LIB_LISTTYPE
type _LIB_LISTTYPE = 
Public Enum _LIB_LISTTYPE
Inheritance
_LIB_LISTTYPE

Fields

LLT_CLASSES 4

Specifies that the list contain classes.

LLT_CONTAINEDBY 64

Obsolete.

LLT_CONTAINMENT 32

Obsolete.

LLT_DEFEREXPANSION 1048576

Special list type to indicate non-preferred expansion mechanism.

LLT_DEFINITIONS 4096

Obsolete.

LLT_HIERARCHY 1

Special list type to support the grouped base and derived classes list in Class View.

LLT_INHERITEDINTERFACES 1024

Obsolete.

LLT_INTERFACEUSEDBYCLASSES 2048

Obsolete.

LLT_MEMBERS 8

Specifies that the list contain members.

LLT_NAMESPACES 2

Specifies that the list contain name spaces.

LLT_NESTEDCLASSES 512

Obsolete.

LLT_PACKAGE 16

Old name for LLT_PHYSICALCONTAINERS.

LLT_PHYSICALCONTAINERS 16

Specifies that the list contain physical containers.

LLT_REFERENCES 8192

Obsolete.

LLT_USEDBYCLASSES 256

Obsolete.

LLT_USESCLASSES 128

Obsolete.

Remarks

COM Signature

From vsshell.idl:

The environment's object manager uses this enumeration to specify the type of object list it is requesting information about. You can then use the value of the enumerated variable to control program flow to appropriate code sections. Return LLT_DEFEREXPANSION if you intend to implement GetExpandable and GetExpandedList instead of the preferred GetCategoryField mechanism.

Applies to