_LIB_CATEGORY2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional members to the LIB_CATEGORY enumeration. Defines Library Manager List Element Categories (for use in Symbol Provider List Element Attribute Domains).
public enum class _LIB_CATEGORY2
public enum class _LIB_CATEGORY2
enum _LIB_CATEGORY2
public enum _LIB_CATEGORY2
type _LIB_CATEGORY2 =
Public Enum _LIB_CATEGORY2
- Inheritance
-
_LIB_CATEGORY2
Fields
Name | Value | Description |
---|---|---|
LC_NIL | 0 | = 0. No category. |
LC_PHYSICALCONTAINERTYPE | 10 | Physical container element type. |
LC_HIERARCHYTYPE | 11 | Hierarchy element type. |
LC_MEMBERINHERITANCE | 12 | Member inheritance. |
LC_Last2 | 13 | Indicates last LIB_CATEGORY_ member. |
LC_SEARCHMATCHTYPE | 13 | Search match type. Supported by the object model, but libraries are not required to implement this. |
Remarks
COM Signature
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;