Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IInheritanceService::AddInheritedComponents Method (IComponent^, IContainer^)

 

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.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

void AddInheritedComponents(
	IComponent^ component,
	IContainer^ container
)

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
Return to top
Show:
© 2017 Microsoft