共用方式為


PropertyValue.GetValueCore 方法

在衍生類別中覆寫時,傳回應由 Value 屬性傳回的 Object

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

語法

'宣告
Protected MustOverride Function GetValueCore As Object
protected abstract Object GetValueCore()
protected:
virtual Object^ GetValueCore() abstract
abstract GetValueCore : unit -> Object 
protected abstract function GetValueCore() : Object

傳回值

型別:System.Object
應該由 Value 屬性傳回的物件。

備註

Value 屬性的 get 方法會呼叫這個方法。

這個方法不應該攔截例外狀況,而是傳播例外狀況。

.NET Framework 安全性

請參閱

參考

PropertyValue 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyEntry

PropertyValueEditor

其他資源

WPF 設計工具擴充性

屬性編輯架構