PropertyValueCollection.SetIndex, méthode
En cas de substitution dans une classe dérivée, intervertit l'ordre des objets dans la collection.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride Sub SetIndex ( _
currentIndex As Integer, _
newIndex As Integer _
)
public abstract void SetIndex(
int currentIndex,
int newIndex
)
public:
virtual void SetIndex(
int currentIndex,
int newIndex
) abstract
abstract SetIndex :
currentIndex:int *
newIndex:int -> unit
public abstract function SetIndex(
currentIndex : int,
newIndex : int
)
Paramètres
- currentIndex
Type : System.Int32
Index du premier objet.
- newIndex
Type : System.Int32
Index du deuxième objet.
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