IIntellisenseSessionStack.TopSession 属性

定义

获取堆栈中最顶层的会话。

public:
 property Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ TopSession { Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ get(); };
public:
 property Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ TopSession { Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession TopSession { get; }
member this.TopSession : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
Public ReadOnly Property TopSession As IIntellisenseSession

属性值

IIntellisenseSession

最顶层的会话。

适用于