ProjectStartedEventArgs.ParentProjectBuildEventContext 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.
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