Partager via


IVsTextViewEvents.OnChangeCaretLine, méthode

Informe le client lorsqu'une modification de ligne de signe insertion se produit.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Sub OnChangeCaretLine ( _
    pView As IVsTextView, _
    iNewLine As Integer, _
    iOldLine As Integer _
)
void OnChangeCaretLine(
    IVsTextView pView,
    int iNewLine,
    int iOldLine
)
void OnChangeCaretLine(
    [InAttribute] IVsTextView^ pView, 
    [InAttribute] int iNewLine, 
    [InAttribute] int iOldLine
)
abstract OnChangeCaretLine : 
        pView:IVsTextView * 
        iNewLine:int * 
        iOldLine:int -> unit
function OnChangeCaretLine(
    pView : IVsTextView, 
    iNewLine : int, 
    iOldLine : int
)

Paramètres

  • iNewLine
    Type : Int32

    [in] entier contenant la nouvelle ligne.

  • iOldLine
    Type : Int32

    [in] entier contenant la ligne ancienne.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextViewEvents::OnChangeCaretLine(
   [in] IVsTextView *pView,
   [in] long iNewLine,
   [in] long iOldLine
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextViewEvents Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms