Breakpoint.Program 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 reference to a Program object.
public:
property EnvDTE::Program ^ Program { EnvDTE::Program ^ get(); };
public:
property EnvDTE::Program ^ Program { EnvDTE::Program ^ get(); };
[System.Runtime.InteropServices.DispId(116)]
public EnvDTE.Program Program { [System.Runtime.InteropServices.DispId(116)] get; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
member this.Program : EnvDTE.Program
Public ReadOnly Property Program As Program
Property Value
A reference to a Program object.
- Attributes
Remarks
This object has been superseded by the Process2 object. The existing code that uses Program object continues to work for backwards-compatibility purposes. However, the new applications should use the Process2 object.
The Program object is used to examine and manipulate programs. You can use this object to check if a program is being debugged, and you can examine a program's process and threads managed by the program.