CategoryInfoCollection - Classe

Cette classe représente une collection de catégories dans le schéma de recherche.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.Search.Administration.BaseInfoCollection<CategoryInfo>
    Microsoft.Office.Server.Search.Administration.CategoryInfoCollection

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CategoryInfoCollection _
    Inherits BaseInfoCollection(Of CategoryInfo)
'Utilisation
Dim instance As CategoryInfoCollection
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CategoryInfoCollection : BaseInfoCollection<CategoryInfo>

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

CategoryInfoCollection - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms