次の方法で共有


CategoryInfoCollection constructor (IEnumerable<CategoryInfo>)

Creates a new collection of categories, initialized with the specified values.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    enumerable As IEnumerable(Of CategoryInfo) _
)
'Usage
Dim enumerable As IEnumerable(Of CategoryInfo)

Dim instance As New CategoryInfoCollection(enumerable)
public CategoryInfoCollection(
    IEnumerable<CategoryInfo> enumerable
)

Parameters

See also

Reference

CategoryInfoCollection class

CategoryInfoCollection members

CategoryInfoCollection overload

Microsoft.Office.Server.Search.Administration namespace