DefaultOptions.TabSizeOptionId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default option that determines size of a tab.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<int> TabSizeOptionId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<int> TabSizeOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int> TabSizeOptionId;
staticval mutable TabSizeOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int>
Public Shared ReadOnly TabSizeOptionId As EditorOptionKey(Of Integer)
Field Value
Remarks
This option is used to determine the numerical column offset of a tab character ('\t') and, if ConvertTabsToSpaces is enabled, the number of spaces to which a tab should be converted.