InputBase<TValue>.CurrentValue 属性

定义

获取或设置输入的当前值。

protected:
 property TValue CurrentValue { TValue get(); void set(TValue value); };
protected TValue CurrentValue { get; set; }
protected TValue? CurrentValue { get; set; }
member this.CurrentValue : 'Value with get, set
Protected Property CurrentValue As TValue

属性值

TValue

适用于