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!

XmlTextWriter.WriteComment

[To be supplied.]

[Visual Basic]
Overrides Public Sub WriteComment( _
   ByVal comment As String _
)
[C#]
public override void WriteComment(
   string comment
);
[C++]
public: override void WriteComment(
   String* comment
);
[JScript]
public override function WriteComment(
   comment : String
);

Parameters

comment
[To be supplied.]

See Also

XmlTextWriter Class | XmlTextWriter Members | System.Xml Namespace