다음을 통해 공유


IVsLanguageDebugInfo.IsMappedLocation 메서드

위치에 있는 코드 포함 되어 있는지 여부 다른 문서에, 예를 들어, 클라이언트 매핑된 반환 코드를 스크립팅 합니다.

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

구문

‘선언
Function IsMappedLocation ( _
    pBuffer As IVsTextBuffer, _
    iLine As Integer, _
    iCol As Integer _
) As Integer
int IsMappedLocation(
    IVsTextBuffer pBuffer,
    int iLine,
    int iCol
)
int IsMappedLocation(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] int iLine, 
    [InAttribute] int iCol
)
abstract IsMappedLocation : 
        pBuffer:IVsTextBuffer * 
        iLine:int * 
        iCol:int -> int
function IsMappedLocation(
    pBuffer : IVsTextBuffer, 
    iLine : int, 
    iCol : int
) : int

매개 변수

  • iLine
    형식: Int32

    [in] 행 인덱스를 포함 하는 정수입니다.

  • iCol
    형식: Int32

    [in] 열 인덱스를 포함 하는 정수입니다.

반환 값

형식: Int32
메서드가 성공 하면 반환 S_OK 의 위치를 나타내는 매핑된 코드가 포함 되어 있습니다.위치 매핑된 코드를 포함 하지 않으면 반환 S_FALSE.그렇지 않으면 오류 코드를 반환 합니다.

설명

COM 시그니처

Textmgr.idl에서:

HRESULT IVsLanguageDebugInfo::IsMappedLocation(
   [in] IVsTextBuffer *pBuffer, 
   [in] long iLine, 
   [in] long iCol
);

위치에 다른 문서, 예를 들어 클라이언트 스크립트 코드에 매핑된 코드 포함 되어 있는지 여부를 반환 합니다.

.NET Framework 보안

참고 항목

참조

IVsLanguageDebugInfo 인터페이스

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