ExpressionProperty<T>.TryGetValue(Object) 方法

定義

嘗試取得值。

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)

參數

data
Object

用於運算式系結的資料。

傳回

值。

適用於