Compartir a través de


ExpressionProperty<T>.TryGetValue(Object) Método

Definición

Intente obtener el valor.

public virtual (T Value, string Error) TryGetValue (object data);
abstract member TryGetValue : obj -> ValueTuple<'T, string>
override this.TryGetValue : obj -> ValueTuple<'T, string>
Public Overridable Function TryGetValue (data As Object) As ValueTuple(Of T, String)

Parámetros

data
Object

datos que se van a usar para el enlace de expresiones.

Devoluciones

.

Se aplica a