共用方式為


IIntellisenseSessionStack.TopSession 屬性

取得堆疊中最上層的工作階段。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
ReadOnly Property TopSession As IIntellisenseSession
IIntellisenseSession TopSession { get; }
property IIntellisenseSession^ TopSession {
    IIntellisenseSession^ get ();
}
abstract TopSession : IIntellisenseSession with get
function get TopSession () : IIntellisenseSession

屬性值

類型:Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
在最頂端的工作階段。

.NET Framework 安全性

請參閱

參考

IIntellisenseSessionStack 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間