C# Class Windows10News.Navigation.GroupNavigationNode

Inheritance: NavigationNode
ファイルを表示 Open project: wasteam/Win10NewsApp

Public Methods

Method Description
GroupNavigationNode ( string label, string fontIcon, string image, bool isVisible = true, bool isGroupListOpened = true ) : System
Selected ( ) : void
ToString ( ) : string

Method Details

GroupNavigationNode() public method

public GroupNavigationNode ( string label, string fontIcon, string image, bool isVisible = true, bool isGroupListOpened = true ) : System
label string
fontIcon string
image string
isVisible bool
isGroupListOpened bool
return System

Selected() public method

public Selected ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string