IInheritanceService::AddInheritedComponents Method (IComponent^, IContainer^)
.NET Framework (current version)
Searches the specified component for fields that implement the IComponent interface and adds each to the specified container, storing the inheritance level of each which can be retrieved using the GetInheritanceAttribute method.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The IComponent to search. Searching begins with this component.
- container
-
Type:
System.ComponentModel::IContainer^
The IContainer to add components to.
This method searches the specified component for any fields that implement the IComponent, adds each to the specified container, and stores an InheritanceAttribute for each. The InheritanceAttribute for a component indicates whether the field is inherited from a base class and can be retrieved using the GetInheritanceAttribute method.
.NET Framework
Available since 1.1
Available since 1.1
Show: