This documentation is archived and is not being maintained.

WorkItemStore.GetStoredQuery Method

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)

public function GetStoredQuery(
	guid : Guid
) : StoredQuery

Parameters

guid
Type: System.Guid

The GUID of the query to get.

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.StoredQuery
The 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.

Show: