次の方法で共有


IContainer.Add メソッド (IComponent)

指定した IComponentIContainer のリストの末尾に追加します。

Sub Add( _
   ByVal component As IComponent _)
[C#]
void Add(
   IComponentcomponent);
[C++]
void Add(
   IComponent* component);
[JScript]
function Add(
   component : IComponent);

パラメータ

解説

新しい IComponent は、リストの末尾に追加されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

IContainer インターフェイス | IContainer メンバ | System.ComponentModel 名前空間 | IContainer.Add オーバーロードの一覧