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!

XmlScanner.GetTextAtom (Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Function GetTextAtom( _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As String
[C#]
public string GetTextAtom(
   int offset,
   int length
);
[C++]
public: String* GetTextAtom(
   int offset,
   int length
);
[JScript]
public function GetTextAtom(
   offset : int,
   length : int
) : String;

Parameters

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

See Also

XmlScanner Class | XmlScanner Members | System.Data.XML Namespace | XmlScanner.GetTextAtom Overload List