Share via


IPeekBroker.GetPeekSession(ITextView) Method

Definition

Gets the active Peek session.

public:
 Microsoft::VisualStudio::Language::Intellisense::IPeekSession ^ GetPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 Microsoft::VisualStudio::Language::Intellisense::IPeekSession ^ GetPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
Microsoft::VisualStudio::Language::Intellisense::IPeekSession GetPeekSession(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public Microsoft.VisualStudio.Language.Intellisense.IPeekSession GetPeekSession (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetPeekSession : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.IPeekSession
Public Function GetPeekSession (textView As ITextView) As IPeekSession

Parameters

textView
ITextView

The ITextView for which to get a Peek session.

Returns

The valid active Peek session for the given ITextView or null if it doesn't exist.

Applies to