TswaHyperlinkBuilder.GetWorkItemEditorUrl Method (Uri, String, String)

Gets a work item editor URL that creates a work item of a specified work item type.

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

Syntax

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

Parameters

  • projectUri
    Type: System.Uri

    URI of the selected project.

  • workItemType
    Type: System.String

    Type of the work item to be created.

  • accessMappingMoniker
    Type: System.String

    A moniker for the desired access mapping.

Return Value

Type: System.Uri
Work item editor URL that creates a work item of a specified work item type.

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetWorkItemEditorUrl Overload

Microsoft.TeamFoundation.Common Namespace