Compartir a través de


IVsViewRangeClient.AdjustViewRange (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function AdjustViewRange ( _
    pView As IVsTextView, _
    action As TextViewAction, _
    iLine As Integer, _
    iCount As Integer _
) As Integer
int AdjustViewRange(
    IVsTextView pView,
    TextViewAction action,
    int iLine,
    int iCount
)
int AdjustViewRange(
    [InAttribute] IVsTextView^ pView, 
    [InAttribute] TextViewAction action, 
    [InAttribute] int iLine, 
    [InAttribute] int iCount
)
abstract AdjustViewRange : 
        pView:IVsTextView * 
        action:TextViewAction * 
        iLine:int * 
        iCount:int -> int
function AdjustViewRange(
    pView : IVsTextView, 
    action : TextViewAction, 
    iLine : int, 
    iCount : int
) : int

Parámetros

  • iLine
    Tipo: Int32

    [in]

  • iCount
    Tipo: Int32

    [in]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsViewRangeClient::AdjustViewRange(
   [in] IVsTextView *pView,
   [in] TextViewAction action,
   [in] long iLine,
   [in] long iCount
);

Seguridad de .NET Framework

Vea también

Referencia

IVsViewRangeClient Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)