IAsyncCompletionCommitManager2.Initialize(IAsyncCompletionSession) Method
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.
Invoked when session
is initialized.
Called on UI thread.
public:
void Initialize(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSession ^ session);
public void Initialize (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession session);
abstract member Initialize : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession -> unit
Public Sub Initialize (session As IAsyncCompletionSession)
Parameters
- session
- IAsyncCompletionSession
Newly initialized IAsyncCompletionSession