C# Class PhotoSharingApp.Universal.ViewModels.CameraViewModelArgs

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

Méthodes publiques

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

Creates a new instance.

CameraViewModelArgs ( CategoryPreview category ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Method Details

CameraViewModelArgs() public méthode

Creates a new instance.
public CameraViewModelArgs ( ) : PhotoSharingApp.Universal.Models
Résultat PhotoSharingApp.Universal.Models

CameraViewModelArgs() public méthode

Creates a new instance.
public CameraViewModelArgs ( CategoryPreview category ) : PhotoSharingApp.Universal.Models
category PhotoSharingApp.Universal.Models.CategoryPreview The target category for the photo.
Résultat PhotoSharingApp.Universal.Models