This documentation is archived and is not being maintained.
TswaHyperlinkBuilder.GetWorkItemQueryResultsUrl Method (Uri, Guid)
Visual Studio 2013
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, queryId : Guid ) : Uri
Parameters
- projectUri
- Type: System.Uri
The Project URI of the project that has the stored work item query. Project URI can be null. In this case query will be searched all projects in the collection.
- queryId
- Type: System.Guid
GUID of the stored work item 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: