C# 클래스 PhotoSharingApp.Universal.ViewModels.StreamViewModelThumbnailArgs

The navigation arguments for the StreamViewModel.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
StreamViewModelThumbnailArgs ( ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Needed for serialization.

StreamViewModelThumbnailArgs ( CategoryPreview category, PhotoThumbnail photoThumbnail ) : PhotoSharingApp.Universal.Models

Creates a new instance.

메소드 상세

StreamViewModelThumbnailArgs() 공개 메소드

Creates a new instance.
Needed for serialization.
public StreamViewModelThumbnailArgs ( ) : PhotoSharingApp.Universal.Models
리턴 PhotoSharingApp.Universal.Models

StreamViewModelThumbnailArgs() 공개 메소드

Creates a new instance.
public StreamViewModelThumbnailArgs ( CategoryPreview category, PhotoThumbnail photoThumbnail ) : PhotoSharingApp.Universal.Models
category PhotoSharingApp.Universal.Models.CategoryPreview The category to show data for.
photoThumbnail PhotoSharingApp.Universal.Models.PhotoThumbnail The photo thumbnail that is used for /// determining the scroll position of the photo stream.
리턴 PhotoSharingApp.Universal.Models