获取VT应用程序提供的当前 Session 对象。
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public MobileSessionState Session { get; }
Public ReadOnly Property Session As MobileSessionState
Get
属性值
类型:
MobileSessionState
备注
当用户在应用程序中从一MobileForm移动到另一MobileForm时,存储在 Session 对象中的变量不会被放弃
建议用来存放相对终端的全局变量。
参见