共用方式為


PropertyEntry.PropertyValueEditor 屬性

在衍生類別中覆寫時,取得用於編輯這個 PropertyEntryPropertyValueEditor

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property PropertyValueEditor As PropertyValueEditor
    Get
public abstract PropertyValueEditor PropertyValueEditor { get; }
public:
virtual property PropertyValueEditor^ PropertyValueEditor {
    PropertyValueEditor^ get () abstract;
}
abstract PropertyValueEditor : PropertyValueEditor
abstract function get PropertyValueEditor () : PropertyValueEditor

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
用來編輯這個 PropertyEntryPropertyValueEditor

備註

這個屬性可以是 nullNull 參照 (即 Visual Basic 中的 Nothing)。 PropertyContainer 會接聽對這個屬性所做的變更。 如果值變更了,衍生類別就有責任引發適當的 PropertyChanged 事件。

.NET Framework 安全性

請參閱

參考

PropertyEntry 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構