Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
)
Parameters
- A_1
Type: EnvDTE.TextPoint
- A_2
Type: EnvDTE.TextPoint
- A_3
Type: System.Int32
Implements
_dispTextEditorEvents.LineChanged(TextPoint, TextPoint, Int32)
.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.