ILogger.Initialize Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised.
Namespace: Microsoft.Build.Framework
Assembly: Microsoft.Build.Framework (in microsoft.build.framework.dll)
Assembly: Microsoft.Build.Framework (in microsoft.build.framework.dll)
'Declaration Sub Initialize ( _ eventSource As IEventSource _ ) 'Usage Dim instance As ILogger Dim eventSource As IEventSource instance.Initialize(eventSource)
void Initialize ( IEventSource eventSource )
function Initialize (
eventSource : IEventSource
)
Parameters
- eventSource
The events available to loggers.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: