Debugger4::CurrentProcess Property

 

Gets or sets the active process.

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

property Process^ CurrentProcess {
	Process^ get();
	void set(Process^ value);
}

Property Value

Type: EnvDTE::Process^

A Process object.

Return to top
Show: