IQuickInfoBroker.GetSessions Method

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)

Syntax

'Declaration
Function GetSessions ( _
    textView As ITextView _
) As ReadOnlyCollection(Of IQuickInfoSession)
ReadOnlyCollection<IQuickInfoSession> GetSessions(
    ITextView textView
)
ReadOnlyCollection<IQuickInfoSession^>^ GetSessions(
    ITextView^ textView
)
abstract GetSessions : 
        textView:ITextView -> ReadOnlyCollection<IQuickInfoSession> 
function GetSessions(
    textView : ITextView
) : ReadOnlyCollection<IQuickInfoSession>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IQuickInfoSession>
The list of valid Quick Info sessions active over the specified ITextView objects.

.NET Framework Security

See Also

Reference

IQuickInfoBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace