LIB_CHECKSTATE Enumeration

Specifies the checked state of a library item.

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

Syntax

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

Members

Member name Description
LCS_CHECKED Library item is checked.
LCS_CHECKEDGRAY Library item is grayed out.
LCS_UNCHECKED Library item is not checked.

Remarks

COM Signature

From vsshell.idl:

Use this enumeration to indicate whether a library is checked or unchecked in the component selector pane of the Object Browser. LCS_CHECKEDGRAY is for future use. The environment will ignore LCS_CHECKEDGRAY.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace