VCDebugSettings.Attach - свойство
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.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property Attach As Boolean
'Применение
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)
Значение свойства
Тип: System.Boolean
true when the debugger is attached to the specified process; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.