Fix bugs in sizing TableLayoutPanel (Xamarin bug 18638)
[mono.git] / mcs / class / System.ComponentModel.Composition / src / ComponentModel / Strings.Designer.cs
1 //------------------------------------------------------------------------------\r
2 // <auto-generated>\r
3 //     This code was generated by a tool.\r
4 //     Runtime Version:4.0.20626.0\r
5 //\r
6 //     Changes to this file may cause incorrect behavior and will be lost if\r
7 //     the code is regenerated.\r
8 // </auto-generated>\r
9 //------------------------------------------------------------------------------\r
10 \r
11 namespace Microsoft.Internal {\r
12     using System;\r
13     \r
14     \r
15     /// <summary>\r
16     ///   A strongly-typed resource class, for looking up localized strings, etc.\r
17     /// </summary>\r
18     // This class was auto-generated by the StronglyTypedResourceBuilder\r
19     // class via a tool like ResGen or Visual Studio.\r
20     // To add or remove a member, edit your .ResX file then rerun ResGen\r
21     // with the /str option, or rebuild your VS project.\r
22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]\r
23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r
25     internal class Strings {\r
26         \r
27         private static global::System.Resources.ResourceManager resourceMan;\r
28         \r
29         private static global::System.Globalization.CultureInfo resourceCulture;\r
30         \r
31         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]\r
32         internal Strings() {\r
33         }\r
34         \r
35         /// <summary>\r
36         ///   Returns the cached ResourceManager instance used by this class.\r
37         /// </summary>\r
38         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r
39         internal static global::System.Resources.ResourceManager ResourceManager {\r
40             get {\r
41                 if (object.ReferenceEquals(resourceMan, null)) {\r
42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Internal.Strings", typeof(Strings).Assembly);\r
43                     resourceMan = temp;\r
44                 }\r
45                 return resourceMan;\r
46             }\r
47         }\r
48         \r
49         /// <summary>\r
50         ///   Overrides the current thread's CurrentUICulture property for all\r
51         ///   resource lookups using this strongly typed resource class.\r
52         /// </summary>\r
53         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r
54         internal static global::System.Globalization.CultureInfo Culture {\r
55             get {\r
56                 return resourceCulture;\r
57             }\r
58             set {\r
59                 resourceCulture = value;\r
60             }\r
61         }\r
62         \r
63         /// <summary>\r
64         ///   Looks up a localized string similar to &apos;{0}&apos; is a reflection-only assembly which is not supported..\r
65         /// </summary>\r
66         internal static string Argument_AssemblyReflectionOnly {\r
67             get {\r
68                 return ResourceManager.GetString("Argument_AssemblyReflectionOnly", resourceCulture);\r
69             }\r
70         }\r
71         \r
72         /// <summary>\r
73         ///   Looks up a localized string similar to &apos;{0}&apos; contains a reflection-only type which is not supported..\r
74         /// </summary>\r
75         internal static string Argument_ElementReflectionOnlyType {\r
76             get {\r
77                 return ResourceManager.GetString("Argument_ElementReflectionOnlyType", resourceCulture);\r
78             }\r
79         }\r
80         \r
81         /// <summary>\r
82         ///   Looks up a localized string similar to &apos;exports&apos; cannot be empty when ImportDefinition.ImportCardinality is ImportCardinality.ExactlyOne..\r
83         /// </summary>\r
84         internal static string Argument_ExportsEmpty {\r
85             get {\r
86                 return ResourceManager.GetString("Argument_ExportsEmpty", resourceCulture);\r
87             }\r
88         }\r
89         \r
90         /// <summary>\r
91         ///   Looks up a localized string similar to &apos;exports&apos; cannot contain more than one element when ImportDefinition.ImportCardinality is ImportCardinality.ZeroOrOne or ImportCardinality.ExactlyOne..\r
92         /// </summary>\r
93         internal static string Argument_ExportsTooMany {\r
94             get {\r
95                 return ResourceManager.GetString("Argument_ExportsTooMany", resourceCulture);\r
96             }\r
97         }\r
98         \r
99         /// <summary>\r
100         ///   Looks up a localized string similar to &apos;{0}&apos; cannot contain a null (Nothing in Visual Basic) element..\r
101         /// </summary>\r
102         internal static string Argument_NullElement {\r
103             get {\r
104                 return ResourceManager.GetString("Argument_NullElement", resourceCulture);\r
105             }\r
106         }\r
107         \r
108         /// <summary>\r
109         ///   Looks up a localized string similar to &apos;{0}&apos; cannot be an empty string (&quot;&quot;)..\r
110         /// </summary>\r
111         internal static string ArgumentException_EmptyString {\r
112             get {\r
113                 return ResourceManager.GetString("ArgumentException_EmptyString", resourceCulture);\r
114             }\r
115         }\r
116         \r
117         /// <summary>\r
118         ///   Looks up a localized string similar to The value of argument &apos;{0}&apos; ({1}) is invalid for Enum type &apos;{2}&apos;..\r
119         /// </summary>\r
120         internal static string ArgumentOutOfRange_InvalidEnum {\r
121             get {\r
122                 return ResourceManager.GetString("ArgumentOutOfRange_InvalidEnum", resourceCulture);\r
123             }\r
124         }\r
125         \r
126         /// <summary>\r
127         ///   Looks up a localized string similar to The value of argument &apos;{0}&apos; ({1}) is not supported. Allowed values are : &apos;{2}&apos;..\r
128         /// </summary>\r
129         internal static string ArgumentOutOfRange_InvalidEnumInSet {\r
130             get {\r
131                 return ResourceManager.GetString("ArgumentOutOfRange_InvalidEnumInSet", resourceCulture);\r
132             }\r
133         }\r
134         \r
135         /// <summary>\r
136         ///   Looks up a localized string similar to The argument was a value type which is not supported..\r
137         /// </summary>\r
138         internal static string ArgumentValueType {\r
139             get {\r
140                 return ResourceManager.GetString("ArgumentValueType", resourceCulture);\r
141             }\r
142         }\r
143         \r
144         /// <summary>\r
145         ///   Looks up a localized string similar to Assembly file {0} is either not found or not a dll or exe file..\r
146         /// </summary>\r
147         internal static string AssemblyFileNotFoundOrWrongType {\r
148             get {\r
149                 return ResourceManager.GetString("AssemblyFileNotFoundOrWrongType", resourceCulture);\r
150             }\r
151         }\r
152         \r
153         /// <summary>\r
154         ///   Looks up a localized string similar to The atomicComposition can no longer be changed because the atomicComposition has already been completed..\r
155         /// </summary>\r
156         internal static string AtomicComposition_AlreadyCompleted {\r
157             get {\r
158                 return ResourceManager.GetString("AtomicComposition_AlreadyCompleted", resourceCulture);\r
159             }\r
160         }\r
161         \r
162         /// <summary>\r
163         ///   Looks up a localized string similar to The atomicComposition is already contains an inner atomicComposition and cannot contain more than one atomicComposition at a time..\r
164         /// </summary>\r
165         internal static string AtomicComposition_AlreadyNested {\r
166             get {\r
167                 return ResourceManager.GetString("AtomicComposition_AlreadyNested", resourceCulture);\r
168             }\r
169         }\r
170         \r
171         /// <summary>\r
172         ///   Looks up a localized string similar to The atomicComposition contains another inner atomicComposition and cannot be changed until the that inner atomicComposition has been completed..\r
173         /// </summary>\r
174         internal static string AtomicComposition_PartOfAnotherAtomicComposition {\r
175             get {\r
176                 return ResourceManager.GetString("AtomicComposition_PartOfAnotherAtomicComposition", resourceCulture);\r
177             }\r
178         }\r
179         \r
180         /// <summary>\r
181         ///   Looks up a localized string similar to No valid exports were found that match the constraint &apos;{0}&apos;, invalid exports may have been rejected..\r
182         /// </summary>\r
183         internal static string CardinalityMismatch_NoExports {\r
184             get {\r
185                 return ResourceManager.GetString("CardinalityMismatch_NoExports", resourceCulture);\r
186             }\r
187         }\r
188         \r
189         /// <summary>\r
190         ///   Looks up a localized string similar to More than one export was found that matches the constraint &apos;{0}&apos;..\r
191         /// </summary>\r
192         internal static string CardinalityMismatch_TooManyExports {\r
193             get {\r
194                 return ResourceManager.GetString("CardinalityMismatch_TooManyExports", resourceCulture);\r
195             }\r
196         }\r
197         \r
198         /// <summary>\r
199         ///   Looks up a localized string similar to Unknown Origin.\r
200         /// </summary>\r
201         internal static string CompositionElement_UnknownOrigin {\r
202             get {\r
203                 return ResourceManager.GetString("CompositionElement_UnknownOrigin", resourceCulture);\r
204             }\r
205         }\r
206         \r
207         /// <summary>\r
208         ///   Looks up a localized string similar to The composition remains unchanged. The changes were rejected because of the following error(s): {0}.\r
209         /// </summary>\r
210         internal static string CompositionException_ChangesRejected {\r
211             get {\r
212                 return ResourceManager.GetString("CompositionException_ChangesRejected", resourceCulture);\r
213             }\r
214         }\r
215         \r
216         /// <summary>\r
217         ///   Looks up a localized string similar to Element: {0}.\r
218         /// </summary>\r
219         internal static string CompositionException_ElementPrefix {\r
220             get {\r
221                 return ResourceManager.GetString("CompositionException_ElementPrefix", resourceCulture);\r
222             }\r
223         }\r
224         \r
225         /// <summary>\r
226         ///   Looks up a localized string similar to Resulting in:.\r
227         /// </summary>\r
228         internal static string CompositionException_ErrorPrefix {\r
229             get {\r
230                 return ResourceManager.GetString("CompositionException_ErrorPrefix", resourceCulture);\r
231             }\r
232         }\r
233         \r
234         /// <summary>\r
235         ///   Looks up a localized string similar to Unable to create an instance of the Metadata view &apos;{0}&apos; because a constructor could not be selected.  Ensure that the type implements a constructor which takes an argument of type IDictionary&lt;string, object&gt;..\r
236         /// </summary>\r
237         internal static string CompositionException_MetadataViewInvalidConstructor {\r
238             get {\r
239                 return ResourceManager.GetString("CompositionException_MetadataViewInvalidConstructor", resourceCulture);\r
240             }\r
241         }\r
242         \r
243         /// <summary>\r
244         ///   Looks up a localized string similar to The composition produced multiple composition errors, with {0:N0} root causes. The root causes are provided below..\r
245         /// </summary>\r
246         internal static string CompositionException_MultipleErrorsWithMultiplePaths {\r
247             get {\r
248                 return ResourceManager.GetString("CompositionException_MultipleErrorsWithMultiplePaths", resourceCulture);\r
249             }\r
250         }\r
251         \r
252         /// <summary>\r
253         ///   Looks up a localized string similar to  {0} {1}.\r
254         /// </summary>\r
255         internal static string CompositionException_OriginFormat {\r
256             get {\r
257                 return ResourceManager.GetString("CompositionException_OriginFormat", resourceCulture);\r
258             }\r
259         }\r
260         \r
261         /// <summary>\r
262         ///   Looks up a localized string similar to --&gt; .\r
263         /// </summary>\r
264         internal static string CompositionException_OriginSeparator {\r
265             get {\r
266                 return ResourceManager.GetString("CompositionException_OriginSeparator", resourceCulture);\r
267             }\r
268         }\r
269         \r
270         /// <summary>\r
271         ///   Looks up a localized string similar to ).\r
272         /// </summary>\r
273         internal static string CompositionException_PathsCountSeparator {\r
274             get {\r
275                 return ResourceManager.GetString("CompositionException_PathsCountSeparator", resourceCulture);\r
276             }\r
277         }\r
278         \r
279         /// <summary>\r
280         ///   Looks up a localized string similar to Review the CompositionException.Errors property for more detailed information..\r
281         /// </summary>\r
282         internal static string CompositionException_ReviewErrorProperty {\r
283             get {\r
284                 return ResourceManager.GetString("CompositionException_ReviewErrorProperty", resourceCulture);\r
285             }\r
286         }\r
287         \r
288         /// <summary>\r
289         ///   Looks up a localized string similar to The composition produced a single composition error, with {0:N0} root causes. The root causes are provided below..\r
290         /// </summary>\r
291         internal static string CompositionException_SingleErrorWithMultiplePaths {\r
292             get {\r
293                 return ResourceManager.GetString("CompositionException_SingleErrorWithMultiplePaths", resourceCulture);\r
294             }\r
295         }\r
296         \r
297         /// <summary>\r
298         ///   Looks up a localized string similar to The composition produced a single composition error. The root cause is provided below..\r
299         /// </summary>\r
300         internal static string CompositionException_SingleErrorWithSinglePath {\r
301             get {\r
302                 return ResourceManager.GetString("CompositionException_SingleErrorWithSinglePath", resourceCulture);\r
303             }\r
304         }\r
305         \r
306         /// <summary>\r
307         ///   Looks up a localized string similar to The catalog &apos;{0}&apos; could not load assembly &apos;{1}&apos;. {2}.\r
308         /// </summary>\r
309         internal static string CompositionTrace_Discovery_AssemblyLoadFailed {\r
310             get {\r
311                 return ResourceManager.GetString("CompositionTrace_Discovery_AssemblyLoadFailed", resourceCulture);\r
312             }\r
313         }\r
314         \r
315         /// <summary>\r
316         ///   Looks up a localized string similar to The ComposablePartDefinition &apos;{0}&apos; was ignored because it is an open generic type..\r
317         /// </summary>\r
318         internal static string CompositionTrace_Discovery_DefinitionContainsGenericParameters {\r
319             get {\r
320                 return ResourceManager.GetString("CompositionTrace_Discovery_DefinitionContainsGenericParameters", resourceCulture);\r
321             }\r
322         }\r
323         \r
324         /// <summary>\r
325         ///   Looks up a localized string similar to The ComposablePartDefinition &apos;{0}&apos; was ignored because it contains no exports..\r
326         /// </summary>\r
327         internal static string CompositionTrace_Discovery_DefinitionContainsNoExports {\r
328             get {\r
329                 return ResourceManager.GetString("CompositionTrace_Discovery_DefinitionContainsNoExports", resourceCulture);\r
330             }\r
331         }\r
332         \r
333         /// <summary>\r
334         ///   Looks up a localized string similar to The ComposablePartDefinition &apos;{0}&apos; was ignored because it was marked with PartNotDiscoverableAttribute..\r
335         /// </summary>\r
336         internal static string CompositionTrace_Discovery_DefinitionMarkedWithPartNotDiscoverableAttribute {\r
337             get {\r
338                 return ResourceManager.GetString("CompositionTrace_Discovery_DefinitionMarkedWithPartNotDiscoverableAttribute", resourceCulture);\r
339             }\r
340         }\r
341         \r
342         /// <summary>\r
343         ///   Looks up a localized string similar to The member or parameter &apos;{0}&apos; is marked with multiple Import and ImportMany attributes. Only the first attribute encountered will be respected..\r
344         /// </summary>\r
345         internal static string CompositionTrace_Discovery_MemberMarkedWithMultipleImportAndImportMany {\r
346             get {\r
347                 return ResourceManager.GetString("CompositionTrace_Discovery_MemberMarkedWithMultipleImportAndImportMany", resourceCulture);\r
348             }\r
349         }\r
350         \r
351         /// <summary>\r
352         ///   Looks up a localized string similar to The ComposablePartDefinition &apos;{0}&apos; has been rejected. {1}.\r
353         /// </summary>\r
354         internal static string CompositionTrace_Rejection_DefinitionRejected {\r
355             get {\r
356                 return ResourceManager.GetString("CompositionTrace_Rejection_DefinitionRejected", resourceCulture);\r
357             }\r
358         }\r
359         \r
360         /// <summary>\r
361         ///   Looks up a localized string similar to The ComposablePartDefinition &apos;{0}&apos; that was previously rejected has been resurrected..\r
362         /// </summary>\r
363         internal static string CompositionTrace_Rejection_DefinitionResurrected {\r
364             get {\r
365                 return ResourceManager.GetString("CompositionTrace_Rejection_DefinitionResurrected", resourceCulture);\r
366             }\r
367         }\r
368         \r
369         /// <summary>\r
370         ///   Looks up a localized string similar to Cannot cast the underlying exported value of type &apos;{0}&apos; to type &apos;{1}&apos;..\r
371         /// </summary>\r
372         internal static string ContractMismatch_ExportedValueCannotBeCastToT {\r
373             get {\r
374                 return ResourceManager.GetString("ContractMismatch_ExportedValueCannotBeCastToT", resourceCulture);\r
375             }\r
376         }\r
377         \r
378         /// <summary>\r
379         ///   Looks up a localized string similar to Unable to create an Instance of the Metadata view &apos;{0}&apos; because the exporter exported the metadata  for the item &apos;{1}&apos; with the value &apos;{2}&apos; as type &apos;{3}&apos; but the view imports it as type &apos;{4}&apos;..\r
380         /// </summary>\r
381         internal static string ContractMismatch_InvalidCastOnMetadataField {\r
382             get {\r
383                 return ResourceManager.GetString("ContractMismatch_InvalidCastOnMetadataField", resourceCulture);\r
384             }\r
385         }\r
386         \r
387         /// <summary>\r
388         ///   Looks up a localized string similar to Unable to create an Instance of the Metadata view &apos;{0}&apos; because the exporter exported the metadata for the item &apos;{1}&apos; with a null value and null is not a valid value for type &apos;{2}&apos;..\r
389         /// </summary>\r
390         internal static string ContractMismatch_NullReferenceOnMetadataField {\r
391             get {\r
392                 return ResourceManager.GetString("ContractMismatch_NullReferenceOnMetadataField", resourceCulture);\r
393             }\r
394         }\r
395         \r
396         /// <summary>\r
397         ///   Looks up a localized string similar to Directory &apos;{0}&apos; could not be found..\r
398         /// </summary>\r
399         internal static string DirectoryNotFound {\r
400             get {\r
401                 return ResourceManager.GetString("DirectoryNotFound", resourceCulture);\r
402             }\r
403         }\r
404         \r
405         /// <summary>\r
406         ///   Looks up a localized string similar to Member or Type &apos;{0}&apos; contains multiple metadata entries with the name &apos;{1}&apos;. The metadata entries could be coming from the ExportMetadataAttribute or from a property of a custom metadata attribute. Either remove the duplicate entries or enable the metadata entry with name &apos;{1}&apos; to allow multiple entries via the IsMultiple property on ExportMetadataAttribute or AttributeUsage.AllowMultiple on custom metadata attributes..\r
407         /// </summary>\r
408         internal static string Discovery_DuplicateMetadataNameValues {\r
409             get {\r
410                 return ResourceManager.GetString("Discovery_DuplicateMetadataNameValues", resourceCulture);\r
411             }\r
412         }\r
413         \r
414         /// <summary>\r
415         ///   Looks up a localized string similar to Property &apos;{0}&apos; has type &apos;{1}&apos; which is an invalid metadata type. Metadata can only contain values with a type that is available to be embedded at compile-time into attributes. For more details of what types are valid reference section 17.1.3 in the C# specification..\r
416         /// </summary>\r
417         internal static string Discovery_MetadataContainsValueWithInvalidType {\r
418             get {\r
419                 return ResourceManager.GetString("Discovery_MetadataContainsValueWithInvalidType", resourceCulture);\r
420             }\r
421         }\r
422         \r
423         /// <summary>\r
424         ///   Looks up a localized string similar to Member or Type &apos;{0}&apos; contains a metadata entry with the name &apos;{1}&apos;, which is a reserved metadata key name. Either remove this metadata entry or change the name associated with the entry..\r
425         /// </summary>\r
426         internal static string Discovery_ReservedMetadataNameUsed {\r
427             get {\r
428                 return ResourceManager.GetString("Discovery_ReservedMetadataNameUsed", resourceCulture);\r
429             }\r
430         }\r
431         \r
432         /// <summary>\r
433         ///   Looks up a localized string similar to {0} did not originate from the ExportDefinitions property on this ComposablePart or its ComposablePartDefinition..\r
434         /// </summary>\r
435         internal static string ExportDefinitionNotOnThisComposablePart {\r
436             get {\r
437                 return ResourceManager.GetString("ExportDefinitionNotOnThisComposablePart", resourceCulture);\r
438             }\r
439         }\r
440         \r
441         /// <summary>\r
442         ///   Looks up a localized string similar to {0} did not originate from the ImportDefinitions property on this ComposablePart or its ComposablePartDefinition..\r
443         /// </summary>\r
444         internal static string ImportDefinitionNotOnThisComposablePart {\r
445             get {\r
446                 return ResourceManager.GetString("ImportDefinitionNotOnThisComposablePart", resourceCulture);\r
447             }\r
448         }\r
449         \r
450         /// <summary>\r
451         ///   Looks up a localized string similar to The composition failed because it did not complete within &apos;{0:N0}&apos; iterations. This is most likely caused by a cycle in the dependency graph of a part which is marked with a non-shared creation policy..\r
452         /// </summary>\r
453         internal static string ImportEngine_ComposeTookTooManyIterations {\r
454             get {\r
455                 return ResourceManager.GetString("ImportEngine_ComposeTookTooManyIterations", resourceCulture);\r
456             }\r
457         }\r
458         \r
459         /// <summary>\r
460         ///   Looks up a localized string similar to The ComposablePart of type &apos;{0}&apos; cannot be recomposed because it is in an invalid state. It can only be recomposed if it has already been fully previewed or composed..\r
461         /// </summary>\r
462         internal static string ImportEngine_InvalidStateForRecomposition {\r
463             get {\r
464                 return ResourceManager.GetString("ImportEngine_InvalidStateForRecomposition", resourceCulture);\r
465             }\r
466         }\r
467         \r
468         /// <summary>\r
469         ///   Looks up a localized string similar to Cannot activate part &apos;{0}&apos;..\r
470         /// </summary>\r
471         internal static string ImportEngine_PartCannotActivate {\r
472             get {\r
473                 return ResourceManager.GetString("ImportEngine_PartCannotActivate", resourceCulture);\r
474             }\r
475         }\r
476         \r
477         /// <summary>\r
478         ///   Looks up a localized string similar to Cannot get export &apos;{0}&apos; from part &apos;{1}&apos;..\r
479         /// </summary>\r
480         internal static string ImportEngine_PartCannotGetExportedValue {\r
481             get {\r
482                 return ResourceManager.GetString("ImportEngine_PartCannotGetExportedValue", resourceCulture);\r
483             }\r
484         }\r
485         \r
486         /// <summary>\r
487         ///   Looks up a localized string similar to Cannot set import &apos;{0}&apos; on part &apos;{1}&apos;..\r
488         /// </summary>\r
489         internal static string ImportEngine_PartCannotSetImport {\r
490             get {\r
491                 return ResourceManager.GetString("ImportEngine_PartCannotSetImport", resourceCulture);\r
492             }\r
493         }\r
494         \r
495         /// <summary>\r
496         ///   Looks up a localized string similar to Cannot compose part &apos;{0}&apos; because a cycle exists in the dependencies between the exports being composed. To break this cycle, consider changing some imports from constructor to property injection..\r
497         /// </summary>\r
498         internal static string ImportEngine_PartCycle {\r
499             get {\r
500                 return ResourceManager.GetString("ImportEngine_PartCycle", resourceCulture);\r
501             }\r
502         }\r
503         \r
504         /// <summary>\r
505         ///   Looks up a localized string similar to Change in exports prevented by non-recomposable import &apos;{0}&apos; on part &apos;{1}&apos;..\r
506         /// </summary>\r
507         internal static string ImportEngine_PreventedByExistingImport {\r
508             get {\r
509                 return ResourceManager.GetString("ImportEngine_PreventedByExistingImport", resourceCulture);\r
510             }\r
511         }\r
512         \r
513         /// <summary>\r
514         ///   Looks up a localized string similar to Could not finishing composing object of type &apos;{0}&apos;. The import &apos;{1}&apos; was not satisfied..\r
515         /// </summary>\r
516         internal static string ImportNotSetOnPart {\r
517             get {\r
518                 return ResourceManager.GetString("ImportNotSetOnPart", resourceCulture);\r
519             }\r
520         }\r
521         \r
522         /// <summary>\r
523         ///   Looks up a localized string similar to Internal error occurred. Additional information: &apos;{0}&apos;..\r
524         /// </summary>\r
525         internal static string InternalExceptionMessage {\r
526             get {\r
527                 return ResourceManager.GetString("InternalExceptionMessage", resourceCulture);\r
528             }\r
529         }\r
530         \r
531         /// <summary>\r
532         ///   Looks up a localized string similar to Metadata can only contain values with a type that is available to be embedded at compile-time into attributes. For more details of what types are valid reference section 17.1.3 in the C# specification..\r
533         /// </summary>\r
534         internal static string InvalidMetadataValue {\r
535             get {\r
536                 return ResourceManager.GetString("InvalidMetadataValue", resourceCulture);\r
537             }\r
538         }\r
539         \r
540         /// <summary>\r
541         ///   Looks up a localized string similar to The Type &apos;{0}&apos; supplied is not a valid Metadata View..\r
542         /// </summary>\r
543         internal static string InvalidMetadataView {\r
544             get {\r
545                 return ResourceManager.GetString("InvalidMetadataView", resourceCulture);\r
546             }\r
547         }\r
548         \r
549         /// <summary>\r
550         ///   Looks up a localized string similar to &apos;definition&apos; cannot be set after Activate has been called because ImportDefinition.IsRecomposable is false..\r
551         /// </summary>\r
552         internal static string InvalidOperation_DefinitionCannotBeRecomposed {\r
553             get {\r
554                 return ResourceManager.GetString("InvalidOperation_DefinitionCannotBeRecomposed", resourceCulture);\r
555             }\r
556         }\r
557         \r
558         /// <summary>\r
559         ///   Looks up a localized string similar to GetExportedValue cannot be called before prerequisite import &apos;{0}&apos; has been set..\r
560         /// </summary>\r
561         internal static string InvalidOperation_GetExportedValueBeforePrereqImportSet {\r
562             get {\r
563                 return ResourceManager.GetString("InvalidOperation_GetExportedValueBeforePrereqImportSet", resourceCulture);\r
564             }\r
565         }\r
566         \r
567         /// <summary>\r
568         ///   Looks up a localized string similar to A call to Compose occurred during a call to Compose on the same CompositionContainer object. Use the IsComposing property on CompositionContainer to ensure a composition is not already in progress before calling Compose..\r
569         /// </summary>\r
570         internal static string InvalidOperationReentrantCompose {\r
571             get {\r
572                 return ResourceManager.GetString("InvalidOperationReentrantCompose", resourceCulture);\r
573             }\r
574         }\r
575         \r
576         /// <summary>\r
577         ///   Looks up a localized string similar to The MetadataView &apos;{0}&apos; is invalid because property &apos;{1}&apos; has a property set method..\r
578         /// </summary>\r
579         internal static string InvalidSetterOnMetadataField {\r
580             get {\r
581                 return ResourceManager.GetString("InvalidSetterOnMetadataField", resourceCulture);\r
582             }\r
583         }\r
584         \r
585         /// <summary>\r
586         ///   Looks up a localized string similar to Accessors must not be null (Nothing in Visual Basic)..\r
587         /// </summary>\r
588         internal static string LazyMemberInfo_AccessorsNull {\r
589             get {\r
590                 return ResourceManager.GetString("LazyMemberInfo_AccessorsNull", resourceCulture);\r
591             }\r
592         }\r
593         \r
594         /// <summary>\r
595         ///   Looks up a localized string similar to A member of type &apos;{0}&apos; must have exactly a single accessor of type &apos;{0}&apos;.\r
596         /// </summary>\r
597         internal static string LazyMemberInfo_InvalidAccessorOnSimpleMember {\r
598             get {\r
599                 return ResourceManager.GetString("LazyMemberInfo_InvalidAccessorOnSimpleMember", resourceCulture);\r
600             }\r
601         }\r
602         \r
603         /// <summary>\r
604         ///   Looks up a localized string similar to All event accessors must be methods..\r
605         /// </summary>\r
606         internal static string LazyMemberinfo_InvalidEventAccessors_AccessorType {\r
607             get {\r
608                 return ResourceManager.GetString("LazyMemberinfo_InvalidEventAccessors_AccessorType", resourceCulture);\r
609             }\r
610         }\r
611         \r
612         /// <summary>\r
613         ///   Looks up a localized string similar to An event must have exactly three accessors..\r
614         /// </summary>\r
615         internal static string LazyMemberInfo_InvalidEventAccessors_Cardinality {\r
616             get {\r
617                 return ResourceManager.GetString("LazyMemberInfo_InvalidEventAccessors_Cardinality", resourceCulture);\r
618             }\r
619         }\r
620         \r
621         /// <summary>\r
622         ///   Looks up a localized string similar to All property accessors must be methods..\r
623         /// </summary>\r
624         internal static string LazyMemberinfo_InvalidPropertyAccessors_AccessorType {\r
625             get {\r
626                 return ResourceManager.GetString("LazyMemberinfo_InvalidPropertyAccessors_AccessorType", resourceCulture);\r
627             }\r
628         }\r
629         \r
630         /// <summary>\r
631         ///   Looks up a localized string similar to A property must have exactly two accessors..\r
632         /// </summary>\r
633         internal static string LazyMemberInfo_InvalidPropertyAccessors_Cardinality {\r
634             get {\r
635                 return ResourceManager.GetString("LazyMemberInfo_InvalidPropertyAccessors_Cardinality", resourceCulture);\r
636             }\r
637         }\r
638         \r
639         /// <summary>\r
640         ///   Looks up a localized string similar to A member must have at least one accessor..\r
641         /// </summary>\r
642         internal static string LazyMemberInfo_NoAccessors {\r
643             get {\r
644                 return ResourceManager.GetString("LazyMemberInfo_NoAccessors", resourceCulture);\r
645             }\r
646         }\r
647         \r
648         /// <summary>\r
649         ///   Looks up a localized string similar to The lazily evaluated value of type &apos;{0}&apos; passed to the ReflectionModelServices API as part of the argument &apos;{1}&apos; must not return null (Nothing in Visual Basic)..\r
650         /// </summary>\r
651         internal static string LazyServices_LazyResolvesToNull {\r
652             get {\r
653                 return ResourceManager.GetString("LazyServices_LazyResolvesToNull", resourceCulture);\r
654             }\r
655         }\r
656         \r
657         /// <summary>\r
658         ///   Looks up a localized string similar to This export does not support the metadata item &apos;{0}&apos;..\r
659         /// </summary>\r
660         internal static string MetadataItemNotSupported {\r
661             get {\r
662                 return ResourceManager.GetString("MetadataItemNotSupported", resourceCulture);\r
663             }\r
664         }\r
665         \r
666         /// <summary>\r
667         ///   Looks up a localized string similar to The {0} member must be overridden by a derived class..\r
668         /// </summary>\r
669         internal static string NotImplemented_NotOverriddenByDerived {\r
670             get {\r
671                 return ResourceManager.GetString("NotImplemented_NotOverriddenByDerived", resourceCulture);\r
672             }\r
673         }\r
674         \r
675         /// <summary>\r
676         ///   Looks up a localized string similar to Interface &apos;{0}&apos; is not a valid MetadataView; MetadataViews do not support non-public interfaces, and interfaces that contain members that are not properties..\r
677         /// </summary>\r
678         internal static string NotSupportedInterfaceMetadataView {\r
679             get {\r
680                 return ResourceManager.GetString("NotSupportedInterfaceMetadataView", resourceCulture);\r
681             }\r
682         }\r
683         \r
684         /// <summary>\r
685         ///   Looks up a localized string similar to The underlying dictionary is read-only..\r
686         /// </summary>\r
687         internal static string NotSupportedReadOnlyDictionary {\r
688             get {\r
689                 return ResourceManager.GetString("NotSupportedReadOnlyDictionary", resourceCulture);\r
690             }\r
691         }\r
692         \r
693         /// <summary>\r
694         ///   Looks up a localized string similar to This property cannot be set after the object&apos;s public surface has been accessed..\r
695         /// </summary>\r
696         internal static string ObjectAlreadyInitialized {\r
697             get {\r
698                 return ResourceManager.GetString("ObjectAlreadyInitialized", resourceCulture);\r
699             }\r
700         }\r
701         \r
702         /// <summary>\r
703         ///   Looks up a localized string similar to This object has not been initialized - the property &apos;{0}&apos; must be set..\r
704         /// </summary>\r
705         internal static string ObjectMustBeInitialized {\r
706             get {\r
707                 return ResourceManager.GetString("ObjectMustBeInitialized", resourceCulture);\r
708             }\r
709         }\r
710         \r
711         /// <summary>\r
712         ///   Looks up a localized string similar to Currently composing another batch in this ComposablePartExportProvider. Only one batch can be composed at a time..\r
713         /// </summary>\r
714         internal static string ReentrantCompose {\r
715             get {\r
716                 return ResourceManager.GetString("ReentrantCompose", resourceCulture);\r
717             }\r
718         }\r
719         \r
720         /// <summary>\r
721         ///   Looks up a localized string similar to Cannot get the value of property &apos;{0}&apos;, because the member is not readable. The property must have an accessible getter..\r
722         /// </summary>\r
723         internal static string ReflectionModel_ExportNotReadable {\r
724             get {\r
725                 return ResourceManager.GetString("ReflectionModel_ExportNotReadable", resourceCulture);\r
726             }\r
727         }\r
728         \r
729         /// <summary>\r
730         ///   Looks up a localized string similar to An exception occurred while trying to get the value of property &apos;{0}&apos;..\r
731         /// </summary>\r
732         internal static string ReflectionModel_ExportThrewException {\r
733             get {\r
734                 return ResourceManager.GetString("ReflectionModel_ExportThrewException", resourceCulture);\r
735             }\r
736         }\r
737         \r
738         /// <summary>\r
739         ///   Looks up a localized string similar to Cannot populate the collection &apos;{0}&apos; because an exception occurred while calling the Add method on the type &apos;{1}&apos;..\r
740         /// </summary>\r
741         internal static string ReflectionModel_ImportCollectionAddThrewException {\r
742             get {\r
743                 return ResourceManager.GetString("ReflectionModel_ImportCollectionAddThrewException", resourceCulture);\r
744             }\r
745         }\r
746         \r
747         /// <summary>\r
748         ///   Looks up a localized string similar to Cannot populate the collection &apos;{0}&apos; because an exception occurred while calling the Clear method on the type &apos;{1}&apos;..\r
749         /// </summary>\r
750         internal static string ReflectionModel_ImportCollectionClearThrewException {\r
751             get {\r
752                 return ResourceManager.GetString("ReflectionModel_ImportCollectionClearThrewException", resourceCulture);\r
753             }\r
754         }\r
755         \r
756         /// <summary>\r
757         ///   Looks up a localized string similar to Cannot populate the collection &apos;{0}&apos; because an exception occurred while calling the default constructor on the type &apos;{1}&apos;..\r
758         /// </summary>\r
759         internal static string ReflectionModel_ImportCollectionConstructionThrewException {\r
760             get {\r
761                 return ResourceManager.GetString("ReflectionModel_ImportCollectionConstructionThrewException", resourceCulture);\r
762             }\r
763         }\r
764         \r
765         /// <summary>\r
766         ///   Looks up a localized string similar to Cannot populate the collection &apos;{0}&apos; because an exception occurred while trying to access the collection value. If the collection is not IEnumerable&lt;T&gt; or T[] it must implement ICollection&lt;T&gt; and be either pre-initialized or be writable with a default constructor..\r
767         /// </summary>\r
768         internal static string ReflectionModel_ImportCollectionGetThrewException {\r
769             get {\r
770                 return ResourceManager.GetString("ReflectionModel_ImportCollectionGetThrewException", resourceCulture);\r
771             }\r
772         }\r
773         \r
774         /// <summary>\r
775         ///   Looks up a localized string similar to Cannot populate the collection &apos;{0}&apos; because an exception occurred while reading the IsReadOnly property on the type &apos;{1}&apos;..\r
776         /// </summary>\r
777         internal static string ReflectionModel_ImportCollectionIsReadOnlyThrewException {\r
778             get {\r
779                 return ResourceManager.GetString("ReflectionModel_ImportCollectionIsReadOnlyThrewException", resourceCulture);\r
780             }\r
781         }\r
782         \r
783         /// <summary>\r
784         ///   Looks up a localized string similar to Cannot populate the collection &apos;{0}&apos; because it does not implement ICollection&lt;T&gt; or is read-only. If the collection is not IEnumerable&lt;T&gt; or T[] it must implement ICollection&lt;T&gt; and be either pre-initialized or be writable with a default constructor..\r
785         /// </summary>\r
786         internal static string ReflectionModel_ImportCollectionNotWritable {\r
787             get {\r
788                 return ResourceManager.GetString("ReflectionModel_ImportCollectionNotWritable", resourceCulture);\r
789             }\r
790         }\r
791         \r
792         /// <summary>\r
793         ///   Looks up a localized string similar to Cannot populate the value of enumerable member &apos;{0}&apos; because it is null (Nothing in Visual Basic). If the collection is not IEnumerable&lt;T&gt; or T[] it must implement ICollection&lt;T&gt; and be either pre-initialized or be writable with a default constructor..\r
794         /// </summary>\r
795         internal static string ReflectionModel_ImportCollectionNull {\r
796             get {\r
797                 return ResourceManager.GetString("ReflectionModel_ImportCollectionNull", resourceCulture);\r
798             }\r
799         }\r
800         \r
801         /// <summary>\r
802         ///   Looks up a localized string similar to The importing constructor on type &apos;{0}&apos; is using ImportManyAttribute on parameter &apos;{1}&apos; with a non-assignable type. On constructor parameters the ImportManyAttribute only supports importing into types T[] or IEnumerable&lt;T&gt;..\r
803         /// </summary>\r
804         internal static string ReflectionModel_ImportManyOnParameterCanOnlyBeAssigned {\r
805             get {\r
806                 return ResourceManager.GetString("ReflectionModel_ImportManyOnParameterCanOnlyBeAssigned", resourceCulture);\r
807             }\r
808         }\r
809         \r
810         /// <summary>\r
811         ///   Looks up a localized string similar to The export &apos;{0}&apos; is not assignable to type &apos;{1}&apos;..\r
812         /// </summary>\r
813         internal static string ReflectionModel_ImportNotAssignableFromExport {\r
814             get {\r
815                 return ResourceManager.GetString("ReflectionModel_ImportNotAssignableFromExport", resourceCulture);\r
816             }\r
817         }\r
818         \r
819         /// <summary>\r
820         ///   Looks up a localized string similar to Cannot set the value of &apos;{0}&apos; because the member is not writable. If the member is a property, it must have an accessible setter; otherwise, if it is a field, it must not be read-only..\r
821         /// </summary>\r
822         internal static string ReflectionModel_ImportNotWritable {\r
823             get {\r
824                 return ResourceManager.GetString("ReflectionModel_ImportNotWritable", resourceCulture);\r
825             }\r
826         }\r
827         \r
828         /// <summary>\r
829         ///   Looks up a localized string similar to An exception occurred while trying to set the value of property &apos;{0}&apos;..\r
830         /// </summary>\r
831         internal static string ReflectionModel_ImportThrewException {\r
832             get {\r
833                 return ResourceManager.GetString("ReflectionModel_ImportThrewException", resourceCulture);\r
834             }\r
835         }\r
836         \r
837         /// <summary>\r
838         ///   Looks up a localized string similar to ExportDefinition of type &apos;{0}&apos; cannot be used in this context. Only export definitions produced by the ReflectionModelServices.CreateExportDefinition are supported..\r
839         /// </summary>\r
840         internal static string ReflectionModel_InvalidExportDefinition {\r
841             get {\r
842                 return ResourceManager.GetString("ReflectionModel_InvalidExportDefinition", resourceCulture);\r
843             }\r
844         }\r
845         \r
846         /// <summary>\r
847         ///   Looks up a localized string similar to ImportDefinition of type &apos;{0}&apos; cannot be used in this context. Only import definitions produced by the ReflectionModelServices.CreateImportDefinition are supported..\r
848         /// </summary>\r
849         internal static string ReflectionModel_InvalidImportDefinition {\r
850             get {\r
851                 return ResourceManager.GetString("ReflectionModel_InvalidImportDefinition", resourceCulture);\r
852             }\r
853         }\r
854         \r
855         /// <summary>\r
856         ///   Looks up a localized string similar to ImportDefinition of type &apos;{0}&apos; cannot be used in this context. Only import definitions produced by the ReflectionModelServices.CreateImportDefinition based on members are supported. Use ReflectionModelServices.IsImportingParameter to determine whether a given import definition is based on a member or a parameter..\r
857         /// </summary>\r
858         internal static string ReflectionModel_InvalidMemberImportDefinition {\r
859             get {\r
860                 return ResourceManager.GetString("ReflectionModel_InvalidMemberImportDefinition", resourceCulture);\r
861             }\r
862         }\r
863         \r
864         /// <summary>\r
865         ///   Looks up a localized string similar to ImportDefinition of type &apos;{0}&apos; cannot be used in this context. Only import definitions produced by the ReflectionModelServices.CreateImportDefinition based on parameters are supported. Use ReflectionModelServices.IsImportingParameter to determine whether a given import definition is based on a member or a parameter..\r
866         /// </summary>\r
867         internal static string ReflectionModel_InvalidParameterImportDefinition {\r
868             get {\r
869                 return ResourceManager.GetString("ReflectionModel_InvalidParameterImportDefinition", resourceCulture);\r
870             }\r
871         }\r
872         \r
873         /// <summary>\r
874         ///   Looks up a localized string similar to ComposablePartDefinition of type &apos;{0}&apos; cannot be used in this context. Only part definitions produced by the ReflectionModelServices.CreatePartDefinition are supported..\r
875         /// </summary>\r
876         internal static string ReflectionModel_InvalidPartDefinition {\r
877             get {\r
878                 return ResourceManager.GetString("ReflectionModel_InvalidPartDefinition", resourceCulture);\r
879             }\r
880         }\r
881         \r
882         /// <summary>\r
883         ///   Looks up a localized string similar to Cannot create an instance of type &apos;{0}&apos; because a constructor could not be selected for construction. Ensure that the type either has a default constructor, or a single constructor marked with the &apos;System.ComponentModel.Composition.ImportingConstructorAttribute&apos;..\r
884         /// </summary>\r
885         internal static string ReflectionModel_PartConstructorMissing {\r
886             get {\r
887                 return ResourceManager.GetString("ReflectionModel_PartConstructorMissing", resourceCulture);\r
888             }\r
889         }\r
890         \r
891         /// <summary>\r
892         ///   Looks up a localized string similar to An exception occurred while trying to create an instance of type &apos;{0}&apos;..\r
893         /// </summary>\r
894         internal static string ReflectionModel_PartConstructorThrewException {\r
895             get {\r
896                 return ResourceManager.GetString("ReflectionModel_PartConstructorThrewException", resourceCulture);\r
897             }\r
898         }\r
899         \r
900         /// <summary>\r
901         ///   Looks up a localized string similar to An exception occurred while calling the &apos;OnImportsSatisfied&apos; method on type &apos;{0}&apos;..\r
902         /// </summary>\r
903         internal static string ReflectionModel_PartOnImportsSatisfiedThrewException {\r
904             get {\r
905                 return ResourceManager.GetString("ReflectionModel_PartOnImportsSatisfiedThrewException", resourceCulture);\r
906             }\r
907         }\r
908         \r
909         /// <summary>\r
910         ///   Looks up a localized string similar to {0} (Types=&apos;{1}&apos;)..\r
911         /// </summary>\r
912         internal static string TypeCatalog_DisplayNameFormat {\r
913             get {\r
914                 return ResourceManager.GetString("TypeCatalog_DisplayNameFormat", resourceCulture);\r
915             }\r
916         }\r
917         \r
918         /// <summary>\r
919         ///   Looks up a localized string similar to &lt;Empty&gt;.\r
920         /// </summary>\r
921         internal static string TypeCatalog_Empty {\r
922             get {\r
923                 return ResourceManager.GetString("TypeCatalog_Empty", resourceCulture);\r
924             }\r
925         }\r
926     }\r
927 }\r