ProjectEvaluationFinishedEventArgs.ProfilerResult Property
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); };
C#
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)
Null if profiling is not turned on
Ürün | Sürümler |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |