TswaHyperlinkBuilder.GetDifferenceSourceControlItemsUrl – metoda (String, Int32, String, Int32)
Získá adresu URL pro nástroj diff.
Obor názvů: Microsoft.TeamFoundation.Common
Sestavení: Microsoft.TeamFoundation.Common (v Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Deklarace
Public Function GetDifferenceSourceControlItemsUrl ( _
originalItemServerPath As String, _
originalItemChangeset As Integer, _
modifiedItemServerPath As String, _
modifiedItemChangeset As Integer _
) As Uri
public Uri GetDifferenceSourceControlItemsUrl(
string originalItemServerPath,
int originalItemChangeset,
string modifiedItemServerPath,
int modifiedItemChangeset
)
Parametry
- originalItemServerPath
Typ: System.String
Původní položka serveru cesty.
- originalItemChangeset
Typ: System.Int32
Původní identifikátor položky changeset.
- modifiedItemServerPath
Typ: System.String
Cesta serveru změněné položky.
- modifiedItemChangeset
Typ: System.Int32
ID changeset změněné položky.
Vrácená hodnota
Typ: System.Uri
Vrátí Uri.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.