次の方法で共有


FieldTemplateUserControl.IBindableControl.ExtractValues メソッド

定義

フィールド テンプレート コントロールで双方向データ バインディングを実装するために名前と値のペアのセットを取得します。

 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

パラメーター

dictionary
IOrderedDictionary

名前と値のペアを格納しているディクショナリ。

実装

適用対象