ProjectEvaluationFinishedEventArgs.ProfilerResult 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.
The result of profiling a project.
public:
property Nullable<Microsoft::Build::Framework::Profiler::ProfilerResult> ProfilerResult { Nullable<Microsoft::Build::Framework::Profiler::ProfilerResult> get(); void set(Nullable<Microsoft::Build::Framework::Profiler::ProfilerResult> value); };
public Microsoft.Build.Framework.Profiler.ProfilerResult? ProfilerResult { get; set; }
member this.ProfilerResult : Nullable<Microsoft.Build.Framework.Profiler.ProfilerResult> with get, set
Public Property ProfilerResult As Nullable(Of ProfilerResult)
Property Value
Remarks
Null if profiling is not turned on