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.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetWorkItemEditorUrl ( _
workItemId As Integer, _
accessMappingMoniker As String _
) As Uri
public Uri GetWorkItemEditorUrl(
int workItemId,
string accessMappingMoniker
)
public:
Uri^ GetWorkItemEditorUrl(
int workItemId,
String^ accessMappingMoniker
)
member GetWorkItemEditorUrl :
workItemId:int *
accessMappingMoniker:string -> Uri
public function GetWorkItemEditorUrl(
workItemId : int,
accessMappingMoniker : String
) : Uri
Parameters
workItemId
Type: System.Int32A workitem ID.
accessMappingMoniker
Type: System.StringA moniker for the desired access mapping.
Return Value
Type: System.Uri
A Work Item Editor URL.
.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.