IIntellisenseSessionStack.PushSession Method
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
‘선언
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.IIntellisenseSession
An 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.