FolderNode.StateIconIndex Property

Gets the appropriate source code control icon.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overrides ReadOnly Property StateIconIndex As VsStateIcon
'使用
Dim instance As FolderNode
Dim value As VsStateIcon

value = instance.StateIconIndex
public override VsStateIcon StateIconIndex { get; }
public:
virtual property VsStateIcon StateIconIndex {
    VsStateIcon get () override;
}
public override function get StateIconIndex () : VsStateIcon

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.VsStateIcon

STATEICON_NOSTATEICON.

Remarks

The source code control manager does not support state icons, therefore this property is a stateless icon.

Permissions

See Also

Reference

FolderNode Class

FolderNode Members

Microsoft.VisualStudio.Package Namespace