Tracer::IndentLevel Property

Visual Studio 2015
 

Gets the indentation level of the tracer.

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

public:
property int IndentLevel {
	[CompilerGeneratedAttribute]
	virtual int get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(int value) sealed;
}

Property Value

Type: System::Int32

The indentation level of the tracer.

Return to top
Show: