共用方式為


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

當 為 trueIsAttachedDependencyProperty 不是 nullPropertyDescriptor 可以是 null ,但不需要 。

適用於