ITracer::Indent Method (Int32)

Visual Studio 2015
 

Increases the indent level by count.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

IDisposable^ Indent(
	int count = 1
)

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.

Return to top
Show: