WebZone.OnInit(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 Init 事件。
protected public:
override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)
參數
例外狀況
在網頁生命週期的階段中過晚加入區域控制項,或 WebPartManager 為 null
。
備註
方法 OnInit 會覆寫基底 OnInit 方法,以向 WebPartManager 控件註冊區域。