Share via


Compiler.Type プロパティ

定義

動的コンパイル ファイルの言語プロバイダーのコンパイラの種類を示す名前を取得します。

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

プロパティ値

String

動的コンパイル ファイルで使用される言語コンパイラの種類を示す名前を指定する値。

属性

注釈

言語プロバイダーの型名を、プロバイダーの実装が含まれているアセンブリの名前を含めて指定します。

適用対象