TraceLoggingService Constructor (TraceLoggingService.GetPropertyDelegate)

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub New ( _
    getPropertyDelegate As TraceLoggingService.GetPropertyDelegate _
)
public TraceLoggingService(
    TraceLoggingService.GetPropertyDelegate getPropertyDelegate
)
public:
TraceLoggingService(
    TraceLoggingService::GetPropertyDelegate^ getPropertyDelegate
)
new : 
        getPropertyDelegate:TraceLoggingService.GetPropertyDelegate -> TraceLoggingService
public function TraceLoggingService(
    getPropertyDelegate : TraceLoggingService.GetPropertyDelegate
)

Parameters

.NET Framework Security

See Also

Reference

TraceLoggingService Class

TraceLoggingService Overload

Microsoft.VisualStudio.IntelliTrace Namespace