ConfigureWorkspaceGridViewModel.CancelCommand Property
Cancel options command.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property CancelCommand As ICommand
public ICommand CancelCommand { get; private set; }
public:
property ICommand^ CancelCommand {
ICommand^ get ();
private: void set (ICommand^ value);
}
member CancelCommand : ICommand with get, private set
function get CancelCommand () : ICommand
private function set CancelCommand (value : ICommand)
Property Value
Type: System.Windows.Input.ICommand
.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.