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
- 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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace