System::Xml::XmlDocument::CreateComment メソッド

XmlDocument::CreateComment method

指定されたデータを含む XmlComment を作成します。

virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
パラメーター説明
dataconst String&新しい XmlComment の内容です。

ReturnValue

新しい XmlComment です。

参照