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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected MustOverride Function GetValueCore As Object
protected abstract Object GetValueCore()
protected:
virtual Object^ GetValueCore() abstract
abstract GetValueCore : unit -> Object
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace