HierarchyNode.ImageIndex Property

Gets the index of the associated image.

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

Syntax

'宣言
Public Overridable ReadOnly Property ImageIndex As Integer
'使用
Dim instance As HierarchyNode
Dim value As Integer

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

Property Value

Type: System.Int32

By default, returns NoImage.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace