TswaHyperlinkBuilder.GetAnnotateSourceControlItemUrl Method (String, Int32, String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
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.