IContainer.Add Method (IComponent, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds a component to the container.
Assembly: System (in System.dll)
Parameters
- component
- Type: System.ComponentModel.IComponent
The component to add.
- name
- Type: System.String
Identifying name for the component.
Show: