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: 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.