ProjectTaskElement.ParameterLocations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.