LIB_PERSISTTYPE Enumeration

Specifies how a library item is persisted.

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

Syntax

'Declaration
Public Enumeration LIB_PERSISTTYPE
public enum LIB_PERSISTTYPE
public enum class LIB_PERSISTTYPE
type LIB_PERSISTTYPE
public enum LIB_PERSISTTYPE

Members

Member name Description
LPT_PROJECT The browse container of interest is a project browse container.
LPT_GLOBAL 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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace