_dispTextEditorEvents.LineChanged(TextPoint, TextPoint, Int32) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void LineChanged(EnvDTE::TextPoint ^ StartPoint, EnvDTE::TextPoint ^ EndPoint, int Hint);
public:
 void LineChanged(EnvDTE::TextPoint ^ StartPoint, EnvDTE::TextPoint ^ EndPoint, int Hint);
void LineChanged(EnvDTE::TextPoint const & StartPoint, EnvDTE::TextPoint const & EndPoint, int Hint);
[System.Runtime.InteropServices.DispId(1)]
public void LineChanged (EnvDTE.TextPoint StartPoint, EnvDTE.TextPoint EndPoint, int Hint);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member LineChanged : EnvDTE.TextPoint * EnvDTE.TextPoint * int -> unit
Public Sub LineChanged (StartPoint As TextPoint, EndPoint As TextPoint, Hint As Integer)

Parameters

StartPoint
TextPoint

The start point.

EndPoint
TextPoint

The end point.

Hint
Int32

The hint.

Attributes

Applies to