다음을 통해 공유


IVsLanguageDebugInfo3 인터페이스

Provides support for binding breakpoints in debugging for a language service.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop.11.0(Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

구문

‘선언
<GuidAttribute("37F90B98-666A-452F-91F3-C60266AEB13E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsLanguageDebugInfo3
[GuidAttribute("37F90B98-666A-452F-91F3-C60266AEB13E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLanguageDebugInfo3
[GuidAttribute(L"37F90B98-666A-452F-91F3-C60266AEB13E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsLanguageDebugInfo3
[<GuidAttribute("37F90B98-666A-452F-91F3-C60266AEB13E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLanguageDebugInfo3 =  interface end
public interface IVsLanguageDebugInfo3

IVsLanguageDebugInfo3 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetValidBreakpointLineVariance Gets the valid line variance for binding a breakpoint for a given source location.

위쪽

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스