ModelComponent.AddToContainer(IContainer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the ModelComponent object to the specified container.
protected internal virtual void AddToContainer (System.ComponentModel.IContainer container);
abstract member AddToContainer : System.ComponentModel.IContainer -> unit
override this.AddToContainer : System.ComponentModel.IContainer -> unit
Protected Friend Overridable Sub AddToContainer (container As IContainer)
Parameters
- container
- IContainer
The container where to add the ModelComponent.
Remarks
For internal use.