次の方法で共有


DataTemplate.SetBinding(BindableProperty, BindingBase) メソッド

定義

property のバインドを設定します。

public:
 void SetBinding(Microsoft::Maui::Controls::BindableProperty ^ property, Microsoft::Maui::Controls::BindingBase ^ binding);
public void SetBinding (Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.BindingBase binding);
member this.SetBinding : Microsoft.Maui.Controls.BindableProperty * Microsoft.Maui.Controls.BindingBase -> unit
Public Sub SetBinding (property As BindableProperty, binding As BindingBase)

パラメーター

property
BindableProperty

バインド先のプロパティ。

binding
BindingBase

使用するバインド。

適用対象