다음을 통해 공유


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

코드를 생성할 문입니다.

적용 대상

추가 정보