共用方式為


XmlSerializationWriter.WriteNullableStringEncoded 方法

定義

寫入含有字串做為主體的 XML 項目。 如果字串的值為 xsi:nil='true',則 XmlWriter 會插入 null 屬性。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

protected:
 void WriteNullableStringEncoded(System::String ^ name, System::String ^ ns, System::String ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteNullableStringEncoded (string name, string? ns, string? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteNullableStringEncoded (string name, string ns, string value, System.Xml.XmlQualifiedName xsiType);
member this.WriteNullableStringEncoded : string * string * string * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteNullableStringEncoded (name As String, ns As String, value As String, xsiType As XmlQualifiedName)

參數

name
String

要寫入之 XML 項目的區域名稱。

ns
String

要寫入之 XML 項目的命名空間。

value
String

要寫入 XML 項目主體的字串。

xsiType
XmlQualifiedName

要寫入至 xsi:type 屬性的 XML 結構描述資料型別名稱。

備註

的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

當設定為 true 時, nil XML 架構實例命名空間中的 屬性 (縮寫 xsi) 表示 Null 值。

WriteNullableStringEncoded只有在撰寫 SOAP 編碼的 XML 時,才會呼叫 方法,如 SOAP 1.1 規格的第 5 節中所述。

適用於