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 设计器扩展性

属性编辑体系结构