IPeekBroker::IsPeekSessionActive Method (ITextView^)

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool IsPeekSessionActive(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

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

Return Value

Type: System::Boolean

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

Return to top
Show: