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 indexes for source control glyphs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VsStateIcon
public enum VsStateIcon
public enum class VsStateIcon
type VsStateIcon
public enum VsStateIcon
Members
Member name | Description | |
---|---|---|
STATEICON_BLANK | Blank Icon. | |
STATEICON_CHECKEDIN | Item is checked in. | |
STATEICON_CHECKEDOUT | Item is checked out. | |
STATEICON_CHECKEDOUTEXCLUSIVE | Item is checked-out exclusively by user. | |
STATEICON_CHECKEDOUTEXCLUSIVEOTHER | Item is checked-out exclusively by someone else. | |
STATEICON_CHECKEDOUTSHAREDOTHER | Item is checked-out shared by someone else. | |
STATEICON_DISABLED | Item is disabled. | |
STATEICON_EDITABLE | Item is editable. | |
STATEICON_EXCLUDEDFROMSCC | Item is excluded from source code control. | |
STATEICON_MAXINDEX | Flag to indicate highest value used in the enumeration. | |
STATEICON_NOSTATEICON | Not supported. | |
STATEICON_ORPHANED | Item is orphaned. | |
STATEICON_READONLY | Item is read only. |
Remarks
COM Signature
From vsshell.idl: