Share via


PropertyValue 类

更新:2007 年 11 月

表示属性的值。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design(在 Microsoft.Windows.Design.dll 中)

语法

声明
Public MustInherit Class PropertyValue _
    Implements INotifyPropertyChanged
用法
Dim instance As PropertyValue
public abstract class PropertyValue : INotifyPropertyChanged
public ref class PropertyValue abstract : INotifyPropertyChanged
public abstract class PropertyValue implements INotifyPropertyChanged

备注

PropertyValue 类表示属性的基础值。PropertyEntry 类表示属性本身。PropertyEntry 是父级,PropertyValue 是子级。

如果 PropertyValue 的实例表示一个作为集合的值,则它将使用 Collection 属性返回 PropertyValueCollectionRowDefinitions 属性是值为集合的属性的一个示例。

继承层次结构

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyValue

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

PropertyValue 成员

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyValueEditor

其他资源

WPF 设计器扩展性

属性编辑体系结构