Condividi tramite


Proprietà PropertyValue.IsDefaultValue

Se sottoposto override in una classe derivata, ottiene un valore che indica se l'oggetto Value corrente è il valore predefinito per la proprietà.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto Value è il valore predefinito per la proprietà; 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à