ICatalogService.QueryParents, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Function QueryParents ( _
resourceIdentifier As Guid, _
pathFilters As IEnumerable(Of String), _
resourceTypeFilters As IEnumerable(Of Guid), _
recurseToRoot As Boolean, _
queryOptions As CatalogQueryOptions _
) As ReadOnlyCollection(Of CatalogNode)
ReadOnlyCollection<CatalogNode> QueryParents(
Guid resourceIdentifier,
IEnumerable<string> pathFilters,
IEnumerable<Guid> resourceTypeFilters,
bool recurseToRoot,
CatalogQueryOptions queryOptions
)
Paramètres
- resourceIdentifier
Type : System.Guid
- pathFilters
Type : System.Collections.Generic.IEnumerable<String>
- resourceTypeFilters
Type : System.Collections.Generic.IEnumerable<Guid>
- recurseToRoot
Type : System.Boolean
- queryOptions
Type : Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions
Valeur de retour
Type : System.Collections.ObjectModel.ReadOnlyCollection<CatalogNode>
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.