IVsTextEditGeneral 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("2E1BFD1C-5B26-4ACA-B97B-ED9D261BA3E7")> _
Public Interface IVsTextEditGeneral
[GuidAttribute("2E1BFD1C-5B26-4ACA-B97B-ED9D261BA3E7")]
public interface IVsTextEditGeneral
[GuidAttribute(L"2E1BFD1C-5B26-4ACA-B97B-ED9D261BA3E7")]
public interface class IVsTextEditGeneral
[<GuidAttribute("2E1BFD1C-5B26-4ACA-B97B-ED9D261BA3E7")>]
type IVsTextEditGeneral = interface end
public interface IVsTextEditGeneral
The IVsTextEditGeneral type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoDelimiterHighlighting | Infrastructure. Microsoft Internal Use Only. | |
DragNDropTextEditing | Infrastructure. Microsoft Internal Use Only. | |
GoToAnchorAfterEscape | Infrastructure. Microsoft Internal Use Only. | |
HorizontalScrollBar | Infrastructure. Microsoft Internal Use Only. | |
MarginIndicatorBar | Infrastructure. Microsoft Internal Use Only. | |
SelectionMargin | Infrastructure. Microsoft Internal Use Only. | |
UndoCaretActions | Infrastructure. Microsoft Internal Use Only. | |
VerticalScrollBar | Infrastructure. Microsoft Internal Use Only. |
Top