このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。
Sub AddInheritedComponents( _
ByVal component As IComponent, _ ByVal container As IContainer _)
[C#]
void AddInheritedComponents(
IComponentcomponent,IContainercontainer);
[C++]
void AddInheritedComponents(
IComponent* component,IContainer* container);
[JScript]
function AddInheritedComponents(
component : IComponent,container : IContainer);
参照
IInheritanceService インターフェイス | IInheritanceService メンバ | System.ComponentModel.Design 名前空間