IAsyncCompletionSourceProvider.GetOrCreate(ITextView) 方法

定义

为指定的创建的一个实例 IAsyncCompletionSource ITextView 。 在 UI 线程上调用。

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

参数

textView
ITextView

将承载完成的文本视图。 完成操作在此视图的缓冲区上操作。

返回

IAsyncCompletionSource

实例 IAsyncCompletionSource

适用于