C# 클래스 InTheHand.UI.ApplicationSettings.SettingsPane

A static class that enables the app to control the Settings page. The app can add or remove commands, receive a notification when the user opens the pane, or open the page programmatically.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later tvOStvOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
GetForCurrentView ( ) : SettingsPane

Gets a SettingsPane object that is associated with the current app.

Show ( ) : void

Displays the Settings page to the user.

비공개 메소드들

메소드 설명
OnCommandsRequested ( ) : IList
SettingsPane ( ) : System
SettingsPane_CommandsRequested ( Windows sender, Windows args ) : void

메소드 상세

GetForCurrentView() 공개 정적인 메소드

Gets a SettingsPane object that is associated with the current app.
public static GetForCurrentView ( ) : SettingsPane
리턴 SettingsPane

Show() 공개 정적인 메소드

Displays the Settings page to the user.
public static Show ( ) : void
리턴 void