Поделиться через


Свойство QueryRuleCollection.Item (String)

Пространство имен:  Microsoft.Office.Server.Search.Query.Rules
Сборка:  Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    displayName As String _
) As IList(Of QueryRule)
    Get
'Применение
Dim instance As QueryRuleCollection
Dim displayName As String
Dim value As IList(Of QueryRule)

value = instance(displayName)
public IList<QueryRule> this[
    string displayName
] { get; }

Параметры

Значение свойства

Тип: System.Collections.Generic.IList<QueryRule>

См. также

Справочные материалы

QueryRuleCollection класс

Элементы QueryRuleCollection

Перегрузка Item

Пространство имен Microsoft.Office.Server.Search.Query.Rules