_LIB_LISTTYPE2 Enumeration

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

‘선언
Public Enumeration _LIB_LISTTYPE2
‘사용 방법
Dim instance As _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;

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace