File: Microsoft.CodeAnalysis.VisualBasic.VBWorkspaceResources.vb
Project: ..\..\..\src\Workspaces\VisualBasic\Portable\Microsoft.CodeAnalysis.VisualBasic.Workspaces.vbproj (Microsoft.CodeAnalysis.VisualBasic.Workspaces)
' <auto-generated>
Imports System.Reflection
 
 
Namespace Microsoft.CodeAnalysis.VisualBasic
    Friend Partial Class VBWorkspaceResources
        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(VBWorkspaceResources))
                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>Namespace can not be added in this destination.</summary>
        Friend Shared ReadOnly Property [Namespace_can_not_be_added_in_this_destination] As String
          Get
            Return GetResourceString("Namespace_can_not_be_added_in_this_destination")
          End Get
        End Property
        ''' <summary>Only attributes, expressions or statements can be made explicit</summary>
        Friend Shared ReadOnly Property [Only_attributes_expressions_or_statements_can_be_made_explicit] As String
          Get
            Return GetResourceString("Only_attributes_expressions_or_statements_can_be_made_explicit")
          End Get
        End Property
        ''' <summary>&lt;event&gt;</summary>
        Friend Shared ReadOnly Property [event_] As String
          Get
            Return GetResourceString("event_")
          End Get
        End Property
        ''' <summary>&lt;handler&gt;</summary>
        Friend Shared ReadOnly Property [handler] As String
          Get
            Return GetResourceString("handler")
          End Get
        End Property
        ''' <summary>The expression to be evaluated and converted.</summary>
        Friend Shared ReadOnly Property [The_expression_to_be_evaluated_and_converted] As String
          Get
            Return GetResourceString("The_expression_to_be_evaluated_and_converted")
          End Get
        End Property
        ''' <summary>The name of the data type to which the value of expression will be converted.</summary>
        Friend Shared ReadOnly Property [The_name_of_the_data_type_to_which_the_value_of_expression_will_be_converted] As String
          Get
            Return GetResourceString("The_name_of_the_data_type_to_which_the_value_of_expression_will_be_converted")
          End Get
        End Property
        ''' <summary>&lt;expression&gt;</summary>
        Friend Shared ReadOnly Property [expression] As String
          Get
            Return GetResourceString("expression")
          End Get
        End Property
        ''' <summary>&lt;typeName&gt;</summary>
        Friend Shared ReadOnly Property [typeName] As String
          Get
            Return GetResourceString("typeName")
          End Get
        End Property
        ''' <summary>Associates an event with an event handler, delegate or lambda expression at run time.</summary>
        Friend Shared ReadOnly Property [Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_time] As String
          Get
            Return GetResourceString("Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_time")
          End Get
        End Property
        ''' <summary>The event to associate an event handler, delegate or lambda expression with.</summary>
        Friend Shared ReadOnly Property [The_event_to_associate_an_event_handler_delegate_or_lambda_expression_with] As String
          Get
            Return GetResourceString("The_event_to_associate_an_event_handler_delegate_or_lambda_expression_with")
          End Get
        End Property
        ''' <summary>The event handler to associate with the event. This may take the form of { AddressOf &lt;eventHandler&gt; | &lt;delegate&gt; | &lt;lambdaExpression&gt; }.</summary>
        Friend Shared ReadOnly Property [The_event_handler_to_associate_with_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate_lambdaExpression] As String
          Get
            Return GetResourceString("The_event_handler_to_associate_with_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate_lambdaExpression")
          End Get
        End Property
        ''' <summary>If &lt;expression&gt; evaluates to a reference or Nullable value that is not Nothing, the function returns that value. Otherwise, it calculates and returns &lt;expressionIfNothing&gt;.</summary>
        Friend Shared ReadOnly Property [If_expression_evaluates_to_a_reference_or_Nullable_value_that_is_not_Nothing_the_function_returns_that_value_Otherwise_it_calculates_and_returns_expressionIfNothing] As String
          Get
            Return GetResourceString("If_expression_evaluates_to_a_reference_or_Nullable_value_that_is_not_Nothing_the_function_returns_that_value_Otherwise_it_calculates_and_returns_expressionIfNothing")
          End Get
        End Property
        ''' <summary>Returned if it evaluates to a reference or nullable type that is not Nothing.</summary>
        Friend Shared ReadOnly Property [Returned_if_it_evaluates_to_a_reference_or_nullable_type_that_is_not_Nothing] As String
          Get
            Return GetResourceString("Returned_if_it_evaluates_to_a_reference_or_nullable_type_that_is_not_Nothing")
          End Get
        End Property
        ''' <summary>Evaluated and returned if &lt;expression&gt; evaluates to Nothing.</summary>
        Friend Shared ReadOnly Property [Evaluated_and_returned_if_expression_evaluates_to_Nothing] As String
          Get
            Return GetResourceString("Evaluated_and_returned_if_expression_evaluates_to_Nothing")
          End Get
        End Property
        ''' <summary>&lt;expressionIfNothing&gt;</summary>
        Friend Shared ReadOnly Property [expressionIfNothing] As String
          Get
            Return GetResourceString("expressionIfNothing")
          End Get
        End Property
        ''' <summary>Returns the result of explicitly converting an expression to a specified data type.</summary>
        Friend Shared ReadOnly Property [Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type] As String
          Get
            Return GetResourceString("Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type")
          End Get
        End Property
        ''' <summary>Introduces a type conversion operation similar to CType. The difference is that CType succeeds as long as there is a valid conversion, whereas DirectCast requires that one type inherit from or implement the other type.</summary>
        Friend Shared ReadOnly Property [Introduces_a_type_conversion_operation_similar_to_CType_The_difference_is_that_CType_succeeds_as_long_as_there_is_a_valid_conversion_whereas_DirectCast_requires_that_one_type_inherit_from_or_implement_the_other_type] As String
          Get
            Return GetResourceString("Introduces_a_type_conversion_operation_similar_to_CType_The_difference_is_that_CType_succeeds_as_long_as_there_is_a_valid_conversion_whereas_DirectCast_requires_that_one_type_inherit_from_or_implement_the_other_type")
          End Get
        End Property
        ''' <summary>The type name to return a System.Type object for.</summary>
        Friend Shared ReadOnly Property [The_type_name_to_return_a_System_Type_object_for] As String
          Get
            Return GetResourceString("The_type_name_to_return_a_System_Type_object_for")
          End Get
        End Property
        ''' <summary>Returns a System.Type object for the specified type name.</summary>
        Friend Shared ReadOnly Property [Returns_a_System_Type_object_for_the_specified_type_name] As String
          Get
            Return GetResourceString("Returns_a_System_Type_object_for_the_specified_type_name")
          End Get
        End Property
        ''' <summary>The XML namespace prefix to return a System.Xml.Linq.XNamespace object for. If this is omitted, the object for the default XML namespace is returned.</summary>
        Friend Shared ReadOnly Property [The_XML_namespace_prefix_to_return_a_System_Xml_Linq_XNamespace_object_for_If_this_is_omitted_the_object_for_the_default_XML_namespace_is_returned] As String
          Get
            Return GetResourceString("The_XML_namespace_prefix_to_return_a_System_Xml_Linq_XNamespace_object_for_If_this_is_omitted_the_object_for_the_default_XML_namespace_is_returned")
          End Get
        End Property
        ''' <summary>&lt;xmlNamespacePrefix&gt;</summary>
        Friend Shared ReadOnly Property [xmlNamespacePrefix] As String
          Get
            Return GetResourceString("xmlNamespacePrefix")
          End Get
        End Property
        ''' <summary>Returns the System.Xml.Linq.XNamespace object corresponding to the specified XML namespace prefix.</summary>
        Friend Shared ReadOnly Property [Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_namespace_prefix] As String
          Get
            Return GetResourceString("Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_namespace_prefix")
          End Get
        End Property
        ''' <summary>Replaces a specified number of characters in a String variable with characters from another string.</summary>
        Friend Shared ReadOnly Property [Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string] As String
          Get
            Return GetResourceString("Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string")
          End Get
        End Property
        ''' <summary>The name of the string variable to modify.</summary>
        Friend Shared ReadOnly Property [The_name_of_the_string_variable_to_modify] As String
          Get
            Return GetResourceString("The_name_of_the_string_variable_to_modify")
          End Get
        End Property
        ''' <summary>The one-based character position in the string where the replacement of text begins.</summary>
        Friend Shared ReadOnly Property [The_one_based_character_position_in_the_string_where_the_replacement_of_text_begins] As String
          Get
            Return GetResourceString("The_one_based_character_position_in_the_string_where_the_replacement_of_text_begins")
          End Get
        End Property
        ''' <summary>The number of characters to replace. If omitted, the length of &lt;stringExpression&gt; is used.</summary>
        Friend Shared ReadOnly Property [The_number_of_characters_to_replace_If_omitted_the_length_of_stringExpression_is_used] As String
          Get
            Return GetResourceString("The_number_of_characters_to_replace_If_omitted_the_length_of_stringExpression_is_used")
          End Get
        End Property
        ''' <summary>&lt;stringName&gt;</summary>
        Friend Shared ReadOnly Property [stringName] As String
          Get
            Return GetResourceString("stringName")
          End Get
        End Property
        ''' <summary>&lt;startIndex&gt;</summary>
        Friend Shared ReadOnly Property [startIndex] As String
          Get
            Return GetResourceString("startIndex")
          End Get
        End Property
        ''' <summary>&lt;length&gt;</summary>
        Friend Shared ReadOnly Property [length] As String
          Get
            Return GetResourceString("length")
          End Get
        End Property
        ''' <summary>&lt;stringExpression&gt;</summary>
        Friend Shared ReadOnly Property [stringExpression] As String
          Get
            Return GetResourceString("stringExpression")
          End Get
        End Property
        ''' <summary>Converts an expression to the {0} data type.</summary>
        Friend Shared ReadOnly Property [Converts_an_expression_to_the_0_data_type] As String
          Get
            Return GetResourceString("Converts_an_expression_to_the_0_data_type")
          End Get
        End Property
        ''' <summary>Removes the association between an event and an event handler or delegate at run time.</summary>
        Friend Shared ReadOnly Property [Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_time] As String
          Get
            Return GetResourceString("Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_time")
          End Get
        End Property
        ''' <summary>The event to disassociate an event handler or delegate from.</summary>
        Friend Shared ReadOnly Property [The_event_to_disassociate_an_event_handler_or_delegate_from] As String
          Get
            Return GetResourceString("The_event_to_disassociate_an_event_handler_or_delegate_from")
          End Get
        End Property
        ''' <summary>The event handler to disassociate from the event. This may take the form of { AddressOf &lt;eventHandler&gt; | &lt;delegate&gt; }.</summary>
        Friend Shared ReadOnly Property [The_event_handler_to_disassociate_from_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate] As String
          Get
            Return GetResourceString("The_event_handler_to_disassociate_from_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate")
          End Get
        End Property
        ''' <summary>If &lt;condition&gt; returns True, the function calculates and returns &lt;expressionIfTrue&gt;. Otherwise, it returns &lt;expressionIfFalse&gt;.</summary>
        Friend Shared ReadOnly Property [If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Otherwise_it_returns_expressionIfFalse] As String
          Get
            Return GetResourceString("If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Otherwise_it_returns_expressionIfFalse")
          End Get
        End Property
        ''' <summary>The expression to evaluate.</summary>
        Friend Shared ReadOnly Property [The_expression_to_evaluate] As String
          Get
            Return GetResourceString("The_expression_to_evaluate")
          End Get
        End Property
        ''' <summary>Evaluated and returned if &lt;condition&gt; evaluates to True.</summary>
        Friend Shared ReadOnly Property [Evaluated_and_returned_if_condition_evaluates_to_True] As String
          Get
            Return GetResourceString("Evaluated_and_returned_if_condition_evaluates_to_True")
          End Get
        End Property
        ''' <summary>Evaluated and returned if &lt;condition&gt; evaluates to False.</summary>
        Friend Shared ReadOnly Property [Evaluated_and_returned_if_condition_evaluates_to_False] As String
          Get
            Return GetResourceString("Evaluated_and_returned_if_condition_evaluates_to_False")
          End Get
        End Property
        ''' <summary>&lt;condition&gt;</summary>
        Friend Shared ReadOnly Property [condition] As String
          Get
            Return GetResourceString("condition")
          End Get
        End Property
        ''' <summary>&lt;expressionIfTrue&gt;</summary>
        Friend Shared ReadOnly Property [expressionIfTrue] As String
          Get
            Return GetResourceString("expressionIfTrue")
          End Get
        End Property
        ''' <summary>&lt;expressionIfFalse&gt;</summary>
        Friend Shared ReadOnly Property [expressionIfFalse] As String
          Get
            Return GetResourceString("expressionIfFalse")
          End Get
        End Property
        ''' <summary>Introduces a type conversion operation that does not throw an exception. If an attempted conversion fails, TryCast returns Nothing, which your program can test for.</summary>
        Friend Shared ReadOnly Property [Introduces_a_type_conversion_operation_that_does_not_throw_an_exception_If_an_attempted_conversion_fails_TryCast_returns_Nothing_which_your_program_can_test_for] As String
          Get
            Return GetResourceString("Introduces_a_type_conversion_operation_that_does_not_throw_an_exception_If_an_attempted_conversion_fails_TryCast_returns_Nothing_which_your_program_can_test_for")
          End Get
        End Property
        ''' <summary>Node does not descend from root.</summary>
        Friend Shared ReadOnly Property [Node_does_not_descend_from_root] As String
          Get
            Return GetResourceString("Node_does_not_descend_from_root")
          End Get
        End Property
        ''' <summary>Node not in parent's child list</summary>
        Friend Shared ReadOnly Property [Node_not_in_parent_s_child_list] As String
          Get
            Return GetResourceString("Node_not_in_parent_s_child_list")
          End Get
        End Property
        ''' <summary>Trivia is not associated with token</summary>
        Friend Shared ReadOnly Property [Trivia_is_not_associated_with_token] As String
          Get
            Return GetResourceString("Trivia_is_not_associated_with_token")
          End Get
        End Property
        ''' <summary>&lt;typeOrMember&gt;</summary>
        Friend Shared ReadOnly Property [typeOrMember] As String
          Get
            Return GetResourceString("typeOrMember")
          End Get
        End Property
        ''' <summary>The type of member to return the name of.</summary>
        Friend Shared ReadOnly Property [The_type_of_member_to_return_the_name_of] As String
          Get
            Return GetResourceString("The_type_of_member_to_return_the_name_of")
          End Get
        End Property
        ''' <summary>Produces a string for the name of the specified type or member.</summary>
        Friend Shared ReadOnly Property [Produces_a_string_for_the_name_of_the_specified_type_or_member] As String
          Get
            Return GetResourceString("Produces_a_string_for_the_name_of_the_specified_type_or_member")
          End Get
        End Property
        ''' <summary>&lt;result&gt;</summary>
        Friend Shared ReadOnly Property [result] As String
          Get
            Return GetResourceString("result")
          End Get
        End Property
        ''' <summary>R&amp;emove and Sort Imports</summary>
        Friend Shared ReadOnly Property [Remove_and_Sort_Imports] As String
          Get
            Return GetResourceString("Remove_and_Sort_Imports")
          End Get
        End Property
        ''' <summary>&amp;Sort Imports</summary>
        Friend Shared ReadOnly Property [Sort_Imports] As String
          Get
            Return GetResourceString("Sort_Imports")
          End Get
        End Property
 
    End Class
End Namespace