IPeekBroker::CreatePeekSession Method (PeekSessionCreationOptions^)

Visual Studio 2015
 

Creates, but does not start a Peek session at a particular position, which is assumed to be the position of a peekable symbol on which a Peek session is requested.

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

IPeekSession^ CreatePeekSession(
	PeekSessionCreationOptions^ options
)

Return Value

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

>A valid Peek session. May be null if no session could be created at the trigger point for the given relationship.

Return to top
Show: