_LIB_CATEGORY2 Enumeration
Visual Studio 2015
Provides additional members to the LIB_CATEGORY enumeration. Defines Library Manager List Element Categories (for use in Symbol Provider List Element Attribute Domains).
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| LC_HIERARCHYTYPE | Hierarchy element type. | |
| LC_Last2 | Indicates last LIB_CATEGORY_ member. | |
| LC_MEMBERINHERITANCE | Member inheritance. | |
| LC_NIL | = 0. No category. | |
| LC_PHYSICALCONTAINERTYPE | Physical container element type. | |
| LC_SEARCHMATCHTYPE | Search match type. Supported by the object model, but libraries are not required to implement this. |
From vsshell80.idl:
enum _LIB_CATEGORY2 { LC_NIL = 0, LC_PHYSICALCONTAINERTYPE = 10, LC_HIERARCHYTYPE = 11, LC_MEMBERINHERITANCE = 12, LC_SEARCHMATCHTYPE = 13, LC_Last2 = LC_SEARCHMATCHTYPE }; typedef LONG LIB_CATEGORY2;
Show: