IPeekBroker::TriggerNestedPeekSession Method (PeekSessionCreationOptions^, IPeekSession^)

Visual Studio 2015
 

Starts a nested Peek session, assuming the caret position to be the position of a peekable symbol on which a nested Peek session is requested. A Peek session is considered to be nested when it's started from a text view that represents an IPeekResult of a containing Peek session. This method doesn't create a new Peek session though, instead it adds another IPeekableItem to the containing session.

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

void TriggerNestedPeekSession(
	PeekSessionCreationOptions^ options,
	IPeekSession^ containingSession
)

Parameters

options
Type: Microsoft.VisualStudio.Language.Intellisense::PeekSessionCreationOptions^

">The options needed to create a Peek session.

containingSession
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekSession^

The containing Peek session.

Return to top
Show: