StorageFile.CopyAndReplaceAsync(IStorageFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replaces the specified file with a copy of the current file.
public:
virtual IAsyncAction ^ CopyAndReplaceAsync(IStorageFile ^ fileToReplace) = CopyAndReplaceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CopyAndReplaceAsync(IStorageFile const& fileToReplace);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CopyAndReplaceAsync(IStorageFile fileToReplace);
function copyAndReplaceAsync(fileToReplace)
Public Function CopyAndReplaceAsync (fileToReplace As IStorageFile) As IAsyncAction
Parameters
- fileToReplace
- IStorageFile
The file to replace.
Returns
No object or value is returned when this method completes.
Implements
- Attributes