NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICharacterData.replaceData

[To be supplied.]

[Visual Basic]
Sub replaceData( _
   ByVal offset As Integer, _
   ByVal count As Integer, _
   ByVal strData As String _
)
[C#]
void replaceData(
   int offset,
   int count,
   string strData
);
[C++]
void replaceData(
   int offset,
   int count,
   String* strData
) = 0;
[JScript]
function replaceData(
   offset : int,
   count : int,
   strData : String
);

Parameters

offset
[To be supplied.]
count
[To be supplied.]
strData
[To be supplied.]

See Also

ICharacterData Interface | ICharacterData Members | System.Data.XML.DOM Namespace