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
Remarks
The source code control manager does not support state icons, therefore this property is a stateless icon.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.