InternalLoggerException.BuildEventArgs Property

Definition

Gets the details of the build event, if any, that was being logged.

public:
 property Microsoft::Build::Framework::BuildEventArgs ^ BuildEventArgs { Microsoft::Build::Framework::BuildEventArgs ^ get(); };
public Microsoft.Build.Framework.BuildEventArgs BuildEventArgs { get; }
public Microsoft.Build.Framework.BuildEventArgs BuildEventArgs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.BuildEventArgs : Microsoft.Build.Framework.BuildEventArgs
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BuildEventArgs : Microsoft.Build.Framework.BuildEventArgs
Public ReadOnly Property BuildEventArgs As BuildEventArgs

Property Value

The details of the build event that was being logged.

Attributes

Applies to