PropertyEntry 类

更新:2007 年 11 月

表示一个属性。

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

语法

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

备注

PropertyEntry 类为属性提供大部分特定于类型的附加数据。

PropertyEntry 类用于宿主基础结构派生的类。

继承层次结构

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyEntry

线程安全

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

另请参见

参考

PropertyEntry 成员

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构