del método QueryProperties.TryGetValue
NOTA: esta API está ahora obsoleta.
Espacio de nombres: Microsoft.SharePoint.Search.Query
Ensamblado: Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This class is obsolete.")> _
Public Function TryGetValue ( _
key As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Uso
Dim instance As QueryProperties
Dim key As String
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.TryGetValue(key, _
value)
[ObsoleteAttribute("This class is obsolete.")]
public bool TryGetValue(
string key,
out Object value
)
Parámetros
- key
Tipo: System.String
- value
Tipo: System.Object
Valor devuelto
Tipo: System.Boolean
Implementaciones
IPropertyCollection.TryGetValue(String, Object)
IReadOnlyPropertyCollection.TryGetValue(String, Object)