IIntellisenseSessionStack.PopSession Method

Removes the topmost session from the stack and returns it.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Function PopSession As IIntellisenseSession
IIntellisenseSession PopSession()
IIntellisenseSession^ PopSession()
abstract PopSession : unit -> IIntellisenseSession
function PopSession() : IIntellisenseSession

Return Value

Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
The session that was removed.

.NET Framework Security

See Also

Reference

IIntellisenseSessionStack Interface

Microsoft.VisualStudio.Language.Intellisense Namespace