FieldTemplateUserControl.IBindableControl.ExtractValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a set of name/value pairs to implement two-way data-binding in field template controls.
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
Parameters
- dictionary
- IOrderedDictionary
The dictionary that contains name/values pairs.