C# 클래스 MeetingManager.App

Provides application-specific behavior to supplement the default Application class.
상속: Prism.Unity.Windows.PrismUnityApplication
파일 보기 프로젝트 열기: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

프로퍼티 타입 설명
CachingFactory object
CreateServices void
InitializeApp void

보호된 메소드들

메소드 설명
OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
OnRegisterKnownTypesForSerialization ( ) : void

비공개 메소드들

메소드 설명
CachingFactory ( Type type ) : object
CreateServices ( ) : void
InitializeApp ( string authCode ) : void

메소드 상세

OnInitializeAsync() 보호된 메소드

protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
리턴 System.Threading.Tasks.Task

OnLaunchApplicationAsync() 보호된 메소드

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
리턴 System.Threading.Tasks.Task

OnRegisterKnownTypesForSerialization() 보호된 메소드

protected OnRegisterKnownTypesForSerialization ( ) : void
리턴 void