PropertyValue.SubProperties Property

When overridden in a derived class, gets the sub-properties of this property value.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
A collection of sub-properties.

Remarks

You can use the HasSubProperties property to determine whether this property value supports sub-properties.

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture