Share via


RootNode.Icons Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Icons As ImageList
'Usage
Dim instance As RootNode 
Dim value As ImageList 

value = instance.Icons
public virtual ImageList Icons { get; }
public:
virtual property ImageList^ Icons {
    ImageList^ get ();
}
public function get Icons () : ImageList

Property Value

Type: System.Windows.Forms.ImageList

.NET Framework Security

See Also

Reference

RootNode Class

RootNode Members

Microsoft.TeamFoundation.Common Namespace