LIB_CATEGORY Enumeration

 

Specifies the Library item categories that can be further parameterized.

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

public enum LIB_CATEGORY

Member nameDescription
LC_ACTIVEPROJECT

Library item can have ACTIVEPROJECT attributes as specified in _LIBCAT_ACTIVEPROJECT.

LC_CLASSACCESS

Library item can have CLASSACCESS attributes as specified in _LIBCAT_CLASSACCESS.

LC_CLASSTYPE

Library item can have CLASSTYPE attributes as specified in _LIBCAT_CLASSTYPE.

LC_LISTTYPE

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

LC_MEMBERACCESS

Library item can have MEMBERACCESS attributes as specified in _LIBCAT_MEMBERACCESS.

LC_MEMBERTYPE

Library item can have MEMBERTYPE attributes as specified in _LIBCAT_MEMBERTYPE.

LC_MODIFIER

Library item can have MODIFIER attributes as specified in _LIBCAT_MODIFIERTYPE.

LC_NODETYPE

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

LC_VISIBILITY

Library item can have VISIBILITY attributes as specified in _LIBCAT_VISIBILITY.

From vsshell.idl:

Return to top
Show: