Debugger5::CurrentProgram Property

 

Sets or returns the active program.

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

property Program^ CurrentProgram {
	Program^ get();
	void set(Program^ value);
}

Property Value

Type: EnvDTE::Program^

A Program object.

Return to top
Show: