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。