enum class SubcomponentIncludeMode
Do not include subcomponents from the component to include. |
|
Do not include a subcomponent with a qualifier that is already present in the including component. |
|
Replace an existing subcomponent with same qualifier if already present in the including component. |
|
If a component with the same qualifier already exists in the including component then derive from it and include the subcomponent with same qualifier from the component to include. |