System::Xml::XmlTextWriter::WriteProcessingInstruction メソッド
XmlTextWriter::WriteProcessingInstruction method
名前とテキストの間にスペースを入れた処理命令を次のように書き出します: 。
void System::Xml::XmlTextWriter::WriteProcessingInstruction(String name, String text) override
| パラメーター | 型 | 説明 |
|---|---|---|
| name | String | 処理指示の名前。 |
| text | String | 処理指示に含める Text。 |
備考
XmlTextWriter::WriteStartDocument がすでに呼び出された後に XML 宣言を作成するためにこのメソッドが使用されています。
参照
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++