Control.SetRenderMethodDelegate(RenderMethod) 方法

定義

指派一個事件處理代理,將伺服器控制權及其內容渲染到其父控制中。

public:
 void SetRenderMethodDelegate(System::Web::UI::RenderMethod ^ renderMethod);
public void SetRenderMethodDelegate(System.Web.UI.RenderMethod renderMethod);
member this.SetRenderMethodDelegate : System.Web.UI.RenderMethod -> unit
Public Sub SetRenderMethodDelegate (renderMethod As RenderMethod)

參數

renderMethod
RenderMethod

傳遞給代表所需的資訊,使其能控制伺服器。

備註

此方法僅供實作目的;你絕對不應該直接打電話給它。

適用於

另請參閱