Partager via


PropertyEntryCollection.Item, propriété

En cas de substitution dans une classe dérivée, obtient un PropertyEntry à partir de cette classe portant le nom spécifié.

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

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Instance de PropertyEntry portant le nom spécifié ou nullune référence null (Nothing en Visual Basic) si celui-ci est inexistant.

Notes

Cette propriété est utilisée pour la récupération des sous-propriétés.

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntryCollection Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété