Freigeben über


MDLObject.SetComponent Methode

Definition

Überlädt

SetComponent(IMDLComponent, Protocol)

Ordnet component diesem MDLOBject für das angegebene Protokoll zu.

SetComponent(IMDLComponent, Type)

Erstellt component das -Objekt, das für das angegebene bereitgestellt werden typesoll.

SetComponent(IMDLComponent, Protocol)

Ordnet component diesem MDLOBject für das angegebene Protokoll zu.

[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

Parameter

component
IMDLComponent

Die Komponente, die einem Protokoll zugeordnet werden soll.

protocol
Protocol

Das Protokoll, das der Komponente zugeordnet werden soll.

Attribute

Gilt für:

SetComponent(IMDLComponent, Type)

Erstellt component das -Objekt, das für das angegebene bereitgestellt werden typesoll.

public void SetComponent (ModelIO.IMDLComponent component, Type type);
member this.SetComponent : ModelIO.IMDLComponent * Type -> unit

Parameter

component
IMDLComponent

Die Komponente, die einem Typ zugeordnet werden soll.

type
Type

Der Typ, der der Komponente zugeordnet werden soll.

Gilt für: