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!

ICodeSourceFile.CreateLocalVariableStatement

[To be supplied.]

Overload List

Constructs a local variable statement. This represents the declaration of a variable inside of a method.

[Visual Basic] Overloads Function CreateLocalVariableStatement(ICodeClass, Integer, String, Object) As ICodeLocalVariableStatement
[C#] ICodeLocalVariableStatement CreateLocalVariableStatement(ICodeClass, int, String, Object);
[C++] ICodeLocalVariableStatement* CreateLocalVariableStatement(ICodeClass*, int, String, Object) = 0;
[JScript] function CreateLocalVariableStatement(ICodeClass, int, String, Object) : ICodeLocalVariableStatement;

Constructs a local variable statement. This represents the declaration of a variable inside of a method.

[Visual Basic] Overloads Function CreateLocalVariableStatement(ICodeClass, String, Object) As ICodeLocalVariableStatement
[C#] ICodeLocalVariableStatement CreateLocalVariableStatement(ICodeClass, String, Object);
[C++] ICodeLocalVariableStatement* CreateLocalVariableStatement(ICodeClass*, String, Object) = 0;
[JScript] function CreateLocalVariableStatement(ICodeClass, String, Object) : ICodeLocalVariableStatement;

See Also

ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace