XmlSerializationWriter.Writer 屬性

定義

取得或設定 XmlWriter ,該 被 所使用 XmlSerializationWriter

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

protected:
 property System::Xml::XmlWriter ^ Writer { System::Xml::XmlWriter ^ get(); void set(System::Xml::XmlWriter ^ value); };
protected System.Xml.XmlWriter Writer { get; set; }
member this.Writer : System.Xml.XmlWriter with get, set
Protected Property Writer As XmlWriter

屬性值

這些是 XmlWriter 類別實例所使用的。

備註

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

適用於