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