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.deleteData

[To be supplied.]

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

Parameters

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

See Also

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