C# Класс Rotate_Model.App

Provides application-specific behavior to supplement the default Application class.
Наследование: Windows.UI.Xaml.Application
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
splashScreen Windows.ApplicationModel.Activation.SplashScreen

Открытые методы

Метод Описание
App ( ) : System

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().

Защищенные методы

Метод Описание
OnActivated ( IActivatedEventArgs args ) : void

Invoked when application is launched through protocol. Read more - http://msdn.microsoft.com/library/windows/apps/br224742

OnFileActivated ( FileActivatedEventArgs args ) : void

Invoked when application is launched via file Read more - http://msdn.microsoft.com/library/windows/apps/br224742

OnLaunched ( LaunchActivatedEventArgs args ) : void

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.

Приватные методы

Метод Описание
InitializeUnity ( string args ) : void

Описание методов

App() публичный Метод

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().
public App ( ) : System
Результат System

OnActivated() защищенный Метод

Invoked when application is launched through protocol. Read more - http://msdn.microsoft.com/library/windows/apps/br224742
protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
Результат void

OnFileActivated() защищенный Метод

Invoked when application is launched via file Read more - http://msdn.microsoft.com/library/windows/apps/br224742
protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
Результат void

OnLaunched() защищенный Метод

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.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs Details about the launch request and process.
Результат void

Описание свойств

splashScreen публичное свойство

public SplashScreen,Windows.ApplicationModel.Activation splashScreen
Результат Windows.ApplicationModel.Activation.SplashScreen