IBraceCompletionManagerFactory.TryGetBraceCompletionManager(ITextView) Method

Definition

Returns an IBraceCompletionManager that manages brace completion for a particular ITextView.

public:
 Microsoft::VisualStudio::Text::BraceCompletion::IBraceCompletionManager ^ TryGetBraceCompletionManager(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public Microsoft.VisualStudio.Text.BraceCompletion.IBraceCompletionManager TryGetBraceCompletionManager (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member TryGetBraceCompletionManager : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.BraceCompletion.IBraceCompletionManager
Public Function TryGetBraceCompletionManager (textView As ITextView) As IBraceCompletionManager

Parameters

textView
ITextView

A text view to get a IBraceCompletionManager for.

Returns

An IBraceCompletionManager that manages brace completion for a particular ITextView or null if brace completion is not enabled for the text view.

Applies to