TargetSkippedEventArgs.BuildReason 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.
Why the parent target built this target.
public:
property Microsoft::Build::Framework::TargetBuiltReason BuildReason { Microsoft::Build::Framework::TargetBuiltReason get(); void set(Microsoft::Build::Framework::TargetBuiltReason value); };
public Microsoft.Build.Framework.TargetBuiltReason BuildReason { get; set; }
member this.BuildReason : Microsoft.Build.Framework.TargetBuiltReason with get, set
Public Property BuildReason As TargetBuiltReason