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