Proprietà PropertyValue.HasSubProperties

Se sottoposto a override in una classe derivata, ottiene un valore che indica se il valore di questa proprietà supporta le sottoproprietà.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto PropertyValue supporta le sottoproprietà, in caso contrario, false.

Note

Un'implementazione comune può utilizzare un oggetto TypeConverter per determinare se le sottoproprietà sono supportate. Se il valore di questa proprietà contiene sottoproprietà, vengono memorizzate nella proprietà SubProperties.

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à