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 依存関係プロパティ識別子。

適用対象