C# Class XboxMediaRemote.App.ViewModels.StorageFileViewModel

Inheritance: StorageItemViewModel
ファイルを表示 Open project: nigel-sampson/xbox-media-remote Class Usage Examples

Public Methods

Method Description
LoadThumbnailAsync ( ) : System.Threading.Tasks.Task
StorageFileViewModel ( StorageFile file ) : System

Method Details

LoadThumbnailAsync() public method

public LoadThumbnailAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StorageFileViewModel() public method

public StorageFileViewModel ( StorageFile file ) : System
file Windows.Storage.StorageFile
return System