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!

DocumentNavigator.Add (Char[], Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Add( _
   ByVal array() As Char, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As String
[C#]
public virtual string Add(
   char[] array,
   int offset,
   int length
);
[C++]
public: virtual String* Add(
   __wchar_t* array[],
   int offset,
   int length
);
[JScript]
public function Add(
   array : Char[],
   offset : int,
   length : int
) : String;

Parameters

array
[To be supplied.]
offset
[To be supplied.]
length
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace | DocumentNavigator.Add Overload List