IPeekBroker::GetPeekSession Method (ITextView^)
Visual Studio 2015
Gets the active Peek session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which to get a Peek session.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekSession^The valid active Peek session for the given ITextView, or null if it doesn't exist.
Show: