XmlSerializationWriter.WriteReferencingElement 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
寫入包含指定物件之 multiRef
項目參考的 SOAP 訊息 XML 項目。
多載
WriteReferencingElement(String, String, Object) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 寫入包含指定物件之 |
WriteReferencingElement(String, String, Object, Boolean) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 寫入包含指定物件之 |
WriteReferencingElement(String, String, Object)
寫入包含指定物件之 multiRef
項目參考的 SOAP 訊息 XML 項目。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
void WriteReferencingElement(System::String ^ n, System::String ^ ns, System::Object ^ o);
protected void WriteReferencingElement (string n, string? ns, object? o);
protected void WriteReferencingElement (string n, string ns, object o);
member this.WriteReferencingElement : string * string * obj -> unit
Protected Sub WriteReferencingElement (n As String, ns As String, o As Object)
參數
- n
- String
正在寫入之參考項目的區域名稱。
- ns
- String
正在寫入之參考項目的命名空間。
- o
- Object
正在序列化的物件。
備註
的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。
SOAP 編碼可讓唯一的 XML 專案出現在 SOAP 訊息中,做為 multiRef
屬性所 id
識別的專案。 您可以在 id
替代元素中使用 href
SOAP 1.2) 中的屬性 (或 ref
屬性多次參考此值。
SOAP 編碼會在 SOAP 1.1 規格的第 5 節中說明。
適用於
WriteReferencingElement(String, String, Object, Boolean)
寫入包含指定物件之 multiRef
項目參考的 SOAP 訊息 XML 項目。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
void WriteReferencingElement(System::String ^ n, System::String ^ ns, System::Object ^ o, bool isNullable);
protected void WriteReferencingElement (string n, string? ns, object? o, bool isNullable);
protected void WriteReferencingElement (string n, string ns, object o, bool isNullable);
member this.WriteReferencingElement : string * string * obj * bool -> unit
Protected Sub WriteReferencingElement (n As String, ns As String, o As Object, isNullable As Boolean)
參數
- n
- String
正在寫入之參考項目的區域名稱。
- ns
- String
正在寫入之參考項目的命名空間。
- o
- Object
正在序列化的物件。
- isNullable
- Boolean
如果要序列化的物件是 true
,則 xsi:nil='true'
表示要寫入 null
屬性,否則為 false
。
備註
的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。
SOAP 編碼可讓唯一的 XML 專案出現在 SOAP 訊息中,做為 multiRef
屬性所 id
識別的專案。 您可以在 id
替代元素中使用 href
SOAP 1.2) 中的屬性 (或 ref
屬性多次參考此值。
SOAP 編碼會在 SOAP 1.1 規格的第 5 節中說明。