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 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_METHOD | Library item is a method. | |
| LCMT_FUNCTION | Library item is a function. | |
| LCMT_OPERATOR | Library item is an operator. | |
| LCMT_PROPERTY | Library item is a property. | |
| LCMT_FIELD | Library item is a field. | |
| LCMT_VARIABLE | Library item is a variable. | |
| LCMT_EVENT | Library item is an event. | |
| LCMT_CONSTANT | Library item is a constant. | |
| LCMT_ENUMITEM | Library item is an enumeration. | |
| LCMT_TYPEDEF | Library item is a Typedef. | |
| LCMT_MAPITEM | Library item is a map item. | |
| LCMT_DECLARATION | Library item is a declaration. | |
| LCMT_MACRO | Library item is a macro. | |
| LCMT_ERROR | An error occurred. |
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.