Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration LIB_CATEGORY
public enum LIB_CATEGORY
public enum class LIB_CATEGORY
type LIB_CATEGORY
public enum LIB_CATEGORY
Members
Member name | Description | |
---|---|---|
LC_MEMBERTYPE | Library item can have MEMBERTYPE attributes as specified in _LIBCAT_MEMBERTYPE. | |
LC_MEMBERACCESS | Library item can have MEMBERACCESS attributes as specified in _LIBCAT_MEMBERACCESS. | |
LC_CLASSTYPE | Library item can have CLASSTYPE attributes as specified in _LIBCAT_CLASSTYPE. | |
LC_CLASSACCESS | Library item can have CLASSACCESS attributes as specified in _LIBCAT_CLASSACCESS. | |
LC_ACTIVEPROJECT | Library item can have ACTIVEPROJECT attributes as specified in _LIBCAT_ACTIVEPROJECT. | |
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_VISIBILITY | Library item can have VISIBILITY attributes as specified in _LIBCAT_VISIBILITY. | |
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. |
Remarks
COM Signature
From vsshell.idl: