ITracer::Source Property

Visual Studio 2015
 

Gets the TraceSource for the tracer

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

property TraceSource^ Source {
	TraceSource^ get();
}

Property Value

Type: System.Diagnostics::TraceSource^

The TraceSource for the tracer.

Return to top
Show: