[FlagsAttribute]
public enum AutoSaveOptions
<FlagsAttribute>
Public Enumeration AutoSaveOptions
[FlagsAttribute]
public enum class AutoSaveOptions
[<FlagsAttribute>]
type AutoSaveOptions
None | 0x00 | Represents no auto saving. |
LanguageChange | 0x01 | Represents the auto saving of resources when LanguageSettings.DisplayLanguage is changed. |
DomainUnload | 0x02 | Represents the auto saving of resources when application exists or the current application domain is unloaded. |
SourceChange | 0x04 | Represents the auto saving of resources when DynamicResourceManager.Source or LanguageSettings.DynamicResourceManagersSource is changed. |
Dispose | 0x08 | Represents the auto saving of resources when a DynamicResourceManager is being disposed explicitly. |