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 입니다.

적용 대상