VersionControlServer.QueryBranchObjectOwnership – metoda (array<Int32 , ItemSpec)
Získá BranchObjectOwnership objekty, které jsou spojené s určenou Changeset ID omezena filtrem zadanou cestu.
Obor názvů: Microsoft.TeamFoundation.VersionControl.Client
Sestavení: Microsoft.TeamFoundation.VersionControl.Client (v Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Deklarace
Public Function QueryBranchObjectOwnership ( _
changesetIds As Integer(), _
pathFilter As ItemSpec _
) As BranchObjectOwnership()
public BranchObjectOwnership[] QueryBranchObjectOwnership(
int[] changesetIds,
ItemSpec pathFilter
)
Parametry
- changesetIds
Typ: array<System.Int32[]
Pole Changeset ID dotazu.
- pathFilter
Typ: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
Volitelná cesta filtr omezuje cesty Procházet v Changeset.
Vrácená hodnota
Typ: array<Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]
Matice BranchObjectOwnership objekty, které jsou spojené s určenou Changeset ID.
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.