Share via


DefaultOptionExtensions.GetTabSize Method

Gets the number of spaces for the tab in the specified IEditorOptions.

Namespace:  Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetTabSize ( _
    options As IEditorOptions _
) As Integer
public static int GetTabSize(
    this IEditorOptions options
)
[ExtensionAttribute]
public:
static int GetTabSize(
    IEditorOptions^ options
)
static member GetTabSize : 
        options:IEditorOptions -> int
public static function GetTabSize(
    options : IEditorOptions
) : int

Parameters

Return Value

Type: Int32
The number of spaces of the tab size.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

DefaultOptionExtensions Class

Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace