IOvertypeManagerFactory 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.
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. |