CodeGenerator.GenerateVariableDeclarationStatement 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生指定變數宣告語句的程式碼。
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)
參數
要產生程式碼的語句。