Compartilhar via


CrawledPropertyInfoCollection constructor (IEnumerable<CrawledPropertyInfo>)

Cria uma nova coleção de propriedades rastreadas, inicializado com os valores especificados.

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

Syntax

'Declaração
Public Sub New ( _
    enumerable As IEnumerable(Of CrawledPropertyInfo) _
)
'Uso
Dim enumerable As IEnumerable(Of CrawledPropertyInfo)

Dim instance As New CrawledPropertyInfoCollection(enumerable)
public CrawledPropertyInfoCollection(
    IEnumerable<CrawledPropertyInfo> enumerable
)

Parâmetros

Ver também

Referência

CrawledPropertyInfoCollection class

CrawledPropertyInfoCollection members

CrawledPropertyInfoCollection overload

Microsoft.Office.Server.Search.Administration namespace