IFileOperationProgressSink Interface
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[GuidAttribute("04b0f1a7-9490-44bc-96e1-4296a31252e2")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IFileOperationProgressSink
<ComImportAttribute>
<GuidAttribute("04b0f1a7-9490-44bc-96e1-4296a31252e2")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IFileOperationProgressSink
Dim instance As IFileOperationProgressSink
[ComImportAttribute]
[GuidAttribute(L"04b0f1a7-9490-44bc-96e1-4296a31252e2")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IFileOperationProgressSink
[<ComImportAttribute>]
[<GuidAttribute("04b0f1a7-9490-44bc-96e1-4296a31252e2")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IFileOperationProgressSink = interface end
No code example is currently available or this language may not be supported.
FinishOperations
|
Performs caller-implemented actions after the last operation performed by the call to IFileOperation is complete.
|
PauseTimer
|
Not supported.
|
PostCopyItem
|
Performs caller-implemented actions after the copy process for each item is complete.
|
PostDeleteItem
|
Performs caller-implemented actions after the delete process for each item is complete.
|
PostMoveItem
|
Performs caller-implemented actions after the move process for each item is complete.
|
PostNewItem
|
Performs caller-implemented actions after the new item is created
|
PostRenameItem
|
Performs caller-implemented actions after the rename process for each item is complete.
|
PreCopyItem
|
Performs caller-implemented actions before the copy process for each item begins.
|
PreDeleteItem
|
Performs caller-implemented actions before the delete process for each item begins.
|
PreMoveItem
|
Performs caller-implemented actions before the move process for each item begins.
|
PreNewItem
|
Performs caller-implemented actions before the process to create a new item begins.
|
PreRenameItem
|
Performs caller-implemented actions before the rename process for each item begins.
|
ResetTimer
|
Not supported.
|
ResumeTimer
|
Not supported.
|
StartOperations
|
Performs caller-implemented actions before any specific file operations are performed.
|
UpdateProgress
|
Provides an estimate of the total amount of work currently done in relation to the total amount of work.
|