Process2.Programs Property

Definition

Gets a collection of Program objects.

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

Property Value

A Programs collection.

Implements

Attributes

Applies to