TswaHyperlinkBuilder.GetDifferenceSourceControlItemsUrl – metoda (String, Int32, String, Int32, String)
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, _
accessMappingMoniker As String _
) As Uri
public Uri GetDifferenceSourceControlItemsUrl(
string originalItemServerPath,
int originalItemChangeset,
string modifiedItemServerPath,
int modifiedItemChangeset,
string accessMappingMoniker
)
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.
- accessMappingMoniker
Typ: System.String
Zástupný název mapování požadovaného přístupu.
Vrácená hodnota
Typ: System.Uri
Adresa URL pro nástroj diff.
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.