C# Class Windows.Storage.FileProperties.StorageItemThumbnail
Afficher le fichier
Open project: shiftkey/winrt-backport-hilarity
Class Usage Examples
Méthodes publiques
Method Details
CloneStream()
public méthode
public CloneStream ( ) : IRandomAccessStream |
Résultat |
IRandomAccessStream |
|
public Close ( ) : void |
Résultat |
void |
|
FlushAsync()
public méthode
public FlushAsync ( ) : IAsyncOperation |
Résultat |
IAsyncOperation |
|
GetInputStreamAt()
public méthode
public GetInputStreamAt ( [ position ) : IInputStream |
position |
[ |
|
Résultat |
IInputStream |
|
GetOutputStreamAt()
public méthode
public GetOutputStreamAt ( [ position ) : IOutputStream |
position |
[ |
|
Résultat |
IOutputStream |
|
ReadAsync()
public méthode
public ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress |
buffer |
[ |
|
count |
[ |
|
options |
[ |
|
Résultat |
uint>.IAsyncOperationWithProgress
| |
public Seek ( [ position ) : void |
position |
[ |
|
Résultat |
void |
|
WriteAsync()
public méthode
public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress |
buffer |
[ |
|
Résultat |
uint>.IAsyncOperationWithProgress
| |