IIndentationManagerService.GetIndentSize(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 indentation size for buffer
when formatting.
public:
int GetIndentSize(Microsoft::VisualStudio::Text::ITextBuffer ^ buffer, bool explicitFormat);
public int GetIndentSize (Microsoft.VisualStudio.Text.ITextBuffer buffer, bool explicitFormat);
abstract member GetIndentSize : Microsoft.VisualStudio.Text.ITextBuffer * bool -> int
Public Function GetIndentSize (buffer As ITextBuffer, explicitFormat As Boolean) As Integer
Parameters
- buffer
- ITextBuffer
- explicitFormat
- Boolean