IAsyncCompletionCommitManagerProvider.GetOrCreate(ITextView) Methode

Definition

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

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

Parameter

textView
ITextView

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

Gibt zurück

IAsyncCompletionCommitManager

Instanz von IAsyncCompletionItemManager

Gilt für