LIB_PERSISTTYPE Enumeration
Visual Studio 2015
Specifies how a library item is persisted.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LPT_GLOBAL | The browse container of interest is a global browse container. | |
| LPT_PROJECT | The browse container of interest is a project browse container. |
From vsshell.idl:
The environment uses this enumeration to specify a type of browse container.
Show: