ProjectOnErrorElement.ExecuteTargetsLocation Property

Definition

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

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

Property Value

Returns ElementLocation.

Applies to