IPeekSession::CreationOptions Property

Visual Studio 2015
 

Gets the PeekSessionCreationOptions object that was used to create this Peek session.

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

property PeekSessionCreationOptions^ CreationOptions {
	PeekSessionCreationOptions^ get();
}

Property Value

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

The PeekSessionCreationOptions object that was used to create this Peek session.

Return to top
Show: