InputBase<TValue>.CurrentValue Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Girişin geçerli değerini alır veya ayarlar.
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