Proprietà PropertyValue.CanConvertFromString

Se sottoposto a override in una classe derivata, ottiene un valore che indica se l'oggetto Value può essere convertito da una stringa.

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

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property CanConvertFromString As Boolean
    Get
public abstract bool CanConvertFromString { get; }
public:
virtual property bool CanConvertFromString {
    bool get () abstract;
}
abstract CanConvertFromString : bool
abstract function get CanConvertFromString () : boolean

Valore proprietà

Tipo: System.Boolean
true se l'oggetto Value può essere convertito da una stringa; in caso contrario, false.

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à