IExtensionPerformanceTracker Interface
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.
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. |