次の方法で共有


DOMNodeWrapper.createCDATASection(String) メソッド

定義

このメンバは内部使用の目的で予約されており、ユーザー コード内での直接の使用を想定していません。

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

パラメーター

data
String

戻り値

実装

適用対象