Compartilhar via


ComputedCompletionItemsEventArgs(ComputedCompletionItems) Constructor

Definition

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

Applies to