File: Formatting\XmlLiterals.Designer.vb
Web Access
Project: ..\..\..\src\EditorFeatures\VisualBasicTest\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests.vbproj (Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests)
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:4.0.30319.17626
'
'     Changes to this file may cause incorrect behavior and will be lost if
'     the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
 
Option Strict On
Option Explicit On
 
Imports System
 
Namespace My.Resources
    
    'This class was auto-generated by the StronglyTypedResourceBuilder
    'class via a tool like ResGen or Visual Studio.
    'To add or remove a member, edit your .ResX file then rerun ResGen
    'with the /str option, or rebuild your VS project.
    '''<summary>
    '''  A strongly-typed resource class, for looking up localized strings, etc.
    '''</summary>
    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"),  _
     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>  _
    Friend Class XmlLiterals
        
        Private Shared resourceMan As Global.System.Resources.ResourceManager
        
        Private Shared resourceCulture As Global.System.Globalization.CultureInfo
        
        <Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")>  _
        Friend Sub New()
            MyBase.New
        End Sub
        
        '''<summary>
        '''  Returns the cached ResourceManager instance used by this class.
        '''</summary>
        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
        Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
            Get
                If Object.ReferenceEquals(resourceMan, Nothing) Then
                    Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("XmlLiterals", GetType(XmlLiterals).Assembly)
                    resourceMan = temp
                End If
                Return resourceMan
            End Get
        End Property
        
        '''<summary>
        '''  Overrides the current thread's CurrentUICulture property for all
        '''  resource lookups using this strongly typed resource class.
        '''</summary>
        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
        Friend Shared Property Culture() As Global.System.Globalization.CultureInfo
            Get
                Return resourceCulture
            End Get
            Set
                resourceCulture = value
            End Set
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''	Sub Method()
        '''		Dim book = &lt;book
        '''					$$version=&quot;goo&quot;
        '''                   /&gt;
        '''	End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property EmptyElement1() As String
            Get
                Return ResourceManager.GetString("EmptyElement1", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main(args As String())
        '''        Dim abc = &lt;xml&gt;
        '''                      &lt;video&gt;video1&lt;/video&gt;
        '''                  &lt;/xml&gt;
        '''
        '''        Dim r = From q In abc...&lt;video&gt; _
        '''
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property IndentationTest1() As String
            Get
                Return ResourceManager.GetString("IndentationTest1", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        ''' 
        '''Module Program
        '''    Sub Main(args As String())
        '''        Dim abc = &lt;xml&gt;
        '''                      &lt;video&gt;video1&lt;/video&gt;
        '''                  &lt;/xml&gt;
        ''' 
        '''        Dim r = From q In abc...&lt;video&gt; &apos; comment
        '''
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property IndentationTest2() As String
            Get
                Return ResourceManager.GetString("IndentationTest2", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method(Optional ByVal i As Integer = 1)
        '''        Dim q = &lt;xml&gt;
        '''    &lt;hello&gt;
        '''    &lt;/hello&gt;
        '''&lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test1_Input() As String
            Get
                Return ResourceManager.GetString("Test1_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method(Optional ByVal i As Integer = 1)
        '''        Dim q = &lt;xml&gt;
        '''                    &lt;hello&gt;
        '''                    &lt;/hello&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test1_Output() As String
            Get
                Return ResourceManager.GetString("Test1_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method(Optional ByVal i As Integer = 1)
        '''        Dim q = &lt;xml&gt;
        '''                    &lt;!-- Test --&gt;
        '''                    &lt;hello&gt;
        '''        Test
        '''        &lt;![CDATA[          ????             ]]&gt;
        '''                    &lt;/hello&gt;
        '''                    &lt;!-- Test --&gt;               &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test2_Input() As String
            Get
                Return ResourceManager.GetString("Test2_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method(Optional ByVal i As Integer = 1)
        '''        Dim q = &lt;xml&gt;
        '''                    &lt;!-- Test --&gt;
        '''                    &lt;hello&gt;
        '''        Test
        '''        &lt;![CDATA[          ????             ]]&gt;
        '''                    &lt;/hello&gt;
        '''                    &lt;!-- Test --&gt;&lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test2_Output() As String
            Get
                Return ResourceManager.GetString("Test2_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method(Optional ByVal i As Integer = 1)
        '''        Dim q = &lt;xml&gt;           &lt;!-- Test --&gt;               &lt;hello&gt;
        '''        Test
        '''        &lt;![CDATA[          ????             ]]&gt;
        '''    &lt;/hello&gt;
        '''    &lt;!-- Test --&gt;&lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test3_Input() As String
            Get
                Return ResourceManager.GetString("Test3_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method(Optional ByVal i As Integer = 1)
        '''        Dim q = &lt;xml&gt;&lt;!-- Test --&gt;&lt;hello&gt;
        '''        Test
        '''        &lt;![CDATA[          ????             ]]&gt;
        '''                    &lt;/hello&gt;
        '''                    &lt;!-- Test --&gt;&lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test3_Output() As String
            Get
                Return ResourceManager.GetString("Test3_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Goo()
        '''        Dim xml = &lt;xml&gt;&lt;code&gt;&lt;node&gt;&lt;/node&gt;&lt;/code&gt;&lt;/xml&gt;
        '''
        '''        Dim j = From node In xml.&lt;code&gt;
        '''                Select node.@att
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test4_Input() As String
            Get
                Return ResourceManager.GetString("Test4_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Goo()
        '''        Dim xml = &lt;xml&gt;&lt;code&gt;&lt;node&gt;&lt;/node&gt;&lt;/code&gt;&lt;/xml&gt;
        '''
        '''        Dim j = From node In xml.&lt;code&gt;
        '''                Select node.@att
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test4_Output() As String
            Get
                Return ResourceManager.GetString("Test4_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to &apos;&apos;&apos; &lt;summary&gt;
        '''&apos;&apos;&apos;
        '''                          &apos;&apos;&apos; &lt;/summary&gt;
        '''Module Program
        '''  Sub Main(args As String())
        '''  End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property Test5_Input() As String
            Get
                Return ResourceManager.GetString("Test5_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to &apos;&apos;&apos; &lt;summary&gt;
        '''&apos;&apos;&apos;
        '''&apos;&apos;&apos; &lt;/summary&gt;
        '''Module Program
        '''    Sub Main(args As String())
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property Test5_Output() As String
            Get
                Return ResourceManager.GetString("Test5_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    &apos;&apos;&apos;&lt;summary&gt;
        '''        &apos;&apos;&apos;     Test Method
        '''&apos;&apos;&apos;&lt;/summary&gt;
        '''    Sub Method()
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test6_Input() As String
            Get
                Return ResourceManager.GetString("Test6_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    &apos;&apos;&apos;&lt;summary&gt;
        '''    &apos;&apos;&apos;     Test Method
        '''    &apos;&apos;&apos;&lt;/summary&gt;
        '''    Sub Method()
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property Test6_Output() As String
            Get
                Return ResourceManager.GetString("Test6_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class CL
        '''    Dim d = &lt;Code&gt;
        '''$$&lt;/Code&gt;
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property TokenFormatter1() As String
            Get
                Return ResourceManager.GetString("TokenFormatter1", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Namespace NS
        '''    &lt;ComClass(&quot;&quot;)&gt; 
        '''$$&lt;CLSCompliant(False)&gt;
        '''    Public Class CL
        '''    End Class
        '''End Namespace.
        '''</summary>
        Friend Shared ReadOnly Property TokenFormatter2() As String
            Get
                Return ResourceManager.GetString("TokenFormatter2", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''	Sub Method()
        '''		Dim book = &lt;book
        '''                   version=&quot;goo&quot;
        '''                   &gt;
        '''                   &lt;/book&gt;
        '''	End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlElementStartTag1_Input() As String
            Get
                Return ResourceManager.GetString("XmlElementStartTag1_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method()
        '''        Dim book = &lt;book
        '''                       version=&quot;goo&quot;
        '''                       &gt;
        '''                   &lt;/book&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlElementStartTag1_Output() As String
            Get
                Return ResourceManager.GetString("XmlElementStartTag1_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main()
        '''        Dim book =                   &lt;/book     &gt;
        '''        GetXml(          &lt;/book         &gt;)
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest1_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest1_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main()
        '''        Dim book =                   &lt;/book&gt;
        '''        GetXml(          &lt;/book&gt;)
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest1_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest1_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main()
        '''        Dim book = &lt;?xml version =&quot;1.0&quot;?&gt;&lt;?fff fff?&gt;&lt;!-- ffff --&gt;
        '''$$&lt;book/&gt;&lt;!-- last comment! yeah :) --&gt;
        '''
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest1_TokenFormat() As String
            Get
                Return ResourceManager.GetString("XmlTest1_TokenFormat", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main()
        '''        Dim book = &lt;?xml version=&quot;1.0&quot;?&gt;
        '''                             &lt;?fff fff?&gt;
        '''    &lt;!-- ffff --&gt;
        '''                 &lt;book/&gt;
        '''      &lt;!-- last comment! yeah :) --&gt;
        '''
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest2_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest2_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main()
        '''        Dim book = &lt;?xml version=&quot;1.0&quot;?&gt;
        '''                   &lt;?fff fff?&gt;
        '''                   &lt;!-- ffff --&gt;
        '''                   &lt;book/&gt;
        '''                   &lt;!-- last comment! yeah :) --&gt;
        '''
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest2_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest2_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Module Program
        '''    Sub Main()
        '''        Dim x = &lt;?xml version=&quot;1.0&quot;?&gt;
        '''                                         &lt;?blah?&gt;
        '''    &lt;xml&gt;&lt;/xml&gt;
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest3_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest3_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Module Program
        '''    Sub Main()
        '''        Dim x = &lt;?xml version=&quot;1.0&quot;?&gt;
        '''                &lt;?blah?&gt;
        '''                &lt;xml&gt;&lt;/xml&gt;
        '''    End Sub
        '''End Module.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest3_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest3_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Imports System
        '''Imports System.Collections.Generic
        '''Imports System.Linq
        '''
        '''Module Program
        '''    Sub Main(args As String())
        '''        Dim goo = _
        '''                     &lt;LongBook&gt;
        '''                         &lt;%= _
        '''                             From i In &lt;were&gt;&lt;a&gt;&lt;b&gt;&lt;c&gt;&lt;/c&gt;&lt;/b&gt;&lt;/a&gt;&lt;/were&gt; _
        '''                             Where i IsNot Nothing _
        '''                             Select _
        '''                                 &lt;f&gt;
        '''                                     &lt;g&gt;
        '''                                         &lt;f&gt;
        '''        [rest of string was truncated]&quot;;.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest4_Input_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest4_Input_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                    test &lt;xml2&gt;&lt;%= &lt;xml3&gt;&lt;xml4&gt;
        '''                                                          &lt;/xml4&gt;&lt;/xml3&gt;
        '''                    %&gt;&lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest5_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest5_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                    test &lt;xml2&gt;&lt;%= &lt;xml3&gt;&lt;xml4&gt;
        '''                                       &lt;/xml4&gt;&lt;/xml3&gt;
        '''                               %&gt;&lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest5_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest5_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C2
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                   tst  &lt;%= &lt;xml2&gt;&lt;xml3&gt;&lt;xml4&gt;
        '''                                                   &lt;/xml4&gt;&lt;/xml3&gt;
        '''                                                   &lt;/xml2&gt;
        '''                    %&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest6_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest6_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C2
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                   tst  &lt;%= &lt;xml2&gt;&lt;xml3&gt;&lt;xml4&gt;
        '''                                &lt;/xml4&gt;&lt;/xml3&gt;
        '''                            &lt;/xml2&gt;
        '''                        %&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest6_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest6_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C22
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                   tst   
        '''&lt;xml2&gt;&lt;xml3&gt;&lt;xml4&gt;
        '''                    &lt;/xml4&gt;&lt;/xml3&gt;
        '''                    &lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest7_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest7_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C22
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                   tst   
        '''&lt;xml2&gt;&lt;xml3&gt;&lt;xml4&gt;
        '''                        &lt;/xml4&gt;&lt;/xml3&gt;
        '''                    &lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest7_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest7_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C223
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                    &lt;!-- --&gt;
        '''                   t
        '''        st   
        '''&lt;xml2&gt;&lt;xml3&gt;&lt;xml4&gt;
        '''                    &lt;/xml4&gt;&lt;/xml3&gt;
        '''                    &lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest8_Input() As String
            Get
                Return ResourceManager.GetString("XmlTest8_Input", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C223
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                    &lt;!-- --&gt;
        '''                   t
        '''        st   
        '''&lt;xml2&gt;&lt;xml3&gt;&lt;xml4&gt;
        '''                        &lt;/xml4&gt;&lt;/xml3&gt;
        '''                    &lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest8_Output() As String
            Get
                Return ResourceManager.GetString("XmlTest8_Output", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Class C
        '''    Sub Method()
        '''        Dim q = &lt;xml&gt;
        '''                    &lt;xml2&gt;&lt;%= &lt;xml3&gt;&lt;xml4&gt;
        '''                                  &lt;/xml4&gt;
        '''$$&lt;/xml3&gt;
        '''                          %&gt;
        '''                    &lt;/xml2&gt;
        '''                &lt;/xml&gt;
        '''    End Sub
        '''End Class.
        '''</summary>
        Friend Shared ReadOnly Property XmlTest9() As String
            Get
                Return ResourceManager.GetString("XmlTest9", resourceCulture)
            End Get
        End Property
    End Class
End Namespace