IIndentationManagerService.GetTabSize(ITextBuffer, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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