Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional members to the _LIB_LISTTYPE enumeration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration _LIB_LISTTYPE2
public enum _LIB_LISTTYPE2
public enum class _LIB_LISTTYPE2
type _LIB_LISTTYPE2
public enum _LIB_LISTTYPE2
Members
Member name | Description | |
---|---|---|
LLT_NIL | NIL; 0 | |
LLT_MEMBERHIERARCHY | Member hierarchy list type (object browser places lists of this type in the member pane). |
Remarks
COM Signature
From vsshell80.idl:
enum _LIB_LISTTYPE2
{
LLT_NIL = 0x000000,
LLT_MEMBERHIERARCHY = 0x000020l
};
typedef DWORD LIB_LISTTYPE2;