Compiler.Extension 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於動態程式碼後置檔案的副檔名清單。
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
屬性值
值,指定用於動態程式碼後置檔案、程式碼目錄中檔案和其他所參考檔案中的副檔名。
- 屬性
備註
當副檔名清單包含多個副檔名時,清單會以分號分隔。