Condividi tramite


Metodo PropertyValue.ConvertStringToValue

Se sottoposto a override in una classe derivata, tenta di convertire l'oggetto String specificato in un oggetto Object.

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

Sintassi

'Dichiarazione
Protected MustOverride Function ConvertStringToValue ( _
    value As String _
) As Object
protected abstract Object ConvertStringToValue(
    string value
)
protected:
virtual Object^ ConvertStringToValue(
    String^ value
) abstract
abstract ConvertStringToValue : 
        value:string -> Object 
protected abstract function ConvertStringToValue(
    value : String
) : Object

Parametri

Valore restituito

Tipo: System.Object
Oggetto che rappresenta l'oggetto value.

Note

Questo metodo viene chiamato dal metodo set della proprietà StringValue.

Un'implementazione può utilizzare l'oggetto TypeConverter per effettuare la conversione.

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à