DependentFileNode.ImageIndex Property

Gets the index of the ImageList that corresponds to the dependent file node.

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

Syntax

'宣言
Public Overrides ReadOnly Property ImageIndex As Integer
'使用
Dim instance As DependentFileNode
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 associated with the file node.

Permissions

See Also

Reference

DependentFileNode Class

DependentFileNode Members

Microsoft.VisualStudio.Package Namespace