CompiledBindableTemplateBuilder.ExtractValues(Control) メソッド

定義

テンプレート コンテンツ内で双方向の ASP.NET データ バインディング構文を使用してバインドされている値の、一連の名前/値ペアを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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メソッドは、 CompiledBindableTemplateBuilder クラスのメソッドの実装です IBindableTemplate.ExtractValues(Control)

適用対象

こちらもご覧ください