DataTemplate.Bindings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインドされているプロパティでインデックスが付けられるバインド ディクショナリを取得します。
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)