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

适用于