FrameworkElement.InheritanceBehavior プロパティ

定義

プロパティ値の継承、リソース キーのルックアップ、および RelativeSource FindAncestor 検索のスコープの制限を取得または設定します。

protected public:
 property System::Windows::InheritanceBehavior InheritanceBehavior { System::Windows::InheritanceBehavior get(); void set(System::Windows::InheritanceBehavior value); };
protected internal System.Windows.InheritanceBehavior InheritanceBehavior { get; set; }
member this.InheritanceBehavior : System.Windows.InheritanceBehavior with get, set
Protected Friend Property InheritanceBehavior As InheritanceBehavior

プロパティ値

InheritanceBehavior

列挙体の値。 既定値は、Default です。

注釈

継承動作のスコープを意図的に制限したり、アプリケーション リソースを強制的に参照したり、RelativeSource FindAncestor 参照が現在の要素またはその他の要素に対してクエリを実行できないようにするために、要素ツリー内の特定の境界が設定 InheritanceBehavior されます。 RelativeSource FindAncestor 参照は、バインディングで値にMode設定されたプロパティをRelativeSource使用する場合にRelativeSourceMode.FindAncestor発生します。

派生クラスでこのプロパティを設定する場合は、静的コンストラクター内または他の初期化ルーチンで設定する必要があります。

適用対象

こちらもご覧ください