C# Class PhotoSharingApp.Universal.Extensions.PhotoExtensions

Extension methods for Photo class.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
ExtractCategoryPreview ( this photo ) : CategoryPreview

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

Method Details

ExtractCategoryPreview() public static méthode

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