Proprietà PropertyValue.SubProperties

Se sottoposto a override in una classe derivata, ottiene le sottoproprietà del valore di questa 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 SubProperties As PropertyEntryCollection
    Get
public abstract PropertyEntryCollection SubProperties { get; }
public:
virtual property PropertyEntryCollection^ SubProperties {
    PropertyEntryCollection^ get () abstract;
}
abstract SubProperties : PropertyEntryCollection
abstract function get SubProperties () : PropertyEntryCollection

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
Insieme di sottoproprietà.

Note

È possibile utilizzare la proprietà HasSubProperties per determinare se il valore di questa proprietà supporta le sottoproprietà.

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à