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)

property ReadOnlyObservableCollection<IIntellisenseSession^>^ Sessions {
	ReadOnlyObservableCollection<IIntellisenseSession^>^ get();
}
Return to top
Show: