BaseHierarchyNode.ImageIndex Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property ImageIndex As UInteger
public uint ImageIndex { get; set; }
public:
property unsigned int ImageIndex {
    unsigned int get ();
    void set (unsigned int value);
}
member ImageIndex : uint32 with get, set
function get ImageIndex () : uint
function set ImageIndex (value : uint)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

Microsoft.TeamFoundation.Common Namespace