DefaultOptionExtensions::GetTabSize Method (IEditorOptions^)

 

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)

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

Return Value

Type: System::Int32

The number of spaces of the tab size.

Return to top
Show: