ProjectNode.ImageIndex Property

Gets the index of the ImageList() that corresponds to the project.

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

Syntax

'宣言
Public Overrides ReadOnly Property ImageIndex As Integer
'使用
Dim instance As ProjectNode
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 corresponding to Project().

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace