FrameworkElementFactory.SetResourceReference メソッド

定義

子プロパティに動的リソース参照を設定します。

public:
 void SetResourceReference(System::Windows::DependencyProperty ^ dp, System::Object ^ name);
public void SetResourceReference (System.Windows.DependencyProperty dp, object name);
member this.SetResourceReference : System.Windows.DependencyProperty * obj -> unit
Public Sub SetResourceReference (dp As DependencyProperty, name As Object)

パラメーター

dp
DependencyProperty

リソースのバインド先のプロパティ。

name
Object

リソースの名前。

適用対象