_LIBCAT_VISIBILITY Enumeration

 

Specifies the visibility of a library item.

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

public enum _LIBCAT_VISIBILITY

Member nameDescription
LCV_HIDDEN

Library item is hidden.

LCV_VISIBLE

Library item is visible.

From vsshell.idl:

Return to top
Show: