'Declaration Public Overloads Sub ApplyPropertiesTo( _ ByVal targetItem As FileSystemItem _ )
'Usage Dim instance As FileSystemItem Dim targetItem As FileSystemItem instance.ApplyPropertiesTo(targetItem)
public void ApplyPropertiesTo( FileSystemItem targetItem )
Parameters
- targetItem
- A FileSystemItem object to which the current item's properties must be copied. Cannot be a null reference (Nothing in Visual Basic).