_dispTextEditorEvents_SinkHelper.LineChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void LineChanged(EnvDTE::TextPoint ^ A_1, EnvDTE::TextPoint ^ A_2, int A_3);
public:
virtual void LineChanged(EnvDTE::TextPoint ^ A_1, EnvDTE::TextPoint ^ A_2, int A_3);
public:
override void LineChanged(EnvDTE::TextPoint ^ A_1, EnvDTE::TextPoint ^ A_2, int A_3);
override void LineChanged(EnvDTE::TextPoint const & A_1, EnvDTE::TextPoint const & A_2, int A_3);
public override void LineChanged (EnvDTE.TextPoint A_1, EnvDTE.TextPoint A_2, int A_3);
public void LineChanged (EnvDTE.TextPoint A_1, EnvDTE.TextPoint A_2, int A_3);
abstract member LineChanged : EnvDTE.TextPoint * EnvDTE.TextPoint * int -> unit
override this.LineChanged : EnvDTE.TextPoint * EnvDTE.TextPoint * int -> unit
Public Overrides Sub LineChanged (A_1 As TextPoint, A_2 As TextPoint, A_3 As Integer)
Public Sub LineChanged (A_1 As TextPoint, A_2 As TextPoint, A_3 As Integer)
Parameters
- A_1
- TextPoint
- A_2
- TextPoint
- A_3
- Int32