C# 클래스 SDKTemplate.App

상속: global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
파일 보기 프로젝트 열기: jkuemerle/CodeMash2013

공개 메소드들

메소드 설명
App ( ) : System.Threading.Tasks

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 ( ) : Windows.ApplicationModel

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

보호된 메소드들

메소드 설명
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.

OnSearchActivated ( SearchActivatedEventArgs args ) : void

This is the handler for Search activation.

OnShareTargetActivated ( ShareTargetActivatedEventArgs args ) : void

비공개 메소드들

메소드 설명
EnsureMainPageActivatedAsync ( IActivatedEventArgs args ) : Task
OnSuspending ( object sender, SuspendingEventArgs 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.Threading.Tasks
리턴 System.Threading.Tasks

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 ( ) : Windows.ApplicationModel
리턴 Windows.ApplicationModel

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 LaunchActivatedEventArgs Details about the launch request and process.
리턴 void

OnSearchActivated() 보호된 메소드

This is the handler for Search activation.
protected OnSearchActivated ( SearchActivatedEventArgs args ) : void
args SearchActivatedEventArgs This is the list of arguments for search activation, including QueryText and Language
리턴 void

OnShareTargetActivated() 보호된 메소드

protected OnShareTargetActivated ( ShareTargetActivatedEventArgs args ) : void
args ShareTargetActivatedEventArgs
리턴 void