IIndentationManagerService.GetTabSize(ITextBuffer, Boolean) Method

Definition

Determines the appropriate tab size for buffer when formatting.

public:
 int GetTabSize(Microsoft::VisualStudio::Text::ITextBuffer ^ buffer, bool explicitFormat);
public int GetTabSize (Microsoft.VisualStudio.Text.ITextBuffer buffer, bool explicitFormat);
abstract member GetTabSize : Microsoft.VisualStudio.Text.ITextBuffer * bool -> int
Public Function GetTabSize (buffer As ITextBuffer, explicitFormat As Boolean) As Integer

Parameters

buffer
ITextBuffer
explicitFormat
Boolean

Returns

Applies to