TswaHyperlinkBuilder.GetHistorySourceControlItemUrl Method (String, String)

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public Function GetHistorySourceControlItemUrl ( _
    serverItemPath As String, _
    versionSpec As String _
) As Uri
public Uri GetHistorySourceControlItemUrl(
    string serverItemPath,
    string versionSpec
)
public:
Uri^ GetHistorySourceControlItemUrl(
    String^ serverItemPath, 
    String^ versionSpec
)
member GetHistorySourceControlItemUrl : 
        serverItemPath:string * 
        versionSpec:string -> Uri 
public function GetHistorySourceControlItemUrl(
    serverItemPath : String, 
    versionSpec : String
) : Uri

Parameters

Return Value

Type: System.Uri

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetHistorySourceControlItemUrl Overload

Microsoft.TeamFoundation.Common Namespace