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 命名空间