_LIB_FLAGS Enumeration

 

Specifies attributes for a Library.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum _LIB_FLAGS

Member nameDescription
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.

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.

Return to top
Show: