VCProjectConfigurationProperties::Attach Property

 

Specifies whether, when this project is debugged, the debugger should be attached to the process specified in the Command property.

Namespace:   Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

property bool Attach {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true when the debugger should be attached to a specified process; otherwise, false.

Return to top
Show: