DefaultOptionExtensions.GetTabSize(IEditorOptions) Method
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.
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
- options
- IEditorOptions
The IEditorOptions.
Returns
The number of spaces of the tab size.