Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
function get Sessions () : ReadOnlyObservableCollection<IIntellisenseSession>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<IIntellisenseSession>
A ReadOnlyObservableCollection<T> of IIntellisenseSession objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.