DependencyProperty.IsAttached プロパティ

定義

この DependencyProperty が登録によって DependencyObject に関連付けられているかどうかを示すプロパティを取得します。

public:
 property bool IsAttached { bool get(); };
public bool IsAttached { get; }
member this.IsAttached : bool
Public ReadOnly Property IsAttached As Boolean

プロパティ値

true DependencyObjectにアタッチされている場合は。それ以外の場合はfalse

注釈

返される値は、この DependencyPropertyRegister メソッドを使用して登録されているかどうかを示します。

適用対象