Share via


Debugger5.CurrentProgram Property

Sets or returns the active program.

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

Syntax

'Declaration
Property CurrentProgram As Program
    Get
    Set
Program CurrentProgram { get; set; }
property Program^ CurrentProgram {
    Program^ get ();
    void set (Program^ value);
}
abstract CurrentProgram : Program with get, set
function get CurrentProgram () : Program
function set CurrentProgram (value : Program)

Property Value

Type: EnvDTE.Program
A Program object.

Implements

Debugger4.CurrentProgram

.NET Framework Security

See Also

Reference

Debugger5 Interface

CurrentProgram Overload

EnvDTE100 Namespace