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

一个值,指定在动态编译文件中使用的语言编译器的类型名称。

属性

注解

指定语言提供程序的类型名称,包括包含提供程序实现程序集的名称。

适用于