Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an annotate item URL.
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.StringA server item path.
changesetId
Type: System.Int32A changeset ID.
accessMappingMoniker
Type: System.StringA moniker for the desired access mapping.
Return Value
Type: System.Uri
An annotate server item 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.