This documentation is archived and is not being maintained.

TswaHyperlinkBuilder.GetWorkItemWiqlQueryResultsUrl Method (Uri, String, String, 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)

member GetWorkItemWiqlQueryResultsUrl : 
        projectUri:Uri * 
        queryText:string * 
        queryDisplayName:string * 
        accessMappingMoniker:string -> Uri

Parameters

projectUri
Type: System.Uri

The project URI of the project that the query editor will use in Team Web Access.

queryText
Type: System.String

A valid WIQL statement.

queryDisplayName
Type: System.String

Display text for the work item query results in Team Web Access.

accessMappingMoniker
Type: System.String

A moniker for the desired access mapping.

Return Value

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

Show: