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.GetOffsetAndLength

[To be supplied.]

[Visual Basic]
Public Sub GetOffsetAndLength( _
   ByRef offset As Integer, _
   ByRef length As Integer _
)
[C#]
public void GetOffsetAndLength(
   ref int offset,
   ref int length
);
[C++]
public: void GetOffsetAndLength(
   int** offset,
   int** length
);
[JScript]
public function GetOffsetAndLength(
   offset : int,
   length : int
);

Parameters

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

See Also

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