IXMLDOMText.replaceData(Int32, Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型或成员充当 Microsoft XML Core Services (MSXML) 对象或成员的代理。 有关此类型或成员包装的 MSXML 对象或成员的信息,请参阅 MSXML SDK使用 MSXML5 和 System.Xml 使用 InfoPath 2003 对象模型
public:
void replaceData(int offset, int count, System::String ^ data);
public void replaceData (int offset, int count, string data);
abstract member replaceData : int * int * string -> unit
Public Sub replaceData (offset As Integer, count As Integer, data As String)
参数
- offset
- Int32
- count
- Int32
- data
- String