C# Class Windows10News.Navigation.GroupNavigationNode

Inheritance: NavigationNode
Afficher le fichier Open project: wasteam/Win10NewsApp

Méthodes publiques

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

Method Details

GroupNavigationNode() public méthode

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

Selected() public méthode

public Selected ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string