RootNode.Icons Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Overridable ReadOnly Property Icons As ImageList
Get
public virtual ImageList Icons { get; }
public:
virtual property ImageList^ Icons {
ImageList^ get ();
}
abstract Icons : ImageList
override Icons : ImageList
function get Icons () : ImageList
Property Value
Type: System.Windows.Forms.ImageList
.NET Framework Security
- 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.