_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)

public enum _LIBCAT_ACTIVEPROJECT

Member nameDescription
LCAP_MUSTBEACTIVE

Specifies that the project must be the active project to be displayed in the object list.

LCAP_SHOWALWAYS

Specifies that the project always displays in the object list.

From vsshell.idl:

Return to top
Show: