'Declaration Protected MustOverride Sub DoCopyTo( _ ByVal session As FileSystemEventsSession, _ ByVal destination As FileSystemItem, _ ByVal replaceExistingFiles As Boolean _ )
'Usage Dim instance As FileSystemItem Dim session As FileSystemEventsSession Dim destination As FileSystemItem Dim replaceExistingFiles As Boolean instance.DoCopyTo(session, destination, replaceExistingFiles)
protected abstract void DoCopyTo( FileSystemEventsSession session, FileSystemItem destination, bool replaceExistingFiles )
Parameters
- session
- A reference to a FileSystemEventsSession object which is responsible for raising all events that occur during the process.
- destination
- An FileSystemItem object into which the item will be copied. Should not be a null reference (Nothing in Visual Basic).
- replaceExistingFiles
- true if existing items in the destination should be replaced; false otherwise.