次の方法で共有


DOMNodeWrapper.replaceData メソッド

このメンバは、内部の使用に予約されています。コードから直接使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.dll 内)

構文

'宣言
Public Sub replaceData ( _
    offset As Integer, _
    count As Integer, _
    data As String _
)
'使用
Dim instance As DOMNodeWrapper
Dim offset As Integer
Dim count As Integer
Dim data As String

instance.replaceData(offset, count, data)
public void replaceData (
    int offset,
    int count,
    string data
)

パラメータ

  • offset
  • count
  • data

関連項目

参照

DOMNodeWrapper クラス
DOMNodeWrapper のメンバ
Microsoft.Office.Interop.InfoPath.SemiTrust 名前空間