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

返品

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

例外

dependencyProperty は null 参照です (Visual Basic では Nothing)。

適用対象