ProjectTaskElement.ContinueOnErrorLocation Property

Definition

Location of the "ContinueOnError" attribute on this element, if any. If there is no such attribute, returns null;

public:
 property Microsoft::Build::Construction::ElementLocation ^ ContinueOnErrorLocation { Microsoft::Build::Construction::ElementLocation ^ get(); };
public Microsoft.Build.Construction.ElementLocation ContinueOnErrorLocation { get; }
member this.ContinueOnErrorLocation : Microsoft.Build.Construction.ElementLocation
Public ReadOnly Property ContinueOnErrorLocation As ElementLocation

Property Value

The location of the "ContinueOnError" attribute on this element, or null if there is no "ContinueOnError" attribute.

Applies to