DataTemplate.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.
Ruft ein Wörterbuch mit Bindungen ab, die von gebundenen Eigenschaften indiziert werden.
public:
property System::Collections::Generic::IDictionary<Microsoft::Maui::Controls::BindableProperty ^, Microsoft::Maui::Controls::BindingBase ^> ^ Bindings { System::Collections::Generic::IDictionary<Microsoft::Maui::Controls::BindableProperty ^, Microsoft::Maui::Controls::BindingBase ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindingBase> Bindings { get; }
member this.Bindings : System.Collections.Generic.IDictionary<Microsoft.Maui.Controls.BindableProperty, Microsoft.Maui.Controls.BindingBase>
Public ReadOnly Property Bindings As IDictionary(Of BindableProperty, BindingBase)