다음을 통해 공유


BP_RESOLUTION_CODE

코드 중단점의 위치를 설명 합니다.

typedef struct _BP_RESOLUTION_CODE { 
   IDebugCodeContext2* pCodeContext;
} BP_RESOLUTION_CODE;
public struct BP_RESOLUTION_CODE { 
   public IDebugCodeContext2 pCodeContext;
};

Members

  • pCodeContext
    IDebugCodeContext2 코드에서 중단점의 위치를 식별 하는 개체입니다.

설명

이 구조체의 멤버입니다의 BP_RESOLUTION_LOCATION 의 구성원을 설정 하는 구조는 BP_RESOLUTION_INFO 구조에서 반환 하는 IDebugBreakpointResolution2::GetResolutionInfo 메서드.

요구 사항

헤더: msdbg.h

네임 스페이스: Microsoft.VisualStudio.Debugger.Interop

어셈블리: Microsoft.VisualStudio.Debugger.Interop.dll

참고 항목

참조

구조체 및 공용 구조체

BP_RESOLUTION_LOCATION

BP_RESOLUTION_INFO

IDebugBreakpointResolution2::GetResolutionInfo

IDebugCodeContext2