MDLObject.SetComponent 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetComponent(IMDLComponent, Protocol) |
지정된 프로토콜에 대해 이 MDLOBject와 연결 |
SetComponent(IMDLComponent, Type) |
지정된 |
SetComponent(IMDLComponent, Protocol)
지정된 프로토콜에 대해 이 MDLOBject와 연결 component
합니다.
[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)
지정된 type
에 제공할 개체를 만듭니 component
다.
public void SetComponent (ModelIO.IMDLComponent component, Type type);
member this.SetComponent : ModelIO.IMDLComponent * Type -> unit
매개 변수
- component
- IMDLComponent
형식과 연결할 구성 요소입니다.
- type
- Type
구성 요소와 연결할 형식입니다.