IPeekBroker.IsPeekSessionActive(ITextView) Method
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.
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
Returns
true if an active Peek session exists for the given ITextView, false otherwise.