ComputedCompletionItemsEventArgs(ComputedCompletionItems) Constructor
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.
Constructs instance of CompletionItemEventArgs.
public:
ComputedCompletionItemsEventArgs(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::ComputedCompletionItems ^ items);
public ComputedCompletionItemsEventArgs (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.ComputedCompletionItems items);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.ComputedCompletionItemsEventArgs : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.ComputedCompletionItems -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.ComputedCompletionItemsEventArgs
Public Sub New (items As ComputedCompletionItems)
Parameters
- items
- ComputedCompletionItems