Click or drag to resize
IGDStorageItemDeleteAsync Method (StorageDeleteOption)
Deletes the current item.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncAction DeleteAsync(
	StorageDeleteOption option
)

Parameters

option
Type: Windows.StorageStorageDeleteOption
This parameter is ignored.

Return Value

Type: IAsyncAction
No object or value is returned by this method when it completes.
Remarks
This method deletes items permanently
See Also