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

리소스의 이름입니다.

적용 대상