VsStateIcon Enumeration

Specifies indexes for source control glyphs.

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

Syntax

‘선언
Public Enumeration VsStateIcon
‘사용 방법
Dim instance As 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:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace