TswaHyperlinkBuilder.GetWorkItemEditorUrl Method (Int32)
Gets a Work Item Editor URL.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
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.Int32A workitem ID.
Return Value
Type: System.Uri
Returns 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.