Dela via


StorageFileDataManagementCmdletBase.ConfirmOverwrite(Object, Object) Method

Definition

Confirm the overwrite operation

protected bool ConfirmOverwrite (object source, object destination);
member this.ConfirmOverwrite : obj * obj -> bool
Protected Function ConfirmOverwrite (source As Object, destination As Object) As Boolean

Parameters

source
Object

Indicating the source.

destination
Object

Indicating the destination.

Returns

Returns a value indicating whether to overwrite.

Applies to