Metodo PropertyValueCollection.SetIndex

Sottoposto a override in una classe derivata, inverte l'ordine degli oggetti nell'insieme.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueCollection Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà