CategoryInfoCollection 类

此类表示搜索架构中的类别的集合。

继承层次结构

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

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CategoryInfoCollection _
    Inherits BaseInfoCollection(Of CategoryInfo)
用法
Dim instance As CategoryInfoCollection
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CategoryInfoCollection : BaseInfoCollection<CategoryInfo>

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

CategoryInfoCollection 成员

Microsoft.Office.Server.Search.Administration 命名空间