AttachedProperty<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含附加属性的集合。
generic <typename T>
public ref class AttachedProperty : System::Activities::Presentation::Model::AttachedProperty
public class AttachedProperty<T> : System.Activities.Presentation.Model.AttachedProperty
type AttachedProperty<'T> = class
inherit AttachedProperty
Public Class AttachedProperty(Of T)
Inherits AttachedProperty
类型参数
- T
附加属性的类型。
- 继承
构造函数
| AttachedProperty<T>() |
初始化 AttachedProperty<T> 类的新实例。 |
属性
| Getter |
获取或设置 getter。 |
| IsBrowsable |
获取或设置一个布尔值,该值指示 AttachedProperty 是否可浏览。 (继承自 AttachedProperty) |
| IsReadOnly |
获取一个值,该值确定集合是否为只读。 |
| Name |
获取或设置属性的名称。 (继承自 AttachedProperty) |
| OwnerType |
获取或设置所有者类型。 (继承自 AttachedProperty) |
| Setter |
获取或设置 setter。 |
| Type |
获取集合的类型。 |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
| GetType() |
获取当前实例的 Type。 (继承自 Object) |
| GetValue(ModelItem) |
检索指定模型项的值。 |
| MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
| NotifyPropertyChanged(ModelItem) |
创建一个通知,该通知指示指定的模型项已更改。 (继承自 AttachedProperty) |
| ResetValue(ModelItem) |
将指定模型项重置为默认值。 |
| SetValue(ModelItem, Object) |
将指定模型项设置为指定值。 |
| ToString() |
返回表示当前对象的字符串。 (继承自 Object) |