QueryProperties.IReadOnlyPropertyCollection.Item 属性

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

语法

声明
Private ReadOnly Property Item ( _
    key As String _
) As Object Implements IReadOnlyPropertyCollection.Item
    Get
用法
Dim instance As QueryProperties
Dim key As String
Dim value As Object

value = CType(instance, IReadOnlyPropertyCollection).Item(key)
ObjectIReadOnlyPropertyCollection.this[
    string key
] { get; }

参数

属性值

类型:System.Object

实现

IReadOnlyPropertyCollection.Item[String]

另请参阅

引用

QueryProperties 类

QueryProperties 成员

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