This documentation is archived and is not being maintained.

TswaHyperlinkBuilder::GetWorkItemEditorUrl Method (Uri, 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)

public:
Uri^ GetWorkItemEditorUrl(
	Uri^ projectUri, 
	String^ workItemType
)

Parameters

projectUri
Type: System::Uri

URI of the selected project.

workItemType
Type: System::String

Type of the work item to be created.

Return Value

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

Show: