ProjectTaskElement.ParameterLocations Property

Definition

Enumerable over the locations of parameters on the task. Condition and ContinueOnError, which have their own properties, are not included in this collection. If parameters differ only by case only the last one will be returned. MSBuild uses only this one. Hosts can still remove the other parameters by using RemoveAllParameters().

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Build::Construction::ElementLocation ^>> ^ ParameterLocations { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Build::Construction::ElementLocation ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Build.Construction.ElementLocation>> ParameterLocations { get; }
member this.ParameterLocations : seq<System.Collections.Generic.KeyValuePair<string, Microsoft.Build.Construction.ElementLocation>>
Public ReadOnly Property ParameterLocations As IEnumerable(Of KeyValuePair(Of String, ElementLocation))

Property Value

Returns IEnumerable<T>.

Applies to