MDLObject.SetComponent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetComponent(IMDLComponent, Protocol) |
|
SetComponent(IMDLComponent, Type) |
使 |
SetComponent(IMDLComponent, Protocol)
component
与指定协议的此 MDLOBject 相关联。
[Foundation.Export("setComponent:forProtocol:")]
public virtual void SetComponent (ModelIO.IMDLComponent component, ObjCRuntime.Protocol protocol);
abstract member SetComponent : ModelIO.IMDLComponent * ObjCRuntime.Protocol -> unit
override this.SetComponent : ModelIO.IMDLComponent * ObjCRuntime.Protocol -> unit
参数
- component
- IMDLComponent
要与协议关联的组件。
- protocol
- Protocol
要与组件关联的协议。
- 属性
适用于
SetComponent(IMDLComponent, Type)
使 component
对象为指定的 type
提供。
public void SetComponent (ModelIO.IMDLComponent component, Type type);
member this.SetComponent : ModelIO.IMDLComponent * Type -> unit
参数
- component
- IMDLComponent
要与类型关联的组件。
- type
- Type
要与组件关联的类型。