C# Class ZSCY.App

提供特定于应用程序的行为,以补充默认的应用程序类。
Inheritance: Windows.UI.Xaml.Application
ファイルを表示 Open project: RedrockMobile/CyxbsMobile_Win

Public Properties

Property Type Description
muIdList ObservableCollection

Public Methods

Method Description
App ( ) : Microsoft.WindowsAzure.MobileServices

初始化单一实例应用程序对象。这是执行的创作代码的第一行, 已执行,逻辑上等同于 main() 或 WinMain()。

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

在应用程序由最终用户正常启动时进行调用。 当启动应用程序以打开特定的文件或显示时使用 搜索结果等

Private Methods

Method Description
OnResuming ( object sender, object e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

在将要挂起应用程序执行时调用。 在不知道应用程序 无需知道应用程序会被终止还是会恢复, 并让内存内容保持不变。

RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void

启动应用程序后还原内容转换。

newVersion ( ) : void

Method Details

App() public method

初始化单一实例应用程序对象。这是执行的创作代码的第一行, 已执行,逻辑上等同于 main() 或 WinMain()。
public App ( ) : Microsoft.WindowsAzure.MobileServices
return Microsoft.WindowsAzure.MobileServices

OnLaunched() protected method

在应用程序由最终用户正常启动时进行调用。 当启动应用程序以打开特定的文件或显示时使用 搜索结果等
protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs 有关启动请求和过程的详细信息。
return void

Property Details

muIdList public_oe static_oe property

public static ObservableCollection muIdList
return ObservableCollection