MockBuildEngine.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.
public:
virtual void LogWarningEvent(Microsoft::Build::Framework::BuildWarningEventArgs ^ eventArgs);
public void LogWarningEvent (Microsoft.Build.Framework.BuildWarningEventArgs eventArgs);
abstract member LogWarningEvent : Microsoft.Build.Framework.BuildWarningEventArgs -> unit
override this.LogWarningEvent : Microsoft.Build.Framework.BuildWarningEventArgs -> unit
Public Sub LogWarningEvent (eventArgs As BuildWarningEventArgs)
Parameters
- eventArgs
- BuildWarningEventArgs