AggregatedCompletionContext.InertSession Property
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.
IAsyncCompletionSession which interacted with IAsyncCompletionSources. This session can not be retrieved from IAsyncCompletionBroker. This session does not have full capability, and its purpose is to provide data in GetDescriptionAsync(IAsyncCompletionSession, CompletionItem, CancellationToken). This session must be dismissed when client no longer needs it.
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSession ^ InertSession { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSession ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession InertSession { get; }
member this.InertSession : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession
Public ReadOnly Property InertSession As IAsyncCompletionSession