IStorageFile.MoveAndReplaceAsync(IStorageFile) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将当前文件移动到指定文件的位置,并替换该位置中的指定文件。
public:
IAsyncAction ^ MoveAndReplaceAsync(IStorageFile ^ fileToReplace);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MoveAndReplaceAsync(IStorageFile const& fileToReplace);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MoveAndReplaceAsync(IStorageFile fileToReplace);
function moveAndReplaceAsync(fileToReplace)
Public Function MoveAndReplaceAsync (fileToReplace As IStorageFile) As IAsyncAction
参数
- fileToReplace
- IStorageFile
要替换的文件。
返回
此方法不返回任何对象或值。
- 属性