This documentation is archived and is not being maintained.
TswaHyperlinkBuilder.GetWorkItemWiqlQueryEditorUrl Method (Uri, String, String)
Visual Studio 2013
Gets a query editor URL for Team Web Access.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
public function GetWorkItemWiqlQueryEditorUrl( projectUri : Uri, queryText : String, queryDisplayName : 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.
- 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: