Compartilhar via


IReadOnlyPropertyCollection.ContainsKey method

Determina se o IReadOnlyPropertyCollection contém um elemento com a chave especificada.

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

Syntax

'Declaração
Function ContainsKey ( _
    key As String _
) As Boolean
'Uso
Dim instance As IReadOnlyPropertyCollection
Dim key As String
Dim returnValue As Boolean

returnValue = instance.ContainsKey(key)
bool ContainsKey(
    string key
)

Parâmetros

Valor retornado

Type: System.Boolean
true se uma propriedade com essa chave pode ser acessada usando a bolsa; Caso contrário; false.

Ver também

Referência

IReadOnlyPropertyCollection interface

IReadOnlyPropertyCollection members

Microsoft.Office.Server.Search.Query namespace