_LIB_LISTTYPE2 Enum

Definition

Provides additional members to the _LIB_LISTTYPE enumeration.

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

Fields

LLT_MEMBERHIERARCHY 32

Member hierarchy list type (object browser places lists of this type in the member pane).

LLT_NIL 0

NIL; 0

Remarks

COM Signature

From vsshell80.idl:

enum _LIB_LISTTYPE2  
{  
    LLT_NIL                         = 0x000000,  
    LLT_MEMBERHIERARCHY             = 0x000020l  
};  
typedef DWORD           LIB_LISTTYPE2;  

Applies to