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
session
Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionThe 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.