共用方式為


DataTemplate.Bindings 屬性

定義

取得繫結的字典,字典是依繫結的屬性編製索引。

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)

屬性值

適用於