다음을 통해 공유


ICompositionElement.Origin 속성

정의

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

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

속성 값

현재 ICompositionElement가 발생된 컴퍼지션 요소이거나, ICompositionElement가 루트 컴퍼지션 요소인 경우 null입니다.

적용 대상