C# Class 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
Afficher le fichier Open project: inthehand/Charming Class Usage Examples

Méthodes publiques

Méthode Description
GetForCurrentView ( ) : SettingsPane

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

Show ( ) : void

Displays the Settings page to the user.

Private Methods

Méthode Description
OnCommandsRequested ( ) : IList
SettingsPane ( ) : System
SettingsPane_CommandsRequested ( Windows sender, Windows args ) : void

Method Details

GetForCurrentView() public static méthode

Gets a SettingsPane object that is associated with the current app.
public static GetForCurrentView ( ) : SettingsPane
Résultat SettingsPane

Show() public static méthode

Displays the Settings page to the user.
public static Show ( ) : void
Résultat void