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

式のバインドに使用するデータ。

戻り値

値を表します。

適用対象