LIB_PERSISTTYPE 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 how a library item is persisted.
public enum class LIB_PERSISTTYPE
public enum class LIB_PERSISTTYPE
enum LIB_PERSISTTYPE
public enum LIB_PERSISTTYPE
type LIB_PERSISTTYPE =
Public Enum LIB_PERSISTTYPE
- Inheritance
-
LIB_PERSISTTYPE
Fields
Name | Value | Description |
---|---|---|
LPT_PROJECT | 1 | The browse container of interest is a project browse container. |
LPT_GLOBAL | 2 | The browse container of interest is a global browse container. |
Remarks
COM Signature
From vsshell.idl:
The environment uses this enumeration to specify a type of browse container.