Condividi tramite


AggregatedCompletionContext Constructor

Definition

Creates AggregatedCompletionContext which carries data aggregated from CompletionContexts returned by the IAsyncCompletionSources. This object also has a reference to the IAsyncCompletionSession which queried the IAsyncCompletionSources.

public:
 AggregatedCompletionContext(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionContext ^ completionContext, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSession ^ inertSession);
public AggregatedCompletionContext (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionContext completionContext, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession inertSession);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AggregatedCompletionContext : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionContext * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AggregatedCompletionContext
Public Sub New (completionContext As CompletionContext, inertSession As IAsyncCompletionSession)

Parameters

completionContext
CompletionContext

Aggregate CompletionContext

Applies to