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
매개 변수
pBuffer
형식: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] IVsTextBuffer 의 위치를 포함 하는 인터페이스입니다.
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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.