IPeekSession.CreationOptions Property

Definition

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.

Applies to