IIntellisenseSessionStack::MoveSessionToTop Method (IIntellisenseSession^)

 

Moves a session already in the session stack to the top of the stack.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

void MoveSessionToTop(
	IIntellisenseSession^ session
)

Parameters

session
Type: Microsoft.VisualStudio.Language.Intellisense::IIntellisenseSession^

The session to move.

The keyboard session is re-evaluated when the session moves..

Return to top
Show: