Share via


IMDLObjectContainerComponent 인터페이스

정의

프로토콜 IMDLObjectContainerComponent의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="MDLObjectContainerComponent", WrapperType=typeof(ModelIO.MDLObjectContainerComponentWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMDLObjectContainerComponent : IDisposable, ModelIO.IMDLComponent
type IMDLObjectContainerComponent = interface
    interface INativeObject
    interface IDisposable
    interface IMDLComponent
파생
특성
구현

설명

이 인터페이스에는 에 정의된 IMDLObjectContainerComponent프로토콜의 필수 메서드(있는 경우)가 포함되어 있습니다.

이 인터페이스를 구현하는 개체를 만드는 경우 구현 메서드는 프로토콜에 정의된 IMDLObjectContainerComponent 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 MDLObjectContainerComponent_Extensions 대한 확장 메서드로 제공되므로 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)
Objects

이 IMDLObjectContainerComponent에 속하는 개체 목록을 가져옵니다.

메서드

AddObject(MDLObject)

이 IMDLObjectContainerComponent에 포함된 개체 목록에 를 추가 object 합니다.

RemoveObject(MDLObject)

object 이 IMDLObjectContainerComponent에 포함된 개체 목록에서 를 제거합니다.

확장 메서드

GetCount(IMDLObjectContainerComponent)

컨테이너의 개체 수를 가져옵니다.

GetObject(IMDLObjectContainerComponent, nuint)

지정된 index의 개체를 반환합니다.

적용 대상