PropertyValue.SubProperties, propriété

En cas de substitution dans une classe dérivée, obtient les sous-propriétés de cette valeur de propriété.

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 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

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
Collection de sous-propriétés.

Notes

Vous pouvez utiliser la propriété HasSubProperties pour déterminer si cette valeur de propriété prend en charge les sous-propriétés.

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é