BasicDesignerLoader.ReloadOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 Reload(BasicDesignerLoader+ReloadOptions) 方法的行為。 這些旗標可以使用位元 OR
運算子加以組合。
此列舉支援其成員值的位元組合。
protected: enum class BasicDesignerLoader::ReloadOptions
[System.Flags]
protected enum BasicDesignerLoader.ReloadOptions
Protected Enum BasicDesignerLoader.ReloadOptions
- 繼承
- 屬性
欄位
Default | 0 | 設計工具載入器會在重新載入之前清除變更,但它不會強制重新載入,如果發生載入錯誤,它也不會將 Modified 屬性設為 |
Force | 2 | 設計工具載入器強制發生重新載入。 通常,只在 IsReloadNeeded() 方法傳回 |
ModifyOnError | 1 | 如果發生載入錯誤,設計工具載入器會將 Modified 屬性設為 |
NoFlush | 4 | 設計工具載入器會在重新載入之前放棄任何變更。 |