다음을 통해 공유


IVsTextView.RestrictViewRange 메서드

방법 정보를 제공 되지 않습니다. 메서드가 구현 되지 않았습니다.

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

구문

‘선언
Function RestrictViewRange ( _
    iMinLine As Integer, _
    iMaxLine As Integer, _
    pClient As IVsViewRangeClient _
) As Integer
int RestrictViewRange(
    int iMinLine,
    int iMaxLine,
    IVsViewRangeClient pClient
)
int RestrictViewRange(
    [InAttribute] int iMinLine, 
    [InAttribute] int iMaxLine, 
    [InAttribute] IVsViewRangeClient^ pClient
)
abstract RestrictViewRange : 
        iMinLine:int * 
        iMaxLine:int * 
        pClient:IVsViewRangeClient -> int
function RestrictViewRange(
    iMinLine : int, 
    iMaxLine : int, 
    pClient : IVsViewRangeClient
) : int

매개 변수

  • iMinLine
    형식: Int32

     

  • iMaxLine
    형식: Int32

     

반환 값

형식: Int32

.NET Framework 보안

참고 항목

참조

IVsTextView 인터페이스

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