CodeGenerator.Options 属性
定义
获取供代码生成器使用的选项。Gets the options to be used by the code generator.
protected:
property System::CodeDom::Compiler::CodeGeneratorOptions ^ Options { System::CodeDom::Compiler::CodeGeneratorOptions ^ get(); };
protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get; }
member this.Options : System.CodeDom.Compiler.CodeGeneratorOptions
Protected ReadOnly Property Options As CodeGeneratorOptions
属性值
一个对象,指示供代码生成器使用的选项。An object that indicates the options for the code generator to use.