CompositionError.Element Propriedade

Definição

Obtém o elemento de composição que é a causa do erro.Gets the composition element that is the cause of the error.

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

Valor da propriedade

ICompositionElement

O elemento de composição que é a causa do CompositionError .The composition element that is the cause of the CompositionError. O padrão é null.The default is null.

Aplica-se a