Método _dispTextEditorEvents_SinkHelper.LineChanged
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
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
- A_1
Tipo: EnvDTE.TextPoint
- A_2
Tipo: EnvDTE.TextPoint
- A_3
Tipo: System.Int32
Implementações
_dispTextEditorEvents.LineChanged(TextPoint, TextPoint, Int32)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.