ymm4-plugin-document
|
データバインディングのプロキシとして機能します。 [詳解]
公開メンバ関数 | |
BindingProxy () | |
BindingProxyクラスの新しいインスタンスを初期化します。 |
静的公開変数類 | |
static readonly global::System.Windows.DependencyProperty | DataContextProperty = global::System.Windows.DependencyProperty.Register("DataContext", typeof(object), typeof(global::YukkuriMovieMaker.Commons.BindingProxy), new global::System.Windows.PropertyMetadata(null)) |
DataContext依存関係プロパティ |
限定公開メンバ関数 | |
override global::System.Windows.Freezable | CreateInstanceCore () |
プロパティ | |
object | DataContext [get, set] |
バインディングのソースとなるデータコンテキストを取得または設定します。 |
データバインディングのプロキシとして機能します。
XAMLのFreezableを継承することで、異なるDataContextを持つ要素間でデータバインディングを中継します。
YukkuriMovieMaker.Commons.BindingProxy.BindingProxy | ( | ) |
BindingProxyクラスの新しいインスタンスを初期化します。
|
protected |
|
static |
DataContext依存関係プロパティ
|
getset |
バインディングのソースとなるデータコンテキストを取得または設定します。