MessageBoxArgs.Options 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 Options As MessageBoxOptions
public MessageBoxOptions Options { get; set; }
public:
property MessageBoxOptions Options {
MessageBoxOptions get ();
void set (MessageBoxOptions value);
}
member Options : MessageBoxOptions with get, set
function get Options () : MessageBoxOptions
function set Options (value : MessageBoxOptions)
Property Value
Type: System.Windows.MessageBoxOptions
Returns MessageBoxOptions.
.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.