Partager via


ITableEntriesSnapshot.IndexOf(Int32, ITableEntriesSnapshot) Méthode

Définition

Retourne l’index de l’entrée à currentIndex dans cette instantané dans une instantané ultérieure (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

Paramètres

currentIndex
Int32

Index de l’entrée dans ce ITableEntriesSnapshot.

newSnapshot
ITableEntriesSnapshot

Desired instantané.

Retours

Index dans newSnapshot s’il existe ou -1 dans le cas contraire.

S’applique à