次の方法で共有


BindableTemplateBuilder.ExtractValues(Control) メソッド

定義

デザイン時ページおよびコンパイルなしページにおけるテンプレート コンテンツ内で双方向の ASP.NET データ バインディング構文を使用してバインドされている値の、一連の名前と値のペアを取得します。

public:
 virtual System::Collections::Specialized::IOrderedDictionary ^ ExtractValues(System::Web::UI::Control ^ container);
public System.Collections.Specialized.IOrderedDictionary ExtractValues (System.Web.UI.Control container);
abstract member ExtractValues : System.Web.UI.Control -> System.Collections.Specialized.IOrderedDictionary
override this.ExtractValues : System.Web.UI.Control -> System.Collections.Specialized.IOrderedDictionary
Public Function ExtractValues (container As Control) As IOrderedDictionary

パラメーター

container
Control

名前と値のペアの抽出元の Control。双方向のデータ バインディングでは、関連付けられているデータ ソース コントロールにこの名前と値のペアがデータ バインド コントロールによって渡されます。

戻り値

IOrderedDictionary

名前と値のペアの IOrderedDictionary。名前はテンプレート コンテンツ内でバインドする最初のパラメーターとして指定したデータ項目フィールドを表し、値は双方向の ASP.NET データ バインディング構文を使用してバインドされたプロパティ値の現在の値です。

実装

注釈

メソッドは、 ExtractValues BindableTemplateBuilder メソッドのクラス実装です IBindableTemplate.ExtractValues

適用対象

こちらもご覧ください