TswaHyperlinkBuilder.GetWorkItemQueryResultsUrl Method (Uri, String)

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

Syntax

'宣言
Public Function GetWorkItemQueryResultsUrl ( _
    projectUri As Uri, _
    queryPath As String _
) As Uri
public Uri GetWorkItemQueryResultsUrl(
    Uri projectUri,
    string queryPath
)
public:
Uri^ GetWorkItemQueryResultsUrl(
    Uri^ projectUri, 
    String^ queryPath
)
member GetWorkItemQueryResultsUrl : 
        projectUri:Uri * 
        queryPath:string -> Uri 
public function GetWorkItemQueryResultsUrl(
    projectUri : Uri, 
    queryPath : String
) : Uri

Parameters

Return Value

Type: System.Uri

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetWorkItemQueryResultsUrl Overload

Microsoft.TeamFoundation.Common Namespace