Share via


VCDebugSettings.Attach Property

Gets or sets a value indicating whether, when this project is debugged, the debugger should be attached to the process specified in the Command property.

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

Syntax

'Declaration
Property Attach As Boolean
'Usage
Dim instance As VCDebugSettings 
Dim value As Boolean 

value = instance.Attach

instance.Attach = value
bool Attach { get; set; }
property bool Attach {
    bool get ();
    void set (bool value);
}
function get Attach () : boolean 
function set Attach (value : boolean)

Property Value

Type: System.Boolean
true when the debugger is attached to the specified process; otherwise, false.

.NET Framework Security

See Also

Reference

VCDebugSettings Interface

VCDebugSettings Members

Microsoft.VisualStudio.VCProjectEngine Namespace