IBraceCompletionManagerFactory.TryGetBraceCompletionManager(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 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.