ICompositionElement.Origin 속성

정의

현재 컴퍼지션 요소가 시작된 컴퍼지션 요소를 가져옵니다.

public:
 property System::ComponentModel::Composition::Primitives::ICompositionElement ^ Origin { System::ComponentModel::Composition::Primitives::ICompositionElement ^ get(); };
public System.ComponentModel.Composition.Primitives.ICompositionElement Origin { get; }
member this.Origin : System.ComponentModel.Composition.Primitives.ICompositionElement
Public ReadOnly Property Origin As ICompositionElement

속성 값

현재 ICompositionElement 가 시작된 컴퍼지션 요소이거나 null 루트 컴퍼지션 요소인지 여부 ICompositionElement 입니다.

적용 대상