次の方法で共有


IXMLDOMDocument.createCDATASection(String) メソッド

定義

public:
 Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMCDATASection ^ createCDATASection(System::String ^ data);
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection createCDATASection (string data);
abstract member createCDATASection : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection
Public Function createCDATASection (data As String) As IXMLDOMCDATASection

パラメーター

data
String

戻り値

適用対象