TswaHyperlinkBuilder.GetViewSourceControlItemUrl Method (String, Int32)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public Function GetViewSourceControlItemUrl ( _
serverItemPath As String, _
changesetId As Integer _
) As Uri
public Uri GetViewSourceControlItemUrl(
string serverItemPath,
int changesetId
)
public:
Uri^ GetViewSourceControlItemUrl(
String^ serverItemPath,
int changesetId
)
member GetViewSourceControlItemUrl :
serverItemPath:string *
changesetId:int -> Uri
public function GetViewSourceControlItemUrl(
serverItemPath : String,
changesetId : int
) : Uri
Parameters
- serverItemPath
Type: System.String
- changesetId
Type: System.Int32
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.