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
- 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.