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!

VBCodeGenerator.GenerateLiteralStatement

Generates code for the specified CodeDOM based literal statement representation.

[Visual Basic]
Overrides Protected Sub GenerateLiteralStatement( _
   ByVal e As CodeLiteralStatement _
)
[C#]
protected override void GenerateLiteralStatement(
   CodeLiteralStatement e
);
[C++]
protected: override void GenerateLiteralStatement(
   CodeLiteralStatement* e
);
[JScript]
protected override function GenerateLiteralStatement(
   e : CodeLiteralStatement
);

Parameters

e
A CodeLiteralStatement that indicates the literal statement to generate code for.

See Also

VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeLiteralStatement