Конструктор ManagedPropertyInfoCollection (IEnumerable<ManagedPropertyInfo>)
Создает новую коллекцию управляемых свойств, инициализируется с указанными значениями.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Sub New ( _
enumerable As IEnumerable(Of ManagedPropertyInfo) _
)
'Применение
Dim enumerable As IEnumerable(Of ManagedPropertyInfo)
Dim instance As New ManagedPropertyInfoCollection(enumerable)
public ManagedPropertyInfoCollection(
IEnumerable<ManagedPropertyInfo> enumerable
)
Параметры
enumerable
Тип: System.Collections.Generic.IEnumerable<ManagedPropertyInfo>Набор значений, копируемых в коллекцию.
См. также
Справочные материалы
ManagedPropertyInfoCollection класс
Элементы ManagedPropertyInfoCollection
Перегрузка ManagedPropertyInfoCollection
Пространство имен Microsoft.Office.Server.Search.Administration