SystemDrawingSection.BitmapSuffix Propriedade

Definição

Obtém ou define o sufixo a ser acrescentado a um nome de arquivo indicado por um ToolboxBitmapAttribute quando um assembly é declarado com um BitmapSuffixInSameAssemblyAttribute ou um BitmapSuffixInSatelliteAssemblyAttribute.Gets or sets the suffix to append to a file name indicated by a ToolboxBitmapAttribute when an assembly is declared with a BitmapSuffixInSameAssemblyAttribute or a 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

Valor da propriedade

String

O sufixo do bitmap.The bitmap suffix.

Atributos

Comentários

O sufixo de bitmap é anexado ao nome do arquivo antes da extensão.The bitmap suffix is appended to the file name before the extension. Por exemplo, com um sufixo de bitmap de ". Test. 1.0", uma ToolboxBitmapAttribute referência a "my.bmp" é interpretada como "my.test.1.0.bmp".For example, with a bitmap suffix of ".test.1.0", a ToolboxBitmapAttribute reference to "my.bmp" is interpreted as "my.test.1.0.bmp".

Aplica-se a