Partilhar via


Método BulkObservableCollection<T>.MoveItem

Move o item de um local para outro.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)

Sintaxe

'Declaração
Protected Overrides Sub MoveItem ( _
    oldIndex As Integer, _
    newIndex As Integer _
)
protected override void MoveItem(
    int oldIndex,
    int newIndex
)
protected:
virtual void MoveItem(
    int oldIndex, 
    int newIndex
) override
abstract MoveItem : 
        oldIndex:int * 
        newIndex:int -> unit  
override MoveItem : 
        oldIndex:int * 
        newIndex:int -> unit
protected override function MoveItem(
    oldIndex : int, 
    newIndex : int
)

Parâmetros

  • oldIndex
    Tipo: Int32

    O local original.

  • newIndex
    Tipo: Int32

    O novo local.

Segurança do .NET Framework

Consulte também

Referência

BulkObservableCollection<T> Classe

Namespace Microsoft.VisualStudio.Language.Intellisense