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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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