DefaultOptionExtensions Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetIndentSize(IEditorOptions^) | Gets the size of an indentation for the specified IEditorOptions. |
![]() ![]() | GetNewLineCharacter(IEditorOptions^) | Gets the newline character or characters for the specified editor options. |
![]() ![]() | GetReplicateNewLineCharacter(IEditorOptions^) | Determines whether to duplicate the newline character or character sequence if it is already present when inserting a newline. |
![]() ![]() | GetTabSize(IEditorOptions^) | Gets the number of spaces for the tab in the specified IEditorOptions. |
![]() ![]() | IsConvertTabsToSpacesEnabled(IEditorOptions^) | Determines whether the option to convert tabs to spaces is enabled in the specified IEditorOptions. |
Show:

