TswaServerHyperlinkService.ITswaServerHyperlinkService.GetWorkItemEditorUrl Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Private Function GetWorkItemEditorUrl ( _
workItemId As Integer _
) As Uri Implements ITswaServerHyperlinkService.GetWorkItemEditorUrl
Uri ITswaServerHyperlinkService.GetWorkItemEditorUrl(
int workItemId
)
private:
virtual Uri^ GetWorkItemEditorUrl(
int workItemId
) sealed = ITswaServerHyperlinkService::GetWorkItemEditorUrl
private abstract GetWorkItemEditorUrl :
workItemId:int -> Uri
private override GetWorkItemEditorUrl :
workItemId:int -> Uri
JScript does not support explicit interface implementations.
Parameters
- workItemId
Type: System.Int32
Return Value
Type: System.Uri
Returns Uri.
Implements
ITswaServerHyperlinkService.GetWorkItemEditorUrl(Int32)
.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.