DefaultOptionExtensions.GetIndentStyle(IEditorOptions) Method

Definition

Gets the indentation style for the specified IEditorOptions.

public static Microsoft.VisualStudio.Text.Editor.IndentingStyle GetIndentStyle (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetIndentStyle : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> Microsoft.VisualStudio.Text.Editor.IndentingStyle
<Extension()>
Public Function GetIndentStyle (options As IEditorOptions) As IndentingStyle

Parameters

Returns

The indentation style.

Applies to