IIntellisenseSessionStack.MoveSessionToTop Method

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

Remarks

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

.NET Framework Security

See Also

Reference

IIntellisenseSessionStack Interface

Microsoft.VisualStudio.Language.Intellisense Namespace