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