C# Class ZSCY_Win10.App

提供特定于应用程序的行为,以补充默认的应用程序类。
Inheritance: Windows.UI.Xaml.Application
Mostra file Open project: RedrockMobile/CyxbsMobile_Win

Public Properties

Property Type Description
APPTheme ZSCY_Win10.Resource.APPTheme
CommunityPivotState int
CommunityScrollViewerOffset double
JWListCache ObservableCollection
MobileService MobileServiceClient
RemindListDBPath string
SelectedTime SelTimeStringViewModel
isLoad bool
isLoading bool[]
isPerInfoContentImgShow bool
isReduced bool[]
muIdList ObservableCollection
picstart string
picstartsmall string
remindList ObservableCollection
selectedWeek SelWeekNumStringViewModel
selectedWeekNumList ObservableCollection
showpane bool
timeSet ].TimeSet[

Public Methods

Method Description
App ( ) : Microsoft.WindowsAzure.MobileServices

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

Protected Methods

Method Description
OnActivated ( IActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs e ) : void

在应用程序由最终用户正常启动时进行调用。 将在启动应用程序以打开特定文件等情况下使用。

Private Methods

Method Description
CreateJumpListItemTask ( string u, string description, string uri ) : Windows.UI.StartScreen.JumpListItem
DisableSystemJumpListAsync ( ) : void
InitNotificationsAsync ( ) : Task
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void

导航到特定页失败时调用

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

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

SetSystemGroupAsync ( ) : void
addBackgroundTask ( ) : void

Method Details

App() public method

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

OnActivated() protected method

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
return void

OnLaunched() protected method

在应用程序由最终用户正常启动时进行调用。 将在启动应用程序以打开特定文件等情况下使用。
protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs 有关启动请求和过程的详细信息。
return void

Property Details

APPTheme public_oe static_oe property

public static APPTheme,ZSCY_Win10.Resource APPTheme
return ZSCY_Win10.Resource.APPTheme

CommunityPivotState public_oe static_oe property

public static int CommunityPivotState
return int

CommunityScrollViewerOffset public_oe static_oe property

public static double CommunityScrollViewerOffset
return double

JWListCache public_oe static_oe property

public static ObservableCollection JWListCache
return ObservableCollection

MobileService public_oe static_oe property

public static MobileServiceClient MobileService
return MobileServiceClient

RemindListDBPath public_oe static_oe property

public static string RemindListDBPath
return string

SelectedTime public_oe static_oe property

public static SelTimeStringViewModel SelectedTime
return SelTimeStringViewModel

isLoad public_oe static_oe property

防止改写事件内容是触发导航加载
public static bool isLoad
return bool

isLoading public_oe static_oe property

public static bool[] isLoading
return bool[]

isPerInfoContentImgShow public_oe static_oe property

public static bool isPerInfoContentImgShow
return bool

isReduced public_oe static_oe property

public static bool[] isReduced
return bool[]

muIdList public_oe static_oe property

public static ObservableCollection muIdList
return ObservableCollection

picstart public_oe static_oe property

public static string picstart
return string

picstartsmall public_oe static_oe property

public static string picstartsmall
return string

remindList public_oe static_oe property

提醒列表的数据源
public static ObservableCollection remindList
return ObservableCollection

selectedWeek public_oe static_oe property

public static SelWeekNumStringViewModel selectedWeek
return SelWeekNumStringViewModel

selectedWeekNumList public_oe static_oe property

public static ObservableCollection selectedWeekNumList
return ObservableCollection

showpane public_oe static_oe property

public static bool showpane
return bool

timeSet public_oe static_oe property

public static TimeSet[,] timeSet
return ].TimeSet[