IOvertypeManagerFactory Interface

Definition

A service that returns an IOvertypeManager that manages overtype for a particular ITextView.

public interface IOvertypeManagerFactory
type IOvertypeManagerFactory = interface
Public Interface IOvertypeManagerFactory

Remarks

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

Methods

TryGetOvertypeManager(ITextView)

Returns an IOvertypeManager that manages overtype for a particular ITextView.

Applies to