IIntellisenseSessionStack.Sessions Property

Gets the list of sessions in the stack, ordered from bottom to top.

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

Syntax

'Declaration
ReadOnly Property Sessions As ReadOnlyObservableCollection(Of IIntellisenseSession)
ReadOnlyObservableCollection<IIntellisenseSession> Sessions { get; }
property ReadOnlyObservableCollection<IIntellisenseSession^>^ Sessions {
    ReadOnlyObservableCollection<IIntellisenseSession^>^ get ();
}
abstract Sessions : ReadOnlyObservableCollection<IIntellisenseSession> with get
function get Sessions () : ReadOnlyObservableCollection<IIntellisenseSession>

Property Value

Type: ReadOnlyObservableCollection<IIntellisenseSession>
A ReadOnlyObservableCollection of IIntellisenseSession objects.

.NET Framework Security

See Also

Reference

IIntellisenseSessionStack Interface

Microsoft.VisualStudio.Language.Intellisense Namespace