MDLObject.SetComponent 方法

定义

重载

SetComponent(IMDLComponent, Protocol)

component与指定协议的此 MDLOBject 相关联。

SetComponent(IMDLComponent, Type)

使 component 对象为指定的 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

要与组件关联的类型。

适用于