Compartilhar via


IReadOnlyPropertyCollection.Item property

Armazena, altera ou acesse propriedades.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
ReadOnly Default Property Item ( _
    key As String _
) As Object
    Get
'Uso
Dim instance As IReadOnlyPropertyCollection
Dim key As String
Dim value As Object

value = instance(key)
Object this[
    string key
] { get; }

Parâmetros

  • key
    Type: System.String

    A chave da propriedade para acessar. Ele diferencia maiúsculas de minúsculas.

Property value

Type: System.Object
O valor para a propriedade solicitada como uma referência de objeto. Ela terá o mesmo tipo subjacente do valor que foi armazenado na propriedade em primeiro lugar.

Exceptions

Exception Condition
[!:ArgumentException]

Se key é nulo ou vazio.

KeyNotFoundException

Se uma propriedade com o especificado key não foi encontrado em IReadOnlyPropertyCollection.

[!:FieldAccessException]

Se a propriedade sendo definida tem um setter interno/particular.

Comentários

Todas as propriedades disponíveis na classe via sintaxe de propriedade, como Properties.QueryText, também estarão disponíveis via nesse acessador (por exemplo, propriedades ["QueryTest"].

Ver também

Referência

IReadOnlyPropertyCollection interface

IReadOnlyPropertyCollection members

Microsoft.Office.Server.Search.Query namespace