Export.Value 属性

定义

提供此导出表示的对象。

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

属性值

此导出表示的对象。

例外

组合期间发生错误。 Errors 将包含发生的错误的集合。

当前实例是一个实例 Lazy<T>,基础导出的值不能强制转换为 T

方法 GetExportedValueCore() 未由派生类重写。

适用于