DeclarativeCatalogPart.BackImageUrl Propriedade

Definição

Esta propriedade herdada não é usada pelo conjunto de controles de Web Parts definido ao renderizar um controle DeclarativeCatalogPart.This inherited property is not used by the Web Parts control set when rendering a DeclarativeCatalogPart control. A propriedade é substituída somente com a finalidade de impedir que ela apareça nas ferramentas de designer Microsoft Visual Studio 2005.The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools.

public:
 virtual property System::String ^ BackImageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string BackImageUrl { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.BackImageUrl : string with get, set
Public Overrides Property BackImageUrl As String

Valor da propriedade

String

Uma cadeia de caracteres que contém a URL para uma imagem usada como o plano de fundo de um controle.A string that contains the URL to an image used as the background for a control.

Atributos

Comentários

A BackImageUrl propriedade, como um membro do DeclarativeCatalogPart controle, não é usada em nenhum lugar dentro do conjunto de controle de Web Parts para renderizar o controle.The BackImageUrl property, as a member of the DeclarativeCatalogPart control, is not used anywhere within the Web Parts control set for rendering the control. Portanto, você não deve usar essa propriedade; defini-lo não tem nenhum efeito na renderização.Therefore, you should not use this property; setting it has no effect on rendering.

Para impedir que os desenvolvedores usem essa propriedade, os atributos de código são definidos para ocultá-lo no Visual Studio.To prevent developers from using this property, code attributes are set on it to hide it in Visual Studio. Quando você trabalha com um DeclarativeCatalogPart controle no Visual Studio, a BackImageUrl propriedade não é visível no painel Propriedades ou no IntelliSense.When you work with a DeclarativeCatalogPart control in Visual Studio, the BackImageUrl property is not visible in the Properties pane or IntelliSense.

Se você quiser usar essa propriedade, você precisará criar uma classe personalizada que herda da CatalogPart classe.If you want to use this property, you need to create a custom class that inherits from the CatalogPart class. A classe personalizada pode usar a propriedade herdada BackImageUrl como ela está, ou substituí-la e alterar seu comportamento.The custom class can either use the inherited BackImageUrl property as it is, or override it and change its behavior.

Esta propriedade não pode ser definida por temas ou temas de folha de estilo.This property cannot be set by themes or style sheet themes. Para obter mais informações, consulte ThemeableAttribute e temas e capas do ASP.net.For more information, see ThemeableAttribute and ASP.NET Themes and Skins.

Aplica-se a

Confira também