Share via


AggregatedCompletionContext.InertSession Property

Definition

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

Property Value

Applies to