Partager via


CategoryEntry.Item, propriété

En cas de substitution dans une classe dérivée, obtient la propriété spécifiée.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Default Property Item ( _
    propertyName As String _
) As PropertyEntry
    Get
public abstract PropertyEntry this[
    string propertyName
] { get; }
public:
virtual property PropertyEntry^ default[String^ propertyName] {
    PropertyEntry^ get (String^ propertyName) abstract;
}
abstract Item : PropertyEntry
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • propertyName
    Type : System.String
    Nom de la propriété à retourner.

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Propriété spécifiée par propertyName.

Notes

Cette propriété agit comme un indexeur pour la propriété Properties.

Sécurité .NET Framework

Voir aussi

Référence

CategoryEntry Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété

Indexeurs (Guide de programmation C#)