[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. |
| AllFlagsDefined |
Gets whether every single bit value in flags are defined in the enum type of flags,
or when flags is zero, it is checked whether zero is defined in the enum type of flags.
(Defined by EnumExtensions) |
| IsSingleFlag |
Gets whether only a single bit is set in value.
(Defined by EnumExtensions) |