C# 클래스 Microsoft.R.Debugger.AD7ErrorBreakpoint

상속: IDebugErrorBreakpoint2
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
AD7ErrorBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, AD7ErrorBreakpointResolution errorResolution ) : Microsoft.VisualStudio
GetBreakpointResolution ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
GetPendingBreakpoint ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int

메소드 상세

AD7ErrorBreakpoint() 공개 메소드

public AD7ErrorBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, AD7ErrorBreakpointResolution errorResolution ) : Microsoft.VisualStudio
pendingBreakpoint AD7PendingBreakpoint
errorResolution AD7ErrorBreakpointResolution
리턴 Microsoft.VisualStudio

GetBreakpointResolution() 공개 메소드

public GetBreakpointResolution ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
ppErrorResolution IDebugErrorBreakpointResolution2
리턴 int

GetPendingBreakpoint() 공개 메소드

public GetPendingBreakpoint ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int
ppPendingBreakpoint IDebugPendingBreakpoint2
리턴 int