DOMNodeWrapper.deleteData 方法

此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
Public Sub deleteData ( _
    offset As Integer, _
    count As Integer _
)
用法
Dim instance As DOMNodeWrapper
Dim offset As Integer
Dim count As Integer

instance.deleteData(offset, count)
public void deleteData(
    int offset,
    int count
)

参数

实现

IXMLDOMCDATASection.deleteData(Int32, Int32)
IXMLDOMText.deleteData(Int32, Int32)
IXMLDOMComment.deleteData(Int32, Int32)
IXMLDOMCharacterData.deleteData(Int32, Int32)

另请参阅

引用

DOMNodeWrapper 类

DOMNodeWrapper 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间