C# Класс MusicPlayer.AppShell

Наследование: global::Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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