Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.