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!

XmlSchema.Write (XmlWriter)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Write( _
   ByVal writer As XmlWriter _
)
[C#]
public void Write(
   XmlWriter writer
);
[C++]
public: void Write(
   XmlWriter* writer
);
[JScript]
public function Write(
   writer : XmlWriter
);

Parameters

writer
[To be supplied.]

See Also

XmlSchema Class | XmlSchema Members | System.Xml.Serialization.Schema Namespace | XmlSchema.Write Overload List