Process3.Collection 属性

定义

获取一个 Processes 集合,该集合包含支持此属性或包含在此代码构造中的对象。

public:
 property EnvDTE::Processes ^ Collection { EnvDTE::Processes ^ get(); };
[System.Runtime.InteropServices.DispId(202)]
public EnvDTE.Processes Collection { [System.Runtime.InteropServices.DispId(202)] get; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
member this.Collection : EnvDTE.Processes
Public ReadOnly Property Collection As Processes

属性值

Processes

一个 Processes 集合。

实现

属性

适用于