다음을 통해 공유


BP_RESOLUTION_CODE

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

구문

public struct BP_RESOLUTION_CODE {
    public IDebugCodeContext2 pCodeContext;
};

멤버

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

설명

이 구조체는 GetResolutionInfo 메서드에서 반환되는 BP_RESOLUTION_INFO 구조체의 멤버인 BP_RESOLUTION_LOCATION 구조체의 멤버입니다.

요구 사항

헤더: msdbg.h

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

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

참고 항목