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
声明
Property Attach As Boolean
用法
Dim instance As VCProjectConfigurationProperties
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 should be attached to a specified process; otherwise, false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VCProjectConfigurationProperties Interface