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

XmlDocument::CreateTextNode method

指定されたテキストを持つ XmlText を作成します。

virtual SharedPtr<XmlText> System::Xml::XmlDocument::CreateTextNode(const String &text)
パラメーター説明
textconst String&Text ノードのテキスト。

ReturnValue

新しい XmlText ノード。

参照