Note
Using IComponentInfoSet as type of source argument guarantees that items being added are unique.
Replaces all items in this set with items of the specified set.
void ReplaceContents(
IComponentInfoSet source
)Sub ReplaceContents (
source As IComponentInfoSet
)void ReplaceContents(
IComponentInfoSet^ source
)abstract ReplaceContents :
source : IComponentInfoSet -> unit