MarkupProperty.IsAttached プロパティ

定義

派生クラスでオーバーライドされると、この MarkupProperty が添付 DependencyProperty であるかどうかを判断します。

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

プロパティ値

Boolean

プロパティが添付 DependencyProperty である場合は true。それ以外の場合は false

注釈

既定の動作では、false が返されます。

true場合IsAttachedは、DependencyPropertyないnull場合とPropertyDescriptorできない場合がありますがnull、必須ではありません。

適用対象