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 _
) As Uri
public Uri GetAnnotateSourceControlItemUrl(
string serverItemPath,
int changesetId
)
public:
Uri^ GetAnnotateSourceControlItemUrl(
String^ serverItemPath,
int changesetId
)
member GetAnnotateSourceControlItemUrl :
serverItemPath:string *
changesetId:int -> Uri
public function GetAnnotateSourceControlItemUrl(
serverItemPath : String,
changesetId : int
) : Uri
Parameters
serverItemPath
Type: System.StringA server item path.
changesetId
Type: System.Int32A changeset ID.
Return Value
Type: System.Uri
Returns 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.