This documentation is archived and is not being maintained.

TswaHyperlinkBuilder.GetWorkItemQueryResultsUrl Method (Uri, String)

Gets a work item query results viewer URL for Team Web Access.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public function GetWorkItemQueryResultsUrl(
	projectUri : Uri, 
	queryPath : String
) : Uri

Parameters

projectUri
Type: System.Uri

The Project URI of the project that has the stored work item query.

queryPath
Type: System.String

Query path of the stored work item query.

Return Value

Type: System.Uri
A work item query results viewer URL for Team Web Access

Show: