CommandItem.Command Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

See Also

Reference

CommandItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace