System::Xml::XmlDocument::CreateComment メソッド
XmlDocument::CreateComment method
指定されたデータを含む XmlComment を作成します。
virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
| パラメーター | 型 | 説明 |
|---|---|---|
| data | const String& | 新しい XmlComment の内容です。 |
ReturnValue
新しい XmlComment です。
参照
- Typedef SharedPtr
- Class XmlComment
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++