ComponentInformation.AddSubComponent(ComponentInformation) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このコンポーネントのサブコンポーネントとして別のコンポーネントを追加します
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 です。