Tracer::Source Property

Visual Studio 2015
 

Gets or sets the TraceSource for the tracer.

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

public:
property TraceSource^ Source {
	virtual TraceSource^ get() sealed;
}

Property Value

Type: System.Diagnostics::TraceSource^

The source.

Implements

ITracer::Source
Return to top
Show: