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
属性值
一个值,指定在动态编译文件中使用的语言编译器的类型名称。
- 属性
注解
指定语言提供程序的类型名称,包括包含提供程序实现程序集的名称。