MessageBoxArgs.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.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

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

Property Value

Type: System.Windows.MessageBoxImage
Returns MessageBoxImage.

.NET Framework Security

See Also

Reference

MessageBoxArgs Class

Microsoft.TeamFoundation.MVVM Namespace