ProcessThreadCollection.IndexOf(ProcessThread) 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.
Fournit l’emplacement d’un thread spécifié au sein de la collection.
public:
int IndexOf(System::Diagnostics::ProcessThread ^ thread);
public int IndexOf (System.Diagnostics.ProcessThread thread);
member this.IndexOf : System.Diagnostics.ProcessThread -> int
Public Function IndexOf (thread As ProcessThread) As Integer
Paramètres
- thread
- ProcessThread
ProcessThread dont l’index est récupéré.
Retours
Index de base zéro qui définit l’emplacement du thread au sein de ProcessThreadCollection.