TargetSkippedEventArgs.OriginalBuildEventContext 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.
BuildEventContext describing the original build of the target, or null if not available.
public:
property Microsoft::Build::Framework::BuildEventContext ^ OriginalBuildEventContext { Microsoft::Build::Framework::BuildEventContext ^ get(); void set(Microsoft::Build::Framework::BuildEventContext ^ value); };
public Microsoft.Build.Framework.BuildEventContext OriginalBuildEventContext { get; set; }
member this.OriginalBuildEventContext : Microsoft.Build.Framework.BuildEventContext with get, set
Public Property OriginalBuildEventContext As BuildEventContext