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
声明
Public Overridable Function RestrictViewRange ( _
    iMinLine As Integer, _
    iMaxLine As Integer, _
    pClient As IVsViewRangeClient _
) As Integer
用法
Dim instance As VsTextViewClass
Dim iMinLine As Integer
Dim iMaxLine As Integer
Dim pClient As IVsViewRangeClient
Dim returnValue As Integer
returnValue = instance.RestrictViewRange(iMinLine, _
    iMaxLine, pClient)
public virtual int RestrictViewRange(
    int iMinLine,
    int iMaxLine,
    IVsViewRangeClient pClient
)
public:
virtual int RestrictViewRange(
    [InAttribute] int iMinLine, 
    [InAttribute] int iMaxLine, 
    [InAttribute] IVsViewRangeClient^ pClient
)
abstract RestrictViewRange : 
        iMinLine:int * 
        iMaxLine:int * 
        pClient:IVsViewRangeClient -> int 
override RestrictViewRange : 
        iMinLine:int * 
        iMaxLine:int * 
        pClient:IVsViewRangeClient -> int 
public function RestrictViewRange(
    iMinLine : int, 
    iMaxLine : int, 
    pClient : IVsViewRangeClient
) : int
Parameters
- iMinLine
Type: System.Int32
 
- iMaxLine
Type: System.Int32
 
Return Value
Type: System.Int32
Implements
IVsTextView.RestrictViewRange(Int32, Int32, IVsViewRangeClient)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.