Share via


IVsProfilableProjectCfg.ProfilerAnalysisFinished Method

Definition

Called when a profiler analysis is fully completed. This method notifies the project system that it can now make a necessary cleaning (which should not be done too early because it would risk removing files that are still being analyzed by the profiler).

public:
 void ProfilerAnalysisFinished();
public:
 void ProfilerAnalysisFinished();
void ProfilerAnalysisFinished();
public void ProfilerAnalysisFinished ();
abstract member ProfilerAnalysisFinished : unit -> unit
Public Sub ProfilerAnalysisFinished ()

Applies to