AggregatedCompletionContext 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.
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
- inertSession
- IAsyncCompletionSession
IAsyncCompletionSession which interacted with IAsyncCompletionSources.