IIntellisenseSessionStack.Sessions 属性

定义

获取堆栈中的会话列表,按从下到上的顺序排列。

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)

属性值

ReadOnlyObservableCollection<IIntellisenseSession>

一个由 ReadOnlyObservableCollection<T> 对象构成的 IIntellisenseSession

适用于