Share via


Breakpoint3.Program Property

Gets the executable being managed by this process.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property Program As Program
    Get
Program Program { get; }
property Program^ Program {
    Program^ get ();
}
abstract Program : Program
function get Program () : Program

Property Value

Type: EnvDTE.Program
A Program object.

Implements

Breakpoint2.Program

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Program Overload

EnvDTE90a Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples