Share via


Interface IDesignerDebuggingService

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

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")> _
Public Interface IDesignerDebuggingService
'Utilisation
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

Le type IDesignerDebuggingService expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Debuggee Gets the debuggee of this designer.
Propriété publique IsDebugPackageInstalled Gets a value that indicates whether the debug package is installed in the current AppID.
Propriété publique Mode Gets the debugging mode for this designer.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetBreakpointInfo Returns the breakpoint information from the designer.
Méthode publique GetBreakpoints Returns an enumeration of breakpoints from the designer.
Méthode publique GetRunningPrograms Returns a running programs.
Méthode publique RemoveBreakpoint Removes the breakpoint from the designer.
Méthode publique SetBreakpoint Sets a breakpoint from the designer.

Haut de la page

Événements

  Nom Description
Événement public DebugEvent Occurs when the designer is being debugged.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces.Debugger