Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a session 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 PushSession ( _
session As IIntellisenseSession _
)
void PushSession(
IIntellisenseSession session
)
void PushSession(
IIntellisenseSession^ session
)
abstract PushSession :
session:IIntellisenseSession -> unit
function PushSession(
session : IIntellisenseSession
)
Parameters
session
Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionAn IIntellisenseSession to add to the top of the stack.
.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.