IAsyncCompletionItemManagerProvider.GetOrCreate(ITextView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de IAsyncCompletionItemManager pour le spécifié ITextView . Appelé sur le thread d’interface utilisateur.
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
Paramètres
- textView
- ITextView
Affichage de texte qui hébergera la saisie semi-automatique
Retours
Instance de IAsyncCompletionItemManager qui va trier et filtrer les CompletionItem s