Share via


BuildProvider.Extension 屬性

定義

取得或設定動態資源編譯期間要對應的副檔名。

public:
 property System::String ^ Extension { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("extension", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Extension { get; set; }
[<System.Configuration.ConfigurationProperty("extension", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Extension : string with get, set
Public Property Extension As String

屬性值

String

字串,指定動態資源編譯期間要對應的副檔名。

屬性

適用於