TextEditor 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("9FF3DDCA-1795-4191-A5B1-02D1AE35D074")> _
Public Interface TextEditor
[GuidAttribute("9FF3DDCA-1795-4191-A5B1-02D1AE35D074")]
public interface TextEditor
[GuidAttribute(L"9FF3DDCA-1795-4191-A5B1-02D1AE35D074")]
public interface class TextEditor
[<GuidAttribute("9FF3DDCA-1795-4191-A5B1-02D1AE35D074")>]
type TextEditor = interface end
public interface TextEditor
The TextEditor type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Infrastructure. Microsoft Internal Use Only. | |
Emulation | Infrastructure. Microsoft Internal Use Only. | |
Overtype | Infrastructure. Microsoft Internal Use Only. | |
Parent | Infrastructure. Microsoft Internal Use Only. | |
VisibleWhitespace | Infrastructure. Microsoft Internal Use Only. |
Top