ExpressionProperty<T>.TryGetValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Try to Get the value.
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)
Parameters
- data
- Object
data to use for expression binding.
Returns
ValueTuple<T,String>
value.