IIntellisenseSessionStack::Sessions Property
Visual Studio 2015
Gets the list of sessions in the stack, ordered from bottom to top.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ReadOnlyObservableCollection<IIntellisenseSession^>^ Sessions {
ReadOnlyObservableCollection<IIntellisenseSession^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<IIntellisenseSession^>^A ReadOnlyObservableCollection<T> of IIntellisenseSession objects.
Show: