Share via


CommandItem.Icon Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Icon As ImageSource
public ImageSource Icon { get; private set; }
public:
property ImageSource^ Icon {
    ImageSource^ get ();
    private: void set (ImageSource^ value);
}
member Icon : ImageSource with get, private set
function get Icon () : ImageSource 
private function set Icon (value : ImageSource)

Property Value

Type: System.Windows.Media.ImageSource
Returns ImageSource.

.NET Framework Security

See Also

Reference

CommandItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace