Compartilhar via


ITableEntriesSnapshot.IndexOf(Int32, ITableEntriesSnapshot) Método

Definição

Retorna o índice da entrada em currentIndex neste instantâneo em um instantâneo posterior (newSnapshot).

public:
 int IndexOf(int currentIndex, Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ newSnapshot);
public int IndexOf (int currentIndex, Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot newSnapshot);
abstract member IndexOf : int * Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot -> int
Public Function IndexOf (currentIndex As Integer, newSnapshot As ITableEntriesSnapshot) As Integer

Parâmetros

currentIndex
Int32

Índice da entrada neste ITableEntriesSnapshot.

newSnapshot
ITableEntriesSnapshot

Instantâneo desejada.

Retornos

Caso contrário, o índice em newSnapshot se ele existir ou -1.

Aplica-se a