Compiler.Type プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
動的コンパイル ファイルの言語プロバイダーのコンパイラ型名を取得します。
public:
property System::String ^ Type { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
public string Type { get; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
member this.Type : string
Public ReadOnly Property Type As String
プロパティ値
動的コンパイル ファイルで使用する言語コンパイラの型名を指定する値。
- 属性
注釈
プロバイダーの実装を含むアセンブリの名前を含む、言語プロバイダーの型名を指定します。