Compartilhar via


IPropertyCollection.TryGetValue method

Determina se há um objeto da coleção que coincide com a chave e o valor.

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

Syntax

'Declaração
Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
'Uso
Dim instance As IPropertyCollection
Dim key As String
Dim value As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(key, _
    value)
bool TryGetValue(
    string key,
    out Object value
)

Parâmetros

  • value
    Type: System.Object

    O valor do objeto especificado na coleção.

Valor retornado

Type: System.Boolean

Ver também

Referência

IPropertyCollection interface

IPropertyCollection members

Microsoft.Office.Server.Search.Query namespace