C# 클래스 PhotoSharingApp.Universal.Extensions.PhotoExtensions

Extension methods for Photo class.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
ExtractCategoryPreview ( this photo ) : CategoryPreview

Extracts information from the given photo to return a valid instance of CategoryPreview.

메소드 상세

ExtractCategoryPreview() 공개 정적인 메소드

Extracts information from the given photo to return a valid instance of CategoryPreview.
public static ExtractCategoryPreview ( this photo ) : CategoryPreview
photo this The photo.
리턴 PhotoSharingApp.Universal.Models.CategoryPreview