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

[To be supplied.]

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

Parameters

comment
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.Xml Namespace