Share via


SystemDrawingSection.BitmapSuffix Özellik

Tanım

Bir derleme veya ile BitmapSuffixInSameAssemblyAttribute bildirildiğinde tarafından belirtilen ToolboxBitmapAttribute bir dosya adına eklenecek son eki alır veya BitmapSuffixInSatelliteAssemblyAttributeayarlar.

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

Özellik Değeri

Bit eşlem soneki.

Öznitelikler

Açıklamalar

Bit eşlem soneki uzantıdan önceki dosya adına eklenir. Örneğin, ".test.1.0" bit eşlem soneki ile " ToolboxBitmapAttribute my.bmp" başvurusu "my.test.1.0.bmp" olarak yorumlanır.

Şunlara uygulanır