Share via


ProjectUsingTaskBodyElement.EvaluateLocation Property

Definition

Location of the "Condition" attribute on this element, if any. If there is no such attribute, returns the location of the element, in lieu of the default value it uses for the attribute.

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

Property Value

Returns Evaluate attribute location. If there is no such attribute, returns the location of the element, instead of the location of the default attribute.

Applies to