コード ジェネレータで使用されるオプションを取得します。
Protected ReadOnly Property Options As CodeGeneratorOptions
[C#]
protected CodeGeneratorOptions Options {get;}
[C++]
protected: __property CodeGeneratorOptions* get_Options();
[JScript]
protected function get Options() : CodeGeneratorOptions;
プロパティ値
コード ジェネレータで使用されるオプションを示す CodeGeneratorOptions オブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeGenerator クラス | CodeGenerator メンバ | System.CodeDom.Compiler 名前空間