FieldTemplateUserControl.IBindableControl.ExtractValues Метод

Определение

Извлекает набор пар имя-значение для реализации двухсторонней привязки данных в элементах управления шаблона полей.

 virtual void System.Web.UI.IBindableControl.ExtractValues(System::Collections::Specialized::IOrderedDictionary ^ dictionary) = System::Web::UI::IBindableControl::ExtractValues;
void IBindableControl.ExtractValues (System.Collections.Specialized.IOrderedDictionary dictionary);
abstract member System.Web.UI.IBindableControl.ExtractValues : System.Collections.Specialized.IOrderedDictionary -> unit
override this.System.Web.UI.IBindableControl.ExtractValues : System.Collections.Specialized.IOrderedDictionary -> unit
Sub ExtractValues (dictionary As IOrderedDictionary) Implements IBindableControl.ExtractValues

Параметры

dictionary
IOrderedDictionary

Словарь, содержащий пары имя-значение.

Реализации

Применяется к