IIntellisenseSessionStack.MoveSessionToTop(IIntellisenseSession) Method

Definition

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..

Applies to