Export.GetExportedValueCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳匯出後所提供的物件。
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