This documentation is archived and is not being maintained.
WorkItemStore::GetStoredQuery Method
Visual Studio 2013
Note: This API is now obsolete.
Gets a stored query by GUID.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
[ObsoleteAttribute(L"Please use GetQueryDefinition instead")] public: StoredQuery^ GetStoredQuery( Guid guid )
Parameters
- guid
- Type: System::Guid
The GUID of the query to get.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::StoredQueryThe query instance that is associated with the specified GUID.
This API is obsolete and is included for backward compatibility only. Future implementations should use GetQueryDefinition.
- 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: