FrameworkElement.DataContextProperty 속성

정의

DataContext 종속성 속성을 식별합니다.

public:
 static property DependencyProperty ^ DataContextProperty { DependencyProperty ^ get(); };
static DependencyProperty DataContextProperty();
public static DependencyProperty DataContextProperty { get; }
var dependencyProperty = FrameworkElement.dataContextProperty;
Public Shared ReadOnly Property DataContextProperty As DependencyProperty

속성 값

DataContext 종속성 속성 식별자입니다.

적용 대상