DependencyObject.IsBindingSet(DependencyProperty) メソッド

定義

DependencyProperty の値がバインディングとして設定されているかどうかを表します。 以下を参照してください。SetBinding(DependencyProperty, ActivityBind)

public:
 bool IsBindingSet(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public bool IsBindingSet (System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.IsBindingSet : System.Workflow.ComponentModel.DependencyProperty -> bool
Public Function IsBindingSet (dependencyProperty As DependencyProperty) As Boolean

パラメーター

dependencyProperty
DependencyProperty

テスト対象の DependencyProperty

戻り値

Boolean

バインディングとして設定されている場合は true。それ以外の場合は false

例外

dependencyProperty が null 参照 (Visual Basic の場合は Nothing) です。

適用対象