CodeGenerator.GenerateVariableDeclarationStatement 方法

定義

產生指定變數宣告語句的程式碼。

protected:
 abstract void GenerateVariableDeclarationStatement(System::CodeDom::CodeVariableDeclarationStatement ^ e);
protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
abstract member GenerateVariableDeclarationStatement : System.CodeDom.CodeVariableDeclarationStatement -> unit
Protected MustOverride Sub GenerateVariableDeclarationStatement (e As CodeVariableDeclarationStatement)

參數

e
CodeVariableDeclarationStatement

要產生程式碼的語句。

適用於

另請參閱