CommandReference.Command Property
Namespace: Microsoft.TeamFoundation.Controls.WPF.Commands
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
'Declaration
Public Property Command As ICommand
public ICommand Command { get; set; }
public:
property ICommand^ Command {
ICommand^ get ();
void set (ICommand^ value);
}
member Command : ICommand with get, set
function get Command () : ICommand
function set Command (value : ICommand)
Type: System.Windows.Input.ICommand
Returns ICommand.
- 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.