InternalLoggerException.BuildEventArgs Property
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.
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 build event args, or null.
- Attributes