SystemDrawingSection.BitmapSuffix 屬性

定義

取得或設定當組件以 ToolboxBitmapAttributeBitmapSuffixInSameAssemblyAttribute 宣告時,要附加到 BitmapSuffixInSatelliteAssemblyAttribute 所指示的檔案名稱的後置字元。

public:
 property System::String ^ BitmapSuffix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("bitmapSuffix")]
public string BitmapSuffix { get; set; }
public string BitmapSuffix { get; set; }
[<System.Configuration.ConfigurationProperty("bitmapSuffix")>]
member this.BitmapSuffix : string with get, set
member this.BitmapSuffix : string with get, set
Public Property BitmapSuffix As String

屬性值

點陣圖後置字元。

屬性

備註

位圖後綴會附加至擴展名之前的檔名。 例如,使用 “.test.1.0” 的點陣圖後綴, ToolboxBitmapAttribute “my.bmp” 的參考會解譯為 “my.test.1.0.bmp”。

適用於