Interfaz IDesignerDebuggingService

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

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")> _
Public Interface IDesignerDebuggingService
'Uso
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

El tipo IDesignerDebuggingService expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Debuggee Gets the debuggee of this designer.
Propiedad pública IsDebugPackageInstalled Gets a value that indicates whether the debug package is installed in the current AppID.
Propiedad pública Mode Gets the debugging mode for this designer.

Arriba

Métodos

  Nombre Descripción
Método público GetBreakpointInfo Returns the breakpoint information from the designer.
Método público GetBreakpoints Returns an enumeration of breakpoints from the designer.
Método público GetRunningPrograms Returns a running programs.
Método público RemoveBreakpoint Removes the breakpoint from the designer.
Método público SetBreakpoint Sets a breakpoint from the designer.

Arriba

Eventos

  Nombre Descripción
Evento público DebugEvent Occurs when the designer is being debugged.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger