BindingOperations.GetPriorityBinding メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したプロパティに設定されている PriorityBinding オブジェクトを取得します。
public:
static System::Windows::Data::PriorityBinding ^ GetPriorityBinding(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static System.Windows.Data.PriorityBinding GetPriorityBinding (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member GetPriorityBinding : System.Windows.DependencyObject * System.Windows.DependencyProperty -> System.Windows.Data.PriorityBinding
Public Shared Function GetPriorityBinding (target As DependencyObject, dp As DependencyProperty) As PriorityBinding
パラメーター
- target
- DependencyObject
dp
が存在するオブジェクト。
バインディングの取得元となるバインディング ターゲット プロパティ。
戻り値
指定したプロパティに設定された PriorityBinding オブジェクト。PriorityBinding オブジェクトが設定されていない場合は null
。
例外
target
パラメーターと dp
パラメーターに null を指定することはできません。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET