共用方式為


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,其中名稱表示樣板化內容中指定為第一個要繫結之參數的資料項目欄位,值則是使用雙向 ASP.NET 資料繫結語法所繫結之屬性值目前的值。

實作

備註

方法是 ExtractValues 方法 BindableTemplateBuilder 的類別實作 IBindableTemplate.ExtractValues

適用於

另請參閱