Export.Value Propriedade

Definição

Fornece o objeto que essa exportação representa.Provides the object this export represents.

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
public object? Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

Valor da propriedade

Object

O objeto que essa exportação representa.The object this export represents.

Exceções

Ocorreu um erro durante a composição.An error occurred during composition. Errors conterá uma coleção de erros ocorridos.Errors will contain a collection of errors that occurred.

A instância atual é uma instância de Lazy<T>, e o valor exportado subjacente não puder ser convertido em T.The current instance is an instance of Lazy<T>, and the underlying exported value cannot be cast to T.

O método GetExportedValueCore() não foi substituído por uma classe derivada.The GetExportedValueCore() method was not overridden by a derived class.

Aplica-se a