IIntellisenseSessionStack.MoveSessionToTop(IIntellisenseSession) 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.
Moves a session already in the session stack to the top of the stack. The keyboard session will be re-evaluated.
public:
void MoveSessionToTop(Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ session);
public:
void MoveSessionToTop(Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ session);
void MoveSessionToTop(Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession const & session);
public void MoveSessionToTop (Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession session);
abstract member MoveSessionToTop : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession -> unit
Public Sub MoveSessionToTop (session As IIntellisenseSession)
Parameters
- session
- IIntellisenseSession
The session to move.
Remarks
The keyboard session is re-evaluated when the session moves..