Свойство | Тип | Описание | |
---|---|---|---|
AppFolder | |||
HanasuAppSettings | |||
ptm | Windows.Media.PlayTo.PlayToManager |
Свойство | Тип | Описание | |
---|---|---|---|
GetAppFolder | System.Threading.Tasks.Task | ||
HookOnMediaElement | void | ||
LoadSettings | void | ||
LoadStations | System.Threading.Tasks.Task | ||
OnSuspending | void | ||
OpenPrivacyPolicy | void | ||
RegisterBackgroundTask | void | ||
SaveSettings | void | ||
SetupSettingsCharm | void |
Метод | Описание | |
---|---|---|
App ( ) : Crystal.Core |
Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
|
|
App_CommandsRequested ( |
||
App_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void | ||
MediaElement_CurrentStateChanged ( object sender, |
||
PlayClickSong ( ) : System.Threading.Tasks.Task | ||
PlaySound ( |
||
me_MediaEnded ( object sender, |
||
me_MediaFailed ( object sender, |
Метод | Описание | |
---|---|---|
PostStartup ( ) : void | ||
PostStartupNormalLaunch ( |
Invoked when the application is launched normally by the end user. Other entry points will be used when the application is launched to open a specific file, to display search results, and so forth.
|
|
PostStartupSearchActivated ( |
||
PreShutdown ( ) : void | ||
PreStartup ( ) : void |
Метод | Описание | |
---|---|---|
GetAppFolder ( ) : System.Threading.Tasks.Task | ||
HookOnMediaElement ( ) : void | ||
LoadSettings ( ) : void | ||
LoadStations ( ) : System.Threading.Tasks.Task | ||
OnSuspending ( object sender, |
Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
|
|
OpenPrivacyPolicy ( IUICommand command ) : void | ||
RegisterBackgroundTask ( ) : void | ||
SaveSettings ( ) : void | ||
SetupSettingsCharm ( ) : void |
public App_CommandsRequested ( |
||
sender | ||
args | ||
Результат | void |
public App_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void | ||
sender | object | |
e | UnhandledExceptionEventArgs | |
Результат | void |
public MediaElement_CurrentStateChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public PlayClickSong ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public PlaySound ( |
||
name | ||
Результат | System.Threading.Tasks.Task |
protected PostStartupNormalLaunch ( |
||
args | Details about the launch request and process. | |
Результат | void |
protected PostStartupSearchActivated ( |
||
args | ||
Результат | void |
public me_MediaEnded ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public me_MediaFailed ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public static StorageFolder,Windows.Storage AppFolder | ||
Результат |
public static AppSettings,Hanasu HanasuAppSettings | ||
Результат |