Udostępnij za pośrednictwem


FieldTemplateUserControl.IBindableControl.ExtractValues Metoda

Definicja

Pobiera zestaw par nazwa/wartość w celu zaimplementowania dwukierunkowego powiązania danych w kontrolkach szablonu pola.

 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

Parametry

dictionary
IOrderedDictionary

Słownik zawierający pary nazwa/wartości.

Implementuje

Dotyczy