_LIB_FLAGS Enum

Definition

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.

Applies to