ProcessThreadCollection.ForEach(Action<ProcessThread>) 方法
定义
注意
This API is no longer available
public:
void ForEach(Action<System::Diagnostics::ProcessThread ^> ^ action);
[System.Obsolete("This API is no longer available", true)]
public void ForEach (Action<System.Diagnostics.ProcessThread> action);
[<System.Obsolete("This API is no longer available", true)>]
member this.ForEach : Action<System.Diagnostics.ProcessThread> -> unit
Public Sub ForEach (action As Action(Of ProcessThread))
参数
- action
- Action<ProcessThread>
- 属性