_LIB_FLAGS Enumeration
Specifies attributes for a Library.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _LIB_FLAGS
[FlagsAttribute]
public enum _LIB_FLAGS
[FlagsAttribute]
public enum class _LIB_FLAGS
[<FlagsAttribute>]
type _LIB_FLAGS
public enum _LIB_FLAGS
Members
Member name | Description | |
---|---|---|
LF_EXPANDABLE | Library supports GetLibList. | |
LF_GLOBAL | Specifies that the library is a Globals list. | |
LF_HIDEINLIBPICKER | Don't show library or its liblist in the Add Reference dialog box. | |
LF_PROJECT | 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.