[To be supplied.]
[Visual Basic] Overridable Public Sub SetChars( _ ByVal i As Integer, _ ByVal buff() As Char, _ ByVal len As Integer, _ ByVal buffOff As Integer, _ ByVal fldOff As Integer _ ) [C#] public virtual void SetChars( int i, char[] buff, int len, int buffOff, int fldOff ); [C++] public: virtual void SetChars( int i, __wchar_t* buff[], int len, int buffOff, int fldOff ); [JScript] public function SetChars( i : int, buff : Char[], len : int, buffOff : int, fldOff : int );
DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace