C# 클래스 MusicPlayer.AppShell

상속: global::Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: dotnetcurry/Windows10-UWP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current AppShell

공개 메소드들

메소드 설명
AppShell ( ) : System

Initializes a new instance of the AppShell, sets the static 'Current' reference, adds callbacks for Back requests and changes in the SplitView's DisplayMode, and provide the nav menu list with the data to display.

비공개 메소드들

메소드 설명
NavMenuList_ItemInvoked ( object sender, ListViewItem listViewItem ) : void

Navigate to the Page for the selected listViewItem.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

AppShell() 공개 메소드

Initializes a new instance of the AppShell, sets the static 'Current' reference, adds callbacks for Back requests and changes in the SplitView's DisplayMode, and provide the nav menu list with the data to display.
public AppShell ( ) : System
리턴 System

프로퍼티 상세

Current 공개적으로 정적으로 프로퍼티

public static AppShell,MusicPlayer Current
리턴 AppShell