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)

'Declaration
<ObsoleteAttribute("Please use GetQueryDefinition instead")> _
Public Function GetStoredQuery ( _
	guid As Guid _
) As 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: