Condividi tramite


Metodo PropertyValue.GetValueCore

Se sottoposto a override in una classe derivata, restituisce l'oggetto Object che deve essere restituito dalla proprietà Value.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore restituito

Tipo: System.Object
Oggetto che deve essere restituito dalla proprietà Value.

Note

Questo metodo viene chiamato dal metodo get della proprietà Value.

Questo metodo non deve intercettare le eccezioni, bensì propagarle.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValue Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà