IDesignerDebuggingService 인터페이스

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

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")> _
Public Interface IDesignerDebuggingService
‘사용 방법
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

IDesignerDebuggingService 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Debuggee Gets the debuggee of this designer.
공용 속성 IsDebugPackageInstalled Gets a value that indicates whether the debug package is installed in the current AppID.
공용 속성 Mode Gets the debugging mode for this designer.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetBreakpointInfo Returns the breakpoint information from the designer.
공용 메서드 GetBreakpoints Returns an enumeration of breakpoints from the designer.
공용 메서드 GetRunningPrograms Returns a running programs.
공용 메서드 RemoveBreakpoint Removes the breakpoint from the designer.
공용 메서드 SetBreakpoint Sets a breakpoint from the designer.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 DebugEvent Occurs when the designer is being debugged.

맨 위로 이동

참고 항목

참조

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스