FieldTemplateUserControl.IBindableControl.ExtractValues Metod

Definition

Hämtar en uppsättning namn/värde-par för att implementera dubbelriktad databindning i fältmallkontroller.

 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

Parametrar

dictionary
IOrderedDictionary

Ordlistan som innehåller namn/värden-par.

Implementeringar

Gäller för