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

'Declaration
Sub PushSession ( _
    session As IIntellisenseSession _
)
void PushSession(
    IIntellisenseSession session
)
void PushSession(
    IIntellisenseSession^ session
)
abstract PushSession : 
        session:IIntellisenseSession -> unit
function PushSession(
    session : IIntellisenseSession
)

Parameters

.NET Framework Security

See Also

Reference

IIntellisenseSessionStack Interface

Microsoft.VisualStudio.Language.Intellisense Namespace