StorageFile.CopyAndReplaceAsync(IStorageFile) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ersetzt die angegebene Datei durch eine Kopie der aktuellen Datei.
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
Parameter
- fileToReplace
- IStorageFile
Die zu ersetzende Datei.
Gibt zurück
Nach Abschluss dieser Methode wird kein Objekt oder Wert zurückgegeben.
Implementiert
- Attribute