_dispTextEditorEvents.LineChanged Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub LineChanged ( _
StartPoint As TextPoint, _
EndPoint As TextPoint, _
Hint As Integer _
)
void LineChanged(
TextPoint StartPoint,
TextPoint EndPoint,
int Hint
)
void LineChanged(
[InAttribute] TextPoint^ StartPoint,
TextPoint^ EndPoint,
int Hint
)
abstract LineChanged :
StartPoint:TextPoint *
EndPoint:TextPoint *
Hint:int -> unit
function LineChanged(
StartPoint : TextPoint,
EndPoint : TextPoint,
Hint : int
)
Parameters
StartPoint
Type: EnvDTE.TextPointThe start point.
EndPoint
Type: EnvDTE.TextPointThe end point.
Hint
Type: System.Int32The hint.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.