Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.