Compartilhar via


IReadOnlyPropertyCollection.TryGetValue method

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 IReadOnlyPropertyCollection
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

Valor retornado

Type: System.Boolean

Ver também

Referência

IReadOnlyPropertyCollection interface

IReadOnlyPropertyCollection members

Microsoft.Office.Server.Search.Query namespace