DefaultOptionExtensions::GetIndentSize Method (IEditorOptions^)

 

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)

public:
[ExtensionAttribute]
static int GetIndentSize(
	IEditorOptions^ options
)

Return Value

Type: System::Int32

The size of the indentation.

Return to top
Show: