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.
- pathFilter
Type : Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BranchObjectOwnership>
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
Microsoft.TeamFoundation.VersionControl.Server, espace de noms