Share via


IAsyncCompletionItemManagerProvider.GetOrCreate(ITextView) Method

Definition

Creates an instance of IAsyncCompletionItemManager for the specified ITextView. Called on the UI thread.

public:
 Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionItemManager ^ GetOrCreate(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionItemManager GetOrCreate (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetOrCreate : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionItemManager
Public Function GetOrCreate (textView As ITextView) As IAsyncCompletionItemManager

Parameters

textView
ITextView

Text view that will host the completion

Returns

Instance of IAsyncCompletionItemManager that will sort and filter CompletionItems

Applies to