SystemDrawingSection.BitmapSuffix プロパティ

定義

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" と解釈されます。

適用対象