Partager via


PropertyValue.CanConvertFromString, propriété

En cas de substitution dans une classe dérivée, obtient une valeur indiquant si Value peut être converti à partir d'une chaîne.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Boolean
true si Value peut être converti à partir d'une chaîne ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété