Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub MoveSessionToTop ( _
    session As IIntellisenseSession _
)
void MoveSessionToTop(
    IIntellisenseSession session
)
void MoveSessionToTop(
    IIntellisenseSession^ session
)
abstract MoveSessionToTop : 
        session:IIntellisenseSession -> unit 
function MoveSessionToTop(
    session : IIntellisenseSession
)
Parameters
- session
 Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
 The session to move.
Remarks
The keyboard session is re-evaluated when the session moves..
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.