共用方式為


CompositionError.Element 屬性

定義

取得造成錯誤原因的複合項目。

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

屬性值

造成 CompositionError 之原因的複合項目。 預設為 null

適用於