LIB_CATEGORY Enum

Definition

Specifies the Library item categories that can be further parameterized.

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

Fields

LC_ACTIVEPROJECT 5

Library item can have ACTIVEPROJECT attributes as specified in _LIBCAT_ACTIVEPROJECT.

LC_CLASSACCESS 4

Library item can have CLASSACCESS attributes as specified in _LIBCAT_CLASSACCESS.

LC_CLASSTYPE 3

Library item can have CLASSTYPE attributes as specified in _LIBCAT_CLASSTYPE.

LC_LISTTYPE 6

Library item can have LISTTYPE attributes as specified in _LIB_LISTTYPE. This is a special value to determine which sublists are supported.

LC_MEMBERACCESS 2

Library item can have MEMBERACCESS attributes as specified in _LIBCAT_MEMBERACCESS.

LC_MEMBERTYPE 1

Library item can have MEMBERTYPE attributes as specified in _LIBCAT_MEMBERTYPE.

LC_MODIFIER 8

Library item can have MODIFIER attributes as specified in _LIBCAT_MODIFIERTYPE.

LC_NODETYPE 9

This is a special value for internal use only. Do not implement.

LC_VISIBILITY 7

Library item can have VISIBILITY attributes as specified in _LIBCAT_VISIBILITY.

Remarks

COM Signature

From vsshell.idl:

Applies to