_dispTextEditorEvents Interface
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
<GuidAttribute("2699DD44-C507-4DA3-AA34-314A6C21DFE2")> _
<InterfaceTypeAttribute()> _
Public Interface _dispTextEditorEvents
[GuidAttribute("2699DD44-C507-4DA3-AA34-314A6C21DFE2")]
[InterfaceTypeAttribute()]
public interface _dispTextEditorEvents
[GuidAttribute(L"2699DD44-C507-4DA3-AA34-314A6C21DFE2")]
[InterfaceTypeAttribute()]
public interface class _dispTextEditorEvents
[<GuidAttribute("2699DD44-C507-4DA3-AA34-314A6C21DFE2")>]
[<InterfaceTypeAttribute()>]
type _dispTextEditorEvents = interface end
public interface _dispTextEditorEvents
The _dispTextEditorEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
LineChanged | Infrastructure. Microsoft Internal Use Only. |
Top