Freigeben über


IDesignerDebuggingService-Schnittstelle

Represents a service provided by designer, so that the project can invoke it.

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

Syntax

'Declaration
<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")> _
Public Interface IDesignerDebuggingService
'Usage
Dim instance As IDesignerDebuggingService
[GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")]
public interface IDesignerDebuggingService
[GuidAttribute(L"0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")]
public interface class IDesignerDebuggingService
[<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")>]
type IDesignerDebuggingService =  interface end
public interface IDesignerDebuggingService

Der IDesignerDebuggingService-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Debuggee Gets the debuggee of this designer.
Öffentliche Eigenschaft IsDebugPackageInstalled Gets a value that indicates whether the debug package is installed in the current AppID.
Öffentliche Eigenschaft Mode Gets the debugging mode for this designer.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetBreakpointInfo Returns the breakpoint information from the designer.
Öffentliche Methode GetBreakpoints Returns an enumeration of breakpoints from the designer.
Öffentliche Methode GetRunningPrograms Returns a running programs.
Öffentliche Methode RemoveBreakpoint Removes the breakpoint from the designer.
Öffentliche Methode SetBreakpoint Sets a breakpoint from the designer.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis DebugEvent Occurs when the designer is being debugged.

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.Interfaces.Debugger-Namespace