IModelComponent 인터페이스

정의

모델 구성 요소를 나타냅니다.

[System.Runtime.InteropServices.Guid("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IDisposable, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent = interface
    interface IComponent
    interface IDisposable
Public Interface IModelComponent
Implements IComponent, IDisposable
파생
특성
구현

속성

FriendlyPath

이 개체에 대한 경로를 가져옵니다.

OwningCollection

현재 개체를 소유하는 컬렉션을 가져오거나 설정합니다.

Parent

이 개체의 부모 IModelComponent를 가져옵니다.

적용 대상