Debugger4.CurrentProgram Property

Sets or returns the active program.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.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

Debugger3.CurrentProgram

Remarks

See CurrentProgram.

.NET Framework Security

See Also

Reference

Debugger4 Interface

CurrentProgram Overload

EnvDTE90a Namespace