Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Common editor default options.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Text.Editor.DefaultOptions
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public NotInheritable Class DefaultOptions
public static class DefaultOptions
public ref class DefaultOptions abstract sealed
[<AbstractClass>]
[<Sealed>]
type DefaultOptions = class end
public final class DefaultOptions
The DefaultOptions type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ConvertTabsToSpacesOptionId | Determines whether to convert tabs to spaces. |
![]() ![]() |
IndentSizeOptionId | Determines the size of an indentation. |
![]() ![]() |
NewLineCharacterOptionId | Determines the newline character or characters. |
![]() ![]() |
ReplicateNewLineCharacterOptionId | Determines whether to duplicate the new line character already present when inserting a new line. |
![]() ![]() |
TabSizeOptionId | Determines size of a tab. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.