ITracer::Indent Method (Int32)
Visual Studio 2015
Increases the indent level by count.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- count
-
Type:
System::Int32
The number of levels by which ndentLevel is increased.
Return Value
Type: System::IDisposable^An object whose lifetime controls the indentation increase. When it is disposed, IndentLevel is decreased by <count.
Show: