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
key
Type: System.StringA chave do objeto para localizar.
value
Type: System.ObjectO valor do objeto especificado na coleção.
Valor retornado
Type: System.Boolean