[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;
DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace