R2730

Summary

A TemplateBinding must substitute all the TemplateParameters of the instanciated template element, and the TemplateParameterSubstitution must be defined in the same order as the TemplateParameters.

Details

When using a template binding, all the template parameters must be substituted. We also recommend that you define the substitutions in the same order as the parameters they each substitute.

Tips