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
要與元件產生關聯的類型。