BindingExtension.TypedBinding Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
property Microsoft::Maui::Controls::Internals::TypedBindingBase ^ TypedBinding { Microsoft::Maui::Controls::Internals::TypedBindingBase ^ get(); void set(Microsoft::Maui::Controls::Internals::TypedBindingBase ^ value); };
public Microsoft.Maui.Controls.Internals.TypedBindingBase TypedBinding { get; set; }
member this.TypedBinding : Microsoft.Maui.Controls.Internals.TypedBindingBase with get, set
Public Property TypedBinding As TypedBindingBase