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