Condividi tramite


FileInformation.CopyAndReplaceAsync(IStorageFile) Metodo

Definizione

Sostituisce l'oggetto StorageFile specificato con una copia del file corrente.

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

Parametri

fileToReplace
IStorageFile

StorageFile da sostituire.

Restituisce

Al termine di questo metodo non viene restituito alcun oggetto o valore.

Implementazioni

Attributi

Si applica a