_LIBCAT_HIERARCHYTYPE Enumeration

Specifies the hierarchy element type.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration _LIBCAT_HIERARCHYTYPE
[FlagsAttribute]
public enum _LIBCAT_HIERARCHYTYPE
[FlagsAttribute]
public enum class _LIBCAT_HIERARCHYTYPE
[<FlagsAttribute>]
type _LIBCAT_HIERARCHYTYPE
public enum _LIBCAT_HIERARCHYTYPE

Members

Member name Description
LCHT_UNKNOWN Unknown (Generic) hierarchy element type.
LCHT_FOLDER Folder hierarchy element type.
LCHT_BASESANDINTERFACES Bases and Interfaces hierarchy element type.
LCHT_PROJECTREFERENCES Project References hierarchy element type.
LCHT_DERIVEDTYPES Derived Types hierarchy element type.
LCHT_INFO Info hierarchy element type.

Remarks

COM Signature

From vsshell80.idl:

enum _LIBCAT_HIERARCHYTYPE
{
    LCHT_UNKNOWN            = 0x0001,
    LCHT_FOLDER             = 0x0002,
    LCHT_BASESANDINTERFACES = 0x0004,
    LCHT_PROJECTREFERENCES  = 0x0008,
    LCHT_DERIVEDTYPES       = 0x0010,
    LCHT_INFO               = 0x0020
};
typedef DWORD LIBCAT_HIERARCHYTYPE;

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace