DebuggerService.IsDebugging Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets an indicator that signals that debugging is active.
Namespace: System.Activities.Design.Debug
Assembly: System.Activities.Design (in System.Activities.Design.dll)
Syntax
'Declaration
Public Property IsDebugging As Boolean
Get
Set
'Usage
Dim instance As DebuggerService
Dim value As Boolean
value = instance.IsDebugging
instance.IsDebugging = value
public bool IsDebugging { get; set; }
public:
virtual property bool IsDebugging {
bool get () sealed;
void set (bool value) sealed;
}
final function get IsDebugging () : boolean
final function set IsDebugging (value : boolean)
abstract IsDebugging : bool with get, set
override IsDebugging : bool with get, set
Property Value
Type: System.Boolean
true while debugging is active; otherwise, false.
Implements
IDesignerDebugView.IsDebugging
.NET Framework Security
- 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.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4