Debugger4::CurrentProgram Property

 

Sets or returns the active program.

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

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

Property Value

Type: EnvDTE::Program^

A Program object.

Return to top
Show: