Share via


QueryFavoritesList.OpenQueryCommand Property

Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)

Syntax

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

Property Value

Type: System.Windows.Input.ICommand
Returns ICommand.

.NET Framework Security

See Also

Reference

QueryFavoritesList Class

Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace