IPeekBroker::IsPeekSessionActive Method (ITextView^)
Visual Studio 2015
Determines whether or not a Peek session is active over the specified ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which to determine if Peek session is active.
Return Value
Type: System::Booleantrue if an active Peek session exists for the given ITextView, false otherwise.
Show: