ErrorWebPart.ITrackingPersonalizable.BeginLoad 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
加入這個方法,只是為了要實作 ITrackingPersonalizable 介面。
virtual void System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.BeginLoad() = System::Web::UI::WebControls::WebParts::ITrackingPersonalizable::BeginLoad;
void ITrackingPersonalizable.BeginLoad ();
abstract member System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.BeginLoad : unit -> unit
override this.System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.BeginLoad : unit -> unit
Sub BeginLoad () Implements ITrackingPersonalizable.BeginLoad
實作
備註
這個成員是明確介面成員實作, 只有在 ErrorWebPart 執行個體轉換成 ITrackingPersonalizable 介面時,才能使用這個成員。