StatusReportingListView.ReportingItem.StatusImage Property

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

Get/Set the status image

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

StatusReportingListView.ReportingItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace