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
enumerable
Type: System.Collections.Generic.IEnumerable<CrawledPropertyInfo>O conjunto de valores é copiado para essa coleção.
Ver também
Referência
CrawledPropertyInfoCollection class
CrawledPropertyInfoCollection members