Share via


DebugBreakpointsSetChangedEventArgs-Klasse

Displays the status of the debugging after pause execution.

Vererbungshierarchie

System.Object
  System.EventArgs
    Microsoft.DataWarehouse.Interfaces.Debugger.DebuggingEventArgs
      Microsoft.DataWarehouse.Interfaces.Debugger.DebugBreakpointsSetChangedEventArgs

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Class DebugBreakpointsSetChangedEventArgs _
    Inherits DebuggingEventArgs
'Usage
Dim instance As DebugBreakpointsSetChangedEventArgs
public class DebugBreakpointsSetChangedEventArgs : DebuggingEventArgs
public ref class DebugBreakpointsSetChangedEventArgs : public DebuggingEventArgs
type DebugBreakpointsSetChangedEventArgs =  
    class 
        inherit DebuggingEventArgs 
    end
public class DebugBreakpointsSetChangedEventArgs extends DebuggingEventArgs

Der DebugBreakpointsSetChangedEventArgs-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DebugBreakpointsSetChangedEventArgs Initializes a new instance of the DebugBreakpointsSetChangedEventArgs class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.DataWarehouse.Interfaces.Debugger-Namespace