IDuplicateTypeNamesHandler.OnDuplicateTypeNamesFound
Description:
Called when the destination document contains types with the same names as the types being copied.
Called when the destination document contains types with the same names as the types being copied.
DuplicateTypeAction OnDuplicateTypeNamesFound(
DuplicateTypeNamesHandlerArgs args
)
-
argsThe information about the types with duplicate names.
Return Value
DuplicateTypeAction
The action to be taken: copy only types with unique names or cancel the operation.