次の方法で共有


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

プロパティ値

コード ジェネレーターで使用されるオプションを示すオブジェクト。

適用対象