英語で読む

次の方法で共有


_LIB_FLAGS Enum

Definition

Specifies attributes for a Library.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class _LIB_FLAGS
Inheritance
_LIB_FLAGS
Attributes

Fields

Name Value Description
LF_PROJECT 1

Specifies that the library is a Projects list.

LF_GLOBAL 2

Specifies that the library is a Globals list.

LF_EXPANDABLE 4

Library supports GetLibList(LIB_PERSISTTYPE, IVsLiteTreeList).

LF_HIDEINLIBPICKER 8

Don't show library or its liblist in the Add Reference dialog box.

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

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022