Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
) 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
projectUri
Type: System.UriURI of the selected project.
workItemType
Type: System.StringType 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.