DefaultOptionExtensions.GetIndentSize(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 an indent for the specified IEditorOptions.
public:
[System::Runtime::CompilerServices::Extension]
static int GetIndentSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static int GetIndentSize(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static int GetIndentSize (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetIndentSize : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> int
<Extension()>
Public Function GetIndentSize (options As IEditorOptions) As Integer
Parameters
- options
- IEditorOptions
The IEditorOptions.
Returns
The number of spaces of the indent size.