ProjectUsingTaskParameterElement.RequiredLocation Property

Definition

Location of the Required attribute. 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 ^ RequiredLocation { Microsoft::Build::Construction::ElementLocation ^ get(); };
public Microsoft.Build.Construction.ElementLocation RequiredLocation { get; }
member this.RequiredLocation : Microsoft.Build.Construction.ElementLocation
Public ReadOnly Property RequiredLocation As ElementLocation

Property Value

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

Applies to