SystemDrawingSection.BitmapSuffix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當組件以 ToolboxBitmapAttribute 或 BitmapSuffixInSameAssemblyAttribute 宣告時,要附加到 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”。