IPeekSession::CreationOptions Property
Visual Studio 2015
Gets the PeekSessionCreationOptions object that was used to create this Peek session.
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.
Show: