指定した IComponent を IContainer のリストの末尾に追加します。
Sub Add( _
ByVal component As IComponent _)
[C#]
void Add(
IComponentcomponent);
[C++]
void Add(
IComponent* component);
[JScript]
function Add(
component : IComponent);
パラメータ
- 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 オーバーロードの一覧