共用方式為


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

要與元件產生關聯的類型。

適用於