_dispTextEditorEvents_SinkHelper.LineChanged (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
Public Overridable Sub LineChanged ( _
    A_1 As TextPoint, _
    A_2 As TextPoint, _
    A_3 As Integer _
)
public virtual void LineChanged(
    TextPoint A_1,
    TextPoint A_2,
    int A_3
)
public:
virtual void LineChanged(
    TextPoint^ A_1, 
    TextPoint^ A_2, 
    int A_3
)
abstract LineChanged : 
        A_1:TextPoint * 
        A_2:TextPoint * 
        A_3:int -> unit 
override LineChanged : 
        A_1:TextPoint * 
        A_2:TextPoint * 
        A_3:int -> unit 
public function LineChanged(
    A_1 : TextPoint, 
    A_2 : TextPoint, 
    A_3 : int
)

Parámetros

Implementaciones

_dispTextEditorEvents.LineChanged(TextPoint, TextPoint, Int32)

Seguridad de .NET Framework

Vea también

Referencia

_dispTextEditorEvents_SinkHelper Clase

EnvDTE (Espacio de nombres)