NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InheritanceService.AddInheritedComponents

[To be supplied.]

Overload List

This method walks all the fields of all base classes of component. Each field that implements IComponent is added to an internal list that stores an InheritanceAttribute that identifies the inheritance level of the component. The component is then added to the given container.

[Visual Basic] Overloads Overridable Protected Sub AddInheritedComponents(Type, IComponent, IContainer)
[C#] protected virtual void AddInheritedComponents(Type, IComponent, IContainer);
[C++] protected: virtual void AddInheritedComponents(Type*, IComponent, IContainer);
[JScript] protected function AddInheritedComponents(Type, IComponent, IContainer);

This method walks all the fields of all base classes of component. Each field that implements IComponent is added to the given container.

[Visual Basic] Overloads Overridable Public Sub AddInheritedComponents(IComponent, IContainer)
[C#] public virtual void AddInheritedComponents(IComponent, IContainer);
[C++] public: virtual void AddInheritedComponents(IComponent*, IContainer);
[JScript] public function AddInheritedComponents(IComponent, IContainer);

See Also

InheritanceService Class | InheritanceService Members | System.ComponentModel.Design Namespace