326 references to GetResourceString
Microsoft.CodeAnalysis.VisualBasic.Features (326)
artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Features\Release\net8.0\Microsoft.CodeAnalysis.VisualBasic.VBFeaturesResources.vb (326)
27Return GetResourceString("Insert_0") 33Return GetResourceString("Delete_the_0_statement1") 39Return GetResourceString("Create_event_0_in_1") 45Return GetResourceString("Insert_the_missing_End_Property_statement") 51Return GetResourceString("Insert_the_missing_0") 57Return GetResourceString("Invert_If") 63Return GetResourceString("Add_Await") 69Return GetResourceString("Add_Await_and_ConfigureAwaitFalse") 75Return GetResourceString("Move_the_0_statement_to_line_1") 81Return GetResourceString("Delete_the_0_statement2") 87Return GetResourceString("Type_a_name_here_to_declare_a_new_field") 93Return GetResourceString("Note_colon_Space_completion_is_disabled_to_avoid_potential_interference_To_insert_a_name_from_the_list_use_tab") 99Return GetResourceString("new_field") 105Return GetResourceString("Type_a_name_here_to_declare_a_parameter_If_no_preceding_keyword_is_used_ByVal_will_be_assumed_and_the_argument_will_be_passed_by_value") 111Return GetResourceString("parameter_name") 117Return GetResourceString("Type_a_new_name_for_the_column_followed_by_Otherwise_the_original_column_name_with_be_used") 123Return GetResourceString("Note_colon_Use_tab_for_automatic_completion_space_completion_is_disabled_to_avoid_interfering_with_a_new_name") 129Return GetResourceString("result_alias") 135Return GetResourceString("Type_a_new_variable_name") 141Return GetResourceString("Note_colon_Space_and_completion_are_disabled_to_avoid_potential_interference_To_insert_a_name_from_the_list_use_tab") 147Return GetResourceString("new_resource") 153Return GetResourceString("AddHandler_statement") 159Return GetResourceString("RemoveHandler_statement") 165Return GetResourceString("_0_function") 171Return GetResourceString("CType_function") 177Return GetResourceString("DirectCast_function") 183Return GetResourceString("TryCast_function") 189Return GetResourceString("GetType_function") 195Return GetResourceString("GetXmlNamespace_function") 201Return GetResourceString("Mid_statement") 207Return GetResourceString("Fix_Incorrect_Function_Return_Type") 213Return GetResourceString("Remove_Me_qualification") 219Return GetResourceString("contains_invalid_selection") 225Return GetResourceString("the_selection_contains_syntactic_errors") 231Return GetResourceString("Selection_can_t_be_crossed_over_preprocessors") 237Return GetResourceString("Selection_can_t_contain_throw_without_enclosing_catch_block") 243Return GetResourceString("Selection_can_t_be_parts_of_constant_initializer_expression") 249Return GetResourceString("Argument_used_for_ByRef_parameter_can_t_be_extracted_out") 255Return GetResourceString("all_static_local_usages_defined_in_the_selection_must_be_included_in_the_selection") 261Return GetResourceString("Implicit_member_access_can_t_be_included_in_the_selection_without_containing_statement") 267Return GetResourceString("Selection_must_be_part_of_executable_statements") 273Return GetResourceString("next_statement_control_variable_doesn_t_have_matching_declaration_statement") 279Return GetResourceString("Selection_doesn_t_contain_any_valid_node") 285Return GetResourceString("Deprecated") 291Return GetResourceString("Extension") 297Return GetResourceString("Awaitable") 303Return GetResourceString("Awaitable_Extension") 309Return GetResourceString("new_variable") 316Return GetResourceString("Creates_a_delegate_procedure_instance_that_references_the_specified_procedure_AddressOf_procedureName") 322Return GetResourceString("Indicates_that_an_external_procedure_has_another_name_in_its_DLL") 329Return GetResourceString("Performs_a_short_circuit_logical_conjunction_on_two_expressions_Returns_True_if_both_operands_evaluate_to_True_If_the_first_expression_evaluates_to_False_the_second_is_not_evaluated_result_expression1_AndAlso_expression2") 336Return GetResourceString("Performs_a_logical_conjunction_on_two_Boolean_expressions_or_a_bitwise_conjunction_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_both_operands_evaluate_to_True_Both_expressions_are_always_evaluated_result_expression1_And_expression2") 342Return GetResourceString("Used_in_a_Declare_statement_The_Ansi_modifier_specifies_that_Visual_Basic_should_marshal_all_strings_to_ANSI_values_and_should_look_up_the_procedure_without_modifying_its_name_during_the_search_If_no_character_set_is_specified_ANSI_is_the_default") 348Return GetResourceString("Specifies_a_data_type_in_a_declaration_statement") 354Return GetResourceString("Specifies_that_an_attribute_at_the_beginning_of_a_source_file_applies_to_the_entire_assembly_Otherwise_the_attribute_will_apply_only_to_an_individual_programming_element_such_as_a_class_or_property") 360Return GetResourceString("Indicates_an_asynchronous_method_that_can_use_the_Await_operator") 366Return GetResourceString("Used_in_a_Declare_statement_The_Auto_modifier_specifies_that_Visual_Basic_should_marshal_strings_according_to_NET_Framework_rules_and_should_determine_the_base_character_set_of_the_run_time_platform_and_possibly_modify_the_external_procedure_name_if_the_initial_search_fails") 372Return GetResourceString("Specifies_that_an_argument_is_passed_in_such_a_way_that_the_called_procedure_can_change_the_underlying_value_of_the_argument_in_the_calling_code") 378Return GetResourceString("Specifies_that_an_argument_is_passed_in_such_a_way_that_the_called_procedure_or_property_cannot_change_the_underlying_value_of_the_argument_in_the_calling_code") 384Return GetResourceString("Declares_the_name_of_a_class_and_introduces_the_definitions_of_the_variables_properties_and_methods_that_make_up_the_class") 390Return GetResourceString("Generates_a_string_concatenation_of_two_expressions") 396Return GetResourceString("Declares_and_defines_one_or_more_constants") 402Return GetResourceString("Use_In_for_a_type_that_will_only_be_used_for_ByVal_arguments_to_functions") 408Return GetResourceString("Use_Out_for_a_type_that_will_only_be_used_as_a_return_from_functions") 415Return GetResourceString("Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type_object_structure_class_or_interface_CType_Object_As_Expression_Object_As_Type_As_Type") 421Return GetResourceString("Specifies_that_an_event_has_additional_specialized_code_for_adding_handlers_removing_handlers_and_raising_events") 427Return GetResourceString("Declares_a_reference_to_a_procedure_implemented_in_an_external_file") 433Return GetResourceString("Identifies_a_property_as_the_default_property_of_its_class_structure_or_interface") 439Return GetResourceString("Used_to_declare_a_delegate_A_delegate_is_a_reference_type_that_refers_to_a_shared_method_of_a_type_or_to_an_instance_method_of_an_object_Any_procedure_that_is_convertible_or_that_has_matching_parameter_types_and_return_type_may_be_used_to_create_an_instance_of_this_delegate_class") 446Return GetResourceString("Declares_and_allocates_storage_space_for_one_or_more_variables_Dim_var_bracket_As_bracket_New_bracket_dataType_bracket_boundList_bracket_bracket_bracket_initializer_bracket_bracket_var2_bracket") 452Return GetResourceString("Divides_two_numbers_and_returns_a_floating_point_result") 458Return GetResourceString("Terminates_a_0_block") 464Return GetResourceString("Terminates_an_0_block") 470Return GetResourceString("Terminates_the_definition_of_a_0_statement") 476Return GetResourceString("Terminates_the_definition_of_an_0_statement") 482Return GetResourceString("Declares_an_enumeration_and_defines_the_values_of_its_members") 488Return GetResourceString("Compares_two_expressions_and_returns_True_if_they_are_equal_Otherwise_returns_False") 494Return GetResourceString("Used_to_release_array_variables_and_deallocate_the_memory_used_for_their_elements") 500Return GetResourceString("Declares_a_user_defined_event") 506Return GetResourceString("Exits_a_Sub_procedure_and_transfers_execution_immediately_to_the_statement_following_the_call_to_the_Sub_procedure") 512Return GetResourceString("Raises_a_number_to_the_power_of_another_number") 518Return GetResourceString("Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_is_a_Function") 524Return GetResourceString("Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_is_a_Sub") 530Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_the_assembly_that_contains_their_declaration") 536Return GetResourceString("Specifies_a_collection_and_a_range_variable_to_use_in_a_query") 542Return GetResourceString("Declares_the_name_parameters_and_code_that_define_a_Function_procedure_that_is_a_procedure_that_returns_a_value_to_the_calling_code") 548Return GetResourceString("Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_it_be_a_reference_type") 554Return GetResourceString("Specifies_a_constructor_constraint_on_a_generic_type_parameter") 560Return GetResourceString("Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_it_be_a_value_type") 566Return GetResourceString("Declares_a_Get_property_procedure_that_is_used_to_return_the_current_value_of_a_property") 572Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_the_second_Otherwise_returns_False") 578Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_or_equal_to_the_second_Otherwise_returns_False") 584Return GetResourceString("Declares_that_a_procedure_handles_a_specified_event") 590Return GetResourceString("Indicates_that_a_class_or_structure_member_is_providing_the_implementation_for_a_member_defined_in_an_interface") 596Return GetResourceString("Specifies_one_or_more_interfaces_or_interface_members_that_must_be_implemented_in_the_class_or_structure_definition_in_which_the_Implements_statement_appears") 602Return GetResourceString("Imports_all_or_specified_elements_of_a_namespace_into_a_file") 608Return GetResourceString("Specifies_the_group_that_the_loop_variable_in_a_For_Each_statement_is_to_traverse") 614Return GetResourceString("Causes_the_current_class_or_interface_to_inherit_the_attributes_variables_properties_procedures_and_events_from_another_class_or_set_of_interfaces") 620Return GetResourceString("Specifies_the_group_that_the_range_variable_is_to_traverse_in_a_query") 626Return GetResourceString("Divides_two_numbers_and_returns_an_integer_result") 632Return GetResourceString("Declares_the_name_of_an_interface_and_the_definitions_of_the_members_of_the_interface") 638Return GetResourceString("Determines_whether_an_expression_is_false_If_instances_of_any_class_or_structure_will_be_used_in_an_OrElse_clause_you_must_define_IsFalse_on_that_class_or_structure") 645Return GetResourceString("Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_equal_result_object1_Is_object2") 652Return GetResourceString("Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_not_equal_result_object1_IsNot_object2") 658Return GetResourceString("Determines_whether_an_expression_is_true_If_instances_of_any_class_or_structure_will_be_used_in_an_OrElse_clause_you_must_define_IsTrue_on_that_class_or_structure") 664Return GetResourceString("Indicates_an_iterator_method_that_can_use_the_Yield_statement") 671Return GetResourceString("Defines_an_iterator_lambda_expression_that_can_use_the_Yield_statement_Iterator_Function_parameterList_As_IEnumerable_Of_T") 677Return GetResourceString("Performs_an_arithmetic_left_shift_on_a_bit_pattern") 683Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_less_than_the_second_Otherwise_returns_False") 689Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_less_than_or_equal_to_the_second_Otherwise_returns_False") 695Return GetResourceString("Introduces_a_clause_that_identifies_the_external_file_DLL_or_code_resource_containing_an_external_procedure") 702Return GetResourceString("Compares_a_string_against_a_pattern_Wildcards_available_include_to_match_1_character_and_to_match_0_or_more_characters_result_string_Like_pattern") 708Return GetResourceString("Returns_the_difference_between_two_numeric_expressions_or_the_negative_value_of_a_numeric_expression") 715Return GetResourceString("Divides_two_numbers_and_returns_only_the_remainder_number1_Mod_number2") 721Return GetResourceString("Specifies_that_an_attribute_at_the_beginning_of_a_source_file_applies_to_the_entire_module_Otherwise_the_attribute_will_apply_only_to_an_individual_programming_element_such_as_a_class_or_property") 727Return GetResourceString("Multiplies_two_numbers_and_returns_the_product") 733Return GetResourceString("Specifies_that_a_class_can_be_used_only_as_a_base_class_and_that_you_cannot_create_an_object_directly_from_it") 739Return GetResourceString("Specifies_that_a_property_or_procedure_is_not_implemented_in_the_class_and_must_be_overridden_in_a_derived_class_before_it_can_be_used") 745Return GetResourceString("Declares_the_name_of_a_namespace_and_causes_the_source_code_following_the_declaration_to_be_compiled_within_that_namespace") 751Return GetResourceString("Indicates_that_a_conversion_operator_CType_converts_a_class_or_structure_to_a_type_that_might_not_be_able_to_hold_some_of_the_possible_values_of_the_original_class_or_structure") 757Return GetResourceString("Compares_two_expressions_and_returns_True_if_they_are_not_equal_Otherwise_returns_False") 763Return GetResourceString("Specifies_that_a_class_cannot_be_used_as_a_base_class") 770Return GetResourceString("Performs_logical_negation_on_a_Boolean_expression_or_bitwise_negation_on_a_numeric_expression_result_Not_expression") 776Return GetResourceString("Specifies_that_a_property_or_procedure_cannot_be_overridden_in_a_derived_class") 782Return GetResourceString("Identifies_a_type_parameter_on_a_generic_class_structure_interface_delegate_or_procedure") 788Return GetResourceString("Declares_the_operator_symbol_operands_and_code_that_define_an_operator_procedure_on_a_class_or_structure") 794Return GetResourceString("Specifies_that_a_procedure_argument_can_be_omitted_when_the_procedure_is_called") 800Return GetResourceString("Introduces_a_statement_that_specifies_a_compiler_option_that_applies_to_the_entire_source_file") 807Return GetResourceString("Performs_short_circuit_inclusive_logical_disjunction_on_two_expressions_Returns_True_if_either_operand_evaluates_to_True_If_the_first_expression_evaluates_to_True_the_second_expression_is_not_evaluated_result_expression1_OrElse_expression2") 814Return GetResourceString("Performs_an_inclusive_logical_disjunction_on_two_Boolean_expressions_or_a_bitwise_disjunction_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_at_least_one_operand_evaluates_to_True_Both_expressions_are_always_evaluated_result_expression1_Or_expression2") 820Return GetResourceString("Specifies_that_a_property_or_procedure_re_declares_one_or_more_existing_properties_or_procedures_with_the_same_name") 826Return GetResourceString("Specifies_that_a_property_or_procedure_can_be_overridden_by_an_identically_named_property_or_procedure_in_a_derived_class") 832Return GetResourceString("Specifies_that_a_property_or_procedure_overrides_an_identically_named_property_or_procedure_inherited_from_a_base_class") 838Return GetResourceString("Specifies_that_a_procedure_parameter_takes_an_optional_array_of_elements_of_the_specified_type") 844Return GetResourceString("Indicates_that_a_method_class_or_structure_declaration_is_a_partial_definition_of_the_method_class_or_structure") 850Return GetResourceString("Returns_the_sum_of_two_numbers_or_the_positive_value_of_a_numeric_expression") 856Return GetResourceString("Prevents_the_contents_of_an_array_from_being_cleared_when_the_dimensions_of_the_array_are_changed") 862Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_module_class_or_structure") 868Return GetResourceString("Declares_the_name_of_a_property_and_the_property_procedures_used_to_store_and_retrieve_the_value_of_the_property") 874Return GetResourceString("Specifies_that_one_or_more_declared_members_of_a_class_are_accessible_from_anywhere_in_the_same_assembly_their_own_classes_and_derived_classes") 880Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_own_class_or_from_a_derived_class") 886Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_have_no_access_restrictions") 892Return GetResourceString("Specifies_that_a_variable_or_property_can_be_read_but_not_written_to") 898Return GetResourceString("Reallocates_storage_space_for_an_array_variable") 904Return GetResourceString("Performs_an_arithmetic_right_shift_on_a_bit_pattern") 910Return GetResourceString("Declares_a_Set_property_procedure_that_is_used_to_assign_a_value_to_a_property") 916Return GetResourceString("Specifies_that_a_declared_programming_element_redeclares_and_hides_an_identically_named_element_in_a_base_class") 922Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_associated_with_all_instances_of_a_class_or_structure") 928Return GetResourceString("Specifies_that_one_or_more_declared_local_variables_are_to_remain_in_existence_and_retain_their_latest_values_after_the_procedure_in_which_they_are_declared_terminates") 934Return GetResourceString("Declares_the_name_of_a_structure_and_introduces_the_definition_of_the_variables_properties_events_and_procedures_that_make_up_the_structure") 940Return GetResourceString("Declares_the_name_parameters_and_code_that_define_a_Sub_procedure_that_is_a_procedure_that_does_not_return_a_value_to_the_calling_code") 946Return GetResourceString("Separates_the_beginning_and_ending_values_of_a_loop_counter_or_array_bounds_or_that_of_a_value_match_range") 953Return GetResourceString("Determines_the_run_time_type_of_an_object_reference_variable_and_compares_it_to_a_data_type_Returns_True_or_False_depending_on_whether_the_two_types_are_compatible_result_TypeOf_objectExpression_Is_typeName") 959Return GetResourceString("Used_in_a_Declare_statement_Specifies_that_Visual_Basic_should_marshal_all_strings_to_Unicode_values_in_a_call_into_an_external_procedure_and_should_look_up_the_procedure_without_modifying_its_name") 965Return GetResourceString("Indicates_that_a_conversion_operator_CType_converts_a_class_or_structure_to_a_type_that_can_hold_all_possible_values_of_the_original_class_or_structure") 971Return GetResourceString("Specifies_that_one_or_more_declared_member_variables_refer_to_an_instance_of_a_class_that_can_raise_events") 977Return GetResourceString("Specifies_that_a_property_can_be_written_to_but_not_read") 984Return GetResourceString("Performs_a_logical_exclusion_on_two_Boolean_expressions_or_a_bitwise_exclusion_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_exactly_one_of_the_expressions_evaluates_to_True_Both_expressions_are_always_evaluated_result_expression1_Xor_expression2") 990Return GetResourceString("Applies_an_aggregation_function_such_as_Sum_Average_or_Count_to_a_sequence") 996Return GetResourceString("Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_smallest_element_will_appear_first") 1002Return GetResourceString("Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_strict_binary_sort_order") 1008Return GetResourceString("Specifies_the_element_keys_used_for_grouping_in_Group_By_or_sort_order_in_Order_By") 1015Return GetResourceString("Transfers_execution_to_a_Function_Sub_or_dynamic_link_library_DLL_procedure_bracket_Call_bracket_procedureName_bracket_argumentList_bracket") 1021Return GetResourceString("Introduces_the_statements_to_run_if_none_of_the_previous_cases_in_the_Select_Case_statement_returns_True") 1027Return GetResourceString("Followed_by_a_comparison_operator_and_then_an_expression_Case_Is_introduces_the_statements_to_run_if_the_Select_Case_expression_combined_with_the_Case_Is_expression_evaluates_to_True") 1034Return GetResourceString("Introduces_a_value_or_set_of_values_against_which_the_value_of_an_expression_in_a_Select_Case_statement_is_to_be_tested_Case_expression_expression1_To_expression2_bracket_Is_bracket_comparisonOperator_expression") 1040Return GetResourceString("Introduces_a_statement_block_to_be_run_if_the_specified_exception_occurs_inside_a_Try_block") 1047Return GetResourceString("Sets_the_default_comparison_method_to_use_when_comparing_string_data_When_set_to_Text_uses_a_text_sort_order_that_is_not_case_sensitive_When_set_to_Binary_uses_a_strict_binary_sort_order_Option_Compare_Binary_Text") 1053Return GetResourceString("Defines_a_conditional_compiler_constant_Conditional_compiler_constants_are_always_private_to_the_file_in_which_they_appear_The_expressions_used_to_initialize_them_can_contain_only_conditional_compiler_constants_and_literals") 1059Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_Do_loop") 1065Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_For_loop") 1071Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_loop_Can_be_used_in_a_Do_loop_a_For_loop_or_a_While_loop") 1077Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_While_loop") 1083Return GetResourceString("Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_largest_element_will_appear_first") 1089Return GetResourceString("Restricts_the_values_of_a_query_result_to_eliminate_duplicate_values") 1096Return GetResourceString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_or_until_the_condition_becomes_true_Do_Loop_While_Until_condition") 1103Return GetResourceString("Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Until_condition_Loop") 1110Return GetResourceString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_While_condition_Loop") 1116Return GetResourceString("Introduces_a_group_of_statements_in_an_SharpIf_statement_that_is_compiled_if_no_previous_condition_evaluates_to_True") 1122Return GetResourceString("Introduces_a_condition_in_an_SharpIf_statement_that_is_tested_if_the_previous_conditional_test_evaluates_to_False") 1128Return GetResourceString("Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_conditional_test_fails") 1134Return GetResourceString("Introduces_a_group_of_statements_in_an_If_statement_that_is_executed_if_no_previous_condition_evaluates_to_True") 1140Return GetResourceString("Terminates_the_definition_of_an_SharpIf_block") 1146Return GetResourceString("Stops_execution_immediately") 1152Return GetResourceString("Terminates_a_SharpRegion_block") 1158Return GetResourceString("Specifies_the_relationship_between_element_keys_to_use_as_the_basis_of_a_join_operation") 1164Return GetResourceString("Simulates_the_occurrence_of_an_error") 1170Return GetResourceString("Exits_a_Do_loop_and_transfers_execution_immediately_to_the_statement_following_the_Loop_statement") 1176Return GetResourceString("Exits_a_For_loop_and_transfers_execution_immediately_to_the_statement_following_the_Next_statement") 1183Return GetResourceString("Exits_a_procedure_or_block_and_transfers_execution_immediately_to_the_statement_following_the_procedure_call_or_block_definition_Exit_Do_For_Function_Property_Select_Sub_Try_While") 1189Return GetResourceString("Exits_a_Select_block_and_transfers_execution_immediately_to_the_statement_following_the_End_Select_statement") 1195Return GetResourceString("Exits_a_Try_block_and_transfers_execution_immediately_to_the_statement_following_the_End_Try_statement") 1201Return GetResourceString("Exits_a_While_loop_and_transfers_execution_immediately_to_the_statement_following_the_End_While_statement") 1208Return GetResourceString("When_set_to_On_requires_explicit_declaration_of_all_variables_using_a_Dim_Private_Public_or_ReDim_statement_Option_Explicit_On_Off") 1214Return GetResourceString("Represents_a_Boolean_value_that_fails_a_conditional_test") 1220Return GetResourceString("Introduces_a_statement_block_to_be_run_before_exiting_a_Try_structure") 1226Return GetResourceString("Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection") 1232Return GetResourceString("Introduces_a_loop_that_is_iterated_a_specified_number_of_times") 1238Return GetResourceString("Identifies_a_list_of_values_as_a_collection_initializer") 1244Return GetResourceString("Branches_unconditionally_to_a_specified_line_in_a_procedure") 1250Return GetResourceString("Groups_elements_that_have_a_common_key") 1256Return GetResourceString("Combines_the_elements_of_two_sequences_and_groups_the_results_The_join_operation_is_based_on_matching_keys") 1262Return GetResourceString("Use_Group_to_specify_that_a_group_named_0_should_be_created") 1268Return GetResourceString("Use_Group_to_specify_that_a_group_named_Group_should_be_created") 1274Return GetResourceString("Conditionally_compiles_selected_blocks_of_code_depending_on_the_value_of_an_expression") 1280Return GetResourceString("Conditionally_executes_a_group_of_statements_depending_on_the_value_of_an_expression") 1287Return GetResourceString("When_set_to_On_allows_the_use_of_local_type_inference_in_declaring_variables_Option_Infer_On_Off") 1293Return GetResourceString("Specifies_an_identifier_that_can_serve_as_a_reference_to_the_results_of_a_join_or_grouping_subexpression") 1299Return GetResourceString("Combines_the_elements_of_two_sequences_The_join_operation_is_based_on_matching_keys") 1305Return GetResourceString("Identifies_a_key_field_in_an_anonymous_type_definition") 1311Return GetResourceString("Computes_a_value_for_each_item_in_the_query_and_assigns_the_value_to_a_new_range_variable") 1317Return GetResourceString("Terminates_a_loop_that_is_introduced_with_a_Do_statement") 1324Return GetResourceString("Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Loop_Until_condition") 1331Return GetResourceString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_Loop_While_condition") 1337Return GetResourceString("Provides_a_way_to_refer_to_the_current_instance_of_a_class_or_structure_that_is_the_instance_in_which_the_code_is_running") 1343Return GetResourceString("Provides_a_way_to_refer_to_the_base_class_of_the_current_class_instance_You_cannot_use_MyBase_to_call_MustOverride_base_methods") 1349Return GetResourceString("Provides_a_way_to_refer_to_the_class_instance_members_as_originally_implemented_ignoring_any_derived_class_overrides") 1355Return GetResourceString("Creates_a_new_object_instance") 1361Return GetResourceString("Terminates_a_loop_that_iterates_through_the_values_of_a_loop_variable") 1367Return GetResourceString("Represents_the_default_value_of_any_data_type") 1373Return GetResourceString("Turns_a_compiler_option_off") 1381Return GetResourceString("Enables_the_error_handling_routine_that_starts_at_the_line_specified_in_the_line_argument_The_specified_line_must_be_in_the_same_procedure_as_the_On_Error_statement_On_Error_GoTo_bracket_label_0_1_bracket") 1387Return GetResourceString("When_a_run_time_error_occurs_execution_transfers_to_the_statement_following_the_statement_or_procedure_call_that_resulted_in_the_error") 1393Return GetResourceString("Turns_a_compiler_option_on") 1399Return GetResourceString("Specifies_the_element_keys_used_to_correlate_sequences_for_a_join_operation") 1405Return GetResourceString("Specifies_the_sort_order_for_columns_in_a_query_Can_be_followed_by_either_the_Ascending_or_the_Descending_keyword_If_neither_is_specified_Ascending_is_used") 1412Return GetResourceString("Specifies_the_statements_to_run_when_the_event_is_raised_by_the_RaiseEvent_statement_RaiseEvent_delegateSignature_End_RaiseEvent") 1419Return GetResourceString("Triggers_an_event_declared_at_module_level_within_a_class_form_or_document_RaiseEvent_eventName_bracket_argumentList_bracket") 1425Return GetResourceString("Collapses_and_hides_sections_of_code_in_Visual_Basic_files") 1432Return GetResourceString("Returns_execution_to_the_code_that_called_the_Function_Sub_Get_Set_or_Operator_procedure_Return_or_Return_expression") 1438Return GetResourceString("Runs_one_of_several_groups_of_statements_depending_on_the_value_of_an_expression") 1444Return GetResourceString("Specifies_which_columns_to_include_in_the_result_of_a_query") 1450Return GetResourceString("Skips_elements_up_to_a_specified_position_in_the_collection") 1456Return GetResourceString("Specifies_how_much_to_increment_between_each_loop_iteration") 1462Return GetResourceString("Suspends_program_execution") 1469Return GetResourceString("When_set_to_On_restricts_implicit_data_type_conversions_to_only_widening_conversions_Option_Strict_On_Off") 1476Return GetResourceString("Ensures_that_multiple_threads_do_not_execute_the_statement_block_at_the_same_time_SyncLock_object_End_Synclock") 1482Return GetResourceString("Includes_elements_up_to_a_specified_position_in_the_collection") 1488Return GetResourceString("Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_text_sort_order_that_is_not_case_sensitive") 1494Return GetResourceString("Introduces_a_statement_block_to_be_compiled_or_executed_if_a_tested_condition_is_true") 1500Return GetResourceString("Throws_an_exception_within_a_procedure_so_that_you_can_handle_it_with_structured_or_unstructured_exception_handling_code") 1506Return GetResourceString("Represents_a_Boolean_value_that_passes_a_conditional_test") 1513Return GetResourceString("Provides_a_way_to_handle_some_or_all_possible_errors_that_might_occur_in_a_given_block_of_code_while_still_running_the_code_Try_bracket_Catch_bracket_Catch_Finally_End_Try") 1520Return GetResourceString("A_Using_block_does_three_things_colon_it_creates_and_initializes_variables_in_the_resource_list_it_runs_the_code_in_the_block_and_it_disposes_of_the_variables_before_exiting_Resources_used_in_the_Using_block_must_implement_System_IDisposable_Using_resource1_bracket_resource2_bracket_End_Using") 1526Return GetResourceString("Adds_a_conditional_test_to_a_Catch_statement_Exceptions_are_caught_by_that_Catch_statement_only_when_the_conditional_test_that_follows_the_When_keyword_evaluates_to_True") 1532Return GetResourceString("Specifies_the_filtering_condition_for_a_range_variable_in_a_query") 1538Return GetResourceString("Runs_a_series_of_statements_as_long_as_a_given_condition_is_true") 1544Return GetResourceString("Specifies_a_condition_for_Skip_and_Take_operations_Elements_will_be_bypassed_or_included_as_long_as_the_condition_is_true") 1551Return GetResourceString("Specifies_the_declaration_of_property_initializations_in_an_object_initializer_New_typeName_With_bracket_property_expression_bracket_bracket_bracket") 1558Return GetResourceString("Runs_a_series_of_statements_that_refer_to_a_single_object_or_structure_With_object_End_With") 1564Return GetResourceString("Produces_an_element_of_an_IEnumerable_or_IEnumerator") 1571Return GetResourceString("Defines_an_asynchronous_lambda_expression_that_can_use_the_Await_operator_Can_be_used_wherever_a_delegate_type_is_expected_Async_Sub_Function_parameterList_expression") 1578Return GetResourceString("Defines_a_lambda_expression_that_calculates_and_returns_a_single_value_Can_be_used_wherever_a_delegate_type_is_expected_Function_parameterList_expression") 1585Return GetResourceString("Defines_a_lambda_expression_that_can_execute_statements_and_does_not_return_a_value_Can_be_used_wherever_a_delegate_type_is_expected_Sub_parameterList_statement") 1591Return GetResourceString("Disables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_the_current_line") 1597Return GetResourceString("Enables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_the_current_line") 1603Return GetResourceString("Use_the_correct_control_variable") 1609Return GetResourceString("NameOf_function") 1615Return GetResourceString("Try_block") 1621Return GetResourceString("Catch_clause") 1627Return GetResourceString("Finally_clause") 1633Return GetResourceString("Using_statement") 1639Return GetResourceString("Using_block") 1645Return GetResourceString("With_statement") 1651Return GetResourceString("With_block") 1657Return GetResourceString("SyncLock_statement") 1663Return GetResourceString("SyncLock_block") 1669Return GetResourceString("For_Each_statement") 1675Return GetResourceString("For_Each_block") 1681Return GetResourceString("On_Error_statement") 1687Return GetResourceString("Resume_statement") 1693Return GetResourceString("Yield_statement") 1699Return GetResourceString("Await_expression") 1705Return GetResourceString("Lambda") 1711Return GetResourceString("Where_clause") 1717Return GetResourceString("Select_clause") 1723Return GetResourceString("From_clause") 1729Return GetResourceString("Aggregate_clause") 1735Return GetResourceString("Let_clause") 1741Return GetResourceString("Join_clause") 1747Return GetResourceString("Group_Join_clause") 1753Return GetResourceString("Group_By_clause") 1759Return GetResourceString("Function_aggregation") 1765Return GetResourceString("Take_While_clause") 1771Return GetResourceString("Skip_While_clause") 1777Return GetResourceString("Ordering_clause") 1783Return GetResourceString("Join_condition") 1789Return GetResourceString("option_") 1795Return GetResourceString("import") 1801Return GetResourceString("structure_") 1807Return GetResourceString("module_") 1813Return GetResourceString("WithEvents_field") 1819Return GetResourceString("as_clause") 1825Return GetResourceString("type_parameters") 1831Return GetResourceString("parameters") 1837Return GetResourceString("attributes") 1843Return GetResourceString("Type_0_is_not_defined") 1849Return GetResourceString("Add_Overloads") 1855Return GetResourceString("Add_a_metadata_reference_to_specified_assembly_and_all_its_dependencies_e_g_Sharpr_myLib_dll") 1861Return GetResourceString("Type_a_name_here_to_declare_a_namespace") 1867Return GetResourceString("Type_a_name_here_to_declare_a_partial_class") 1873Return GetResourceString("module_name") 1879Return GetResourceString("structure_name") 1885Return GetResourceString("Type_a_name_here_to_declare_a_partial_interface") 1891Return GetResourceString("Type_a_name_here_to_declare_a_partial_module") 1897Return GetResourceString("Type_a_name_here_to_declare_a_partial_structure") 1903Return GetResourceString("Event_add_handler_name") 1909Return GetResourceString("Event_remove_handler_name") 1915Return GetResourceString("Property_getter_name") 1921Return GetResourceString("Property_setter_name") 1927Return GetResourceString("Multiple_Types") 1933Return GetResourceString("Convert_to_Select_Case") 1939Return GetResourceString("Convert_to_For_Each") 1945Return GetResourceString("Convert_to_For") 1951Return GetResourceString("Add_missing_Imports") 1957Return GetResourceString("Add_Shadows") 1963Return GetResourceString("Introduce_Using_statement") 1969Return GetResourceString("Organize_Imports") 1975Return GetResourceString("Change_to_DirectCast") 1981Return GetResourceString("Change_to_TryCast") 1987Return GetResourceString("Remove_shared_keyword_from_module_member") 1993Return GetResourceString("_0_Events") 1999Return GetResourceString("Shared_constructor") 2005Return GetResourceString("Apply_isnot_preferences") 2011Return GetResourceString("Apply_object_creation_preferences") 2017Return GetResourceString("Project_level_Imports")