ProcessThreadCollection.FindIndex Método

Definición

Sobrecargas

FindIndex(Predicate<ProcessThread>)
Obsoleto.
FindIndex(Int32, Predicate<ProcessThread>)
Obsoleto.
FindIndex(Int32, Int32, Predicate<ProcessThread>)
Obsoleto.

FindIndex(Predicate<ProcessThread>)

Precaución

This API is no longer available

public:
 int FindIndex(Predicate<System::Diagnostics::ProcessThread ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindIndex (Predicate<System.Diagnostics.ProcessThread> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindIndex : Predicate<System.Diagnostics.ProcessThread> -> int
Public Function FindIndex (match As Predicate(Of ProcessThread)) As Integer

Parámetros

Devoluciones

Int32
Atributos

Se aplica a

FindIndex(Int32, Predicate<ProcessThread>)

Precaución

This API is no longer available

public:
 int FindIndex(int startIndex, Predicate<System::Diagnostics::ProcessThread ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindIndex (int startIndex, Predicate<System.Diagnostics.ProcessThread> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindIndex : int * Predicate<System.Diagnostics.ProcessThread> -> int
Public Function FindIndex (startIndex As Integer, match As Predicate(Of ProcessThread)) As Integer

Parámetros

startIndex
Int32

Devoluciones

Int32
Atributos

Se aplica a

FindIndex(Int32, Int32, Predicate<ProcessThread>)

Precaución

This API is no longer available

public:
 int FindIndex(int startIndex, int count, Predicate<System::Diagnostics::ProcessThread ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindIndex (int startIndex, int count, Predicate<System.Diagnostics.ProcessThread> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindIndex : int * int * Predicate<System.Diagnostics.ProcessThread> -> int
Public Function FindIndex (startIndex As Integer, count As Integer, match As Predicate(Of ProcessThread)) As Integer

Parámetros

startIndex
Int32
count
Int32

Devoluciones

Int32
Atributos

Se aplica a