共用方式為


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

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

PropertyValue 成員

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyValueEditor

其他資源

WPF 設計工具擴充性

屬性編輯架構