Partager via


RepositoryExtensions.QueryBranchObjectOwnership, méthode

Interroge les informations de propriété d'objet de branche pour retourne donnés d'un ensemble de modifications à la racine branche à l'ensemble de modifications appartient trop et le nombre d'éléments dans chaque branche.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function QueryBranchObjectOwnership ( _
    changesets As Integer(), _
    pathFilter As ItemSpec _
) As StreamingCollection(Of BranchObjectOwnership)
[WebMethodAttribute]
public StreamingCollection<BranchObjectOwnership> QueryBranchObjectOwnership(
    int[] changesets,
    ItemSpec pathFilter
)

Paramètres

  • changesets
    Type : array<System.Int32[]
    Liste d'ensembles de modifications à suivre.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BranchObjectOwnership>

Sécurité .NET Framework

Voir aussi

Référence

RepositoryExtensions Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms