Share via


TraceLoggingService Constructors

Definition

Overloads

TraceLoggingService()

Create an instance of the trace logger service in the current process.

TraceLoggingService(TraceLoggingService+GetPropertyDelegate)

Create an instance of the trace logger service in the current process.

TraceLoggingService()

Create an instance of the trace logger service in the current process.

public:
 TraceLoggingService();
public:
 TraceLoggingService();
 TraceLoggingService();
public TraceLoggingService ();
Public Sub New ()

Applies to

TraceLoggingService(TraceLoggingService+GetPropertyDelegate)

Create an instance of the trace logger service in the current process.

public:
 TraceLoggingService(Microsoft::VisualStudio::IntelliTrace::TraceLoggingService::GetPropertyDelegate ^ getPropertyDelegate);
public TraceLoggingService (Microsoft.VisualStudio.IntelliTrace.TraceLoggingService.GetPropertyDelegate getPropertyDelegate);
new Microsoft.VisualStudio.IntelliTrace.TraceLoggingService : Microsoft.VisualStudio.IntelliTrace.TraceLoggingService.GetPropertyDelegate -> Microsoft.VisualStudio.IntelliTrace.TraceLoggingService
Public Sub New (getPropertyDelegate As TraceLoggingService.GetPropertyDelegate)

Parameters

getPropertyDelegate
TraceLoggingService.GetPropertyDelegate

A delegate that provides an implementation of GetPropertyDelegate.

Applies to