Control.IControlDesignerAccessor.UserData Propriedade

Definição

Para obter uma descrição desse membro, confira UserData.For a description of this member, see UserData.

property System::Collections::IDictionary ^ System::Web::UI::IControlDesignerAccessor::UserData { System::Collections::IDictionary ^ get(); };
System.Collections.IDictionary System.Web.UI.IControlDesignerAccessor.UserData { get; }
member this.System.Web.UI.IControlDesignerAccessor.UserData : System.Collections.IDictionary
 ReadOnly Property UserData As IDictionary Implements IControlDesignerAccessor.UserData

Valor da propriedade

IDictionary

Um IDictionary que contém informações sobre o controle.An IDictionary containing information about the control.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de Control é convertida em uma interface de IControlDesignerAccessor.It can be used only when the Control instance is cast to an IControlDesignerAccessor interface.

Aplica-se a