IVsProfilableProjectCfg.ProfilerAnalysisFinished Method
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.
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 ()