IIntellisenseSessionStack.Sessions Property

Definition

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

public:
 property System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^> ^ Sessions { System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession> Sessions { get; }
member this.Sessions : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession>
Public ReadOnly Property Sessions As ReadOnlyObservableCollection(Of IIntellisenseSession)

Property Value

A ReadOnlyObservableCollection<T> of IIntellisenseSession objects.

Applies to