프로퍼티 | 타입 | 설명 | |
---|---|---|---|
muIdList | ObservableCollection |
메소드 | 설명 | |
---|---|---|
App ( ) : Microsoft.WindowsAzure.MobileServices |
初始化单一实例应用程序对象。这是执行的创作代码的第一行, 已执行,逻辑上等同于 main() 或 WinMain()。
|
메소드 | 설명 | |
---|---|---|
OnLaunched ( |
在应用程序由最终用户正常启动时进行调用。 当启动应用程序以打开特定的文件或显示时使用 搜索结果等
|
메소드 | 설명 | |
---|---|---|
OnResuming ( object sender, object e ) : void | ||
OnSuspending ( object sender, |
在将要挂起应用程序执行时调用。 在不知道应用程序 无需知道应用程序会被终止还是会恢复, 并让内存内容保持不变。
|
|
RootFrame_FirstNavigated ( object sender, |
启动应用程序后还原内容转换。
|
|
newVersion ( ) : void |
public App ( ) : Microsoft.WindowsAzure.MobileServices | ||
리턴 | Microsoft.WindowsAzure.MobileServices |
protected OnLaunched ( |
||
e | 有关启动请求和过程的详细信息。 | |
리턴 | void |