IBuildEngine.LogWarningEvent(BuildWarningEventArgs) Method
Definition
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.
Allows tasks to raise warning events to all registered loggers. The build engine may perform some filtering or pre-processing on the events, before dispatching them.
public:
void LogWarningEvent(Microsoft::Build::Framework::BuildWarningEventArgs ^ e);
public void LogWarningEvent (Microsoft.Build.Framework.BuildWarningEventArgs e);
abstract member LogWarningEvent : Microsoft.Build.Framework.BuildWarningEventArgs -> unit
Public Sub LogWarningEvent (e As BuildWarningEventArgs)
Parameters
Details of event to raise.