FileInformation.MoveAndReplaceAsync(IStorageFile) 메서드

정의

현재 StorageFile 을 해당 위치에서 이동하고 이를 사용하여 지정된 StorageFile을 바꿉니다.

public:
 virtual IAsyncAction ^ MoveAndReplaceAsync(IStorageFile ^ fileToReplace) = MoveAndReplaceAsync;
/// [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

바꿀 StorageFile 입니다.

반환

비동기 이동 및 바꾸기 작업을 관리하기 위한 개체입니다.

구현

특성

적용 대상