ProcessThreadCollection.Item[Int32] プロパティ

定義

プロセス スレッドのセットを反復処理するためにインデックスを取得します。

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

パラメーター

index
Int32

コレクション内のスレッドの 0 から始まるインデックス値。

プロパティ値

コレクション内のスレッドにインデックスを付ける ProcessThread

適用対象