C# Класс ApplicationSettings.AddSettingsScenario

An empty page that can be used on its own or navigated to within a Frame.
Наследование: SDKTemplate.Common.LayoutAwarePage
Показать файл Открыть проект

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

Метод Описание
AddSettingsScenario ( ) : Windows.UI.ApplicationSettings

Защищенные методы

Метод Описание
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Приватные методы

Метод Описание
OnShowSettingsCharm ( object sender, RoutedEventArgs e ) : void
addSettingsScenarioAdd_Click ( object sender, RoutedEventArgs e ) : void

This is the click handler for the 'addSettingsScenarioAdd' button. You would replace this with your own handler if you have a button or buttons on this page.

onCommandsRequested ( SettingsPane settingsPane, SettingsPaneCommandsRequestedEventArgs eventArgs ) : void
onSettingsCommand ( IUICommand command ) : void

Описание методов

AddSettingsScenario() публичный Метод

public AddSettingsScenario ( ) : Windows.UI.ApplicationSettings
Результат Windows.UI.ApplicationSettings

OnNavigatedFrom() защищенный Метод

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

OnNavigatedTo() защищенный Метод

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. The Parameter /// property is typically used to configure the page.
Результат void