Tracer::ShouldTrace Method (TraceEventType)

Visual Studio 2015
 

Determines whether trace listeners should be called, based on the trace event type.

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

public:
virtual bool ShouldTrace(
	TraceEventType eventType
) sealed

Parameters

eventType
Type: System.Diagnostics::TraceEventType

The type of event to test.

Return Value

Type: System::Boolean

True if the trace listeners should be called; otherwise, false.

Return to top
Show: