ITswaServerHyperlinkService.GetWorkItemEditorUrl Method
Gets a Work Item Editor Url.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetWorkItemEditorUrl ( _
workItemId As Integer _
) As Uri
Uri GetWorkItemEditorUrl(
int workItemId
)
Uri^ GetWorkItemEditorUrl(
int workItemId
)
abstract GetWorkItemEditorUrl :
workItemId:int -> Uri
function GetWorkItemEditorUrl(
workItemId : int
) : Uri
Parameters
workItemId
Type: System.Int32A workitem id.
Return Value
Type: System.Uri
.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.