DefaultOptionExtensions.GetIndentSize Method

Gets the size of an indentation for 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 GetIndentSize ( _
    options As IEditorOptions _
) As Integer
public static int GetIndentSize(
    this IEditorOptions options
)
[ExtensionAttribute]
public:
static int GetIndentSize(
    IEditorOptions^ options
)
static member GetIndentSize : 
        options:IEditorOptions -> int 
public static function GetIndentSize(
    options : IEditorOptions
) : int

Parameters

Return Value

Type: System.Int32
The size of the indentation.

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