TswaHyperlinkBuilder.GetWorkItemQueryEditorUrl Method (Uri, String)

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

Syntax

‘선언
Public Function GetWorkItemQueryEditorUrl ( _
    projectUri As Uri, _
    queryPath As String _
) As Uri
public Uri GetWorkItemQueryEditorUrl(
    Uri projectUri,
    string queryPath
)
public:
Uri^ GetWorkItemQueryEditorUrl(
    Uri^ projectUri, 
    String^ queryPath
)
member GetWorkItemQueryEditorUrl : 
        projectUri:Uri * 
        queryPath:string -> Uri 
public function GetWorkItemQueryEditorUrl(
    projectUri : Uri, 
    queryPath : String
) : Uri

Parameters

Return Value

Type: System.Uri

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetWorkItemQueryEditorUrl Overload

Microsoft.TeamFoundation.Common Namespace