XmlSerializationWriter.Writer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 序列化基礎結構內部使用的衍生類別使用。