C# Class MeetingManager.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Prism.Unity.Windows.PrismUnityApplication
Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

Свойство Type Description
CachingFactory object
CreateServices void
InitializeApp void

Méthodes protégées

Méthode Description
OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
OnRegisterKnownTypesForSerialization ( ) : void

Private Methods

Méthode Description
CachingFactory ( Type type ) : object
CreateServices ( ) : void
InitializeApp ( string authCode ) : void

Method Details

OnInitializeAsync() protected méthode

protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
Résultat System.Threading.Tasks.Task

OnLaunchApplicationAsync() protected méthode

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat System.Threading.Tasks.Task

OnRegisterKnownTypesForSerialization() protected méthode

protected OnRegisterKnownTypesForSerialization ( ) : void
Résultat void