C# Class PhotoSharingApp.Universal.ViewModels.StreamViewModelArgs

The navigation arguments for the StreamViewModel.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
StreamViewModelArgs ( ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Needed for serialization.

StreamViewModelArgs ( CategoryPreview category ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Method Details

StreamViewModelArgs() public méthode

Creates a new instance.
Needed for serialization.
public StreamViewModelArgs ( ) : PhotoSharingApp.Universal.Models
Résultat PhotoSharingApp.Universal.Models

StreamViewModelArgs() public méthode

Creates a new instance.
public StreamViewModelArgs ( CategoryPreview category ) : PhotoSharingApp.Universal.Models
category PhotoSharingApp.Universal.Models.CategoryPreview The category to show data for.
Résultat PhotoSharingApp.Universal.Models