'Declaration Protected Overridable Sub DoApplyPropertiesTo( _ ByVal session As FileSystemEventsSession, _ ByVal targetItem As FileSystemItem _ )
'Usage Dim instance As FileSystemItem Dim session As FileSystemEventsSession Dim targetItem As FileSystemItem instance.DoApplyPropertiesTo(session, targetItem)
protected virtual void DoApplyPropertiesTo( FileSystemEventsSession session, FileSystemItem targetItem )
Parameters
- session
- A reference to a FileSystemEventsSession object which is responsible for raising all events that occur during the process.
- targetItem
- A FileSystemItem object to which the current item's properties must be copied. Should not be a null reference (Nothing in Visual Basic).