Dela via


PropertyValue.GetValueCore Method

When overridden in a derived class, returns the Object that should be returned by the Value property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Protected MustOverride Function GetValueCore As Object
'Usage
Dim returnValue As Object 

returnValue = Me.GetValueCore()
protected abstract Object GetValueCore()
protected:
virtual Object^ GetValueCore() abstract
protected abstract function GetValueCore() : Object

Return Value

Type: System.Object
The object that should be returned by the Value property.

Remarks

This method is called by the get method of the Value property.

This method should not catch exceptions, it should propagate them.

.NET Framework Security

See Also

Reference

PropertyValue Class

PropertyValue Members

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture