TswaHyperlinkBuilder.GetWorkItemWiqlQueryEditorUrl Method (Uri, String, String)

Gets a query editor URL for Team Web Access.

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

Syntax

'Declaration
Public Function GetWorkItemWiqlQueryEditorUrl ( _
    projectUri As Uri, _
    queryText As String, _
    queryDisplayName As String _
) As Uri
public Uri GetWorkItemWiqlQueryEditorUrl(
    Uri projectUri,
    string queryText,
    string queryDisplayName
)
public:
Uri^ GetWorkItemWiqlQueryEditorUrl(
    Uri^ projectUri, 
    String^ queryText, 
    String^ queryDisplayName
)
member GetWorkItemWiqlQueryEditorUrl : 
        projectUri:Uri * 
        queryText:string * 
        queryDisplayName:string -> Uri
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.

  • queryDisplayName
    Type: System.String

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

Return Value

Type: System.Uri
A query editor URL for Team Web Access.

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetWorkItemWiqlQueryEditorUrl Overload

Microsoft.TeamFoundation.Common Namespace