Dela via


StorageFileDataManagementCmdletBase.ConfirmOverwriteAsync Method

Definition

Confirm the overwrite operation

protected System.Threading.Tasks.Task<bool> ConfirmOverwriteAsync (object source, object destination);
member this.ConfirmOverwriteAsync : obj * obj -> System.Threading.Tasks.Task<bool>
Protected Function ConfirmOverwriteAsync (source As Object, destination As Object) As Task(Of Boolean)

Parameters

source
Object

Indicating the source.

destination
Object

Indicating the destination.

Returns

Returns a value indicating whether to overwrite.

Applies to