XmlProcessingInstruction.WriteContentTo メソッド
指定した XmlWriter にノードのすべての子を保存します。ProcessingInstruction ノードには子がないため、このメソッドによる影響はありません。
Overrides Public Sub WriteContentTo( _
ByVal w As XmlWriter _)
[C#]
public override void WriteContentTo(XmlWriterw);
[C++]
public: void WriteContentTo(XmlWriter* w);
[JScript]
public override function WriteContentTo(
w : XmlWriter);
パラメータ
- w
保存先の XmlWriter 。
解説
このメソッドは、DOM (Document Object Model) に対する Microsoft 拡張機能です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
XmlProcessingInstruction クラス | XmlProcessingInstruction メンバ | System.Xml 名前空間