ComponentEditorPage.LoadComponent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將元件載入頁面使用者介面(UI)。
protected:
abstract void LoadComponent();
protected abstract void LoadComponent();
abstract member LoadComponent : unit -> unit
Protected MustOverride Sub LoadComponent ()
給實施者的注意事項
每個頁面必須覆寫此方法並實作自己的自訂行為。