ProcessThreadCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an index for iterating over the set of process threads.
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
Parameters
- index
- Int32
The zero-based index value of the thread in the collection.
Property Value
A ProcessThread that indexes the threads in the collection.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.