Share via


ProjectTaskElementLink.ParameterLocations Property

Definition

Access to remote ParameterLocations.

public:
 abstract 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 abstract 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 MustOverride ReadOnly Property ParameterLocations As IEnumerable(Of KeyValuePair(Of String, ElementLocation))

Property Value

Applies to