DefaultOptionExtensions.GetIndentStyle(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 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
- options
- IEditorOptions
The IEditorOptions.
Returns
The indentation style.