QueryRuleCollection.Item 属性 (Int32)

命名空间:  Microsoft.Office.Server.Search.Query.Rules
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As QueryRule
    Get
用法
Dim instance As QueryRuleCollection
Dim index As Integer
Dim value As QueryRule

value = instance(index)
public QueryRule this[
    int index
] { get; }

参数

属性值

类型:Microsoft.Office.Server.Search.Query.Rules.QueryRule

另请参阅

引用

QueryRuleCollection 类

QueryRuleCollection 成员

Item 重载

Microsoft.Office.Server.Search.Query.Rules 命名空间