|
' <auto-generated>
Imports System.Reflection
Friend Partial Class VisualBasicWorkspaceExtensionsResources
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(VisualBasicWorkspaceExtensionsResources))
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>Remove this value when another is added.</summary>
Friend Shared ReadOnly Property [EmptyResource] As String
Get
Return GetResourceString("EmptyResource")
End Get
End Property
End Class
|