_LIB_FLAGS 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.
Specifies attributes for a Library.
This enumeration supports a bitwise combination of its member values.
public enum class _LIB_FLAGS
public enum class _LIB_FLAGS
enum _LIB_FLAGS
[System.Flags]
public enum _LIB_FLAGS
[<System.Flags>]
type _LIB_FLAGS =
Public Enum _LIB_FLAGS
- Inheritance
-
_LIB_FLAGS
- Attributes
Fields
LF_EXPANDABLE | 4 | Library supports GetLibList(LIB_PERSISTTYPE, IVsLiteTreeList). |
LF_GLOBAL | 2 | Specifies that the library is a Globals list. |
LF_HIDEINLIBPICKER | 8 | Don't show library or its liblist in the Add Reference dialog box. |
LF_PROJECT | 1 | Specifies that the library is a Projects list. |
Remarks
COM Signature
From vsshell.idl:
Use this enumeration to inform the environment's object manager the type of library you have implemented. Include LF_EXPANDABLE if you have implemented GetLibList.