This documentation is archived and is not being maintained.
StoredQuery Constructor
Visual Studio 2013
Initializes a new StoredQuery instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public:
StoredQuery(
QueryScope queryScope,
String^ queryName,
String^ queryText,
String^ description
)
Parameters
- queryScope
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::QueryScope
The scope of the query.
- queryName
- Type: System::String
The name of the stored query.
- queryText
- Type: System::String
The query string.
- description
- Type: System::String
A description of the query.
- 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.
Show: