IPeekBroker::TriggerPeekSession Method (PeekSessionCreationOptions^)

Visual Studio 2015
 

Starts a Peek session, assuming the caret position to be the position of a peekable symbol n which a Peek session is requested.

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

IPeekSession^ TriggerPeekSession(
	PeekSessionCreationOptions^ options
)

Parameters

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

The options needed to create a Peek session.

Return Value

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

A valid Peek session. May be null if no session could be created at the caret position for the given relationship.

Return to top
Show: