Process2.Programs 属性

定义

获取 Program 对象的集合。

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

属性值

Programs

一个 Programs 集合。

实现

属性

适用于