次の方法で共有


ComponentInformation.AddSubComponent(ComponentInformation) メソッド

定義

このコンポーネントのサブコンポーネントとして別のコンポーネントを追加します

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)

パラメーター

subComponent
ComponentInformation

追加するコンポーネント

例外

追加するコンポーネントが null です。

適用対象