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
- index
Type : System.Int32
Index d'une PropertyValue dans la collection.
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue au niveau de l'index spécifié.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyValueCollection Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms