IQuickInfoBroker::GetSessions Method (ITextView^)

 

Gets the set of active Quick Info sessions for the ITextView in which this broker operates.

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

ReadOnlyCollection<IQuickInfoSession^>^ GetSessions(
	ITextView^ textView
)

Parameters

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

The ITextView for which Quick Info sessions should be returned.

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<IQuickInfoSession^>^

The list of valid Quick Info sessions active over the specified ITextView objects.

Return to top
Show: