ConfigureWorkspaceGridViewModel.AdvancedCommand Property

Advanced command.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Property AdvancedCommand As ICommand
public ICommand AdvancedCommand { get; private set; }
public:
property ICommand^ AdvancedCommand {
    ICommand^ get ();
    private: void set (ICommand^ value);
}
member AdvancedCommand : ICommand with get, private set
function get AdvancedCommand () : ICommand 
private function set AdvancedCommand (value : ICommand)

Property Value

Type: System.Windows.Input.ICommand

.NET Framework Security

See Also

Reference

ConfigureWorkspaceGridViewModel Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace