MultiBinding.Bindings Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)