TswaHyperlinkBuilder.GetWorkItemEditorUrl Method (Uri, String)

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

Syntax

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

Parameters

Return Value

Type: System.Uri

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetWorkItemEditorUrl Overload

Microsoft.TeamFoundation.Common Namespace