DependencyProperty.IsAttached 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个属性,该属性指示此 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
。
注解
返回的值指示此 DependencyProperty 是否已使用 Register 方法进行注册。