Share via


CategoryEntry.Properties Property

When overridden in a derived class, gets all the properties in the category.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Properties As IEnumerable(Of PropertyEntry)
    Get
public abstract IEnumerable<PropertyEntry> Properties { get; }
public:
virtual property IEnumerable<PropertyEntry^>^ Properties {
    IEnumerable<PropertyEntry^>^ get () abstract;
}
abstract Properties : IEnumerable<PropertyEntry>
abstract function get Properties () : IEnumerable<PropertyEntry>

Property Value

Type: System.Collections.Generic.IEnumerable<PropertyEntry>
An enumerable collection of all the properties in the category.

Remarks

You can also access this property using the indexer provided by Item.

.NET Framework Security

See Also

Reference

CategoryEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Indexers (C# Programming Guide)