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!

XmlWriter.WriteDocType

[To be supplied.]

[Visual Basic]
MustOverride Public Sub WriteDocType( _
   ByVal docType As String _
)
[C#]
public abstract void WriteDocType(
   string docType
);
[C++]
public: virtual void WriteDocType(
   String* docType
) = 0;
[JScript]
public abstract function WriteDocType(
   docType : String
);

Parameters

docType
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.Xml Namespace