SimpleErrorLogger.Initialize Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
- Source:
- SimpleErrorLogger.cs
public:
virtual void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource);
C#
public void Initialize(Microsoft.Build.Framework.IEventSource eventSource);
abstract member Initialize : Microsoft.Build.Framework.IEventSource -> unit
override this.Initialize : Microsoft.Build.Framework.IEventSource -> unit
Public Sub Initialize (eventSource As IEventSource)
Parameters
- eventSource
- IEventSource
Implements
Applies to
MSBuild 17 and MSBuild (.NET Core) 17
Product | Versions |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |
- Source:
- SimpleErrorLogger.cs
public:
virtual void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource, int nodeCount);
C#
public void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount);
abstract member Initialize : Microsoft.Build.Framework.IEventSource * int -> unit
override this.Initialize : Microsoft.Build.Framework.IEventSource * int -> unit
Public Sub Initialize (eventSource As IEventSource, nodeCount As Integer)
Parameters
- eventSource
- IEventSource
- nodeCount
- Int32
Implements
Applies to
MSBuild 17 and MSBuild (.NET Core) 17
Product | Versions |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |