VersionControlServer.QueryBranchObjectOwnership, méthode (array<Int32[])
Obtient les objets BranchObjectOwnership associés aux ID spécifiés d'Changeset.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Function QueryBranchObjectOwnership ( _
changesetIds As Integer() _
) As BranchObjectOwnership()
public BranchObjectOwnership[] QueryBranchObjectOwnership(
int[] changesetIds
)
Paramètres
- changesetIds
Type : array<System.Int32[]
Choix d'ID d'Changeset pour interroger.
Valeur de retour
Type : array<Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]
Tableau d'objets BranchObjectOwnership associés aux ID spécifiés d'Changeset.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
QueryBranchObjectOwnership, surcharge
Microsoft.TeamFoundation.VersionControl.Client, espace de noms