DefaultOptionExtensions.GetTabSize(IEditorOptions) Method

Definition

Gets the size of the tab for the specified IEditorOptions.

public:
[System::Runtime::CompilerServices::Extension]
 static int GetTabSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static int GetTabSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static int GetTabSize (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetTabSize : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> int
<Extension()>
Public Function GetTabSize (options As IEditorOptions) As Integer

Parameters

Returns

The number of spaces of the tab size.

Applies to