IModelComponentCollection 인터페이스

정의

IModelComponent 개체의 컬렉션을 나타냅니다.

[System.Runtime.InteropServices.Guid("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection = interface
    interface ICollection
    interface IEnumerable
Public Interface IModelComponentCollection
Implements ICollection
파생
특성
구현

속성

Parent

IModelComponentCollection의 부모 IModelComponent를 가져옵니다.

메서드

Contains(IModelComponent)

지정한 IModelComponent가 컬렉션에 포함되어 있는지 여부를 나타냅니다.

Remove(IModelComponent)

컬렉션에서 IModelComponent를 제거합니다.

Remove(IModelComponent, Boolean)

컬렉션에서 IModelComponent를 제거합니다.

적용 대상