42 all = check_file_exists | dereference_link | validate_names | restore_directory | enable_auto_upgrade | show_hidden_files | show_help | show_preview | support_multi_dotted_extensions
51 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::forms::save_file_box_options> {{
xtd::forms::save_file_box_options::none,
"none"}, {
xtd::forms::save_file_box_options::check_file_exists,
"check_file_exists"}, {
xtd::forms::save_file_box_options::dereference_link,
"dereference_link"}, {
xtd::forms::save_file_box_options::validate_names,
"validate_names"}, {
xtd::forms::save_file_box_options::restore_directory,
"restore_directory"}, {
xtd::forms::save_file_box_options::enable_auto_upgrade,
"enable_auto_upgrade"}, {
xtd::forms::save_file_box_options::show_hidden_files,
"show_hidden_files"}, {
xtd::forms::save_file_box_options::show_help,
"show_help"}, {
xtd::forms::save_file_box_options::show_preview,
"show_preview"}, {
xtd::forms::save_file_box_options::support_multi_dotted_extensions,
"support_multi_dotted_extensions"}, {
xtd::forms::save_file_box_options::all,
"all"}};}
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition: enum_collection.h:19
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition: flags_attribute.h:34
Provides the registration struct for enumerations.
Definition: enum_register.h:36