ProcessThreadCollection.Item[Int32] Propriété

Définition

Obtient un index pour l’itération sur l’ensemble de threads de processus.

public:
 property System::Diagnostics::ProcessThread ^ default[int] { System::Diagnostics::ProcessThread ^ get(int index); };
public System.Diagnostics.ProcessThread this[int index] { get; }
member this.Item(int) : System.Diagnostics.ProcessThread
Default Public ReadOnly Property Item(index As Integer) As ProcessThread

Paramètres

index
Int32

Valeur d’index de base zéro du thread de la collection.

Valeur de propriété

Qui ProcessThread indexe les threads dans la collection.

S’applique à