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