IExtensionPerformanceTracker Interface

Definition

Allows editor hosts to track performance of extension points.

public interface class IExtensionPerformanceTracker
public interface class IExtensionPerformanceTracker
__interface IExtensionPerformanceTracker
public interface IExtensionPerformanceTracker
type IExtensionPerformanceTracker = interface
Public Interface IExtensionPerformanceTracker

Remarks

This is a MEF component part, and should be imported as follows: [Import] IExtensionPerformanceTracker errorHandler = null;

Methods

AfterCallingEventHandler(Delegate)

Invoked after calling to an extension event handler.

AfterCallingExtension(Object)

Invoked after calling to an extensibility point.

BeforeCallingEventHandler(Delegate)

Invoked before calling to an extension event handler.

BeforeCallingExtension(Object)

Invoked before calling to an extensibility point.

Applies to