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.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetAnnotateSourceControlItemUrl ( _
serverItemPath As String, _
changesetId As Integer, _
accessMappingMoniker As String _
) As Uri
public Uri GetAnnotateSourceControlItemUrl(
string serverItemPath,
int changesetId,
string accessMappingMoniker
)
public:
Uri^ GetAnnotateSourceControlItemUrl(
String^ serverItemPath,
int changesetId,
String^ accessMappingMoniker
)
member GetAnnotateSourceControlItemUrl :
serverItemPath:string *
changesetId:int *
accessMappingMoniker:string -> Uri
public function GetAnnotateSourceControlItemUrl(
serverItemPath : String,
changesetId : int,
accessMappingMoniker : String
) : Uri
Parameters
- serverItemPath
Type: System.String
- changesetId
Type: System.Int32
- accessMappingMoniker
Type: System.String
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.