C# Class Windows10News.Navigation.AppNavigation

ファイルを表示 Open project: wasteam/Win10NewsApp Class Usage Examples

Public Methods

Method Description
FindPage ( Type pageType ) : NavigationNode
LoadNavigation ( ) : void

Private Methods

Method Description
AddNode ( ObservableCollection nodes, string label, string fontIcon, string image, string pageName, bool isVisible = true, string title = null, string deepLinkUrl = null, bool isSelected = false ) : void
AppNavigation ( ) : System
GetAllItemNodes ( IEnumerable nodes ) : IEnumerable

Method Details

FindPage() public method

public FindPage ( Type pageType ) : NavigationNode
pageType System.Type
return NavigationNode

LoadNavigation() public method

public LoadNavigation ( ) : void
return void