IVsTextView.RestrictViewRange Method

Method information is not provided. Method is not implemented.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTextView Interface

Microsoft.VisualStudio.TextManager.Interop Namespace