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)

Syntax

'Declaration
Property Attach As Boolean
bool Attach { get; set; }
property bool Attach {
    bool get ();
    void set (bool value);
}
abstract Attach : bool with get, set
function get Attach () : boolean 
function set Attach (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

VCProjectConfigurationProperties Interface

Microsoft.VisualStudio.VCProject Namespace