Compartir a través de


ComponentInformation.AddSubComponent(ComponentInformation) Método

Definición

Agrega otro componente como subcomponente de este uno.

public virtual void AddSubComponent (System.Device.ComponentInformation subComponent);
abstract member AddSubComponent : System.Device.ComponentInformation -> unit
override this.AddSubComponent : System.Device.ComponentInformation -> unit
Public Overridable Sub AddSubComponent (subComponent As ComponentInformation)

Parámetros

subComponent
ComponentInformation

Componente que se va a agregar

Excepciones

El componente que se va a agregar es null.

Se aplica a