Export.GetExportedValueCore 方法

定義

回傳匯出後所提供的物件。

protected:
 virtual System::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

適用於