public enum ResourceSetRetrievalPublic Enumeration ResourceSetRetrievalpublic enum class ResourceSetRetrievaltype ResourceSetRetrieval| GetIfAlreadyLoaded | 0 | The IExpandoResourceSet will be returned only if it is already loaded; otherwise, no resource set will be retrieved. |
| LoadIfExists | 1 | The IExpandoResourceSet will be returned if the corresponding resource file exists and can be loaded. |
| CreateIfNotExists | 2 | An IExpandoResourceSet will be created for the requested culture even if no corresponding file can be loaded. |
| 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) |