C# Class MusicPlayer.AppShell

Inheritance: global::Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: dotnetcurry/Windows10-UWP Class Usage Examples

Méthodes publiques

Свойство Type Description
Current AppShell

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
NavMenuList_ItemInvoked ( object sender, ListViewItem listViewItem ) : void

Navigate to the Page for the selected listViewItem.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

AppShell() public méthode

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
Résultat System

Property Details

Current public_oe static_oe property

public static AppShell,MusicPlayer Current
Résultat AppShell