|
' <auto-generated>
Imports System.Reflection
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic
Friend Partial Class BasicVSResources
Private Sub New
End Sub
Private Shared s_resourceManager As Global.System.Resources.ResourceManager
Friend Shared ReadOnly Property ResourceManager As Global.System.Resources.ResourceManager
Get
If s_resourceManager Is Nothing Then
s_resourceManager = New Global.System.Resources.ResourceManager(GetType(BasicVSResources))
End If
Return s_resourceManager
End Get
End Property
Friend Shared Property Culture As Global.System.Globalization.CultureInfo
<Global.System.Runtime.CompilerServices.MethodImpl(Global.System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)>
Friend Shared Function GetResourceString(ByVal resourceKey As String, Optional ByVal defaultValue As String = Nothing) As String
Return ResourceManager.GetString(resourceKey, Culture)
End Function
''' <summary>Microsoft Visual Basic</summary>
Friend Shared ReadOnly Property [Microsoft_Visual_Basic] As String
Get
Return GetResourceString("Microsoft_Visual_Basic")
End Get
End Property
''' <summary>Insert Snippet</summary>
Friend Shared ReadOnly Property [Insert_Snippet] As String
Get
Return GetResourceString("Insert_Snippet")
End Get
End Property
''' <summary>IntelliSense</summary>
Friend Shared ReadOnly Property [IntelliSense] As String
Get
Return GetResourceString("IntelliSense")
End Get
End Property
''' <summary>Automatic _insertion of Interface and MustOverride members</summary>
Friend Shared ReadOnly Property [Automatic_insertion_of_Interface_and_MustOverride_members] As String
Get
Return GetResourceString("Automatic_insertion_of_Interface_and_MustOverride_members")
End Get
End Property
''' <summary>_Show procedure line separators</summary>
Friend Shared ReadOnly Property [Show_procedure_line_separators] As String
Get
Return GetResourceString("Show_procedure_line_separators")
End Get
End Property
''' <summary>_Don't put ByRef on custom structure</summary>
Friend Shared ReadOnly Property [Don_t_put_ByRef_on_custom_structure] As String
Get
Return GetResourceString("Don_t_put_ByRef_on_custom_structure")
End Get
End Property
''' <summary>Editor Help</summary>
Friend Shared ReadOnly Property [Editor_Help] As String
Get
Return GetResourceString("Editor_Help")
End Get
End Property
''' <summary>A_utomatic insertion of end constructs</summary>
Friend Shared ReadOnly Property [A_utomatic_insertion_of_end_constructs] As String
Get
Return GetResourceString("A_utomatic_insertion_of_end_constructs")
End Get
End Property
''' <summary>Highlight related _keywords under cursor</summary>
Friend Shared ReadOnly Property [Highlight_related_keywords_under_cursor] As String
Get
Return GetResourceString("Highlight_related_keywords_under_cursor")
End Get
End Property
''' <summary>_Highlight references to symbol under cursor</summary>
Friend Shared ReadOnly Property [Highlight_references_to_symbol_under_cursor] As String
Get
Return GetResourceString("Highlight_references_to_symbol_under_cursor")
End Get
End Property
''' <summary>_Pretty listing (reformatting) of code</summary>
Friend Shared ReadOnly Property [Pretty_listing_reformatting_of_code] As String
Get
Return GetResourceString("Pretty_listing_reformatting_of_code")
End Get
End Property
''' <summary>_Enter outlining mode when files open</summary>
Friend Shared ReadOnly Property [Enter_outlining_mode_when_files_open] As String
Get
Return GetResourceString("Enter_outlining_mode_when_files_open")
End Get
End Property
''' <summary>Extract Method</summary>
Friend Shared ReadOnly Property [Extract_Method] As String
Get
Return GetResourceString("Extract_Method")
End Get
End Property
''' <summary>_Generate XML documentation comments for '''</summary>
Friend Shared ReadOnly Property [Generate_XML_documentation_comments_for] As String
Get
Return GetResourceString("Generate_XML_documentation_comments_for")
End Get
End Property
''' <summary>Highlighting</summary>
Friend Shared ReadOnly Property [Highlighting] As String
Get
Return GetResourceString("Highlighting")
End Get
End Property
''' <summary>Optimize for solution size</summary>
Friend Shared ReadOnly Property [Optimize_for_solution_size] As String
Get
Return GetResourceString("Optimize_for_solution_size")
End Get
End Property
''' <summary>Large</summary>
Friend Shared ReadOnly Property [Large] As String
Get
Return GetResourceString("Large")
End Get
End Property
''' <summary>Regular</summary>
Friend Shared ReadOnly Property [Regular] As String
Get
Return GetResourceString("Regular")
End Get
End Property
''' <summary>Small</summary>
Friend Shared ReadOnly Property [Small] As String
Get
Return GetResourceString("Small")
End Get
End Property
''' <summary>Performance</summary>
Friend Shared ReadOnly Property [Performance] As String
Get
Return GetResourceString("Performance")
End Get
End Property
''' <summary>Show preview for rename _tracking</summary>
Friend Shared ReadOnly Property [Show_preview_for_rename_tracking] As String
Get
Return GetResourceString("Show_preview_for_rename_tracking")
End Get
End Property
''' <summary>_Navigate to Object Browser for symbols defined in metadata</summary>
Friend Shared ReadOnly Property [Navigate_to_Object_Browser_for_symbols_defined_in_metadata] As String
Get
Return GetResourceString("Navigate_to_Object_Browser_for_symbols_defined_in_metadata")
End Get
End Property
''' <summary>Go to Definition</summary>
Friend Shared ReadOnly Property [Go_to_Definition] As String
Get
Return GetResourceString("Go_to_Definition")
End Get
End Property
''' <summary>Import Directives</summary>
Friend Shared ReadOnly Property [Import_Directives] As String
Get
Return GetResourceString("Import_Directives")
End Get
End Property
''' <summary>Suggest imports for types in _NuGet packages</summary>
Friend Shared ReadOnly Property [Suggest_imports_for_types_in_NuGet_packages] As String
Get
Return GetResourceString("Suggest_imports_for_types_in_NuGet_packages")
End Get
End Property
''' <summary>Suggest imports for types in _reference assemblies</summary>
Friend Shared ReadOnly Property [Suggest_imports_for_types_in_reference_assemblies] As String
Get
Return GetResourceString("Suggest_imports_for_types_in_reference_assemblies")
End Get
End Property
''' <summary>_Place 'System' directives first when sorting imports</summary>
Friend Shared ReadOnly Property [Place_System_directives_first_when_sorting_imports] As String
Get
Return GetResourceString("Place_System_directives_first_when_sorting_imports")
End Get
End Property
''' <summary>Qualify event access with 'Me'</summary>
Friend Shared ReadOnly Property [Qualify_event_access_with_Me] As String
Get
Return GetResourceString("Qualify_event_access_with_Me")
End Get
End Property
''' <summary>Qualify field access with 'Me'</summary>
Friend Shared ReadOnly Property [Qualify_field_access_with_Me] As String
Get
Return GetResourceString("Qualify_field_access_with_Me")
End Get
End Property
''' <summary>Qualify method access with 'Me'</summary>
Friend Shared ReadOnly Property [Qualify_method_access_with_Me] As String
Get
Return GetResourceString("Qualify_method_access_with_Me")
End Get
End Property
''' <summary>Qualify property access with 'Me'</summary>
Friend Shared ReadOnly Property [Qualify_property_access_with_Me] As String
Get
Return GetResourceString("Qualify_property_access_with_Me")
End Get
End Property
''' <summary>Do not prefer 'Me.'</summary>
Friend Shared ReadOnly Property [Do_not_prefer_Me] As String
Get
Return GetResourceString("Do_not_prefer_Me")
End Get
End Property
''' <summary>Prefer 'Me.'</summary>
Friend Shared ReadOnly Property [Prefer_Me] As String
Get
Return GetResourceString("Prefer_Me")
End Get
End Property
''' <summary>'Me.' preferences:</summary>
Friend Shared ReadOnly Property [Me_preferences_colon] As String
Get
Return GetResourceString("Me_preferences_colon")
End Get
End Property
''' <summary>Predefined type preferences:</summary>
Friend Shared ReadOnly Property [Predefined_type_preferences_colon] As String
Get
Return GetResourceString("Predefined_type_preferences_colon")
End Get
End Property
''' <summary>_Highlight matching portions of completion list items</summary>
Friend Shared ReadOnly Property [Highlight_matching_portions_of_completion_list_items] As String
Get
Return GetResourceString("Highlight_matching_portions_of_completion_list_items")
End Get
End Property
''' <summary>Show completion item _filters</summary>
Friend Shared ReadOnly Property [Show_completion_item_filters] As String
Get
Return GetResourceString("Show_completion_item_filters")
End Get
End Property
''' <summary>Completion Lists</summary>
Friend Shared ReadOnly Property [Completion_Lists] As String
Get
Return GetResourceString("Completion_Lists")
End Get
End Property
''' <summary>Enter key behavior:</summary>
Friend Shared ReadOnly Property [Enter_key_behavior_colon] As String
Get
Return GetResourceString("Enter_key_behavior_colon")
End Get
End Property
''' <summary>_Only add new line on enter after end of fully typed word</summary>
Friend Shared ReadOnly Property [Only_add_new_line_on_enter_after_end_of_fully_typed_word] As String
Get
Return GetResourceString("Only_add_new_line_on_enter_after_end_of_fully_typed_word")
End Get
End Property
''' <summary>_Always add new line on enter</summary>
Friend Shared ReadOnly Property [Always_add_new_line_on_enter] As String
Get
Return GetResourceString("Always_add_new_line_on_enter")
End Get
End Property
''' <summary>_Never add new line on enter</summary>
Friend Shared ReadOnly Property [Never_add_new_line_on_enter] As String
Get
Return GetResourceString("Never_add_new_line_on_enter")
End Get
End Property
''' <summary>Always include snippets</summary>
Friend Shared ReadOnly Property [Always_include_snippets] As String
Get
Return GetResourceString("Always_include_snippets")
End Get
End Property
''' <summary>Include snippets when ?-Tab is typed after an identifier</summary>
Friend Shared ReadOnly Property [Include_snippets_when_Tab_is_typed_after_an_identifier] As String
Get
Return GetResourceString("Include_snippets_when_Tab_is_typed_after_an_identifier")
End Get
End Property
''' <summary>Never include snippets</summary>
Friend Shared ReadOnly Property [Never_include_snippets] As String
Get
Return GetResourceString("Never_include_snippets")
End Get
End Property
''' <summary>Snippets behavior</summary>
Friend Shared ReadOnly Property [Snippets_behavior] As String
Get
Return GetResourceString("Snippets_behavior")
End Get
End Property
''' <summary>Show completion list after a character is _deleted</summary>
Friend Shared ReadOnly Property [Show_completion_list_after_a_character_is_deleted] As String
Get
Return GetResourceString("Show_completion_list_after_a_character_is_deleted")
End Get
End Property
''' <summary>_Show completion list after a character is typed</summary>
Friend Shared ReadOnly Property [Show_completion_list_after_a_character_is_typed] As String
Get
Return GetResourceString("Show_completion_list_after_a_character_is_typed")
End Get
End Property
''' <summary>'nothing' checking:</summary>
Friend Shared ReadOnly Property [nothing_checking_colon] As String
Get
Return GetResourceString("nothing_checking_colon")
End Get
End Property
''' <summary>Fade out unused imports</summary>
Friend Shared ReadOnly Property [Fade_out_unused_imports] As String
Get
Return GetResourceString("Fade_out_unused_imports")
End Get
End Property
''' <summary>Prefer 'Is Nothing' for reference equality checks</summary>
Friend Shared ReadOnly Property [Prefer_Is_Nothing_for_reference_equality_checks] As String
Get
Return GetResourceString("Prefer_Is_Nothing_for_reference_equality_checks")
End Get
End Property
''' <summary>Report invalid placeholders in 'String.Format' calls</summary>
Friend Shared ReadOnly Property [Report_invalid_placeholders_in_string_dot_format_calls] As String
Get
Return GetResourceString("Report_invalid_placeholders_in_string_dot_format_calls")
End Get
End Property
''' <summary>Separate import directive groups</summary>
Friend Shared ReadOnly Property [Separate_import_directive_groups] As String
Get
Return GetResourceString("Separate_import_directive_groups")
End Get
End Property
''' <summary>In arithmetic operators: ^ * / \ Mod + - & << >></summary>
Friend Shared ReadOnly Property [In_arithmetic_binary_operators] As String
Get
Return GetResourceString("In_arithmetic_binary_operators")
End Get
End Property
''' <summary>In other binary operators: And AndAlso Or OrElse</summary>
Friend Shared ReadOnly Property [In_other_binary_operators] As String
Get
Return GetResourceString("In_other_binary_operators")
End Get
End Property
''' <summary>In relational operators: = <> < > <= >= Like Is</summary>
Friend Shared ReadOnly Property [In_relational_binary_operators] As String
Get
Return GetResourceString("In_relational_binary_operators")
End Get
End Property
''' <summary>VB Coding Conventions</summary>
Friend Shared ReadOnly Property [VB_Coding_Conventions] As String
Get
Return GetResourceString("VB_Coding_Conventions")
End Get
End Property
''' <summary>Never</summary>
Friend Shared ReadOnly Property [Never] As String
Get
Return GetResourceString("Never")
End Get
End Property
''' <summary>Unused local</summary>
Friend Shared ReadOnly Property [Unused_local] As String
Get
Return GetResourceString("Unused_local")
End Get
End Property
''' <summary>Show items from unimported namespaces</summary>
Friend Shared ReadOnly Property [Show_items_from_unimported_namespaces] As String
Get
Return GetResourceString("Show_items_from_unimported_namespaces")
End Get
End Property
''' <summary>Show remarks in Quick Info</summary>
Friend Shared ReadOnly Property [Show_remarks_in_Quick_Info] As String
Get
Return GetResourceString("Show_remarks_in_Quick_Info")
End Get
End Property
''' <summary>Prefer 'IsNot' expression</summary>
Friend Shared ReadOnly Property [Prefer_IsNot_expression] As String
Get
Return GetResourceString("Prefer_IsNot_expression")
End Get
End Property
''' <summary>Insert ' at the start of new lines when writing ' comments</summary>
Friend Shared ReadOnly Property [Insert_apostrophe_at_the_start_of_new_lines_when_writing_apostrophe_comments] As String
Get
Return GetResourceString("Insert_apostrophe_at_the_start_of_new_lines_when_writing_apostrophe_comments")
End Get
End Property
''' <summary>Show hints for 'New' expressions</summary>
Friend Shared ReadOnly Property [Show_hints_for_New_expressions] As String
Get
Return GetResourceString("Show_hints_for_New_expressions")
End Get
End Property
''' <summary>Add missing imports on paste</summary>
Friend Shared ReadOnly Property [Add_missing_imports_on_paste] As String
Get
Return GetResourceString("Add_missing_imports_on_paste")
End Get
End Property
''' <summary>Remove unnecessary Imports</summary>
Friend Shared ReadOnly Property [Remove_unnecessary_Imports] As String
Get
Return GetResourceString("Remove_unnecessary_Imports")
End Get
End Property
''' <summary>Sort imports</summary>
Friend Shared ReadOnly Property [Sort_imports] As String
Get
Return GetResourceString("Sort_imports")
End Get
End Property
''' <summary>Prefer simplified object creation</summary>
Friend Shared ReadOnly Property [Prefer_simplified_object_creation] As String
Get
Return GetResourceString("Prefer_simplified_object_creation")
End Get
End Property
''' <summary>Collapse Imports on file open</summary>
Friend Shared ReadOnly Property [Collapse_imports_on_file_open] As String
Get
Return GetResourceString("Collapse_imports_on_file_open")
End Get
End Property
End Class
End Namespace
|