CloneOptions

Enumerates options for the Clone method. For more information about objects and interfaces to which this method applies, see the Clone entries in Methods Cross-Reference.

CloneOption Description
cloneMajorChildren Clone the values of properties and all major and minor objects contained in the source object’s collections.
cloneMinorChildren Clone the values of the properties and the minor objects contained in the source object’s collections.
cloneObjectProperties Clone the values of the properties of the source object.


Note The CustomProperties collection is always cloned, regardless of the CloneOption specified.


(c) 1988-1998 Microsoft Corporation. All Rights Reserved.