ICompletionPresenterProvider.GetOrCreate(ITextView) Method

Definition

Returns instance of ICompletionPresenter that will host completion for given ITextView. Called on the UI thread.

public:
 Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::ICompletionPresenter ^ GetOrCreate(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);

Parameters

textView
ITextView

Text view that will host the completion. Completion acts on buffers of this view.

Returns

Instance of ICompletionPresenter

Remarks

It is encouraged to reuse the UI over creating new UI each time this method is called.

Applies to

製品 バージョン
Visual Studio SDK 2017, 2019, 2022