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_NOSTATEICON | Not supported. | |
STATEICON_CHECKEDIN | Item is checked in. | |
STATEICON_CHECKEDOUT | Item is checked out. | |
STATEICON_ORPHANED | Item is orphaned. | |
STATEICON_EDITABLE | Item is editable. | |
STATEICON_BLANK | Blank Icon. | |
STATEICON_READONLY | Item is read only. | |
STATEICON_DISABLED | Item is disabled. | |
STATEICON_CHECKEDOUTEXCLUSIVE | Item is checked-out exclusively by user. | |
STATEICON_CHECKEDOUTSHAREDOTHER | Item is checked-out shared by someone else. | |
STATEICON_CHECKEDOUTEXCLUSIVEOTHER | Item is checked-out exclusively by someone else. | |
STATEICON_EXCLUDEDFROMSCC | Item is excluded from source code control. | |
STATEICON_MAXINDEX | Flag to indicate highest value used in the enumeration. |
Remarks
COM Signature
From vsshell.idl: