Control.IControlDesignerAccessor.UserData Свойство
Определение
property System::Collections::IDictionary ^ System::Web::UI::IControlDesignerAccessor::UserData { System::Collections::IDictionary ^ get(); };
System.Collections.IDictionary System.Web.UI.IControlDesignerAccessor.UserData { get; }
ReadOnly Property UserData As IDictionary Implements IControlDesignerAccessor.UserData
Значение свойства
IDictionary, содержащий сведения об элементе управления.An IDictionary containing information about the control.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр Control приведен к типу интерфейса IControlDesignerAccessor.It can be used only when the Control instance is cast to an IControlDesignerAccessor interface.