338 references to GetResourceString
Microsoft.CodeAnalysis.VisualBasic.Features (338)
Microsoft.CodeAnalysis.VisualBasic.VBFeaturesResources.vb (338)
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("Conflict_s_detected") 63Return GetResourceString("Invert_If") 69Return GetResourceString("Add_Await") 75Return GetResourceString("Add_Await_and_ConfigureAwaitFalse") 81Return GetResourceString("Move_the_0_statement_to_line_1") 87Return GetResourceString("Delete_the_0_statement2") 93Return GetResourceString("Type_a_name_here_to_declare_a_new_field") 99Return GetResourceString("Note_colon_Space_completion_is_disabled_to_avoid_potential_interference_To_insert_a_name_from_the_list_use_tab") 105Return GetResourceString("new_field") 111Return 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") 117Return GetResourceString("parameter_name") 123Return GetResourceString("Type_a_new_name_for_the_column_followed_by_Otherwise_the_original_column_name_with_be_used") 129Return GetResourceString("Note_colon_Use_tab_for_automatic_completion_space_completion_is_disabled_to_avoid_interfering_with_a_new_name") 135Return GetResourceString("result_alias") 141Return GetResourceString("Type_a_new_variable_name") 147Return GetResourceString("Note_colon_Space_and_completion_are_disabled_to_avoid_potential_interference_To_insert_a_name_from_the_list_use_tab") 153Return GetResourceString("new_resource") 159Return GetResourceString("AddHandler_statement") 165Return GetResourceString("RemoveHandler_statement") 171Return GetResourceString("_0_function") 177Return GetResourceString("CType_function") 183Return GetResourceString("DirectCast_function") 189Return GetResourceString("TryCast_function") 195Return GetResourceString("GetType_function") 201Return GetResourceString("GetXmlNamespace_function") 207Return GetResourceString("Mid_statement") 213Return GetResourceString("Fix_Incorrect_Function_Return_Type") 219Return GetResourceString("Simplify_name_0") 225Return GetResourceString("Simplify_member_access_0") 231Return GetResourceString("Remove_Me_qualification") 237Return GetResourceString("can_t_determine_valid_range_of_statements_to_extract_out") 243Return GetResourceString("Not_all_code_paths_return") 249Return GetResourceString("contains_invalid_selection") 255Return GetResourceString("the_selection_contains_syntactic_errors") 261Return GetResourceString("Selection_can_t_be_crossed_over_preprocessors") 267Return GetResourceString("Selection_can_t_contain_throw_without_enclosing_catch_block") 273Return GetResourceString("Selection_can_t_be_parts_of_constant_initializer_expression") 279Return GetResourceString("Argument_used_for_ByRef_parameter_can_t_be_extracted_out") 285Return GetResourceString("all_static_local_usages_defined_in_the_selection_must_be_included_in_the_selection") 291Return GetResourceString("Implicit_member_access_can_t_be_included_in_the_selection_without_containing_statement") 297Return GetResourceString("Selection_must_be_part_of_executable_statements") 303Return GetResourceString("next_statement_control_variable_doesn_t_have_matching_declaration_statement") 309Return GetResourceString("Selection_doesn_t_contain_any_valid_node") 315Return GetResourceString("no_valid_statement_range_to_extract_out") 321Return GetResourceString("Deprecated") 327Return GetResourceString("Extension") 333Return GetResourceString("Awaitable") 339Return GetResourceString("Awaitable_Extension") 345Return GetResourceString("new_variable") 352Return GetResourceString("Creates_a_delegate_procedure_instance_that_references_the_specified_procedure_AddressOf_procedureName") 358Return GetResourceString("Indicates_that_an_external_procedure_has_another_name_in_its_DLL") 365Return 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") 372Return 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") 378Return 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") 384Return GetResourceString("Specifies_a_data_type_in_a_declaration_statement") 390Return 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") 396Return GetResourceString("Indicates_an_asynchronous_method_that_can_use_the_Await_operator") 402Return 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") 408Return 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") 414Return 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") 420Return GetResourceString("Declares_the_name_of_a_class_and_introduces_the_definitions_of_the_variables_properties_and_methods_that_make_up_the_class") 426Return GetResourceString("Generates_a_string_concatenation_of_two_expressions") 432Return GetResourceString("Declares_and_defines_one_or_more_constants") 438Return GetResourceString("Use_In_for_a_type_that_will_only_be_used_for_ByVal_arguments_to_functions") 444Return GetResourceString("Use_Out_for_a_type_that_will_only_be_used_as_a_return_from_functions") 451Return 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") 457Return GetResourceString("Specifies_that_an_event_has_additional_specialized_code_for_adding_handlers_removing_handlers_and_raising_events") 463Return GetResourceString("Declares_a_reference_to_a_procedure_implemented_in_an_external_file") 469Return GetResourceString("Identifies_a_property_as_the_default_property_of_its_class_structure_or_interface") 475Return 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") 482Return 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") 488Return GetResourceString("Divides_two_numbers_and_returns_a_floating_point_result") 494Return GetResourceString("Terminates_a_0_block") 500Return GetResourceString("Terminates_an_0_block") 506Return GetResourceString("Terminates_the_definition_of_a_0_statement") 512Return GetResourceString("Terminates_the_definition_of_an_0_statement") 518Return GetResourceString("Declares_an_enumeration_and_defines_the_values_of_its_members") 524Return GetResourceString("Compares_two_expressions_and_returns_True_if_they_are_equal_Otherwise_returns_False") 530Return GetResourceString("Used_to_release_array_variables_and_deallocate_the_memory_used_for_their_elements") 536Return GetResourceString("Declares_a_user_defined_event") 542Return GetResourceString("Exits_a_Sub_procedure_and_transfers_execution_immediately_to_the_statement_following_the_call_to_the_Sub_procedure") 548Return GetResourceString("Raises_a_number_to_the_power_of_another_number") 554Return GetResourceString("Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_is_a_Function") 560Return GetResourceString("Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_is_a_Sub") 566Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_the_assembly_that_contains_their_declaration") 572Return GetResourceString("Specifies_a_collection_and_a_range_variable_to_use_in_a_query") 578Return GetResourceString("Declares_the_name_parameters_and_code_that_define_a_Function_procedure_that_is_a_procedure_that_returns_a_value_to_the_calling_code") 584Return GetResourceString("Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_it_be_a_reference_type") 590Return GetResourceString("Specifies_a_constructor_constraint_on_a_generic_type_parameter") 596Return GetResourceString("Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_it_be_a_value_type") 602Return GetResourceString("Declares_a_Get_property_procedure_that_is_used_to_return_the_current_value_of_a_property") 608Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_the_second_Otherwise_returns_False") 614Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_or_equal_to_the_second_Otherwise_returns_False") 620Return GetResourceString("Declares_that_a_procedure_handles_a_specified_event") 626Return GetResourceString("Indicates_that_a_class_or_structure_member_is_providing_the_implementation_for_a_member_defined_in_an_interface") 632Return 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") 638Return GetResourceString("Imports_all_or_specified_elements_of_a_namespace_into_a_file") 644Return GetResourceString("Specifies_the_group_that_the_loop_variable_in_a_For_Each_statement_is_to_traverse") 650Return GetResourceString("Causes_the_current_class_or_interface_to_inherit_the_attributes_variables_properties_procedures_and_events_from_another_class_or_set_of_interfaces") 656Return GetResourceString("Specifies_the_group_that_the_range_variable_is_to_traverse_in_a_query") 662Return GetResourceString("Divides_two_numbers_and_returns_an_integer_result") 668Return GetResourceString("Declares_the_name_of_an_interface_and_the_definitions_of_the_members_of_the_interface") 674Return 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") 681Return GetResourceString("Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_equal_result_object1_Is_object2") 688Return GetResourceString("Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_not_equal_result_object1_IsNot_object2") 694Return 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") 700Return GetResourceString("Indicates_an_iterator_method_that_can_use_the_Yield_statement") 707Return GetResourceString("Defines_an_iterator_lambda_expression_that_can_use_the_Yield_statement_Iterator_Function_parameterList_As_IEnumerable_Of_T") 713Return GetResourceString("Performs_an_arithmetic_left_shift_on_a_bit_pattern") 719Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_less_than_the_second_Otherwise_returns_False") 725Return GetResourceString("Compares_two_expressions_and_returns_True_if_the_first_is_less_than_or_equal_to_the_second_Otherwise_returns_False") 731Return GetResourceString("Introduces_a_clause_that_identifies_the_external_file_DLL_or_code_resource_containing_an_external_procedure") 738Return 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") 744Return GetResourceString("Returns_the_difference_between_two_numeric_expressions_or_the_negative_value_of_a_numeric_expression") 751Return GetResourceString("Divides_two_numbers_and_returns_only_the_remainder_number1_Mod_number2") 757Return 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") 763Return GetResourceString("Multiplies_two_numbers_and_returns_the_product") 769Return GetResourceString("Specifies_that_a_class_can_be_used_only_as_a_base_class_and_that_you_cannot_create_an_object_directly_from_it") 775Return 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") 781Return GetResourceString("Declares_the_name_of_a_namespace_and_causes_the_source_code_following_the_declaration_to_be_compiled_within_that_namespace") 787Return 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") 793Return GetResourceString("Compares_two_expressions_and_returns_True_if_they_are_not_equal_Otherwise_returns_False") 799Return GetResourceString("Specifies_that_a_class_cannot_be_used_as_a_base_class") 806Return GetResourceString("Performs_logical_negation_on_a_Boolean_expression_or_bitwise_negation_on_a_numeric_expression_result_Not_expression") 812Return GetResourceString("Specifies_that_a_property_or_procedure_cannot_be_overridden_in_a_derived_class") 818Return GetResourceString("Identifies_a_type_parameter_on_a_generic_class_structure_interface_delegate_or_procedure") 824Return GetResourceString("Declares_the_operator_symbol_operands_and_code_that_define_an_operator_procedure_on_a_class_or_structure") 830Return GetResourceString("Specifies_that_a_procedure_argument_can_be_omitted_when_the_procedure_is_called") 836Return GetResourceString("Introduces_a_statement_that_specifies_a_compiler_option_that_applies_to_the_entire_source_file") 843Return 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") 850Return 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") 856Return GetResourceString("Specifies_that_a_property_or_procedure_re_declares_one_or_more_existing_properties_or_procedures_with_the_same_name") 862Return GetResourceString("Specifies_that_a_property_or_procedure_can_be_overridden_by_an_identically_named_property_or_procedure_in_a_derived_class") 868Return GetResourceString("Specifies_that_a_property_or_procedure_overrides_an_identically_named_property_or_procedure_inherited_from_a_base_class") 874Return GetResourceString("Specifies_that_a_procedure_parameter_takes_an_optional_array_of_elements_of_the_specified_type") 880Return GetResourceString("Indicates_that_a_method_class_or_structure_declaration_is_a_partial_definition_of_the_method_class_or_structure") 886Return GetResourceString("Returns_the_sum_of_two_numbers_or_the_positive_value_of_a_numeric_expression") 892Return GetResourceString("Prevents_the_contents_of_an_array_from_being_cleared_when_the_dimensions_of_the_array_are_changed") 898Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_module_class_or_structure") 904Return GetResourceString("Declares_the_name_of_a_property_and_the_property_procedures_used_to_store_and_retrieve_the_value_of_the_property") 910Return 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") 916Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_own_class_or_from_a_derived_class") 922Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_have_no_access_restrictions") 928Return GetResourceString("Specifies_that_a_variable_or_property_can_be_read_but_not_written_to") 934Return GetResourceString("Reallocates_storage_space_for_an_array_variable") 940Return GetResourceString("Performs_an_arithmetic_right_shift_on_a_bit_pattern") 946Return GetResourceString("Declares_a_Set_property_procedure_that_is_used_to_assign_a_value_to_a_property") 952Return GetResourceString("Specifies_that_a_declared_programming_element_redeclares_and_hides_an_identically_named_element_in_a_base_class") 958Return GetResourceString("Specifies_that_one_or_more_declared_programming_elements_are_associated_with_all_instances_of_a_class_or_structure") 964Return 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") 970Return GetResourceString("Declares_the_name_of_a_structure_and_introduces_the_definition_of_the_variables_properties_events_and_procedures_that_make_up_the_structure") 976Return 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") 982Return GetResourceString("Separates_the_beginning_and_ending_values_of_a_loop_counter_or_array_bounds_or_that_of_a_value_match_range") 989Return 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") 995Return 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") 1001Return 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") 1007Return GetResourceString("Specifies_that_one_or_more_declared_member_variables_refer_to_an_instance_of_a_class_that_can_raise_events") 1013Return GetResourceString("Specifies_that_a_property_can_be_written_to_but_not_read") 1020Return 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") 1026Return GetResourceString("Applies_an_aggregation_function_such_as_Sum_Average_or_Count_to_a_sequence") 1032Return GetResourceString("Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_smallest_element_will_appear_first") 1038Return GetResourceString("Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_strict_binary_sort_order") 1044Return GetResourceString("Specifies_the_element_keys_used_for_grouping_in_Group_By_or_sort_order_in_Order_By") 1051Return GetResourceString("Transfers_execution_to_a_Function_Sub_or_dynamic_link_library_DLL_procedure_bracket_Call_bracket_procedureName_bracket_argumentList_bracket") 1057Return GetResourceString("Introduces_the_statements_to_run_if_none_of_the_previous_cases_in_the_Select_Case_statement_returns_True") 1063Return 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") 1070Return 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") 1076Return GetResourceString("Introduces_a_statement_block_to_be_run_if_the_specified_exception_occurs_inside_a_Try_block") 1083Return 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") 1089Return 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") 1095Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_Do_loop") 1101Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_For_loop") 1107Return 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") 1113Return GetResourceString("Transfers_execution_immediately_to_the_next_iteration_of_the_While_loop") 1119Return GetResourceString("Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_largest_element_will_appear_first") 1125Return GetResourceString("Restricts_the_values_of_a_query_result_to_eliminate_duplicate_values") 1132Return GetResourceString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_or_until_the_condition_becomes_true_Do_Loop_While_Until_condition") 1139Return GetResourceString("Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Until_condition_Loop") 1146Return GetResourceString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_While_condition_Loop") 1152Return GetResourceString("Introduces_a_group_of_statements_in_an_SharpIf_statement_that_is_compiled_if_no_previous_condition_evaluates_to_True") 1158Return GetResourceString("Introduces_a_condition_in_an_SharpIf_statement_that_is_tested_if_the_previous_conditional_test_evaluates_to_False") 1164Return GetResourceString("Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_conditional_test_fails") 1170Return GetResourceString("Introduces_a_group_of_statements_in_an_If_statement_that_is_executed_if_no_previous_condition_evaluates_to_True") 1176Return GetResourceString("Terminates_the_definition_of_an_SharpIf_block") 1182Return GetResourceString("Stops_execution_immediately") 1188Return GetResourceString("Terminates_a_SharpRegion_block") 1194Return GetResourceString("Specifies_the_relationship_between_element_keys_to_use_as_the_basis_of_a_join_operation") 1200Return GetResourceString("Simulates_the_occurrence_of_an_error") 1206Return GetResourceString("Exits_a_Do_loop_and_transfers_execution_immediately_to_the_statement_following_the_Loop_statement") 1212Return GetResourceString("Exits_a_For_loop_and_transfers_execution_immediately_to_the_statement_following_the_Next_statement") 1219Return 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") 1225Return GetResourceString("Exits_a_Select_block_and_transfers_execution_immediately_to_the_statement_following_the_End_Select_statement") 1231Return GetResourceString("Exits_a_Try_block_and_transfers_execution_immediately_to_the_statement_following_the_End_Try_statement") 1237Return GetResourceString("Exits_a_While_loop_and_transfers_execution_immediately_to_the_statement_following_the_End_While_statement") 1244Return GetResourceString("When_set_to_On_requires_explicit_declaration_of_all_variables_using_a_Dim_Private_Public_or_ReDim_statement_Option_Explicit_On_Off") 1250Return GetResourceString("Represents_a_Boolean_value_that_fails_a_conditional_test") 1256Return GetResourceString("Introduces_a_statement_block_to_be_run_before_exiting_a_Try_structure") 1262Return GetResourceString("Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection") 1268Return GetResourceString("Introduces_a_loop_that_is_iterated_a_specified_number_of_times") 1274Return GetResourceString("Identifies_a_list_of_values_as_a_collection_initializer") 1280Return GetResourceString("Branches_unconditionally_to_a_specified_line_in_a_procedure") 1286Return GetResourceString("Groups_elements_that_have_a_common_key") 1292Return GetResourceString("Combines_the_elements_of_two_sequences_and_groups_the_results_The_join_operation_is_based_on_matching_keys") 1298Return GetResourceString("Use_Group_to_specify_that_a_group_named_0_should_be_created") 1304Return GetResourceString("Use_Group_to_specify_that_a_group_named_Group_should_be_created") 1310Return GetResourceString("Conditionally_compiles_selected_blocks_of_code_depending_on_the_value_of_an_expression") 1316Return GetResourceString("Conditionally_executes_a_group_of_statements_depending_on_the_value_of_an_expression") 1323Return GetResourceString("When_set_to_On_allows_the_use_of_local_type_inference_in_declaring_variables_Option_Infer_On_Off") 1329Return GetResourceString("Specifies_an_identifier_that_can_serve_as_a_reference_to_the_results_of_a_join_or_grouping_subexpression") 1335Return GetResourceString("Combines_the_elements_of_two_sequences_The_join_operation_is_based_on_matching_keys") 1341Return GetResourceString("Identifies_a_key_field_in_an_anonymous_type_definition") 1347Return GetResourceString("Computes_a_value_for_each_item_in_the_query_and_assigns_the_value_to_a_new_range_variable") 1353Return GetResourceString("Terminates_a_loop_that_is_introduced_with_a_Do_statement") 1360Return GetResourceString("Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Loop_Until_condition") 1367Return GetResourceString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_Loop_While_condition") 1373Return 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") 1379Return GetResourceString("Provides_a_way_to_refer_to_the_base_class_of_the_current_class_instance_You_cannot_use_MyBase_to_call_MustOverride_base_methods") 1385Return GetResourceString("Provides_a_way_to_refer_to_the_class_instance_members_as_originally_implemented_ignoring_any_derived_class_overrides") 1391Return GetResourceString("Creates_a_new_object_instance") 1397Return GetResourceString("Terminates_a_loop_that_iterates_through_the_values_of_a_loop_variable") 1403Return GetResourceString("Represents_the_default_value_of_any_data_type") 1409Return GetResourceString("Turns_a_compiler_option_off") 1417Return 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") 1423Return GetResourceString("When_a_run_time_error_occurs_execution_transfers_to_the_statement_following_the_statement_or_procedure_call_that_resulted_in_the_error") 1429Return GetResourceString("Turns_a_compiler_option_on") 1435Return GetResourceString("Specifies_the_element_keys_used_to_correlate_sequences_for_a_join_operation") 1441Return 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") 1448Return GetResourceString("Specifies_the_statements_to_run_when_the_event_is_raised_by_the_RaiseEvent_statement_RaiseEvent_delegateSignature_End_RaiseEvent") 1455Return GetResourceString("Triggers_an_event_declared_at_module_level_within_a_class_form_or_document_RaiseEvent_eventName_bracket_argumentList_bracket") 1461Return GetResourceString("Collapses_and_hides_sections_of_code_in_Visual_Basic_files") 1468Return GetResourceString("Returns_execution_to_the_code_that_called_the_Function_Sub_Get_Set_or_Operator_procedure_Return_or_Return_expression") 1474Return GetResourceString("Runs_one_of_several_groups_of_statements_depending_on_the_value_of_an_expression") 1480Return GetResourceString("Specifies_which_columns_to_include_in_the_result_of_a_query") 1486Return GetResourceString("Skips_elements_up_to_a_specified_position_in_the_collection") 1492Return GetResourceString("Specifies_how_much_to_increment_between_each_loop_iteration") 1498Return GetResourceString("Suspends_program_execution") 1505Return GetResourceString("When_set_to_On_restricts_implicit_data_type_conversions_to_only_widening_conversions_Option_Strict_On_Off") 1512Return GetResourceString("Ensures_that_multiple_threads_do_not_execute_the_statement_block_at_the_same_time_SyncLock_object_End_Synclock") 1518Return GetResourceString("Includes_elements_up_to_a_specified_position_in_the_collection") 1524Return GetResourceString("Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_text_sort_order_that_is_not_case_sensitive") 1530Return GetResourceString("Introduces_a_statement_block_to_be_compiled_or_executed_if_a_tested_condition_is_true") 1536Return GetResourceString("Throws_an_exception_within_a_procedure_so_that_you_can_handle_it_with_structured_or_unstructured_exception_handling_code") 1542Return GetResourceString("Represents_a_Boolean_value_that_passes_a_conditional_test") 1549Return 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") 1556Return 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") 1562Return 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") 1568Return GetResourceString("Specifies_the_filtering_condition_for_a_range_variable_in_a_query") 1574Return GetResourceString("Runs_a_series_of_statements_as_long_as_a_given_condition_is_true") 1580Return GetResourceString("Specifies_a_condition_for_Skip_and_Take_operations_Elements_will_be_bypassed_or_included_as_long_as_the_condition_is_true") 1587Return GetResourceString("Specifies_the_declaration_of_property_initializations_in_an_object_initializer_New_typeName_With_bracket_property_expression_bracket_bracket_bracket") 1594Return GetResourceString("Runs_a_series_of_statements_that_refer_to_a_single_object_or_structure_With_object_End_With") 1600Return GetResourceString("Produces_an_element_of_an_IEnumerable_or_IEnumerator") 1607Return 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") 1614Return GetResourceString("Defines_a_lambda_expression_that_calculates_and_returns_a_single_value_Can_be_used_wherever_a_delegate_type_is_expected_Function_parameterList_expression") 1621Return 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") 1627Return GetResourceString("Disables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_the_current_line") 1633Return GetResourceString("Enables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_the_current_line") 1639Return GetResourceString("Use_the_correct_control_variable") 1645Return GetResourceString("NameOf_function") 1651Return GetResourceString("Generate_narrowing_conversion_in_0") 1657Return GetResourceString("Generate_widening_conversion_in_0") 1663Return GetResourceString("Try_block") 1669Return GetResourceString("Catch_clause") 1675Return GetResourceString("Finally_clause") 1681Return GetResourceString("Using_statement") 1687Return GetResourceString("Using_block") 1693Return GetResourceString("With_statement") 1699Return GetResourceString("With_block") 1705Return GetResourceString("SyncLock_statement") 1711Return GetResourceString("SyncLock_block") 1717Return GetResourceString("For_Each_statement") 1723Return GetResourceString("For_Each_block") 1729Return GetResourceString("On_Error_statement") 1735Return GetResourceString("Resume_statement") 1741Return GetResourceString("Yield_statement") 1747Return GetResourceString("Await_expression") 1753Return GetResourceString("Lambda") 1759Return GetResourceString("Where_clause") 1765Return GetResourceString("Select_clause") 1771Return GetResourceString("From_clause") 1777Return GetResourceString("Aggregate_clause") 1783Return GetResourceString("Let_clause") 1789Return GetResourceString("Join_clause") 1795Return GetResourceString("Group_Join_clause") 1801Return GetResourceString("Group_By_clause") 1807Return GetResourceString("Function_aggregation") 1813Return GetResourceString("Take_While_clause") 1819Return GetResourceString("Skip_While_clause") 1825Return GetResourceString("Ordering_clause") 1831Return GetResourceString("Join_condition") 1837Return GetResourceString("option_") 1843Return GetResourceString("import") 1849Return GetResourceString("structure_") 1855Return GetResourceString("module_") 1861Return GetResourceString("WithEvents_field") 1867Return GetResourceString("as_clause") 1873Return GetResourceString("type_parameters") 1879Return GetResourceString("parameters") 1885Return GetResourceString("attributes") 1891Return GetResourceString("Type_0_is_not_defined") 1897Return GetResourceString("Add_Overloads") 1903Return GetResourceString("Add_a_metadata_reference_to_specified_assembly_and_all_its_dependencies_e_g_Sharpr_myLib_dll") 1909Return GetResourceString("Properties") 1915Return GetResourceString("namespace_name") 1921Return GetResourceString("Type_a_name_here_to_declare_a_namespace") 1927Return GetResourceString("Type_a_name_here_to_declare_a_partial_class") 1933Return GetResourceString("class_name") 1939Return GetResourceString("interface_name") 1945Return GetResourceString("module_name") 1951Return GetResourceString("structure_name") 1957Return GetResourceString("Type_a_name_here_to_declare_a_partial_interface") 1963Return GetResourceString("Type_a_name_here_to_declare_a_partial_module") 1969Return GetResourceString("Type_a_name_here_to_declare_a_partial_structure") 1975Return GetResourceString("Event_add_handler_name") 1981Return GetResourceString("Event_remove_handler_name") 1987Return GetResourceString("Property_getter_name") 1993Return GetResourceString("Property_setter_name") 1999Return GetResourceString("Multiple_Types") 2005Return GetResourceString("Convert_to_Select_Case") 2011Return GetResourceString("Convert_to_For_Each") 2017Return GetResourceString("Convert_to_For") 2023Return GetResourceString("Add_missing_Imports") 2029Return GetResourceString("Add_Shadows") 2035Return GetResourceString("Introduce_Using_statement") 2041Return GetResourceString("Organize_Imports") 2047Return GetResourceString("Change_to_DirectCast") 2053Return GetResourceString("Change_to_TryCast") 2059Return GetResourceString("Remove_shared_keyword_from_module_member") 2065Return GetResourceString("_0_Events") 2071Return GetResourceString("Shared_constructor") 2077Return GetResourceString("Apply_isnot_preferences") 2083Return GetResourceString("Apply_object_creation_preferences") 2089Return GetResourceString("Project_level_Imports")