ProjectStartedEventArgs.ParentProjectBuildEventContext Property

Definition

Event context information, where the event was fired from in terms of the build location

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

Property Value

A BuildEventContext object representing the list of items for the event.

Attributes

Applies to