IPeekSession.CreationOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PeekSessionCreationOptions that was used to create this Peek session.
public:
property Microsoft::VisualStudio::Language::Intellisense::PeekSessionCreationOptions ^ CreationOptions { Microsoft::VisualStudio::Language::Intellisense::PeekSessionCreationOptions ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.PeekSessionCreationOptions CreationOptions { get; }
member this.CreationOptions : Microsoft.VisualStudio.Language.Intellisense.PeekSessionCreationOptions
Public ReadOnly Property CreationOptions As PeekSessionCreationOptions
Property Value
The PeekSessionCreationOptions object that was used to create this Peek session.