FocusCommand.Default Property
Namespace: Microsoft.TeamFoundation.Controls.WPF.Commands
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Default As FocusCommand
public static FocusCommand Default { get; }
public:
static property FocusCommand^ Default {
FocusCommand^ get ();
}
static member Default : FocusCommand with get
static function get Default () : FocusCommand
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.Commands.FocusCommand
Returns FocusCommand.
.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.