共用方式為


Compiler.Extension 屬性

定義

取得用於動態程式碼後置檔案的副檔名清單。

public:
 property System::String ^ Extension { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("extension", DefaultValue="")]
public string Extension { get; }
[<System.Configuration.ConfigurationProperty("extension", DefaultValue="")>]
member this.Extension : string
Public ReadOnly Property Extension As String

屬性值

值,指定用於動態程式碼後置檔案、程式碼目錄中檔案和其他所參考檔案中的副檔名。

屬性

備註

當副檔名清單包含多個副檔名時,清單會以分號分隔。

適用於