Formatter.WriteObjectRef(Object, String, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當覆寫於衍生類別時,將物件參考寫入至已附加於格式子的資料流。
protected:
abstract void WriteObjectRef(System::Object ^ obj, System::String ^ name, Type ^ memberType);
protected abstract void WriteObjectRef (object? obj, string name, Type memberType);
protected abstract void WriteObjectRef (object obj, string name, Type memberType);
abstract member WriteObjectRef : obj * string * Type -> unit
Protected MustOverride Sub WriteObjectRef (obj As Object, name As String, memberType As Type)
參數
- obj
- Object
要寫入的物件參考。
- name
- String
成員的名稱。
- memberType
- Type
參考所指向的物件型別。
備註
使用圖形逐步解說程式排程對象來處理工作。
給實施者的注意事項
您必須在衍生類別中實作這個方法。