TswaHyperlinkBuilder.GetWorkItemEditorUrl Method (Int32)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public Function GetWorkItemEditorUrl ( _
workItemId As Integer _
) As Uri
public Uri GetWorkItemEditorUrl(
int workItemId
)
public:
Uri^ GetWorkItemEditorUrl(
int workItemId
)
member GetWorkItemEditorUrl :
workItemId:int -> Uri
public function GetWorkItemEditorUrl(
workItemId : int
) : Uri
Parameters
- workItemId
Type: System.Int32
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.