_LIBCAT_HIERARCHYTYPE Enum

Definition

Specifies the hierarchy element type.

This enumeration supports a bitwise combination of its member values.

public enum class _LIBCAT_HIERARCHYTYPE
public enum class _LIBCAT_HIERARCHYTYPE
enum _LIBCAT_HIERARCHYTYPE
[System.Flags]
public enum _LIBCAT_HIERARCHYTYPE
[<System.Flags>]
type _LIBCAT_HIERARCHYTYPE = 
Public Enum _LIBCAT_HIERARCHYTYPE
Inheritance
_LIBCAT_HIERARCHYTYPE
Attributes

Fields

LCHT_BASESANDINTERFACES 4

Bases and Interfaces hierarchy element type.

LCHT_DERIVEDTYPES 16

Derived Types hierarchy element type.

LCHT_FOLDER 2

Folder hierarchy element type.

LCHT_INFO 32

Info hierarchy element type.

LCHT_PROJECTREFERENCES 8

Project References hierarchy element type.

LCHT_UNKNOWN 1

Unknown (Generic) 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;  

Applies to