Partager via


PropertyValueCollection.Item, propriété

En cas de substitution dans une classe dérivée, obtient la PropertyValue au niveau de l'index 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 ( _
    index As Integer _
) As PropertyValue
    Get
public abstract PropertyValue this[
    int index
] { get; }
public:
virtual property PropertyValue^ default[int index] {
    PropertyValue^ get (int index) abstract;
}
abstract Item : PropertyValue
JScript ne prend pas en charge les propriétés indexées.

Paramètres

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue au niveau de l'index spécifié.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueCollection Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété