IVsLanguageDebugInfo.GetProximityExpressions 메서드
근접 식 생성합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
Function GetProximityExpressions ( _
pBuffer As IVsTextBuffer, _
iLine As Integer, _
iCol As Integer, _
cLines As Integer, _
<OutAttribute> ByRef ppEnum As IVsEnumBSTR _
) As Integer
int GetProximityExpressions(
IVsTextBuffer pBuffer,
int iLine,
int iCol,
int cLines,
out IVsEnumBSTR ppEnum
)
int GetProximityExpressions(
[InAttribute] IVsTextBuffer^ pBuffer,
[InAttribute] int iLine,
[InAttribute] int iCol,
[InAttribute] int cLines,
[OutAttribute] IVsEnumBSTR^% ppEnum
)
abstract GetProximityExpressions :
pBuffer:IVsTextBuffer *
iLine:int *
iCol:int *
cLines:int *
ppEnum:IVsEnumBSTR byref -> int
function GetProximityExpressions(
pBuffer : IVsTextBuffer,
iLine : int,
iCol : int,
cLines : int,
ppEnum : IVsEnumBSTR
) : int
매개 변수
pBuffer
형식: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] IVsTextBuffer 의 식을 포함 하는 텍스트 버퍼에 대 한 인터페이스입니다.
iLine
형식: Int32[in] 식의 시작을 포함 하는 줄 번호입니다.
iCol
형식: Int32[in] 줄 내의 열 위치입니다.
cLines
형식: Int32[in] 식 내의 줄 번호입니다.
ppEnum
형식: Microsoft.VisualStudio.TextManager.Interop.IVsEnumBSTR%[out] 반환 된 IVsEnumBSTR Bstrs에 열거 하는 데 사용 되는 개체입니다.
반환 값
형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.
설명
COM 시그니처
Textmgr.idl에서:
HRESULT IVsLanguageDebugInfo::GetProximityExpressions(
[in] IVsTextBuffer *pBuffer,
[in] long iLine,
[in] long iCol,
[in] long cLines,
[out] IVsEnumBSTR **ppEnum
);
채우는 데 필요한 정보를 제공 하는 언어 서비스에서이 메서드는 구현 되는 자동 디버깅 창입니다. 디버거에서이 메서드를 호출 하면 디버거가 모든 매개 변수 및 식별 되는 시작 위치부터 시작 하는 줄의 범위에 있는 변수 이름을 요청 하는 iLine 및 iCol 매개 변수에서 지정한 텍스트 버퍼. 이 지점 이후의 줄 정도 지정 됩니다 있는 cLines 매개 변수.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.