BasicDesignerLoader.Reload(BasicDesignerLoader+ReloadOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會排隊重新載入設計師。
protected:
void Reload(System::ComponentModel::Design::Serialization::BasicDesignerLoader::ReloadOptions flags);
protected void Reload(System.ComponentModel.Design.Serialization.BasicDesignerLoader.ReloadOptions flags);
member this.Reload : System.ComponentModel.Design.Serialization.BasicDesignerLoader.ReloadOptions -> unit
Protected Sub Reload (flags As BasicDesignerLoader.ReloadOptions)
參數
這是數值的位元組合 BasicDesignerLoader.ReloadOptions 。
備註
Reload設計者載入器可呼叫此方法以請求重新載入。 由於裝填是在閒置時間進行,此方法實際上不會自動裝填設計器;它只是排隊重新載入。