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!

JSCodeGenerator.GenerateVariableDeclarationStatement

Generates code for the specified CodeDOM based variable declaration statement representation.

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

Parameters

e
A CodeVariableDeclarationStatement that indicates the statement to generate code for.

See Also

JSCodeGenerator Class | JSCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeVariableDeclarationStatement