ICompletionBroker.GetSessions Method

Gets the list of active statement completion sessions.

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 ICompletionSession)
ReadOnlyCollection<ICompletionSession> GetSessions(
    ITextView textView
)
ReadOnlyCollection<ICompletionSession^>^ GetSessions(
    ITextView^ textView
)
abstract GetSessions : 
        textView:ITextView -> ReadOnlyCollection<ICompletionSession> 
function GetSessions(
    textView : ITextView
) : ReadOnlyCollection<ICompletionSession>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ICompletionSession>
A ReadOnlyCollection<T> of type ICompletionSession.

.NET Framework Security

See Also

Reference

ICompletionBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace