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!

DocumentEditor.GetChars

[To be supplied.]

[Visual Basic]
Overridable Public Function GetChars( _
   ByVal i As Integer, _
   ByVal buff() As Char, _
   ByVal len As Integer, _
   ByVal buffOff As Integer, _
   ByVal fldOff As Integer _
) As Integer
[C#]
public virtual int GetChars(
   int i,
   char[] buff,
   int len,
   int buffOff,
   int fldOff
);
[C++]
public: virtual int GetChars(
   int i,
   __wchar_t* buff[],
   int len,
   int buffOff,
   int fldOff
);
[JScript]
public function GetChars(
   i : int,
   buff : Char[],
   len : int,
   buffOff : int,
   fldOff : int
) : int;

Parameters

i
[To be supplied.]
buff
[To be supplied.]
len
[To be supplied.]
buffOff
[To be supplied.]
fldOff
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace