FileNode.ImageIndex Property

Gets the index of the associated image.

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

Syntax

'宣言
Public Overrides ReadOnly Property ImageIndex As Integer
'使用
Dim instance As FileNode
Dim value As Integer

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

Property Value

Type: System.Int32

The index of the image.

Permissions

See Also

Reference

FileNode Class

FileNode Members

Microsoft.VisualStudio.Package Namespace