共用方式為


CodeGenerator.Options 屬性

定義

取得程式碼產生器使用的選項。

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

屬性值

物件,表示程式碼產生器使用的選項。

適用於