TswaHyperlinkBuilder.GetWorkItemQueryResultsUrl Method (Uri, Guid)

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)

Syntax

'Declaration
Public Function GetWorkItemQueryResultsUrl ( _
    projectUri As Uri, _
    queryId As Guid _
) As Uri
public Uri GetWorkItemQueryResultsUrl(
    Uri projectUri,
    Guid queryId
)
public:
Uri^ GetWorkItemQueryResultsUrl(
    Uri^ projectUri, 
    Guid queryId
)
member GetWorkItemQueryResultsUrl : 
        projectUri:Uri * 
        queryId:Guid -> Uri
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.

Return Value

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

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetWorkItemQueryResultsUrl Overload

Microsoft.TeamFoundation.Common Namespace