CategoryInfoCollection 构造函数 (IEnumerable<CategoryInfo>)
创建新类别,使用指定的值初始化的集合。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
enumerable As IEnumerable(Of CategoryInfo) _
)
用法
Dim enumerable As IEnumerable(Of CategoryInfo)
Dim instance As New CategoryInfoCollection(enumerable)
public CategoryInfoCollection(
IEnumerable<CategoryInfo> enumerable
)
参数
enumerable
类型:System.Collections.Generic.IEnumerable<CategoryInfo>复制到此集合的值的集合。