共用方式為


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)

屬性值

適用於