Share via


ExplorerTreeNode.DefaultImageIndex Property

Get or set the index into the TreeView image list to be used for the icon representing this node if not overridden by an icon based on the node content

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Property DefaultImageIndex As Integer
public int DefaultImageIndex { get; set; }
public:
property int DefaultImageIndex {
    int get ();
    void set (int value);
}
member DefaultImageIndex : int with get, set
function get DefaultImageIndex () : int 
function set DefaultImageIndex (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ExplorerTreeNode Class

Microsoft.VisualStudio.Modeling.Shell Namespace