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!

IndentedTextWriter.WriteLineNoTabs

[To be supplied.]

[Visual Basic]
Public Sub WriteLineNoTabs( _
   ByVal s As String _
)
[C#]
public void WriteLineNoTabs(
   string s
);
[C++]
public: void WriteLineNoTabs(
   String* s
);
[JScript]
public function WriteLineNoTabs(
   s : String
);

Parameters

s
[To be supplied.]

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.CodeDOM.Compiler Namespace