IAsyncCompletionSession.GetComputedItems(CancellationToken) Method

Definition

Gets items visible in the UI and information about selection. This is a blocking call. As a side effect, prevents the UI from displaying.

public:
 Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::ComputedCompletionItems ^ GetComputedItems(System::Threading::CancellationToken token);
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.ComputedCompletionItems GetComputedItems (System.Threading.CancellationToken token);
abstract member GetComputedItems : System.Threading.CancellationToken -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.ComputedCompletionItems
Public Function GetComputedItems (token As CancellationToken) As ComputedCompletionItems

Parameters

Returns

Applies to