Freigeben über


FieldTemplateUserControl.IBindableControl.ExtractValues Methode

Definition

Ruft einen Satz von Name-Wert-Paaren ab, um bidirektionale Datenbindung in Feldvorlagen-Steuerelementen zu implementieren.

 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

Parameter

dictionary
IOrderedDictionary

Das Wörterbuch, das Name-Werte-Paare enthält.

Implementiert

Gilt für