'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' '------------------------------------------------------------------------------ Option Strict On Option Explicit On Imports System Imports System.Reflection Namespace Microsoft.CodeAnalysis.VisualBasic '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. ''' ''' A strongly-typed resource class, for looking up localized strings, etc. ''' _ Friend Module VBResources Private resourceMan As Global.System.Resources.ResourceManager Private resourceCulture As Global.System.Globalization.CultureInfo ''' ''' Returns the cached ResourceManager instance used by this class. ''' _ Friend 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("VBResources", GetType(VBResources).GetTypeInfo.Assembly) resourceMan = temp End If Return resourceMan End Get End Property ''' ''' Overrides the current thread's CurrentUICulture property for all ''' resource lookups using this strongly typed resource class. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo Get Return resourceCulture End Get Set resourceCulture = value End Set End Property ''' ''' Looks up a localized string similar to AggregateSyntax not within syntax tree. ''' Friend ReadOnly Property AggregateSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("AggregateSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to AnonymousObjectCreationExpressionSyntax not within syntax tree. ''' Friend ReadOnly Property AnonymousObjectCreationExpressionSyntaxNotWithinTree() As String Get Return ResourceManager.GetString("AnonymousObjectCreationExpressionSyntaxNotWithinTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Associated type does not have type parameters. ''' Friend ReadOnly Property AssociatedTypeDoesNotHaveTypeParameters() As String Get Return ResourceManager.GetString("AssociatedTypeDoesNotHaveTypeParameters", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot add compiler special tree. ''' Friend ReadOnly Property CannotAddCompilerSpecialTree() As String Get Return ResourceManager.GetString("CannotAddCompilerSpecialTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot remove compiler special tree. ''' Friend ReadOnly Property CannotRemoveCompilerSpecialTree() As String Get Return ResourceManager.GetString("CannotRemoveCompilerSpecialTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Can't reference compilation of type '{0}' from {1} compilation.. ''' Friend ReadOnly Property CantReferenceCompilationFromTypes() As String Get Return ResourceManager.GetString("CantReferenceCompilationFromTypes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.. ''' Friend ReadOnly Property ChainingSpeculativeModelIsNotSupported() As String Get Return ResourceManager.GetString("ChainingSpeculativeModelIsNotSupported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Compilation (Visual Basic): . ''' Friend ReadOnly Property CompilationVisualBasic() As String Get Return ResourceManager.GetString("CompilationVisualBasic", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to DeclarationSyntax not within syntax tree. ''' Friend ReadOnly Property DeclarationSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("DeclarationSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to DeclarationSyntax not within tree. ''' Friend ReadOnly Property DeclarationSyntaxNotWithinTree() As String Get Return ResourceManager.GetString("DeclarationSyntaxNotWithinTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Elements cannot be null.. ''' Friend ReadOnly Property ElementsCannotBeNull() As String Get Return ResourceManager.GetString("ElementsCannotBeNull", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?. ''' Friend ReadOnly Property ERR_AbsentReferenceToPIA1() As String Get Return ResourceManager.GetString("ERR_AbsentReferenceToPIA1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.. ''' Friend ReadOnly Property ERR_AccessMismatch6() As String Get Return ResourceManager.GetString("ERR_AccessMismatch6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.. ''' Friend ReadOnly Property ERR_AccessMismatchImplementedEvent4() As String Get Return ResourceManager.GetString("ERR_AccessMismatchImplementedEvent4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.. ''' Friend ReadOnly Property ERR_AccessMismatchImplementedEvent6() As String Get Return ResourceManager.GetString("ERR_AccessMismatchImplementedEvent6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot expose type '{1}' outside the project through {2} '{3}'.. ''' Friend ReadOnly Property ERR_AccessMismatchOutsideAssembly4() As String Get Return ResourceManager.GetString("ERR_AccessMismatchOutsideAssembly4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.. ''' Friend ReadOnly Property ERR_AddOrRemoveHandlerEvent() As String Get Return ResourceManager.GetString("ERR_AddOrRemoveHandlerEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The type of the 'AddHandler' method's parameter must be the same as the type of the event.. ''' Friend ReadOnly Property ERR_AddParamWrongForWinRT() As String Get Return ResourceManager.GetString("ERR_AddParamWrongForWinRT", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.. ''' Friend ReadOnly Property ERR_AddRemoveParamNotEventType() As String Get Return ResourceManager.GetString("ERR_AddRemoveParamNotEventType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.. ''' Friend ReadOnly Property ERR_AddressOfInSelectCaseExpr() As String Get Return ResourceManager.GetString("ERR_AddressOfInSelectCaseExpr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.. ''' Friend ReadOnly Property ERR_AddressOfNotCreatableDelegate1() As String Get Return ResourceManager.GetString("ERR_AddressOfNotCreatableDelegate1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.. ''' Friend ReadOnly Property ERR_AddressOfNotDelegate1() As String Get Return ResourceManager.GetString("ERR_AddressOfNotDelegate1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.. ''' Friend ReadOnly Property ERR_AddressOfNullableMethod() As String Get Return ResourceManager.GetString("ERR_AddressOfNullableMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddressOf' operand must be the name of a method (without parentheses).. ''' Friend ReadOnly Property ERR_AddressOfOperandNotMethod() As String Get Return ResourceManager.GetString("ERR_AddressOfOperandNotMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Object initializer syntax cannot be used to initialize an instance of 'System.Object'.. ''' Friend ReadOnly Property ERR_AggrInitInvalidForObject() As String Get Return ResourceManager.GetString("ERR_AggrInitInvalidForObject", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Agnostic assembly cannot have a processor specific module '{0}'.. ''' Friend ReadOnly Property ERR_AgnosticToMachineModule() As String Get Return ResourceManager.GetString("ERR_AgnosticToMachineModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.. ''' Friend ReadOnly Property ERR_AmbiguousAcrossInterfaces3() As String Get Return ResourceManager.GetString("ERR_AmbiguousAcrossInterfaces3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.. ''' Friend ReadOnly Property ERR_AmbiguousCastConversion2() As String Get Return ResourceManager.GetString("ERR_AmbiguousCastConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to No accessible '{0}' is most specific: {1}. ''' Friend ReadOnly Property ERR_AmbiguousDelegateBinding2() As String Get Return ResourceManager.GetString("ERR_AmbiguousDelegateBinding2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}.{1}' that matches this signature cannot be implemented because the interface '{2}' contains multiple members with this same name and signature: ''' '{3}' ''' '{4}'. ''' Friend ReadOnly Property ERR_AmbiguousImplements3() As String Get Return ResourceManager.GetString("ERR_AmbiguousImplements3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' exists in multiple base interfaces. Use the name of the interface that declares '{0}' in the 'Implements' clause instead of the name of the derived interface.. ''' Friend ReadOnly Property ERR_AmbiguousImplementsMember3() As String Get Return ResourceManager.GetString("ERR_AmbiguousImplementsMember3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous, imported from the namespaces or types '{1}'.. ''' Friend ReadOnly Property ERR_AmbiguousInImports2() As String Get Return ResourceManager.GetString("ERR_AmbiguousInImports2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous between declarations in Modules '{1}'.. ''' Friend ReadOnly Property ERR_AmbiguousInModules2() As String Get Return ResourceManager.GetString("ERR_AmbiguousInModules2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous in the namespace '{1}'.. ''' Friend ReadOnly Property ERR_AmbiguousInNamespace2() As String Get Return ResourceManager.GetString("ERR_AmbiguousInNamespace2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous between declarations in namespaces '{1}'.. ''' Friend ReadOnly Property ERR_AmbiguousInNamespaces2() As String Get Return ResourceManager.GetString("ERR_AmbiguousInNamespaces2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous.. ''' Friend ReadOnly Property ERR_AmbiguousInUnnamedNamespace1() As String Get Return ResourceManager.GetString("ERR_AmbiguousInUnnamedNamespace1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}. ''' Friend ReadOnly Property ERR_AmbiguousOverrides3() As String Get Return ResourceManager.GetString("ERR_AmbiguousOverrides3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.. ''' Friend ReadOnly Property ERR_AmbiguousWidestType3() As String Get Return ResourceManager.GetString("ERR_AmbiguousWidestType3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.. ''' Friend ReadOnly Property ERR_AnonTypeFieldXMLNameInference() As String Get Return ResourceManager.GetString("ERR_AnonTypeFieldXMLNameInference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type characters cannot be used in anonymous type declarations.. ''' Friend ReadOnly Property ERR_AnonymousTypeDisallowsTypeChar() As String Get Return ResourceManager.GetString("ERR_AnonymousTypeDisallowsTypeChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Identifier expected, preceded with a period.. ''' Friend ReadOnly Property ERR_AnonymousTypeExpectedIdentifier() As String Get Return ResourceManager.GetString("ERR_AnonymousTypeExpectedIdentifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type member name can be inferred only from a simple or qualified name with no arguments.. ''' Friend ReadOnly Property ERR_AnonymousTypeFieldNameInference() As String Get Return ResourceManager.GetString("ERR_AnonymousTypeFieldNameInference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type member name must be preceded by a period.. ''' Friend ReadOnly Property ERR_AnonymousTypeNameWithoutPeriod() As String Get Return ResourceManager.GetString("ERR_AnonymousTypeNameWithoutPeriod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type must contain at least one member.. ''' Friend ReadOnly Property ERR_AnonymousTypeNeedField() As String Get Return ResourceManager.GetString("ERR_AnonymousTypeNeedField", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type member property '{0}' cannot be used to infer the type of another member property because the type of '{0}' is not yet established.. ''' Friend ReadOnly Property ERR_AnonymousTypePropertyOutOfOrder1() As String Get Return ResourceManager.GetString("ERR_AnonymousTypePropertyOutOfOrder1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.. ''' Friend ReadOnly Property ERR_ArgumentCopyBackNarrowing3() As String Get Return ResourceManager.GetString("ERR_ArgumentCopyBackNarrowing3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Argument matching parameter '{0}' narrows to '{1}'.. ''' Friend ReadOnly Property ERR_ArgumentNarrowing2() As String Get Return ResourceManager.GetString("ERR_ArgumentNarrowing2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Argument matching parameter '{0}' narrows from '{1}' to '{2}'.. ''' Friend ReadOnly Property ERR_ArgumentNarrowing3() As String Get Return ResourceManager.GetString("ERR_ArgumentNarrowing3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to option '{0}' requires '{1}'. ''' Friend ReadOnly Property ERR_ArgumentRequired() As String Get Return ResourceManager.GetString("ERR_ArgumentRequired", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Comma, ')', or a valid expression continuation expected.. ''' Friend ReadOnly Property ERR_ArgumentSyntax() As String Get Return ResourceManager.GetString("ERR_ArgumentSyntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.. ''' Friend ReadOnly Property ERR_ArrayInitForNonArray2() As String Get Return ResourceManager.GetString("ERR_ArrayInitForNonArray2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.. ''' Friend ReadOnly Property ERR_ArrayInitializerForNonConstDim() As String Get Return ResourceManager.GetString("ERR_ArrayInitializerForNonConstDim", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array initializer has too few dimensions.. ''' Friend ReadOnly Property ERR_ArrayInitializerTooFewDimensions() As String Get Return ResourceManager.GetString("ERR_ArrayInitializerTooFewDimensions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array initializer has too many dimensions.. ''' Friend ReadOnly Property ERR_ArrayInitializerTooManyDimensions() As String Get Return ResourceManager.GetString("ERR_ArrayInitializerTooManyDimensions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Arrays declared as structure members cannot be declared with an initial size.. ''' Friend ReadOnly Property ERR_ArrayInitInStruct() As String Get Return ResourceManager.GetString("ERR_ArrayInitInStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type. Specifying the type of the array might correct this error.. ''' Friend ReadOnly Property ERR_ArrayInitNoType() As String Get Return ResourceManager.GetString("ERR_ArrayInitNoType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type, and Option Strict On does not allow 'Object' to be assumed. Specifying the type of the array might correct this error.. ''' Friend ReadOnly Property ERR_ArrayInitNoTypeObjectDisallowed() As String Get Return ResourceManager.GetString("ERR_ArrayInitNoTypeObjectDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.. ''' Friend ReadOnly Property ERR_ArrayInitTooManyTypesObjectDisallowed() As String Get Return ResourceManager.GetString("ERR_ArrayInitTooManyTypesObjectDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '(' unexpected. Arrays of uninstantiated generic types are not allowed.. ''' Friend ReadOnly Property ERR_ArrayOfRawGenericInvalid() As String Get Return ResourceManager.GetString("ERR_ArrayOfRawGenericInvalid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array exceeds the limit of 32 dimensions.. ''' Friend ReadOnly Property ERR_ArrayRankLimit() As String Get Return ResourceManager.GetString("ERR_ArrayRankLimit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Arrays cannot be declared with 'New'.. ''' Friend ReadOnly Property ERR_AsNewArray() As String Get Return ResourceManager.GetString("ERR_AsNewArray", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The 'Main' method cannot be marked 'Async'.. ''' Friend ReadOnly Property ERR_AsyncSubMain() As String Get Return ResourceManager.GetString("ERR_AsyncSubMain", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.. ''' Friend ReadOnly Property ERR_AttrAssignmentNotFieldOrProp1() As String Get Return ResourceManager.GetString("ERR_AttrAssignmentNotFieldOrProp1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameters, generic types or types contained in generic types cannot be used as attributes.. ''' Friend ReadOnly Property ERR_AttrCannotBeGenerics() As String Get Return ResourceManager.GetString("ERR_AttrCannotBeGenerics", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be used as an attribute because it is declared 'MustInherit'.. ''' Friend ReadOnly Property ERR_AttributeCannotBeAbstract() As String Get Return ResourceManager.GetString("ERR_AttributeCannotBeAbstract", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be used as an attribute because it is not a class.. ''' Friend ReadOnly Property ERR_AttributeMustBeClassNotStruct1() As String Get Return ResourceManager.GetString("ERR_AttributeMustBeClassNotStruct1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.. ''' Friend ReadOnly Property ERR_AttributeMustInheritSysAttr() As String Get Return ResourceManager.GetString("ERR_AttributeMustInheritSysAttr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attributes cannot be applied to return types of lambda expressions.. ''' Friend ReadOnly Property ERR_AttributeOnLambdaReturnType() As String Get Return ResourceManager.GetString("ERR_AttributeOnLambdaReturnType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML attribute '{0}' must appear before XML attribute '{1}'.. ''' Friend ReadOnly Property ERR_AttributeOrder() As String Get Return ResourceManager.GetString("ERR_AttributeOrder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute parameter '{0}' must be specified.. ''' Friend ReadOnly Property ERR_AttributeParameterRequired1() As String Get Return ResourceManager.GetString("ERR_AttributeParameterRequired1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute parameter '{0}' or '{1}' must be specified.. ''' Friend ReadOnly Property ERR_AttributeParameterRequired2() As String Get Return ResourceManager.GetString("ERR_AttributeParameterRequired2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Assembly or Module attribute statements must precede any declarations in a file.. ''' Friend ReadOnly Property ERR_AttributeStmtWrongOrder() As String Get Return ResourceManager.GetString("ERR_AttributeStmtWrongOrder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Auto-implemented properties cannot be WriteOnly.. ''' Friend ReadOnly Property ERR_AutoPropertyCantBeWriteOnly() As String Get Return ResourceManager.GetString("ERR_AutoPropertyCantBeWriteOnly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Auto-implemented properties cannot have parameters.. ''' Friend ReadOnly Property ERR_AutoPropertyCantHaveParams() As String Get Return ResourceManager.GetString("ERR_AutoPropertyCantHaveParams", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.. ''' Friend ReadOnly Property ERR_AutoPropertyInitializedInStructure() As String Get Return ResourceManager.GetString("ERR_AutoPropertyInitializedInStructure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.. ''' Friend ReadOnly Property ERR_BadAnonymousTypeForExprTree() As String Get Return ResourceManager.GetString("ERR_BadAnonymousTypeForExprTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid assembly name: {0}. ''' Friend ReadOnly Property ERR_BadAssemblyName() As String Get Return ResourceManager.GetString("ERR_BadAssemblyName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Async methods cannot have ByRef parameters.. ''' Friend ReadOnly Property ERR_BadAsyncByRefParam() As String Get Return ResourceManager.GetString("ERR_BadAsyncByRefParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' may only be used in a query expression within the first collection expression of the initial 'From' clause or within the collection expression of a 'Join' clause.. ''' Friend ReadOnly Property ERR_BadAsyncInQuery() As String Get Return ResourceManager.GetString("ERR_BadAsyncInQuery", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).. ''' Friend ReadOnly Property ERR_BadAsyncReturn() As String Get Return ResourceManager.GetString("ERR_BadAsyncReturn", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.. ''' Friend ReadOnly Property ERR_BadAsyncReturnOperand1() As String Get Return ResourceManager.GetString("ERR_BadAsyncReturnOperand1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' is not valid: Incorrect argument value.. ''' Friend ReadOnly Property ERR_BadAttribute1() As String Get Return ResourceManager.GetString("ERR_BadAttribute1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute constructor has a parameter of type '{0}', which is not an integral, floating-point or Enum type or one of Object, Char, String, Boolean, System.Type or 1-dimensional array of these types.. ''' Friend ReadOnly Property ERR_BadAttributeConstructor1() As String Get Return ResourceManager.GetString("ERR_BadAttributeConstructor1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.. ''' Friend ReadOnly Property ERR_BadAttributeConstructor2() As String Get Return ResourceManager.GetString("ERR_BadAttributeConstructor2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute cannot be used because it does not have a Public constructor.. ''' Friend ReadOnly Property ERR_BadAttributeNonPublicConstructor() As String Get Return ResourceManager.GetString("ERR_BadAttributeNonPublicConstructor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.. ''' Friend ReadOnly Property ERR_BadAttributeNonPublicContType2() As String Get Return ResourceManager.GetString("ERR_BadAttributeNonPublicContType2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.. ''' Friend ReadOnly Property ERR_BadAttributeNonPublicProperty1() As String Get Return ResourceManager.GetString("ERR_BadAttributeNonPublicProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in an attribute because it is not declared 'Public'.. ''' Friend ReadOnly Property ERR_BadAttributeNonPublicType1() As String Get Return ResourceManager.GetString("ERR_BadAttributeNonPublicType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property or field '{0}' does not have a valid attribute type.. ''' Friend ReadOnly Property ERR_BadAttributePropertyType1() As String Get Return ResourceManager.GetString("ERR_BadAttributePropertyType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' attribute property '{0}' cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_BadAttributeReadOnlyProperty1() As String Get Return ResourceManager.GetString("ERR_BadAttributeReadOnlyProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Shared' attribute property '{0}' cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_BadAttributeSharedProperty1() As String Get Return ResourceManager.GetString("ERR_BadAttributeSharedProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be applied because the format of the GUID '{1}' is not correct.. ''' Friend ReadOnly Property ERR_BadAttributeUuid2() As String Get Return ResourceManager.GetString("ERR_BadAttributeUuid2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.. ''' Friend ReadOnly Property ERR_BadAwaitInNonAsyncLambda() As String Get Return ResourceManager.GetString("ERR_BadAwaitInNonAsyncLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task(Of {0})'.. ''' Friend ReadOnly Property ERR_BadAwaitInNonAsyncMethod() As String Get Return ResourceManager.GetString("ERR_BadAwaitInNonAsyncMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.. ''' Friend ReadOnly Property ERR_BadAwaitInNonAsyncVoidMethod() As String Get Return ResourceManager.GetString("ERR_BadAwaitInNonAsyncVoidMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.. ''' Friend ReadOnly Property ERR_BadAwaitInTryHandler() As String Get Return ResourceManager.GetString("ERR_BadAwaitInTryHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.. ''' Friend ReadOnly Property ERR_BadAwaitNothing() As String Get Return ResourceManager.GetString("ERR_BadAwaitNothing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.. ''' Friend ReadOnly Property ERR_BadAwaitNotInAsyncMethodOrLambda() As String Get Return ResourceManager.GetString("ERR_BadAwaitNotInAsyncMethodOrLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Syntax error in conditional compilation expression.. ''' Friend ReadOnly Property ERR_BadCCExpression() As String Get Return ResourceManager.GetString("ERR_BadCCExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Algorithm '{0}' is not supported. ''' Friend ReadOnly Property ERR_BadChecksumAlgorithm() As String Get Return ResourceManager.GetString("ERR_BadChecksumAlgorithm", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Classes cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadClassFlags1() As String Get Return ResourceManager.GetString("ERR_BadClassFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to code page '{0}' is invalid or not installed. ''' Friend ReadOnly Property ERR_BadCodepage() As String Get Return ResourceManager.GetString("ERR_BadCodepage", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.. ''' Friend ReadOnly Property ERR_BadConditionalWithRef() As String Get Return ResourceManager.GetString("ERR_BadConditionalWithRef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a constant declaration.. ''' Friend ReadOnly Property ERR_BadConstFlags1() As String Get Return ResourceManager.GetString("ERR_BadConstFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type or 'New' expected.. ''' Friend ReadOnly Property ERR_BadConstraintSyntax() As String Get Return ResourceManager.GetString("ERR_BadConstraintSyntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a Declare.. ''' Friend ReadOnly Property ERR_BadDeclareFlags1() As String Get Return ResourceManager.GetString("ERR_BadDeclareFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a Delegate declaration.. ''' Friend ReadOnly Property ERR_BadDelegateFlags1() As String Get Return ResourceManager.GetString("ERR_BadDelegateFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a member variable declaration.. ''' Friend ReadOnly Property ERR_BadDimFlags1() As String Get Return ResourceManager.GetString("ERR_BadDimFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Provided documentation mode is unsupported or invalid: '{0}'.. ''' Friend ReadOnly Property ERR_BadDocumentationMode() As String Get Return ResourceManager.GetString("ERR_BadDocumentationMode", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enum '{0}' must contain at least one member.. ''' Friend ReadOnly Property ERR_BadEmptyEnum1() As String Get Return ResourceManager.GetString("ERR_BadEmptyEnum1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on an Enum declaration.. ''' Friend ReadOnly Property ERR_BadEnumFlags1() As String Get Return ResourceManager.GetString("ERR_BadEnumFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on an event declaration.. ''' Friend ReadOnly Property ERR_BadEventFlags1() As String Get Return ResourceManager.GetString("ERR_BadEventFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'NotInheritable' classes cannot have members declared '{0}'.. ''' Friend ReadOnly Property ERR_BadFlagsInNotInheritableClass1() As String Get Return ResourceManager.GetString("ERR_BadFlagsInNotInheritableClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub New' cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadFlagsOnNew1() As String Get Return ResourceManager.GetString("ERR_BadFlagsOnNew1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.. ''' Friend ReadOnly Property ERR_BadFlagsOnNewOverloads() As String Get Return ResourceManager.GetString("ERR_BadFlagsOnNewOverloads", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Shared' cannot be combined with '{0}' on a method declaration.. ''' Friend ReadOnly Property ERR_BadFlagsOnSharedMeth1() As String Get Return ResourceManager.GetString("ERR_BadFlagsOnSharedMeth1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Shared' cannot be combined with '{0}' on a property declaration.. ''' Friend ReadOnly Property ERR_BadFlagsOnSharedProperty1() As String Get Return ResourceManager.GetString("ERR_BadFlagsOnSharedProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Properties in a Module cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadFlagsOnStdModuleProperty1() As String Get Return ResourceManager.GetString("ERR_BadFlagsOnStdModuleProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Default' cannot be combined with '{0}'.. ''' Friend ReadOnly Property ERR_BadFlagsWithDefault1() As String Get Return ResourceManager.GetString("ERR_BadFlagsWithDefault1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.. ''' Friend ReadOnly Property ERR_BadGenericParamForNewConstraint2() As String Get Return ResourceManager.GetString("ERR_BadGenericParamForNewConstraint2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' requires that the type '{0}' have a suitable GetAwaiter method.. ''' Friend ReadOnly Property ERR_BadGetAwaiterMethod1() As String Get Return ResourceManager.GetString("ERR_BadGetAwaiterMethod1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implemented type must be an interface.. ''' Friend ReadOnly Property ERR_BadImplementsType() As String Get Return ResourceManager.GetString("ERR_BadImplementsType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class.. ''' Friend ReadOnly Property ERR_BadInstanceMemberAccess() As String Get Return ResourceManager.GetString("ERR_BadInstanceMemberAccess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class in an interface cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadInterfaceClassSpecifier1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceClassSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegate in an interface cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadInterfaceDelegateSpecifier1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceDelegateSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enum in an interface cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadInterfaceEnumSpecifier1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceEnumSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on an Interface declaration.. ''' Friend ReadOnly Property ERR_BadInterfaceFlags1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface in an interface cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadInterfaceInterfaceSpecifier1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceInterfaceSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on an interface method declaration.. ''' Friend ReadOnly Property ERR_BadInterfaceMethodFlags1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceMethodFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Inherits' statements must precede all declarations in an interface.. ''' Friend ReadOnly Property ERR_BadInterfaceOrderOnInherits() As String Get Return ResourceManager.GetString("ERR_BadInterfaceOrderOnInherits", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on an interface property declaration.. ''' Friend ReadOnly Property ERR_BadInterfacePropertyFlags1() As String Get Return ResourceManager.GetString("ERR_BadInterfacePropertyFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Structure in an interface cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadInterfaceStructSpecifier1() As String Get Return ResourceManager.GetString("ERR_BadInterfaceStructSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.. ''' Friend ReadOnly Property ERR_BadIsCompletedOnCompletedGetResult2() As String Get Return ResourceManager.GetString("ERR_BadIsCompletedOnCompletedGetResult2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Iterator methods cannot have ByRef parameters.. ''' Friend ReadOnly Property ERR_BadIteratorByRefParam() As String Get Return ResourceManager.GetString("ERR_BadIteratorByRefParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.. ''' Friend ReadOnly Property ERR_BadIteratorExpressionLambda() As String Get Return ResourceManager.GetString("ERR_BadIteratorExpressionLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.. ''' Friend ReadOnly Property ERR_BadIteratorReturn() As String Get Return ResourceManager.GetString("ERR_BadIteratorReturn", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Provided language version is unsupported or invalid: '{0}'.. ''' Friend ReadOnly Property ERR_BadLanguageVersion() As String Get Return ResourceManager.GetString("ERR_BadLanguageVersion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a local constant declaration.. ''' Friend ReadOnly Property ERR_BadLocalConstFlags1() As String Get Return ResourceManager.GetString("ERR_BadLocalConstFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a local variable declaration.. ''' Friend ReadOnly Property ERR_BadLocalDimFlags1() As String Get Return ResourceManager.GetString("ERR_BadLocalDimFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be referenced because it is not a valid assembly.. ''' Friend ReadOnly Property ERR_BadMetaDataReference1() As String Get Return ResourceManager.GetString("ERR_BadMetaDataReference1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a method declaration.. ''' Friend ReadOnly Property ERR_BadMethodFlags1() As String Get Return ResourceManager.GetString("ERR_BadMethodFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to load module file '{0}': {1}. ''' Friend ReadOnly Property ERR_BadModuleFile1() As String Get Return ResourceManager.GetString("ERR_BadModuleFile1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Modules cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadModuleFlags1() As String Get Return ResourceManager.GetString("ERR_BadModuleFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid module name: {0}. ''' Friend ReadOnly Property ERR_BadModuleName() As String Get Return ResourceManager.GetString("ERR_BadModuleName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a valid name and cannot be used as the root namespace name.. ''' Friend ReadOnly Property ERR_BadNamespaceName1() As String Get Return ResourceManager.GetString("ERR_BadNamespaceName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable types are not allowed in conditional compilation expressions.. ''' Friend ReadOnly Property ERR_BadNullTypeInCCExpression() As String Get Return ResourceManager.GetString("ERR_BadNullTypeInCCExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operators cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadOperatorFlags1() As String Get Return ResourceManager.GetString("ERR_BadOperatorFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' can be called:{1}. ''' Friend ReadOnly Property ERR_BadOverloadCandidates2() As String Get Return ResourceManager.GetString("ERR_BadOverloadCandidates2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they have different access levels.. ''' Friend ReadOnly Property ERR_BadOverrideAccess2() As String Get Return ResourceManager.GetString("ERR_BadOverrideAccess2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error reading debug information for '{0}'. ''' Friend ReadOnly Property ERR_BadPdbData() As String Get Return ResourceManager.GetString("ERR_BadPdbData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property accessors cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadPropertyAccessorFlags() As String Get Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property accessors cannot be declared '{0}' in a 'NotOverridable' property.. ''' Friend ReadOnly Property ERR_BadPropertyAccessorFlags1() As String Get Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property accessors cannot be declared '{0}' in a 'Default' property.. ''' Friend ReadOnly Property ERR_BadPropertyAccessorFlags2() As String Get Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property cannot be declared '{0}' because it contains a 'Private' accessor.. ''' Friend ReadOnly Property ERR_BadPropertyAccessorFlags3() As String Get Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.. ''' Friend ReadOnly Property ERR_BadPropertyAccessorFlagsRestrict() As String Get Return ResourceManager.GetString("ERR_BadPropertyAccessorFlagsRestrict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Properties cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_BadPropertyFlags1() As String Get Return ResourceManager.GetString("ERR_BadPropertyFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a Structure declaration.. ''' Friend ReadOnly Property ERR_BadRecordFlags1() As String Get Return ResourceManager.GetString("ERR_BadRecordFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to load referenced library '{0}': {1}. ''' Friend ReadOnly Property ERR_BadRefLib1() As String Get Return ResourceManager.GetString("ERR_BadRefLib1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The implicit return variable of an Iterator or Async method cannot be accessed.. ''' Friend ReadOnly Property ERR_BadResumableAccessReturnVariable() As String Get Return ResourceManager.GetString("ERR_BadResumableAccessReturnVariable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to To return a value from an Iterator function, use 'Yield' rather than 'Return'.. ''' Friend ReadOnly Property ERR_BadReturnValueInIterator() As String Get Return ResourceManager.GetString("ERR_BadReturnValueInIterator", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Provided source code kind is unsupported or invalid: '{0}'. ''' Friend ReadOnly Property ERR_BadSourceCodeKind() As String Get Return ResourceManager.GetString("ERR_BadSourceCodeKind", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot be combined.. ''' Friend ReadOnly Property ERR_BadSpecifierCombo2() As String Get Return ResourceManager.GetString("ERR_BadSpecifierCombo2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Static variables cannot appear inside Async or Iterator methods.. ''' Friend ReadOnly Property ERR_BadStaticInitializerInResumable() As String Get Return ResourceManager.GetString("ERR_BadStaticInitializerInResumable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variables within generic methods cannot be declared 'Static'.. ''' Friend ReadOnly Property ERR_BadStaticLocalInGenericMethod() As String Get Return ResourceManager.GetString("ERR_BadStaticLocalInGenericMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variables within methods of structures cannot be declared 'Static'.. ''' Friend ReadOnly Property ERR_BadStaticLocalInStruct() As String Get Return ResourceManager.GetString("ERR_BadStaticLocalInStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.. ''' Friend ReadOnly Property ERR_BadTypeArgForRefConstraint2() As String Get Return ResourceManager.GetString("ERR_BadTypeArgForRefConstraint2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.. ''' Friend ReadOnly Property ERR_BadTypeArgForStructConstraint2() As String Get Return ResourceManager.GetString("ERR_BadTypeArgForStructConstraint2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.. ''' Friend ReadOnly Property ERR_BadTypeArgForStructConstraintNull() As String Get Return ResourceManager.GetString("ERR_BadTypeArgForStructConstraintNull", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Non-intrinsic type names are not allowed in conditional compilation expressions.. ''' Friend ReadOnly Property ERR_BadTypeInCCExpression() As String Get Return ResourceManager.GetString("ERR_BadTypeInCCExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Void' can only be used in a GetType expression.. ''' Friend ReadOnly Property ERR_BadUseOfVoid() As String Get Return ResourceManager.GetString("ERR_BadUseOfVoid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on a WithEvents declaration.. ''' Friend ReadOnly Property ERR_BadWithEventsFlags1() As String Get Return ResourceManager.GetString("ERR_BadWithEventsFlags1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Leading '.' or '!' can only appear inside a 'With' statement.. ''' Friend ReadOnly Property ERR_BadWithRef() As String Get Return ResourceManager.GetString("ERR_BadWithRef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Yield' can only be used in a method marked with the 'Iterator' modifier.. ''' Friend ReadOnly Property ERR_BadYieldInNonIteratorMethod() As String Get Return ResourceManager.GetString("ERR_BadYieldInNonIteratorMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.. ''' Friend ReadOnly Property ERR_BadYieldInTryHandler() As String Get Return ResourceManager.GetString("ERR_BadYieldInTryHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.. ''' Friend ReadOnly Property ERR_BaseMismatchForPartialClass3() As String Get Return ResourceManager.GetString("ERR_BaseMismatchForPartialClass3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.. ''' Friend ReadOnly Property ERR_BaseOnlyClassesMustBeExplicit2() As String Get Return ResourceManager.GetString("ERR_BaseOnlyClassesMustBeExplicit2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' Base type of '{0}' needs '{1}' to be resolved.. ''' Friend ReadOnly Property ERR_BaseTypeReferences2() As String Get Return ResourceManager.GetString("ERR_BaseTypeReferences2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.. ''' Friend ReadOnly Property ERR_BaseUnifiesWithInterfaces3() As String Get Return ResourceManager.GetString("ERR_BaseUnifiesWithInterfaces3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to the file '{0}' is not a text file. ''' Friend ReadOnly Property ERR_BinaryFile() As String Get Return ResourceManager.GetString("ERR_BinaryFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' is not defined for types '{1}' and '{2}'.. ''' Friend ReadOnly Property ERR_BinaryOperands3() As String Get Return ResourceManager.GetString("ERR_BinaryOperands3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' is not defined for types '{1}' and '{2}'. You can use the 'Value' property to get the string value of the first element of '{3}'.. ''' Friend ReadOnly Property ERR_BinaryOperandsForXml4() As String Get Return ResourceManager.GetString("ERR_BinaryOperandsForXml4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to At least one parameter of this binary operator must be of the containing type '{0}'.. ''' Friend ReadOnly Property ERR_BinaryParamMustBeContainingType1() As String Get Return ResourceManager.GetString("ERR_BinaryParamMustBeContainingType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable '{0}' hides a variable in an enclosing block.. ''' Friend ReadOnly Property ERR_BlockLocalShadowing1() As String Get Return ResourceManager.GetString("ERR_BlockLocalShadowing1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot end a block outside of a line 'If' statement.. ''' Friend ReadOnly Property ERR_BogusWithinLineIf() As String Get Return ResourceManager.GetString("ERR_BogusWithinLineIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Branching out of a 'Finally' is not valid.. ''' Friend ReadOnly Property ERR_BranchOutOfFinally() As String Get Return ResourceManager.GetString("ERR_BranchOutOfFinally", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} parameters cannot be declared 'ByRef'.. ''' Friend ReadOnly Property ERR_ByRefIllegal1() As String Get Return ResourceManager.GetString("ERR_ByRefIllegal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to References to 'ByRef' parameters cannot be converted to an expression tree.. ''' Friend ReadOnly Property ERR_ByRefParamInExpressionTree() As String Get Return ResourceManager.GetString("ERR_ByRefParamInExpressionTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be made nullable.. ''' Friend ReadOnly Property ERR_CannotBeMadeNullable1() As String Get Return ResourceManager.GetString("ERR_CannotBeMadeNullable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.. ''' Friend ReadOnly Property ERR_CannotCallEvent1() As String Get Return ResourceManager.GetString("ERR_CannotCallEvent1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Value '{0}' cannot be converted to '{1}'.. ''' Friend ReadOnly Property ERR_CannotConvertValue2() As String Get Return ResourceManager.GetString("ERR_CannotConvertValue2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.. ''' Friend ReadOnly Property ERR_CannotEmbedInterfaceWithGeneric() As String Get Return ResourceManager.GetString("ERR_CannotEmbedInterfaceWithGeneric", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to /embed switch is only supported when emitting Portable PDB (/debug:portable or /debug:embedded).. ''' Friend ReadOnly Property ERR_CannotEmbedWithoutPdb() As String Get Return ResourceManager.GetString("ERR_CannotEmbedWithoutPdb", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.. ''' Friend ReadOnly Property ERR_CannotGotoNonScopeBlocksWithClosure() As String Get Return ResourceManager.GetString("ERR_CannotGotoNonScopeBlocksWithClosure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A nullable type cannot be inferred for variable '{0}'.. ''' Friend ReadOnly Property ERR_CannotInferNullableForVariable1() As String Get Return ResourceManager.GetString("ERR_CannotInferNullableForVariable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.. ''' Friend ReadOnly Property ERR_CannotLiftAnonymousType1() As String Get Return ResourceManager.GetString("ERR_CannotLiftAnonymousType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ByRef' parameter '{0}' cannot be used in a lambda expression.. ''' Friend ReadOnly Property ERR_CannotLiftByRefParamLambda1() As String Get Return ResourceManager.GetString("ERR_CannotLiftByRefParamLambda1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ByRef' parameter '{0}' cannot be used in a query expression.. ''' Friend ReadOnly Property ERR_CannotLiftByRefParamQuery1() As String Get Return ResourceManager.GetString("ERR_CannotLiftByRefParamQuery1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Instance of restricted type '{0}' cannot be used in a lambda expression.. ''' Friend ReadOnly Property ERR_CannotLiftRestrictedTypeLambda() As String Get Return ResourceManager.GetString("ERR_CannotLiftRestrictedTypeLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Instance of restricted type '{0}' cannot be used in a query expression.. ''' Friend ReadOnly Property ERR_CannotLiftRestrictedTypeQuery() As String Get Return ResourceManager.GetString("ERR_CannotLiftRestrictedTypeQuery", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.. ''' Friend ReadOnly Property ERR_CannotLiftRestrictedTypeResumable1() As String Get Return ResourceManager.GetString("ERR_CannotLiftRestrictedTypeResumable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Instance members and 'Me' cannot be used within a lambda expression in structures.. ''' Friend ReadOnly Property ERR_CannotLiftStructureMeLambda() As String Get Return ResourceManager.GetString("ERR_CannotLiftStructureMeLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Instance members and 'Me' cannot be used within query expressions in structures.. ''' Friend ReadOnly Property ERR_CannotLiftStructureMeQuery() As String Get Return ResourceManager.GetString("ERR_CannotLiftStructureMeQuery", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.. ''' Friend ReadOnly Property ERR_CannotLinkClassWithNoPIA1() As String Get Return ResourceManager.GetString("ERR_CannotLinkClassWithNoPIA1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because it is not accessible in this context.. ''' Friend ReadOnly Property ERR_CannotOverrideInAccessibleMember() As String Get Return ResourceManager.GetString("ERR_CannotOverrideInAccessibleMember", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.. ''' Friend ReadOnly Property ERR_CannotUseGenericTypeAcrossAssemblyBoundaries() As String Get Return ResourceManager.GetString("ERR_CannotUseGenericTypeAcrossAssemblyBoundaries", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.. ''' Friend ReadOnly Property ERR_CannotUseOnErrorGotoWithClosure() As String Get Return ResourceManager.GetString("ERR_CannotUseOnErrorGotoWithClosure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constant cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_CantAssignToConst() As String Get Return ResourceManager.GetString("ERR_CantAssignToConst", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.. ''' Friend ReadOnly Property ERR_CantAwaitAsyncSub1() As String Get Return ResourceManager.GetString("ERR_CantAwaitAsyncSub1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'If' operator cannot be used in a 'Call' statement.. ''' Friend ReadOnly Property ERR_CantCallIIF() As String Get Return ResourceManager.GetString("ERR_CantCallIIF", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An Object Initializer and a Collection Initializer cannot be combined in the same initialization.. ''' Friend ReadOnly Property ERR_CantCombineInitializers() As String Get Return ResourceManager.GetString("ERR_CantCombineInitializers", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 manifest.. ''' Friend ReadOnly Property ERR_CantHaveWin32ResAndManifest() As String Get Return ResourceManager.GetString("ERR_CantHaveWin32ResAndManifest", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to can't open '{0}' for writing: {1}. ''' Friend ReadOnly Property ERR_CantOpenFileWrite() As String Get Return ResourceManager.GetString("ERR_CantOpenFileWrite", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because it is not declared 'Overridable'.. ''' Friend ReadOnly Property ERR_CantOverride4() As String Get Return ResourceManager.GetString("ERR_CantOverride4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub New' cannot be declared 'Overrides'.. ''' Friend ReadOnly Property ERR_CantOverrideConstructor() As String Get Return ResourceManager.GetString("ERR_CantOverrideConstructor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because it is declared 'NotOverridable'.. ''' Friend ReadOnly Property ERR_CantOverrideNotOverridable2() As String Get Return ResourceManager.GetString("ERR_CantOverrideNotOverridable2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Derived classes cannot raise base class events.. ''' Friend ReadOnly Property ERR_CantRaiseBaseEvent() As String Get Return ResourceManager.GetString("ERR_CantRaiseBaseEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error reading ruleset file {0} - {1}. ''' Friend ReadOnly Property ERR_CantReadRulesetFile() As String Get Return ResourceManager.GetString("ERR_CantReadRulesetFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot refer to itself through its default instance; use 'Me' instead.. ''' Friend ReadOnly Property ERR_CantReferToMyGroupInsideGroupType1() As String Get Return ResourceManager.GetString("ERR_CantReferToMyGroupInsideGroupType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot shadow a method declared 'MustOverride'.. ''' Friend ReadOnly Property ERR_CantShadowAMustOverride1() As String Get Return ResourceManager.GetString("ERR_CantShadowAMustOverride1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.. ''' Friend ReadOnly Property ERR_CantSpecifyArrayAndNullableOnBoth() As String Get Return ResourceManager.GetString("ERR_CantSpecifyArrayAndNullableOnBoth", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array modifiers cannot be specified on both a variable and its type.. ''' Friend ReadOnly Property ERR_CantSpecifyArraysOnBoth() As String Get Return ResourceManager.GetString("ERR_CantSpecifyArraysOnBoth", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable modifier cannot be specified in variable declarations with 'As New'.. ''' Friend ReadOnly Property ERR_CantSpecifyAsNewAndNullable() As String Get Return ResourceManager.GetString("ERR_CantSpecifyAsNewAndNullable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable modifier cannot be specified on both a variable and its type.. ''' Friend ReadOnly Property ERR_CantSpecifyNullableOnBoth() As String Get Return ResourceManager.GetString("ERR_CantSpecifyNullableOnBoth", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.. ''' Friend ReadOnly Property ERR_CantSpecifyParamsOnLambdaParamNoType() As String Get Return ResourceManager.GetString("ERR_CantSpecifyParamsOnLambdaParamNoType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expressions used with an 'If' expression cannot contain type characters.. ''' Friend ReadOnly Property ERR_CantSpecifyTypeCharacterOnIIF() As String Get Return ResourceManager.GetString("ERR_CantSpecifyTypeCharacterOnIIF", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Throw' operand must derive from 'System.Exception'.. ''' Friend ReadOnly Property ERR_CantThrowNonException() As String Get Return ResourceManager.GetString("ERR_CantThrowNonException", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The RequiredAttribute attribute is not permitted on Visual Basic types.. ''' Friend ReadOnly Property ERR_CantUseRequiredAttribute() As String Get Return ResourceManager.GetString("ERR_CantUseRequiredAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Case' cannot follow a 'Case Else' in the same 'Select' statement.. ''' Friend ReadOnly Property ERR_CaseAfterCaseElse() As String Get Return ResourceManager.GetString("ERR_CaseAfterCaseElse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Case Else' can only appear inside a 'Select Case' statement.. ''' Friend ReadOnly Property ERR_CaseElseNoSelect() As String Get Return ResourceManager.GetString("ERR_CaseElseNoSelect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Case' can only appear inside a 'Select Case' statement.. ''' Friend ReadOnly Property ERR_CaseNoSelect() As String Get Return ResourceManager.GetString("ERR_CaseNoSelect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' cannot appear after 'Finally' within a 'Try' statement.. ''' Friend ReadOnly Property ERR_CatchAfterFinally() As String Get Return ResourceManager.GetString("ERR_CatchAfterFinally", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' cannot appear outside a 'Try' statement.. ''' Friend ReadOnly Property ERR_CatchNoMatchingTry() As String Get Return ResourceManager.GetString("ERR_CatchNoMatchingTry", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.. ''' Friend ReadOnly Property ERR_CatchNotException1() As String Get Return ResourceManager.GetString("ERR_CatchNotException1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.. ''' Friend ReadOnly Property ERR_CatchVariableNotLocal1() As String Get Return ResourceManager.GetString("ERR_CatchVariableNotLocal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Char' values cannot be converted to '{0}'. Use 'Microsoft.VisualBasic.AscW' to interpret a character as a Unicode value or 'Microsoft.VisualBasic.Val' to interpret it as a digit.. ''' Friend ReadOnly Property ERR_CharToIntegralTypeMismatch1() As String Get Return ResourceManager.GetString("ERR_CharToIntegralTypeMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.. ''' Friend ReadOnly Property ERR_CircularBaseDependencies4() As String Get Return ResourceManager.GetString("ERR_CircularBaseDependencies4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constant '{0}' cannot depend on its own value.. ''' Friend ReadOnly Property ERR_CircularEvaluation1() As String Get Return ResourceManager.GetString("ERR_CircularEvaluation1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of '{0}' cannot be inferred from an expression containing '{0}'.. ''' Friend ReadOnly Property ERR_CircularInference1() As String Get Return ResourceManager.GetString("ERR_CircularInference1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.. ''' Friend ReadOnly Property ERR_ClashWithReservedEnumMember1() As String Get Return ResourceManager.GetString("ERR_ClashWithReservedEnumMember1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type constraint cannot be a 'NotInheritable' class.. ''' Friend ReadOnly Property ERR_ClassConstraintNotInheritable1() As String Get Return ResourceManager.GetString("ERR_ClassConstraintNotInheritable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.. ''' Friend ReadOnly Property ERR_ClassInheritsBaseUnifiesWithInterfaces3() As String Get Return ResourceManager.GetString("ERR_ClassInheritsBaseUnifiesWithInterfaces3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' from which the implemented interface '{3}' inherits for some type arguments.. ''' Friend ReadOnly Property ERR_ClassInheritsInterfaceBaseUnifiesWithBase4() As String Get Return ResourceManager.GetString("ERR_ClassInheritsInterfaceBaseUnifiesWithBase4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.. ''' Friend ReadOnly Property ERR_ClassInheritsInterfaceUnifiesWithBase3() As String Get Return ResourceManager.GetString("ERR_ClassInheritsInterfaceUnifiesWithBase3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is a class type and cannot be used as an expression.. ''' Friend ReadOnly Property ERR_ClassNotExpression1() As String Get Return ResourceManager.GetString("ERR_ClassNotExpression1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' given in a source file conflicts with option '{1}'.. ''' Friend ReadOnly Property ERR_CmdOptionConflictsSource() As String Get Return ResourceManager.GetString("ERR_CmdOptionConflictsSource", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implementing class '{0}' for interface '{1}' cannot be found.. ''' Friend ReadOnly Property ERR_CoClassMissing2() As String Get Return ResourceManager.GetString("ERR_CoClassMissing2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' conflicts with public type defined in added module '{1}'.. ''' Friend ReadOnly Property ERR_CollisionWithPublicTypeInModule() As String Get Return ResourceManager.GetString("ERR_CollisionWithPublicTypeInModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.. ''' Friend ReadOnly Property ERR_ComClassAndReservedAttribute1() As String Get Return ResourceManager.GetString("ERR_ComClassAndReservedAttribute1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.. ''' Friend ReadOnly Property ERR_ComClassCantBeAbstract0() As String Get Return ResourceManager.GetString("ERR_ComClassCantBeAbstract0", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.. ''' Friend ReadOnly Property ERR_ComClassDuplicateGuids1() As String Get Return ResourceManager.GetString("ERR_ComClassDuplicateGuids1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generic methods cannot be exposed to COM.. ''' Friend ReadOnly Property ERR_ComClassGenericMethod() As String Get Return ResourceManager.GetString("ERR_ComClassGenericMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.. ''' Friend ReadOnly Property ERR_ComClassOnGeneric() As String Get Return ResourceManager.GetString("ERR_ComClassOnGeneric", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.. ''' Friend ReadOnly Property ERR_ComClassRequiresPublicClass1() As String Get Return ResourceManager.GetString("ERR_ComClassRequiresPublicClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.. ''' Friend ReadOnly Property ERR_ComClassRequiresPublicClass2() As String Get Return ResourceManager.GetString("ERR_ComClassRequiresPublicClass2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.. ''' Friend ReadOnly Property ERR_ComClassReservedDispId1() As String Get Return ResourceManager.GetString("ERR_ComClassReservedDispId1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.. ''' Friend ReadOnly Property ERR_ComClassReservedDispIdZero1() As String Get Return ResourceManager.GetString("ERR_ComClassReservedDispIdZero1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conditional compilation constant '{1}' is not valid: {0}. ''' Friend ReadOnly Property ERR_ConditionalCompilationConstantNotValid() As String Get Return ResourceManager.GetString("ERR_ConditionalCompilationConstantNotValid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' must define operator '{1}' to be used in a '{2}' expression.. ''' Friend ReadOnly Property ERR_ConditionOperatorRequired3() As String Get Return ResourceManager.GetString("ERR_ConditionOperatorRequired3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.. ''' Friend ReadOnly Property ERR_ConflictDefaultPropertyAttribute() As String Get Return ResourceManager.GetString("ERR_ConflictDefaultPropertyAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.. ''' Friend ReadOnly Property ERR_ConflictingDirectConstraints3() As String Get Return ResourceManager.GetString("ERR_ConflictingDirectConstraints3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Assembly and module '{0}' cannot target different processors.. ''' Friend ReadOnly Property ERR_ConflictingMachineModule() As String Get Return ResourceManager.GetString("ERR_ConflictingMachineModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.. ''' Friend ReadOnly Property ERR_ConflictingManifestSwitches() As String Get Return ResourceManager.GetString("ERR_ConflictingManifestSwitches", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Length of String constant exceeds current memory limit. Try splitting the string into multiple constants.. ''' Friend ReadOnly Property ERR_ConstantStringTooLong() As String Get Return ResourceManager.GetString("ERR_ConstantStringTooLong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constants must have a value.. ''' Friend ReadOnly Property ERR_ConstantWithNoValue() As String Get Return ResourceManager.GetString("ERR_ConstantWithNoValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.. ''' Friend ReadOnly Property ERR_ConstAsNonConstant() As String Get Return ResourceManager.GetString("ERR_ConstAsNonConstant", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type constraint '{0}' must be either a class, interface or type parameter.. ''' Friend ReadOnly Property ERR_ConstNotClassInterfaceOrTypeParam1() As String Get Return ResourceManager.GetString("ERR_ConstNotClassInterfaceOrTypeParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constraint type '{0}' already specified for this type parameter.. ''' Friend ReadOnly Property ERR_ConstraintAlreadyExists1() As String Get Return ResourceManager.GetString("ERR_ConstraintAlreadyExists1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.. ''' Friend ReadOnly Property ERR_ConstraintClashDirectIndirect3() As String Get Return ResourceManager.GetString("ERR_ConstraintClashDirectIndirect3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.. ''' Friend ReadOnly Property ERR_ConstraintClashIndirectDirect3() As String Get Return ResourceManager.GetString("ERR_ConstraintClashIndirectDirect3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.. ''' Friend ReadOnly Property ERR_ConstraintClashIndirectIndirect4() As String Get Return ResourceManager.GetString("ERR_ConstraintClashIndirectIndirect4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' cannot be constrained to itself: {1}. ''' Friend ReadOnly Property ERR_ConstraintCycle2() As String Get Return ResourceManager.GetString("ERR_ConstraintCycle2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}' is constrained to '{1}'.. ''' Friend ReadOnly Property ERR_ConstraintCycleLink2() As String Get Return ResourceManager.GetString("ERR_ConstraintCycleLink2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be used as a type constraint.. ''' Friend ReadOnly Property ERR_ConstraintIsRestrictedType1() As String Get Return ResourceManager.GetString("ERR_ConstraintIsRestrictedType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constructor must not have the 'Async' modifier.. ''' Friend ReadOnly Property ERR_ConstructorAsync() As String Get Return ResourceManager.GetString("ERR_ConstructorAsync", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub New' cannot be declared 'Partial'.. ''' Friend ReadOnly Property ERR_ConstructorCannotBeDeclaredPartial() As String Get Return ResourceManager.GetString("ERR_ConstructorCannotBeDeclaredPartial", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constructor must be declared as a Sub, not as a Function.. ''' Friend ReadOnly Property ERR_ConstructorFunction() As String Get Return ResourceManager.GetString("ERR_ConstructorFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' has no constructors.. ''' Friend ReadOnly Property ERR_ConstructorNotFound1() As String Get Return ResourceManager.GetString("ERR_ConstructorNotFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Continue Do' can only appear inside a 'Do' statement.. ''' Friend ReadOnly Property ERR_ContinueDoNotWithinDo() As String Get Return ResourceManager.GetString("ERR_ContinueDoNotWithinDo", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Continue For' can only appear inside a 'For' statement.. ''' Friend ReadOnly Property ERR_ContinueForNotWithinFor() As String Get Return ResourceManager.GetString("ERR_ContinueForNotWithinFor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Continue While' can only appear inside a 'While' statement.. ''' Friend ReadOnly Property ERR_ContinueWhileNotWithinWhile() As String Get Return ResourceManager.GetString("ERR_ContinueWhileNotWithinWhile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from a base type.. ''' Friend ReadOnly Property ERR_ConversionFromBaseType() As String Get Return ResourceManager.GetString("ERR_ConversionFromBaseType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from a derived type.. ''' Friend ReadOnly Property ERR_ConversionFromDerivedType() As String Get Return ResourceManager.GetString("ERR_ConversionFromDerivedType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from an interface type.. ''' Friend ReadOnly Property ERR_ConversionFromInterfaceType() As String Get Return ResourceManager.GetString("ERR_ConversionFromInterfaceType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from Object.. ''' Friend ReadOnly Property ERR_ConversionFromObject() As String Get Return ResourceManager.GetString("ERR_ConversionFromObject", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from a type to its base type.. ''' Friend ReadOnly Property ERR_ConversionToBaseType() As String Get Return ResourceManager.GetString("ERR_ConversionToBaseType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from a type to its derived type.. ''' Friend ReadOnly Property ERR_ConversionToDerivedType() As String Get Return ResourceManager.GetString("ERR_ConversionToDerivedType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert to an interface type.. ''' Friend ReadOnly Property ERR_ConversionToInterfaceType() As String Get Return ResourceManager.GetString("ERR_ConversionToInterfaceType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert to Object.. ''' Friend ReadOnly Property ERR_ConversionToObject() As String Get Return ResourceManager.GetString("ERR_ConversionToObject", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators cannot convert from a type to the same type.. ''' Friend ReadOnly Property ERR_ConversionToSameType() As String Get Return ResourceManager.GetString("ERR_ConversionToSameType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.. ''' Friend ReadOnly Property ERR_ConvertArrayMismatch4() As String Get Return ResourceManager.GetString("ERR_ConvertArrayMismatch4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.. ''' Friend ReadOnly Property ERR_ConvertArrayRankMismatch2() As String Get Return ResourceManager.GetString("ERR_ConvertArrayRankMismatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.. ''' Friend ReadOnly Property ERR_ConvertObjectArrayMismatch3() As String Get Return ResourceManager.GetString("ERR_ConvertObjectArrayMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion operators must be declared either 'Widening' or 'Narrowing'.. ''' Friend ReadOnly Property ERR_ConvMustBeWideningOrNarrowing() As String Get Return ResourceManager.GetString("ERR_ConvMustBeWideningOrNarrowing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.. ''' Friend ReadOnly Property ERR_ConvParamMustBeContainingType1() As String Get Return ResourceManager.GetString("ERR_ConvParamMustBeContainingType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.. ''' Friend ReadOnly Property ERR_CopyBackTypeMismatch3() As String Get Return ResourceManager.GetString("ERR_CopyBackTypeMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cryptographic failure while creating hashes.. ''' Friend ReadOnly Property ERR_CryptoHashFailed() As String Get Return ResourceManager.GetString("ERR_CryptoHashFailed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Custom' modifier is not valid on events declared in interfaces.. ''' Friend ReadOnly Property ERR_CustomEventInvInInterface() As String Get Return ResourceManager.GetString("ERR_CustomEventInvInInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Custom' modifier is not valid on events declared without explicit delegate types.. ''' Friend ReadOnly Property ERR_CustomEventRequiresAs() As String Get Return ResourceManager.GetString("ERR_CustomEventRequiresAs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.. ''' Friend ReadOnly Property ERR_DateToDoubleConversion() As String Get Return ResourceManager.GetString("ERR_DateToDoubleConversion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Debug entry point must be a definition of a method declared in the current compilation.. ''' Friend ReadOnly Property ERR_DebugEntryPointNotSourceMethodDefinition() As String Get Return ResourceManager.GetString("ERR_DebugEntryPointNotSourceMethodDefinition", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Declare' statements are not allowed in generic types or types contained in generic types.. ''' Friend ReadOnly Property ERR_DeclaresCantBeInGeneric() As String Get Return ResourceManager.GetString("ERR_DeclaresCantBeInGeneric", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.. ''' Friend ReadOnly Property ERR_DefaultEventNotFound1() As String Get Return ResourceManager.GetString("ERR_DefaultEventNotFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Default member of '{0}' is not a property.. ''' Friend ReadOnly Property ERR_DefaultMemberNotProperty1() As String Get Return ResourceManager.GetString("ERR_DefaultMemberNotProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because only one is declared 'Default'.. ''' Friend ReadOnly Property ERR_DefaultMissingFromProperty2() As String Get Return ResourceManager.GetString("ERR_DefaultMissingFromProperty2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.. ''' Friend ReadOnly Property ERR_DefaultPropertyAmbiguousAcrossInterfaces4() As String Get Return ResourceManager.GetString("ERR_DefaultPropertyAmbiguousAcrossInterfaces4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Properties with no required parameters cannot be declared 'Default'.. ''' Friend ReadOnly Property ERR_DefaultPropertyWithNoParams() As String Get Return ResourceManager.GetString("ERR_DefaultPropertyWithNoParams", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Default values cannot be supplied for parameters that are not declared 'Optional'.. ''' Friend ReadOnly Property ERR_DefaultValueForNonOptionalParam() As String Get Return ResourceManager.GetString("ERR_DefaultValueForNonOptionalParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to No accessible method '{0}' has a signature compatible with delegate '{1}':{2}. ''' Friend ReadOnly Property ERR_DelegateBindingFailure3() As String Get Return ResourceManager.GetString("ERR_DelegateBindingFailure3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method '{0}' does not have a signature compatible with delegate '{1}'.. ''' Friend ReadOnly Property ERR_DelegateBindingIncompatible2() As String Get Return ResourceManager.GetString("ERR_DelegateBindingIncompatible2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.. ''' Friend ReadOnly Property ERR_DelegateBindingIncompatible3() As String Get Return ResourceManager.GetString("ERR_DelegateBindingIncompatible3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method does not have a signature compatible with the delegate.. ''' Friend ReadOnly Property ERR_DelegateBindingMismatch() As String Get Return ResourceManager.GetString("ERR_DelegateBindingMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.. ''' Friend ReadOnly Property ERR_DelegateBindingMismatchStrictOff2() As String Get Return ResourceManager.GetString("ERR_DelegateBindingMismatchStrictOff2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.. ''' Friend ReadOnly Property ERR_DelegateBindingMismatchStrictOff3() As String Get Return ResourceManager.GetString("ERR_DelegateBindingMismatchStrictOff3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type arguments could not be inferred from the delegate.. ''' Friend ReadOnly Property ERR_DelegateBindingTypeInferenceFails() As String Get Return ResourceManager.GetString("ERR_DelegateBindingTypeInferenceFails", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegates cannot handle events.. ''' Friend ReadOnly Property ERR_DelegateCantHandleEvents() As String Get Return ResourceManager.GetString("ERR_DelegateCantHandleEvents", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegates cannot implement interface methods.. ''' Friend ReadOnly Property ERR_DelegateCantImplement() As String Get Return ResourceManager.GetString("ERR_DelegateCantImplement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.. ''' Friend ReadOnly Property ERR_DelegateNoInvoke1() As String Get Return ResourceManager.GetString("ERR_DelegateNoInvoke1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.. ''' Friend ReadOnly Property ERR_DllImportNotLegalOnDeclare() As String Get Return ResourceManager.GetString("ERR_DllImportNotLegalOnDeclare", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.. ''' Friend ReadOnly Property ERR_DllImportNotLegalOnEventMethod() As String Get Return ResourceManager.GetString("ERR_DllImportNotLegalOnEventMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.. ''' Friend ReadOnly Property ERR_DllImportNotLegalOnGetOrSet() As String Get Return ResourceManager.GetString("ERR_DllImportNotLegalOnGetOrSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.. ''' Friend ReadOnly Property ERR_DllImportOnGenericSubOrFunction() As String Get Return ResourceManager.GetString("ERR_DllImportOnGenericSubOrFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.. ''' Friend ReadOnly Property ERR_DllImportOnInstanceMethod() As String Get Return ResourceManager.GetString("ERR_DllImportOnInstanceMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.. ''' Friend ReadOnly Property ERR_DllImportOnInterfaceMethod() As String Get Return ResourceManager.GetString("ERR_DllImportOnInterfaceMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.. ''' Friend ReadOnly Property ERR_DllImportOnNonEmptySubOrFunction() As String Get Return ResourceManager.GetString("ERR_DllImportOnNonEmptySubOrFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.. ''' Friend ReadOnly Property ERR_DllImportOnResumableMethod() As String Get Return ResourceManager.GetString("ERR_DllImportOnResumableMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error writing to XML documentation file: {0}. ''' Friend ReadOnly Property ERR_DocFileGen() As String Get Return ResourceManager.GetString("ERR_DocFileGen", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' does not implement '{1}'.. ''' Friend ReadOnly Property ERR_DoesntImplementAwaitInterface2() As String Get Return ResourceManager.GetString("ERR_DoesntImplementAwaitInterface2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.. ''' Friend ReadOnly Property ERR_DoubleToDateConversion() As String Get Return ResourceManager.GetString("ERR_DoubleToDateConversion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML DTDs are not supported.. ''' Friend ReadOnly Property ERR_DTDNotSupported() As String Get Return ResourceManager.GetString("ERR_DTDNotSupported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Only one of 'Public', 'Private', 'Protected', 'Friend', or 'Protected Friend' can be specified.. ''' Friend ReadOnly Property ERR_DuplicateAccessCategoryUsed() As String Get Return ResourceManager.GetString("ERR_DuplicateAccessCategoryUsed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' is already declared.. ''' Friend ReadOnly Property ERR_DuplicateAddHandlerDef() As String Get Return ResourceManager.GetString("ERR_DuplicateAddHandlerDef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.. ''' Friend ReadOnly Property ERR_DuplicateAggrMemberInit1() As String Get Return ResourceManager.GetString("ERR_DuplicateAggrMemberInit1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Anonymous type member or property '{0}' is already declared.. ''' Friend ReadOnly Property ERR_DuplicateAnonTypeMemberName1() As String Get Return ResourceManager.GetString("ERR_DuplicateAnonTypeMemberName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Widening' and 'Narrowing' cannot be combined.. ''' Friend ReadOnly Property ERR_DuplicateConversionCategoryUsed() As String Get Return ResourceManager.GetString("ERR_DuplicateConversionCategoryUsed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Default' can be applied to only one property name in a {0}.. ''' Friend ReadOnly Property ERR_DuplicateDefaultProps1() As String Get Return ResourceManager.GetString("ERR_DuplicateDefaultProps1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace or type '{0}' has already been imported.. ''' Friend ReadOnly Property ERR_DuplicateImport1() As String Get Return ResourceManager.GetString("ERR_DuplicateImport1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be inherited more than once.. ''' Friend ReadOnly Property ERR_DuplicateInInherits1() As String Get Return ResourceManager.GetString("ERR_DuplicateInInherits1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable '{0}' is already declared in the current block.. ''' Friend ReadOnly Property ERR_DuplicateLocals1() As String Get Return ResourceManager.GetString("ERR_DuplicateLocals1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Static local variable '{0}' is already declared.. ''' Friend ReadOnly Property ERR_DuplicateLocalStatic1() As String Get Return ResourceManager.GetString("ERR_DuplicateLocalStatic1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.. ''' Friend ReadOnly Property ERR_DuplicateLocalTypes3() As String Get Return ResourceManager.GetString("ERR_DuplicateLocalTypes3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.. ''' Friend ReadOnly Property ERR_DuplicateModifierCategoryUsed() As String Get Return ResourceManager.GetString("ERR_DuplicateModifierCategoryUsed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Alias '{0}' is already declared.. ''' Friend ReadOnly Property ERR_DuplicateNamedImportAlias1() As String Get Return ResourceManager.GetString("ERR_DuplicateNamedImportAlias1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option {0}' statement can only appear once per file.. ''' Friend ReadOnly Property ERR_DuplicateOption1() As String Get Return ResourceManager.GetString("ERR_DuplicateOption1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter specifier is duplicated.. ''' Friend ReadOnly Property ERR_DuplicateParameterSpecifier() As String Get Return ResourceManager.GetString("ERR_DuplicateParameterSpecifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter already declared with name '{0}'.. ''' Friend ReadOnly Property ERR_DuplicateParamName1() As String Get Return ResourceManager.GetString("ERR_DuplicateParamName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML namespace prefix '{0}' is already declared.. ''' Friend ReadOnly Property ERR_DuplicatePrefix() As String Get Return ResourceManager.GetString("ERR_DuplicatePrefix", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has multiple definitions with identical signatures.. ''' Friend ReadOnly Property ERR_DuplicateProcDef1() As String Get Return ResourceManager.GetString("ERR_DuplicateProcDef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.. ''' Friend ReadOnly Property ERR_DuplicateProcDefWithDifferentTupleNames2() As String Get Return ResourceManager.GetString("ERR_DuplicateProcDefWithDifferentTupleNames2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Get' is already declared.. ''' Friend ReadOnly Property ERR_DuplicatePropertyGet() As String Get Return ResourceManager.GetString("ERR_DuplicatePropertyGet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Set' is already declared.. ''' Friend ReadOnly Property ERR_DuplicatePropertySet() As String Get Return ResourceManager.GetString("ERR_DuplicatePropertySet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RaiseEvent' is already declared.. ''' Friend ReadOnly Property ERR_DuplicateRaiseEventDef() As String Get Return ResourceManager.GetString("ERR_DuplicateRaiseEventDef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generic type '{0}' cannot be imported more than once.. ''' Friend ReadOnly Property ERR_DuplicateRawGenericTypeImport1() As String Get Return ResourceManager.GetString("ERR_DuplicateRawGenericTypeImport1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.. ''' Friend ReadOnly Property ERR_DuplicateReference2() As String Get Return ResourceManager.GetString("ERR_DuplicateReference2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.. ''' Friend ReadOnly Property ERR_DuplicateReferenceStrong() As String Get Return ResourceManager.GetString("ERR_DuplicateReferenceStrong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RemoveHandler' is already declared.. ''' Friend ReadOnly Property ERR_DuplicateRemoveHandlerDef() As String Get Return ResourceManager.GetString("ERR_DuplicateRemoveHandlerDef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.. ''' Friend ReadOnly Property ERR_DuplicateResourceFileName1() As String Get Return ResourceManager.GetString("ERR_DuplicateResourceFileName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Resource name '{0}' cannot be used more than once.. ''' Friend ReadOnly Property ERR_DuplicateResourceName1() As String Get Return ResourceManager.GetString("ERR_DuplicateResourceName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Specifier is duplicated.. ''' Friend ReadOnly Property ERR_DuplicateSpecifier() As String Get Return ResourceManager.GetString("ERR_DuplicateSpecifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter already declared with name '{0}'.. ''' Friend ReadOnly Property ERR_DuplicateTypeParamName1() As String Get Return ResourceManager.GetString("ERR_DuplicateTypeParamName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' and 'WriteOnly' cannot be combined.. ''' Friend ReadOnly Property ERR_DuplicateWriteabilityCategoryUsed() As String Get Return ResourceManager.GetString("ERR_DuplicateWriteabilityCategoryUsed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Duplicate XML attribute '{0}'.. ''' Friend ReadOnly Property ERR_DuplicateXmlAttribute() As String Get Return ResourceManager.GetString("ERR_DuplicateXmlAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.. ''' Friend ReadOnly Property ERR_ElseIfNoMatchingIf() As String Get Return ResourceManager.GetString("ERR_ElseIfNoMatchingIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Else' must be preceded by a matching 'If' or 'ElseIf'.. ''' Friend ReadOnly Property ERR_ElseNoMatchingIf() As String Get Return ResourceManager.GetString("ERR_ElseNoMatchingIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An embedded expression cannot be used here.. ''' Friend ReadOnly Property ERR_EmbeddedExpression() As String Get Return ResourceManager.GetString("ERR_EmbeddedExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An aggregate collection initializer entry must contain at least one element.. ''' Friend ReadOnly Property ERR_EmptyAggregateInitializer() As String Get Return ResourceManager.GetString("ERR_EmptyAggregateInitializer", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot continue since the edit includes a reference to an embedded type: '{0}'.. ''' Friend ReadOnly Property ERR_EncNoPIAReference() As String Get Return ResourceManager.GetString("ERR_EncNoPIAReference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot emit debug information for a source text without encoding.. ''' Friend ReadOnly Property ERR_EncodinglessSyntaxTree() As String Get Return ResourceManager.GetString("ERR_EncodinglessSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.. ''' Friend ReadOnly Property ERR_EncReferenceToAddedMember() As String Get Return ResourceManager.GetString("ERR_EncReferenceToAddedMember", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot update '{0}'; attribute '{1}' is missing.. ''' Friend ReadOnly Property ERR_EncUpdateFailedMissingAttribute() As String Get Return ResourceManager.GetString("ERR_EncUpdateFailedMissingAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Class' must be preceded by a matching 'Class'.. ''' Friend ReadOnly Property ERR_EndClassNoClass() As String Get Return ResourceManager.GetString("ERR_EndClassNoClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End' statement cannot be used in class library projects.. ''' Friend ReadOnly Property ERR_EndDisallowedInDllProjects() As String Get Return ResourceManager.GetString("ERR_EndDisallowedInDllProjects", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#End ExternalSource' must be preceded by a matching '#ExternalSource'.. ''' Friend ReadOnly Property ERR_EndExternalSource() As String Get Return ResourceManager.GetString("ERR_EndExternalSource", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Function' expected.. ''' Friend ReadOnly Property ERR_EndFunctionExpected() As String Get Return ResourceManager.GetString("ERR_EndFunctionExpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End If' must be preceded by a matching 'If'.. ''' Friend ReadOnly Property ERR_EndIfNoMatchingIf() As String Get Return ResourceManager.GetString("ERR_EndIfNoMatchingIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Module' must be preceded by a matching 'Module'.. ''' Friend ReadOnly Property ERR_EndModuleNoModule() As String Get Return ResourceManager.GetString("ERR_EndModuleNoModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Namespace' must be preceded by a matching 'Namespace'.. ''' Friend ReadOnly Property ERR_EndNamespaceNoNamespace() As String Get Return ResourceManager.GetString("ERR_EndNamespaceNoNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Operator' expected.. ''' Friend ReadOnly Property ERR_EndOperatorExpected() As String Get Return ResourceManager.GetString("ERR_EndOperatorExpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Operator' must be the first statement on a line.. ''' Friend ReadOnly Property ERR_EndOperatorNotAtLineStart() As String Get Return ResourceManager.GetString("ERR_EndOperatorNotAtLineStart", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property missing 'End Property'.. ''' Friend ReadOnly Property ERR_EndProp() As String Get Return ResourceManager.GetString("ERR_EndProp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#End Region' must be preceded by a matching '#Region'.. ''' Friend ReadOnly Property ERR_EndRegionNoRegion() As String Get Return ResourceManager.GetString("ERR_EndRegionNoRegion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Select' must be preceded by a matching 'Select Case'.. ''' Friend ReadOnly Property ERR_EndSelectNoSelect() As String Get Return ResourceManager.GetString("ERR_EndSelectNoSelect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Structure' must be preceded by a matching 'Structure'.. ''' Friend ReadOnly Property ERR_EndStructureNoStructure() As String Get Return ResourceManager.GetString("ERR_EndStructureNoStructure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Sub' expected.. ''' Friend ReadOnly Property ERR_EndSubExpected() As String Get Return ResourceManager.GetString("ERR_EndSubExpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End SyncLock' must be preceded by a matching 'SyncLock'.. ''' Friend ReadOnly Property ERR_EndSyncLockNoSyncLock() As String Get Return ResourceManager.GetString("ERR_EndSyncLockNoSyncLock", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Try' must be preceded by a matching 'Try'.. ''' Friend ReadOnly Property ERR_EndTryNoTry() As String Get Return ResourceManager.GetString("ERR_EndTryNoTry", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Using' must be preceded by a matching 'Using'.. ''' Friend ReadOnly Property ERR_EndUsingWithoutUsing() As String Get Return ResourceManager.GetString("ERR_EndUsingWithoutUsing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End While' must be preceded by a matching 'While'.. ''' Friend ReadOnly Property ERR_EndWhileNoWhile() As String Get Return ResourceManager.GetString("ERR_EndWhileNoWhile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End With' must be preceded by a matching 'With'.. ''' Friend ReadOnly Property ERR_EndWithWithoutWith() As String Get Return ResourceManager.GetString("ERR_EndWithWithoutWith", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an Enum type and cannot be used as an expression.. ''' Friend ReadOnly Property ERR_EnumNotExpression1() As String Get Return ResourceManager.GetString("ERR_EnumNotExpression1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must reference at least one range variable on both sides of the 'Equals' operator. Range variable(s) {0} must appear on one side of the 'Equals' operator, and range variable(s) {1} must appear on the other.. ''' Friend ReadOnly Property ERR_EqualsOperandIsBad() As String Get Return ResourceManager.GetString("ERR_EqualsOperandIsBad", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.. ''' Friend ReadOnly Property ERR_EqualsTypeMismatch() As String Get Return ResourceManager.GetString("ERR_EqualsTypeMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error creating Win32 resources: {0}. ''' Friend ReadOnly Property ERR_ErrorCreatingWin32ResourceFile() As String Get Return ResourceManager.GetString("ERR_ErrorCreatingWin32ResourceFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.. ''' Friend ReadOnly Property ERR_EventAddRemoveByrefParamIllegal() As String Get Return ResourceManager.GetString("ERR_EventAddRemoveByrefParamIllegal", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.. ''' Friend ReadOnly Property ERR_EventAddRemoveHasOnlyOneParam() As String Get Return ResourceManager.GetString("ERR_EventAddRemoveHasOnlyOneParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Events cannot be declared with a delegate type that has a return type.. ''' Friend ReadOnly Property ERR_EventDelegatesCantBeFunctions() As String Get Return ResourceManager.GetString("ERR_EventDelegatesCantBeFunctions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.. ''' Friend ReadOnly Property ERR_EventHandlerSignatureIncompatible2() As String Get Return ResourceManager.GetString("ERR_EventHandlerSignatureIncompatible2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.. ''' Friend ReadOnly Property ERR_EventImplMismatch5() As String Get Return ResourceManager.GetString("ERR_EventImplMismatch5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.. ''' Friend ReadOnly Property ERR_EventImplRemoveHandlerParamWrong() As String Get Return ResourceManager.GetString("ERR_EventImplRemoveHandlerParamWrong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_EventMethodOptionalParamIllegal1() As String Get Return ResourceManager.GetString("ERR_EventMethodOptionalParamIllegal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.. ''' Friend ReadOnly Property ERR_EventNoPIANoBackingMember() As String Get Return ResourceManager.GetString("ERR_EventNoPIANoBackingMember", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event '{0}' cannot be found.. ''' Friend ReadOnly Property ERR_EventNotFound1() As String Get Return ResourceManager.GetString("ERR_EventNotFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Events cannot have a return type.. ''' Friend ReadOnly Property ERR_EventsCantBeFunctions() As String Get Return ResourceManager.GetString("ERR_EventsCantBeFunctions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'WithEvents' variables cannot be typed as arrays.. ''' Friend ReadOnly Property ERR_EventSourceIsArray() As String Get Return ResourceManager.GetString("ERR_EventSourceIsArray", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Events declared with an 'As' clause must have a delegate type.. ''' Friend ReadOnly Property ERR_EventTypeNotDelegate() As String Get Return ResourceManager.GetString("ERR_EventTypeNotDelegate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear outside of a method body.. ''' Friend ReadOnly Property ERR_ExecutableAsDeclaration() As String Get Return ResourceManager.GetString("ERR_ExecutableAsDeclaration", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Do' can only appear inside a 'Do' statement.. ''' Friend ReadOnly Property ERR_ExitDoNotWithinDo() As String Get Return ResourceManager.GetString("ERR_ExitDoNotWithinDo", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.. ''' Friend ReadOnly Property ERR_ExitEventMemberNotInvalid() As String Get Return ResourceManager.GetString("ERR_ExitEventMemberNotInvalid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit For' can only appear inside a 'For' statement.. ''' Friend ReadOnly Property ERR_ExitForNotWithinFor() As String Get Return ResourceManager.GetString("ERR_ExitForNotWithinFor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Function' is not valid in a Sub or Property.. ''' Friend ReadOnly Property ERR_ExitFuncOfSub() As String Get Return ResourceManager.GetString("ERR_ExitFuncOfSub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Operator' is not valid. Use 'Return' to exit an operator.. ''' Friend ReadOnly Property ERR_ExitOperatorNotValid() As String Get Return ResourceManager.GetString("ERR_ExitOperatorNotValid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Property' is not valid in a Function or Sub.. ''' Friend ReadOnly Property ERR_ExitPropNot() As String Get Return ResourceManager.GetString("ERR_ExitPropNot", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Select' can only appear inside a 'Select' statement.. ''' Friend ReadOnly Property ERR_ExitSelectNotWithinSelect() As String Get Return ResourceManager.GetString("ERR_ExitSelectNotWithinSelect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Sub' is not valid in a Function or Property.. ''' Friend ReadOnly Property ERR_ExitSubOfFunc() As String Get Return ResourceManager.GetString("ERR_ExitSubOfFunc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit Try' can only appear inside a 'Try' statement.. ''' Friend ReadOnly Property ERR_ExitTryNotWithinTry() As String Get Return ResourceManager.GetString("ERR_ExitTryNotWithinTry", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit While' can only appear inside a 'While' statement.. ''' Friend ReadOnly Property ERR_ExitWhileNotWithinWhile() As String Get Return ResourceManager.GetString("ERR_ExitWhileNotWithinWhile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'And' expected.. ''' Friend ReadOnly Property ERR_ExpectedAnd() As String Get Return ResourceManager.GetString("ERR_ExpectedAnd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' statement requires an array.. ''' Friend ReadOnly Property ERR_ExpectedArray1() As String Get Return ResourceManager.GetString("ERR_ExpectedArray1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'As' expected.. ''' Friend ReadOnly Property ERR_ExpectedAs() As String Get Return ResourceManager.GetString("ERR_ExpectedAs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '=' expected.. ''' Friend ReadOnly Property ERR_ExpectedAssignmentOperator() As String Get Return ResourceManager.GetString("ERR_ExpectedAssignmentOperator", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '=' expected (object initializer).. ''' Friend ReadOnly Property ERR_ExpectedAssignmentOperatorInInit() As String Get Return ResourceManager.GetString("ERR_ExpectedAssignmentOperatorInInit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'By' expected.. ''' Friend ReadOnly Property ERR_ExpectedBy() As String Get Return ResourceManager.GetString("ERR_ExpectedBy", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statements and labels are not valid between 'Select Case' and first 'Case'.. ''' Friend ReadOnly Property ERR_ExpectedCase() As String Get Return ResourceManager.GetString("ERR_ExpectedCase", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Comma expected.. ''' Friend ReadOnly Property ERR_ExpectedComma() As String Get Return ResourceManager.GetString("ERR_ExpectedComma", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.. ''' Friend ReadOnly Property ERR_ExpectedConditionalDirective() As String Get Return ResourceManager.GetString("ERR_ExpectedConditionalDirective", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Continue' must be followed by 'Do', 'For' or 'While'.. ''' Friend ReadOnly Property ERR_ExpectedContinueKind() As String Get Return ResourceManager.GetString("ERR_ExpectedContinueKind", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Declaration expected.. ''' Friend ReadOnly Property ERR_ExpectedDeclaration() As String Get Return ResourceManager.GetString("ERR_ExpectedDeclaration", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected '/' for XML end tag.. ''' Friend ReadOnly Property ERR_ExpectedDiv() As String Get Return ResourceManager.GetString("ERR_ExpectedDiv", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '.' expected.. ''' Friend ReadOnly Property ERR_ExpectedDot() As String Get Return ResourceManager.GetString("ERR_ExpectedDot", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Global' must be followed by '.' and an identifier.. ''' Friend ReadOnly Property ERR_ExpectedDotAfterGlobalNameSpace() As String Get Return ResourceManager.GetString("ERR_ExpectedDotAfterGlobalNameSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MyBase' must be followed by '.' and an identifier.. ''' Friend ReadOnly Property ERR_ExpectedDotAfterMyBase() As String Get Return ResourceManager.GetString("ERR_ExpectedDotAfterMyBase", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MyClass' must be followed by '.' and an identifier.. ''' Friend ReadOnly Property ERR_ExpectedDotAfterMyClass() As String Get Return ResourceManager.GetString("ERR_ExpectedDotAfterMyClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Class' statement must end with a matching 'End Class'.. ''' Friend ReadOnly Property ERR_ExpectedEndClass() As String Get Return ResourceManager.GetString("ERR_ExpectedEndClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#ExternalSource' statement must end with a matching '#End ExternalSource'.. ''' Friend ReadOnly Property ERR_ExpectedEndExternalSource() As String Get Return ResourceManager.GetString("ERR_ExpectedEndExternalSource", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'If' must end with a matching 'End If'.. ''' Friend ReadOnly Property ERR_ExpectedEndIf() As String Get Return ResourceManager.GetString("ERR_ExpectedEndIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Module' statement must end with a matching 'End Module'.. ''' Friend ReadOnly Property ERR_ExpectedEndModule() As String Get Return ResourceManager.GetString("ERR_ExpectedEndModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Namespace' statement must end with a matching 'End Namespace'.. ''' Friend ReadOnly Property ERR_ExpectedEndNamespace() As String Get Return ResourceManager.GetString("ERR_ExpectedEndNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to End of expression expected.. ''' Friend ReadOnly Property ERR_ExpectedEndOfExpression() As String Get Return ResourceManager.GetString("ERR_ExpectedEndOfExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#Region' statement must end with a matching '#End Region'.. ''' Friend ReadOnly Property ERR_ExpectedEndRegion() As String Get Return ResourceManager.GetString("ERR_ExpectedEndRegion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Select Case' must end with a matching 'End Select'.. ''' Friend ReadOnly Property ERR_ExpectedEndSelect() As String Get Return ResourceManager.GetString("ERR_ExpectedEndSelect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Structure' statement must end with a matching 'End Structure'.. ''' Friend ReadOnly Property ERR_ExpectedEndStructure() As String Get Return ResourceManager.GetString("ERR_ExpectedEndStructure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'SyncLock' statement must end with a matching 'End SyncLock'.. ''' Friend ReadOnly Property ERR_ExpectedEndSyncLock() As String Get Return ResourceManager.GetString("ERR_ExpectedEndSyncLock", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Try' must end with a matching 'End Try'.. ''' Friend ReadOnly Property ERR_ExpectedEndTry() As String Get Return ResourceManager.GetString("ERR_ExpectedEndTry", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Using' must end with a matching 'End Using'.. ''' Friend ReadOnly Property ERR_ExpectedEndUsing() As String Get Return ResourceManager.GetString("ERR_ExpectedEndUsing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'While' must end with a matching 'End While'.. ''' Friend ReadOnly Property ERR_ExpectedEndWhile() As String Get Return ResourceManager.GetString("ERR_ExpectedEndWhile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'With' must end with a matching 'End With'.. ''' Friend ReadOnly Property ERR_ExpectedEndWith() As String Get Return ResourceManager.GetString("ERR_ExpectedEndWith", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to End of statement expected.. ''' Friend ReadOnly Property ERR_ExpectedEOS() As String Get Return ResourceManager.GetString("ERR_ExpectedEOS", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '=' expected.. ''' Friend ReadOnly Property ERR_ExpectedEQ() As String Get Return ResourceManager.GetString("ERR_ExpectedEQ", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Equals' expected.. ''' Friend ReadOnly Property ERR_ExpectedEquals() As String Get Return ResourceManager.GetString("ERR_ExpectedEquals", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.. ''' Friend ReadOnly Property ERR_ExpectedExitKind() As String Get Return ResourceManager.GetString("ERR_ExpectedExitKind", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression expected.. ''' Friend ReadOnly Property ERR_ExpectedExpression() As String Get Return ResourceManager.GetString("ERR_ExpectedExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.. ''' Friend ReadOnly Property ERR_ExpectedForOptionStmt() As String Get Return ResourceManager.GetString("ERR_ExpectedForOptionStmt", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'From' expected.. ''' Friend ReadOnly Property ERR_ExpectedFrom() As String Get Return ResourceManager.GetString("ERR_ExpectedFrom", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '>' expected.. ''' Friend ReadOnly Property ERR_ExpectedGreater() As String Get Return ResourceManager.GetString("ERR_ExpectedGreater", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Identifier expected.. ''' Friend ReadOnly Property ERR_ExpectedIdentifier() As String Get Return ResourceManager.GetString("ERR_ExpectedIdentifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Group' or an identifier expected.. ''' Friend ReadOnly Property ERR_ExpectedIdentifierOrGroup() As String Get Return ResourceManager.GetString("ERR_ExpectedIdentifierOrGroup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'In' expected.. ''' Friend ReadOnly Property ERR_ExpectedIn() As String Get Return ResourceManager.GetString("ERR_ExpectedIn", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'In' or '=' expected.. ''' Friend ReadOnly Property ERR_ExpectedInOrEq() As String Get Return ResourceManager.GetString("ERR_ExpectedInOrEq", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Integer constant expected.. ''' Friend ReadOnly Property ERR_ExpectedIntLiteral() As String Get Return ResourceManager.GetString("ERR_ExpectedIntLiteral", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Into' expected.. ''' Friend ReadOnly Property ERR_ExpectedInto() As String Get Return ResourceManager.GetString("ERR_ExpectedInto", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Join' expected.. ''' Friend ReadOnly Property ERR_ExpectedJoin() As String Get Return ResourceManager.GetString("ERR_ExpectedJoin", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{' expected.. ''' Friend ReadOnly Property ERR_ExpectedLbrace() As String Get Return ResourceManager.GetString("ERR_ExpectedLbrace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Do' must end with a matching 'Loop'.. ''' Friend ReadOnly Property ERR_ExpectedLoop() As String Get Return ResourceManager.GetString("ERR_ExpectedLoop", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '(' expected.. ''' Friend ReadOnly Property ERR_ExpectedLparen() As String Get Return ResourceManager.GetString("ERR_ExpectedLparen", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected beginning '<' for an XML tag.. ''' Friend ReadOnly Property ERR_ExpectedLT() As String Get Return ResourceManager.GetString("ERR_ExpectedLT", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '-' expected.. ''' Friend ReadOnly Property ERR_ExpectedMinus() As String Get Return ResourceManager.GetString("ERR_ExpectedMinus", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Named argument expected.. ''' Friend ReadOnly Property ERR_ExpectedNamedArgument() As String Get Return ResourceManager.GetString("ERR_ExpectedNamedArgument", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'For' must end with a matching 'Next'.. ''' Friend ReadOnly Property ERR_ExpectedNext() As String Get Return ResourceManager.GetString("ERR_ExpectedNext", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'On' expected.. ''' Friend ReadOnly Property ERR_ExpectedOn() As String Get Return ResourceManager.GetString("ERR_ExpectedOn", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Optional' expected.. ''' Friend ReadOnly Property ERR_ExpectedOptional() As String Get Return ResourceManager.GetString("ERR_ExpectedOptional", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Compare' expected.. ''' Friend ReadOnly Property ERR_ExpectedOptionCompare() As String Get Return ResourceManager.GetString("ERR_ExpectedOptionCompare", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression is not a method.. ''' Friend ReadOnly Property ERR_ExpectedProcedure() As String Get Return ResourceManager.GetString("ERR_ExpectedProcedure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name of field or property being initialized in an object initializer must start with '.'.. ''' Friend ReadOnly Property ERR_ExpectedQualifiedNameInInit() As String Get Return ResourceManager.GetString("ERR_ExpectedQualifiedNameInInit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.. ''' Friend ReadOnly Property ERR_ExpectedQueryableSource() As String Get Return ResourceManager.GetString("ERR_ExpectedQueryableSource", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected matching closing double quote for XML attribute value.. ''' Friend ReadOnly Property ERR_ExpectedQuote() As String Get Return ResourceManager.GetString("ERR_ExpectedQuote", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '}' expected.. ''' Friend ReadOnly Property ERR_ExpectedRbrace() As String Get Return ResourceManager.GetString("ERR_ExpectedRbrace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Relational operator expected.. ''' Friend ReadOnly Property ERR_ExpectedRelational() As String Get Return ResourceManager.GetString("ERR_ExpectedRelational", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Resume' or 'GoTo' expected.. ''' Friend ReadOnly Property ERR_ExpectedResumeOrGoto() As String Get Return ResourceManager.GetString("ERR_ExpectedResumeOrGoto", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ')' expected.. ''' Friend ReadOnly Property ERR_ExpectedRparen() As String Get Return ResourceManager.GetString("ERR_ExpectedRparen", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected closing ';' for XML entity.. ''' Friend ReadOnly Property ERR_ExpectedSColon() As String Get Return ResourceManager.GetString("ERR_ExpectedSColon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected a single script (.vbx file). ''' Friend ReadOnly Property ERR_ExpectedSingleScript() As String Get Return ResourceManager.GetString("ERR_ExpectedSingleScript", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.. ''' Friend ReadOnly Property ERR_ExpectedSpecifier() As String Get Return ResourceManager.GetString("ERR_ExpectedSpecifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected matching closing single quote for XML attribute value.. ''' Friend ReadOnly Property ERR_ExpectedSQuote() As String Get Return ResourceManager.GetString("ERR_ExpectedSQuote", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to String constant expected.. ''' Friend ReadOnly Property ERR_ExpectedStringLiteral() As String Get Return ResourceManager.GetString("ERR_ExpectedStringLiteral", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub' or 'Function' expected.. ''' Friend ReadOnly Property ERR_ExpectedSubFunction() As String Get Return ResourceManager.GetString("ERR_ExpectedSubFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub' or 'Function' expected after 'Delegate'.. ''' Friend ReadOnly Property ERR_ExpectedSubOrFunction() As String Get Return ResourceManager.GetString("ERR_ExpectedSubOrFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Warning' expected.. ''' Friend ReadOnly Property ERR_ExpectedWarningKeyword() As String Get Return ResourceManager.GetString("ERR_ExpectedWarningKeyword", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected '%=' at start of an embedded expression.. ''' Friend ReadOnly Property ERR_ExpectedXmlBeginEmbedded() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlBeginEmbedded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected closing ']]>' for XML CDATA section.. ''' Friend ReadOnly Property ERR_ExpectedXmlEndCData() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlEndCData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected closing '-->' for XML comment.. ''' Friend ReadOnly Property ERR_ExpectedXmlEndComment() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlEndComment", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected closing '%>' for embedded expression.. ''' Friend ReadOnly Property ERR_ExpectedXmlEndEmbedded() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlEndEmbedded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected closing '?>' for XML processor instruction.. ''' Friend ReadOnly Property ERR_ExpectedXmlEndPI() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlEndPI", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML name expected.. ''' Friend ReadOnly Property ERR_ExpectedXmlName() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace declaration must start with 'xmlns'.. ''' Friend ReadOnly Property ERR_ExpectedXmlns() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlns", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Missing required white space.. ''' Friend ReadOnly Property ERR_ExpectedXmlWhiteSpace() As String Get Return ResourceManager.GetString("ERR_ExpectedXmlWhiteSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.. ''' Friend ReadOnly Property ERR_ExplicitTupleElementNamesAttribute() As String Get Return ResourceManager.GetString("ERR_ExplicitTupleElementNamesAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.. ''' Friend ReadOnly Property ERR_ExportedTypeConflictsWithDeclaration() As String Get Return ResourceManager.GetString("ERR_ExportedTypeConflictsWithDeclaration", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.. ''' Friend ReadOnly Property ERR_ExportedTypesConflict() As String Get Return ResourceManager.GetString("ERR_ExportedTypesConflict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This expression does not have a name.. ''' Friend ReadOnly Property ERR_ExpressionDoesntHaveName() As String Get Return ResourceManager.GetString("ERR_ExpressionDoesntHaveName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constant expression not representable in type '{0}'.. ''' Friend ReadOnly Property ERR_ExpressionOverflow1() As String Get Return ResourceManager.GetString("ERR_ExpressionOverflow1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression cannot be converted into an expression tree.. ''' Friend ReadOnly Property ERR_ExpressionTreeNotSupported() As String Get Return ResourceManager.GetString("ERR_ExpressionTreeNotSupported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Late binding operations cannot be converted to an expression tree.. ''' Friend ReadOnly Property ERR_ExprTreeNoLateBind() As String Get Return ResourceManager.GetString("ERR_ExprTreeNoLateBind", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multi-dimensional array cannot be converted to an expression tree.. ''' Friend ReadOnly Property ERR_ExprTreeNoMultiDimArrayCreation() As String Get Return ResourceManager.GetString("ERR_ExprTreeNoMultiDimArrayCreation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The custom-designed version of 'System.Runtime.CompilerServices.ExtensionAttribute' found by the compiler is not valid. Its attribute usage flags must be set to allow assemblies, classes, and methods.. ''' Friend ReadOnly Property ERR_ExtensionAttributeInvalid() As String Get Return ResourceManager.GetString("ERR_ExtensionAttributeInvalid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Late-bound extension methods are not supported.. ''' Friend ReadOnly Property ERR_ExtensionMethodCannotBeLateBound() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodCannotBeLateBound", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Extension methods must declare at least one parameter. The first parameter specifies which type to extend.. ''' Friend ReadOnly Property ERR_ExtensionMethodNoParams() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodNoParams", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Extension methods can be defined only in modules.. ''' Friend ReadOnly Property ERR_ExtensionMethodNotInModule() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodNotInModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.. ''' Friend ReadOnly Property ERR_ExtensionMethodOptionalFirstArg() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodOptionalFirstArg", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' Extension method '{0}' defined in '{1}'.. ''' Friend ReadOnly Property ERR_ExtensionMethodOverloadCandidate2() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodOverloadCandidate2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' Extension method '{0}' defined in '{1}': {2}. ''' Friend ReadOnly Property ERR_ExtensionMethodOverloadCandidate3() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodOverloadCandidate3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.. ''' Friend ReadOnly Property ERR_ExtensionMethodParamArrayFirstArg() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodParamArrayFirstArg", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Extension method '{0}' has type constraints that can never be satisfied.. ''' Friend ReadOnly Property ERR_ExtensionMethodUncallable1() As String Get Return ResourceManager.GetString("ERR_ExtensionMethodUncallable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.. ''' Friend ReadOnly Property ERR_ExtensionOnlyAllowedOnModuleSubOrFunction() As String Get Return ResourceManager.GetString("ERR_ExtensionOnlyAllowedOnModuleSubOrFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Next' statement names more variables than there are matching 'For' statements.. ''' Friend ReadOnly Property ERR_ExtraNextVariable() As String Get Return ResourceManager.GetString("ERR_ExtraNextVariable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Specifiers valid only at the beginning of a declaration.. ''' Friend ReadOnly Property ERR_ExtraSpecifiers() As String Get Return ResourceManager.GetString("ERR_ExtraSpecifiers", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error signing assembly '{0}': {1}. ''' Friend ReadOnly Property ERR_FailureSigningAssembly() As String Get Return ResourceManager.GetString("ERR_FailureSigningAssembly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The field has multiple distinct constant values.. ''' Friend ReadOnly Property ERR_FieldHasMultipleDistinctConstantValues() As String Get Return ResourceManager.GetString("ERR_FieldHasMultipleDistinctConstantValues", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot refer to '{0}' because it is a member of the value-typed field '{1}' of class '{2}' which has 'System.MarshalByRefObject' as a base class.. ''' Friend ReadOnly Property ERR_FieldOfValueFieldOfMarshalByRef3() As String Get Return ResourceManager.GetString("ERR_FieldOfValueFieldOfMarshalByRef3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Assembly' or 'Module' expected.. ''' Friend ReadOnly Property ERR_FileAttributeNotAssemblyOrModule() As String Get Return ResourceManager.GetString("ERR_FileAttributeNotAssemblyOrModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to file '{0}' could not be found. ''' Friend ReadOnly Property ERR_FileNotFound() As String Get Return ResourceManager.GetString("ERR_FileNotFound", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Finally' can only appear once in a 'Try' statement.. ''' Friend ReadOnly Property ERR_FinallyAfterFinally() As String Get Return ResourceManager.GetString("ERR_FinallyAfterFinally", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Finally' cannot appear outside a 'Try' statement.. ''' Friend ReadOnly Property ERR_FinallyNoMatchingTry() As String Get Return ResourceManager.GetString("ERR_FinallyNoMatchingTry", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array declared as for loop control variable cannot be declared with an initial size.. ''' Friend ReadOnly Property ERR_ForCtlVarArraySizesSpecified() As String Get Return ResourceManager.GetString("ERR_ForCtlVarArraySizesSpecified", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.. ''' Friend ReadOnly Property ERR_ForEachAmbiguousIEnumerable1() As String Get Return ResourceManager.GetString("ERR_ForEachAmbiguousIEnumerable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression is of type '{0}', which is not a collection type.. ''' Friend ReadOnly Property ERR_ForEachCollectionDesignPattern1() As String Get Return ResourceManager.GetString("ERR_ForEachCollectionDesignPattern1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to For loop control variable '{0}' already in use by an enclosing For loop.. ''' Friend ReadOnly Property ERR_ForIndexInUse1() As String Get Return ResourceManager.GetString("ERR_ForIndexInUse1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' must define operator '{1}' to be used in a 'For' statement.. ''' Friend ReadOnly Property ERR_ForLoopOperatorRequired2() As String Get Return ResourceManager.GetString("ERR_ForLoopOperatorRequired2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.. ''' Friend ReadOnly Property ERR_ForLoopType1() As String Get Return ResourceManager.GetString("ERR_ForLoopType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Forwarded type '{0}' conflicts with type declared in primary module of this assembly.. ''' Friend ReadOnly Property ERR_ForwardedTypeConflictsWithDeclaration() As String Get Return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithDeclaration", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.. ''' Friend ReadOnly Property ERR_ForwardedTypeConflictsWithExportedType() As String Get Return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithExportedType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.. ''' Friend ReadOnly Property ERR_ForwardedTypesConflict() As String Get Return ResourceManager.GetString("ERR_ForwardedTypesConflict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' in assembly '{1}' has been forwarded to assembly '{2}'. Either a reference to '{2}' is missing from your project or the type '{0}' is missing from assembly '{2}'.. ''' Friend ReadOnly Property ERR_ForwardedTypeUnavailable3() As String Get Return ResourceManager.GetString("ERR_ForwardedTypeUnavailable3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.. ''' Friend ReadOnly Property ERR_FriendAssemblyBadAccessOverride2() As String Get Return ResourceManager.GetString("ERR_FriendAssemblyBadAccessOverride2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.. ''' Friend ReadOnly Property ERR_FriendAssemblyBadArguments() As String Get Return ResourceManager.GetString("ERR_FriendAssemblyBadArguments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Friend declaration '{0}' is invalid and cannot be resolved.. ''' Friend ReadOnly Property ERR_FriendAssemblyNameInvalid() As String Get Return ResourceManager.GetString("ERR_FriendAssemblyNameInvalid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.. ''' Friend ReadOnly Property ERR_FriendAssemblyStrongNameRequired() As String Get Return ResourceManager.GetString("ERR_FriendAssemblyStrongNameRequired", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Friend access was granted by '{0}', but the public key of the output assembly does not match that specified by the attribute in the granting assembly.. ''' Friend ReadOnly Property ERR_FriendRefNotEqualToThis() As String Get Return ResourceManager.GetString("ERR_FriendRefNotEqualToThis", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.. ''' Friend ReadOnly Property ERR_FriendRefSigningMismatch() As String Get Return ResourceManager.GetString("ERR_FriendRefSigningMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Full width characters are not valid as XML delimiters.. ''' Friend ReadOnly Property ERR_FullWidthAsXmlDelimiter() As String Get Return ResourceManager.GetString("ERR_FullWidthAsXmlDelimiter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has no parameters and its return type cannot be indexed.. ''' Friend ReadOnly Property ERR_FunctionResultCannotBeIndexed1() As String Get Return ResourceManager.GetString("ERR_FunctionResultCannotBeIndexed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error in project-level import '{0}' at '{1}' : {2}. ''' Friend ReadOnly Property ERR_GeneralProjectImportsError3() As String Get Return ResourceManager.GetString("ERR_GeneralProjectImportsError3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type arguments are not valid because attributes cannot be generic.. ''' Friend ReadOnly Property ERR_GenericArgsOnAttributeSpecifier() As String Get Return ResourceManager.GetString("ERR_GenericArgsOnAttributeSpecifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Classes that are generic or contained in a generic type cannot inherit from an attribute class.. ''' Friend ReadOnly Property ERR_GenericClassCannotInheritAttr() As String Get Return ResourceManager.GetString("ERR_GenericClassCannotInheritAttr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type argument '{0}' does not inherit from or implement the constraint type '{1}'.. ''' Friend ReadOnly Property ERR_GenericConstraintNotSatisfied2() As String Get Return ResourceManager.GetString("ERR_GenericConstraintNotSatisfied2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' cannot inherit from a type parameter.. ''' Friend ReadOnly Property ERR_GenericParamBase2() As String Get Return ResourceManager.GetString("ERR_GenericParamBase2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameters cannot be specified on this declaration.. ''' Friend ReadOnly Property ERR_GenericParamsOnInvalidMember() As String Get Return ResourceManager.GetString("ERR_GenericParamsOnInvalidMember", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to None of the accessible 'Main' methods with the appropriate signatures found in '{0}' can be the startup method since they are all either generic or nested in generic types.. ''' Friend ReadOnly Property ERR_GenericSubMainsFound1() As String Get Return ResourceManager.GetString("ERR_GenericSubMainsFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.. ''' Friend ReadOnly Property ERR_GotoIntoFor() As String Get Return ResourceManager.GetString("ERR_GotoIntoFor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.. ''' Friend ReadOnly Property ERR_GotoIntoSyncLock() As String Get Return ResourceManager.GetString("ERR_GotoIntoSyncLock", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.. ''' Friend ReadOnly Property ERR_GotoIntoTryHandler() As String Get Return ResourceManager.GetString("ERR_GotoIntoTryHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.. ''' Friend ReadOnly Property ERR_GotoIntoUsing() As String Get Return ResourceManager.GetString("ERR_GotoIntoUsing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.. ''' Friend ReadOnly Property ERR_GotoIntoWith() As String Get Return ResourceManager.GetString("ERR_GotoIntoWith", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generic methods cannot use 'Handles' clause.. ''' Friend ReadOnly Property ERR_HandlesInvalidOnGenericMethod() As String Get Return ResourceManager.GetString("ERR_HandlesInvalidOnGenericMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.. ''' Friend ReadOnly Property ERR_HandlesSyntaxInClass() As String Get Return ResourceManager.GetString("ERR_HandlesSyntaxInClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.. ''' Friend ReadOnly Property ERR_HandlesSyntaxInModule() As String Get Return ResourceManager.GetString("ERR_HandlesSyntaxInModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to cannot specify both /win32icon and /win32resource. ''' Friend ReadOnly Property ERR_IconFileAndWin32ResFile() As String Get Return ResourceManager.GetString("ERR_IconFileAndWin32ResFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using DirectCast operator to cast a floating-point value to the same type is not supported.. ''' Friend ReadOnly Property ERR_IdentityDirectCastForFloat() As String Get Return ResourceManager.GetString("ERR_IdentityDirectCastForFloat", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.. ''' Friend ReadOnly Property ERR_IdentNotMemberOfInterface4() As String Get Return ResourceManager.GetString("ERR_IdentNotMemberOfInterface4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type.. ''' Friend ReadOnly Property ERR_IfNoType() As String Get Return ResourceManager.GetString("ERR_IfNoType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.. ''' Friend ReadOnly Property ERR_IfNoTypeObjectDisallowed() As String Get Return ResourceManager.GetString("ERR_IfNoTypeObjectDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type because more than one type is possible.. ''' Friend ReadOnly Property ERR_IfTooManyTypesObjectDisallowed() As String Get Return ResourceManager.GetString("ERR_IfTooManyTypesObjectDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML declaration does not allow attribute '{0}{1}{2}'.. ''' Friend ReadOnly Property ERR_IllegalAttributeInXmlDecl() As String Get Return ResourceManager.GetString("ERR_IllegalAttributeInXmlDecl", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Inherits clause of {0} '{1}' causes cyclic dependency: {2}. ''' Friend ReadOnly Property ERR_IllegalBaseTypeReferences3() As String Get Return ResourceManager.GetString("ERR_IllegalBaseTypeReferences3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Illegal call expression or index expression.. ''' Friend ReadOnly Property ERR_IllegalCallOrIndex() As String Get Return ResourceManager.GetString("ERR_IllegalCallOrIndex", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Character is not valid.. ''' Friend ReadOnly Property ERR_IllegalChar() As String Get Return ResourceManager.GetString("ERR_IllegalChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Character constant must contain exactly one character.. ''' Friend ReadOnly Property ERR_IllegalCharConstant() As String Get Return ResourceManager.GetString("ERR_IllegalCharConstant", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First operand in a binary 'If' expression must be nullable or a reference type.. ''' Friend ReadOnly Property ERR_IllegalCondTypeInIIF() As String Get Return ResourceManager.GetString("ERR_IllegalCondTypeInIIF", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace declaration with prefix cannot have an empty value inside an XML literal.. ''' Friend ReadOnly Property ERR_IllegalDefaultNamespace() As String Get Return ResourceManager.GetString("ERR_IllegalDefaultNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.. ''' Friend ReadOnly Property ERR_IllegalOperandInIIFConversion() As String Get Return ResourceManager.GetString("ERR_IllegalOperandInIIFConversion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type for the first and second operands of the binary 'If' operator. One must have a widening conversion to the other.. ''' Friend ReadOnly Property ERR_IllegalOperandInIIFConversion2() As String Get Return ResourceManager.GetString("ERR_IllegalOperandInIIFConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'If' operator requires either two or three operands.. ''' Friend ReadOnly Property ERR_IllegalOperandInIIFCount() As String Get Return ResourceManager.GetString("ERR_IllegalOperandInIIFCount", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'If' operands cannot be named arguments.. ''' Friend ReadOnly Property ERR_IllegalOperandInIIFName() As String Get Return ResourceManager.GetString("ERR_IllegalOperandInIIFName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML processing instruction name '{0}' is not valid.. ''' Friend ReadOnly Property ERR_IllegalProcessingInstructionName() As String Get Return ResourceManager.GetString("ERR_IllegalProcessingInstructionName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Character sequence '--' is not allowed in an XML comment.. ''' Friend ReadOnly Property ERR_IllegalXmlCommentChar() As String Get Return ResourceManager.GetString("ERR_IllegalXmlCommentChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Character '{0}' ({1}) is not allowed in an XML name.. ''' Friend ReadOnly Property ERR_IllegalXmlNameChar() As String Get Return ResourceManager.GetString("ERR_IllegalXmlNameChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Element names cannot use the 'xmlns' prefix.. ''' Friend ReadOnly Property ERR_IllegalXmlnsPrefix() As String Get Return ResourceManager.GetString("ERR_IllegalXmlnsPrefix", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Character '{0}' ({1}) is not allowed at the beginning of an XML name.. ''' Friend ReadOnly Property ERR_IllegalXmlStartNameChar() As String Get Return ResourceManager.GetString("ERR_IllegalXmlStartNameChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to White space cannot appear here.. ''' Friend ReadOnly Property ERR_IllegalXmlWhiteSpace() As String Get Return ResourceManager.GetString("ERR_IllegalXmlWhiteSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.. ''' Friend ReadOnly Property ERR_ImplementationMustBePrivate2() As String Get Return ResourceManager.GetString("ERR_ImplementationMustBePrivate2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.. ''' Friend ReadOnly Property ERR_ImplementingInterfaceWithDifferentTupleNames5() As String Get Return ResourceManager.GetString("ERR_ImplementingInterfaceWithDifferentTupleNames5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter not allowed in 'Implements' clause.. ''' Friend ReadOnly Property ERR_ImplementsGenericParam() As String Get Return ResourceManager.GetString("ERR_ImplementsGenericParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub New' cannot implement interface members.. ''' Friend ReadOnly Property ERR_ImplementsOnNew() As String Get Return ResourceManager.GetString("ERR_ImplementsOnNew", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.. ''' Friend ReadOnly Property ERR_ImplementsStmtWrongOrder() As String Get Return ResourceManager.GetString("ERR_ImplementsStmtWrongOrder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.. ''' Friend ReadOnly Property ERR_ImplementsWithConstraintMismatch3() As String Get Return ResourceManager.GetString("ERR_ImplementsWithConstraintMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Imports alias '{0}' conflicts with '{1}' declared in the root namespace.. ''' Friend ReadOnly Property ERR_ImportAliasConflictsWithType2() As String Get Return ResourceManager.GetString("ERR_ImportAliasConflictsWithType2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Imports' statements must precede any declarations.. ''' Friend ReadOnly Property ERR_ImportsMustBeFirst() As String Get Return ResourceManager.GetString("ERR_ImportsMustBeFirst", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.. ''' Friend ReadOnly Property ERR_InAccessibleCoClass3() As String Get Return ResourceManager.GetString("ERR_InAccessibleCoClass3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}.{1}' is not accessible in this context because it is '{2}'.. ''' Friend ReadOnly Property ERR_InaccessibleMember3() As String Get Return ResourceManager.GetString("ERR_InaccessibleMember3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.. ''' Friend ReadOnly Property ERR_InAccessibleOverridingMethod5() As String Get Return ResourceManager.GetString("ERR_InAccessibleOverridingMethod5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not accessible in this context because the return type is not accessible.. ''' Friend ReadOnly Property ERR_InaccessibleReturnTypeOfMember2() As String Get Return ResourceManager.GetString("ERR_InaccessibleReturnTypeOfMember2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not accessible in this context because it is '{1}'.. ''' Friend ReadOnly Property ERR_InaccessibleSymbol2() As String Get Return ResourceManager.GetString("ERR_InaccessibleSymbol2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression is not an array or a method, and cannot have an argument list.. ''' Friend ReadOnly Property ERR_IndexedNotArrayOrProc() As String Get Return ResourceManager.GetString("ERR_IndexedNotArrayOrProc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.. ''' Friend ReadOnly Property ERR_IndirectUnreferencedAssembly4() As String Get Return ResourceManager.GetString("ERR_IndirectUnreferencedAssembly4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable cannot be initialized with non-array type '{0}'.. ''' Friend ReadOnly Property ERR_InferringNonArrayType1() As String Get Return ResourceManager.GetString("ERR_InferringNonArrayType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.. ''' Friend ReadOnly Property ERR_InheritanceAccessMismatch5() As String Get Return ResourceManager.GetString("ERR_InheritanceAccessMismatch5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.. ''' Friend ReadOnly Property ERR_InheritanceAccessMismatchOutside3() As String Get Return ResourceManager.GetString("ERR_InheritanceAccessMismatchOutside3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' cannot inherit from itself: {1}. ''' Friend ReadOnly Property ERR_InheritanceCycle1() As String Get Return ResourceManager.GetString("ERR_InheritanceCycle1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' is not supported because it either directly or indirectly inherits from itself.. ''' Friend ReadOnly Property ERR_InheritanceCycleInImportedType1() As String Get Return ResourceManager.GetString("ERR_InheritanceCycleInImportedType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}' inherits from '{1}'.. ''' Friend ReadOnly Property ERR_InheritsFrom2() As String Get Return ResourceManager.GetString("ERR_InheritsFrom2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.. ''' Friend ReadOnly Property ERR_InheritsFromCantInherit3() As String Get Return ResourceManager.GetString("ERR_InheritsFromCantInherit3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Classes can inherit only from other classes.. ''' Friend ReadOnly Property ERR_InheritsFromNonClass() As String Get Return ResourceManager.GetString("ERR_InheritsFromNonClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface can inherit only from another interface.. ''' Friend ReadOnly Property ERR_InheritsFromNonInterface() As String Get Return ResourceManager.GetString("ERR_InheritsFromNonInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Inheriting from '{0}' is not valid.. ''' Friend ReadOnly Property ERR_InheritsFromRestrictedType1() As String Get Return ResourceManager.GetString("ERR_InheritsFromRestrictedType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Inherits' statement must precede all declarations in a class.. ''' Friend ReadOnly Property ERR_InheritsStmtWrongOrder() As String Get Return ResourceManager.GetString("ERR_InheritsStmtWrongOrder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.. ''' Friend ReadOnly Property ERR_InheritsTypeArgAccessMismatch7() As String Get Return ResourceManager.GetString("ERR_InheritsTypeArgAccessMismatch7", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.. ''' Friend ReadOnly Property ERR_InheritsTypeArgAccessMismatchOutside5() As String Get Return ResourceManager.GetString("ERR_InheritsTypeArgAccessMismatchOutside5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expanded Properties cannot be initialized.. ''' Friend ReadOnly Property ERR_InitializedExpandedProperty() As String Get Return ResourceManager.GetString("ERR_InitializedExpandedProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Initializer expected.. ''' Friend ReadOnly Property ERR_InitializerExpected() As String Get Return ResourceManager.GetString("ERR_InitializerExpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Initializers on structure members are valid only for 'Shared' members and constants.. ''' Friend ReadOnly Property ERR_InitializerInStruct() As String Get Return ResourceManager.GetString("ERR_InitializerInStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array initializer is missing {0} elements.. ''' Friend ReadOnly Property ERR_InitializerTooFewElements1() As String Get Return ResourceManager.GetString("ERR_InitializerTooFewElements1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array initializer has {0} too many elements.. ''' Friend ReadOnly Property ERR_InitializerTooManyElements1() As String Get Return ResourceManager.GetString("ERR_InitializerTooManyElements1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Explicit initialization is not permitted for arrays declared with explicit bounds.. ''' Friend ReadOnly Property ERR_InitWithExplicitArraySizes() As String Get Return ResourceManager.GetString("ERR_InitWithExplicitArraySizes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Explicit initialization is not permitted with multiple variables declared with a single type specifier.. ''' Friend ReadOnly Property ERR_InitWithMultipleDeclarators() As String Get Return ResourceManager.GetString("ERR_InitWithMultipleDeclarators", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to There is an error in a referenced assembly '{0}'.. ''' Friend ReadOnly Property ERR_InReferencedAssembly() As String Get Return ResourceManager.GetString("ERR_InReferencedAssembly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' values cannot be converted to 'Char'. Use 'Microsoft.VisualBasic.ChrW' to interpret a numeric value as a Unicode character or first convert it to 'String' to produce a digit.. ''' Friend ReadOnly Property ERR_IntegralToCharTypeMismatch1() As String Get Return ResourceManager.GetString("ERR_IntegralToCharTypeMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' from which the interface '{3}' inherits for some type arguments.. ''' Friend ReadOnly Property ERR_InterfaceBaseUnifiesWithBase4() As String Get Return ResourceManager.GetString("ERR_InterfaceBaseUnifiesWithBase4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid on an interface event declaration.. ''' Friend ReadOnly Property ERR_InterfaceCantUseEventSpecifier1() As String Get Return ResourceManager.GetString("ERR_InterfaceCantUseEventSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' cannot inherit from itself: {1}. ''' Friend ReadOnly Property ERR_InterfaceCycle1() As String Get Return ResourceManager.GetString("ERR_InterfaceCycle1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Events in interfaces cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_InterfaceEventCantUse1() As String Get Return ResourceManager.GetString("ERR_InterfaceEventCantUse1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' can be implemented only once by this type.. ''' Friend ReadOnly Property ERR_InterfaceImplementedTwice1() As String Get Return ResourceManager.GetString("ERR_InterfaceImplementedTwice1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.. ''' Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNames2() As String Get Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNames2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').. ''' Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNames3() As String Get Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNames3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').. ''' Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNames4() As String Get Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNames4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.. ''' Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3() As String Get Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.. ''' Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNames2() As String Get Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNames2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').. ''' Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNames3() As String Get Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNames3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').. ''' Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNames4() As String Get Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNames4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.. ''' Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3() As String Get Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface members must be methods, properties, events, or type definitions.. ''' Friend ReadOnly Property ERR_InterfaceMemberSyntax() As String Get Return ResourceManager.GetString("ERR_InterfaceMemberSyntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be indexed because it has no default property.. ''' Friend ReadOnly Property ERR_InterfaceNoDefault1() As String Get Return ResourceManager.GetString("ERR_InterfaceNoDefault1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an interface type and cannot be used as an expression.. ''' Friend ReadOnly Property ERR_InterfaceNotExpression1() As String Get Return ResourceManager.GetString("ERR_InterfaceNotExpression1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' is not implemented by this class.. ''' Friend ReadOnly Property ERR_InterfaceNotImplemented1() As String Get Return ResourceManager.GetString("ERR_InterfaceNotImplemented1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.. ''' Friend ReadOnly Property ERR_InterfacePossiblyImplTwice2() As String Get Return ResourceManager.GetString("ERR_InterfacePossiblyImplTwice2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.. ''' Friend ReadOnly Property ERR_InterfaceUnifiesWithBase3() As String Get Return ResourceManager.GetString("ERR_InterfaceUnifiesWithBase3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.. ''' Friend ReadOnly Property ERR_InterfaceUnifiesWithInterface2() As String Get Return ResourceManager.GetString("ERR_InterfaceUnifiesWithInterface2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Embedded interop method '{0}' contains a body.. ''' Friend ReadOnly Property ERR_InteropMethodWithBody1() As String Get Return ResourceManager.GetString("ERR_InteropMethodWithBody1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.. ''' Friend ReadOnly Property ERR_InterpolatedStringFactoryError() As String Get Return ResourceManager.GetString("ERR_InterpolatedStringFactoryError", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Alignment value is outside of the supported range.. ''' Friend ReadOnly Property ERR_InterpolationAlignmentOutOfRange() As String Get Return ResourceManager.GetString("ERR_InterpolationAlignmentOutOfRange", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Format specifier may not contain trailing whitespace.. ''' Friend ReadOnly Property ERR_InterpolationFormatWhitespace() As String Get Return ResourceManager.GetString("ERR_InterpolationFormatWhitespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to an assembly.. ''' Friend ReadOnly Property ERR_InvalidAssemblyAttribute1() As String Get Return ResourceManager.GetString("ERR_InvalidAssemblyAttribute1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Assembly culture strings may not contain embedded NUL characters.. ''' Friend ReadOnly Property ERR_InvalidAssemblyCulture() As String Get Return ResourceManager.GetString("ERR_InvalidAssemblyCulture", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Executables cannot be satellite assemblies; culture should always be empty. ''' Friend ReadOnly Property ERR_InvalidAssemblyCultureForExe() As String Get Return ResourceManager.GetString("ERR_InvalidAssemblyCultureForExe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a valid value for /moduleassemblyname. ''' Friend ReadOnly Property ERR_InvalidAssemblyName() As String Get Return ResourceManager.GetString("ERR_InvalidAssemblyName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Async' and 'Iterator' modifiers cannot be used together.. ''' Friend ReadOnly Property ERR_InvalidAsyncIteratorModifiers() As String Get Return ResourceManager.GetString("ERR_InvalidAsyncIteratorModifiers", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.. ''' Friend ReadOnly Property ERR_InvalidAttributeUsage2() As String Get Return ResourceManager.GetString("ERR_InvalidAttributeUsage2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.. ''' Friend ReadOnly Property ERR_InvalidAttributeUsageOnAccessor() As String Get Return ResourceManager.GetString("ERR_InvalidAttributeUsageOnAccessor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute value is not valid; expecting '{0}'.. ''' Friend ReadOnly Property ERR_InvalidAttributeValue1() As String Get Return ResourceManager.GetString("ERR_InvalidAttributeValue1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute value is not valid; expecting '{0}' or '{1}'.. ''' Friend ReadOnly Property ERR_InvalidAttributeValue2() As String Get Return ResourceManager.GetString("ERR_InvalidAttributeValue2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as an implementing class.. ''' Friend ReadOnly Property ERR_InvalidCoClass1() As String Get Return ResourceManager.GetString("ERR_InvalidCoClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constructor call is valid only as the first statement in an instance constructor.. ''' Friend ReadOnly Property ERR_InvalidConstructorCall() As String Get Return ResourceManager.GetString("ERR_InvalidConstructorCall", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Date constant is not valid.. ''' Friend ReadOnly Property ERR_InvalidDate() As String Get Return ResourceManager.GetString("ERR_InvalidDate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid debug information format: {0}. ''' Friend ReadOnly Property ERR_InvalidDebugInformationFormat() As String Get Return ResourceManager.GetString("ERR_InvalidDebugInformationFormat", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End AddHandler' must be preceded by a matching 'AddHandler' declaration.. ''' Friend ReadOnly Property ERR_InvalidEndAddHandler() As String Get Return ResourceManager.GetString("ERR_InvalidEndAddHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Enum' must be preceded by a matching 'Enum'.. ''' Friend ReadOnly Property ERR_InvalidEndEnum() As String Get Return ResourceManager.GetString("ERR_InvalidEndEnum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Event' must be preceded by a matching 'Custom Event'.. ''' Friend ReadOnly Property ERR_InvalidEndEvent() As String Get Return ResourceManager.GetString("ERR_InvalidEndEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Function' must be preceded by a matching 'Function'.. ''' Friend ReadOnly Property ERR_InvalidEndFunction() As String Get Return ResourceManager.GetString("ERR_InvalidEndFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Get' must be preceded by a matching 'Get'.. ''' Friend ReadOnly Property ERR_InvalidEndGet() As String Get Return ResourceManager.GetString("ERR_InvalidEndGet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Interface' must be preceded by a matching 'Interface'.. ''' Friend ReadOnly Property ERR_InvalidEndInterface() As String Get Return ResourceManager.GetString("ERR_InvalidEndInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Operator' must be preceded by a matching 'Operator'.. ''' Friend ReadOnly Property ERR_InvalidEndOperator() As String Get Return ResourceManager.GetString("ERR_InvalidEndOperator", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Property' must be preceded by a matching 'Property'.. ''' Friend ReadOnly Property ERR_InvalidEndProperty() As String Get Return ResourceManager.GetString("ERR_InvalidEndProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.. ''' Friend ReadOnly Property ERR_InvalidEndRaiseEvent() As String Get Return ResourceManager.GetString("ERR_InvalidEndRaiseEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.. ''' Friend ReadOnly Property ERR_InvalidEndRemoveHandler() As String Get Return ResourceManager.GetString("ERR_InvalidEndRemoveHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Set' must be preceded by a matching 'Set'.. ''' Friend ReadOnly Property ERR_InvalidEndSet() As String Get Return ResourceManager.GetString("ERR_InvalidEndSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End Sub' must be preceded by a matching 'Sub'.. ''' Friend ReadOnly Property ERR_InvalidEndSub() As String Get Return ResourceManager.GetString("ERR_InvalidEndSub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enums must be declared as an integral type.. ''' Friend ReadOnly Property ERR_InvalidEnumBase() As String Get Return ResourceManager.GetString("ERR_InvalidEnumBase", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid file section alignment '{0}'. ''' Friend ReadOnly Property ERR_InvalidFileAlignment() As String Get Return ResourceManager.GetString("ERR_InvalidFileAlignment", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Command-line syntax error: Invalid Guid format '{0}' for option '{1}'. ''' Friend ReadOnly Property ERR_InvalidFormatForGuidForOption() As String Get Return ResourceManager.GetString("ERR_InvalidFormatForGuidForOption", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a valid format specifier. ''' Friend ReadOnly Property ERR_InvalidFormatSpecifier() As String Get Return ResourceManager.GetString("ERR_InvalidFormatSpecifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Handles' is not valid on operator declarations.. ''' Friend ReadOnly Property ERR_InvalidHandles() As String Get Return ResourceManager.GetString("ERR_InvalidHandles", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Implements' is not valid on operator declarations.. ''' Friend ReadOnly Property ERR_InvalidImplements() As String Get Return ResourceManager.GetString("ERR_InvalidImplements", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit reference to object under construction is not valid when calling another constructor.. ''' Friend ReadOnly Property ERR_InvalidImplicitMeReference() As String Get Return ResourceManager.GetString("ERR_InvalidImplicitMeReference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit variable '{0}' is invalid because of '{1}'.. ''' Friend ReadOnly Property ERR_InvalidImplicitVar() As String Get Return ResourceManager.GetString("ERR_InvalidImplicitVar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement is not valid in a namespace.. ''' Friend ReadOnly Property ERR_InvalidInNamespace() As String Get Return ResourceManager.GetString("ERR_InvalidInNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid instrumentation kind: {0}. ''' Friend ReadOnly Property ERR_InvalidInstrumentationKind() As String Get Return ResourceManager.GetString("ERR_InvalidInstrumentationKind", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Only the 'Async' or 'Iterator' modifier is valid on a lambda.. ''' Friend ReadOnly Property ERR_InvalidLambdaModifier() As String Get Return ResourceManager.GetString("ERR_InvalidLambdaModifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Exponent is not valid.. ''' Friend ReadOnly Property ERR_InvalidLiteralExponent() As String Get Return ResourceManager.GetString("ERR_InvalidLiteralExponent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Me' cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_InvalidMe() As String Get Return ResourceManager.GetString("ERR_InvalidMe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference to object under construction is not valid when calling another constructor.. ''' Friend ReadOnly Property ERR_InvalidMeReference() As String Get Return ResourceManager.GetString("ERR_InvalidMeReference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to a module.. ''' Friend ReadOnly Property ERR_InvalidModuleAttribute1() As String Get Return ResourceManager.GetString("ERR_InvalidModuleAttribute1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' cannot be applied multiple times.. ''' Friend ReadOnly Property ERR_InvalidMultipleAttributeUsage1() As String Get Return ResourceManager.GetString("ERR_InvalidMultipleAttributeUsage1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' in '{1}' cannot be applied multiple times.. ''' Friend ReadOnly Property ERR_InvalidMultipleAttributeUsageInNetModule2() As String Get Return ResourceManager.GetString("ERR_InvalidMultipleAttributeUsageInNetModule2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This sub-expression cannot be used inside NameOf argument.. ''' Friend ReadOnly Property ERR_InvalidNameOfSubExpression() As String Get Return ResourceManager.GetString("ERR_InvalidNameOfSubExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' is not valid in this context.. ''' Friend ReadOnly Property ERR_InvalidNewInType() As String Get Return ResourceManager.GetString("ERR_InvalidNewInType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.. ''' Friend ReadOnly Property ERR_InvalidNonSerializedUsage() As String Get Return ResourceManager.GetString("ERR_InvalidNonSerializedUsage", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to a method with optional parameters.. ''' Friend ReadOnly Property ERR_InvalidOptionalParameterUsage1() As String Get Return ResourceManager.GetString("ERR_InvalidOptionalParameterUsage1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option Compare' must be followed by 'Text' or 'Binary'.. ''' Friend ReadOnly Property ERR_InvalidOptionCompare() As String Get Return ResourceManager.GetString("ERR_InvalidOptionCompare", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option Explicit' can be followed only by 'On' or 'Off'.. ''' Friend ReadOnly Property ERR_InvalidOptionExplicit() As String Get Return ResourceManager.GetString("ERR_InvalidOptionExplicit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option Infer' can be followed only by 'On' or 'Off'.. ''' Friend ReadOnly Property ERR_InvalidOptionInfer() As String Get Return ResourceManager.GetString("ERR_InvalidOptionInfer", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option Strict' can be followed only by 'On' or 'Off'.. ''' Friend ReadOnly Property ERR_InvalidOptionStrict() As String Get Return ResourceManager.GetString("ERR_InvalidOptionStrict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).. ''' Friend ReadOnly Property ERR_InvalidOptionStrictCustom() As String Get Return ResourceManager.GetString("ERR_InvalidOptionStrictCustom", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid output name: {0}. ''' Friend ReadOnly Property ERR_InvalidOutputName() As String Get Return ResourceManager.GetString("ERR_InvalidOutputName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by their return types.. ''' Friend ReadOnly Property ERR_InvalidOverrideDueToReturn2() As String Get Return ResourceManager.GetString("ERR_InvalidOverrideDueToReturn2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Comma or ')' expected.. ''' Friend ReadOnly Property ERR_InvalidParameterSyntax() As String Get Return ResourceManager.GetString("ERR_InvalidParameterSyntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The pathmap option was incorrectly formatted.. ''' Friend ReadOnly Property ERR_InvalidPathMap() As String Get Return ResourceManager.GetString("ERR_InvalidPathMap", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.. ''' Friend ReadOnly Property ERR_InvalidPreprocessorConstantType() As String Get Return ResourceManager.GetString("ERR_InvalidPreprocessorConstantType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid signature public key specified in AssemblySignatureKeyAttribute.. ''' Friend ReadOnly Property ERR_InvalidSignaturePublicKey() As String Get Return ResourceManager.GetString("ERR_InvalidSignaturePublicKey", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Only conversion operators can be declared '{0}'.. ''' Friend ReadOnly Property ERR_InvalidSpecifierOnNonConversion1() As String Get Return ResourceManager.GetString("ERR_InvalidSpecifierOnNonConversion1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Embedded interop structure '{0}' can contain only public instance fields.. ''' Friend ReadOnly Property ERR_InvalidStructMemberNoPIA1() As String Get Return ResourceManager.GetString("ERR_InvalidStructMemberNoPIA1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to No accessible 'Main' method with an appropriate signature was found in '{0}'.. ''' Friend ReadOnly Property ERR_InValidSubMainsFound1() As String Get Return ResourceManager.GetString("ERR_InValidSubMainsFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The value '{0}' is not a valid subsystem version. The version must be 6.02 or greater for ARM or AppContainerExe, and 4.00 or greater otherwise.. ''' Friend ReadOnly Property ERR_InvalidSubsystemVersion() As String Get Return ResourceManager.GetString("ERR_InvalidSubsystemVersion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to the value '{1}' is invalid for option '{0}'. ''' Friend ReadOnly Property ERR_InvalidSwitchValue() As String Get Return ResourceManager.GetString("ERR_InvalidSwitchValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.. ''' Friend ReadOnly Property ERR_InvalidTypeForAliasesImport2() As String Get Return ResourceManager.GetString("ERR_InvalidTypeForAliasesImport2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Custom' modifier can only be used immediately before an 'Event' declaration.. ''' Friend ReadOnly Property ERR_InvalidUseOfCustomModifier() As String Get Return ResourceManager.GetString("ERR_InvalidUseOfCustomModifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Keyword is not valid as an identifier.. ''' Friend ReadOnly Property ERR_InvalidUseOfKeyword() As String Get Return ResourceManager.GetString("ERR_InvalidUseOfKeyword", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]. ''' Friend ReadOnly Property ERR_InvalidVersionFormat() As String Get Return ResourceManager.GetString("ERR_InvalidVersionFormat", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision. ''' Friend ReadOnly Property ERR_InvalidVersionFormat2() As String Get Return ResourceManager.GetString("ERR_InvalidVersionFormat2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement is not valid inside '{0}' block.. ''' Friend ReadOnly Property ERR_InvInsideBlock() As String Get Return ResourceManager.GetString("ERR_InvInsideBlock", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within an Enum body. End of Enum assumed.. ''' Friend ReadOnly Property ERR_InvInsideEndsEnum() As String Get Return ResourceManager.GetString("ERR_InvInsideEndsEnum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within an event body. End of event assumed.. ''' Friend ReadOnly Property ERR_InvInsideEndsEvent() As String Get Return ResourceManager.GetString("ERR_InvInsideEndsEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within an interface body. End of interface assumed.. ''' Friend ReadOnly Property ERR_InvInsideEndsInterface() As String Get Return ResourceManager.GetString("ERR_InvInsideEndsInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within a method body. End of method assumed.. ''' Friend ReadOnly Property ERR_InvInsideEndsProc() As String Get Return ResourceManager.GetString("ERR_InvInsideEndsProc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within a property body. End of property assumed.. ''' Friend ReadOnly Property ERR_InvInsideEndsProperty() As String Get Return ResourceManager.GetString("ERR_InvInsideEndsProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within an Enum body.. ''' Friend ReadOnly Property ERR_InvInsideEnum() As String Get Return ResourceManager.GetString("ERR_InvInsideEnum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement cannot appear within an interface body.. ''' Friend ReadOnly Property ERR_InvInsideInterface() As String Get Return ResourceManager.GetString("ERR_InvInsideInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement is not valid inside a method.. ''' Friend ReadOnly Property ERR_InvInsideProc() As String Get Return ResourceManager.GetString("ERR_InvInsideProc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Labels are not valid outside methods.. ''' Friend ReadOnly Property ERR_InvOutsideProc() As String Get Return ResourceManager.GetString("ERR_InvOutsideProc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}' is nested in '{1}'.. ''' Friend ReadOnly Property ERR_IsNestedIn2() As String Get Return ResourceManager.GetString("ERR_IsNestedIn2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.. ''' Friend ReadOnly Property ERR_IsNotOperatorGenericParam1() As String Get Return ResourceManager.GetString("ERR_IsNotOperatorGenericParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.. ''' Friend ReadOnly Property ERR_IsNotOperatorNullable1() As String Get Return ResourceManager.GetString("ERR_IsNotOperatorNullable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.. ''' Friend ReadOnly Property ERR_IsNotOpRequiresReferenceTypes1() As String Get Return ResourceManager.GetString("ERR_IsNotOpRequiresReferenceTypes1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.. ''' Friend ReadOnly Property ERR_IsOperatorGenericParam1() As String Get Return ResourceManager.GetString("ERR_IsOperatorGenericParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.. ''' Friend ReadOnly Property ERR_IsOperatorNullable1() As String Get Return ResourceManager.GetString("ERR_IsOperatorNullable1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.. ''' Friend ReadOnly Property ERR_IsOperatorRequiresReferenceTypes1() As String Get Return ResourceManager.GetString("ERR_IsOperatorRequiresReferenceTypes1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.. ''' Friend ReadOnly Property ERR_IterationVariableShadowLocal1() As String Get Return ResourceManager.GetString("ERR_IterationVariableShadowLocal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.. ''' Friend ReadOnly Property ERR_IterationVariableShadowLocal2() As String Get Return ResourceManager.GetString("ERR_IterationVariableShadowLocal2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You cannot use '{0}' in top-level script code. ''' Friend ReadOnly Property ERR_KeywordNotAllowedInScript() As String Get Return ResourceManager.GetString("ERR_KeywordNotAllowedInScript", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Label '{0}' is not defined.. ''' Friend ReadOnly Property ERR_LabelNotDefined1() As String Get Return ResourceManager.GetString("ERR_LabelNotDefined1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nested function does not have the same signature as delegate '{0}'.. ''' Friend ReadOnly Property ERR_LambdaBindingMismatch1() As String Get Return ResourceManager.GetString("ERR_LambdaBindingMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nested sub does not have a signature that is compatible with delegate '{0}'.. ''' Friend ReadOnly Property ERR_LambdaBindingMismatch2() As String Get Return ResourceManager.GetString("ERR_LambdaBindingMismatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambda expressions are not valid in the first expression of a 'Select Case' statement.. ''' Friend ReadOnly Property ERR_LambdaInSelectCaseExpr() As String Get Return ResourceManager.GetString("ERR_LambdaInSelectCaseExpr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.. ''' Friend ReadOnly Property ERR_LambdaNotCreatableDelegate1() As String Get Return ResourceManager.GetString("ERR_LambdaNotCreatableDelegate1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.. ''' Friend ReadOnly Property ERR_LambdaNotDelegate1() As String Get Return ResourceManager.GetString("ERR_LambdaNotDelegate1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type. Consider adding an 'As' clause to specify the return type.. ''' Friend ReadOnly Property ERR_LambdaNoType() As String Get Return ResourceManager.GetString("ERR_LambdaNoType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type. Consider adding an 'As' clause to specify the return type.. ''' Friend ReadOnly Property ERR_LambdaNoTypeObjectDisallowed() As String Get Return ResourceManager.GetString("ERR_LambdaNoTypeObjectDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.. ''' Friend ReadOnly Property ERR_LambdaParamShadowLocal1() As String Get Return ResourceManager.GetString("ERR_LambdaParamShadowLocal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attributes cannot be applied to parameters of lambda expressions.. ''' Friend ReadOnly Property ERR_LambdasCannotHaveAttributes() As String Get Return ResourceManager.GetString("ERR_LambdasCannotHaveAttributes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.. ''' Friend ReadOnly Property ERR_LambdaTooManyTypesObjectDisallowed() As String Get Return ResourceManager.GetString("ERR_LambdaTooManyTypesObjectDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Visual Basic {0} does not support {1}.. ''' Friend ReadOnly Property ERR_LanguageVersion() As String Get Return ResourceManager.GetString("ERR_LanguageVersion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.. ''' Friend ReadOnly Property ERR_LateBoundOverloadInterfaceCall1() As String Get Return ResourceManager.GetString("ERR_LateBoundOverloadInterfaceCall1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.. ''' Friend ReadOnly Property ERR_LbBadElseif() As String Get Return ResourceManager.GetString("ERR_LbBadElseif", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#ElseIf' cannot follow '#Else' as part of a '#If' block.. ''' Friend ReadOnly Property ERR_LbElseifAfterElse() As String Get Return ResourceManager.GetString("ERR_LbElseifAfterElse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#Else' must be preceded by a matching '#If' or '#ElseIf'.. ''' Friend ReadOnly Property ERR_LbElseNoMatchingIf() As String Get Return ResourceManager.GetString("ERR_LbElseNoMatchingIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#If' block must end with a matching '#End If'.. ''' Friend ReadOnly Property ERR_LbExpectedEndIf() As String Get Return ResourceManager.GetString("ERR_LbExpectedEndIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.. ''' Friend ReadOnly Property ERR_LbNoMatchingIf() As String Get Return ResourceManager.GetString("ERR_LbNoMatchingIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.. ''' Friend ReadOnly Property ERR_LibAnycpu32bitPreferredConflict() As String Get Return ResourceManager.GetString("ERR_LibAnycpu32bitPreferredConflict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to could not find library '{0}'. ''' Friend ReadOnly Property ERR_LibNotFound() As String Get Return ResourceManager.GetString("ERR_LibNotFound", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Line continuation character '_' must be preceded by at least one white space and must be the last character on the line.. ''' Friend ReadOnly Property ERR_LineContWithCommentOrNoPrecSpace() As String Get Return ResourceManager.GetString("ERR_LineContWithCommentOrNoPrecSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Linked netmodule metadata must provide a full PE image: '{0}'.. ''' Friend ReadOnly Property ERR_LinkedNetmoduleMetadataMustProvideFullPEImage() As String Get Return ResourceManager.GetString("ERR_LinkedNetmoduleMetadataMustProvideFullPEImage", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Literal expected.. ''' Friend ReadOnly Property ERR_LiteralExpected() As String Get Return ResourceManager.GetString("ERR_LiteralExpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is already declared as a parameter of this method.. ''' Friend ReadOnly Property ERR_LocalNamedSameAsParam1() As String Get Return ResourceManager.GetString("ERR_LocalNamedSameAsParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.. ''' Friend ReadOnly Property ERR_LocalNamedSameAsParamInLambda1() As String Get Return ResourceManager.GetString("ERR_LocalNamedSameAsParamInLambda1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable cannot have the same name as the function containing it.. ''' Friend ReadOnly Property ERR_LocalSameAsFunc() As String Get Return ResourceManager.GetString("ERR_LocalSameAsFunc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attributes cannot be applied to local variables.. ''' Friend ReadOnly Property ERR_LocalsCannotHaveAttributes() As String Get Return ResourceManager.GetString("ERR_LocalsCannotHaveAttributes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.. ''' Friend ReadOnly Property ERR_LocalTypeNameClash2() As String Get Return ResourceManager.GetString("ERR_LocalTypeNameClash2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Loop control variable cannot include an 'Await'.. ''' Friend ReadOnly Property ERR_LoopControlMustNotAwait() As String Get Return ResourceManager.GetString("ERR_LoopControlMustNotAwait", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Loop control variable cannot be a property or a late-bound indexed array.. ''' Friend ReadOnly Property ERR_LoopControlMustNotBeProperty() As String Get Return ResourceManager.GetString("ERR_LoopControlMustNotBeProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Loop' cannot have a condition if matching 'Do' has one.. ''' Friend ReadOnly Property ERR_LoopDoubleCondition() As String Get Return ResourceManager.GetString("ERR_LoopDoubleCondition", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Loop' must be preceded by a matching 'Do'.. ''' Friend ReadOnly Property ERR_LoopNoMatchingDo() As String Get Return ResourceManager.GetString("ERR_LoopNoMatchingDo", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression is a value and therefore cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_LValueRequired() As String Get Return ResourceManager.GetString("ERR_LValueRequired", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unmanaged type '{0}' not valid for fields.. ''' Friend ReadOnly Property ERR_MarshalUnmanagedTypeNotValidForFields() As String Get Return ResourceManager.GetString("ERR_MarshalUnmanagedTypeNotValidForFields", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unmanaged type '{0}' is only valid for fields.. ''' Friend ReadOnly Property ERR_MarshalUnmanagedTypeOnlyValidForFields() As String Get Return ResourceManager.GetString("ERR_MarshalUnmanagedTypeOnlyValidForFields", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Matching '{0}' operator is required for '{1}'.. ''' Friend ReadOnly Property ERR_MatchingOperatorExpected2() As String Get Return ResourceManager.GetString("ERR_MatchingOperatorExpected2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Maximum number of errors has been exceeded.. ''' Friend ReadOnly Property ERR_MaximumNumberOfErrors() As String Get Return ResourceManager.GetString("ERR_MaximumNumberOfErrors", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.. ''' Friend ReadOnly Property ERR_MemberClashesWithSynth6() As String Get Return ResourceManager.GetString("ERR_MemberClashesWithSynth6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.. ''' Friend ReadOnly Property ERR_MemberConflictWithSynth4() As String Get Return ResourceManager.GetString("ERR_MemberConflictWithSynth4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Merge conflict marker encountered. ''' Friend ReadOnly Property ERR_Merge_conflict_marker_encountered() As String Get Return ResourceManager.GetString("ERR_Merge_conflict_marker_encountered", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is a module and cannot be referenced as an assembly.. ''' Friend ReadOnly Property ERR_MetaDataIsNotAssembly() As String Get Return ResourceManager.GetString("ERR_MetaDataIsNotAssembly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an assembly and cannot be referenced as a module.. ''' Friend ReadOnly Property ERR_MetaDataIsNotModule() As String Get Return ResourceManager.GetString("ERR_MetaDataIsNotModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.. ''' Friend ReadOnly Property ERR_MetadataMembersAmbiguous3() As String Get Return ResourceManager.GetString("ERR_MetadataMembersAmbiguous3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Metadata references not supported.. ''' Friend ReadOnly Property ERR_MetadataReferencesNotSupported() As String Get Return ResourceManager.GetString("ERR_MetadataReferencesNotSupported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}.{1}' cannot be implemented more than once.. ''' Friend ReadOnly Property ERR_MethodAlreadyImplemented2() As String Get Return ResourceManager.GetString("ERR_MethodAlreadyImplemented2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of a method body cannot be on the same line as the method declaration.. ''' Friend ReadOnly Property ERR_MethodBodyNotAtLineStart() As String Get Return ResourceManager.GetString("ERR_MethodBodyNotAtLineStart", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method declaration statements must be the first statement on a logical line.. ''' Friend ReadOnly Property ERR_MethodMustBeFirstStatementOnLine() As String Get Return ResourceManager.GetString("ERR_MethodMustBeFirstStatementOnLine", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method type arguments unexpected.. ''' Friend ReadOnly Property ERR_MethodTypeArgsUnexpected() As String Get Return ResourceManager.GetString("ERR_MethodTypeArgsUnexpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to End tag </{0}{1}{2}> expected.. ''' Friend ReadOnly Property ERR_MismatchedXmlEndTag() As String Get Return ResourceManager.GetString("ERR_MismatchedXmlEndTag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' definition missing for event '{0}'.. ''' Friend ReadOnly Property ERR_MissingAddHandlerDef1() As String Get Return ResourceManager.GetString("ERR_MissingAddHandlerDef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddHandler' declaration must end with a matching 'End AddHandler'.. ''' Friend ReadOnly Property ERR_MissingEndAddHandler() As String Get Return ResourceManager.GetString("ERR_MissingEndAddHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bracketed identifier is missing closing ']'.. ''' Friend ReadOnly Property ERR_MissingEndBrack() As String Get Return ResourceManager.GetString("ERR_MissingEndBrack", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Enum' must end with a matching 'End Enum'.. ''' Friend ReadOnly Property ERR_MissingEndEnum() As String Get Return ResourceManager.GetString("ERR_MissingEndEnum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Custom Event' must end with a matching 'End Event'.. ''' Friend ReadOnly Property ERR_MissingEndEvent() As String Get Return ResourceManager.GetString("ERR_MissingEndEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Get' statement must end with a matching 'End Get'.. ''' Friend ReadOnly Property ERR_MissingEndGet() As String Get Return ResourceManager.GetString("ERR_MissingEndGet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Interface' must end with a matching 'End Interface'.. ''' Friend ReadOnly Property ERR_MissingEndInterface() As String Get Return ResourceManager.GetString("ERR_MissingEndInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.. ''' Friend ReadOnly Property ERR_MissingEndRaiseEvent() As String Get Return ResourceManager.GetString("ERR_MissingEndRaiseEvent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.. ''' Friend ReadOnly Property ERR_MissingEndRemoveHandler() As String Get Return ResourceManager.GetString("ERR_MissingEndRemoveHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Set' statement must end with a matching 'End Set'.. ''' Friend ReadOnly Property ERR_MissingEndSet() As String Get Return ResourceManager.GetString("ERR_MissingEndSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Command-line syntax error: Missing Guid for option '{1}'. ''' Friend ReadOnly Property ERR_MissingGuidForOption() As String Get Return ResourceManager.GetString("ERR_MissingGuidForOption", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Is' expected.. ''' Friend ReadOnly Property ERR_MissingIsInTypeOf() As String Get Return ResourceManager.GetString("ERR_MissingIsInTypeOf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Lib' expected.. ''' Friend ReadOnly Property ERR_MissingLibInDeclare() As String Get Return ResourceManager.GetString("ERR_MissingLibInDeclare", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference to '{0}' netmodule missing.. ''' Friend ReadOnly Property ERR_MissingNetModuleReference() As String Get Return ResourceManager.GetString("ERR_MissingNetModuleReference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Next' expected.. ''' Friend ReadOnly Property ERR_MissingNext() As String Get Return ResourceManager.GetString("ERR_MissingNext", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RaiseEvent' definition missing for event '{0}'.. ''' Friend ReadOnly Property ERR_MissingRaiseEventDef1() As String Get Return ResourceManager.GetString("ERR_MissingRaiseEventDef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RemoveHandler' definition missing for event '{0}'.. ''' Friend ReadOnly Property ERR_MissingRemoveHandlerDef1() As String Get Return ResourceManager.GetString("ERR_MissingRemoveHandlerDef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Requested operation is not available because the runtime library function '{0}' is not defined.. ''' Friend ReadOnly Property ERR_MissingRuntimeHelper() As String Get Return ResourceManager.GetString("ERR_MissingRuntimeHelper", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array subscript expression missing.. ''' Friend ReadOnly Property ERR_MissingSubscript() As String Get Return ResourceManager.GetString("ERR_MissingSubscript", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Arrays used as attribute arguments are required to explicitly specify values for all elements.. ''' Friend ReadOnly Property ERR_MissingValuesForArraysInApplAttrs() As String Get Return ResourceManager.GetString("ERR_MissingValuesForArraysInApplAttrs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Required attribute 'version' missing from XML declaration.. ''' Friend ReadOnly Property ERR_MissingVersionInXmlDecl() As String Get Return ResourceManager.GetString("ERR_MissingVersionInXmlDecl", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Element is missing an end tag.. ''' Friend ReadOnly Property ERR_MissingXmlEndTag() As String Get Return ResourceManager.GetString("ERR_MissingXmlEndTag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'. ''' Friend ReadOnly Property ERR_MixingWinRTAndNETEvents() As String Get Return ResourceManager.GetString("ERR_MixingWinRTAndNETEvents", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Module '{0}' cannot be used as a type.. ''' Friend ReadOnly Property ERR_ModuleAsType1() As String Get Return ResourceManager.GetString("ERR_ModuleAsType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Implements' not valid in Modules.. ''' Friend ReadOnly Property ERR_ModuleCantImplement() As String Get Return ResourceManager.GetString("ERR_ModuleCantImplement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Inherits' not valid in Modules.. ''' Friend ReadOnly Property ERR_ModuleCantInherit() As String Get Return ResourceManager.GetString("ERR_ModuleCantInherit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Declare' statements in a Module cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_ModuleCantUseDLLDeclareSpecifier1() As String Get Return ResourceManager.GetString("ERR_ModuleCantUseDLLDeclareSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Events in a Module cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_ModuleCantUseEventSpecifier1() As String Get Return ResourceManager.GetString("ERR_ModuleCantUseEventSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Methods in a Module cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_ModuleCantUseMethodSpecifier1() As String Get Return ResourceManager.GetString("ERR_ModuleCantUseMethodSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type in a Module cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_ModuleCantUseTypeSpecifier1() As String Get Return ResourceManager.GetString("ERR_ModuleCantUseTypeSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variables in Modules cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_ModuleCantUseVariableSpecifier1() As String Get Return ResourceManager.GetString("ERR_ModuleCantUseVariableSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Failed to emit module '{0}'.. ''' Friend ReadOnly Property ERR_ModuleEmitFailure() As String Get Return ResourceManager.GetString("ERR_ModuleEmitFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Members in a Module cannot implement interface members.. ''' Friend ReadOnly Property ERR_ModuleMemberCantImplement() As String Get Return ResourceManager.GetString("ERR_ModuleMemberCantImplement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Module' statements can occur only at file or namespace level.. ''' Friend ReadOnly Property ERR_ModuleNotAtNamespace() As String Get Return ResourceManager.GetString("ERR_ModuleNotAtNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Modules cannot be generic.. ''' Friend ReadOnly Property ERR_ModulesCannotBeGeneric() As String Get Return ResourceManager.GetString("ERR_ModulesCannotBeGeneric", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub Main' is declared more than once in '{0}': {1}. ''' Friend ReadOnly Property ERR_MoreThanOneValidMainWasFound2() As String Get Return ResourceManager.GetString("ERR_MoreThanOneValidMainWasFound2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiline lambda expression is missing 'End Function'.. ''' Friend ReadOnly Property ERR_MultilineLambdaMissingFunction() As String Get Return ResourceManager.GetString("ERR_MultilineLambdaMissingFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiline lambda expression is missing 'End Sub'.. ''' Friend ReadOnly Property ERR_MultilineLambdaMissingSub() As String Get Return ResourceManager.GetString("ERR_MultilineLambdaMissingSub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'On Error' and 'Resume' cannot appear inside a lambda expression.. ''' Friend ReadOnly Property ERR_MultilineLambdasCannotContainOnError() As String Get Return ResourceManager.GetString("ERR_MultilineLambdasCannotContainOnError", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' can only have one constraint that is a class.. ''' Friend ReadOnly Property ERR_MultipleClassConstraints1() As String Get Return ResourceManager.GetString("ERR_MultipleClassConstraints1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.. ''' Friend ReadOnly Property ERR_MultipleEventImplMismatch3() As String Get Return ResourceManager.GetString("ERR_MultipleEventImplMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Inherits' can appear only once within a 'Class' statement and can only specify one class.. ''' Friend ReadOnly Property ERR_MultipleExtends() As String Get Return ResourceManager.GetString("ERR_MultipleExtends", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' constraint cannot be specified multiple times for the same type parameter.. ''' Friend ReadOnly Property ERR_MultipleNewConstraints() As String Get Return ResourceManager.GetString("ERR_MultipleNewConstraints", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Optional' and 'ParamArray' cannot be combined.. ''' Friend ReadOnly Property ERR_MultipleOptionalParameterSpecifiers() As String Get Return ResourceManager.GetString("ERR_MultipleOptionalParameterSpecifiers", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ByVal' and 'ByRef' cannot be combined.. ''' Friend ReadOnly Property ERR_MultipleParameterSpecifiers() As String Get Return ResourceManager.GetString("ERR_MultipleParameterSpecifiers", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Class' constraint cannot be specified multiple times for the same type parameter.. ''' Friend ReadOnly Property ERR_MultipleReferenceConstraints() As String Get Return ResourceManager.GetString("ERR_MultipleReferenceConstraints", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Structure' constraint cannot be specified multiple times for the same type parameter.. ''' Friend ReadOnly Property ERR_MultipleValueConstraints() As String Get Return ResourceManager.GetString("ERR_MultipleValueConstraints", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Label '{0}' is already defined in the current method.. ''' Friend ReadOnly Property ERR_MultiplyDefined1() As String Get Return ResourceManager.GetString("ERR_MultiplyDefined1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is already declared in this {1}.. ''' Friend ReadOnly Property ERR_MultiplyDefinedEnumMember2() As String Get Return ResourceManager.GetString("ERR_MultiplyDefinedEnumMember2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is already declared as '{1}' in this {2}.. ''' Friend ReadOnly Property ERR_MultiplyDefinedType3() As String Get Return ResourceManager.GetString("ERR_MultiplyDefinedType3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.. ''' Friend ReadOnly Property ERR_MustBeInCatchToRethrow() As String Get Return ResourceManager.GetString("ERR_MustBeInCatchToRethrow", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.. ''' Friend ReadOnly Property ERR_MustBeOverloads2() As String Get Return ResourceManager.GetString("ERR_MustBeOverloads2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is a MustOverride event in the base class '{1}'. Visual Basic does not support event overriding. You must either provide an implementation for the event in the base class, or make class '{2}' MustInherit.. ''' Friend ReadOnly Property ERR_MustInheritEventNotOverridden() As String Get Return ResourceManager.GetString("ERR_MustInheritEventNotOverridden", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.. ''' Friend ReadOnly Property ERR_MustInheritForNewConstraint2() As String Get Return ResourceManager.GetString("ERR_MustInheritForNewConstraint2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.. ''' Friend ReadOnly Property ERR_MustOverOnNotInheritPartClsMem1() As String Get Return ResourceManager.GetString("ERR_MustOverOnNotInheritPartClsMem1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.. ''' Friend ReadOnly Property ERR_MustOverridesInClass1() As String Get Return ResourceManager.GetString("ERR_MustOverridesInClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.. ''' Friend ReadOnly Property ERR_MustShadow2() As String Get Return ResourceManager.GetString("ERR_MustShadow2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Compilation options '{0}' and '{1}' can't both be specified at the same time.. ''' Friend ReadOnly Property ERR_MutuallyExclusiveOptions() As String Get Return ResourceManager.GetString("ERR_MutuallyExclusiveOptions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.. ''' Friend ReadOnly Property ERR_MyBaseAbstractCall1() As String Get Return ResourceManager.GetString("ERR_MyBaseAbstractCall1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MustOverride' method '{0}' cannot be called with 'MyClass'.. ''' Friend ReadOnly Property ERR_MyClassAbstractCall1() As String Get Return ResourceManager.GetString("ERR_MyClassAbstractCall1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MyClass' cannot be used outside of a class.. ''' Friend ReadOnly Property ERR_MyClassNotInClass() As String Get Return ResourceManager.GetString("ERR_MyClassNotInClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to MyGroupCollectionAttribute cannot be applied to itself.. ''' Friend ReadOnly Property ERR_MyGroupCollectionAttributeCycle() As String Get Return ResourceManager.GetString("ERR_MyGroupCollectionAttributeCycle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter '{0}' already has a matching omitted argument.. ''' Friend ReadOnly Property ERR_NamedArgAlsoOmitted1() As String Get Return ResourceManager.GetString("ERR_NamedArgAlsoOmitted1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter '{0}' in '{1}' already has a matching omitted argument.. ''' Friend ReadOnly Property ERR_NamedArgAlsoOmitted2() As String Get Return ResourceManager.GetString("ERR_NamedArgAlsoOmitted2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.. ''' Friend ReadOnly Property ERR_NamedArgAlsoOmitted3() As String Get Return ResourceManager.GetString("ERR_NamedArgAlsoOmitted3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter '{0}' already has a matching argument.. ''' Friend ReadOnly Property ERR_NamedArgUsedTwice1() As String Get Return ResourceManager.GetString("ERR_NamedArgUsedTwice1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter '{0}' of '{1}' already has a matching argument.. ''' Friend ReadOnly Property ERR_NamedArgUsedTwice2() As String Get Return ResourceManager.GetString("ERR_NamedArgUsedTwice2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.. ''' Friend ReadOnly Property ERR_NamedArgUsedTwice3() As String Get Return ResourceManager.GetString("ERR_NamedArgUsedTwice3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Named argument cannot match a ParamArray parameter.. ''' Friend ReadOnly Property ERR_NamedParamArrayArgument() As String Get Return ResourceManager.GetString("ERR_NamedParamArrayArgument", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a method parameter.. ''' Friend ReadOnly Property ERR_NamedParamNotFound1() As String Get Return ResourceManager.GetString("ERR_NamedParamNotFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a parameter of '{1}'.. ''' Friend ReadOnly Property ERR_NamedParamNotFound2() As String Get Return ResourceManager.GetString("ERR_NamedParamNotFound2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a parameter of extension method '{1}' defined in '{2}'.. ''' Friend ReadOnly Property ERR_NamedParamNotFound3() As String Get Return ResourceManager.GetString("ERR_NamedParamNotFound3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Named arguments are not valid as array subscripts.. ''' Friend ReadOnly Property ERR_NamedSubscript() As String Get Return ResourceManager.GetString("ERR_NamedSubscript", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not declared. It may be inaccessible due to its protection level.. ''' Friend ReadOnly Property ERR_NameNotDeclared1() As String Get Return ResourceManager.GetString("ERR_NameNotDeclared1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not an event of '{1}'.. ''' Friend ReadOnly Property ERR_NameNotEvent2() As String Get Return ResourceManager.GetString("ERR_NameNotEvent2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a member of '{1}'.. ''' Friend ReadOnly Property ERR_NameNotMember2() As String Get Return ResourceManager.GetString("ERR_NameNotMember2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not a member of '{1}'; it does not exist in the current context.. ''' Friend ReadOnly Property ERR_NameNotMemberOfAnonymousType2() As String Get Return ResourceManager.GetString("ERR_NameNotMemberOfAnonymousType2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is already declared as a type parameter of this method.. ''' Friend ReadOnly Property ERR_NameSameAsMethodTypeParam1() As String Get Return ResourceManager.GetString("ERR_NameSameAsMethodTypeParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You cannot declare Namespace in script code. ''' Friend ReadOnly Property ERR_NamespaceNotAllowedInScript() As String Get Return ResourceManager.GetString("ERR_NamespaceNotAllowedInScript", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Namespace' statements can occur only at file or namespace level.. ''' Friend ReadOnly Property ERR_NamespaceNotAtNamespace() As String Get Return ResourceManager.GetString("ERR_NamespaceNotAtNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is a namespace and cannot be used as an expression.. ''' Friend ReadOnly Property ERR_NamespaceNotExpression1() As String Get Return ResourceManager.GetString("ERR_NamespaceNotExpression1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On disallows implicit conversions from '{0}' to '{1}'; the Visual Basic 6.0 collection type is not compatible with the .NET Framework collection type.. ''' Friend ReadOnly Property ERR_NarrowingConversionCollection2() As String Get Return ResourceManager.GetString("ERR_NarrowingConversionCollection2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On disallows implicit conversions from '{0}' to '{1}'.. ''' Friend ReadOnly Property ERR_NarrowingConversionDisallowed2() As String Get Return ResourceManager.GetString("ERR_NarrowingConversionDisallowed2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to the /moduleassemblyname option may only be specified when building a target of type 'module'. ''' Friend ReadOnly Property ERR_NeedModule() As String Get Return ResourceManager.GetString("ERR_NeedModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array dimensions cannot have a negative size.. ''' Friend ReadOnly Property ERR_NegativeArraySize() As String Get Return ResourceManager.GetString("ERR_NegativeArraySize", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' cannot inherit from a type nested within it.. ''' Friend ReadOnly Property ERR_NestedBase2() As String Get Return ResourceManager.GetString("ERR_NestedBase2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '#ExternalSource' directives cannot be nested.. ''' Friend ReadOnly Property ERR_NestedExternalSource() As String Get Return ResourceManager.GetString("ERR_NestedExternalSource", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.. ''' Friend ReadOnly Property ERR_NestedFunctionArgumentNarrowing3() As String Get Return ResourceManager.GetString("ERR_NestedFunctionArgumentNarrowing3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Global namespace may not be nested in another namespace.. ''' Friend ReadOnly Property ERR_NestedGlobalNamespace() As String Get Return ResourceManager.GetString("ERR_NestedGlobalNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nested type '{0}' cannot be embedded.. ''' Friend ReadOnly Property ERR_NestedInteropType() As String Get Return ResourceManager.GetString("ERR_NestedInteropType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' cannot reference its nested type '{1}' in Inherits clause.. ''' Friend ReadOnly Property ERR_NestedTypeInInheritsClause2() As String Get Return ResourceManager.GetString("ERR_NestedTypeInInheritsClause2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' does not inherit the generic type parameters of its container.. ''' Friend ReadOnly Property ERR_NestingViolatesCLS1() As String Get Return ResourceManager.GetString("ERR_NestingViolatesCLS1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Module name '{0}' stored in '{1}' must match its filename.. ''' Friend ReadOnly Property ERR_NetModuleNameMismatch() As String Get Return ResourceManager.GetString("ERR_NetModuleNameMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Module '{0}' is already defined in this assembly. Each module must have a unique filename.. ''' Friend ReadOnly Property ERR_NetModuleNameMustBeUnique() As String Get Return ResourceManager.GetString("ERR_NetModuleNameMustBeUnique", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' constraint and 'Structure' constraint cannot be combined.. ''' Friend ReadOnly Property ERR_NewAndValueConstraintsCombined() As String Get Return ResourceManager.GetString("ERR_NewAndValueConstraintsCombined", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Arguments cannot be passed to a 'New' used on a type parameter.. ''' Friend ReadOnly Property ERR_NewArgsDisallowedForTypeParam() As String Get Return ResourceManager.GetString("ERR_NewArgsDisallowedForTypeParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub New' cannot handle events.. ''' Friend ReadOnly Property ERR_NewCannotHandleEvents() As String Get Return ResourceManager.GetString("ERR_NewCannotHandleEvents", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' cannot be used on a type parameter that does not have a 'New' constraint.. ''' Friend ReadOnly Property ERR_NewIfNullOnGenericParam() As String Get Return ResourceManager.GetString("ERR_NewIfNullOnGenericParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' cannot be used on an interface.. ''' Friend ReadOnly Property ERR_NewIfNullOnNonClass() As String Get Return ResourceManager.GetString("ERR_NewIfNullOnNonClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub New' cannot be declared in an interface.. ''' Friend ReadOnly Property ERR_NewInInterface() As String Get Return ResourceManager.GetString("ERR_NewInInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Structures cannot declare a non-shared 'Sub New' with no parameters.. ''' Friend ReadOnly Property ERR_NewInStruct() As String Get Return ResourceManager.GetString("ERR_NewInStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' cannot be used on a class that is declared 'MustInherit'.. ''' Friend ReadOnly Property ERR_NewOnAbstractClass() As String Get Return ResourceManager.GetString("ERR_NewOnAbstractClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'New' cannot be used with tuple type. Use a tuple literal expression instead.. ''' Friend ReadOnly Property ERR_NewWithTupleTypeSyntax() As String Get Return ResourceManager.GetString("ERR_NewWithTupleTypeSyntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Next control variable does not match For loop control variable '{0}'.. ''' Friend ReadOnly Property ERR_NextForMismatch1() As String Get Return ResourceManager.GetString("ERR_NextForMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Next' must be preceded by a matching 'For'.. ''' Friend ReadOnly Property ERR_NextNoMatchingFor() As String Get Return ResourceManager.GetString("ERR_NextNoMatchingFor", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' has no accessible 'Sub New' and cannot be inherited.. ''' Friend ReadOnly Property ERR_NoAccessibleConstructorOnBase() As String Get Return ResourceManager.GetString("ERR_NoAccessibleConstructorOnBase", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Get' accessor of property '{0}' is not accessible.. ''' Friend ReadOnly Property ERR_NoAccessibleGet() As String Get Return ResourceManager.GetString("ERR_NoAccessibleGet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Set' accessor of property '{0}' is not accessible.. ''' Friend ReadOnly Property ERR_NoAccessibleSet() As String Get Return ResourceManager.GetString("ERR_NoAccessibleSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.. ''' Friend ReadOnly Property ERR_NoAddMethod1() As String Get Return ResourceManager.GetString("ERR_NoAddMethod1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' accepts this number of arguments.. ''' Friend ReadOnly Property ERR_NoArgumentCountOverloadCandidates1() As String Get Return ResourceManager.GetString("ERR_NoArgumentCountOverloadCandidates1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}. ''' Friend ReadOnly Property ERR_NoCallableOverloadCandidates2() As String Get Return ResourceManager.GetString("ERR_NoCallableOverloadCandidates2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bounds can be specified only for the top-level array when initializing an array of arrays.. ''' Friend ReadOnly Property ERR_NoConstituentArraySizes() As String Get Return ResourceManager.GetString("ERR_NoConstituentArraySizes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because its base class '{1}' does not have an accessible 'Sub New' that can be called with no arguments.. ''' Friend ReadOnly Property ERR_NoConstructorOnBase2() As String Get Return ResourceManager.GetString("ERR_NoConstructorOnBase2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' cannot be indexed because it has no default property.. ''' Friend ReadOnly Property ERR_NoDefaultNotExtend1() As String Get Return ResourceManager.GetString("ERR_NoDefaultNotExtend1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.. ''' Friend ReadOnly Property ERR_NoDirectDelegateConstruction1() As String Get Return ResourceManager.GetString("ERR_NoDirectDelegateConstruction1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array bounds cannot appear in type specifiers.. ''' Friend ReadOnly Property ERR_NoExplicitArraySizes() As String Get Return ResourceManager.GetString("ERR_NoExplicitArraySizes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' is 'WriteOnly'.. ''' Friend ReadOnly Property ERR_NoGetProperty1() As String Get Return ResourceManager.GetString("ERR_NoGetProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Global' not allowed in this context; identifier expected.. ''' Friend ReadOnly Property ERR_NoGlobalExpectedIdentifier() As String Get Return ResourceManager.GetString("ERR_NoGlobalExpectedIdentifier", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Global' not allowed in handles; local name expected.. ''' Friend ReadOnly Property ERR_NoGlobalInHandles() As String Get Return ResourceManager.GetString("ERR_NoGlobalInHandles", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}. ''' Friend ReadOnly Property ERR_NoMostSpecificOverload2() As String Get Return ResourceManager.GetString("ERR_NoMostSpecificOverload2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot compile net modules when using /refout or /refonly.. ''' Friend ReadOnly Property ERR_NoNetModuleOutputWhenRefOutOrRefOnly() As String Get Return ResourceManager.GetString("ERR_NoNetModuleOutputWhenRefOutOrRefOnly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.. ''' Friend ReadOnly Property ERR_NonFieldPropertyAggrMemberInit1() As String Get Return ResourceManager.GetString("ERR_NonFieldPropertyAggrMemberInit1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.. ''' Friend ReadOnly Property ERR_NonNamespaceOrClassOnImport2() As String Get Return ResourceManager.GetString("ERR_NonNamespaceOrClassOnImport2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' with no parameters cannot be found.. ''' Friend ReadOnly Property ERR_NoNonIndexProperty1() As String Get Return ResourceManager.GetString("ERR_NoNonIndexProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}. ''' Friend ReadOnly Property ERR_NoNonNarrowingOverloadCandidates2() As String Get Return ResourceManager.GetString("ERR_NoNonNarrowingOverloadCandidates2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.. ''' Friend ReadOnly Property ERR_NoNonObsoleteConstructorOnBase3() As String Get Return ResourceManager.GetString("ERR_NoNonObsoleteConstructorOnBase3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.. ''' Friend ReadOnly Property ERR_NoNonObsoleteConstructorOnBase4() As String Get Return ResourceManager.GetString("ERR_NoNonObsoleteConstructorOnBase4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.. ''' Friend ReadOnly Property ERR_NoPartialMethodInAddressOf1() As String Get Return ResourceManager.GetString("ERR_NoPartialMethodInAddressOf1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.. ''' Friend ReadOnly Property ERR_NoPIAAttributeMissing2() As String Get Return ResourceManager.GetString("ERR_NoPIAAttributeMissing2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do not use refout when using refonly.. ''' Friend ReadOnly Property ERR_NoRefOutWhenRefOnly() As String Get Return ResourceManager.GetString("ERR_NoRefOutWhenRefOnly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to unable to open response file '{0}'. ''' Friend ReadOnly Property ERR_NoResponseFile() As String Get Return ResourceManager.GetString("ERR_NoResponseFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' is 'ReadOnly'.. ''' Friend ReadOnly Property ERR_NoSetProperty1() As String Get Return ResourceManager.GetString("ERR_NoSetProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to no input sources specified. ''' Friend ReadOnly Property ERR_NoSources() As String Get Return ResourceManager.GetString("ERR_NoSources", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to cannot infer an output file name from resource only input files; provide the '/out' option. ''' Friend ReadOnly Property ERR_NoSourcesOut() As String Get Return ResourceManager.GetString("ERR_NoSourcesOut", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.. ''' Friend ReadOnly Property ERR_NoSuitableNewForNewConstraint2() As String Get Return ResourceManager.GetString("ERR_NoSuitableNewForNewConstraint2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.. ''' Friend ReadOnly Property ERR_NoSuitableWidestType1() As String Get Return ResourceManager.GetString("ERR_NoSuitableWidestType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.. ''' Friend ReadOnly Property ERR_NotACollection1() As String Get Return ResourceManager.GetString("ERR_NotACollection1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Not most specific.. ''' Friend ReadOnly Property ERR_NotMostSpecificOverload() As String Get Return ResourceManager.GetString("ERR_NotMostSpecificOverload", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'NotOverridable' cannot be specified for methods that do not override another method.. ''' Friend ReadOnly Property ERR_NotOverridableRequiresOverrides() As String Get Return ResourceManager.GetString("ERR_NotOverridableRequiresOverrides", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' accepts this number of type arguments.. ''' Friend ReadOnly Property ERR_NoTypeArgumentCountOverloadCand1() As String Get Return ResourceManager.GetString("ERR_NoTypeArgumentCountOverloadCand1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type characters are not allowed on Imports aliases.. ''' Friend ReadOnly Property ERR_NoTypecharInAlias() As String Get Return ResourceManager.GetString("ERR_NoTypecharInAlias", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type characters are not allowed in label identifiers.. ''' Friend ReadOnly Property ERR_NoTypecharInLabel() As String Get Return ResourceManager.GetString("ERR_NoTypecharInLabel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because its base class '{1}' has more than one accessible 'Sub New' that can be called with no arguments.. ''' Friend ReadOnly Property ERR_NoUniqueConstructorOnBase2() As String Get Return ResourceManager.GetString("ERR_NoUniqueConstructorOnBase2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overload resolution failed because no '{0}' is accessible.. ''' Friend ReadOnly Property ERR_NoViableOverloadCandidates1() As String Get Return ResourceManager.GetString("ERR_NoViableOverloadCandidates1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Handles clause requires a WithEvents variable defined in the containing type or one of its base types.. ''' Friend ReadOnly Property ERR_NoWithEventsVarOnHandlesList() As String Get Return ResourceManager.GetString("ERR_NoWithEventsVarOnHandlesList", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML axis properties do not support late binding.. ''' Friend ReadOnly Property ERR_NoXmlAxesLateBinding() As String Get Return ResourceManager.GetString("ERR_NoXmlAxesLateBinding", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.. ''' Friend ReadOnly Property ERR_NoZeroCountArgumentInitCandidates1() As String Get Return ResourceManager.GetString("ERR_NoZeroCountArgumentInitCandidates1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The '?' character cannot be used here.. ''' Friend ReadOnly Property ERR_NullableCharNotSupported() As String Get Return ResourceManager.GetString("ERR_NullableCharNotSupported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.. ''' Friend ReadOnly Property ERR_NullableDisallowedForStructConstr1() As String Get Return ResourceManager.GetString("ERR_NullableDisallowedForStructConstr1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable modifier cannot be used with a variable whose implicit type is 'Object'.. ''' Friend ReadOnly Property ERR_NullableImplicit() As String Get Return ResourceManager.GetString("ERR_NullableImplicit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable parameters must specify a type.. ''' Friend ReadOnly Property ERR_NullableParameterMustSpecifyType() As String Get Return ResourceManager.GetString("ERR_NullableParameterMustSpecifyType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Nullable type inference is not supported in this context.. ''' Friend ReadOnly Property ERR_NullableTypeInferenceNotSupported() As String Get Return ResourceManager.GetString("ERR_NullableTypeInferenceNotSupported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A null propagating operator cannot be converted into an expression tree.. ''' Friend ReadOnly Property ERR_NullPropagatingOpInExpressionTree() As String Get Return ResourceManager.GetString("ERR_NullPropagatingOpInExpressionTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Object initializers require a field name to initialize.. ''' Friend ReadOnly Property ERR_ObjectInitializerRequiresFieldName() As String Get Return ResourceManager.GetString("ERR_ObjectInitializerRequiresFieldName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference to a non-shared member requires an object reference.. ''' Friend ReadOnly Property ERR_ObjectReferenceNotSupplied() As String Get Return ResourceManager.GetString("ERR_ObjectReferenceNotSupplied", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method arguments must be enclosed in parentheses.. ''' Friend ReadOnly Property ERR_ObsoleteArgumentsNeedParens() As String Get Return ResourceManager.GetString("ERR_ObsoleteArgumentsNeedParens", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'As Any' is not supported in 'Declare' statements.. ''' Friend ReadOnly Property ERR_ObsoleteAsAny() As String Get Return ResourceManager.GetString("ERR_ObsoleteAsAny", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'EndIf' statements are no longer supported; use 'End If' instead.. ''' Friend ReadOnly Property ERR_ObsoleteEndIf() As String Get Return ResourceManager.GetString("ERR_ObsoleteEndIf", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'D' can no longer be used to indicate an exponent, use 'E' instead.. ''' Friend ReadOnly Property ERR_ObsoleteExponent() As String Get Return ResourceManager.GetString("ERR_ObsoleteExponent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.. ''' Friend ReadOnly Property ERR_ObsoleteGetStatement() As String Get Return ResourceManager.GetString("ERR_ObsoleteGetStatement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'GoSub' statements are no longer supported.. ''' Friend ReadOnly Property ERR_ObsoleteGosub() As String Get Return ResourceManager.GetString("ERR_ObsoleteGosub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.. ''' Friend ReadOnly Property ERR_ObsoleteInvalidOnEventMember() As String Get Return ResourceManager.GetString("ERR_ObsoleteInvalidOnEventMember", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Let' and 'Set' assignment statements are no longer supported.. ''' Friend ReadOnly Property ERR_ObsoleteLetSetNotNeeded() As String Get Return ResourceManager.GetString("ERR_ObsoleteLetSetNotNeeded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Labels that are numbers must be followed by colons.. ''' Friend ReadOnly Property ERR_ObsoleteLineNumbersAreLabels() As String Get Return ResourceManager.GetString("ERR_ObsoleteLineNumbersAreLabels", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Variant' is no longer a supported type; use the 'Object' type instead.. ''' Friend ReadOnly Property ERR_ObsoleteObjectNotVariant() As String Get Return ResourceManager.GetString("ERR_ObsoleteObjectNotVariant", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'On GoTo' and 'On GoSub' statements are no longer supported.. ''' Friend ReadOnly Property ERR_ObsoleteOnGotoGosub() As String Get Return ResourceManager.GetString("ERR_ObsoleteOnGotoGosub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Optional parameters must specify a default value.. ''' Friend ReadOnly Property ERR_ObsoleteOptionalWithoutValue() As String Get Return ResourceManager.GetString("ERR_ObsoleteOptionalWithoutValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property Get/Let/Set are no longer supported; use the new Property declaration syntax.. ''' Friend ReadOnly Property ERR_ObsoletePropertyGetLetSet() As String Get Return ResourceManager.GetString("ERR_ObsoletePropertyGetLetSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReDim' statements can no longer be used to declare array variables.. ''' Friend ReadOnly Property ERR_ObsoleteRedimAs() As String Get Return ResourceManager.GetString("ERR_ObsoleteRedimAs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Type' statements are no longer supported; use 'Structure' statements instead.. ''' Friend ReadOnly Property ERR_ObsoleteStructureNotType() As String Get Return ResourceManager.GetString("ERR_ObsoleteStructureNotType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Wend' statements are no longer supported; use 'End While' statements instead.. ''' Friend ReadOnly Property ERR_ObsoleteWhileWend() As String Get Return ResourceManager.GetString("ERR_ObsoleteWhileWend", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Of' required when specifying type arguments for a generic type or method.. ''' Friend ReadOnly Property ERR_OfExpected() As String Get Return ResourceManager.GetString("ERR_OfExpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Argument not specified for parameter '{0}'.. ''' Friend ReadOnly Property ERR_OmittedArgument1() As String Get Return ResourceManager.GetString("ERR_OmittedArgument1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Argument not specified for parameter '{0}' of '{1}'.. ''' Friend ReadOnly Property ERR_OmittedArgument2() As String Get Return ResourceManager.GetString("ERR_OmittedArgument2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.. ''' Friend ReadOnly Property ERR_OmittedArgument3() As String Get Return ResourceManager.GetString("ERR_OmittedArgument3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Omitted argument cannot match a ParamArray parameter.. ''' Friend ReadOnly Property ERR_OmittedParamArrayArgument() As String Get Return ResourceManager.GetString("ERR_OmittedParamArrayArgument", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' must have either one or two parameters.. ''' Friend ReadOnly Property ERR_OneOrTwoParametersRequired1() As String Get Return ResourceManager.GetString("ERR_OneOrTwoParametersRequired1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' must have one parameter.. ''' Friend ReadOnly Property ERR_OneParameterRequired1() As String Get Return ResourceManager.GetString("ERR_OneParameterRequired1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'On Error' statements are not valid within 'SyncLock' statements.. ''' Friend ReadOnly Property ERR_OnErrorInSyncLock() As String Get Return ResourceManager.GetString("ERR_OnErrorInSyncLock", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'On Error' statements are not valid within 'Using' statements.. ''' Friend ReadOnly Property ERR_OnErrorInUsing() As String Get Return ResourceManager.GetString("ERR_OnErrorInUsing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Array lower bounds can be only '0'.. ''' Friend ReadOnly Property ERR_OnlyNullLowerBound() As String Get Return ResourceManager.GetString("ERR_OnlyNullLowerBound", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Access modifier can only be applied to either 'Get' or 'Set', but not both.. ''' Friend ReadOnly Property ERR_OnlyOneAccessorForGetSet() As String Get Return ResourceManager.GetString("ERR_OnlyOneAccessorForGetSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.. ''' Friend ReadOnly Property ERR_OnlyOneImplementingMethodAllowed3() As String Get Return ResourceManager.GetString("ERR_OnlyOneImplementingMethodAllowed3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.. ''' Friend ReadOnly Property ERR_OnlyOnePartialMethodAllowed2() As String Get Return ResourceManager.GetString("ERR_OnlyOnePartialMethodAllowed2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Partial methods must be declared 'Private' instead of '{0}'.. ''' Friend ReadOnly Property ERR_OnlyPrivatePartialMethods1() As String Get Return ResourceManager.GetString("ERR_OnlyPrivatePartialMethods1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameters or types constructed with type parameters are not allowed in attribute arguments.. ''' Friend ReadOnly Property ERR_OpenTypeDisallowed() As String Get Return ResourceManager.GetString("ERR_OpenTypeDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operators cannot be declared in modules.. ''' Friend ReadOnly Property ERR_OperatorDeclaredInModule() As String Get Return ResourceManager.GetString("ERR_OperatorDeclaredInModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operators must be declared 'Public'.. ''' Friend ReadOnly Property ERR_OperatorMustBePublic() As String Get Return ResourceManager.GetString("ERR_OperatorMustBePublic", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operators must be declared 'Shared'.. ''' Friend ReadOnly Property ERR_OperatorMustBeShared() As String Get Return ResourceManager.GetString("ERR_OperatorMustBeShared", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.. ''' Friend ReadOnly Property ERR_OperatorNotOverloadable() As String Get Return ResourceManager.GetString("ERR_OperatorNotOverloadable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' must have a return type of Boolean.. ''' Friend ReadOnly Property ERR_OperatorRequiresBoolReturnType1() As String Get Return ResourceManager.GetString("ERR_OperatorRequiresBoolReturnType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.. ''' Friend ReadOnly Property ERR_OperatorRequiresIntegerParameter1() As String Get Return ResourceManager.GetString("ERR_OperatorRequiresIntegerParameter1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' parameters cannot be declared 'Optional'.. ''' Friend ReadOnly Property ERR_OptionalIllegal1() As String Get Return ResourceManager.GetString("ERR_OptionalIllegal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generic parameters used as optional parameter types must be class constrained.. ''' Friend ReadOnly Property ERR_OptionalsCantBeStructGenericParams() As String Get Return ResourceManager.GetString("ERR_OptionalsCantBeStructGenericParams", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option '{0}' must be an absolute path.. ''' Friend ReadOnly Property ERR_OptionMustBeAbsolutePath() As String Get Return ResourceManager.GetString("ERR_OptionMustBeAbsolutePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Option' statements must precede any declarations or 'Imports' statements.. ''' Friend ReadOnly Property ERR_OptionStmtWrongOrder() As String Get Return ResourceManager.GetString("ERR_OptionStmtWrongOrder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Overflow.. ''' Friend ReadOnly Property ERR_Overflow() As String Get Return ResourceManager.GetString("ERR_Overflow", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' {0}. ''' Friend ReadOnly Property ERR_OverloadCandidate1() As String Get Return ResourceManager.GetString("ERR_OverloadCandidate1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}': {1}. ''' Friend ReadOnly Property ERR_OverloadCandidate2() As String Get Return ResourceManager.GetString("ERR_OverloadCandidate2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.. ''' Friend ReadOnly Property ERR_OverloadingPropertyKind2() As String Get Return ResourceManager.GetString("ERR_OverloadingPropertyKind2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Inappropriate use of '{0}' keyword in a module.. ''' Friend ReadOnly Property ERR_OverloadsModifierInModule() As String Get Return ResourceManager.GetString("ERR_OverloadsModifierInModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.. ''' Friend ReadOnly Property ERR_OverloadWithArrayVsParamArray2() As String Get Return ResourceManager.GetString("ERR_OverloadWithArrayVsParamArray2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.. ''' Friend ReadOnly Property ERR_OverloadWithByref2() As String Get Return ResourceManager.GetString("ERR_OverloadWithByref2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.. ''' Friend ReadOnly Property ERR_OverloadWithDefault2() As String Get Return ResourceManager.GetString("ERR_OverloadWithDefault2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by optional parameters.. ''' Friend ReadOnly Property ERR_OverloadWithOptional2() As String Get Return ResourceManager.GetString("ERR_OverloadWithOptional2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by return types.. ''' Friend ReadOnly Property ERR_OverloadWithReturnType2() As String Get Return ResourceManager.GetString("ERR_OverloadWithReturnType2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}'. ''' Friend ReadOnly Property ERR_OverriddenCandidate1() As String Get Return ResourceManager.GetString("ERR_OverriddenCandidate1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.. ''' Friend ReadOnly Property ERR_OverrideNotNeeded3() As String Get Return ResourceManager.GetString("ERR_OverrideNotNeeded3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.. ''' Friend ReadOnly Property ERR_OverridesImpliesOverridable() As String Get Return ResourceManager.GetString("ERR_OverridesImpliesOverridable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.. ''' Friend ReadOnly Property ERR_OverrideWithArrayVsParamArray2() As String Get Return ResourceManager.GetString("ERR_OverrideWithArrayVsParamArray2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.. ''' Friend ReadOnly Property ERR_OverrideWithByref2() As String Get Return ResourceManager.GetString("ERR_OverrideWithByref2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by type parameter constraints.. ''' Friend ReadOnly Property ERR_OverrideWithConstraintMismatch2() As String Get Return ResourceManager.GetString("ERR_OverrideWithConstraintMismatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by the default values of optional parameters.. ''' Friend ReadOnly Property ERR_OverrideWithDefault2() As String Get Return ResourceManager.GetString("ERR_OverrideWithDefault2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by optional parameters.. ''' Friend ReadOnly Property ERR_OverrideWithOptional2() As String Get Return ResourceManager.GetString("ERR_OverrideWithOptional2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by the types of optional parameters.. ''' Friend ReadOnly Property ERR_OverrideWithOptionalTypes2() As String Get Return ResourceManager.GetString("ERR_OverrideWithOptionalTypes2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.. ''' Friend ReadOnly Property ERR_OverridingPropertyKind2() As String Get Return ResourceManager.GetString("ERR_OverridingPropertyKind2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Argument cannot match a ParamArray parameter.. ''' Friend ReadOnly Property ERR_ParamArrayArgumentMismatch() As String Get Return ResourceManager.GetString("ERR_ParamArrayArgumentMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' parameters cannot be declared 'ParamArray'.. ''' Friend ReadOnly Property ERR_ParamArrayIllegal1() As String Get Return ResourceManager.GetString("ERR_ParamArrayIllegal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ParamArray parameters must be declared 'ByVal'.. ''' Friend ReadOnly Property ERR_ParamArrayMustBeByVal() As String Get Return ResourceManager.GetString("ERR_ParamArrayMustBeByVal", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to End of parameter list expected. Cannot define parameters after a paramarray parameter.. ''' Friend ReadOnly Property ERR_ParamArrayMustBeLast() As String Get Return ResourceManager.GetString("ERR_ParamArrayMustBeLast", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ParamArray parameter must be an array.. ''' Friend ReadOnly Property ERR_ParamArrayNotArray() As String Get Return ResourceManager.GetString("ERR_ParamArrayNotArray", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ParamArray parameter must be a one-dimensional array.. ''' Friend ReadOnly Property ERR_ParamArrayRank() As String Get Return ResourceManager.GetString("ERR_ParamArrayRank", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method cannot have both a ParamArray and Optional parameters.. ''' Friend ReadOnly Property ERR_ParamArrayWithOptArgs() As String Get Return ResourceManager.GetString("ERR_ParamArrayWithOptArgs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ParamArray parameters must have an array type.. ''' Friend ReadOnly Property ERR_ParamArrayWrongType() As String Get Return ResourceManager.GetString("ERR_ParamArrayWrongType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The parameter has multiple distinct default values.. ''' Friend ReadOnly Property ERR_ParamDefaultValueDiffersFromAttribute() As String Get Return ResourceManager.GetString("ERR_ParamDefaultValueDiffersFromAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.. ''' Friend ReadOnly Property ERR_ParameterizedPropertyInAggrInit1() As String Get Return ResourceManager.GetString("ERR_ParameterizedPropertyInAggrInit1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter not valid for the specified unmanaged type.. ''' Friend ReadOnly Property ERR_ParameterNotValidForType() As String Get Return ResourceManager.GetString("ERR_ParameterNotValidForType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter cannot have the same name as its defining function.. ''' Friend ReadOnly Property ERR_ParamNameFunctionNameCollision() As String Get Return ResourceManager.GetString("ERR_ParamNameFunctionNameCollision", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to All parameters must be explicitly typed if any of them are explicitly typed.. ''' Friend ReadOnly Property ERR_ParamTypingInconsistency() As String Get Return ResourceManager.GetString("ERR_ParamTypingInconsistency", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Partial method '{0}' cannot use the 'Implements' keyword.. ''' Friend ReadOnly Property ERR_PartialDeclarationImplements1() As String Get Return ResourceManager.GetString("ERR_PartialDeclarationImplements1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.. ''' Friend ReadOnly Property ERR_PartialMethodDefaultParameterValueMismatch2() As String Get Return ResourceManager.GetString("ERR_PartialMethodDefaultParameterValueMismatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method '{0}' does not have the same generic constraints as the partial method '{1}'.. ''' Friend ReadOnly Property ERR_PartialMethodGenericConstraints2() As String Get Return ResourceManager.GetString("ERR_PartialMethodGenericConstraints2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Partial methods must have empty method bodies.. ''' Friend ReadOnly Property ERR_PartialMethodMustBeEmpty() As String Get Return ResourceManager.GetString("ERR_PartialMethodMustBeEmpty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.. ''' Friend ReadOnly Property ERR_PartialMethodParamArrayMismatch2() As String Get Return ResourceManager.GetString("ERR_PartialMethodParamArrayMismatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.. ''' Friend ReadOnly Property ERR_PartialMethodParamNamesMustMatch3() As String Get Return ResourceManager.GetString("ERR_PartialMethodParamNamesMustMatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Partial methods must be declared 'Private'.. ''' Friend ReadOnly Property ERR_PartialMethodsMustBePrivate() As String Get Return ResourceManager.GetString("ERR_PartialMethodsMustBePrivate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be declared 'Partial' because partial methods must be Subs.. ''' Friend ReadOnly Property ERR_PartialMethodsMustBeSub1() As String Get Return ResourceManager.GetString("ERR_PartialMethodsMustBeSub1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be declared 'Partial' because it has the 'Async' modifier.. ''' Friend ReadOnly Property ERR_PartialMethodsMustNotBeAsync1() As String Get Return ResourceManager.GetString("ERR_PartialMethodsMustNotBeAsync1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.. ''' Friend ReadOnly Property ERR_PartialMethodTypeParamNameMismatch3() As String Get Return ResourceManager.GetString("ERR_PartialMethodTypeParamNameMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.. ''' Friend ReadOnly Property ERR_PartialTypeAccessMismatch3() As String Get Return ResourceManager.GetString("ERR_PartialTypeAccessMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.. ''' Friend ReadOnly Property ERR_PartialTypeBadMustInherit1() As String Get Return ResourceManager.GetString("ERR_PartialTypeBadMustInherit1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constraints for this type parameter do not match the constraints on the corresponding type parameter defined on one of the other partial types of '{0}'.. ''' Friend ReadOnly Property ERR_PartialTypeConstraintMismatch1() As String Get Return ResourceManager.GetString("ERR_PartialTypeConstraintMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter name '{0}' does not match the name '{1}' of the corresponding type parameter defined on one of the other partial types of '{2}'.. ''' Friend ReadOnly Property ERR_PartialTypeTypeParamNameMismatch3() As String Get Return ResourceManager.GetString("ERR_PartialTypeTypeParamNameMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Failure writing debug information: {0}. ''' Friend ReadOnly Property ERR_PDBWritingFailed() As String Get Return ResourceManager.GetString("ERR_PDBWritingFailed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.. ''' Friend ReadOnly Property ERR_PermissionSetAttributeFileReadError() As String Get Return ResourceManager.GetString("ERR_PermissionSetAttributeFileReadError", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.. ''' Friend ReadOnly Property ERR_PermissionSetAttributeInvalidFile() As String Get Return ResourceManager.GetString("ERR_PermissionSetAttributeInvalidFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error occurred while writing the output file: {0}. ''' Friend ReadOnly Property ERR_PeWritingFailure() As String Get Return ResourceManager.GetString("ERR_PeWritingFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.. ''' Friend ReadOnly Property ERR_PIAHasNoAssemblyGuid1() As String Get Return ResourceManager.GetString("ERR_PIAHasNoAssemblyGuid1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.. ''' Friend ReadOnly Property ERR_PIAHasNoTypeLibAttribute1() As String Get Return ResourceManager.GetString("ERR_PIAHasNoTypeLibAttribute1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} is not supported in current project type.. ''' Friend ReadOnly Property ERR_PlatformDoesntSupport() As String Get Return ResourceManager.GetString("ERR_PlatformDoesntSupport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Predefined type '{0}' must be a structure.. ''' Friend ReadOnly Property ERR_PredefinedValueTupleTypeMustBeStruct() As String Get Return ResourceManager.GetString("ERR_PredefinedValueTupleTypeMustBeStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to SecurityAction value '{0}' is invalid for PrincipalPermission attribute.. ''' Friend ReadOnly Property ERR_PrincipalPermissionInvalidAction() As String Get Return ResourceManager.GetString("ERR_PrincipalPermissionInvalidAction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Types declared 'Private' must be inside another type.. ''' Friend ReadOnly Property ERR_PrivateTypeOutsideType() As String Get Return ResourceManager.GetString("ERR_PrivateTypeOutsideType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property access must assign to the property or use its value.. ''' Friend ReadOnly Property ERR_PropertyAccessIgnored() As String Get Return ResourceManager.GetString("ERR_PropertyAccessIgnored", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be implemented by a {1} property.. ''' Friend ReadOnly Property ERR_PropertyDoesntImplementAllAccessors() As String Get Return ResourceManager.GetString("ERR_PropertyDoesntImplementAllAccessors", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.. ''' Friend ReadOnly Property ERR_PropertyNameConflictInMyCollection() As String Get Return ResourceManager.GetString("ERR_PropertyNameConflictInMyCollection", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Field or property '{0}' is not found.. ''' Friend ReadOnly Property ERR_PropertyOrFieldNotDefined1() As String Get Return ResourceManager.GetString("ERR_PropertyOrFieldNotDefined1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property parameters cannot have the name 'Value'.. ''' Friend ReadOnly Property ERR_PropertySetParamCollisionWithValue() As String Get Return ResourceManager.GetString("ERR_PropertySetParamCollisionWithValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.. ''' Friend ReadOnly Property ERR_PropMustHaveGetSet() As String Get Return ResourceManager.GetString("ERR_PropMustHaveGetSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Protected types can only be declared inside of a class.. ''' Friend ReadOnly Property ERR_ProtectedTypeOutsideClass() As String Get Return ResourceManager.GetString("ERR_ProtectedTypeOutsideClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error extracting public key from container '{0}': {1}. ''' Friend ReadOnly Property ERR_PublicKeyContainerFailure() As String Get Return ResourceManager.GetString("ERR_PublicKeyContainerFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Error extracting public key from file '{0}': {1}. ''' Friend ReadOnly Property ERR_PublicKeyFileFailure() As String Get Return ResourceManager.GetString("ERR_PublicKeyFileFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Public signing is not supported for netmodules.. ''' Friend ReadOnly Property ERR_PublicSignNetModule() As String Get Return ResourceManager.GetString("ERR_PublicSignNetModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Public sign was specified and requires a public key, but no public key was specified. ''' Friend ReadOnly Property ERR_PublicSignNoKey() As String Get Return ResourceManager.GetString("ERR_PublicSignNoKey", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ':' is not allowed. XML qualified names cannot be used in this context.. ''' Friend ReadOnly Property ERR_QualifiedNameNotAllowed() As String Get Return ResourceManager.GetString("ERR_QualifiedNameNotAllowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.. ''' Friend ReadOnly Property ERR_QualNotObjectRecord1() As String Get Return ResourceManager.GetString("ERR_QualNotObjectRecord1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.. ''' Friend ReadOnly Property ERR_QueryAnonTypeFieldXMLNameInference() As String Get Return ResourceManager.GetString("ERR_QueryAnonTypeFieldXMLNameInference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type characters cannot be used in range variable declarations.. ''' Friend ReadOnly Property ERR_QueryAnonymousTypeDisallowsTypeChar() As String Get Return ResourceManager.GetString("ERR_QueryAnonymousTypeDisallowsTypeChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable name can be inferred only from a simple or qualified name with no arguments.. ''' Friend ReadOnly Property ERR_QueryAnonymousTypeFieldNameInference() As String Get Return ResourceManager.GetString("ERR_QueryAnonymousTypeFieldNameInference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable '{0}' is already declared.. ''' Friend ReadOnly Property ERR_QueryDuplicateAnonTypeMemberName1() As String Get Return ResourceManager.GetString("ERR_QueryDuplicateAnonTypeMemberName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable name cannot match the name of a member of the 'Object' class.. ''' Friend ReadOnly Property ERR_QueryInvalidControlVariableName1() As String Get Return ResourceManager.GetString("ERR_QueryInvalidControlVariableName1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name '{0}' is either not declared or not in the current scope.. ''' Friend ReadOnly Property ERR_QueryNameNotDeclared() As String Get Return ResourceManager.GetString("ERR_QueryNameNotDeclared", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Definition of method '{0}' is not accessible in this context.. ''' Friend ReadOnly Property ERR_QueryOperatorNotFound() As String Get Return ResourceManager.GetString("ERR_QueryOperatorNotFound", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of the range variable cannot be inferred, and late binding is not allowed with Option Strict on. Use an 'As' clause to specify the type.. ''' Friend ReadOnly Property ERR_QueryStrictDisallowImplicitObject() As String Get Return ResourceManager.GetString("ERR_QueryStrictDisallowImplicitObject", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.. ''' Friend ReadOnly Property ERR_QuotedEmbeddedExpression() As String Get Return ResourceManager.GetString("ERR_QuotedEmbeddedExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.. ''' Friend ReadOnly Property ERR_RaiseEventShapeMismatch1() As String Get Return ResourceManager.GetString("ERR_RaiseEventShapeMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' variable cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_ReadOnlyAssignment() As String Get Return ResourceManager.GetString("ERR_ReadOnlyAssignment", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' property must provide a 'Get'.. ''' Friend ReadOnly Property ERR_ReadOnlyHasNoGet() As String Get Return ResourceManager.GetString("ERR_ReadOnlyHasNoGet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Properties declared 'ReadOnly' cannot have a 'Set'.. ''' Friend ReadOnly Property ERR_ReadOnlyHasSet() As String Get Return ResourceManager.GetString("ERR_ReadOnlyHasSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.. ''' Friend ReadOnly Property ERR_ReadOnlyInClosure() As String Get Return ResourceManager.GetString("ERR_ReadOnlyInClosure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' properties cannot have an access modifier on 'Get'.. ''' Friend ReadOnly Property ERR_ReadOnlyNoAccessorFlag() As String Get Return ResourceManager.GetString("ERR_ReadOnlyNoAccessorFlag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReadOnly' property '{0}' cannot be the target of an assignment.. ''' Friend ReadOnly Property ERR_ReadOnlyProperty1() As String Get Return ResourceManager.GetString("ERR_ReadOnlyProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Structure '{0}' cannot contain an instance of itself: {1}. ''' Friend ReadOnly Property ERR_RecordCycle2() As String Get Return ResourceManager.GetString("ERR_RecordCycle2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}' contains '{1}' (variable '{2}').. ''' Friend ReadOnly Property ERR_RecordEmbeds2() As String Get Return ResourceManager.GetString("ERR_RecordEmbeds2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.. ''' Friend ReadOnly Property ERR_RedimNoSizes() As String Get Return ResourceManager.GetString("ERR_RedimNoSizes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'ReDim' cannot change the number of dimensions of an array.. ''' Friend ReadOnly Property ERR_RedimRankMismatch() As String Get Return ResourceManager.GetString("ERR_RedimRankMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Class' constraint and a specific class type constraint cannot be combined.. ''' Friend ReadOnly Property ERR_RefAndClassTypeConstrCombined() As String Get Return ResourceManager.GetString("ERR_RefAndClassTypeConstrCombined", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Class' constraint and 'Structure' constraint cannot be combined.. ''' Friend ReadOnly Property ERR_RefAndValueConstraintsCombined() As String Get Return ResourceManager.GetString("ERR_RefAndValueConstraintsCombined", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.. ''' Friend ReadOnly Property ERR_ReferenceComparison3() As String Get Return ResourceManager.GetString("ERR_ReferenceComparison3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to #R is only allowed in scripts. ''' Friend ReadOnly Property ERR_ReferenceDirectiveOnlyAllowedInScripts() As String Get Return ResourceManager.GetString("ERR_ReferenceDirectiveOnlyAllowedInScripts", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An expression tree may not contain a call to a method or property that returns by reference.. ''' Friend ReadOnly Property ERR_RefReturningCallInExpressionTree() As String Get Return ResourceManager.GetString("ERR_RefReturningCallInExpressionTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed. ''' Friend ReadOnly Property ERR_ReImplementingWinRTInterface4() As String Get Return ResourceManager.GetString("ERR_ReImplementingWinRTInterface4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed. ''' Friend ReadOnly Property ERR_ReImplementingWinRTInterface5() As String Get Return ResourceManager.GetString("ERR_ReImplementingWinRTInterface5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'. ''' Friend ReadOnly Property ERR_RemoveParamWrongForWinRT() As String Get Return ResourceManager.GetString("ERR_RemoveParamWrongForWinRT", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.. ''' Friend ReadOnly Property ERR_RequiredAttributeConstConversion2() As String Get Return ResourceManager.GetString("ERR_RequiredAttributeConstConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion from '{0}' to '{1}' cannot occur in a constant expression.. ''' Friend ReadOnly Property ERR_RequiredConstConversion2() As String Get Return ResourceManager.GetString("ERR_RequiredConstConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constant expression is required.. ''' Friend ReadOnly Property ERR_RequiredConstExpr() As String Get Return ResourceManager.GetString("ERR_RequiredConstExpr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '{0}' of '{1}' does not have an accessible 'Sub New' that can be called with no arguments.. ''' Friend ReadOnly Property ERR_RequiredNewCall2() As String Get Return ResourceManager.GetString("ERR_RequiredNewCall2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '{0}' of '{1}' has more than one accessible 'Sub New' that can be called with no arguments.. ''' Friend ReadOnly Property ERR_RequiredNewCallTooMany2() As String Get Return ResourceManager.GetString("ERR_RequiredNewCallTooMany2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete.. ''' Friend ReadOnly Property ERR_RequiredNonObsoleteNewCall3() As String Get Return ResourceManager.GetString("ERR_RequiredNonObsoleteNewCall3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete: '{3}'.. ''' Friend ReadOnly Property ERR_RequiredNonObsoleteNewCall4() As String Get Return ResourceManager.GetString("ERR_RequiredNonObsoleteNewCall4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session. ''' Friend ReadOnly Property ERR_ReservedAssemblyName() As String Get Return ResourceManager.GetString("ERR_ReservedAssemblyName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.. ''' Friend ReadOnly Property ERR_ReservedXmlNamespace() As String Get Return ResourceManager.GetString("ERR_ReservedXmlNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.. ''' Friend ReadOnly Property ERR_ReservedXmlPrefix() As String Get Return ResourceManager.GetString("ERR_ReservedXmlPrefix", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot link resource files when building a module. ''' Friend ReadOnly Property ERR_ResourceInModule() As String Get Return ResourceManager.GetString("ERR_ResourceInModule", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.. ''' Friend ReadOnly Property ERR_RestrictedAccess() As String Get Return ResourceManager.GetString("ERR_RestrictedAccess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.. ''' Friend ReadOnly Property ERR_RestrictedConversion1() As String Get Return ResourceManager.GetString("ERR_RestrictedConversion1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be used as a parameter type for an Iterator or Async method.. ''' Friend ReadOnly Property ERR_RestrictedResumableType1() As String Get Return ResourceManager.GetString("ERR_RestrictedResumableType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be made nullable, and cannot be used as the data type of an array element, field, anonymous type member, type argument, 'ByRef' parameter, or return statement.. ''' Friend ReadOnly Property ERR_RestrictedType1() As String Get Return ResourceManager.GetString("ERR_RestrictedType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.. ''' Friend ReadOnly Property ERR_ResumableLambdaInExpressionTree() As String Get Return ResourceManager.GetString("ERR_ResumableLambdaInExpressionTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'On Error' and 'Resume' cannot appear inside async or iterator methods.. ''' Friend ReadOnly Property ERR_ResumablesCannotContainOnError() As String Get Return ResourceManager.GetString("ERR_ResumablesCannotContainOnError", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Return' statement in a Sub or a Set cannot return a value.. ''' Friend ReadOnly Property ERR_ReturnFromNonFunction() As String Get Return ResourceManager.GetString("ERR_ReturnFromNonFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Return' statements in this Async method cannot return a value since the return type of the function is 'Task'. Consider changing the function's return type to 'Task(Of T)'.. ''' Friend ReadOnly Property ERR_ReturnFromNonGenericTaskAsync() As String Get Return ResourceManager.GetString("ERR_ReturnFromNonGenericTaskAsync", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Return' statement in a Function, Get, or Operator must return a value.. ''' Friend ReadOnly Property ERR_ReturnWithoutValue() As String Get Return ResourceManager.GetString("ERR_ReturnWithoutValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.. ''' Friend ReadOnly Property ERR_RuntimeMemberNotFound2() As String Get Return ResourceManager.GetString("ERR_RuntimeMemberNotFound2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Security attribute '{0}' has an invalid SecurityAction value '{1}'.. ''' Friend ReadOnly Property ERR_SecurityAttributeInvalidAction() As String Get Return ResourceManager.GetString("ERR_SecurityAttributeInvalidAction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to SecurityAction value '{0}' is invalid for security attributes applied to an assembly.. ''' Friend ReadOnly Property ERR_SecurityAttributeInvalidActionAssembly() As String Get Return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionAssembly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.. ''' Friend ReadOnly Property ERR_SecurityAttributeInvalidActionTypeOrMethod() As String Get Return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionTypeOrMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.. ''' Friend ReadOnly Property ERR_SecurityAttributeInvalidTarget() As String Get Return ResourceManager.GetString("ERR_SecurityAttributeInvalidTarget", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First argument to a security attribute must be a valid SecurityAction.. ''' Friend ReadOnly Property ERR_SecurityAttributeMissingAction() As String Get Return ResourceManager.GetString("ERR_SecurityAttributeMissingAction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Security attribute '{0}' cannot be applied to an Async or Iterator method.. ''' Friend ReadOnly Property ERR_SecurityCriticalAsync() As String Get Return ResourceManager.GetString("ERR_SecurityCriticalAsync", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.. ''' Friend ReadOnly Property ERR_SecurityCriticalAsyncInClassOrStruct() As String Get Return ResourceManager.GetString("ERR_SecurityCriticalAsyncInClassOrStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Set' method cannot have more than one parameter.. ''' Friend ReadOnly Property ERR_SetHasOnlyOneParam() As String Get Return ResourceManager.GetString("ERR_SetHasOnlyOneParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Set' parameter cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_SetHasToBeByVal1() As String Get Return ResourceManager.GetString("ERR_SetHasToBeByVal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Set' parameter must have the same type as the containing property.. ''' Friend ReadOnly Property ERR_SetValueNotPropertyType() As String Get Return ResourceManager.GetString("ERR_SetValueNotPropertyType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has the same name as a type parameter.. ''' Friend ReadOnly Property ERR_ShadowingGenericParamWithMember1() As String Get Return ResourceManager.GetString("ERR_ShadowingGenericParamWithMember1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.. ''' Friend ReadOnly Property ERR_ShadowingTypeOutsideClass1() As String Get Return ResourceManager.GetString("ERR_ShadowingTypeOutsideClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Shared 'Sub New' cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_SharedConstructorIllegalSpec1() As String Get Return ResourceManager.GetString("ERR_SharedConstructorIllegalSpec1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Shared 'Sub New' cannot have any parameters.. ''' Friend ReadOnly Property ERR_SharedConstructorWithParams() As String Get Return ResourceManager.GetString("ERR_SharedConstructorWithParams", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Events of shared WithEvents variables cannot be handled by non-shared methods.. ''' Friend ReadOnly Property ERR_SharedEventNeedsSharedHandler() As String Get Return ResourceManager.GetString("ERR_SharedEventNeedsSharedHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member '{0}' cannot be initialized in an object initializer expression because it is shared.. ''' Friend ReadOnly Property ERR_SharedMemberAggrMemberInit1() As String Get Return ResourceManager.GetString("ERR_SharedMemberAggrMemberInit1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Methods or events that implement interface members cannot be declared 'Shared'.. ''' Friend ReadOnly Property ERR_SharedOnProcThatImpl() As String Get Return ResourceManager.GetString("ERR_SharedOnProcThatImpl", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Non-shared members in a Structure cannot be declared 'New'.. ''' Friend ReadOnly Property ERR_SharedStructMemberCannotSpecifyNew() As String Get Return ResourceManager.GetString("ERR_SharedStructMemberCannotSpecifyNew", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Key file '{0}' is missing the private key needed for signing.. ''' Friend ReadOnly Property ERR_SignButNoPrivateKey() As String Get Return ResourceManager.GetString("ERR_SignButNoPrivateKey", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' has an invalid source interface which is required to embed event '{1}'.. ''' Friend ReadOnly Property ERR_SourceInterfaceMustBeInterface() As String Get Return ResourceManager.GetString("ERR_SourceInterfaceMustBeInterface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to /sourcelink switch is only supported when emitting PDB.. ''' Friend ReadOnly Property ERR_SourceLinkRequiresPdb() As String Get Return ResourceManager.GetString("ERR_SourceLinkRequiresPdb", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Specifiers and attributes are not valid on this statement.. ''' Friend ReadOnly Property ERR_SpecifiersInvalidOnInheritsImplOpt() As String Get Return ResourceManager.GetString("ERR_SpecifiersInvalidOnInheritsImplOpt", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.. ''' Friend ReadOnly Property ERR_SpecifiersInvOnEventMethod() As String Get Return ResourceManager.GetString("ERR_SpecifiersInvOnEventMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.. ''' Friend ReadOnly Property ERR_StandaloneAttribute() As String Get Return ResourceManager.GetString("ERR_StandaloneAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected quoted XML attribute value or embedded expression.. ''' Friend ReadOnly Property ERR_StartAttributeValue() As String Get Return ResourceManager.GetString("ERR_StartAttributeValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub Main' was not found in '{0}'.. ''' Friend ReadOnly Property ERR_StartupCodeNotFound1() As String Get Return ResourceManager.GetString("ERR_StartupCodeNotFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement lambdas cannot be converted to expression trees.. ''' Friend ReadOnly Property ERR_StatementLambdaInExpressionTree() As String Get Return ResourceManager.GetString("ERR_StatementLambdaInExpressionTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.. ''' Friend ReadOnly Property ERR_STAThreadAndMTAThread0() As String Get Return ResourceManager.GetString("ERR_STAThreadAndMTAThread0", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Static local variables cannot be declared inside lambda expressions.. ''' Friend ReadOnly Property ERR_StaticInLambda() As String Get Return ResourceManager.GetString("ERR_StaticInLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.. ''' Friend ReadOnly Property ERR_StrictArgumentCopyBackNarrowing3() As String Get Return ResourceManager.GetString("ERR_StrictArgumentCopyBackNarrowing3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On requires all variable declarations to have an 'As' clause.. ''' Friend ReadOnly Property ERR_StrictDisallowImplicitObject() As String Get Return ResourceManager.GetString("ERR_StrictDisallowImplicitObject", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.. ''' Friend ReadOnly Property ERR_StrictDisallowImplicitObjectLambda() As String Get Return ResourceManager.GetString("ERR_StrictDisallowImplicitObjectLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On requires that all method parameters have an 'As' clause.. ''' Friend ReadOnly Property ERR_StrictDisallowsImplicitArgs() As String Get Return ResourceManager.GetString("ERR_StrictDisallowsImplicitArgs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.. ''' Friend ReadOnly Property ERR_StrictDisallowsImplicitProc() As String Get Return ResourceManager.GetString("ERR_StrictDisallowsImplicitProc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On disallows late binding.. ''' Friend ReadOnly Property ERR_StrictDisallowsLateBinding() As String Get Return ResourceManager.GetString("ERR_StrictDisallowsLateBinding", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.. ''' Friend ReadOnly Property ERR_StrictDisallowsObjectComparison1() As String Get Return ResourceManager.GetString("ERR_StrictDisallowsObjectComparison1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option Strict On prohibits operands of type Object for operator '{0}'.. ''' Friend ReadOnly Property ERR_StrictDisallowsObjectOperand1() As String Get Return ResourceManager.GetString("ERR_StrictDisallowsObjectOperand1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Structures cannot have 'Inherits' statements.. ''' Friend ReadOnly Property ERR_StructCantInherit() As String Get Return ResourceManager.GetString("ERR_StructCantInherit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Declare' statements in a structure cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_StructCantUseDLLDeclareSpecifier1() As String Get Return ResourceManager.GetString("ERR_StructCantUseDLLDeclareSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Members in a Structure cannot be declared '{0}'.. ''' Friend ReadOnly Property ERR_StructCantUseVarSpecifier1() As String Get Return ResourceManager.GetString("ERR_StructCantUseVarSpecifier1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute 'StructLayout' cannot be applied to a generic type.. ''' Friend ReadOnly Property ERR_StructLayoutAttributeNotAllowed() As String Get Return ResourceManager.GetString("ERR_StructLayoutAttributeNotAllowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Methods declared in structures cannot have 'Handles' clauses.. ''' Friend ReadOnly Property ERR_StructsCannotHandleEvents() As String Get Return ResourceManager.GetString("ERR_StructsCannotHandleEvents", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method in a structure cannot be declared 'Protected' or 'Protected Friend'.. ''' Friend ReadOnly Property ERR_StructureCantUseProtected() As String Get Return ResourceManager.GetString("ERR_StructureCantUseProtected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Structure '{0}' cannot be indexed because it has no default property.. ''' Friend ReadOnly Property ERR_StructureNoDefault1() As String Get Return ResourceManager.GetString("ERR_StructureNoDefault1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is a structure type and cannot be used as an expression.. ''' Friend ReadOnly Property ERR_StructureNotExpression1() As String Get Return ResourceManager.GetString("ERR_StructureNotExpression1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement is not valid inside a single-line statement lambda.. ''' Friend ReadOnly Property ERR_SubDisallowsStatement() As String Get Return ResourceManager.GetString("ERR_SubDisallowsStatement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constructor '{0}' cannot call itself: {1}. ''' Friend ReadOnly Property ERR_SubNewCycle1() As String Get Return ResourceManager.GetString("ERR_SubNewCycle1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' '{0}' calls '{1}'.. ''' Friend ReadOnly Property ERR_SubNewCycle2() As String Get Return ResourceManager.GetString("ERR_SubNewCycle2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key. ''' Friend ReadOnly Property ERR_SubRequiresParenthesesBang() As String Get Return ResourceManager.GetString("ERR_SubRequiresParenthesesBang", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke(). ''' Friend ReadOnly Property ERR_SubRequiresParenthesesDot() As String Get Return ResourceManager.GetString("ERR_SubRequiresParenthesesDot", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) (). ''' Friend ReadOnly Property ERR_SubRequiresParenthesesLParen() As String Get Return ResourceManager.GetString("ERR_SubRequiresParenthesesLParen", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Single-line statement lambdas must include exactly one statement.. ''' Friend ReadOnly Property ERR_SubRequiresSingleStatement() As String Get Return ResourceManager.GetString("ERR_SubRequiresSingleStatement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to option '{0}' can be followed only by '+' or '-'. ''' Friend ReadOnly Property ERR_SwitchNeedsBool() As String Get Return ResourceManager.GetString("ERR_SwitchNeedsBool", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The project currently contains references to more than one version of '{0}', a direct reference to version {2} and an indirect reference to version {1}. Change the direct reference to use version {1} (or higher) of {0}.. ''' Friend ReadOnly Property ERR_SxSIndirectRefHigherThanDirectRef3() As String Get Return ResourceManager.GetString("ERR_SxSIndirectRefHigherThanDirectRef3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'MethodImplOptions.Synchronized' cannot be applied to an Async method.. ''' Friend ReadOnly Property ERR_SynchronizedAsyncMethod() As String Get Return ResourceManager.GetString("ERR_SynchronizedAsyncMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.. ''' Friend ReadOnly Property ERR_SyncLockRequiresReferenceType1() As String Get Return ResourceManager.GetString("ERR_SyncLockRequiresReferenceType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Syntax error.. ''' Friend ReadOnly Property ERR_Syntax() As String Get Return ResourceManager.GetString("ERR_Syntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Syntax error in cast operator; two arguments separated by comma are required.. ''' Friend ReadOnly Property ERR_SyntaxInCastOp() As String Get Return ResourceManager.GetString("ERR_SyntaxInCastOp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.. ''' Friend ReadOnly Property ERR_SynthMemberClashesWithMember5() As String Get Return ResourceManager.GetString("ERR_SynthMemberClashesWithMember5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.. ''' Friend ReadOnly Property ERR_SynthMemberClashesWithSynth7() As String Get Return ResourceManager.GetString("ERR_SynthMemberClashesWithSynth7", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.. ''' Friend ReadOnly Property ERR_SynthMemberShadowsMustOverride5() As String Get Return ResourceManager.GetString("ERR_SynthMemberShadowsMustOverride5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.. ''' Friend ReadOnly Property ERR_SyntMemberShadowsGenericParam3() As String Get Return ResourceManager.GetString("ERR_SyntMemberShadowsGenericParam3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too few type arguments to '{0}'.. ''' Friend ReadOnly Property ERR_TooFewGenericArguments1() As String Get Return ResourceManager.GetString("ERR_TooFewGenericArguments1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too few type arguments to extension method '{0}' defined in '{1}'.. ''' Friend ReadOnly Property ERR_TooFewGenericArguments2() As String Get Return ResourceManager.GetString("ERR_TooFewGenericArguments2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Number of indices is less than the number of dimensions of the indexed array.. ''' Friend ReadOnly Property ERR_TooFewIndices() As String Get Return ResourceManager.GetString("ERR_TooFewIndices", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name '{0}' exceeds the maximum length allowed in metadata.. ''' Friend ReadOnly Property ERR_TooLongMetadataName() As String Get Return ResourceManager.GetString("ERR_TooLongMetadataName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An expression is too long or complex to compile. ''' Friend ReadOnly Property ERR_TooLongOrComplexExpression() As String Get Return ResourceManager.GetString("ERR_TooLongOrComplexExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too many arguments.. ''' Friend ReadOnly Property ERR_TooManyArgs() As String Get Return ResourceManager.GetString("ERR_TooManyArgs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too many arguments to '{0}'.. ''' Friend ReadOnly Property ERR_TooManyArgs1() As String Get Return ResourceManager.GetString("ERR_TooManyArgs1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too many arguments to extension method '{0}' defined in '{1}'.. ''' Friend ReadOnly Property ERR_TooManyArgs2() As String Get Return ResourceManager.GetString("ERR_TooManyArgs2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too many type arguments to '{0}'.. ''' Friend ReadOnly Property ERR_TooManyGenericArguments1() As String Get Return ResourceManager.GetString("ERR_TooManyGenericArguments1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Too many type arguments to extension method '{0}' defined in '{1}'.. ''' Friend ReadOnly Property ERR_TooManyGenericArguments2() As String Get Return ResourceManager.GetString("ERR_TooManyGenericArguments2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Number of indices exceeds the number of dimensions of the indexed array.. ''' Friend ReadOnly Property ERR_TooManyIndices() As String Get Return ResourceManager.GetString("ERR_TooManyIndices", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.. ''' Friend ReadOnly Property ERR_TooManyUserStrings() As String Get Return ResourceManager.GetString("ERR_TooManyUserStrings", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.. ''' Friend ReadOnly Property ERR_TryAndOnErrorDoNotMix() As String Get Return ResourceManager.GetString("ERR_TryAndOnErrorDoNotMix", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.. ''' Friend ReadOnly Property ERR_TryCastOfUnconstrainedTypeParam1() As String Get Return ResourceManager.GetString("ERR_TryCastOfUnconstrainedTypeParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'TryCast' operand must be reference type, but '{0}' is a value type.. ''' Friend ReadOnly Property ERR_TryCastOfValueType1() As String Get Return ResourceManager.GetString("ERR_TryCastOfValueType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Try must have at least one 'Catch' or a 'Finally'.. ''' Friend ReadOnly Property ERR_TryWithoutCatchOrFinally() As String Get Return ResourceManager.GetString("ERR_TryWithoutCatchOrFinally", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tuple element names must be unique.. ''' Friend ReadOnly Property ERR_TupleDuplicateElementName() As String Get Return ResourceManager.GetString("ERR_TupleDuplicateElementName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?. ''' Friend ReadOnly Property ERR_TupleElementNamesAttributeMissing() As String Get Return ResourceManager.GetString("ERR_TupleElementNamesAttributeMissing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.. ''' Friend ReadOnly Property ERR_TupleInferredNamesNotAvailable() As String Get Return ResourceManager.GetString("ERR_TupleInferredNamesNotAvailable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type characters cannot be used in tuple literals.. ''' Friend ReadOnly Property ERR_TupleLiteralDisallowsTypeChar() As String Get Return ResourceManager.GetString("ERR_TupleLiteralDisallowsTypeChar", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tuple element name '{0}' is only allowed at position {1}.. ''' Friend ReadOnly Property ERR_TupleReservedElementName() As String Get Return ResourceManager.GetString("ERR_TupleReservedElementName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tuple element name '{0}' is disallowed at any position.. ''' Friend ReadOnly Property ERR_TupleReservedElementNameAnyPosition() As String Get Return ResourceManager.GetString("ERR_TupleReservedElementNameAnyPosition", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tuple must contain at least two elements.. ''' Friend ReadOnly Property ERR_TupleTooFewElements() As String Get Return ResourceManager.GetString("ERR_TupleTooFewElements", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' must have two parameters.. ''' Friend ReadOnly Property ERR_TwoParametersRequired1() As String Get Return ResourceManager.GetString("ERR_TwoParametersRequired1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type arguments unexpected.. ''' Friend ReadOnly Property ERR_TypeArgsUnexpected() As String Get Return ResourceManager.GetString("ERR_TypeArgsUnexpected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type character '{0}' does not match declared data type '{1}'.. ''' Friend ReadOnly Property ERR_TypecharNoMatch2() As String Get Return ResourceManager.GetString("ERR_TypecharNoMatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type declaration characters are not valid in this context.. ''' Friend ReadOnly Property ERR_TypecharNotallowed() As String Get Return ResourceManager.GetString("ERR_TypecharNotallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Aggregate function name cannot be used with a type character.. ''' Friend ReadOnly Property ERR_TypeCharOnAggregation() As String Get Return ResourceManager.GetString("ERR_TypeCharOnAggregation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type character cannot be used in a type parameter declaration.. ''' Friend ReadOnly Property ERR_TypeCharOnGenericParam() As String Get Return ResourceManager.GetString("ERR_TypeCharOnGenericParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.. ''' Friend ReadOnly Property ERR_TypeCharOnSub() As String Get Return ResourceManager.GetString("ERR_TypeCharOnSub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type character '{0}' cannot be used in a declaration with an explicit type.. ''' Friend ReadOnly Property ERR_TypeCharWithType1() As String Get Return ResourceManager.GetString("ERR_TypeCharWithType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.. ''' Friend ReadOnly Property ERR_TypeClashesWithVbCoreType4() As String Get Return ResourceManager.GetString("ERR_TypeClashesWithVbCoreType4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' and {2} '{3}' conflict in {4} '{5}'.. ''' Friend ReadOnly Property ERR_TypeConflict6() As String Get Return ResourceManager.GetString("ERR_TypeConflict6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML attributes cannot be selected from type '{0}'.. ''' Friend ReadOnly Property ERR_TypeDisallowsAttributes() As String Get Return ResourceManager.GetString("ERR_TypeDisallowsAttributes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML descendant elements cannot be selected from type '{0}'.. ''' Friend ReadOnly Property ERR_TypeDisallowsDescendants() As String Get Return ResourceManager.GetString("ERR_TypeDisallowsDescendants", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML elements cannot be selected from type '{0}'.. ''' Friend ReadOnly Property ERR_TypeDisallowsElements() As String Get Return ResourceManager.GetString("ERR_TypeDisallowsElements", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.. ''' Friend ReadOnly Property ERR_TypeForwardedToMultipleAssemblies() As String Get Return ResourceManager.GetString("ERR_TypeForwardedToMultipleAssemblies", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.. ''' Friend ReadOnly Property ERR_TypeFwdCycle2() As String Get Return ResourceManager.GetString("ERR_TypeFwdCycle2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a data type for '{0}' because the array dimensions do not match.. ''' Friend ReadOnly Property ERR_TypeInferenceArrayRankMismatch1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceArrayRankMismatch1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailure1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailure1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailure2() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailure2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailure3() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailure3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureAmbiguous1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureAmbiguous1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureAmbiguous2() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureAmbiguous2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because more than one type is possible. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureAmbiguous3() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureAmbiguous3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoBest1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoBest1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because they do not convert to the same type. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoBest2() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoBest2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because they do not convert to the same type. Specifying the data type(s) explicitly might correct this error.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoBest3() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoBest3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicit1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicit1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicit2() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicit2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicit3() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicit3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitAmbiguous1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitAmbiguous1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitAmbiguous2() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitAmbiguous2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because more than one type is possible.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitAmbiguous3() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitAmbiguous3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitNoBest1() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitNoBest1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because they do not convert to the same type.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitNoBest2() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitNoBest2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because they do not convert to the same type.. ''' Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitNoBest3() As String Get Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitNoBest3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' cannot reference itself in Inherits clause.. ''' Friend ReadOnly Property ERR_TypeInItsInheritsClause1() As String Get Return ResourceManager.GetString("ERR_TypeInItsInheritsClause1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}'.. ''' Friend ReadOnly Property ERR_TypeMismatch2() As String Get Return ResourceManager.GetString("ERR_TypeMismatch2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.. ''' Friend ReadOnly Property ERR_TypeMismatchForXml3() As String Get Return ResourceManager.GetString("ERR_TypeMismatchForXml3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is a type and cannot be used as an expression.. ''' Friend ReadOnly Property ERR_TypeNotExpression1() As String Get Return ResourceManager.GetString("ERR_TypeNotExpression1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression of type '{0}' can never be of type '{1}'.. ''' Friend ReadOnly Property ERR_TypeOfExprAlwaysFalse2() As String Get Return ResourceManager.GetString("ERR_TypeOfExprAlwaysFalse2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.. ''' Friend ReadOnly Property ERR_TypeOfRequiresReferenceType1() As String Get Return ResourceManager.GetString("ERR_TypeOfRequiresReferenceType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has no type parameters and so cannot have type arguments.. ''' Friend ReadOnly Property ERR_TypeOrMemberNotGeneric1() As String Get Return ResourceManager.GetString("ERR_TypeOrMemberNotGeneric1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.. ''' Friend ReadOnly Property ERR_TypeOrMemberNotGeneric2() As String Get Return ResourceManager.GetString("ERR_TypeOrMemberNotGeneric2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'As', comma or ')' expected.. ''' Friend ReadOnly Property ERR_TypeParamMissingAsCommaOrRParen() As String Get Return ResourceManager.GetString("ERR_TypeParamMissingAsCommaOrRParen", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Comma or ')' expected.. ''' Friend ReadOnly Property ERR_TypeParamMissingCommaOrRParen() As String Get Return ResourceManager.GetString("ERR_TypeParamMissingCommaOrRParen", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter cannot have the same name as its defining function.. ''' Friend ReadOnly Property ERR_TypeParamNameFunctionNameCollision() As String Get Return ResourceManager.GetString("ERR_TypeParamNameFunctionNameCollision", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameters cannot be used as qualifiers.. ''' Friend ReadOnly Property ERR_TypeParamQualifierDisallowed() As String Get Return ResourceManager.GetString("ERR_TypeParamQualifierDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter with a 'Structure' constraint cannot be used as a constraint.. ''' Friend ReadOnly Property ERR_TypeParamWithStructConstAsConst() As String Get Return ResourceManager.GetString("ERR_TypeParamWithStructConstAsConst", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import of type '{0}' from assembly or module '{1}' failed.. ''' Friend ReadOnly Property ERR_TypeRefResolutionError3() As String Get Return ResourceManager.GetString("ERR_TypeRefResolutionError3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot create temporary file: {0}. ''' Friend ReadOnly Property ERR_UnableToCreateTempFile() As String Get Return ResourceManager.GetString("ERR_UnableToCreateTempFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to open resource file '{0}': {1}. ''' Friend ReadOnly Property ERR_UnableToOpenResourceFile1() As String Get Return ResourceManager.GetString("ERR_UnableToOpenResourceFile1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to open Win32 manifest file '{0}' : {1}. ''' Friend ReadOnly Property ERR_UnableToReadUacManifest2() As String Get Return ResourceManager.GetString("ERR_UnableToReadUacManifest2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.. ''' Friend ReadOnly Property ERR_UnacceptableForLoopOperator2() As String Get Return ResourceManager.GetString("ERR_UnacceptableForLoopOperator2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.. ''' Friend ReadOnly Property ERR_UnacceptableForLoopRelOperator2() As String Get Return ResourceManager.GetString("ERR_UnacceptableForLoopRelOperator2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.. ''' Friend ReadOnly Property ERR_UnacceptableLogicalOperator3() As String Get Return ResourceManager.GetString("ERR_UnacceptableLogicalOperator3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' is not defined for type '{1}'.. ''' Friend ReadOnly Property ERR_UnaryOperand2() As String Get Return ResourceManager.GetString("ERR_UnaryOperand2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter of this unary operator must be of the containing type '{0}'.. ''' Friend ReadOnly Property ERR_UnaryParamMustBeContainingType1() As String Get Return ResourceManager.GetString("ERR_UnaryParamMustBeContainingType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' cannot be inferred.. ''' Friend ReadOnly Property ERR_UnboundTypeParam1() As String Get Return ResourceManager.GetString("ERR_UnboundTypeParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' for '{1}' cannot be inferred.. ''' Friend ReadOnly Property ERR_UnboundTypeParam2() As String Get Return ResourceManager.GetString("ERR_UnboundTypeParam2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.. ''' Friend ReadOnly Property ERR_UnboundTypeParam3() As String Get Return ResourceManager.GetString("ERR_UnboundTypeParam3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' is not defined.. ''' Friend ReadOnly Property ERR_UndefinedType1() As String Get Return ResourceManager.GetString("ERR_UndefinedType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type or namespace '{0}' is not defined.. ''' Friend ReadOnly Property ERR_UndefinedTypeOrNamespace1() As String Get Return ResourceManager.GetString("ERR_UndefinedTypeOrNamespace1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML namespace prefix '{0}' is not defined.. ''' Friend ReadOnly Property ERR_UndefinedXmlPrefix() As String Get Return ResourceManager.GetString("ERR_UndefinedXmlPrefix", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression statement is only allowed at the end of an interactive submission.. ''' Friend ReadOnly Property ERR_UnexpectedExpressionStatement() As String Get Return ResourceManager.GetString("ERR_UnexpectedExpressionStatement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Group' not allowed in this context; identifier expected.. ''' Friend ReadOnly Property ERR_UnexpectedGroup() As String Get Return ResourceManager.GetString("ERR_UnexpectedGroup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' must implement '{2}' for interface '{3}'.. ''' Friend ReadOnly Property ERR_UnimplementedMember3() As String Get Return ResourceManager.GetString("ERR_UnimplementedMember3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ''' {0}: {1}. ''' Friend ReadOnly Property ERR_UnimplementedMustOverride() As String Get Return ResourceManager.GetString("ERR_UnimplementedMustOverride", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.. ''' Friend ReadOnly Property ERR_UnknownOperator() As String Get Return ResourceManager.GetString("ERR_UnknownOperator", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'End' statement not valid.. ''' Friend ReadOnly Property ERR_UnrecognizedEnd() As String Get Return ResourceManager.GetString("ERR_UnrecognizedEnd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type expected.. ''' Friend ReadOnly Property ERR_UnrecognizedType() As String Get Return ResourceManager.GetString("ERR_UnrecognizedType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Keyword does not name a type.. ''' Friend ReadOnly Property ERR_UnrecognizedTypeKeyword() As String Get Return ResourceManager.GetString("ERR_UnrecognizedTypeKeyword", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type or 'With' expected.. ''' Friend ReadOnly Property ERR_UnrecognizedTypeOrWith() As String Get Return ResourceManager.GetString("ERR_UnrecognizedTypeOrWith", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.. ''' Friend ReadOnly Property ERR_UnreferencedAssembly3() As String Get Return ResourceManager.GetString("ERR_UnreferencedAssembly3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.. ''' Friend ReadOnly Property ERR_UnreferencedAssemblyEvent3() As String Get Return ResourceManager.GetString("ERR_UnreferencedAssemblyEvent3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference required to module '{0}' containing the type '{1}'. Add one to your project.. ''' Friend ReadOnly Property ERR_UnreferencedModule3() As String Get Return ResourceManager.GetString("ERR_UnreferencedModule3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.. ''' Friend ReadOnly Property ERR_UnreferencedModuleEvent3() As String Get Return ResourceManager.GetString("ERR_UnreferencedModuleEvent3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Field '{0}.{1}' has an invalid constant value.. ''' Friend ReadOnly Property ERR_UnsupportedConstant2() As String Get Return ResourceManager.GetString("ERR_UnsupportedConstant2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an unsupported event.. ''' Friend ReadOnly Property ERR_UnsupportedEvent1() As String Get Return ResourceManager.GetString("ERR_UnsupportedEvent1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Field '{0}' is of an unsupported type.. ''' Friend ReadOnly Property ERR_UnsupportedField1() As String Get Return ResourceManager.GetString("ERR_UnsupportedField1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' has a return type that is not supported or parameter types that are not supported.. ''' Friend ReadOnly Property ERR_UnsupportedMethod1() As String Get Return ResourceManager.GetString("ERR_UnsupportedMethod1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an unsupported .NET module.. ''' Friend ReadOnly Property ERR_UnsupportedModule1() As String Get Return ResourceManager.GetString("ERR_UnsupportedModule1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' is of an unsupported type.. ''' Friend ReadOnly Property ERR_UnsupportedProperty1() As String Get Return ResourceManager.GetString("ERR_UnsupportedProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an unsupported type.. ''' Friend ReadOnly Property ERR_UnsupportedType1() As String Get Return ResourceManager.GetString("ERR_UnsupportedType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to String constants must end with a double quote.. ''' Friend ReadOnly Property ERR_UnterminatedStringLiteral() As String Get Return ResourceManager.GetString("ERR_UnterminatedStringLiteral", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid within a Module.. ''' Friend ReadOnly Property ERR_UseOfKeywordFromModule1() As String Get Return ResourceManager.GetString("ERR_UseOfKeywordFromModule1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not valid within a structure.. ''' Friend ReadOnly Property ERR_UseOfKeywordFromStructure1() As String Get Return ResourceManager.GetString("ERR_UseOfKeywordFromStructure1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is valid only within an instance method.. ''' Friend ReadOnly Property ERR_UseOfKeywordNotInInstanceMethod1() As String Get Return ResourceManager.GetString("ERR_UseOfKeywordNotInInstanceMethod1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable '{0}' cannot be referred to before it is declared.. ''' Friend ReadOnly Property ERR_UseOfLocalBeforeDeclaration1() As String Get Return ResourceManager.GetString("ERR_UseOfLocalBeforeDeclaration1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete.. ''' Friend ReadOnly Property ERR_UseOfObsoletePropertyAccessor2() As String Get Return ResourceManager.GetString("ERR_UseOfObsoletePropertyAccessor2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete: '{2}'.. ''' Friend ReadOnly Property ERR_UseOfObsoletePropertyAccessor3() As String Get Return ResourceManager.GetString("ERR_UseOfObsoletePropertyAccessor3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is obsolete: '{1}'.. ''' Friend ReadOnly Property ERR_UseOfObsoleteSymbol2() As String Get Return ResourceManager.GetString("ERR_UseOfObsoleteSymbol2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is obsolete.. ''' Friend ReadOnly Property ERR_UseOfObsoleteSymbolNoMessage1() As String Get Return ResourceManager.GetString("ERR_UseOfObsoleteSymbolNoMessage1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Using' operand of type '{0}' must implement 'System.IDisposable'.. ''' Friend ReadOnly Property ERR_UsingRequiresDisposePattern() As String Get Return ResourceManager.GetString("ERR_UsingRequiresDisposePattern", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Using' resource variable type can not be array type.. ''' Friend ReadOnly Property ERR_UsingResourceVarCantBeArray() As String Get Return ResourceManager.GetString("ERR_UsingResourceVarCantBeArray", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Using' resource variable must have an explicit initialization.. ''' Friend ReadOnly Property ERR_UsingResourceVarNeedsInitializer() As String Get Return ResourceManager.GetString("ERR_UsingResourceVarNeedsInitializer", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Structure' constraint and a specific class type constraint cannot be combined.. ''' Friend ReadOnly Property ERR_ValueAndClassTypeConstrCombined() As String Get Return ResourceManager.GetString("ERR_ValueAndClassTypeConstrCombined", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Predefined type '{0}' is not defined or imported.. ''' Friend ReadOnly Property ERR_ValueTupleTypeRefResolutionError1() As String Get Return ResourceManager.GetString("ERR_ValueTupleTypeRefResolutionError1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.. ''' Friend ReadOnly Property ERR_VarianceConversionFailedIn6() As String Get Return ResourceManager.GetString("ERR_VarianceConversionFailedIn6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.. ''' Friend ReadOnly Property ERR_VarianceConversionFailedOut6() As String Get Return ResourceManager.GetString("ERR_VarianceConversionFailedOut6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.. ''' Friend ReadOnly Property ERR_VarianceConversionFailedTryIn4() As String Get Return ResourceManager.GetString("ERR_VarianceConversionFailedTryIn4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.. ''' Friend ReadOnly Property ERR_VarianceConversionFailedTryOut4() As String Get Return ResourceManager.GetString("ERR_VarianceConversionFailedTryOut4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Keywords 'Out' and 'In' can only be used in interface and delegate declarations.. ''' Friend ReadOnly Property ERR_VarianceDisallowedHere() As String Get Return ResourceManager.GetString("ERR_VarianceDisallowedHere", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider using '{2}' instead.. ''' Friend ReadOnly Property ERR_VarianceIEnumerableSuggestion3() As String Get Return ResourceManager.GetString("ERR_VarianceIEnumerableSuggestion3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because 'In' and 'Out' type parameters cannot be used for ByRef parameter types, and '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInByRefDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceInByRefDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInNullableDisallowed2() As String Get Return ResourceManager.GetString("ERR_VarianceInNullableDisallowed2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInParamDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceInParamDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInParamDisallowedForGeneric3() As String Get Return ResourceManager.GetString("ERR_VarianceInParamDisallowedForGeneric3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInParamDisallowedHere2() As String Get Return ResourceManager.GetString("ERR_VarianceInParamDisallowedHere2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInParamDisallowedHereForGeneric4() As String Get Return ResourceManager.GetString("ERR_VarianceInParamDisallowedHereForGeneric4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a property type in this context because '{0}' is an 'In' type parameter and the property is not marked WriteOnly.. ''' Friend ReadOnly Property ERR_VarianceInPropertyDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceInPropertyDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInReadOnlyPropertyDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceInReadOnlyPropertyDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInReturnDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceInReturnDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceInterfaceNesting() As String Get Return ResourceManager.GetString("ERR_VarianceInterfaceNesting", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because 'In' and 'Out' type parameters cannot be used for ByRef parameter types, and '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutByRefDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceOutByRefDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutByValDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceOutByValDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutConstraintDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceOutConstraintDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutNullableDisallowed2() As String Get Return ResourceManager.GetString("ERR_VarianceOutNullableDisallowed2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutParamDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceOutParamDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutParamDisallowedForGeneric3() As String Get Return ResourceManager.GetString("ERR_VarianceOutParamDisallowedForGeneric3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutParamDisallowedHere2() As String Get Return ResourceManager.GetString("ERR_VarianceOutParamDisallowedHere2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutParamDisallowedHereForGeneric4() As String Get Return ResourceManager.GetString("ERR_VarianceOutParamDisallowedHereForGeneric4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a property type in this context because '{0}' is an 'Out' type parameter and the property is not marked ReadOnly.. ''' Friend ReadOnly Property ERR_VarianceOutPropertyDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceOutPropertyDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.. ''' Friend ReadOnly Property ERR_VarianceOutWriteOnlyPropertyDisallowed1() As String Get Return ResourceManager.GetString("ERR_VarianceOutWriteOnlyPropertyDisallowed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event definitions with parameters are not allowed in an interface such as '{0}' that has 'In' or 'Out' type parameters. Consider declaring the event by using a delegate type which is not defined within '{0}'. For example, 'Event {1} As Action(Of ...)'.. ''' Friend ReadOnly Property ERR_VariancePreventsSynthesizedEvents2() As String Get Return ResourceManager.GetString("ERR_VariancePreventsSynthesizedEvents2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. ''' Friend ReadOnly Property ERR_VarianceTypeDisallowed2() As String Get Return ResourceManager.GetString("ERR_VarianceTypeDisallowed2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{2}' in '{3}' in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. ''' Friend ReadOnly Property ERR_VarianceTypeDisallowedForGeneric4() As String Get Return ResourceManager.GetString("ERR_VarianceTypeDisallowedForGeneric4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used in '{2}' in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. ''' Friend ReadOnly Property ERR_VarianceTypeDisallowedHere3() As String Get Return ResourceManager.GetString("ERR_VarianceTypeDisallowedHere3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{3}' of '{4}' in '{2}' in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. ''' Friend ReadOnly Property ERR_VarianceTypeDisallowedHereForGeneric5() As String Get Return ResourceManager.GetString("ERR_VarianceTypeDisallowedHereForGeneric5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The options /vbruntime* and /target:module cannot be combined.. ''' Friend ReadOnly Property ERR_VBCoreNetModuleConflict() As String Get Return ResourceManager.GetString("ERR_VBCoreNetModuleConflict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML attribute 'version' must be the first attribute in XML declaration.. ''' Friend ReadOnly Property ERR_VersionMustBeFirstInXmlDecl() As String Get Return ResourceManager.GetString("ERR_VersionMustBeFirstInXmlDecl", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Arrays of type 'System.Void' are not allowed in this expression.. ''' Friend ReadOnly Property ERR_VoidArrayDisallowed() As String Get Return ResourceManager.GetString("ERR_VoidArrayDisallowed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression does not produce a value.. ''' Friend ReadOnly Property ERR_VoidValue() As String Get Return ResourceManager.GetString("ERR_VoidValue", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.. ''' Friend ReadOnly Property ERR_WinRTEventWithoutDelegate() As String Get Return ResourceManager.GetString("ERR_WinRTEventWithoutDelegate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.. ''' Friend ReadOnly Property ERR_WithEventsAsStruct() As String Get Return ResourceManager.GetString("ERR_WithEventsAsStruct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'WithEvents' variables must have an 'As' clause.. ''' Friend ReadOnly Property ERR_WithEventsRequiresClass() As String Get Return ResourceManager.GetString("ERR_WithEventsRequiresClass", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Properties declared 'WriteOnly' cannot have a 'Get'.. ''' Friend ReadOnly Property ERR_WriteOnlyHasGet() As String Get Return ResourceManager.GetString("ERR_WriteOnlyHasGet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'WriteOnly' property must provide a 'Set'.. ''' Friend ReadOnly Property ERR_WriteOnlyHasNoWrite() As String Get Return ResourceManager.GetString("ERR_WriteOnlyHasNoWrite", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'WriteOnly' properties cannot have an access modifier on 'Set'.. ''' Friend ReadOnly Property ERR_WriteOnlyNoAccessorFlag() As String Get Return ResourceManager.GetString("ERR_WriteOnlyNoAccessorFlag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The literal string ']]>' is not allowed in element content.. ''' Friend ReadOnly Property ERR_XmlEndCDataNotAllowedInContent() As String Get Return ResourceManager.GetString("ERR_XmlEndCDataNotAllowedInContent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML end element must be preceded by a matching start element.. ''' Friend ReadOnly Property ERR_XmlEndElementNoMatchingStart() As String Get Return ResourceManager.GetString("ERR_XmlEndElementNoMatchingStart", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML entity references are not supported.. ''' Friend ReadOnly Property ERR_XmlEntityReference() As String Get Return ResourceManager.GetString("ERR_XmlEntityReference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML literals and XML axis properties are not available. Add references to System.Xml, System.Xml.Linq, and System.Core or other assemblies declaring System.Linq.Enumerable, System.Xml.Linq.XElement, System.Xml.Linq.XName, System.Xml.Linq.XAttribute and System.Xml.Linq.XNamespace types.. ''' Friend ReadOnly Property ERR_XmlFeaturesNotAvailable() As String Get Return ResourceManager.GetString("ERR_XmlFeaturesNotAvailable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.. ''' Friend ReadOnly Property ERR_XmlPrefixNotExpression() As String Get Return ResourceManager.GetString("ERR_XmlPrefixNotExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Division by zero occurred while evaluating this expression.. ''' Friend ReadOnly Property ERR_ZeroDivide() As String Get Return ResourceManager.GetString("ERR_ZeroDivide", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to array literal expressions. ''' Friend ReadOnly Property FEATURE_ArrayLiterals() As String Get Return ResourceManager.GetString("FEATURE_ArrayLiterals", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to async methods or lambdas. ''' Friend ReadOnly Property FEATURE_AsyncExpressions() As String Get Return ResourceManager.GetString("FEATURE_AsyncExpressions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to auto-implemented properties. ''' Friend ReadOnly Property FEATURE_AutoProperties() As String Get Return ResourceManager.GetString("FEATURE_AutoProperties", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to binary literals. ''' Friend ReadOnly Property FEATURE_BinaryLiterals() As String Get Return ResourceManager.GetString("FEATURE_BinaryLiterals", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to CObj in attribute arguments. ''' Friend ReadOnly Property FEATURE_CObjInAttributeArguments() As String Get Return ResourceManager.GetString("FEATURE_CObjInAttributeArguments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to variance. ''' Friend ReadOnly Property FEATURE_CoContraVariance() As String Get Return ResourceManager.GetString("FEATURE_CoContraVariance", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to collection initializers. ''' Friend ReadOnly Property FEATURE_CollectionInitializers() As String Get Return ResourceManager.GetString("FEATURE_CollectionInitializers", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to digit separators. ''' Friend ReadOnly Property FEATURE_DigitSeparators() As String Get Return ResourceManager.GetString("FEATURE_DigitSeparators", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to declaring a Global namespace. ''' Friend ReadOnly Property FEATURE_GlobalNamespace() As String Get Return ResourceManager.GetString("FEATURE_GlobalNamespace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to implementing read-only or write-only property with read-write property. ''' Friend ReadOnly Property FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite() As String Get Return ResourceManager.GetString("FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to iterators. ''' Friend ReadOnly Property FEATURE_Iterators() As String Get Return ResourceManager.GetString("FEATURE_Iterators", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to implicit line continuation. ''' Friend ReadOnly Property FEATURE_LineContinuation() As String Get Return ResourceManager.GetString("FEATURE_LineContinuation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to line continuation comments. ''' Friend ReadOnly Property FEATURE_LineContinuationComments() As String Get Return ResourceManager.GetString("FEATURE_LineContinuationComments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to multiline string literals. ''' Friend ReadOnly Property FEATURE_MultilineStringLiterals() As String Get Return ResourceManager.GetString("FEATURE_MultilineStringLiterals", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'nameof' expressions. ''' Friend ReadOnly Property FEATURE_NameOfExpressions() As String Get Return ResourceManager.GetString("FEATURE_NameOfExpressions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to null conditional operations. ''' Friend ReadOnly Property FEATURE_NullPropagatingOperator() As String Get Return ResourceManager.GetString("FEATURE_NullPropagatingOperator", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to partial interfaces. ''' Friend ReadOnly Property FEATURE_PartialInterfaces() As String Get Return ResourceManager.GetString("FEATURE_PartialInterfaces", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to partial modules. ''' Friend ReadOnly Property FEATURE_PartialModules() As String Get Return ResourceManager.GetString("FEATURE_PartialModules", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to readonly auto-implemented properties. ''' Friend ReadOnly Property FEATURE_ReadonlyAutoProperties() As String Get Return ResourceManager.GetString("FEATURE_ReadonlyAutoProperties", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to region directives within method bodies or regions crossing boundaries of declaration blocks. ''' Friend ReadOnly Property FEATURE_RegionsEverywhere() As String Get Return ResourceManager.GetString("FEATURE_RegionsEverywhere", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to multi-line lambda expressions. ''' Friend ReadOnly Property FEATURE_StatementLambdas() As String Get Return ResourceManager.GetString("FEATURE_StatementLambdas", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Sub' lambda expressions. ''' Friend ReadOnly Property FEATURE_SubLambdas() As String Get Return ResourceManager.GetString("FEATURE_SubLambdas", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to tuples. ''' Friend ReadOnly Property FEATURE_Tuples() As String Get Return ResourceManager.GetString("FEATURE_Tuples", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to TypeOf IsNot expression. ''' Friend ReadOnly Property FEATURE_TypeOfIsNot() As String Get Return ResourceManager.GetString("FEATURE_TypeOfIsNot", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to warning directives. ''' Friend ReadOnly Property FEATURE_WarningDirectives() As String Get Return ResourceManager.GetString("FEATURE_WarningDirectives", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to year-first date literals. ''' Friend ReadOnly Property FEATURE_YearFirstDateLiterals() As String Get Return ResourceManager.GetString("FEATURE_YearFirstDateLiterals", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to FieldInitializerSyntax not within syntax tree. ''' Friend ReadOnly Property FieldInitializerSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("FieldInitializerSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long. ''' Friend ReadOnly Property FTL_InputFileNameTooLong() As String Get Return ResourceManager.GetString("FTL_InputFileNameTooLong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to FunctionSyntax not within syntax tree. ''' Friend ReadOnly Property FunctionSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("FunctionSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused import clause.. ''' Friend ReadOnly Property HDN_UnusedImportClause() As String Get Return ResourceManager.GetString("HDN_UnusedImportClause", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused import clause. ''' Friend ReadOnly Property HDN_UnusedImportClause_Title() As String Get Return ResourceManager.GetString("HDN_UnusedImportClause_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused import statement.. ''' Friend ReadOnly Property HDN_UnusedImportStatement() As String Get Return ResourceManager.GetString("HDN_UnusedImportStatement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused import statement. ''' Friend ReadOnly Property HDN_UnusedImportStatement_Title() As String Get Return ResourceManager.GetString("HDN_UnusedImportStatement_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to IdentifierSyntax not within syntax tree. ''' Friend ReadOnly Property IdentifierSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("IdentifierSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to function return type. ''' Friend ReadOnly Property IDS_FunctionReturnType() As String Get Return ResourceManager.GetString("IDS_FunctionReturnType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Supported language versions:. ''' Friend ReadOnly Property IDS_LangVersions() As String Get Return ResourceManager.GetString("IDS_LangVersions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} version {1}. ''' Friend ReadOnly Property IDS_LogoLine1() As String Get Return ResourceManager.GetString("IDS_LogoLine1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved.. ''' Friend ReadOnly Property IDS_LogoLine2() As String Get Return ResourceManager.GetString("IDS_LogoLine2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Adding embedded assembly reference '{0}'. ''' Friend ReadOnly Property IDS_MSG_ADDLINKREFERENCE() As String Get Return ResourceManager.GetString("IDS_MSG_ADDLINKREFERENCE", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Adding module reference '{0}'. ''' Friend ReadOnly Property IDS_MSG_ADDMODULE() As String Get Return ResourceManager.GetString("IDS_MSG_ADDMODULE", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Adding assembly reference '{0}'. ''' Friend ReadOnly Property IDS_MSG_ADDREFERENCE() As String Get Return ResourceManager.GetString("IDS_MSG_ADDREFERENCE", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to <project settings>. ''' Friend ReadOnly Property IDS_ProjectSettingsLocationName() As String Get Return ResourceManager.GetString("IDS_ProjectSettingsLocationName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The system cannot find the path specified. ''' Friend ReadOnly Property IDS_TheSystemCannotFindThePathSpecified() As String Get Return ResourceManager.GetString("IDS_TheSystemCannotFindThePathSpecified", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Microsoft (R) Visual Basic Compiler. ''' Friend ReadOnly Property IDS_ToolName() As String Get Return ResourceManager.GetString("IDS_ToolName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Visual Basic Compiler Options ''' ''' - OUTPUT FILE - '''/out:<file> Specifies the output file name. '''/target:exe Create a console application (default). ''' (Short form: /t) '''/target:winexe Create a Windows application. '''/target:library Create a library assembly. '''/target:module Create a module that can be added to an ''' [rest of string was truncated]";. ''' Friend ReadOnly Property IDS_VBCHelp() As String Get Return ResourceManager.GetString("IDS_VBCHelp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.. ''' Friend ReadOnly Property INF_UnableToLoadSomeTypesInAnalyzer() As String Get Return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException. ''' Friend ReadOnly Property INF_UnableToLoadSomeTypesInAnalyzer_Title() As String Get Return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Location must be provided in order to provide minimal type qualification.. ''' Friend ReadOnly Property LocationMustBeProvided() As String Get Return ResourceManager.GetString("LocationMustBeProvided", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Node is not within syntax tree. ''' Friend ReadOnly Property NodeIsNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("NodeIsNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to SearchCriteria is expected.. ''' Friend ReadOnly Property NoNoneSearchCriteria() As String Get Return ResourceManager.GetString("NoNoneSearchCriteria", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Not a VB symbol.. ''' Friend ReadOnly Property NotAVbSymbol() As String Get Return ResourceManager.GetString("NotAVbSymbol", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to not within tree. ''' Friend ReadOnly Property NotWithinTree() As String Get Return ResourceManager.GetString("NotWithinTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to the number of type parameters and arguments should be the same. ''' Friend ReadOnly Property NumberOfTypeParametersAndArgumentsMustMatch() As String Get Return ResourceManager.GetString("NumberOfTypeParametersAndArgumentsMustMatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Position is not within syntax tree. ''' Friend ReadOnly Property PositionIsNotWithinSyntax() As String Get Return ResourceManager.GetString("PositionIsNotWithinSyntax", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Position must be within span of the syntax tree.. ''' Friend ReadOnly Property PositionNotWithinTree() As String Get Return ResourceManager.GetString("PositionNotWithinTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to position of type parameter too large. ''' Friend ReadOnly Property PositionOfTypeParameterTooLarge() As String Get Return ResourceManager.GetString("PositionOfTypeParameterTooLarge", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Properties can not have type arguments. ''' Friend ReadOnly Property PropertiesCanNotHaveTypeArguments() As String Get Return ResourceManager.GetString("PropertiesCanNotHaveTypeArguments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to RangeVariableSyntax not within syntax tree. ''' Friend ReadOnly Property RangeVariableSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("RangeVariableSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to SemanticModel must be provided in order to provide minimal type qualification.. ''' Friend ReadOnly Property SemanticModelMustBeProvided() As String Get Return ResourceManager.GetString("SemanticModelMustBeProvided", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Syntax node to be speculated cannot belong to a syntax tree from the current compilation.. ''' Friend ReadOnly Property SpeculatedSyntaxNodeCannotBelongToCurrentCompilation() As String Get Return ResourceManager.GetString("SpeculatedSyntaxNodeCannotBelongToCurrentCompilation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax. ''' Friend ReadOnly Property StatementOrExpressionIsNotAValidType() As String Get Return ResourceManager.GetString("StatementOrExpressionIsNotAValidType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Submission can have at most one syntax tree.. ''' Friend ReadOnly Property SubmissionCanHaveAtMostOneSyntaxTree() As String Get Return ResourceManager.GetString("SubmissionCanHaveAtMostOneSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Syntax tree already present. ''' Friend ReadOnly Property SyntaxTreeAlreadyPresent() As String Get Return ResourceManager.GetString("SyntaxTreeAlreadyPresent", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Syntax tree should be created from a submission.. ''' Friend ReadOnly Property SyntaxTreeIsNotASubmission() As String Get Return ResourceManager.GetString("SyntaxTreeIsNotASubmission", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to SyntaxTree '{0}' not found to remove. ''' Friend ReadOnly Property SyntaxTreeNotFoundToRemove() As String Get Return ResourceManager.GetString("SyntaxTreeNotFoundToRemove", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to There are no pointer types in VB.. ''' Friend ReadOnly Property ThereAreNoPointerTypesInVB() As String Get Return ResourceManager.GetString("ThereAreNoPointerTypesInVB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to There is no dynamic type in VB.. ''' Friend ReadOnly Property ThereIsNoDynamicTypeInVB() As String Get Return ResourceManager.GetString("ThereIsNoDynamicTypeInVB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tree must have a root node with SyntaxKind.CompilationUnit. ''' Friend ReadOnly Property TreeMustHaveARootNodeWithCompilationUnit() As String Get Return ResourceManager.GetString("TreeMustHaveARootNodeWithCompilationUnit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to trees({0}). ''' Friend ReadOnly Property Trees0() As String Get Return ResourceManager.GetString("Trees0", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to trees({0}) must have root node with SyntaxKind.CompilationUnit.. ''' Friend ReadOnly Property TreesMustHaveRootNode() As String Get Return ResourceManager.GetString("TreesMustHaveRootNode", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type argument cannot be Nothing. ''' Friend ReadOnly Property TypeArgumentCannotBeNothing() As String Get Return ResourceManager.GetString("TypeArgumentCannotBeNothing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to TypeParameter not within tree. ''' Friend ReadOnly Property TypeParameterNotWithinTree() As String Get Return ResourceManager.GetString("TypeParameterNotWithinTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to variableSyntax not within syntax tree. ''' Friend ReadOnly Property VariableSyntaxNotWithinSyntaxTree() As String Get Return ResourceManager.GetString("VariableSyntaxNotWithinSyntaxTree", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion from '{0}' to '{1}' may be ambiguous.. ''' Friend ReadOnly Property WRN_AmbiguousCastConversion2() As String Get Return ResourceManager.GetString("WRN_AmbiguousCastConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Conversion may be ambiguous. ''' Friend ReadOnly Property WRN_AmbiguousCastConversion2_Title() As String Get Return ResourceManager.GetString("WRN_AmbiguousCastConversion2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1} : {2}.. ''' Friend ReadOnly Property WRN_AnalyzerCannotBeCreated() As String Get Return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Instance of analyzer cannot be created. ''' Friend ReadOnly Property WRN_AnalyzerCannotBeCreated_Title() As String Get Return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type; 'Object' assumed.. ''' Friend ReadOnly Property WRN_ArrayInitNoTypeObjectAssumed() As String Get Return ResourceManager.GetString("WRN_ArrayInitNoTypeObjectAssumed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type. ''' Friend ReadOnly Property WRN_ArrayInitNoTypeObjectAssumed_Title() As String Get Return ResourceManager.GetString("WRN_ArrayInitNoTypeObjectAssumed_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type because more than one type is possible; 'Object' assumed.. ''' Friend ReadOnly Property WRN_ArrayInitTooManyTypesObjectAssumed() As String Get Return ResourceManager.GetString("WRN_ArrayInitTooManyTypesObjectAssumed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer an element type because more than one type is possible. ''' Friend ReadOnly Property WRN_ArrayInitTooManyTypesObjectAssumed_Title() As String Get Return ResourceManager.GetString("WRN_ArrayInitTooManyTypesObjectAssumed_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not CLS-compliant because it overloads '{1}' which differs from it only by array of array parameter types or by the rank of the array parameter types.. ''' Friend ReadOnly Property WRN_ArrayOverloadsNonCLS2() As String Get Return ResourceManager.GetString("WRN_ArrayOverloadsNonCLS2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method is not CLS-compliant because it overloads method which differs from it only by array of array parameter types or by the rank of the array parameter types. ''' Friend ReadOnly Property WRN_ArrayOverloadsNonCLS2_Title() As String Get Return ResourceManager.GetString("WRN_ArrayOverloadsNonCLS2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.. ''' Friend ReadOnly Property WRN_AssemblyAttributeFromModuleIsOverridden() As String Get Return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute from module will be ignored in favor of the instance appearing in source. ''' Friend ReadOnly Property WRN_AssemblyAttributeFromModuleIsOverridden_Title() As String Get Return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Possible problem detected while building assembly: {0}. ''' Friend ReadOnly Property WRN_AssemblyGeneration0() As String Get Return ResourceManager.GetString("WRN_AssemblyGeneration0", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Possible problem detected while building assembly. ''' Friend ReadOnly Property WRN_AssemblyGeneration0_Title() As String Get Return ResourceManager.GetString("WRN_AssemblyGeneration0_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Possible problem detected while building assembly '{0}': {1}. ''' Friend ReadOnly Property WRN_AssemblyGeneration1() As String Get Return ResourceManager.GetString("WRN_AssemblyGeneration1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Possible problem detected while building assembly. ''' Friend ReadOnly Property WRN_AssemblyGeneration1_Title() As String Get Return ResourceManager.GetString("WRN_AssemblyGeneration1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This async method lacks 'Await' operators and so will run synchronously. Consider using the 'Await' operator to await non-blocking API calls, or 'Await Task.Run(...)' to do CPU-bound work on a background thread.. ''' Friend ReadOnly Property WRN_AsyncLacksAwaits() As String Get Return ResourceManager.GetString("WRN_AsyncLacksAwaits", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This async method lacks 'Await' operators and so will run synchronously. ''' Friend ReadOnly Property WRN_AsyncLacksAwaits_Title() As String Get Return ResourceManager.GetString("WRN_AsyncLacksAwaits_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Some overloads here take an Async Function rather than an Async Sub. Consider either using an Async Function, or casting this Async Sub explicitly to the desired type.. ''' Friend ReadOnly Property WRN_AsyncSubCouldBeFunction() As String Get Return ResourceManager.GetString("WRN_AsyncSubCouldBeFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Some overloads here take an Async Function rather than an Async Sub. ''' Friend ReadOnly Property WRN_AsyncSubCouldBeFunction_Title() As String Get Return ResourceManager.GetString("WRN_AsyncSubCouldBeFunction_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute '{0}' is ignored when public signing is specified.. ''' Friend ReadOnly Property WRN_AttributeIgnoredWhenPublicSigning() As String Get Return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute is ignored when public signing is specified.. ''' Friend ReadOnly Property WRN_AttributeIgnoredWhenPublicSigning_Title() As String Get Return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bad checksum value, non hex digits or odd number of hex digits.. ''' Friend ReadOnly Property WRN_BadChecksumValExtChecksum() As String Get Return ResourceManager.GetString("WRN_BadChecksumValExtChecksum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bad checksum value, non hex digits or odd number of hex digits. ''' Friend ReadOnly Property WRN_BadChecksumValExtChecksum_Title() As String Get Return ResourceManager.GetString("WRN_BadChecksumValExtChecksum_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bad GUID format.. ''' Friend ReadOnly Property WRN_BadGUIDFormatExtChecksum() As String Get Return ResourceManager.GetString("WRN_BadGUIDFormatExtChecksum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bad GUID format. ''' Friend ReadOnly Property WRN_BadGUIDFormatExtChecksum_Title() As String Get Return ResourceManager.GetString("WRN_BadGUIDFormatExtChecksum_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to unrecognized option '{0}'; ignored. ''' Friend ReadOnly Property WRN_BadSwitch() As String Get Return ResourceManager.GetString("WRN_BadSwitch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unrecognized command-line option. ''' Friend ReadOnly Property WRN_BadSwitch_Title() As String Get Return ResourceManager.GetString("WRN_BadSwitch_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The language name '{0}' is invalid.. ''' Friend ReadOnly Property WRN_BadUILang() As String Get Return ResourceManager.GetString("WRN_BadUILang", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The language name for /preferreduilang is invalid. ''' Friend ReadOnly Property WRN_BadUILang_Title() As String Get Return ResourceManager.GetString("WRN_BadUILang_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.. ''' Friend ReadOnly Property WRN_BaseClassNotCLSCompliant2() As String Get Return ResourceManager.GetString("WRN_BaseClassNotCLSCompliant2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type is not CLS-compliant because it derives from base type that is not CLS-compliant. ''' Friend ReadOnly Property WRN_BaseClassNotCLSCompliant2_Title() As String Get Return ResourceManager.GetString("WRN_BaseClassNotCLSCompliant2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Could not find standard library '{0}'.. ''' Friend ReadOnly Property WRN_CannotFindStandardLibrary1() As String Get Return ResourceManager.GetString("WRN_CannotFindStandardLibrary1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Could not find standard library. ''' Friend ReadOnly Property WRN_CannotFindStandardLibrary1_Title() As String Get Return ResourceManager.GetString("WRN_CannotFindStandardLibrary1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.. ''' Friend ReadOnly Property WRN_CLSAttrInvalidOnGetSet() As String Get Return ResourceManager.GetString("WRN_CLSAttrInvalidOnGetSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'. ''' Friend ReadOnly Property WRN_CLSAttrInvalidOnGetSet_Title() As String Get Return ResourceManager.GetString("WRN_CLSAttrInvalidOnGetSet_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.. ''' Friend ReadOnly Property WRN_CLSEventMethodInNonCLSType3() As String Get Return ResourceManager.GetString("WRN_CLSEventMethodInNonCLSType3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant. ''' Friend ReadOnly Property WRN_CLSEventMethodInNonCLSType3_Title() As String Get Return ResourceManager.GetString("WRN_CLSEventMethodInNonCLSType3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_CLSMemberInNonCLSType3() As String Get Return ResourceManager.GetString("WRN_CLSMemberInNonCLSType3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member cannot be marked CLS-compliant because its containing type is not CLS-compliant. ''' Friend ReadOnly Property WRN_CLSMemberInNonCLSType3_Title() As String Get Return ResourceManager.GetString("WRN_CLSMemberInNonCLSType3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' on class '{0}' implicitly declares {1} '{2}', which conflicts with a member of the same name in {3} '{4}'. Use 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' if you want to hide the name on the base {4}.. ''' Friend ReadOnly Property WRN_ComClassInterfaceShadows5() As String Get Return ResourceManager.GetString("WRN_ComClassInterfaceShadows5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name. ''' Friend ReadOnly Property WRN_ComClassInterfaceShadows5_Title() As String Get Return ResourceManager.GetString("WRN_ComClassInterfaceShadows5_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' is specified for class '{0}' but '{0}' has no public members that can be exposed to COM; therefore, no COM interfaces are generated.. ''' Friend ReadOnly Property WRN_ComClassNoMembers1() As String Get Return ResourceManager.GetString("WRN_ComClassNoMembers1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM. ''' Friend ReadOnly Property WRN_ComClassNoMembers1_Title() As String Get Return ResourceManager.GetString("WRN_ComClassNoMembers1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be exposed to COM as a property 'Let'. You will not be able to assign non-object values (such as numbers or strings) to this property from Visual Basic 6.0 using a 'Let' statement.. ''' Friend ReadOnly Property WRN_ComClassPropertySetObject1() As String Get Return ResourceManager.GetString("WRN_ComClassPropertySetObject1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property cannot be exposed to COM as a property 'Let'. ''' Friend ReadOnly Property WRN_ComClassPropertySetObject1_Title() As String Get Return ResourceManager.GetString("WRN_ComClassPropertySetObject1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute 'Conditional' is only valid on 'Sub' declarations.. ''' Friend ReadOnly Property WRN_ConditionalNotValidOnFunction() As String Get Return ResourceManager.GetString("WRN_ConditionalNotValidOnFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attribute 'Conditional' is only valid on 'Sub' declarations. ''' Friend ReadOnly Property WRN_ConditionalNotValidOnFunction_Title() As String Get Return ResourceManager.GetString("WRN_ConditionalNotValidOnFunction_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Referenced assembly '{0}' targets a different processor.. ''' Friend ReadOnly Property WRN_ConflictingMachineAssembly() As String Get Return ResourceManager.GetString("WRN_ConflictingMachineAssembly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Referenced assembly targets a different processor. ''' Friend ReadOnly Property WRN_ConflictingMachineAssembly_Title() As String Get Return ResourceManager.GetString("WRN_ConflictingMachineAssembly_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type arguments inferred for method '{0}' result in the following warnings :{1}. ''' Friend ReadOnly Property WRN_ConstraintsFailedForInferredArgs2() As String Get Return ResourceManager.GetString("WRN_ConstraintsFailedForInferredArgs2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type arguments inferred for method result in warnings. ''' Friend ReadOnly Property WRN_ConstraintsFailedForInferredArgs2_Title() As String Get Return ResourceManager.GetString("WRN_ConstraintsFailedForInferredArgs2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition. Apply the attribute directly to the 'Get' and 'Set' procedures as appropriate.. ''' Friend ReadOnly Property WRN_DebuggerHiddenIgnoredOnProperties() As String Get Return ResourceManager.GetString("WRN_DebuggerHiddenIgnoredOnProperties", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition. ''' Friend ReadOnly Property WRN_DebuggerHiddenIgnoredOnProperties_Title() As String Get Return ResourceManager.GetString("WRN_DebuggerHiddenIgnoredOnProperties_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function '{0}' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.. ''' Friend ReadOnly Property WRN_DefAsgNoRetValFuncRef1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncRef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValFuncRef1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncRef1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. ''' Friend ReadOnly Property WRN_DefAsgNoRetValFuncVal1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncVal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValFuncVal1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncVal1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.. ''' Friend ReadOnly Property WRN_DefAsgNoRetValOpRef1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValOpRef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValOpRef1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValOpRef1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. ''' Friend ReadOnly Property WRN_DefAsgNoRetValOpVal1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValOpVal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValOpVal1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValOpVal1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.. ''' Friend ReadOnly Property WRN_DefAsgNoRetValPropRef1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValPropRef1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValPropRef1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValPropRef1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. ''' Friend ReadOnly Property WRN_DefAsgNoRetValPropVal1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValPropVal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValPropVal1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValPropVal1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. ''' Friend ReadOnly Property WRN_DefAsgNoRetValWinRtEventVal1() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValWinRtEventVal1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The AddHandler for Windows Runtime event doesn't return a value on all code paths. ''' Friend ReadOnly Property WRN_DefAsgNoRetValWinRtEventVal1_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgNoRetValWinRtEventVal1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.. ''' Friend ReadOnly Property WRN_DefAsgUseNullRef() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable is used before it has been assigned a value. ''' Friend ReadOnly Property WRN_DefAsgUseNullRef_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRef_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.. ''' Friend ReadOnly Property WRN_DefAsgUseNullRefByRef() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable is passed by reference before it has been assigned a value. ''' Friend ReadOnly Property WRN_DefAsgUseNullRefByRef_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRef_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before use. ''' Friend ReadOnly Property WRN_DefAsgUseNullRefByRefStr() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRefStr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable is passed by reference before it has been assigned a value. ''' Friend ReadOnly Property WRN_DefAsgUseNullRefByRefStr_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRefStr_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before use. ''' Friend ReadOnly Property WRN_DefAsgUseNullRefStr() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRefStr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable is used before it has been assigned a value. ''' Friend ReadOnly Property WRN_DefAsgUseNullRefStr_Title() As String Get Return ResourceManager.GetString("WRN_DefAsgUseNullRefStr_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Default property '{0}' conflicts with the default property '{1}' in the base {2} '{3}'. '{0}' will be the default property. '{0}' should be declared 'Shadows'.. ''' Friend ReadOnly Property WRN_DefaultnessShadowed4() As String Get Return ResourceManager.GetString("WRN_DefaultnessShadowed4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Default property conflicts with the default property in the base type. ''' Friend ReadOnly Property WRN_DefaultnessShadowed4_Title() As String Get Return ResourceManager.GetString("WRN_DefaultnessShadowed4_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified.. ''' Friend ReadOnly Property WRN_DelaySignButNoKey() As String Get Return ResourceManager.GetString("WRN_DelaySignButNoKey", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified. ''' Friend ReadOnly Property WRN_DelaySignButNoKey_Title() As String Get Return ResourceManager.GetString("WRN_DelaySignButNoKey_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' block never reached; '{0}' handled above in the same Try statement.. ''' Friend ReadOnly Property WRN_DuplicateCatch() As String Get Return ResourceManager.GetString("WRN_DuplicateCatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' block never reached; exception type handled above in the same Try statement. ''' Friend ReadOnly Property WRN_DuplicateCatch_Title() As String Get Return ResourceManager.GetString("WRN_DuplicateCatch_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The xmlns attribute has special meaning and should not be written with a prefix.. ''' Friend ReadOnly Property WRN_EmptyPrefixAndXmlnsLocalName() As String Get Return ResourceManager.GetString("WRN_EmptyPrefixAndXmlnsLocalName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The xmlns attribute has special meaning and should not be written with a prefix. ''' Friend ReadOnly Property WRN_EmptyPrefixAndXmlnsLocalName_Title() As String Get Return ResourceManager.GetString("WRN_EmptyPrefixAndXmlnsLocalName_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Underlying type '{0}' of Enum is not CLS-compliant.. ''' Friend ReadOnly Property WRN_EnumUnderlyingTypeNotCLS1() As String Get Return ResourceManager.GetString("WRN_EnumUnderlyingTypeNotCLS1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Underlying type of Enum is not CLS-compliant. ''' Friend ReadOnly Property WRN_EnumUnderlyingTypeNotCLS1_Title() As String Get Return ResourceManager.GetString("WRN_EnumUnderlyingTypeNotCLS1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This expression will always evaluate to Nothing (due to null propagation from the equals operator). To check if the value is null consider using 'Is Nothing'.. ''' Friend ReadOnly Property WRN_EqualToLiteralNothing() As String Get Return ResourceManager.GetString("WRN_EqualToLiteralNothing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This expression will always evaluate to Nothing. ''' Friend ReadOnly Property WRN_EqualToLiteralNothing_Title() As String Get Return ResourceManager.GetString("WRN_EqualToLiteralNothing_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegate type '{0}' of event '{1}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_EventDelegateTypeNotCLSCompliant2() As String Get Return ResourceManager.GetString("WRN_EventDelegateTypeNotCLSCompliant2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delegate type of event is not CLS-compliant. ''' Friend ReadOnly Property WRN_EventDelegateTypeNotCLSCompliant2_Title() As String Get Return ResourceManager.GetString("WRN_EventDelegateTypeNotCLSCompliant2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' in designer-generated type '{1}' should call InitializeComponent method.. ''' Friend ReadOnly Property WRN_ExpectedInitComponentCall2() As String Get Return ResourceManager.GetString("WRN_ExpectedInitComponentCall2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Constructor in designer-generated type should call InitializeComponent method. ''' Friend ReadOnly Property WRN_ExpectedInitComponentCall2_Title() As String Get Return ResourceManager.GetString("WRN_ExpectedInitComponentCall2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is for evaluation purposes only and is subject to change or removal in future updates.. ''' Friend ReadOnly Property WRN_Experimental() As String Get Return ResourceManager.GetString("WRN_Experimental", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type is for evaluation purposes only and is subject to change or removal in future updates.. ''' Friend ReadOnly Property WRN_Experimental_Title() As String Get Return ResourceManager.GetString("WRN_Experimental_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of member '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_FieldNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_FieldNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of member is not CLS-compliant. ''' Friend ReadOnly Property WRN_FieldNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_FieldNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to source file '{0}' specified multiple times. ''' Friend ReadOnly Property WRN_FileAlreadyIncluded() As String Get Return ResourceManager.GetString("WRN_FileAlreadyIncluded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Source file specified multiple times. ''' Friend ReadOnly Property WRN_FileAlreadyIncluded_Title() As String Get Return ResourceManager.GetString("WRN_FileAlreadyIncluded_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generic parameter constraint type '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_GenericConstraintNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_GenericConstraintNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generic parameter constraint type is not CLS-compliant. ''' Friend ReadOnly Property WRN_GenericConstraintNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_GenericConstraintNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type; 'Object' assumed.. ''' Friend ReadOnly Property WRN_IfNoTypeObjectAssumed() As String Get Return ResourceManager.GetString("WRN_IfNoTypeObjectAssumed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type. ''' Friend ReadOnly Property WRN_IfNoTypeObjectAssumed_Title() As String Get Return ResourceManager.GetString("WRN_IfNoTypeObjectAssumed_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type because more than one type is possible; 'Object' assumed.. ''' Friend ReadOnly Property WRN_IfTooManyTypesObjectAssumed() As String Get Return ResourceManager.GetString("WRN_IfTooManyTypesObjectAssumed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a common type because more than one type is possible. ''' Friend ReadOnly Property WRN_IfTooManyTypesObjectAssumed_Title() As String Get Return ResourceManager.GetString("WRN_IfTooManyTypesObjectAssumed_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option /win32manifest ignored. It can be specified only when the target is an assembly.. ''' Friend ReadOnly Property WRN_IgnoreModuleManifest() As String Get Return ResourceManager.GetString("WRN_IgnoreModuleManifest", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Option /win32manifest ignored. ''' Friend ReadOnly Property WRN_IgnoreModuleManifest_Title() As String Get Return ResourceManager.GetString("WRN_IgnoreModuleManifest_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion from '{0}' to '{1}'.. ''' Friend ReadOnly Property WRN_ImplicitConversion2() As String Get Return ResourceManager.GetString("WRN_ImplicitConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion. ''' Friend ReadOnly Property WRN_ImplicitConversion2_Title() As String Get Return ResourceManager.GetString("WRN_ImplicitConversion2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.. ''' Friend ReadOnly Property WRN_ImplicitConversionCopyBack() As String Get Return ResourceManager.GetString("WRN_ImplicitConversionCopyBack", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument. ''' Friend ReadOnly Property WRN_ImplicitConversionCopyBack_Title() As String Get Return ResourceManager.GetString("WRN_ImplicitConversionCopyBack_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0}. ''' Friend ReadOnly Property WRN_ImplicitConversionSubst1() As String Get Return ResourceManager.GetString("WRN_ImplicitConversionSubst1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion. ''' Friend ReadOnly Property WRN_ImplicitConversionSubst1_Title() As String Get Return ResourceManager.GetString("WRN_ImplicitConversionSubst1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A reference was created to embedded interop assembly '{0}' because of an indirect reference to that assembly from assembly '{1}'. Consider changing the 'Embed Interop Types' property on either assembly.. ''' Friend ReadOnly Property WRN_IndirectRefToLinkedAssembly2() As String Get Return ResourceManager.GetString("WRN_IndirectRefToLinkedAssembly2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A reference was created to embedded interop assembly because of an indirect reference to that assembly. ''' Friend ReadOnly Property WRN_IndirectRefToLinkedAssembly2_Title() As String Get Return ResourceManager.GetString("WRN_IndirectRefToLinkedAssembly2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.. ''' Friend ReadOnly Property WRN_InheritedInterfaceNotCLSCompliant2() As String Get Return ResourceManager.GetString("WRN_InheritedInterfaceNotCLSCompliant2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type is not CLS-compliant because the interface it inherits from is not CLS-compliant. ''' Friend ReadOnly Property WRN_InheritedInterfaceNotCLSCompliant2_Title() As String Get Return ResourceManager.GetString("WRN_InheritedInterfaceNotCLSCompliant2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Runtime errors might occur when converting '{0}' to '{1}'.. ''' Friend ReadOnly Property WRN_InterfaceConversion2() As String Get Return ResourceManager.GetString("WRN_InterfaceConversion2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Runtime errors might occur when converting to or from interface type. ''' Friend ReadOnly Property WRN_InterfaceConversion2_Title() As String Get Return ResourceManager.GetString("WRN_InterfaceConversion2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Assembly reference '{0}' is invalid and cannot be resolved.. ''' Friend ReadOnly Property WRN_InvalidAssemblyName() As String Get Return ResourceManager.GetString("WRN_InvalidAssemblyName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Assembly reference is invalid and cannot be resolved. ''' Friend ReadOnly Property WRN_InvalidAssemblyName_Title() As String Get Return ResourceManager.GetString("WRN_InvalidAssemblyName_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by their tuple element names.. ''' Friend ReadOnly Property WRN_InvalidOverrideDueToTupleNames2() As String Get Return ResourceManager.GetString("WRN_InvalidOverrideDueToTupleNames2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member cannot override because it differs by its tuple element names.. ''' Friend ReadOnly Property WRN_InvalidOverrideDueToTupleNames2_Title() As String Get Return ResourceManager.GetString("WRN_InvalidOverrideDueToTupleNames2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision. ''' Friend ReadOnly Property WRN_InvalidVersionFormat() As String Get Return ResourceManager.GetString("WRN_InvalidVersionFormat", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The specified version string does not conform to the recommended format. ''' Friend ReadOnly Property WRN_InvalidVersionFormat_Title() As String Get Return ResourceManager.GetString("WRN_InvalidVersionFormat_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to warning number '{0}' for the option '{1}' is either not configurable or not valid. ''' Friend ReadOnly Property WRN_InvalidWarningId() As String Get Return ResourceManager.GetString("WRN_InvalidWarningId", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Warning number is either not configurable or not valid. ''' Friend ReadOnly Property WRN_InvalidWarningId_Title() As String Get Return ResourceManager.GetString("WRN_InvalidWarningId_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type; 'Object' assumed.. ''' Friend ReadOnly Property WRN_LambdaNoTypeObjectAssumed() As String Get Return ResourceManager.GetString("WRN_LambdaNoTypeObjectAssumed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type. ''' Friend ReadOnly Property WRN_LambdaNoTypeObjectAssumed_Title() As String Get Return ResourceManager.GetString("WRN_LambdaNoTypeObjectAssumed_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambda expression will not be removed from this event handler. Assign the lambda expression to a variable and use the variable to add and remove the event.. ''' Friend ReadOnly Property WRN_LambdaPassedToRemoveHandler() As String Get Return ResourceManager.GetString("WRN_LambdaPassedToRemoveHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Lambda expression will not be removed from this event handler. ''' Friend ReadOnly Property WRN_LambdaPassedToRemoveHandler_Title() As String Get Return ResourceManager.GetString("WRN_LambdaPassedToRemoveHandler_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type because more than one type is possible; 'Object' assumed.. ''' Friend ReadOnly Property WRN_LambdaTooManyTypesObjectAssumed() As String Get Return ResourceManager.GetString("WRN_LambdaTooManyTypesObjectAssumed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot infer a return type because more than one type is possible. ''' Friend ReadOnly Property WRN_LambdaTooManyTypesObjectAssumed_Title() As String Get Return ResourceManager.GetString("WRN_LambdaTooManyTypesObjectAssumed_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Late bound resolution; runtime errors could occur.. ''' Friend ReadOnly Property WRN_LateBindingResolution() As String Get Return ResourceManager.GetString("WRN_LateBindingResolution", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Late bound resolution. ''' Friend ReadOnly Property WRN_LateBindingResolution_Title() As String Get Return ResourceManager.GetString("WRN_LateBindingResolution_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using the iteration variable in a lambda expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.. ''' Friend ReadOnly Property WRN_LiftControlVariableLambda() As String Get Return ResourceManager.GetString("WRN_LiftControlVariableLambda", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using the iteration variable in a lambda expression may have unexpected results. ''' Friend ReadOnly Property WRN_LiftControlVariableLambda_Title() As String Get Return ResourceManager.GetString("WRN_LiftControlVariableLambda_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using the iteration variable in a query expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.. ''' Friend ReadOnly Property WRN_LiftControlVariableQuery() As String Get Return ResourceManager.GetString("WRN_LiftControlVariableQuery", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using the iteration variable in a query expression may have unexpected results. ''' Friend ReadOnly Property WRN_LiftControlVariableQuery_Title() As String Get Return ResourceManager.GetString("WRN_LiftControlVariableQuery_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The entry point of the program is global script code; ignoring '{0}' entry point.. ''' Friend ReadOnly Property WRN_MainIgnored() As String Get Return ResourceManager.GetString("WRN_MainIgnored", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The entry point of the program is global script code; ignoring entry point. ''' Friend ReadOnly Property WRN_MainIgnored_Title() As String Get Return ResourceManager.GetString("WRN_MainIgnored_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.. ''' Friend ReadOnly Property WRN_MemberShadowsSynthMember6() As String Get Return ResourceManager.GetString("WRN_MemberShadowsSynthMember6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member conflicts with a member implicitly declared for property or event in the base type. ''' Friend ReadOnly Property WRN_MemberShadowsSynthMember6_Title() As String Get Return ResourceManager.GetString("WRN_MemberShadowsSynthMember6_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function without an 'As' clause; return type of Object assumed.. ''' Friend ReadOnly Property WRN_MissingAsClauseinFunction() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinFunction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function without an 'As' clause. ''' Friend ReadOnly Property WRN_MissingAsClauseinFunction_Title() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinFunction_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator without an 'As' clause; type of Object assumed.. ''' Friend ReadOnly Property WRN_MissingAsClauseinOperator() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinOperator", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operator without an 'As' clause. ''' Friend ReadOnly Property WRN_MissingAsClauseinOperator_Title() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinOperator_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property without an 'As' clause; type of Object assumed.. ''' Friend ReadOnly Property WRN_MissingAsClauseinProperty() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property without an 'As' clause. ''' Friend ReadOnly Property WRN_MissingAsClauseinProperty_Title() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinProperty_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable declaration without an 'As' clause; type of Object assumed.. ''' Friend ReadOnly Property WRN_MissingAsClauseinVarDecl() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinVarDecl", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable declaration without an 'As' clause. ''' Friend ReadOnly Property WRN_MissingAsClauseinVarDecl_Title() As String Get Return ResourceManager.GetString("WRN_MissingAsClauseinVarDecl_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to File name already declared with a different GUID and checksum value.. ''' Friend ReadOnly Property WRN_MultipleDeclFileExtChecksum() As String Get Return ResourceManager.GetString("WRN_MultipleDeclFileExtChecksum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to File name already declared with a different GUID and checksum value. ''' Friend ReadOnly Property WRN_MultipleDeclFileExtChecksum_Title() As String Get Return ResourceManager.GetString("WRN_MultipleDeclFileExtChecksum_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' shadows an overloadable member declared in the base {2} '{3}'. If you want to overload the base method, this method must be declared 'Overloads'.. ''' Friend ReadOnly Property WRN_MustOverloadBase4() As String Get Return ResourceManager.GetString("WRN_MustOverloadBase4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member shadows an overloadable member declared in the base type. ''' Friend ReadOnly Property WRN_MustOverloadBase4_Title() As String Get Return ResourceManager.GetString("WRN_MustOverloadBase4_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.. ''' Friend ReadOnly Property WRN_MustOverride2() As String Get Return ResourceManager.GetString("WRN_MustOverride2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member shadows an overridable method in the base type. ''' Friend ReadOnly Property WRN_MustOverride2_Title() As String Get Return ResourceManager.GetString("WRN_MustOverride2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.. ''' Friend ReadOnly Property WRN_MustShadowOnMultipleInheritance2() As String Get Return ResourceManager.GetString("WRN_MustShadowOnMultipleInheritance2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'. ''' Friend ReadOnly Property WRN_MustShadowOnMultipleInheritance2_Title() As String Get Return ResourceManager.GetString("WRN_MustShadowOnMultipleInheritance2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable '{0}' is read-only. When its type is a structure, invoking its members or passing it ByRef does not change its content and might lead to unexpected results. Consider declaring this variable outside of the 'Using' block.. ''' Friend ReadOnly Property WRN_MutableGenericStructureInUsing() As String Get Return ResourceManager.GetString("WRN_MutableGenericStructureInUsing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable declared by Using statement is read-only and its type may be a structure. ''' Friend ReadOnly Property WRN_MutableGenericStructureInUsing_Title() As String Get Return ResourceManager.GetString("WRN_MutableGenericStructureInUsing_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable '{0}' is read-only and its type is a structure. Invoking its members or passing it ByRef does not change its content and might lead to unexpected results. Consider declaring this variable outside of the 'Using' block.. ''' Friend ReadOnly Property WRN_MutableStructureInUsing() As String Get Return ResourceManager.GetString("WRN_MutableStructureInUsing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local variable declared by Using statement is read-only and its type is a structure. ''' Friend ReadOnly Property WRN_MutableStructureInUsing_Title() As String Get Return ResourceManager.GetString("WRN_MutableStructureInUsing_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_NameNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_NameNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name is not CLS-compliant. ''' Friend ReadOnly Property WRN_NameNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_NameNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.. ''' Friend ReadOnly Property WRN_NamespaceCaseMismatch3() As String Get Return ResourceManager.GetString("WRN_NamespaceCaseMismatch3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Casing of namespace name does not match. ''' Friend ReadOnly Property WRN_NamespaceCaseMismatch3_Title() As String Get Return ResourceManager.GetString("WRN_NamespaceCaseMismatch3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The assembly {0} does not contain any analyzers.. ''' Friend ReadOnly Property WRN_NoAnalyzerInAssembly() As String Get Return ResourceManager.GetString("WRN_NoAnalyzerInAssembly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Assembly does not contain any analyzers. ''' Friend ReadOnly Property WRN_NoAnalyzerInAssembly_Title() As String Get Return ResourceManager.GetString("WRN_NoAnalyzerInAssembly_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to ignoring /noconfig option because it was specified in a response file. ''' Friend ReadOnly Property WRN_NoConfigInResponseFile() As String Get Return ResourceManager.GetString("WRN_NoConfigInResponseFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file. ''' Friend ReadOnly Property WRN_NoConfigInResponseFile_Title() As String Get Return ResourceManager.GetString("WRN_NoConfigInResponseFile_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.. ''' Friend ReadOnly Property WRN_NonCLSMemberInCLSInterface1() As String Get Return ResourceManager.GetString("WRN_NonCLSMemberInCLSInterface1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Non CLS-compliant member is not allowed in a CLS-compliant interface. ''' Friend ReadOnly Property WRN_NonCLSMemberInCLSInterface1_Title() As String Get Return ResourceManager.GetString("WRN_NonCLSMemberInCLSInterface1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.. ''' Friend ReadOnly Property WRN_NonCLSMustOverrideInCLSType1() As String Get Return ResourceManager.GetString("WRN_NonCLSMustOverrideInCLSType1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type. ''' Friend ReadOnly Property WRN_NonCLSMustOverrideInCLSType1_Title() As String Get Return ResourceManager.GetString("WRN_NonCLSMustOverrideInCLSType1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.. ''' Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase3() As String Get Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class should declare a 'Sub New' because the constructor in its base class is marked obsolete. ''' Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase3_Title() As String Get Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.. ''' Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase4() As String Get Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Class should declare a 'Sub New' because the constructor in its base class is marked obsolete. ''' Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase4_Title() As String Get Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase4_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This expression will always evaluate to Nothing (due to null propagation from the equals operator). To check if the value is not null consider using 'IsNot Nothing'.. ''' Friend ReadOnly Property WRN_NotEqualToLiteralNothing() As String Get Return ResourceManager.GetString("WRN_NotEqualToLiteralNothing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This expression will always evaluate to Nothing. ''' Friend ReadOnly Property WRN_NotEqualToLiteralNothing_Title() As String Get Return ResourceManager.GetString("WRN_NotEqualToLiteralNothing_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0}. ''' Friend ReadOnly Property WRN_ObjectAssumed1() As String Get Return ResourceManager.GetString("WRN_ObjectAssumed1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Function without an 'As' clause. ''' Friend ReadOnly Property WRN_ObjectAssumed1_Title() As String Get Return ResourceManager.GetString("WRN_ObjectAssumed1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0}. ''' Friend ReadOnly Property WRN_ObjectAssumedProperty1() As String Get Return ResourceManager.GetString("WRN_ObjectAssumedProperty1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property without an 'As' clause. ''' Friend ReadOnly Property WRN_ObjectAssumedProperty1_Title() As String Get Return ResourceManager.GetString("WRN_ObjectAssumedProperty1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0}. ''' Friend ReadOnly Property WRN_ObjectAssumedVar1() As String Get Return ResourceManager.GetString("WRN_ObjectAssumedVar1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Variable declaration without an 'As' clause. ''' Friend ReadOnly Property WRN_ObjectAssumedVar1_Title() As String Get Return ResourceManager.GetString("WRN_ObjectAssumedVar1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.. ''' Friend ReadOnly Property WRN_ObjectMath1() As String Get Return ResourceManager.GetString("WRN_ObjectMath1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used for operator. ''' Friend ReadOnly Property WRN_ObjectMath1_Title() As String Get Return ResourceManager.GetString("WRN_ObjectMath1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.. ''' Friend ReadOnly Property WRN_ObjectMath1Not() As String Get Return ResourceManager.GetString("WRN_ObjectMath1Not", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used for operator <>. ''' Friend ReadOnly Property WRN_ObjectMath1Not_Title() As String Get Return ResourceManager.GetString("WRN_ObjectMath1Not_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used for operator '{0}'; runtime errors could occur.. ''' Friend ReadOnly Property WRN_ObjectMath2() As String Get Return ResourceManager.GetString("WRN_ObjectMath2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used for operator. ''' Friend ReadOnly Property WRN_ObjectMath2_Title() As String Get Return ResourceManager.GetString("WRN_ObjectMath2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.. ''' Friend ReadOnly Property WRN_ObjectMathSelectCase() As String Get Return ResourceManager.GetString("WRN_ObjectMathSelectCase", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Operands of type Object used in expressions for 'Select', 'Case' statements. ''' Friend ReadOnly Property WRN_ObjectMathSelectCase_Title() As String Get Return ResourceManager.GetString("WRN_ObjectMathSelectCase_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using DirectCast operator to cast a value-type to the same type is obsolete.. ''' Friend ReadOnly Property WRN_ObsoleteIdentityDirectCastForValueType() As String Get Return ResourceManager.GetString("WRN_ObsoleteIdentityDirectCastForValueType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Using DirectCast operator to cast a value-type to the same type is obsolete. ''' Friend ReadOnly Property WRN_ObsoleteIdentityDirectCastForValueType_Title() As String Get Return ResourceManager.GetString("WRN_ObsoleteIdentityDirectCastForValueType_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of optional value for optional parameter '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_OptionalValueNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_OptionalValueNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of optional value for optional parameter is not CLS-compliant. ''' Friend ReadOnly Property WRN_OptionalValueNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_OptionalValueNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' block never reached, because '{0}' inherits from '{1}'.. ''' Friend ReadOnly Property WRN_OverlappingCatch() As String Get Return ResourceManager.GetString("WRN_OverlappingCatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 'Catch' block never reached; exception type's base type handled above in the same Try statement. ''' Friend ReadOnly Property WRN_OverlappingCatch_Title() As String Get Return ResourceManager.GetString("WRN_OverlappingCatch_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.. ''' Friend ReadOnly Property WRN_OverrideType5() As String Get Return ResourceManager.GetString("WRN_OverrideType5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Member conflicts with member in the base type and should be declared 'Shadows'. ''' Friend ReadOnly Property WRN_OverrideType5_Title() As String Get Return ResourceManager.GetString("WRN_OverrideType5_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of parameter '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_ParamNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_ParamNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type of parameter is not CLS-compliant. ''' Friend ReadOnly Property WRN_ParamNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_ParamNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.. ''' Friend ReadOnly Property WRN_PdbLocalNameTooLong() As String Get Return ResourceManager.GetString("WRN_PdbLocalNameTooLong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local name is too long for PDB. ''' Friend ReadOnly Property WRN_PdbLocalNameTooLong_Title() As String Get Return ResourceManager.GetString("WRN_PdbLocalNameTooLong_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.. ''' Friend ReadOnly Property WRN_PdbUsingNameTooLong() As String Get Return ResourceManager.GetString("WRN_PdbUsingNameTooLong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import string is too long for PDB. ''' Friend ReadOnly Property WRN_PdbUsingNameTooLong_Title() As String Get Return ResourceManager.GetString("WRN_PdbUsingNameTooLong_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?. ''' Friend ReadOnly Property WRN_PrefixAndXmlnsLocalName() As String Get Return ResourceManager.GetString("WRN_PrefixAndXmlnsLocalName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to It is not recommended to have attributes named xmlns. ''' Friend ReadOnly Property WRN_PrefixAndXmlnsLocalName_Title() As String Get Return ResourceManager.GetString("WRN_PrefixAndXmlnsLocalName_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Return type of function '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_ProcTypeNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_ProcTypeNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Return type of function is not CLS-compliant. ''' Friend ReadOnly Property WRN_ProcTypeNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_ProcTypeNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.. ''' Friend ReadOnly Property WRN_QueryMissingAsClauseinVarDecl() As String Get Return ResourceManager.GetString("WRN_QueryMissingAsClauseinVarDecl", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range variable is assumed to be of type Object because its type cannot be inferred. ''' Friend ReadOnly Property WRN_QueryMissingAsClauseinVarDecl_Title() As String Get Return ResourceManager.GetString("WRN_QueryMissingAsClauseinVarDecl_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement recursively calls the containing '{0}' for event '{1}'.. ''' Friend ReadOnly Property WRN_RecursiveAddHandlerCall() As String Get Return ResourceManager.GetString("WRN_RecursiveAddHandlerCall", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Statement recursively calls the event's containing AddHandler. ''' Friend ReadOnly Property WRN_RecursiveAddHandlerCall_Title() As String Get Return ResourceManager.GetString("WRN_RecursiveAddHandlerCall_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression recursively calls the containing Operator '{0}'.. ''' Friend ReadOnly Property WRN_RecursiveOperatorCall() As String Get Return ResourceManager.GetString("WRN_RecursiveOperatorCall", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression recursively calls the containing Operator. ''' Friend ReadOnly Property WRN_RecursiveOperatorCall_Title() As String Get Return ResourceManager.GetString("WRN_RecursiveOperatorCall_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression recursively calls the containing property '{0}'.. ''' Friend ReadOnly Property WRN_RecursivePropertyCall() As String Get Return ResourceManager.GetString("WRN_RecursivePropertyCall", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expression recursively calls the containing property. ''' Friend ReadOnly Property WRN_RecursivePropertyCall_Title() As String Get Return ResourceManager.GetString("WRN_RecursivePropertyCall_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Referenced assembly '{0}' has different culture setting of '{1}'.. ''' Friend ReadOnly Property WRN_RefCultureMismatch() As String Get Return ResourceManager.GetString("WRN_RefCultureMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Referenced assembly has different culture setting. ''' Friend ReadOnly Property WRN_RefCultureMismatch_Title() As String Get Return ResourceManager.GetString("WRN_RefCultureMismatch_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Referenced assembly '{0}' does not have a strong name.. ''' Friend ReadOnly Property WRN_ReferencedAssemblyDoesNotHaveStrongName() As String Get Return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Referenced assembly does not have a strong name. ''' Friend ReadOnly Property WRN_ReferencedAssemblyDoesNotHaveStrongName_Title() As String Get Return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The 'AddressOf' expression has no effect in this context because the method argument to 'AddressOf' requires a relaxed conversion to the delegate type of the event. Assign the 'AddressOf' expression to a variable, and use the variable to add or remove the method as the handler.. ''' Friend ReadOnly Property WRN_RelDelegatePassedToRemoveHandler() As String Get Return ResourceManager.GetString("WRN_RelDelegatePassedToRemoveHandler", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The 'AddressOf' expression has no effect in this context because the method argument to 'AddressOf' requires a relaxed conversion to the delegate type of the event. ''' Friend ReadOnly Property WRN_RelDelegatePassedToRemoveHandler_Title() As String Get Return ResourceManager.GetString("WRN_RelDelegatePassedToRemoveHandler_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete.. ''' Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall3() As String Get Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the constructor in the base class is marked obsolete. ''' Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall3_Title() As String Get Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete: '{3}'. ''' Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall4() As String Get Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the constructor in the base class is marked obsolete. ''' Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall4_Title() As String Get Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall4_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attributes applied on a return type of a WriteOnly Property have no effect.. ''' Friend ReadOnly Property WRN_ReturnTypeAttributeOnWriteOnlyProperty() As String Get Return ResourceManager.GetString("WRN_ReturnTypeAttributeOnWriteOnlyProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Attributes applied on a return type of a WriteOnly Property have no effect. ''' Friend ReadOnly Property WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title() As String Get Return ResourceManager.GetString("WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Root namespace '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Root namespace is not CLS-compliant. ''' Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name '{0}' in the root namespace '{1}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant2() As String Get Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Part of the root namespace is not CLS-compliant. ''' Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant2_Title() As String Get Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.. ''' Friend ReadOnly Property WRN_SelectCaseInvalidRange() As String Get Return ResourceManager.GetString("WRN_SelectCaseInvalidRange", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Range specified for 'Case' statement is not valid. ''' Friend ReadOnly Property WRN_SelectCaseInvalidRange_Title() As String Get Return ResourceManager.GetString("WRN_SelectCaseInvalidRange_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.. ''' Friend ReadOnly Property WRN_ShadowingGenericParamWithParam1() As String Get Return ResourceManager.GetString("WRN_ShadowingGenericParamWithParam1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type parameter has the same name as a type parameter of an enclosing type. ''' Friend ReadOnly Property WRN_ShadowingGenericParamWithParam1_Title() As String Get Return ResourceManager.GetString("WRN_ShadowingGenericParamWithParam1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.. ''' Friend ReadOnly Property WRN_SharedMemberThroughInstance() As String Get Return ResourceManager.GetString("WRN_SharedMemberThroughInstance", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Access of shared member, constant member, enum member or nested type through an instance. ''' Friend ReadOnly Property WRN_SharedMemberThroughInstance_Title() As String Get Return ResourceManager.GetString("WRN_SharedMemberThroughInstance_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Static variable declared without an 'As' clause; type of Object assumed.. ''' Friend ReadOnly Property WRN_StaticLocalNoInference() As String Get Return ResourceManager.GetString("WRN_StaticLocalNoInference", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Static variable declared without an 'As' clause. ''' Friend ReadOnly Property WRN_StaticLocalNoInference_Title() As String Get Return ResourceManager.GetString("WRN_StaticLocalNoInference_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.. ''' Friend ReadOnly Property WRN_SynthMemberShadowsMember5() As String Get Return ResourceManager.GetString("WRN_SynthMemberShadowsMember5", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property or event implicitly declares type or member that conflicts with a member in the base type. ''' Friend ReadOnly Property WRN_SynthMemberShadowsMember5_Title() As String Get Return ResourceManager.GetString("WRN_SynthMemberShadowsMember5_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' implicitly declares '{2}', which conflicts with a member implicitly declared for {3} '{4}' in the base {5} '{6}'. {0} should be declared 'Shadows'.. ''' Friend ReadOnly Property WRN_SynthMemberShadowsSynthMember7() As String Get Return ResourceManager.GetString("WRN_SynthMemberShadowsSynthMember7", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type. ''' Friend ReadOnly Property WRN_SynthMemberShadowsSynthMember7_Title() As String Get Return ResourceManager.GetString("WRN_SynthMemberShadowsSynthMember7_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.. ''' Friend ReadOnly Property WRN_TupleLiteralNameMismatch() As String Get Return ResourceManager.GetString("WRN_TupleLiteralNameMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The tuple element name is ignored because a different name or no name is specified by the assignment target.. ''' Friend ReadOnly Property WRN_TupleLiteralNameMismatch_Title() As String Get Return ResourceManager.GetString("WRN_TupleLiteralNameMismatch_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to {0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.. ''' Friend ReadOnly Property WRN_TypeConflictButMerged6() As String Get Return ResourceManager.GetString("WRN_TypeConflictButMerged6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type and partial type conflict, but are being merged because one of them is declared partial. ''' Friend ReadOnly Property WRN_TypeConflictButMerged6_Title() As String Get Return ResourceManager.GetString("WRN_TypeConflictButMerged6_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.. ''' Friend ReadOnly Property WRN_TypeInferenceAssumed3() As String Get Return ResourceManager.GetString("WRN_TypeInferenceAssumed3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Data type could not be inferred. ''' Friend ReadOnly Property WRN_TypeInferenceAssumed3_Title() As String Get Return ResourceManager.GetString("WRN_TypeInferenceAssumed3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type '{0}' is not CLS-compliant.. ''' Friend ReadOnly Property WRN_TypeNotCLSCompliant1() As String Get Return ResourceManager.GetString("WRN_TypeNotCLSCompliant1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type is not CLS-compliant. ''' Friend ReadOnly Property WRN_TypeNotCLSCompliant1_Title() As String Get Return ResourceManager.GetString("WRN_TypeNotCLSCompliant1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to load analyzer assembly {0} : {1}.. ''' Friend ReadOnly Property WRN_UnableToLoadAnalyzer() As String Get Return ResourceManager.GetString("WRN_UnableToLoadAnalyzer", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to load analyzer assembly. ''' Friend ReadOnly Property WRN_UnableToLoadAnalyzer_Title() As String Get Return ResourceManager.GetString("WRN_UnableToLoadAnalyzer_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace or type specified in the Imports '{0}' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.. ''' Friend ReadOnly Property WRN_UndefinedOrEmptyNamespaceOrClass1() As String Get Return ResourceManager.GetString("WRN_UndefinedOrEmptyNamespaceOrClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace or type specified in Imports statement doesn't contain any public member or cannot be found. ''' Friend ReadOnly Property WRN_UndefinedOrEmptyNamespaceOrClass1_Title() As String Get Return ResourceManager.GetString("WRN_UndefinedOrEmptyNamespaceOrClass1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace or type specified in the project-level Imports '{0}' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.. ''' Friend ReadOnly Property WRN_UndefinedOrEmptyProjectNamespaceOrClass1() As String Get Return ResourceManager.GetString("WRN_UndefinedOrEmptyProjectNamespaceOrClass1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Namespace or type imported at project level doesn't contain any public member or cannot be found. ''' Friend ReadOnly Property WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title() As String Get Return ResourceManager.GetString("WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The command line switch '{0}' is not yet implemented and was ignored.. ''' Friend ReadOnly Property WRN_UnimplementedCommandLineSwitch() As String Get Return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Command line switch is not yet implemented. ''' Friend ReadOnly Property WRN_UnimplementedCommandLineSwitch_Title() As String Get Return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The Task returned from this Async Function will be dropped, and any exceptions in it ignored. Consider changing it to an Async Sub so its exceptions are propagated.. ''' Friend ReadOnly Property WRN_UnobservedAwaitableDelegate() As String Get Return ResourceManager.GetString("WRN_UnobservedAwaitableDelegate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The Task returned from this Async Function will be dropped, and any exceptions in it ignored. ''' Friend ReadOnly Property WRN_UnobservedAwaitableDelegate_Title() As String Get Return ResourceManager.GetString("WRN_UnobservedAwaitableDelegate_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the Await operator to the result of the call.. ''' Friend ReadOnly Property WRN_UnobservedAwaitableExpression() As String Get Return ResourceManager.GetString("WRN_UnobservedAwaitableExpression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. ''' Friend ReadOnly Property WRN_UnobservedAwaitableExpression_Title() As String Get Return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unreachable code detected.. ''' Friend ReadOnly Property WRN_UnreachableCode() As String Get Return ResourceManager.GetString("WRN_UnreachableCode", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unreachable code detected. ''' Friend ReadOnly Property WRN_UnreachableCode_Title() As String Get Return ResourceManager.GetString("WRN_UnreachableCode_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused local variable: '{0}'.. ''' Friend ReadOnly Property WRN_UnusedLocal() As String Get Return ResourceManager.GetString("WRN_UnusedLocal", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused local variable. ''' Friend ReadOnly Property WRN_UnusedLocal_Title() As String Get Return ResourceManager.GetString("WRN_UnusedLocal_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused local constant: '{0}'.. ''' Friend ReadOnly Property WRN_UnusedLocalConst() As String Get Return ResourceManager.GetString("WRN_UnusedLocalConst", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unused local constant. ''' Friend ReadOnly Property WRN_UnusedLocalConst_Title() As String Get Return ResourceManager.GetString("WRN_UnusedLocalConst_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete.. ''' Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor2() As String Get Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property accessor is obsolete. ''' Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor2_Title() As String Get Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete: '{2}'.. ''' Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor3() As String Get Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Property accessor is obsolete. ''' Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor3_Title() As String Get Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is obsolete: '{1}'.. ''' Friend ReadOnly Property WRN_UseOfObsoleteSymbol2() As String Get Return ResourceManager.GetString("WRN_UseOfObsoleteSymbol2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type or member is obsolete. ''' Friend ReadOnly Property WRN_UseOfObsoleteSymbol2_Title() As String Get Return ResourceManager.GetString("WRN_UseOfObsoleteSymbol2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' is obsolete.. ''' Friend ReadOnly Property WRN_UseOfObsoleteSymbolNoMessage1() As String Get Return ResourceManager.GetString("WRN_UseOfObsoleteSymbolNoMessage1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type or member is obsolete. ''' Friend ReadOnly Property WRN_UseOfObsoleteSymbolNoMessage1_Title() As String Get Return ResourceManager.GetString("WRN_UseOfObsoleteSymbolNoMessage1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Use command-line option '{0}' or appropriate project settings instead of '{1}'.. ''' Friend ReadOnly Property WRN_UseSwitchInsteadOfAttribute() As String Get Return ResourceManager.GetString("WRN_UseSwitchInsteadOfAttribute", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute. ''' Friend ReadOnly Property WRN_UseSwitchInsteadOfAttribute_Title() As String Get Return ResourceManager.GetString("WRN_UseSwitchInsteadOfAttribute_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.. ''' Friend ReadOnly Property WRN_UseValueForXmlExpression3() As String Get Return ResourceManager.GetString("WRN_UseValueForXmlExpression3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cannot convert IEnumerable(Of XElement) to String. ''' Friend ReadOnly Property WRN_UseValueForXmlExpression3_Title() As String Get Return ResourceManager.GetString("WRN_UseValueForXmlExpression3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion from '{4}' to '{5}'; this conversion may fail because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.. ''' Friend ReadOnly Property WRN_VarianceConversionFailedIn6() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedIn6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter. ''' Friend ReadOnly Property WRN_VarianceConversionFailedIn6_Title() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedIn6_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion from '{4}' to '{5}'; this conversion may fail because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.. ''' Friend ReadOnly Property WRN_VarianceConversionFailedOut6() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedOut6", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter. ''' Friend ReadOnly Property WRN_VarianceConversionFailedOut6_Title() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedOut6_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.. ''' Friend ReadOnly Property WRN_VarianceConversionFailedTryIn4() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedTryIn4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type cannot be converted to target type. ''' Friend ReadOnly Property WRN_VarianceConversionFailedTryIn4_Title() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedTryIn4_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.. ''' Friend ReadOnly Property WRN_VarianceConversionFailedTryOut4() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedTryOut4", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type cannot be converted to target type. ''' Friend ReadOnly Property WRN_VarianceConversionFailedTryOut4_Title() As String Get Return ResourceManager.GetString("WRN_VarianceConversionFailedTryOut4_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.. ''' Friend ReadOnly Property WRN_VarianceDeclarationAmbiguous3() As String Get Return ResourceManager.GetString("WRN_VarianceDeclarationAmbiguous3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters. ''' Friend ReadOnly Property WRN_VarianceDeclarationAmbiguous3_Title() As String Get Return ResourceManager.GetString("WRN_VarianceDeclarationAmbiguous3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider using '{2}' instead.. ''' Friend ReadOnly Property WRN_VarianceIEnumerableSuggestion3() As String Get Return ResourceManager.GetString("WRN_VarianceIEnumerableSuggestion3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Type cannot be converted to target collection type. ''' Friend ReadOnly Property WRN_VarianceIEnumerableSuggestion3_Title() As String Get Return ResourceManager.GetString("WRN_VarianceIEnumerableSuggestion3_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to create XML documentation file '{0}': {1}. ''' Friend ReadOnly Property WRN_XMLCannotWriteToXMLDocFile2() As String Get Return ResourceManager.GetString("WRN_XMLCannotWriteToXMLDocFile2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to create XML documentation file. ''' Friend ReadOnly Property WRN_XMLCannotWriteToXMLDocFile2_Title() As String Get Return ResourceManager.GetString("WRN_XMLCannotWriteToXMLDocFile2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to include XML fragment '{1}' of file '{0}'. {2}. ''' Friend ReadOnly Property WRN_XMLDocBadFormedXML() As String Get Return ResourceManager.GetString("WRN_XMLDocBadFormedXML", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to include XML fragment. ''' Friend ReadOnly Property WRN_XMLDocBadFormedXML_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocBadFormedXML_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.. ''' Friend ReadOnly Property WRN_XMLDocBadGenericParamTag2() As String Get Return ResourceManager.GetString("WRN_XMLDocBadGenericParamTag2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment type parameter does not match a type parameter on the corresponding declaration statement. ''' Friend ReadOnly Property WRN_XMLDocBadGenericParamTag2_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocBadGenericParamTag2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.. ''' Friend ReadOnly Property WRN_XMLDocBadParamTag2() As String Get Return ResourceManager.GetString("WRN_XMLDocBadParamTag2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment parameter does not match a parameter on the corresponding declaration statement. ''' Friend ReadOnly Property WRN_XMLDocBadParamTag2_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocBadParamTag2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.. ''' Friend ReadOnly Property WRN_XMLDocBadXMLLine() As String Get Return ResourceManager.GetString("WRN_XMLDocBadXMLLine", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment block must immediately precede the language element to which it applies. ''' Friend ReadOnly Property WRN_XMLDocBadXMLLine_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocBadXMLLine_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.. ''' Friend ReadOnly Property WRN_XMLDocCrefAttributeNotFound1() As String Get Return ResourceManager.GetString("WRN_XMLDocCrefAttributeNotFound1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute that could not be resolved. ''' Friend ReadOnly Property WRN_XMLDocCrefAttributeNotFound1_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocCrefAttributeNotFound1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.. ''' Friend ReadOnly Property WRN_XMLDocCrefToTypeParameter() As String Get Return ResourceManager.GetString("WRN_XMLDocCrefToTypeParameter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute that bound to a type parameter. ''' Friend ReadOnly Property WRN_XMLDocCrefToTypeParameter_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocCrefToTypeParameter_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.. ''' Friend ReadOnly Property WRN_XMLDocDuplicateXMLNode1() As String Get Return ResourceManager.GetString("WRN_XMLDocDuplicateXMLNode1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag appears with identical attributes more than once in the same XML comment block. ''' Friend ReadOnly Property WRN_XMLDocDuplicateXMLNode1_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocDuplicateXMLNode1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment exception must have a 'cref' attribute.. ''' Friend ReadOnly Property WRN_XMLDocExceptionTagWithoutCRef() As String Get Return ResourceManager.GetString("WRN_XMLDocExceptionTagWithoutCRef", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment exception must have a 'cref' attribute. ''' Friend ReadOnly Property WRN_XMLDocExceptionTagWithoutCRef_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocExceptionTagWithoutCRef_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment type parameter must have a 'name' attribute.. ''' Friend ReadOnly Property WRN_XMLDocGenericParamTagWithoutName() As String Get Return ResourceManager.GetString("WRN_XMLDocGenericParamTagWithoutName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment type parameter must have a 'name' attribute. ''' Friend ReadOnly Property WRN_XMLDocGenericParamTagWithoutName_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocGenericParamTagWithoutName_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag '{0}' is not permitted on a '{1}' language element.. ''' Friend ReadOnly Property WRN_XMLDocIllegalTagOnElement2() As String Get Return ResourceManager.GetString("WRN_XMLDocIllegalTagOnElement2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag is not permitted on language element. ''' Friend ReadOnly Property WRN_XMLDocIllegalTagOnElement2_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocIllegalTagOnElement2_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment cannot appear within a method or a property. XML comment will be ignored.. ''' Friend ReadOnly Property WRN_XMLDocInsideMethod() As String Get Return ResourceManager.GetString("WRN_XMLDocInsideMethod", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment cannot appear within a method or a property. ''' Friend ReadOnly Property WRN_XMLDocInsideMethod_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocInsideMethod_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to include XML fragment '{0}' of file '{1}'.. ''' Friend ReadOnly Property WRN_XMLDocInvalidXMLFragment() As String Get Return ResourceManager.GetString("WRN_XMLDocInvalidXMLFragment", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unable to include XML fragment. ''' Friend ReadOnly Property WRN_XMLDocInvalidXMLFragment_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocInvalidXMLFragment_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Only one XML comment block is allowed per language element.. ''' Friend ReadOnly Property WRN_XMLDocMoreThanOneCommentBlock() As String Get Return ResourceManager.GetString("WRN_XMLDocMoreThanOneCommentBlock", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Only one XML comment block is allowed per language element. ''' Friend ReadOnly Property WRN_XMLDocMoreThanOneCommentBlock_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocMoreThanOneCommentBlock_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment must be the first statement on a line. XML comment will be ignored.. ''' Friend ReadOnly Property WRN_XMLDocNotFirstOnLine() As String Get Return ResourceManager.GetString("WRN_XMLDocNotFirstOnLine", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment must be the first statement on a line. ''' Friend ReadOnly Property WRN_XMLDocNotFirstOnLine_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocNotFirstOnLine_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.. ''' Friend ReadOnly Property WRN_XMLDocOnAPartialType() As String Get Return ResourceManager.GetString("WRN_XMLDocOnAPartialType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment cannot be applied more than once on a partial type. ''' Friend ReadOnly Property WRN_XMLDocOnAPartialType_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocOnAPartialType_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment parameter must have a 'name' attribute.. ''' Friend ReadOnly Property WRN_XMLDocParamTagWithoutName() As String Get Return ResourceManager.GetString("WRN_XMLDocParamTagWithoutName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment parameter must have a 'name' attribute. ''' Friend ReadOnly Property WRN_XMLDocParamTagWithoutName_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocParamTagWithoutName_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML documentation parse error: {0} XML comment will be ignored.. ''' Friend ReadOnly Property WRN_XMLDocParseError1() As String Get Return ResourceManager.GetString("WRN_XMLDocParseError1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML documentation parse error. ''' Friend ReadOnly Property WRN_XMLDocParseError1_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocParseError1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'declare sub' language element.. ''' Friend ReadOnly Property WRN_XMLDocReturnsOnADeclareSub() As String Get Return ResourceManager.GetString("WRN_XMLDocReturnsOnADeclareSub", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'declare sub' language element. ''' Friend ReadOnly Property WRN_XMLDocReturnsOnADeclareSub_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocReturnsOnADeclareSub_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.. ''' Friend ReadOnly Property WRN_XMLDocReturnsOnWriteOnlyProperty() As String Get Return ResourceManager.GetString("WRN_XMLDocReturnsOnWriteOnlyProperty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'WriteOnly' Property. ''' Friend ReadOnly Property WRN_XMLDocReturnsOnWriteOnlyProperty_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocReturnsOnWriteOnlyProperty_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.. ''' Friend ReadOnly Property WRN_XMLDocStartTagWithNoEndTag() As String Get Return ResourceManager.GetString("WRN_XMLDocStartTagWithNoEndTag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML documentation parse error: Start tag doesn't have a matching end tag. ''' Friend ReadOnly Property WRN_XMLDocStartTagWithNoEndTag_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocStartTagWithNoEndTag_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML documentation comments must precede member or type declarations.. ''' Friend ReadOnly Property WRN_XMLDocWithoutLanguageElement() As String Get Return ResourceManager.GetString("WRN_XMLDocWithoutLanguageElement", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML documentation comments must precede member or type declarations. ''' Friend ReadOnly Property WRN_XMLDocWithoutLanguageElement_Title() As String Get Return ResourceManager.GetString("WRN_XMLDocWithoutLanguageElement_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.. ''' Friend ReadOnly Property WRN_XMLMissingFileOrPathAttribute1() As String Get Return ResourceManager.GetString("WRN_XMLMissingFileOrPathAttribute1", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML comment tag 'include' must have 'file' and 'path' attributes. ''' Friend ReadOnly Property WRN_XMLMissingFileOrPathAttribute1_Title() As String Get Return ResourceManager.GetString("WRN_XMLMissingFileOrPathAttribute1_Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Wrong number of type arguments. ''' Friend ReadOnly Property WrongNumberOfTypeArguments() As String Get Return ResourceManager.GetString("WrongNumberOfTypeArguments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Expected a {0} SemanticModel.. ''' Friend ReadOnly Property WrongSemanticModelType() As String Get Return ResourceManager.GetString("WrongSemanticModelType", resourceCulture) End Get End Property End Module End Namespace