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