SPRowToParametersTransformer.CreateConfigurationControl method
提供ASP.NET控制項,讓使用者能夠設定SPRowToParametersTransformer轉換程式。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function CreateConfigurationControl As Control
'用途
Dim instance As SPRowToParametersTransformer
Dim returnValue As Control
returnValue = instance.CreateConfigurationControl()
public override Control CreateConfigurationControl()
傳回值
Type: System.Web.UI.Control
顯示使用者介面 (UI),可讓使用者設定SPRowToParametersTransformerASP.NET控制項。
備註
靜態或動態,則可以建立 Web 組件連線。靜態連接被定義在<StaticConnections>項目。當區域包含在 Web 網頁和使用者的連線是在連線模式時,使用者就可以定義動態連接。當建立動態連接時,使用者會定義透過組態控制項的連接。CreateConfigurationControl()方法會傳回使用者定義的連接與互動的控制項。
組態控制項會顯示 UI,允許使用者連接或中斷連接的提供者和消費者,並從提供者中選取一個欄位來連接消費者欄位資料的資料列資料。
請參閱
參照
SPRowToParametersTransformer class