MultiBinding.Bindings Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Auflistung von BindingBase Objekten, deren Werte durch diese Multibindung kombiniert werden.

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)

Eigenschaftswert

Gilt für: