ProcessThreadCollection.Item[Int32] Właściwość

Definicja

Pobiera indeks iterujący nad zestawem wątków procesu.

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

Parametry

index
Int32

Wartość indeksu zerowego wątku w kolekcji.

Wartość właściwości

Element ProcessThread , który indeksuje wątki w kolekcji.

Dotyczy