_LIBCAT_ACTIVEPROJECT Enumeration

Specifies the ActiveProject attribute of a library item.

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

Syntax

'Declaration
Public Enumeration _LIBCAT_ACTIVEPROJECT
'Usage
Dim instance As _LIBCAT_ACTIVEPROJECT
public enum _LIBCAT_ACTIVEPROJECT
public enum class _LIBCAT_ACTIVEPROJECT
public enum _LIBCAT_ACTIVEPROJECT

Members

Member name Description
LCAP_SHOWALWAYS Specifies that the project always displays in the object list.
LCAP_MUSTBEACTIVE Specifies that the project must be the active project to be displayed in the object list.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace