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.
public void ReplaceContents(
IComponentInfoSet source
)Public Sub ReplaceContents (
source As IComponentInfoSet
)public:
virtual void ReplaceContents(
IComponentInfoSet^ source
) sealedabstract ReplaceContents :
source : IComponentInfoSet -> unit
override ReplaceContents :
source : IComponentInfoSet -> unit