Click or drag to resize
GDStorageFileReplaceWithStreamedFileFromUriAsync Method
This method is not implemented yet.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IAsyncOperation<GDStorageFile> ReplaceWithStreamedFileFromUriAsync(
	IGDStorageFile fileToReplace,
	Uri uri,
	IRandomAccessStreamReference thumbnail
)

Parameters

fileToReplace
Type: GDIGDStorageFile
Not used.
uri
Type: SystemUri
Not used.
thumbnail
Type: Windows.Storage.StreamsIRandomAccessStreamReference
Not used.

Return Value

Type: IAsyncOperationGDStorageFile
Nothing is returned.
Exceptions
ExceptionCondition
NotImplementedExceptionWill be thrown when method is called.
See Also