Breakpoint.Program Property

Definition

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.

Applies to