Process2.Programs 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 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