Condividi tramite


Metodo IVsViewRangeClient.AdjustViewRange

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

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

Parametri

  • iLine
    Tipo: Int32

    [in]

  • iCount
    Tipo: Int32

    [in]

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsViewRangeClient Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop