Compartir a través de


FieldTemplateUserControl.IBindableControl.ExtractValues Método

Definición

Recupera un conjunto de pares de nombre y valor para implementar el enlace de datos bidireccional en controles de plantilla de campo.

 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

Parámetros

dictionary
IOrderedDictionary

Diccionario que contiene los pares de nombre y valor.

Implementaciones

Se aplica a