FrameworkElementFactory.SetBinding(DependencyProperty, BindingBase) メソッド

定義

プロパティのデータ バインディングを設定します。

public:
 void SetBinding(System::Windows::DependencyProperty ^ dp, System::Windows::Data::BindingBase ^ binding);
public void SetBinding (System.Windows.DependencyProperty dp, System.Windows.Data.BindingBase binding);
member this.SetBinding : System.Windows.DependencyProperty * System.Windows.Data.BindingBase -> unit
Public Sub SetBinding (dp As DependencyProperty, binding As BindingBase)

パラメーター

dp
DependencyProperty

バインドを確立する必要があるプロパティを識別します。

binding
BindingBase

バインディングの説明。

適用対象