Export.GetExportedValueCore 方法

定义

返回导出提供的导出对象。

protected:
 virtual System::Object ^ GetExportedValueCore();
protected virtual object? GetExportedValueCore();
protected virtual object GetExportedValueCore();
abstract member GetExportedValueCore : unit -> obj
override this.GetExportedValueCore : unit -> obj
Protected Overridable Function GetExportedValueCore () As Object

返回

导出提供的导出对象。

例外

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

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

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

注解

向继承者记下

此方法的重写不应返回 null

适用于