This documentation is archived and is not being maintained.
TswaHyperlinkBuilder.GetWorkItemQueryResultsUrl Method (Uri, String, String)
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 Uri GetWorkItemQueryResultsUrl( Uri projectUri, string queryPath, string accessMappingMoniker )
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.
- accessMappingMoniker
- Type: System.String
A moniker for the desired access mapping.
- 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: