Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_UNCHECKED | Library item is not checked. | |
LCS_CHECKEDGRAY | Library item is grayed out. | |
LCS_CHECKED | Library item is 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.