共用方式為


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

屬性值

值,指定在動態編譯檔案中使用之語言編緝器的型別名稱。

屬性

備註

指定語言提供者的類型名稱,包括包含提供者實作的元件名稱。

適用於