ITableEntriesSnapshot.IndexOf(Int32, ITableEntriesSnapshot) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.