IAsyncCompletionSourceProvider.GetOrCreate(ITextView) Método

Definição

Cria uma instância do IAsyncCompletionSource para o especificado ITextView . Chamado no thread da interface do usuário.

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

Parâmetros

textView
ITextView

Exibição de texto que hospedará a conclusão. A conclusão age em buffers dessa exibição.

Retornos

IAsyncCompletionSource

Instância de IAsyncCompletionSource

Aplica-se a