IOvertypeManagerFactory.TryGetOvertypeManager(ITextView) Method
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.
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.