Proprietà CategoryEntry.Properties

Se sottoposto a override in una classe derivata, ottiene tutte le proprietà della categoria.

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

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<PropertyEntry>
Insieme enumerabile di tutte le proprietà della categoria.

Note

È inoltre possibile accedere a questa proprietà utilizzando l'indicizzatore fornito dall'oggetto Item.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CategoryEntry Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Indicizzatori (Guida per programmatori C#)