Share via


IPeekBroker.IsPeekSessionActive(ITextView) Method

Definition

Determines whether or not a Peek session is active over the specified ITextView.

public:
 bool IsPeekSessionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 bool IsPeekSessionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
bool IsPeekSessionActive(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public bool IsPeekSessionActive (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member IsPeekSessionActive : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
Public Function IsPeekSessionActive (textView As ITextView) As Boolean

Parameters

textView
ITextView

The ITextView for which to determine if Peek session is active.

Returns

true if an active Peek session exists for the given ITextView, false otherwise.

Applies to