ProfilerResult.ProfiledLocations Property

Definition

public:
 property System::Collections::Generic::IReadOnlyDictionary<Microsoft::Build::Framework::Profiler::EvaluationLocation, Microsoft::Build::Framework::Profiler::ProfiledLocation> ^ ProfiledLocations { System::Collections::Generic::IReadOnlyDictionary<Microsoft::Build::Framework::Profiler::EvaluationLocation, Microsoft::Build::Framework::Profiler::ProfiledLocation> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<Microsoft.Build.Framework.Profiler.EvaluationLocation,Microsoft.Build.Framework.Profiler.ProfiledLocation> ProfiledLocations { get; }
member this.ProfiledLocations : System.Collections.Generic.IReadOnlyDictionary<Microsoft.Build.Framework.Profiler.EvaluationLocation, Microsoft.Build.Framework.Profiler.ProfiledLocation>
Public ReadOnly Property ProfiledLocations As IReadOnlyDictionary(Of EvaluationLocation, ProfiledLocation)

Property Value

Applies to