ProxyWebPartManager.SkinID Propriedade

Definição

Substitui a propriedade base para impedir que um valor seja atribuído.Overrides the base property to prevent a value from being assigned.

public:
 virtual property System::String ^ SkinID { System::String ^ get(); void set(System::String ^ value); };
public override string SkinID { get; set; }
member this.SkinID : string with get, set
Public Overrides Property SkinID As String

Valor da propriedade

String

Sempre retorna uma cadeia de caracteres vazia ("").Always returns an empty string ("").

Exceções

Um chamador tenta atribuir um valor a essa propriedade.A caller tries to assign a value to this property.

Comentários

A SkinID propriedade substitui a propriedade base para impedir que um valor seja atribuído a ela, o que tem o efeito de impedir que as capas sejam usadas com o ProxyWebPartManager controle.The SkinID property overrides the base property to prevent a value from being assigned to it, which has the effect of preventing skins from being used with the ProxyWebPartManager control. Isso é feito porque o controle nunca expõe uma interface do usuário (IU) em uma página.This is done because the control never exposes a user interface (UI) on a page. O mesmo comportamento é implementado pelo WebPartManager controle para sua WebPartManager.SkinID propriedade.The same behavior is implemented by the WebPartManager control for its WebPartManager.SkinID property.

Aplica-se a

Confira também