_LIBCAT_MEMBERTYPE Enumeration
Specifies the MemberType of a library item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration _LIBCAT_MEMBERTYPE
public enum _LIBCAT_MEMBERTYPE
public enum class _LIBCAT_MEMBERTYPE
type _LIBCAT_MEMBERTYPE
public enum _LIBCAT_MEMBERTYPE
Members
Member name | Description | |
---|---|---|
LCMT_CONSTANT | Library item is a constant. | |
LCMT_DECLARATION | Library item is a declaration. | |
LCMT_ENUMITEM | Library item is an enumeration. | |
LCMT_ERROR | An error occurred. | |
LCMT_EVENT | Library item is an event. | |
LCMT_FIELD | Library item is a field. | |
LCMT_FUNCTION | Library item is a function. | |
LCMT_MACRO | Library item is a macro. | |
LCMT_MAPITEM | Library item is a map item. | |
LCMT_METHOD | Library item is a method. | |
LCMT_OPERATOR | Library item is an operator. | |
LCMT_PROPERTY | Library item is a property. | |
LCMT_TYPEDEF | Library item is a Typedef. | |
LCMT_VARIABLE | Library item is a variable. |
Remarks
COM Signature
From vsshell.idl:
The environment calls GetCategoryField to retrieve the value assigned to a category of an object in an object list. Assign an appropriate value from this enumeration if the category requested is LC_MEMBERTYPE.