CopyContainers Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how the source container of a copy operation will be used.
public enum class CopyContainers
public enum CopyContainers
type CopyContainers =
Public Enum CopyContainers
- Inheritance
-
CopyContainers
Fields
Name | Value | Description |
---|---|---|
CopyTargetContainer | 0 | The source container is copied. |
CopyChildrenOfTargetContainer | 1 | The children of the source container are copied. |