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
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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