将会话堆栈中已有的会话移动到堆栈顶部。
命名空间: Microsoft.VisualStudio.Language.Intellisense
程序集: Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
语法
声明
Sub MoveSessionToTop ( _
session As IIntellisenseSession _
)
void MoveSessionToTop(
IIntellisenseSession session
)
void MoveSessionToTop(
IIntellisenseSession^ session
)
abstract MoveSessionToTop :
session:IIntellisenseSession -> unit
function MoveSessionToTop(
session : IIntellisenseSession
)
参数
session
类型:Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession要移动的会话。
备注
,在该会话移动,键盘会话重新计算。时。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。