IAsyncCompletionSourceProvider.GetOrCreate(ITextView) Methode

Definition

Erstellt eine Instanz von IAsyncCompletionSource für den angegebenen ITextView . Wird im UI-Thread aufgerufen.

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

Parameter

textView
ITextView

Die Text Ansicht, die den Abschluss hostet. Der Abschluss fungiert für Puffer dieser Sicht.

Gibt zurück

IAsyncCompletionSource

Instanz von IAsyncCompletionSource

Gilt für