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; }
参数
- key
类型:System.String
属性值
实现
IReadOnlyPropertyCollection.Item[String]