ProjectTaskElementLink.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.
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))