SystemDrawingSection.BitmapSuffix Właściwość

Definicja

Pobiera lub ustawia sufiks dołączania do nazwy pliku wskazanej ToolboxBitmapAttribute przez element , gdy zestaw jest zadeklarowany za pomocą elementu BitmapSuffixInSameAssemblyAttribute lub 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

Wartość właściwości

Sufiks mapy bitowej.

Atrybuty

Uwagi

Sufiks mapy bitowej jest dołączany do nazwy pliku przed rozszerzeniem. Na przykład z sufiksem mapy bitowej ".test.1.0" ToolboxBitmapAttribute odwołanie do "my.bmp" jest interpretowane jako "my.test.1.0.bmp".

Dotyczy