WindowsFormsSection.JitDebugging Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Just-In-Time-Debuggen (JIT) verwendet wird, oder legt ihn fest.

public:
 property bool JitDebugging { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("jitDebugging", DefaultValue=false)]
public bool JitDebugging { get; set; }
public bool JitDebugging { get; set; }
[<System.Configuration.ConfigurationProperty("jitDebugging", DefaultValue=false)>]
member this.JitDebugging : bool with get, set
member this.JitDebugging : bool with get, set
Public Property JitDebugging As Boolean

Eigenschaftswert

Boolean

true, wenn JIT-Debuggen verwendet wird, andernfalls false.

Attribute

Gilt für