IAsyncCompletionSession.GetComputedItems(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- token
- CancellationToken