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

资源的名称。

适用于