C# Класс PhotoSharingApp.Universal.Views.AppShell

The "chrome" layer of the app that provides top-level navigation with proper keyboarding navigation.
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Current AppShell

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

Метод Описание
AppShell ( ) : System

Initializes a new instance of the AppShell.

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

Метод Описание
AppShell_KeyDown ( object sender, KeyRoutedEventArgs e ) : void

Default keyboard focus movement for any unhandled keyboarding

CheckTogglePaneButtonSizeChanged ( ) : void

Check for the conditions where the navigation pane does not occupy the space under the floating hamburger button and trigger the event.

NavMenuItemContainerContentChanging ( ListViewBase sender, ContainerContentChangingEventArgs args ) : void

Enable accessibility on each nav menu item by setting the AutomationProperties.Name on each container using the associated Label of each item.

NavMenuList_ItemInvoked ( object sender, ListViewItem listViewItem ) : void

Navigate to the Page for the selected listViewItem.

OnNavigatedToPage ( object sender, NavigationEventArgs e ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
SystemNavigationManager_BackRequested ( object sender, BackRequestedEventArgs e ) : void
TogglePaneButton_Checked ( object sender, RoutedEventArgs e ) : void

Callback when the SplitView's Pane is toggled open or close. When the Pane is not visible then the floating hamburger may be occluding other content in the app unless it is aware.

UpdateSelectionState ( ) : void

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

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

Initializes a new instance of the AppShell.
public AppShell ( ) : System
Результат System

Описание свойств

Current публичное статическое свойство

public static AppShell,PhotoSharingApp.Universal.Views Current
Результат AppShell