Share via


IOvertypeManagerFactory.TryGetOvertypeManager(ITextView) Method

Definition

Returns an IOvertypeManager that manages overtype for a particular ITextView.

public Microsoft.VisualStudio.Text.IOvertypeManager? TryGetOvertypeManager (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member TryGetOvertypeManager : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.IOvertypeManager
Public Function TryGetOvertypeManager (textView As ITextView) As IOvertypeManager

Parameters

textView
ITextView

A text view to get a IOvertypeManager for.

Returns

An IOvertypeManager that manages overtype for a particular ITextView.

Applies to