다음을 통해 공유


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

매개 변수

  • iLine
    형식: Int32

    [in] 식의 시작을 포함 하는 줄 번호입니다.

  • iCol
    형식: Int32

    [in] 줄 내의 열 위치입니다.

  • cLines
    형식: Int32

    [in] 식 내의 줄 번호입니다.

반환 값

형식: 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 보안

참고 항목

참조

IVsLanguageDebugInfo 인터페이스

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