repo_name
stringclasses 6
values | pr_number
int64 512
78.9k
| pr_title
stringlengths 3
144
| pr_description
stringlengths 0
30.3k
| author
stringlengths 2
21
| date_created
unknown | date_merged
unknown | previous_commit
stringlengths 40
40
| pr_commit
stringlengths 40
40
| query
stringlengths 17
30.4k
| filepath
stringlengths 9
210
| before_content
stringlengths 0
112M
| after_content
stringlengths 0
112M
| label
int64 -1
1
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/xlf/Resources.zh-Hant.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../Resources.resx">
<body>
<trans-unit id="DynamicView">
<source>Dynamic View</source>
<target state="translated">動態檢視</target>
<note>IDynamicMetaObjectProvider and System.__ComObject expansion</note>
</trans-unit>
<trans-unit id="DynamicViewNotDynamic">
<source>Only COM or Dynamic objects can have Dynamic View</source>
<target state="translated">只有 COM 或 Dynamic 物件可以有動態檢視</target>
<note>Cannot use "dynamic" format specifier on a non-dynamic type</note>
</trans-unit>
<trans-unit id="DynamicViewValueWarning">
<source>Expanding the Dynamic View will get the dynamic members for the object</source>
<target state="translated">展開動態檢視會取得物件的動態成員</target>
<note>Warning reported in Dynamic View value</note>
</trans-unit>
<trans-unit id="ErrorName">
<source>Error</source>
<target state="translated">錯誤</target>
<note>Error result name</note>
</trans-unit>
<trans-unit id="ExceptionThrown">
<source>'{0}' threw an exception of type '{1}'</source>
<target state="translated">'{0}' 擲回 '{1}' 類型的例外狀況</target>
<note>Threw an exception while evaluating a value.</note>
</trans-unit>
<trans-unit id="HostValueNotFound">
<source>Cannot provide the value: host value not found</source>
<target state="translated">無法提供值: 找不到主機值</target>
<note />
</trans-unit>
<trans-unit id="InvalidPointerDereference">
<source>Cannot dereference '{0}'. The pointer is not valid.</source>
<target state="translated">無法取值 '{0}'。指標無效。</target>
<note>Invalid pointer dereference</note>
</trans-unit>
<trans-unit id="NativeView">
<source>Native View</source>
<target state="translated">原生檢視</target>
<note>Native COM object expansion</note>
</trans-unit>
<trans-unit id="NativeViewNotNativeDebugging">
<source>To inspect the native object, enable native code debugging.</source>
<target state="translated">若要檢查原生物件,請啟用機器碼偵錯。</target>
<note>Display value of Native View node when native debugging is not enabled</note>
</trans-unit>
<trans-unit id="NonPublicMembers">
<source>Non-Public members</source>
<target state="translated">非公用成員</target>
<note>Non-public type members</note>
</trans-unit>
<trans-unit id="RawView">
<source>Raw View</source>
<target state="translated">未經處理的檢視</target>
<note>DebuggerTypeProxy "Raw View"</note>
</trans-unit>
<trans-unit id="ResultsView">
<source>Results View</source>
<target state="translated">結果檢視</target>
<note>IEnumerable results expansion</note>
</trans-unit>
<trans-unit id="ResultsViewNoSystemCore">
<source>Results View requires System.Core.dll to be referenced</source>
<target state="translated">結果檢視必須參考 System.Core.dll</target>
<note>"results" format specifier requires System.Core.dll</note>
</trans-unit>
<trans-unit id="ResultsViewNotEnumerable">
<source>Only Enumerable types can have Results View</source>
<target state="translated">只有可列舉類型才能有結果檢視</target>
<note>Cannot use "results" format specifier on non-enumerable type</note>
</trans-unit>
<trans-unit id="ResultsViewValueWarning">
<source>Expanding the Results View will enumerate the IEnumerable</source>
<target state="translated">展開結果檢視時將會列舉 IEnumerable</target>
<note>Warning reported in Results View value</note>
</trans-unit>
<trans-unit id="SharedMembers">
<source>Shared members</source>
<target state="translated">共用的成員</target>
<note>Shared type members (VB only)</note>
</trans-unit>
<trans-unit id="StaticMembers">
<source>Static members</source>
<target state="translated">靜態成員</target>
<note>Static type members (C# only)</note>
</trans-unit>
<trans-unit id="TypeVariablesName">
<source>Type variables</source>
<target state="translated">類型變數</target>
<note>Type variables result name</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../Resources.resx">
<body>
<trans-unit id="DynamicView">
<source>Dynamic View</source>
<target state="translated">動態檢視</target>
<note>IDynamicMetaObjectProvider and System.__ComObject expansion</note>
</trans-unit>
<trans-unit id="DynamicViewNotDynamic">
<source>Only COM or Dynamic objects can have Dynamic View</source>
<target state="translated">只有 COM 或 Dynamic 物件可以有動態檢視</target>
<note>Cannot use "dynamic" format specifier on a non-dynamic type</note>
</trans-unit>
<trans-unit id="DynamicViewValueWarning">
<source>Expanding the Dynamic View will get the dynamic members for the object</source>
<target state="translated">展開動態檢視會取得物件的動態成員</target>
<note>Warning reported in Dynamic View value</note>
</trans-unit>
<trans-unit id="ErrorName">
<source>Error</source>
<target state="translated">錯誤</target>
<note>Error result name</note>
</trans-unit>
<trans-unit id="ExceptionThrown">
<source>'{0}' threw an exception of type '{1}'</source>
<target state="translated">'{0}' 擲回 '{1}' 類型的例外狀況</target>
<note>Threw an exception while evaluating a value.</note>
</trans-unit>
<trans-unit id="HostValueNotFound">
<source>Cannot provide the value: host value not found</source>
<target state="translated">無法提供值: 找不到主機值</target>
<note />
</trans-unit>
<trans-unit id="InvalidPointerDereference">
<source>Cannot dereference '{0}'. The pointer is not valid.</source>
<target state="translated">無法取值 '{0}'。指標無效。</target>
<note>Invalid pointer dereference</note>
</trans-unit>
<trans-unit id="NativeView">
<source>Native View</source>
<target state="translated">原生檢視</target>
<note>Native COM object expansion</note>
</trans-unit>
<trans-unit id="NativeViewNotNativeDebugging">
<source>To inspect the native object, enable native code debugging.</source>
<target state="translated">若要檢查原生物件,請啟用機器碼偵錯。</target>
<note>Display value of Native View node when native debugging is not enabled</note>
</trans-unit>
<trans-unit id="NonPublicMembers">
<source>Non-Public members</source>
<target state="translated">非公用成員</target>
<note>Non-public type members</note>
</trans-unit>
<trans-unit id="RawView">
<source>Raw View</source>
<target state="translated">未經處理的檢視</target>
<note>DebuggerTypeProxy "Raw View"</note>
</trans-unit>
<trans-unit id="ResultsView">
<source>Results View</source>
<target state="translated">結果檢視</target>
<note>IEnumerable results expansion</note>
</trans-unit>
<trans-unit id="ResultsViewNoSystemCore">
<source>Results View requires System.Core.dll to be referenced</source>
<target state="translated">結果檢視必須參考 System.Core.dll</target>
<note>"results" format specifier requires System.Core.dll</note>
</trans-unit>
<trans-unit id="ResultsViewNotEnumerable">
<source>Only Enumerable types can have Results View</source>
<target state="translated">只有可列舉類型才能有結果檢視</target>
<note>Cannot use "results" format specifier on non-enumerable type</note>
</trans-unit>
<trans-unit id="ResultsViewValueWarning">
<source>Expanding the Results View will enumerate the IEnumerable</source>
<target state="translated">展開結果檢視時將會列舉 IEnumerable</target>
<note>Warning reported in Results View value</note>
</trans-unit>
<trans-unit id="SharedMembers">
<source>Shared members</source>
<target state="translated">共用的成員</target>
<note>Shared type members (VB only)</note>
</trans-unit>
<trans-unit id="StaticMembers">
<source>Static members</source>
<target state="translated">靜態成員</target>
<note>Static type members (C# only)</note>
</trans-unit>
<trans-unit id="TypeVariablesName">
<source>Type variables</source>
<target state="translated">類型變數</target>
<note>Type variables result name</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Scripting/VisualBasic/xlf/VBScriptingResources.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VBScriptingResources.resx">
<body>
<trans-unit id="LogoLine1">
<source>Microsoft (R) Visual Basic Interactive Compiler version {0}</source>
<target state="translated">Microsoft (R) Visual Basic 交互式编译器版本 {0}</target>
<note />
</trans-unit>
<trans-unit id="LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">版权所有(C) Microsoft Corporation。保留所有权利。</target>
<note />
</trans-unit>
<trans-unit id="InteractiveHelp">
<source>Usage: vbi [options] [script-file.vbx] [-- script-arguments]
If script-file is specified executes the script, otherwise launches an interactive REPL (Read Eval Print Loop).
Options:
/help Display this usage message (Short form: /?)
/version Display the version and exit
/reference:<alias>=<file> Reference metadata from the specified assembly file using the given alias (Short form: /r)
/reference:<file list> Reference metadata from the specified assembly files (Short form: /r)
/referencePath:<path list> List of paths where to look for metadata references specified as unrooted paths. (Short form: /rp)
/using:<namespace> Define global namespace using (Short form: /u)
/define:<name>=<value>,... Declare global conditional compilation symbol(s) (Short form: /d)
@<file> Read response file for more options
</source>
<target state="translated">用法: vbi [options] [script-file.vbx] [-- script-arguments]
如果指定了脚本文件,则执行脚本;否则启动交互式 REPL (读取–求值–打印循环)。
选项:
/help 显示此用法消息(缩写: /?)
/version 显示版本并退出
/reference:<alias>=<file> 从使用给定别名的指定程序集文件引用元数据(缩写: /r)
/reference:<file list> 从指定的程序集文件中引用元数据(缩写: /r)
/referencePath:<path list> 路径列表,在此处查找执行为非根路径的元数据引用。(缩写: /rp)
/using:<namespace> 定义使用(缩写: /u)的全局命名空间
/define:<name>=<value>,... 声明全局条件编译符号(缩写: /d)
@<file> 读取响应文件以了解更多选项
</target>
<note />
</trans-unit>
<trans-unit id="ExceptionEscapeWithoutQuote">
<source>Cannot escape non-printable characters in Visual Basic notation unless quotes are used.</source>
<target state="translated">不可在 Visual Basic 表示法中对不可打印的字符进行转义,除非使用引号。</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VBScriptingResources.resx">
<body>
<trans-unit id="LogoLine1">
<source>Microsoft (R) Visual Basic Interactive Compiler version {0}</source>
<target state="translated">Microsoft (R) Visual Basic 交互式编译器版本 {0}</target>
<note />
</trans-unit>
<trans-unit id="LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">版权所有(C) Microsoft Corporation。保留所有权利。</target>
<note />
</trans-unit>
<trans-unit id="InteractiveHelp">
<source>Usage: vbi [options] [script-file.vbx] [-- script-arguments]
If script-file is specified executes the script, otherwise launches an interactive REPL (Read Eval Print Loop).
Options:
/help Display this usage message (Short form: /?)
/version Display the version and exit
/reference:<alias>=<file> Reference metadata from the specified assembly file using the given alias (Short form: /r)
/reference:<file list> Reference metadata from the specified assembly files (Short form: /r)
/referencePath:<path list> List of paths where to look for metadata references specified as unrooted paths. (Short form: /rp)
/using:<namespace> Define global namespace using (Short form: /u)
/define:<name>=<value>,... Declare global conditional compilation symbol(s) (Short form: /d)
@<file> Read response file for more options
</source>
<target state="translated">用法: vbi [options] [script-file.vbx] [-- script-arguments]
如果指定了脚本文件,则执行脚本;否则启动交互式 REPL (读取–求值–打印循环)。
选项:
/help 显示此用法消息(缩写: /?)
/version 显示版本并退出
/reference:<alias>=<file> 从使用给定别名的指定程序集文件引用元数据(缩写: /r)
/reference:<file list> 从指定的程序集文件中引用元数据(缩写: /r)
/referencePath:<path list> 路径列表,在此处查找执行为非根路径的元数据引用。(缩写: /rp)
/using:<namespace> 定义使用(缩写: /u)的全局命名空间
/define:<name>=<value>,... 声明全局条件编译符号(缩写: /d)
@<file> 读取响应文件以了解更多选项
</target>
<note />
</trans-unit>
<trans-unit id="ExceptionEscapeWithoutQuote">
<source>Cannot escape non-printable characters in Visual Basic notation unless quotes are used.</source>
<target state="translated">不可在 Visual Basic 表示法中对不可打印的字符进行转义,除非使用引号。</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Text/xlf/TextEditorResources.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../TextEditorResources.resx">
<body>
<trans-unit id="The_snapshot_does_not_contain_the_specified_position">
<source>The snapshot does not contain the specified position.</source>
<target state="translated">Lo snapshot non contiene la posizione specificata.</target>
<note />
</trans-unit>
<trans-unit id="The_snapshot_does_not_contain_the_specified_span">
<source>The snapshot does not contain the specified span.</source>
<target state="translated">Lo snapshot non contiene la selezione specificata.</target>
<note />
</trans-unit>
<trans-unit id="textContainer_is_not_a_SourceTextContainer_that_was_created_from_an_ITextBuffer">
<source>textContainer is not a SourceTextContainer that was created from an ITextBuffer.</source>
<target state="translated">textContainer non è un elemento SourceTextContainer creato da ITextBuffer.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../TextEditorResources.resx">
<body>
<trans-unit id="The_snapshot_does_not_contain_the_specified_position">
<source>The snapshot does not contain the specified position.</source>
<target state="translated">Lo snapshot non contiene la posizione specificata.</target>
<note />
</trans-unit>
<trans-unit id="The_snapshot_does_not_contain_the_specified_span">
<source>The snapshot does not contain the specified span.</source>
<target state="translated">Lo snapshot non contiene la selezione specificata.</target>
<note />
</trans-unit>
<trans-unit id="textContainer_is_not_a_SourceTextContainer_that_was_created_from_an_ITextBuffer">
<source>textContainer is not a SourceTextContainer that was created from an ITextBuffer.</source>
<target state="translated">textContainer non è un elemento SourceTextContainer creato da ITextBuffer.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.fr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="Add_Me">
<source>Add 'Me.'</source>
<target state="translated">Ajouter 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Convert_GetType_to_NameOf">
<source>Convert 'GetType' to 'NameOf'</source>
<target state="translated">Convertir 'GetType' en 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Supprimer les importations superflues</target>
<note />
</trans-unit>
<trans-unit id="Simplify_object_creation">
<source>Simplify object creation</source>
<target state="translated">Simplifier la création d’objets</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="Add_Me">
<source>Add 'Me.'</source>
<target state="translated">Ajouter 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Convert_GetType_to_NameOf">
<source>Convert 'GetType' to 'NameOf'</source>
<target state="translated">Convertir 'GetType' en 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Supprimer les importations superflues</target>
<note />
</trans-unit>
<trans-unit id="Simplify_object_creation">
<source>Simplify object creation</source>
<target state="translated">Simplifier la création d’objets</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/CodeLens/xlf/CodeLensVSResources.tr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../CodeLensVSResources.resx">
<body>
<trans-unit id="CSharp_VisualBasic_References">
<source>C# and Visual Basic References</source>
<target state="translated">C# ve Visual Basic Başvuruları</target>
<note />
</trans-unit>
<trans-unit id="This_0_has_1_references">
<source>This {0} has {1} reference(s).</source>
<target state="translated">Bu {0}, {1} Başvuru içeriyor.</target>
<note />
</trans-unit>
<trans-unit id="_0_reference">
<source>{0} reference</source>
<target state="translated">{0} başvuru</target>
<note />
</trans-unit>
<trans-unit id="_0_references">
<source>{0} references</source>
<target state="translated">{0} başvuru</target>
<note />
</trans-unit>
<trans-unit id="method">
<source>method</source>
<target state="translated">yöntem</target>
<note />
</trans-unit>
<trans-unit id="property">
<source>property</source>
<target state="translated">özellik</target>
<note />
</trans-unit>
<trans-unit id="type">
<source>type</source>
<target state="translated">tür</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../CodeLensVSResources.resx">
<body>
<trans-unit id="CSharp_VisualBasic_References">
<source>C# and Visual Basic References</source>
<target state="translated">C# ve Visual Basic Başvuruları</target>
<note />
</trans-unit>
<trans-unit id="This_0_has_1_references">
<source>This {0} has {1} reference(s).</source>
<target state="translated">Bu {0}, {1} Başvuru içeriyor.</target>
<note />
</trans-unit>
<trans-unit id="_0_reference">
<source>{0} reference</source>
<target state="translated">{0} başvuru</target>
<note />
</trans-unit>
<trans-unit id="_0_references">
<source>{0} references</source>
<target state="translated">{0} başvuru</target>
<note />
</trans-unit>
<trans-unit id="method">
<source>method</source>
<target state="translated">yöntem</target>
<note />
</trans-unit>
<trans-unit id="property">
<source>property</source>
<target state="translated">özellik</target>
<note />
</trans-unit>
<trans-unit id="type">
<source>type</source>
<target state="translated">tür</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../CSharpCompilerExtensionsResources.resx">
<body>
<trans-unit id="Code_block_preferences">
<source>Code-block preferences</source>
<target state="translated">Preferenze per blocchi di codice</target>
<note />
</trans-unit>
<trans-unit id="Expected_string_or_char_literal">
<source>Expected string or char literal</source>
<target state="translated">È previsto un valore letterale di tipo stringa o char</target>
<note />
</trans-unit>
<trans-unit id="Expression_bodied_members">
<source>Expression-bodied members</source>
<target state="translated">Membri con corpo di espressione</target>
<note />
</trans-unit>
<trans-unit id="Null_checking_preferences">
<source>Null-checking preferences</source>
<target state="translated">Preference per controllo valori Null</target>
<note />
</trans-unit>
<trans-unit id="Pattern_matching_preferences">
<source>Pattern matching preferences</source>
<target state="translated">Preferenze per criteri di ricerca</target>
<note />
</trans-unit>
<trans-unit id="_0_1_is_not_supported_in_this_version">
<source>'{0}.{1}' is not supported in this version</source>
<target state="translated">'{0}.{1}' non è supportato in questa versione</target>
<note>{0}: A type name
{1}: A member name</note>
</trans-unit>
<trans-unit id="using_directive_preferences">
<source>'using' directive preferences</source>
<target state="translated">Preferenze per direttive 'using'</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="var_preferences">
<source>var preferences</source>
<target state="translated">Preferenze per var</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../CSharpCompilerExtensionsResources.resx">
<body>
<trans-unit id="Code_block_preferences">
<source>Code-block preferences</source>
<target state="translated">Preferenze per blocchi di codice</target>
<note />
</trans-unit>
<trans-unit id="Expected_string_or_char_literal">
<source>Expected string or char literal</source>
<target state="translated">È previsto un valore letterale di tipo stringa o char</target>
<note />
</trans-unit>
<trans-unit id="Expression_bodied_members">
<source>Expression-bodied members</source>
<target state="translated">Membri con corpo di espressione</target>
<note />
</trans-unit>
<trans-unit id="Null_checking_preferences">
<source>Null-checking preferences</source>
<target state="translated">Preference per controllo valori Null</target>
<note />
</trans-unit>
<trans-unit id="Pattern_matching_preferences">
<source>Pattern matching preferences</source>
<target state="translated">Preferenze per criteri di ricerca</target>
<note />
</trans-unit>
<trans-unit id="_0_1_is_not_supported_in_this_version">
<source>'{0}.{1}' is not supported in this version</source>
<target state="translated">'{0}.{1}' non è supportato in questa versione</target>
<note>{0}: A type name
{1}: A member name</note>
</trans-unit>
<trans-unit id="using_directive_preferences">
<source>'using' directive preferences</source>
<target state="translated">Preferenze per direttive 'using'</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="var_preferences">
<source>var preferences</source>
<target state="translated">Preferenze per var</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Tools/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pt-BR.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../ExternalAccessFSharpResources.resx">
<body>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="translated">Adicionar uma referência de assembly a '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="translated">Adicionar a palavra-chave 'new'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="translated">Adicionar uma referência de projeto a '{0}'</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="translated">Não é possível determinar o símbolo sob o cursor</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="translated">Não é possível navegar para a localização solicitada</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="translated">Exceções:</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="translated">Tipos Descartáveis F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="translated">Funções/Métodos F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="translated">Variáveis Mutáveis/Células de Referência F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="translated">Formato Printf F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="translated">Propriedades F#</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="translated">Parâmetros genéricos:</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="translated">Implementar a interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="translated">Implementar a interface sem anotação de tipo</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="translated">Localizando o símbolo sob o cursor...</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="translated">Nome pode ser simplificado.</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="translated">Falha ao navegar até o símbolo: {0}</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="translated">Navegando para o símbolo...</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="translated">Prefixar '{0}' com um sublinhado</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="translated">Remover as declarações abertas não usadas</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="translated">Renomear '{0}' para '__'</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="translated">Renomear '{0}' para '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="translated">Simplificar o nome</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="translated">O valor não é usado</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="translated">A declaração aberta pode ser removida.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../ExternalAccessFSharpResources.resx">
<body>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="translated">Adicionar uma referência de assembly a '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="translated">Adicionar a palavra-chave 'new'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="translated">Adicionar uma referência de projeto a '{0}'</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="translated">Não é possível determinar o símbolo sob o cursor</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="translated">Não é possível navegar para a localização solicitada</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="translated">Exceções:</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="translated">Tipos Descartáveis F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="translated">Funções/Métodos F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="translated">Variáveis Mutáveis/Células de Referência F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="translated">Formato Printf F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="translated">Propriedades F#</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="translated">Parâmetros genéricos:</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="translated">Implementar a interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="translated">Implementar a interface sem anotação de tipo</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="translated">Localizando o símbolo sob o cursor...</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="translated">Nome pode ser simplificado.</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="translated">Falha ao navegar até o símbolo: {0}</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="translated">Navegando para o símbolo...</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="translated">Prefixar '{0}' com um sublinhado</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="translated">Remover as declarações abertas não usadas</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="translated">Renomear '{0}' para '__'</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="translated">Renomear '{0}' para '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="translated">Simplificar o nome</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="translated">O valor não é usado</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="translated">A declaração aberta pode ser removida.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzersResources.resx | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Imports_statement_is_unnecessary" xml:space="preserve">
<value>Imports statement is unnecessary.</value>
</data>
<data name="Use_Is_Nothing_check" xml:space="preserve">
<value>Use 'Is Nothing' check</value>
</data>
<data name="Use_IsNot_Nothing_check" xml:space="preserve">
<value>Use 'IsNot Nothing' check</value>
</data>
<data name="If_statement_can_be_simplified" xml:space="preserve">
<value>'If' statement can be simplified</value>
</data>
<data name="Remove_ByVal" xml:space="preserve">
<value>'ByVal' keyword is unnecessary and can be removed.</value>
<comment>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</comment>
</data>
<data name="GetType_can_be_converted_to_NameOf" xml:space="preserve">
<value>'GetType' can be converted to 'NameOf'</value>
</data>
<data name="Use_IsNot_expression" xml:space="preserve">
<value>Use 'IsNot' expression</value>
<comment>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</comment>
</data>
<data name="Object_creation_can_be_simplified" xml:space="preserve">
<value>Object creation can be simplified</value>
</data>
</root> | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Imports_statement_is_unnecessary" xml:space="preserve">
<value>Imports statement is unnecessary.</value>
</data>
<data name="Use_Is_Nothing_check" xml:space="preserve">
<value>Use 'Is Nothing' check</value>
</data>
<data name="Use_IsNot_Nothing_check" xml:space="preserve">
<value>Use 'IsNot Nothing' check</value>
</data>
<data name="If_statement_can_be_simplified" xml:space="preserve">
<value>'If' statement can be simplified</value>
</data>
<data name="Remove_ByVal" xml:space="preserve">
<value>'ByVal' keyword is unnecessary and can be removed.</value>
<comment>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</comment>
</data>
<data name="GetType_can_be_converted_to_NameOf" xml:space="preserve">
<value>'GetType' can be converted to 'NameOf'</value>
</data>
<data name="Use_IsNot_expression" xml:space="preserve">
<value>Use 'IsNot' expression</value>
<comment>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</comment>
</data>
<data name="Object_creation_can_be_simplified" xml:space="preserve">
<value>Object creation can be simplified</value>
</data>
</root> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pt-BR.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VisualBasicCompilerExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Remover este valor quando outro for adicionado.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VisualBasicCompilerExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Remover este valor quando outro for adicionado.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/xlf/VBResources.fr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VBResources.resx">
<body>
<trans-unit id="ERR_AssignmentInitOnly">
<source>Init-only property '{0}' can only be assigned by an object member initializer, or on 'Me', 'MyClass` or 'MyBase' in an instance constructor.</source>
<target state="translated">La propriété d'initialisation uniquement '{0}' peut uniquement être affectée par un initialiseur de membre d'objet, ou sur 'Me', 'MyClass` ou 'MyBase' dans un constructeur d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSwitchValue">
<source>Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.</source>
<target state="translated">Erreur de syntaxe de ligne de commande : '{0}' est une valeur non valide pour l'option '{1}'. La valeur doit se présenter sous la forme '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CommentsAfterLineContinuationNotAvailable1">
<source>Please use language version {0} or greater to use comments after line continuation character.</source>
<target state="translated">Utilisez la version de langage {0} ou une version ultérieure pour utiliser des commentaires après le caractère de continuation de la ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultInterfaceImplementationInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">Impossible d'incorporer le type '{0}', car il a un membre non abstrait. Affectez la valeur false à la propriété 'Incorporer les types interop'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleAnalyzerConfigsInSameDir">
<source>Multiple analyzer config files cannot be in the same directory ('{0}').</source>
<target state="translated">Plusieurs fichiers config d'analyseur ne peuvent pas figurer dans le même répertoire ('{0}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingInitOnlyProperty">
<source>'{0}' cannot override init-only '{1}'.</source>
<target state="translated">'{0}' ne peut pas substituer le '{1}' d'initialisation uniquement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementInitOnly">
<source>Init-only '{0}' cannot be implemented.</source>
<target state="translated">Impossible d'implémenter le '{0}' d'initialisation uniquement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReAbstractionInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">Impossible d'incorporer le type '{0}', car il a une nouvelle abstraction d'un membre de l'interface de base. Affectez la valeur false à la propriété 'Incorporer les types interop'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation">
<source>Target runtime doesn't support default interface implementation.</source>
<target state="translated">Le runtime cible ne prend pas en charge l'implémentation d'interface par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember">
<source>Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.</source>
<target state="translated">Le runtime cible ne prend pas en charge l'accessibilité 'Protected', 'Protected Friend' ou 'Private Protected' pour un membre d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsHandlerInTheSameType">
<source>Events of shared WithEvents variables cannot be handled by methods in a different type.</source>
<target state="translated">Les événements des variables WithEvents partagées ne peuvent pas être pris en charge par des méthodes dans un autre type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnmanagedCallersOnlyNotSupported">
<source>'UnmanagedCallersOnly' attribute is not supported.</source>
<target state="translated">L'attribut 'UnmanagedCallersOnly' n'est pas pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CallerArgumentExpression">
<source>caller argument expression</source>
<target state="new">caller argument expression</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CommentsAfterLineContinuation">
<source>comments after line continuation</source>
<target state="translated">commentaires après la continuation de la ligne</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InitOnlySettersUsage">
<source>assigning to or passing 'ByRef' properties with init-only setters</source>
<target state="translated">affectation ou passage de propriétés 'ByRef' avec des méthodes setter d'initialisation uniquement</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_UnconstrainedTypeParameterInConditional">
<source>unconstrained type parameters in binary conditional expressions</source>
<target state="translated">paramètres de type sans contrainte dans les expressions conditionnelles binaires</target>
<note />
</trans-unit>
<trans-unit id="IDS_VBCHelp">
<source> 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
assembly.
-target:appcontainerexe Create a Windows application that runs in
AppContainer.
-target:winmdobj Create a Windows Metadata intermediate file
-doc[+|-] Generates XML documentation file.
-doc:<file> Generates XML documentation file to <file>.
-refout:<file> Reference assembly output to generate
- INPUT FILES -
-addmodule:<file_list> Reference metadata from the specified modules
-link:<file_list> Embed metadata from the specified interop
assembly. (Short form: -l)
-recurse:<wildcard> Include all files in the current directory
and subdirectories according to the
wildcard specifications.
-reference:<file_list> Reference metadata from the specified
assembly. (Short form: -r)
-analyzer:<file_list> Run the analyzers from this assembly
(Short form: -a)
-additionalfile:<file list> Additional files that don't directly affect code
generation but may be used by analyzers for producing
errors or warnings.
- RESOURCES -
-linkresource:<resinfo> Links the specified file as an external
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -linkres)
-nowin32manifest The default manifest should not be embedded
in the manifest section of the output PE.
-resource:<resinfo> Adds the specified file as an embedded
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -res)
-win32icon:<file> Specifies a Win32 icon file (.ico) for the
default Win32 resources.
-win32manifest:<file> The provided file is embedded in the manifest
section of the output PE.
-win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
-optimize[+|-] Enable optimizations.
-removeintchecks[+|-] Remove integer checks. Default off.
-debug[+|-] Emit debugging information.
-debug:full Emit full debugging information (default).
-debug:pdbonly Emit full debugging information.
-debug:portable Emit cross-platform debugging information.
-debug:embedded Emit cross-platform debugging information into
the target .dll or .exe.
-deterministic Produce a deterministic assembly
(including module version GUID and timestamp)
-refonly Produce a reference assembly in place of the main output
-instrument:TestCoverage Produce an assembly instrumented to collect
coverage information
-sourcelink:<file> Source link info to embed into PDB.
- ERRORS AND WARNINGS -
-nowarn Disable all warnings.
-nowarn:<number_list> Disable a list of individual warnings.
-warnaserror[+|-] Treat all warnings as errors.
-warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
-ruleset:<file> Specify a ruleset file that disables specific
diagnostics.
-errorlog:<file>[,version=<sarif_version>]
Specify a file to log all compiler and analyzer
diagnostics in SARIF format.
sarif_version:{1|2|2.1} Default is 1. 2 and 2.1
both mean SARIF version 2.1.0.
-reportanalyzer Report additional analyzer information, such as
execution time.
-skipanalyzers[+|-] Skip execution of diagnostic analyzers.
- LANGUAGE -
-define:<symbol_list> Declare global conditional compilation
symbol(s). symbol_list:name=value,...
(Short form: -d)
-imports:<import_list> Declare global Imports for namespaces in
referenced metadata files.
import_list:namespace,...
-langversion:? Display the allowed values for language version
-langversion:<string> Specify language version such as
`default` (latest major version), or
`latest` (latest version, including minor versions),
or specific versions like `14` or `15.3`
-optionexplicit[+|-] Require explicit declaration of variables.
-optioninfer[+|-] Allow type inference of variables.
-rootnamespace:<string> Specifies the root Namespace for all type
declarations.
-optionstrict[+|-] Enforce strict language semantics.
-optionstrict:custom Warn when strict language semantics are not
respected.
-optioncompare:binary Specifies binary-style string comparisons.
This is the default.
-optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
-help Display this usage message. (Short form: -?)
-noconfig Do not auto-include VBC.RSP file.
-nologo Do not display compiler copyright banner.
-quiet Quiet output mode.
-verbose Display verbose messages.
-parallel[+|-] Concurrent build.
-version Display the compiler version number and exit.
- ADVANCED -
-baseaddress:<number> The base address for a library or module
(hex).
-checksumalgorithm:<alg> Specify algorithm for calculating source file
checksum stored in PDB. Supported values are:
SHA1 or SHA256 (default).
-codepage:<number> Specifies the codepage to use when opening
source files.
-delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
-publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
-errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
-filealign:<number> Specify the alignment used for output file
sections.
-highentropyva[+|-] Enable high-entropy ASLR.
-keycontainer:<string> Specifies a strong name key container.
-keyfile:<file> Specifies a strong name key file.
-libpath:<path_list> List of directories to search for metadata
references. (Semi-colon delimited.)
-main:<class> Specifies the Class or Module that contains
Sub Main. It can also be a Class that
inherits from System.Windows.Forms.Form.
(Short form: -m)
-moduleassemblyname:<string> Name of the assembly which this module will
be a part of.
-netcf Target the .NET Compact Framework.
-nostdlib Do not reference standard libraries
(system.dll and VBC.RSP file).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Specify a mapping for source path names output by
the compiler.
-platform:<string> Limit which platforms this code can run on;
must be x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred or anycpu (default).
-preferreduilang Specify the preferred output language name.
-nosdkpath Disable searching the default SDK path for standard library assemblies.
-sdkpath:<path> Location of the .NET Framework SDK directory
(mscorlib.dll).
-subsystemversion:<version> Specify subsystem version of the output PE.
version:<number>[.<number>]
-utf8output[+|-] Emit compiler output in UTF8 character
encoding.
@<file> Insert command-line settings from a text file
-vbruntime[+|-|*] Compile with/without the default Visual Basic
runtime.
-vbruntime:<file> Compile with the alternate Visual Basic
runtime in <file>.
</source>
<target state="translated"> Options du compilateur Visual Basic
- FICHIER DE SORTIE -
-out:<fichier> Spécifie le nom du fichier de sortie.
-target:exe Créer une application console (par défaut).
(Forme abrégée : -t)
-target:winexe Créer une application Windows.
-target:library Créer un assembly de bibliothèque.
-target:module Créer un module qui peut être ajouté à un
assembly.
-target:appcontainerexe Créer une application Windows qui s'exécute dans
AppContainer.
-target:winmdobj Créer un fichier intermédiaire de métadonnées Windows
-doc[+|-] Génère un fichier de documentation XML.
-doc:<fichier> Génère un fichier de documentation XML dans <fichier>.
-refout:<fichier> Sortie de l'assembly de référence à générer
- FICHIERS D'ENTRÉE -
-addmodule:<liste_fichiers> Référencer les métadonnées à partir des modules spécifiés
-link:<liste_fichiers> Incorporer les métadonnées à partir de
l'assembly d'interopérabilité spécifié. (Forme abrégée : -l)
-recurse:<générique> Inclure tous les fichiers dans le répertoire
et les sous-répertoires actifs en fonction des
spécifications des caractères génériques.
-reference:<liste_fichiers> Référencer les métadonnées à partir de
l'assembly spécifié. (Forme abrégée : -r)
-analyzer:<liste_fichiers> Exécuter les analyseurs à partir de cet assembly
(Forme abrégée : -a)
-additionalfile:<liste_fichiers> Fichiers supplémentaires qui n'affectent pas directement
la génération de code mais qui peuvent être utilisés par les analyseurs pour produire
des erreurs ou des avertissements.
- RESSOURCES -
-linkresource:<resinfo> Lie le fichier spécifié sous forme de
ressource d'assembly externe.
resinfo:<fichier>[,<nom>[,public|private]]
(Forme abrégée : -linkres)
-nowin32manifest Le manifeste par défaut ne doit pas être incorporé
dans la section manifest du PE de sortie.
-resource:<resinfo> Ajoute le fichier spécifié en tant que
ressource d'assembly incorporée.
resinfo:<fichier>[,<nom>[,public|private]]
(Forme abrégée : -res)
-win32icon:<fichier> Spécifie un fichier icône Win32 (.ico) pour les
ressources Win32 par défaut.
-win32manifest:<fichier> Le fichier fourni est incorporé dans la section manifest
du PE de sortie.
-win32resource:<fichier> Spécifie un fichier de ressources Win32 (.res).
- GÉNÉRATION DE CODE -
-optimize[+|-] Activer les optimisations.
-removeintchecks[+|-] Supprimer les contrôles sur les entiers. La valeur par défaut est off.
-debug[+|-] Émettre des informations de débogage.
-debug:full Émettre des informations de débogage complètes (par défaut).
-debug:pdbonly Émettre des informations de débogage complètes.
-debug:portable Émettre des informations de débogage multiplateformes.
-debug:embedded Émettre des informations de débogage multiplateformes dans
le fichier .dll ou .exe cible.
-deterministic Produire un assembly déterministe
(en incluant le GUID et l'horodatage de la version du module)
-refonly Produire un assembly de référence à la place de la sortie principale
-instrument:TestCoverage Produire un assembly instrumenté pour collecter
les informations de couverture
-sourcelink:<fichier> Informations du lien source à incorporer dans le fichier PDB.
- ERREURS ET AVERTISSEMENTS -
-nowarn Désactiver tous les avertissements.
-nowarn:<liste_numéros> Désactiver une liste d'avertissements individuels.
-warnaserror[+|-] Traiter tous les avertissements comme des erreurs.
-warnaserror[+|-]:<liste_numéros> Traiter une liste d'avertissements comme des erreurs.
-ruleset:<fichier> Spécifier un fichier ruleset qui désactive des
diagnostics spécifiques.
-errorlog:<fichier>[,version=<version_sarif>]
Spécifier un fichier pour journaliser tous les diagnostics du compilateur
et de l'analyseur au format SARIF.
version_sarif :{1|2|2.1} La valeur par défaut est 1. 2 et 2.1
Les deux signifient SARIF version 2.1.0.
-reportanalyzer Signaler des informations supplémentaires sur l'analyseur, par exemple
la durée d'exécution.
-skipanalyzers[+|-] Ignorer l'exécution des analyseurs de diagnostic.
- LANGAGE -
-define:<liste_symboles> Déclarer des symboles de compilation
conditionnelle globale. liste_symboles:name=value,...
(Forme abrégée : -d)
-imports:<liste_importations> Déclarer des importations globales pour les espaces de noms dans
les fichiers de métadonnées référencés.
liste_importations:namespace,...
-langversion:? Afficher les valeurs autorisées pour la version du langage
-langversion:<chaîne> Spécifier la version du langage, par exemple
'default' (dernière version principale) ou
'latest' (dernière version, en incluant les versions mineures),
ou des versions spécifiques comme '14' ou '15.3'
-optionexplicit[+|-] Imposer une déclaration explicite des variables.
-optioninfer[+|-] Autoriser l'inférence de type des variables.
-rootnamespace:<chaîne> Spécifie l'espace de noms racine pour toutes les
déclarations de type.
-optionstrict[+|-] Appliquer une sémantique stricte du langage.
-optionstrict:custom Avertir quand la sémantique stricte du langage n'est pas
respectée.
-optioncompare:binary Spécifie des comparaisons de chaînes de style binaire.
Il s'agit de la valeur par défaut.
-optioncompare:text Spécifie des comparaisons de chaînes de style texte.
- DIVERS -
-help Afficher ce message d'utilisation. (Forme abrégée : -?)
-noconfig Ne pas inclure automatiquement un fichier VBC.RSP.
-nologo Ne pas afficher la bannière de copyright du compilateur.
-quiet Mode de sortie silencieux.
-verbose Afficher des messages documentés.
-parallel[+|-] Build simultanée.
-version Afficher le numéro de version du compilateur et quitter le processus.
- AVANCÉ -
-baseaddress:<numéro> Adresse de base d'une bibliothèque ou d'un module
(en hexadécimal).
-checksumalgorithm:<alg> Spécifier l'algorithme de calcul de la somme de contrôle
de fichier source stockée dans le fichier PDB. Valeurs prises en charge :
SHA1 ou SHA256 (par défaut).
-codepage:<numéro> Spécifie la page de codes à utiliser à l'ouverture
des fichiers sources.
-delaysign[+|-] Différer la signature de l'assembly en utilisant uniquement
la partie publique de la clé de nom fort.
-publicsign[+|-] Signer publiquement l'assembly en utilisant uniquement
la partie publique de la clé de nom fort.
-errorreport:<chaîne> Spécifie comment prendre en charge les erreurs internes du
compilateur ; doit avoir la valeur prompt, send, none ou queue
(par défaut).
-filealign:<numéro> Spécifier l'alignement utilisé pour les
sections du fichier de sortie.
-highentropyva[+|-] Activer la randomisation du format d'espace d'adresse d'entropie élevée.
-keycontainer:<chaîne> Spécifie un conteneur de clé de nom fort.
-keyfile:<fichier> Spécifie un fichier de clé de nom fort.
-libpath:<liste_chemins> Liste de répertoires où rechercher des
références de métadonnées. (Valeurs délimitées par des points-virgules.)
-main:<classe> Spécifie la classe ou le module qui contient
Sub Main. Il peut également s'agir d'une classe qui
hérite de System.Windows.Forms.Form.
(Forme abrégée : -m)
-moduleassemblyname:<chaîne> Nom de l'assembly dont ce module
doit faire partie.
-netcf Cibler le .NET Compact Framework.
-nostdlib Ne pas référencer les bibliothèques standard
(fichiers system.dll et VBC.RSP).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Spécifier un mappage pour les noms de chemins sources sortis par
le compilateur.
-platform:<chaîne> Limiter les plateformes sur lesquelles ce code peut s'exécuter ;
doit correspondre à x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred ou anycpu (par défaut).
-preferreduilang Spécifier le nom du langage de sortie préféré.
-nosdkpath Désactivez la recherche du chemin du kit SDK par défaut pour les assemblys de bibliothèque standard.
-sdkpath:<chemin> Emplacement du répertoire du SDK .NET Framework
(mscorlib.dll).
-subsystemversion:<version> Spécifier la version du sous-système du PE de sortie.
version:<numéro>[.<numéro>]
-utf8output[+|-] Émettre la sortie du compilateur au format
d'encodage de caractères UTF8.
@<fichier> Insérer les paramètres de ligne de commande à partir d'un fichier texte
-vbruntime[+|-|*] Compiler avec/sans le
runtime Visual Basic par défaut.
-vbruntime:<fichier> Compiler avec le
runtime Visual Basic de remplacement dans <fichier>.
</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoFunctionPointerTypesInVB">
<source>There are no function pointer types in VB.</source>
<target state="translated">Il n'existe aucun type de pointeur de fonction en VB.</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoNativeIntegerTypesInVB">
<source>There are no native integer types in VB.</source>
<target state="translated">Il n'existe aucun type d'entier natif dans VB.</target>
<note />
</trans-unit>
<trans-unit id="Trees0">
<source>trees({0})</source>
<target state="translated">arborescences({0})</target>
<note />
</trans-unit>
<trans-unit id="TreesMustHaveRootNode">
<source>trees({0}) must have root node with SyntaxKind.CompilationUnit.</source>
<target state="translated">les arborescences({0}) doivent avoir un nœud racine avec SyntaxKind.CompilationUnit.</target>
<note />
</trans-unit>
<trans-unit id="CannotAddCompilerSpecialTree">
<source>Cannot add compiler special tree</source>
<target state="translated">Impossible d'ajouter une arborescence spéciale du compilateur</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeAlreadyPresent">
<source>Syntax tree already present</source>
<target state="translated">Arborescence de syntaxe déjà présente</target>
<note />
</trans-unit>
<trans-unit id="SubmissionCanHaveAtMostOneSyntaxTree">
<source>Submission can have at most one syntax tree.</source>
<target state="translated">Une soumission peut avoir au plus une arborescence de syntaxe.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveCompilerSpecialTree">
<source>Cannot remove compiler special tree</source>
<target state="translated">Impossible de supprimer l'arborescence spéciale du compilateur</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeNotFoundToRemove">
<source>SyntaxTree '{0}' not found to remove</source>
<target state="translated">SyntaxTree '{0}' à supprimer introuvable</target>
<note />
</trans-unit>
<trans-unit id="TreeMustHaveARootNodeWithCompilationUnit">
<source>Tree must have a root node with SyntaxKind.CompilationUnit</source>
<target state="translated">L'arborescence doit avoir un nœud racine avec SyntaxKind.CompilationUnit</target>
<note />
</trans-unit>
<trans-unit id="CompilationVisualBasic">
<source>Compilation (Visual Basic): </source>
<target state="translated">Compilation (Visual Basic) : </target>
<note />
</trans-unit>
<trans-unit id="NodeIsNotWithinSyntaxTree">
<source>Node is not within syntax tree</source>
<target state="translated">Le nœud ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="CantReferenceCompilationFromTypes">
<source>Can't reference compilation of type '{0}' from {1} compilation.</source>
<target state="translated">Impossible de référencer la compilation de type '{0}' à partir de la compilation {1}.</target>
<note />
</trans-unit>
<trans-unit id="PositionOfTypeParameterTooLarge">
<source>position of type parameter too large</source>
<target state="translated">position du paramètre de type trop large</target>
<note />
</trans-unit>
<trans-unit id="AssociatedTypeDoesNotHaveTypeParameters">
<source>Associated type does not have type parameters</source>
<target state="translated">Le type associé n'a pas de paramètres de type</target>
<note />
</trans-unit>
<trans-unit id="IDS_FunctionReturnType">
<source>function return type</source>
<target state="translated">type de retour de la fonction</target>
<note />
</trans-unit>
<trans-unit id="TypeArgumentCannotBeNothing">
<source>Type argument cannot be Nothing</source>
<target state="translated">L'argument de type ne peut pas être Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">L'assembly '{0}' contenant le type '{1}' référence le .NET Framework, ce qui n'est pas pris en charge.</target>
<note>{1} is the type that was loaded, {0} is the containing assembly.</note>
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework_Title">
<source>The loaded assembly references .NET Framework, which is not supported.</source>
<target state="translated">L'assembly chargé référence le .NET Framework, ce qui n'est pas pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration">
<source>Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">Le générateur '{0}' n'a pas pu générer la source. Dans la mesure où il ne va pas contribuer à la sortie, des erreurs de compilation peuvent se produire. Exception levée de type '{1}' avec le message '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">Le générateur a levé l'exception suivante :
'{0}'.</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Title">
<source>Generator failed to generate source.</source>
<target state="translated">Le générateur n'a pas pu générer la source.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization">
<source>Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">Échec de l'initialisation du générateur '{0}'. Dans la mesure où il ne va pas contribuer à la sortie, des erreurs de compilation peuvent se produire. Exception levée de type '{1}' avec le message '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">Le générateur a levé l'exception suivante :
'{0}'.</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Title">
<source>Generator failed to initialize.</source>
<target state="translated">Échec de l'initialisation du générateur.</target>
<note />
</trans-unit>
<trans-unit id="WrongNumberOfTypeArguments">
<source>Wrong number of type arguments</source>
<target state="translated">Nombre incorrect d'arguments de type</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileNotFound">
<source>file '{0}' could not be found</source>
<target state="translated">le fichier '{0}' est introuvable</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoResponseFile">
<source>unable to open response file '{0}'</source>
<target state="translated">impossible d'ouvrir le fichier réponse '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentRequired">
<source>option '{0}' requires '{1}'</source>
<target state="translated">l'option '{0}' requiert '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_SwitchNeedsBool">
<source>option '{0}' can be followed only by '+' or '-'</source>
<target state="translated">l'option '{0}' ne peut être suivie que de '+' ou '-'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSwitchValue">
<source>the value '{1}' is invalid for option '{0}'</source>
<target state="translated">la valeur '{1}' n'est pas valide pour l'option '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_MutuallyExclusiveOptions">
<source>Compilation options '{0}' and '{1}' can't both be specified at the same time.</source>
<target state="translated">Les options de compilation '{0}' et '{1}' ne peuvent pas être spécifiées toutes les deux en même temps.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang">
<source>The language name '{0}' is invalid.</source>
<target state="translated">Le nom de langue '{0}' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang_Title">
<source>The language name for /preferreduilang is invalid</source>
<target state="translated">Le nom de langue pour /preferreduilang n’est pas valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_VBCoreNetModuleConflict">
<source>The options /vbruntime* and /target:module cannot be combined.</source>
<target state="translated">Les options /vbruntime* et /target:module ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatForGuidForOption">
<source>Command-line syntax error: Invalid Guid format '{0}' for option '{1}'</source>
<target state="translated">Erreur de syntaxe de ligne de commande : format de Guid '{0}' non valide pour l'option '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingGuidForOption">
<source>Command-line syntax error: Missing Guid for option '{1}'</source>
<target state="translated">Erreur de syntaxe de ligne de commande : Guid manquant pour l'option '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadChecksumAlgorithm">
<source>Algorithm '{0}' is not supported</source>
<target state="translated">Algorithme '{0}' non pris en charge</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch">
<source>unrecognized option '{0}'; ignored</source>
<target state="translated">option '{0}' non reconnue ; ignorée</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch_Title">
<source>Unrecognized command-line option</source>
<target state="translated">Option de ligne de commande non reconnue</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSources">
<source>no input sources specified</source>
<target state="translated">aucune source d'entrée spécifiée</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded">
<source>source file '{0}' specified multiple times</source>
<target state="translated">fichier source '{0}' indiqué plusieurs fois</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded_Title">
<source>Source file specified multiple times</source>
<target state="translated">Le fichier source a été spécifié plusieurs fois</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOpenFileWrite">
<source>can't open '{0}' for writing: {1}</source>
<target state="translated">impossible d'ouvrir '{0}' en écriture : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCodepage">
<source>code page '{0}' is invalid or not installed</source>
<target state="translated">la page de '{0}' n'est pas correcte ou n'est pas installée</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryFile">
<source>the file '{0}' is not a text file</source>
<target state="translated">le fichier '{0}' n'est pas un fichier texte</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibNotFound">
<source>could not find library '{0}'</source>
<target state="translated">impossible de trouver la bibliothèque '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataReferencesNotSupported">
<source>Metadata references not supported.</source>
<target state="translated">Références de métadonnées non prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IconFileAndWin32ResFile">
<source>cannot specify both /win32icon and /win32resource</source>
<target state="translated">impossible de spécifier à la fois /win32icon et /win32resource</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile">
<source>ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">Option /noconfig ignorée, car elle était spécifiée dans un fichier réponse</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile_Title">
<source>Ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">Option /noconfig ignorée, car elle était spécifiée dans un fichier réponse</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId">
<source>warning number '{0}' for the option '{1}' is either not configurable or not valid</source>
<target state="translated">le numéro d'avertissement '{0}' pour l'option '{1}' n'est pas configurable ou n'est pas valide</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId_Title">
<source>Warning number is either not configurable or not valid</source>
<target state="translated">Le numéro d’avertissement n’est pas configurable ou valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSourcesOut">
<source>cannot infer an output file name from resource only input files; provide the '/out' option</source>
<target state="translated">impossible de déduire le nom d'un fichier de sortie à partir de fichiers d'entrée de ressource uniquement ; fournissez l'option '/out'</target>
<note />
</trans-unit>
<trans-unit id="ERR_NeedModule">
<source>the /moduleassemblyname option may only be specified when building a target of type 'module'</source>
<target state="translated">l'option /moduleassemblyname ne peut être spécifiée que lors de la génération d'une cible de type 'module'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyName">
<source>'{0}' is not a valid value for /moduleassemblyname</source>
<target state="translated">'{0}' n'est pas une valeur valide pour /moduleassemblyname</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingManifestSwitches">
<source>Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.</source>
<target state="translated">Erreur d'incorporation du manifeste Win32 : l'option /win32manifest est en conflit avec /nowin32manifest.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest">
<source>Option /win32manifest ignored. It can be specified only when the target is an assembly.</source>
<target state="translated">Option /win32manifest ignorée. Elle ne peut être spécifiée que lorsque la cible est un assembly.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest_Title">
<source>Option /win32manifest ignored</source>
<target state="translated">Option /win32manifest ignorée</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInNamespace">
<source>Statement is not valid in a namespace.</source>
<target state="translated">Instruction non valide dans un espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedType1">
<source>Type '{0}' is not defined.</source>
<target state="translated">Le type '{0}' n'est pas défini.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNext">
<source>'Next' expected.</source>
<target state="translated">'Next' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCharConstant">
<source>Character constant must contain exactly one character.</source>
<target state="translated">Une constante caractère doit contenir exactement un caractère.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssemblyEvent3">
<source>Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">Une référence à l'assembly '{0}' contenant la définition de l'événement '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModuleEvent3">
<source>Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">Une référence au module '{0}' contenant la définition pour l'événement '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbExpectedEndIf">
<source>'#If' block must end with a matching '#End If'.</source>
<target state="translated">'Le bloc '#If' doit se terminer par un '#End If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbNoMatchingIf">
<source>'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.</source>
<target state="translated">'#ElseIf', '#Else' ou '#End If' doit être précédé d'un '#If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbBadElseif">
<source>'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#ElseIf' doit être précédé d'un '#If' ou '#ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromRestrictedType1">
<source>Inheriting from '{0}' is not valid.</source>
<target state="translated">L'héritage de '{0}' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvOutsideProc">
<source>Labels are not valid outside methods.</source>
<target state="translated">Les étiquettes ne sont pas valides en dehors des méthodes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantImplement">
<source>Delegates cannot implement interface methods.</source>
<target state="translated">Les délégués ne peuvent pas implémenter des méthodes d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantHandleEvents">
<source>Delegates cannot handle events.</source>
<target state="translated">Les délégués ne peuvent pas gérer les événements.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorRequiresReferenceTypes1">
<source>'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.</source>
<target state="translated">'L'opérateur 'Is' n'accepte pas d'opérandes de type '{0}'. Les opérandes doivent être de types référence ou Nullable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfRequiresReferenceType1">
<source>'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.</source>
<target state="translated">'TypeOf ... Is' requiert un opérande gauche ayant un type référence, mais cet opérande a le type valeur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasSet">
<source>Properties declared 'ReadOnly' cannot have a 'Set'.</source>
<target state="translated">Les propriétés déclarées 'ReadOnly' ne peuvent pas avoir de 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasGet">
<source>Properties declared 'WriteOnly' cannot have a 'Get'.</source>
<target state="translated">Les propriétés déclarées 'WriteOnly' ne peuvent pas avoir de 'Get'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideProc">
<source>Statement is not valid inside a method.</source>
<target state="translated">Instruction non valide dans une méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideBlock">
<source>Statement is not valid inside '{0}' block.</source>
<target state="translated">Instruction non valide dans un bloc '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedExpressionStatement">
<source>Expression statement is only allowed at the end of an interactive submission.</source>
<target state="translated">L'instruction d'expression est autorisée uniquement à la fin d'un envoi interactif.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndProp">
<source>Property missing 'End Property'.</source>
<target state="translated">End Property' manquant dans la propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSubExpected">
<source>'End Sub' expected.</source>
<target state="translated">'End Sub' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndFunctionExpected">
<source>'End Function' expected.</source>
<target state="translated">'End Function' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseNoMatchingIf">
<source>'#Else' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#Else' doit être précédé d'un '#If' ou '#ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantRaiseBaseEvent">
<source>Derived classes cannot raise base class events.</source>
<target state="translated">Les classes dérivées ne peuvent pas déclencher les événements de la classe de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryWithoutCatchOrFinally">
<source>Try must have at least one 'Catch' or a 'Finally'.</source>
<target state="translated">Try doit utiliser au moins un 'Catch' ou 'Finally'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventsCantBeFunctions">
<source>Events cannot have a return type.</source>
<target state="translated">Les événements ne peuvent pas avoir de type de retour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndBrack">
<source>Bracketed identifier is missing closing ']'.</source>
<target state="translated">Crochet fermant manquant (']') pour l'identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_Syntax">
<source>Syntax error.</source>
<target state="translated">Erreur de syntaxe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_Overflow">
<source>Overflow.</source>
<target state="translated">Dépassement de capacité.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalChar">
<source>Character is not valid.</source>
<target state="translated">Caractère non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StdInOptionProvidedButConsoleInputIsNotRedirected">
<source>stdin argument '-' is specified, but input has not been redirected from the standard input stream.</source>
<target state="translated">L'argument stdin '-' est spécifié, mais l'entrée n'a pas été redirigée à partir du flux d'entrée standard.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectOperand1">
<source>Option Strict On prohibits operands of type Object for operator '{0}'.</source>
<target state="translated">Option Strict On interdit les opérandes de type Object pour l'opérateur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotBeProperty">
<source>Loop control variable cannot be a property or a late-bound indexed array.</source>
<target state="translated">Une variable de contrôle de boucle ne peut pas être une propriété ni un tableau indexé à liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodBodyNotAtLineStart">
<source>First statement of a method body cannot be on the same line as the method declaration.</source>
<target state="translated">La première instruction d'un corps de méthode ne peut pas se trouver sur la même ligne que la déclaration de la méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MaximumNumberOfErrors">
<source>Maximum number of errors has been exceeded.</source>
<target state="translated">Le nombre maximal d'erreurs est dépassé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordNotInInstanceMethod1">
<source>'{0}' is valid only within an instance method.</source>
<target state="translated">'{0}' est valide uniquement dans une méthode d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromStructure1">
<source>'{0}' is not valid within a structure.</source>
<target state="translated">'{0}' n'est pas valide dans une structure.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor1">
<source>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.</source>
<target state="translated">Le constructeur d'attribut a un paramètre de type '{0}', qui n'est pas un type intégral, virgule flottante ni Enum, ni encore Object, Char, String, Boolean, System.Type ou un tableau unidimensionnel de ces types.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWithOptArgs">
<source>Method cannot have both a ParamArray and Optional parameters.</source>
<target state="translated">La méthode ne peut pas comporter simultanément des paramètres ParamArray et Optional.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedArray1">
<source>'{0}' statement requires an array.</source>
<target state="translated">'L'instruction '{0}' requiert un tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayNotArray">
<source>ParamArray parameter must be an array.</source>
<target state="translated">Le paramètre ParamArray doit être un tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayRank">
<source>ParamArray parameter must be a one-dimensional array.</source>
<target state="translated">Le paramètre ParamArray doit être un tableau unidimensionnel.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayRankLimit">
<source>Array exceeds the limit of 32 dimensions.</source>
<target state="translated">Le tableau dépasse le nombre de 32 dimensions autorisées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsNewArray">
<source>Arrays cannot be declared with 'New'.</source>
<target state="translated">Les tableaux ne peuvent pas être déclarés avec 'New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs1">
<source>Too many arguments to '{0}'.</source>
<target state="translated">Arguments trop nombreux pour '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedCase">
<source>Statements and labels are not valid between 'Select Case' and first 'Case'.</source>
<target state="translated">Instructions et étiquettes non valides entre 'Select Case' et la première occurrence de 'Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstExpr">
<source>Constant expression is required.</source>
<target state="translated">Une expression constante est requise.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression.</source>
<target state="translated">Une conversion de '{0}' en '{1}' ne peut pas avoir lieu dans une expression constante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMe">
<source>'Me' cannot be the target of an assignment.</source>
<target state="translated">'Me' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyAssignment">
<source>'ReadOnly' variable cannot be the target of an assignment.</source>
<target state="translated">'Une variable 'ReadOnly' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSubOfFunc">
<source>'Exit Sub' is not valid in a Function or Property.</source>
<target state="translated">'Exit Sub' n'est pas valide dans un Function ni un Property.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitPropNot">
<source>'Exit Property' is not valid in a Function or Sub.</source>
<target state="translated">'Exit Property' n'est pas valide dans un Function ni un Sub.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitFuncOfSub">
<source>'Exit Function' is not valid in a Sub or Property.</source>
<target state="translated">'Exit Function' n'est pas valide dans un Sub ni un Property.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LValueRequired">
<source>Expression is a value and therefore cannot be the target of an assignment.</source>
<target state="translated">Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForIndexInUse1">
<source>For loop control variable '{0}' already in use by an enclosing For loop.</source>
<target state="translated">Variable de contrôle de boucle For '{0}' déjà utilisée par une boucle For englobante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextForMismatch1">
<source>Next control variable does not match For loop control variable '{0}'.</source>
<target state="translated">La variable de contrôle Next ne correspond pas à la variable de contrôle de boucle For '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseElseNoSelect">
<source>'Case Else' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case Else' ne peut apparaître qu'à l'intérieur d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseNoSelect">
<source>'Case' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case' ne peut apparaître qu'à l'intérieur d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAssignToConst">
<source>Constant cannot be the target of an assignment.</source>
<target state="translated">Une constante ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedSubscript">
<source>Named arguments are not valid as array subscripts.</source>
<target state="translated">Les arguments nommés ne sont pas valides en tant qu'indices de tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndIf">
<source>'If' must end with a matching 'End If'.</source>
<target state="translated">'If' doit se terminer par un 'End If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWhile">
<source>'While' must end with a matching 'End While'.</source>
<target state="translated">'While' doit se terminer par un 'End While' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLoop">
<source>'Do' must end with a matching 'Loop'.</source>
<target state="translated">'Do' doit se terminer par un 'Loop' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNext">
<source>'For' must end with a matching 'Next'.</source>
<target state="translated">'For' doit se terminer par un 'Next' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWith">
<source>'With' must end with a matching 'End With'.</source>
<target state="translated">'With' doit se terminer par un 'End With' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseNoMatchingIf">
<source>'Else' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'Else' doit être précédé d'un 'If' ou 'ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndIfNoMatchingIf">
<source>'End If' must be preceded by a matching 'If'.</source>
<target state="translated">'End If' doit être précédé d'un 'If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSelectNoSelect">
<source>'End Select' must be preceded by a matching 'Select Case'.</source>
<target state="translated">'End Select' doit être précédé d'un 'Select Case' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitDoNotWithinDo">
<source>'Exit Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Exit Do' ne peut s'utiliser qu'à l'intérieur d'une instruction 'Do'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWhileNoWhile">
<source>'End While' must be preceded by a matching 'While'.</source>
<target state="translated">'End While' doit être précédé d'un 'While' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopNoMatchingDo">
<source>'Loop' must be preceded by a matching 'Do'.</source>
<target state="translated">'Loop' doit être précédé d'un 'Do' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextNoMatchingFor">
<source>'Next' must be preceded by a matching 'For'.</source>
<target state="translated">'Next' doit être précédé d'un 'For' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWithWithoutWith">
<source>'End With' must be preceded by a matching 'With'.</source>
<target state="translated">'End With' doit être précédé d'un 'With' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefined1">
<source>Label '{0}' is already defined in the current method.</source>
<target state="translated">L'étiquette '{0}' est déjà définie dans la méthode actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSelect">
<source>'Select Case' must end with a matching 'End Select'.</source>
<target state="translated">'Select Case' doit se terminer par un 'End Select' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitForNotWithinFor">
<source>'Exit For' can only appear inside a 'For' statement.</source>
<target state="translated">'Exit For' ne peut apparaître qu'à l'intérieur d'une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitWhileNotWithinWhile">
<source>'Exit While' can only appear inside a 'While' statement.</source>
<target state="translated">'Exit While' ne peut apparaître qu'à l'intérieur d'une instruction 'While'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyProperty1">
<source>'ReadOnly' property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'La propriété 'ReadOnly' '{0}' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSelectNotWithinSelect">
<source>'Exit Select' can only appear inside a 'Select' statement.</source>
<target state="translated">'Exit Select' ne peut apparaître qu'à l'intérieur d'une instruction 'Select'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BranchOutOfFinally">
<source>Branching out of a 'Finally' is not valid.</source>
<target state="translated">La création d'une branche en dehors d'un 'Finally' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualNotObjectRecord1">
<source>'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.</source>
<target state="translated">'!' requiert un opérande gauche ayant un paramètre de type, un type de classe ou d'interface, mais cet opérande a le type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewIndices">
<source>Number of indices is less than the number of dimensions of the indexed array.</source>
<target state="translated">Le nombre d'index est inférieur au nombre de dimensions du tableau indexé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyIndices">
<source>Number of indices exceeds the number of dimensions of the indexed array.</source>
<target state="translated">Le nombre d'index est supérieur au nombre de dimensions du tableau indexé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EnumNotExpression1">
<source>'{0}' is an Enum type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type Enum et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeNotExpression1">
<source>'{0}' is a type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassNotExpression1">
<source>'{0}' is a class type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type classe et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNotExpression1">
<source>'{0}' is a structure type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type structure et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotExpression1">
<source>'{0}' is an interface type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type interface et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotExpression1">
<source>'{0}' is a namespace and cannot be used as an expression.</source>
<target state="translated">'{0}' est un espace de noms et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNamespaceName1">
<source>'{0}' is not a valid name and cannot be used as the root namespace name.</source>
<target state="translated">'{0}' n'est pas un nom valide et ne peut pas être utilisé comme nom d'espace de noms racine.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlPrefixNotExpression">
<source>'{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.</source>
<target state="translated">'{0}' est un préfixe XML et ne peut pas être utilisé comme expression. Utilisez l'opérateur GetXmlNamespace pour créer un objet namespace.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleExtends">
<source>'Inherits' can appear only once within a 'Class' statement and can only specify one class.</source>
<target state="translated">'Inherits' ne peut apparaître qu'une seule fois dans une instruction 'Class' et ne peut spécifier qu'une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropMustHaveGetSet">
<source>Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.</source>
<target state="translated">Une propriété sans spécificateur 'ReadOnly' ou 'WriteOnly' doit fournir un 'Get' et un 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasNoWrite">
<source>'WriteOnly' property must provide a 'Set'.</source>
<target state="translated">'Une propriété 'WriteOnly' doit fournir un 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasNoGet">
<source>'ReadOnly' property must provide a 'Get'.</source>
<target state="translated">'Une propriété 'ReadOnly' doit fournir un 'Get'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttribute1">
<source>Attribute '{0}' is not valid: Incorrect argument value.</source>
<target state="translated">L'attribut '{0}' n'est pas valide : valeur d'argument incorrecte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LabelNotDefined1">
<source>Label '{0}' is not defined.</source>
<target state="translated">L'étiquette '{0}' n'est pas définie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ErrorCreatingWin32ResourceFile">
<source>Error creating Win32 resources: {0}</source>
<target state="translated">Erreur lors de la création de ressources Win32 : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToCreateTempFile">
<source>Cannot create temporary file: {0}</source>
<target state="translated">Impossible de créer le fichier temporaire : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCall2">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel à 'MyBase.New' ou 'MyClass.New', car la classe de base '{0}' de '{1}' n'a pas de 'Sub New' accessible qu'il est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMember3">
<source>{0} '{1}' must implement '{2}' for interface '{3}'.</source>
<target state="translated">{0} '{1}' doit implémenter '{2}' pour l'interface '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithRef">
<source>Leading '.' or '!' can only appear inside a 'With' statement.</source>
<target state="translated">Un '.' ou '!' de début ne peut apparaître que dans une instruction 'With'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAccessCategoryUsed">
<source>Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.</source>
<target state="translated">Vous pouvez spécifier uniquement une instance de type 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend' ou 'Private Protected'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateModifierCategoryUsed">
<source>Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.</source>
<target state="translated">Vous pouvez spécifier uniquement une instance de type 'NotOverridable', 'MustOverride' ou 'Overridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateSpecifier">
<source>Specifier is duplicated.</source>
<target state="translated">Spécificateur en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeConflict6">
<source>{0} '{1}' and {2} '{3}' conflict in {4} '{5}'.</source>
<target state="translated">{0} '{1}' et {2} '{3}' sont en conflit dans {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeKeyword">
<source>Keyword does not name a type.</source>
<target state="translated">Le mot clé ne désigne pas un type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraSpecifiers">
<source>Specifiers valid only at the beginning of a declaration.</source>
<target state="translated">Les spécificateurs sont valides uniquement au début d'une déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedType">
<source>Type expected.</source>
<target state="translated">Type attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfKeyword">
<source>Keyword is not valid as an identifier.</source>
<target state="translated">Mot clé non valide en tant qu'identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEnum">
<source>'End Enum' must be preceded by a matching 'Enum'.</source>
<target state="translated">'End Enum' doit être précédé d'un 'Enum' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEnum">
<source>'Enum' must end with a matching 'End Enum'.</source>
<target state="translated">'Enum' doit se terminer par un 'End Enum' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDeclaration">
<source>Declaration expected.</source>
<target state="translated">Déclaration attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeLast">
<source>End of parameter list expected. Cannot define parameters after a paramarray parameter.</source>
<target state="translated">Fin de liste de paramètres attendue. Impossible de définir des paramètres après un paramètre paramarray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvalidOnInheritsImplOpt">
<source>Specifiers and attributes are not valid on this statement.</source>
<target state="translated">Les spécificateurs et les attributs ne sont pas valides pour cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSpecifier">
<source>Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.</source>
<target state="translated">Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' ou 'Shared' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedComma">
<source>Comma expected.</source>
<target state="translated">Virgule attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAs">
<source>'As' expected.</source>
<target state="translated">'As' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRparen">
<source>')' expected.</source>
<target state="translated">')' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLparen">
<source>'(' expected.</source>
<target state="translated">'(' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNewInType">
<source>'New' is not valid in this context.</source>
<target state="translated">'New' n'est pas valide dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExpression">
<source>Expression expected.</source>
<target state="translated">Expression attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptional">
<source>'Optional' expected.</source>
<target state="translated">'Optional' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifier">
<source>Identifier expected.</source>
<target state="translated">Identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIntLiteral">
<source>Integer constant expected.</source>
<target state="translated">Constante Integer attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEOS">
<source>End of statement expected.</source>
<target state="translated">Fin d'instruction attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedForOptionStmt">
<source>'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.</source>
<target state="translated">'Option' doit être suivi de 'Compare', 'Explicit', 'Infer' ou 'Strict'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionCompare">
<source>'Option Compare' must be followed by 'Text' or 'Binary'.</source>
<target state="translated">'Option Compare' doit être suivi de 'Text' ou 'Binary'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptionCompare">
<source>'Compare' expected.</source>
<target state="translated">'Compare' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObject">
<source>Option Strict On requires all variable declarations to have an 'As' clause.</source>
<target state="translated">Toutes les déclarations de variable de Option Strict On requièrent une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitProc">
<source>Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.</source>
<target state="translated">Toutes les déclarations Function, Property et Operator de Option Strict On requièrent une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitArgs">
<source>Option Strict On requires that all method parameters have an 'As' clause.</source>
<target state="translated">Tous les paramètres de méthode de Option Strict On requièrent une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidParameterSyntax">
<source>Comma or ')' expected.</source>
<target state="translated">Virgule ou ')' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubFunction">
<source>'Sub' or 'Function' expected.</source>
<target state="translated">'Sub' ou 'Function' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedStringLiteral">
<source>String constant expected.</source>
<target state="translated">Constante de chaîne attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingLibInDeclare">
<source>'Lib' expected.</source>
<target state="translated">'Lib' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateNoInvoke1">
<source>Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.</source>
<target state="translated">La classe déléguée '{0}' n'a pas de méthode Invoke, c'est pourquoi une expression de ce type ne peut pas être la cible d'un appel de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingIsInTypeOf">
<source>'Is' expected.</source>
<target state="translated">'Is' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateOption1">
<source>'Option {0}' statement can only appear once per file.</source>
<target state="translated">'Une instruction 'Option {0}' ne peut apparaître qu'une seule fois par fichier.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantInherit">
<source>'Inherits' not valid in Modules.</source>
<target state="translated">'Inherits' n'est pas valide dans les modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantImplement">
<source>'Implements' not valid in Modules.</source>
<target state="translated">'Implements' n'est pas valide dans les modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadImplementsType">
<source>Implemented type must be an interface.</source>
<target state="translated">Le type implémenté doit être une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstFlags1">
<source>'{0}' is not valid on a constant declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de constante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithEventsFlags1">
<source>'{0}' is not valid on a WithEvents declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration WithEvents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDimFlags1">
<source>'{0}' is not valid on a member variable declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de variable membre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParamName1">
<source>Parameter already declared with name '{0}'.</source>
<target state="translated">Paramètre déjà déclaré avec le nom '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopDoubleCondition">
<source>'Loop' cannot have a condition if matching 'Do' has one.</source>
<target state="translated">'Loop' ne peut pas avoir de condition si le 'Do' correspondant en a une.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRelational">
<source>Relational operator expected.</source>
<target state="translated">Opérateur relationnel attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExitKind">
<source>'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.</source>
<target state="translated">'Exit' doit être suivi de 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select' ou 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgumentInAttributeList">
<source>Named argument expected.</source>
<target state="translated">Argument nommé attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation">
<source>Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.</source>
<target state="translated">Les spécifications d'argument nommé doivent s'afficher après la spécification de tous les arguments fixes dans un appel avec liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgument">
<source>Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.</source>
<target state="translated">Argument nommé attendu. Utilisez la version de langage {0} ou une version ultérieure pour permettre l'emploi d'arguments nommés non placés en position de fin.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMethodFlags1">
<source>'{0}' is not valid on a method declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEventFlags1">
<source>'{0}' is not valid on an event declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration event.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDeclareFlags1">
<source>'{0}' is not valid on a Declare.</source>
<target state="translated">'{0}' n'est pas valide dans un Declare.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalConstFlags1">
<source>'{0}' is not valid on a local constant declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de constante locale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalDimFlags1">
<source>'{0}' is not valid on a local variable declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de variable locale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedConditionalDirective">
<source>'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.</source>
<target state="translated">'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' ou 'R' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEQ">
<source>'=' expected.</source>
<target state="translated">'=' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorNotFound1">
<source>Type '{0}' has no constructors.</source>
<target state="translated">Le type '{0}' n'a aucun constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndInterface">
<source>'End Interface' must be preceded by a matching 'Interface'.</source>
<target state="translated">'End Interface' doit être précédé d'un 'Interface' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndInterface">
<source>'Interface' must end with a matching 'End Interface'.</source>
<target state="translated">'Interface' doit se terminer par un 'End Interface' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFrom2">
<source>
'{0}' inherits from '{1}'.</source>
<target state="translated">
'{0}' hérite de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNestedIn2">
<source>
'{0}' is nested in '{1}'.</source>
<target state="translated">
'{0}' est imbriqué dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycle1">
<source>Class '{0}' cannot inherit from itself: {1}</source>
<target state="translated">La classe '{0}' ne peut pas hériter d'elle-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonClass">
<source>Classes can inherit only from other classes.</source>
<target state="translated">Les classes ne peuvent hériter que d'autres classes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedType3">
<source>'{0}' is already declared as '{1}' in this {2}.</source>
<target state="translated">'{0}' est déjà déclaré en tant que '{1}' dans ce {2}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverrideAccess2">
<source>'{0}' cannot override '{1}' because they have different access levels.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car elles ont des niveaux d'accès différents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideNotOverridable2">
<source>'{0}' cannot override '{1}' because it is declared 'NotOverridable'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car il est déclaré 'NotOverridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDef1">
<source>'{0}' has multiple definitions with identical signatures.</source>
<target state="translated">'{0}' a plusieurs définitions comportant des signatures identiques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDefWithDifferentTupleNames2">
<source>'{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.</source>
<target state="translated">'{0}' a plusieurs définitions comportant des signatures identiques avec des noms d'éléments tuples différents, notamment '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceMethodFlags1">
<source>'{0}' is not valid on an interface method declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de méthode d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound2">
<source>'{0}' is not a parameter of '{1}'.</source>
<target state="translated">'{0}' n'est pas un paramètre de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfacePropertyFlags1">
<source>'{0}' is not valid on an interface property declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de propriété d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice2">
<source>Parameter '{0}' of '{1}' already has a matching argument.</source>
<target state="translated">Le paramètre '{0}' de '{1}' a déjà un argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCantUseEventSpecifier1">
<source>'{0}' is not valid on an interface event declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration event d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNoMatch2">
<source>Type character '{0}' does not match declared data type '{1}'.</source>
<target state="translated">Le caractère de type '{0}' ne correspond pas au type de données déclaré '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubOrFunction">
<source>'Sub' or 'Function' expected after 'Delegate'.</source>
<target state="translated">'Sub' ou 'Function' attendu après 'Delegate'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEmptyEnum1">
<source>Enum '{0}' must contain at least one member.</source>
<target state="translated">Enum '{0}' doit contenir au moins un membre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidConstructorCall">
<source>Constructor call is valid only as the first statement in an instance constructor.</source>
<target state="translated">Un appel à un constructeur est valide uniquement en tant que première instruction dans un constructeur d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideConstructor">
<source>'Sub New' cannot be declared 'Overrides'.</source>
<target state="translated">'Sub New' ne peut pas être déclaré 'Overrides'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorCannotBeDeclaredPartial">
<source>'Sub New' cannot be declared 'Partial'.</source>
<target state="translated">'Sub New' ne peut pas être déclaré 'Partial'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleEmitFailure">
<source>Failed to emit module '{0}': {1}</source>
<target state="translated">Échec de l'émission du module '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncUpdateFailedMissingAttribute">
<source>Cannot update '{0}'; attribute '{1}' is missing.</source>
<target state="translated">Impossible de mettre à jour '{0}' ; l'attribut '{1}' est manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideNotNeeded3">
<source>{0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.</source>
<target state="translated">{0} '{1}' ne peut pas être déclaré 'Overrides', car il ne se substitue pas à un {0} dans une classe de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDot">
<source>'.' expected.</source>
<target state="translated">'.' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocals1">
<source>Local variable '{0}' is already declared in the current block.</source>
<target state="translated">La variable locale '{0}' est déjà déclarée dans le bloc actuel.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProc">
<source>Statement cannot appear within a method body. End of method assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps de méthode. Elle est interprétée comme la fin de la méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalSameAsFunc">
<source>Local variable cannot have the same name as the function containing it.</source>
<target state="translated">Une variable locale ne peut pas avoir le même nom que la fonction qui la contient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordEmbeds2">
<source>
'{0}' contains '{1}' (variable '{2}').</source>
<target state="translated">
'{0}' contient '{1}' (variable '{2}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordCycle2">
<source>Structure '{0}' cannot contain an instance of itself: {1}</source>
<target state="translated">La structure '{0}' ne peut pas contenir une instance d'elle-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCycle1">
<source>Interface '{0}' cannot inherit from itself: {1}</source>
<target state="translated">L'interface '{0}' ne peut pas hériter d'elle-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle2">
<source>
'{0}' calls '{1}'.</source>
<target state="translated">
'{0}' appelle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle1">
<source>Constructor '{0}' cannot call itself: {1}</source>
<target state="translated">Le constructeur '{0}' ne peut pas s'appeler lui-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromCantInherit3">
<source>'{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.</source>
<target state="translated">'{0}' ne peut pas hériter de {2} '{1}', car '{1}' est déclaré 'NotInheritable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithOptional2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by optional parameters.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithReturnType2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by return types.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les types de retour les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharWithType1">
<source>Type character '{0}' cannot be used in a declaration with an explicit type.</source>
<target state="translated">Le caractère de type '{0}' ne peut pas être utilisé dans une déclaration avec un type explicite.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnSub">
<source>Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.</source>
<target state="translated">Un caractère de type ne peut pas être utilisé dans une déclaration 'Sub', car un 'Sub' ne retourne pas de valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithDefault2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seules les valeurs par défaut des paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingSubscript">
<source>Array subscript expression missing.</source>
<target state="translated">Expression d'indice de tableau manquante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithDefault2">
<source>'{0}' cannot override '{1}' because they differ by the default values of optional parameters.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car seules les valeurs par défaut des paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptional2">
<source>'{0}' cannot override '{1}' because they differ by optional parameters.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car les paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldOfValueFieldOfMarshalByRef3">
<source>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.</source>
<target state="translated">Impossible de faire référence à '{0}', car il est membre du champ de valeurs '{1}' de la classe '{2}', qui a 'System.MarshalByRefObject' comme classe de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}'.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseAfterCaseElse">
<source>'Case' cannot follow a 'Case Else' in the same 'Select' statement.</source>
<target state="translated">'Case' ne peut pas suivre 'Case Else' dans la même instruction 'Select'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayMismatch4">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}', car '{2}' n'est pas dérivé de '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertObjectArrayMismatch3">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}', car '{2}' n'est pas un type référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopType1">
<source>'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.</source>
<target state="translated">'La variable de contrôle de boucle 'For' ne peut pas être de type '{0}', car le type ne prend pas en charge les opérateurs requis.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithByref2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les paramètres déclarés 'ByRef' ou 'ByVal' les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonInterface">
<source>Interface can inherit only from another interface.</source>
<target state="translated">Une interface ne peut hériter que d'une autre interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceOrderOnInherits">
<source>'Inherits' statements must precede all declarations in an interface.</source>
<target state="translated">'Les instructions 'Inherits' doivent précéder toutes les déclarations dans une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateDefaultProps1">
<source>'Default' can be applied to only one property name in a {0}.</source>
<target state="translated">'Default' ne peut être appliqué qu'à un seul nom de propriété dans un {0}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMissingFromProperty2">
<source>'{0}' and '{1}' cannot overload each other because only one is declared 'Default'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seul l'un d'entre eux est déclaré 'Default'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingPropertyKind2">
<source>'{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car 'ReadOnly' ou 'WriteOnly' les différencie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInInterface">
<source>'Sub New' cannot be declared in an interface.</source>
<target state="translated">'Sub New' ne peut pas être déclaré dans une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNew1">
<source>'Sub New' cannot be declared '{0}'.</source>
<target state="translated">'Sub New' ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadingPropertyKind2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seul 'ReadOnly' ou 'WriteOnly' les différencie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDefaultNotExtend1">
<source>Class '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">La classe '{0}' ne peut pas être indexée, car elle n'a pas de propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithArrayVsParamArray2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les paramètres déclarés 'ParamArray' les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInstanceMemberAccess">
<source>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.</source>
<target state="translated">Impossible de faire référence à un membre instance d'une classe à partir d'une méthode partagée ou d'un initialiseur de membre partagé sans une instance explicite de la classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRbrace">
<source>'}' expected.</source>
<target state="translated">'}' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleAsType1">
<source>Module '{0}' cannot be used as a type.</source>
<target state="translated">Le module '{0}' ne peut pas être utilisé en tant que type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnNonClass">
<source>'New' cannot be used on an interface.</source>
<target state="translated">'Impossible d'utiliser 'New' pour une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchAfterFinally">
<source>'Catch' cannot appear after 'Finally' within a 'Try' statement.</source>
<target state="translated">'Catch' ne peut pas apparaître après 'Finally' dans une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNoMatchingTry">
<source>'Catch' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Catch' ne peut pas apparaître en dehors d'une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyAfterFinally">
<source>'Finally' can only appear once in a 'Try' statement.</source>
<target state="translated">'Finally' ne peut apparaître qu'une seule fois dans une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyNoMatchingTry">
<source>'Finally' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Finally' ne peut pas apparaître en dehors d'une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndTryNoTry">
<source>'End Try' must be preceded by a matching 'Try'.</source>
<target state="translated">'End Try' doit être précédé d'un 'Try' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndTry">
<source>'Try' must end with a matching 'End Try'.</source>
<target state="translated">'Try' doit se terminer par un 'End Try' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDelegateFlags1">
<source>'{0}' is not valid on a Delegate declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Delegate.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstructorOnBase2">
<source>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.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car sa classe de base '{1}' n'a pas de 'Sub New' accessible qu'il est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleSymbol2">
<source>'{0}' is not accessible in this context because it is '{1}'.</source>
<target state="translated">'{0}' n'est pas accessible dans ce contexte, car il est '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleMember3">
<source>'{0}.{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">'{0}.{1}' n'est pas accessible dans ce contexte, car il est '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNotException1">
<source>'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.</source>
<target state="translated">'Catch' ne peut pas intercepter le type '{0}', car il n'est pas 'System.Exception' ou une classe qui hérite de 'System.Exception'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitTryNotWithinTry">
<source>'Exit Try' can only appear inside a 'Try' statement.</source>
<target state="translated">'Exit Try' ne peut apparaître qu'à l'intérieur d'une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRecordFlags1">
<source>'{0}' is not valid on a Structure declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Structure.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEnumFlags1">
<source>'{0}' is not valid on an Enum declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Enum.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceFlags1">
<source>'{0}' is not valid on an Interface declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithByref2">
<source>'{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car un paramètre marqué comme 'ByRef' pour l'une et 'ByVal' pour l'autre les différencie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyBaseAbstractCall1">
<source>'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.</source>
<target state="translated">'MyBase' ne peut pas être utilisé avec la méthode '{0}', car il est déclaré 'MustOverride'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentNotMemberOfInterface4">
<source>'{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.</source>
<target state="translated">'{0}' ne peut pas implémenter '{1}', car il n'existe pas de {2} correspondant pour l'interface '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementingInterfaceWithDifferentTupleNames5">
<source>'{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.</source>
<target state="translated">'{0}' ne peut pas implémenter {1} '{2}' sur l'interface '{3}', car les noms d'éléments tuples dans '{4}' ne correspondent pas à ceux dans '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsRequiresClass">
<source>'WithEvents' variables must have an 'As' clause.</source>
<target state="translated">'Les variables 'WithEvents' doivent comporter une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsAsStruct">
<source>'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.</source>
<target state="translated">'Les variables 'WithEvents' peuvent seulement être de type classe, interface ou paramètre de type avec des contraintes de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayRankMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}', car les types tableau ont des nombres de dimensions différents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimRankMismatch">
<source>'ReDim' cannot change the number of dimensions of an array.</source>
<target state="translated">'ReDim' ne peut pas changer le nombre de dimensions d'un tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartupCodeNotFound1">
<source>'Sub Main' was not found in '{0}'.</source>
<target state="translated">'Sub Main' est introuvable dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstAsNonConstant">
<source>Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.</source>
<target state="translated">Les constantes doivent être de type intrinsèque ou énuméré, et non de type classe, structure, paramètre de type ou tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSub">
<source>'End Sub' must be preceded by a matching 'Sub'.</source>
<target state="translated">'End Sub' doit être précédé d'un 'Sub' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndFunction">
<source>'End Function' must be preceded by a matching 'Function'.</source>
<target state="translated">'End Function' doit être précédé d'un 'Function' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndProperty">
<source>'End Property' must be preceded by a matching 'Property'.</source>
<target state="translated">'End Property' doit être précédé d'un 'Property' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseMethodSpecifier1">
<source>Methods in a Module cannot be declared '{0}'.</source>
<target state="translated">Les méthodes d'un module ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseEventSpecifier1">
<source>Events in a Module cannot be declared '{0}'.</source>
<target state="translated">Les événements d'un module ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseVarSpecifier1">
<source>Members in a Structure cannot be declared '{0}'.</source>
<target state="translated">Les membres d'une structure ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOverrideDueToReturn2">
<source>'{0}' cannot override '{1}' because they differ by their return types.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car leurs types de retour ne sont pas identiques.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2">
<source>'{0}' cannot override '{1}' because they differ by their tuple element names.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}' car leurs noms d'éléments tuples sont différents.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2_Title">
<source>Member cannot override because it differs by its tuple element names.</source>
<target state="translated">Le membre ne peut pas procéder à la substitution car ses noms d'éléments tuples sont différents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantWithNoValue">
<source>Constants must have a value.</source>
<target state="translated">Les constantes doivent avoir une valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionOverflow1">
<source>Constant expression not representable in type '{0}'.</source>
<target state="translated">L'expression constante n'est pas représentable dans le type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertyGet">
<source>'Get' is already declared.</source>
<target state="translated">'Get' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertySet">
<source>'Set' is already declared.</source>
<target state="translated">'Set' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotDeclared1">
<source>'{0}' is not declared. It may be inaccessible due to its protection level.</source>
<target state="translated">'{0}' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperands3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour les types '{1}' et '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedProcedure">
<source>Expression is not a method.</source>
<target state="translated">L'expression n'est pas une méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument2">
<source>Argument not specified for parameter '{0}' of '{1}'.</source>
<target state="translated">Argument non spécifié pour le paramètre '{0}' de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMember2">
<source>'{0}' is not a member of '{1}'.</source>
<target state="translated">'{0}' n'est pas un membre de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndClassNoClass">
<source>'End Class' must be preceded by a matching 'Class'.</source>
<target state="translated">'End Class' doit être précédé d'un 'Class' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadClassFlags1">
<source>Classes cannot be declared '{0}'.</source>
<target state="translated">Les classes ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportsMustBeFirst">
<source>'Imports' statements must precede any declarations.</source>
<target state="translated">'Des instructions 'Imports' doivent précéder toutes les déclarations.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonNamespaceOrClassOnImport2">
<source>'{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.</source>
<target state="translated">'{1}' pour les Imports '{0}' ne fait pas référence à un Namespace, Class, Structure, Enum ou Module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNotallowed">
<source>Type declaration characters are not valid in this context.</source>
<target state="translated">Les caractères de déclaration de type ne sont pas valides dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectReferenceNotSupplied">
<source>Reference to a non-shared member requires an object reference.</source>
<target state="translated">Une référence à un membre non partagé requiert une référence d'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassNotInClass">
<source>'MyClass' cannot be used outside of a class.</source>
<target state="translated">'MyClass' ne peut pas être utilisé à l'extérieur d'une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndexedNotArrayOrProc">
<source>Expression is not an array or a method, and cannot have an argument list.</source>
<target state="translated">L'expression n'est pas un tableau ni une méthode et ne peut pas avoir de liste d'arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventSourceIsArray">
<source>'WithEvents' variables cannot be typed as arrays.</source>
<target state="translated">'Les variables 'WithEvents' ne peuvent pas être de type tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorWithParams">
<source>Shared 'Sub New' cannot have any parameters.</source>
<target state="translated">Un 'Sub New' partagé ne peut pas avoir de paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorIllegalSpec1">
<source>Shared 'Sub New' cannot be declared '{0}'.</source>
<target state="translated">Un 'Sub New' partagé ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndClass">
<source>'Class' statement must end with a matching 'End Class'.</source>
<target state="translated">'Une instruction 'Class' doit se terminer par un 'End Class' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryOperand2">
<source>Operator '{0}' is not defined for type '{1}'.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour le type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsWithDefault1">
<source>'Default' cannot be combined with '{0}'.</source>
<target state="translated">'Default' ne peut pas être combiné avec '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidValue">
<source>Expression does not produce a value.</source>
<target state="translated">Cette expression ne produit pas de valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorFunction">
<source>Constructor must be declared as a Sub, not as a Function.</source>
<target state="translated">Le constructeur doit être déclaré en tant que Sub, et non Function.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLiteralExponent">
<source>Exponent is not valid.</source>
<target state="translated">Exposant non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewCannotHandleEvents">
<source>'Sub New' cannot handle events.</source>
<target state="translated">'Sub New' ne peut pas gérer d'événements.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularEvaluation1">
<source>Constant '{0}' cannot depend on its own value.</source>
<target state="translated">La constante '{0}' ne peut pas dépendre de sa propre valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedMeth1">
<source>'Shared' cannot be combined with '{0}' on a method declaration.</source>
<target state="translated">'Shared' ne peut pas être combiné avec '{0}' pour une déclaration de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedProperty1">
<source>'Shared' cannot be combined with '{0}' on a property declaration.</source>
<target state="translated">'Shared' ne peut pas être combiné avec '{0}' pour une déclaration de propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnStdModuleProperty1">
<source>Properties in a Module cannot be declared '{0}'.</source>
<target state="translated">Les propriétés d'un module ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedOnProcThatImpl">
<source>Methods or events that implement interface members cannot be declared 'Shared'.</source>
<target state="translated">Les méthodes ou événements qui implémentent des membres d'interface ne peuvent pas être déclarés 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoWithEventsVarOnHandlesList">
<source>Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</source>
<target state="translated">La clause Handles requiert une variable WithEvents définie dans le type conteneur ou l'un de ses types de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatch5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du {1} de base à {3} '{4}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionDisallowed2">
<source>Option Strict On disallows implicit conversions from '{0}' to '{1}'.</source>
<target state="translated">Option Strict On interdit les conversions implicites de '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoArgumentCountOverloadCandidates1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of arguments.</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible n'accepte ce nombre d'arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoViableOverloadCandidates1">
<source>Overload resolution failed because no '{0}' is accessible.</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' n'est accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoCallableOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible ne peut être appelé avec ces arguments : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible ne peut être appelé : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonNarrowingOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible ne peut être appelé sans conversion restrictive : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing3">
<source>Argument matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">Le paramètre de correspondance d'arguments '{0}' passe de '{1}' à '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoMostSpecificOverload2">
<source>Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible n'est plus spécifique pour ces arguments : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotMostSpecificOverload">
<source>Not most specific.</source>
<target state="translated">Pas plus spécifique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate2">
<source>
'{0}': {1}</source>
<target state="translated">
'{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGetProperty1">
<source>Property '{0}' is 'WriteOnly'.</source>
<target state="translated">La propriété '{0}' est 'WriteOnly'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSetProperty1">
<source>Property '{0}' is 'ReadOnly'.</source>
<target state="translated">La propriété '{0}' est 'ReadOnly'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamTypingInconsistency">
<source>All parameters must be explicitly typed if any of them are explicitly typed.</source>
<target state="translated">Tous les paramètres doivent être explicitement typés, si l'un d'eux est explicitement typé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamNameFunctionNameCollision">
<source>Parameter cannot have the same name as its defining function.</source>
<target state="translated">Un paramètre ne peut pas avoir le même nom que sa fonction de définition.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DateToDoubleConversion">
<source>Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.</source>
<target state="translated">Pour convertir 'Date' en 'Double', vous devez appeler la méthode 'Date.ToOADate'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoubleToDateConversion">
<source>Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.</source>
<target state="translated">Pour convertir 'Double' en 'Date', vous devez appeler la méthode 'Date.FromOADate'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ZeroDivide">
<source>Division by zero occurred while evaluating this expression.</source>
<target state="translated">Une division par zéro s'est produite lors de l'évaluation de cette expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryAndOnErrorDoNotMix">
<source>Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.</source>
<target state="translated">Une méthode ne peut pas contenir à la fois une instruction 'Try' et une instruction 'On Error' ou 'Resume'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyAccessIgnored">
<source>Property access must assign to the property or use its value.</source>
<target state="translated">Un accès à la propriété doit assigner la propriété ou utiliser sa valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNoDefault1">
<source>'{0}' cannot be indexed because it has no default property.</source>
<target state="translated">'{0}' ne peut pas être indexé, car il n'a pas de propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyAttribute1">
<source>Attribute '{0}' cannot be applied to an assembly.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à un assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidModuleAttribute1">
<source>Attribute '{0}' cannot be applied to a module.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à un module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInUnnamedNamespace1">
<source>'{0}' is ambiguous.</source>
<target state="translated">'{0}' est ambigu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMemberNotProperty1">
<source>Default member of '{0}' is not a property.</source>
<target state="translated">Le membre '{0}' par défaut n'est pas une propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespace2">
<source>'{0}' is ambiguous in the namespace '{1}'.</source>
<target state="translated">'{0}' est ambigu dans l'espace de noms '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInImports2">
<source>'{0}' is ambiguous, imported from the namespaces or types '{1}'.</source>
<target state="translated">'{0}' est ambigu, importé des espaces de noms ou des types '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInModules2">
<source>'{0}' is ambiguous between declarations in Modules '{1}'.</source>
<target state="translated">'{0}' est ambigu entre les déclarations des modules '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespaces2">
<source>'{0}' is ambiguous between declarations in namespaces '{1}'.</source>
<target state="translated">'{0}' est ambigu entre les déclarations dans les espaces de noms '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooFewDimensions">
<source>Array initializer has too few dimensions.</source>
<target state="translated">L'initialiseur de tableau n'utilise pas suffisamment de dimensions.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooManyDimensions">
<source>Array initializer has too many dimensions.</source>
<target state="translated">L'initialiseur de tableau utilise trop de dimensions.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooFewElements1">
<source>Array initializer is missing {0} elements.</source>
<target state="translated">Il manque {0} éléments à l'initialiseur de tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooManyElements1">
<source>Array initializer has {0} too many elements.</source>
<target state="translated">L'initialiseur de tableau utilise {0} élément(s) de trop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewOnAbstractClass">
<source>'New' cannot be used on a class that is declared 'MustInherit'.</source>
<target state="translated">'New' ne peut pas être utilisé dans une classe déclarée 'MustInherit'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateNamedImportAlias1">
<source>Alias '{0}' is already declared.</source>
<target state="translated">L'alias '{0}' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePrefix">
<source>XML namespace prefix '{0}' is already declared.</source>
<target state="translated">Le préfixe de l'espace de noms XML '{0}' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsLateBinding">
<source>Option Strict On disallows late binding.</source>
<target state="translated">Option Strict On rejette toute liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfOperandNotMethod">
<source>'AddressOf' operand must be the name of a method (without parentheses).</source>
<target state="translated">'L'opérande 'AddressOf' doit être le nom d'une méthode (sans parenthèses).</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndExternalSource">
<source>'#End ExternalSource' must be preceded by a matching '#ExternalSource'.</source>
<target state="translated">'#End ExternalSource' doit être précédé d'un '#ExternalSource' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndExternalSource">
<source>'#ExternalSource' statement must end with a matching '#End ExternalSource'.</source>
<target state="translated">'L'instruction '#ExternalSource' doit se terminer par un '#End ExternalSource' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedExternalSource">
<source>'#ExternalSource' directives cannot be nested.</source>
<target state="translated">'Les directives '#ExternalSource' ne peuvent pas être imbriquées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'Une expression 'AddressOf' ne peut pas être convertie en '{0}', car '{0}' n'est pas un type délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyncLockRequiresReferenceType1">
<source>'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.</source>
<target state="translated">'L'opérande 'SyncLock' ne peut pas être de type '{0}', car '{0}' n'est pas un type référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodAlreadyImplemented2">
<source>'{0}.{1}' cannot be implemented more than once.</source>
<target state="translated">'{0}.{1}' ne peut pas être implémenté plus d'une fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateInInherits1">
<source>'{0}' cannot be inherited more than once.</source>
<target state="translated">'{0}' ne peut pas être hérité plus d'une fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamArrayArgument">
<source>Named argument cannot match a ParamArray parameter.</source>
<target state="translated">L'argument nommé ne peut pas correspondre à un paramètre ParamArray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedParamArrayArgument">
<source>Omitted argument cannot match a ParamArray parameter.</source>
<target state="translated">L'argument omis ne peut pas correspondre à un paramètre ParamArray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayArgumentMismatch">
<source>Argument cannot match a ParamArray parameter.</source>
<target state="translated">L'argument ne peut pas correspondre à un paramètre ParamArray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNotFound1">
<source>Event '{0}' cannot be found.</source>
<target state="translated">L'événement '{0}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseVariableSpecifier1">
<source>Variables in Modules cannot be declared '{0}'.</source>
<target state="translated">Les variables des modules ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsSharedHandler">
<source>Events of shared WithEvents variables cannot be handled by non-shared methods.</source>
<target state="translated">Les événements des variables WithEvents partagées ne peuvent pas être gérés par des méthodes non partagées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedMinus">
<source>'-' expected.</source>
<target state="translated">'-' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceMemberSyntax">
<source>Interface members must be methods, properties, events, or type definitions.</source>
<target state="translated">Les membres d'interface doivent être des méthodes, des propriétés, des événements ou des définitions de types.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideInterface">
<source>Statement cannot appear within an interface body.</source>
<target state="translated">L'instruction ne peut pas apparaître dans le corps d'une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsInterface">
<source>Statement cannot appear within an interface body. End of interface assumed.</source>
<target state="translated">L'instruction ne peut pas apparaître dans le corps d'une interface. Elle est interprétée comme la fin de l'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsInNotInheritableClass1">
<source>'NotInheritable' classes cannot have members declared '{0}'.</source>
<target state="translated">'Les classes 'NotInheritable' ne peuvent pas avoir de membres déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseOnlyClassesMustBeExplicit2">
<source>Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.</source>
<target state="translated">La classe '{0}' doit être déclarée 'MustInherit' ou se substituer aux membres 'MustOverride' hérités suivants : {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritEventNotOverridden">
<source>'{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.</source>
<target state="translated">'{0}' est un événement MustOverride dans la classe de base '{1}'. Visual Basic ne prend pas en charge pas la surcharge des événements. Vous devez fournir une implémentation pour l'événement dans la classe de base ou bien rendre la classe '{2}' MustInherit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NegativeArraySize">
<source>Array dimensions cannot have a negative size.</source>
<target state="translated">Les dimensions d'un tableau ne peuvent pas être de taille négative.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassAbstractCall1">
<source>'MustOverride' method '{0}' cannot be called with 'MyClass'.</source>
<target state="translated">'La méthode 'MustOverride' '{0}' ne peut pas être appelée par 'MyClass'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndDisallowedInDllProjects">
<source>'End' statement cannot be used in class library projects.</source>
<target state="translated">'L'instruction 'End' ne peut pas être utilisée dans les projets de bibliothèque de classes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BlockLocalShadowing1">
<source>Variable '{0}' hides a variable in an enclosing block.</source>
<target state="translated">La variable '{0}' masque une variable dans un bloc englobant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleNotAtNamespace">
<source>'Module' statements can occur only at file or namespace level.</source>
<target state="translated">'Les instructions 'Module' ne peuvent intervenir qu'au niveau du fichier ou de l'espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAtNamespace">
<source>'Namespace' statements can occur only at file or namespace level.</source>
<target state="translated">'Les instructions 'Namespace' ne peuvent intervenir qu'au niveau du fichier ou de l'espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEnum">
<source>Statement cannot appear within an Enum body.</source>
<target state="translated">L'instruction ne peut pas apparaître dans le corps d'un Enum.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEnum">
<source>Statement cannot appear within an Enum body. End of Enum assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps d'un Enum. Elle est interprétée comme la fin de l'Enum.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrict">
<source>'Option Strict' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Strict' ne peut être suivi que de 'On' ou 'Off'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndStructureNoStructure">
<source>'End Structure' must be preceded by a matching 'Structure'.</source>
<target state="translated">'End Structure' doit être précédé d'un 'Structure' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndModuleNoModule">
<source>'End Module' must be preceded by a matching 'Module'.</source>
<target state="translated">'End Module' doit être précédé d'un 'Module' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndNamespaceNoNamespace">
<source>'End Namespace' must be preceded by a matching 'Namespace'.</source>
<target state="translated">'End Namespace' doit être précédé d'un 'Namespace' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndStructure">
<source>'Structure' statement must end with a matching 'End Structure'.</source>
<target state="translated">'L'instruction 'Structure' doit se terminer par un 'End Structure' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndModule">
<source>'Module' statement must end with a matching 'End Module'.</source>
<target state="translated">'L'instruction 'Module' doit se terminer par un 'End Module' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndNamespace">
<source>'Namespace' statement must end with a matching 'End Namespace'.</source>
<target state="translated">'L'instruction 'Namespace' doit se terminer par un 'End Namespace' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionStmtWrongOrder">
<source>'Option' statements must precede any declarations or 'Imports' statements.</source>
<target state="translated">'Toutes les déclarations et instructions 'Imports' doivent être précédées d'instructions 'Option'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantInherit">
<source>Structures cannot have 'Inherits' statements.</source>
<target state="translated">Les structures ne peuvent pas utiliser d'instructions 'Inherits'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInStruct">
<source>Structures cannot declare a non-shared 'Sub New' with no parameters.</source>
<target state="translated">Les structures ne peuvent pas déclarer un 'Sub New' non partagé sans aucun paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndGet">
<source>'End Get' must be preceded by a matching 'Get'.</source>
<target state="translated">'End Get' doit être précédé d'un 'Get' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndGet">
<source>'Get' statement must end with a matching 'End Get'.</source>
<target state="translated">'Une instruction 'Get' doit se terminer par un 'End Get' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSet">
<source>'End Set' must be preceded by a matching 'Set'.</source>
<target state="translated">'End Set' doit être précédé d'un 'Set' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndSet">
<source>'Set' statement must end with a matching 'End Set'.</source>
<target state="translated">'Une instruction 'Set' doit se terminer par un 'End Set' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProperty">
<source>Statement cannot appear within a property body. End of property assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps d'une propriété. Elle est interprétée comme la fin de la propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateWriteabilityCategoryUsed">
<source>'ReadOnly' and 'WriteOnly' cannot be combined.</source>
<target state="translated">'Impossible de combiner 'ReadOnly' et 'WriteOnly'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedGreater">
<source>'>' expected.</source>
<target state="translated">'>' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeStmtWrongOrder">
<source>Assembly or Module attribute statements must precede any declarations in a file.</source>
<target state="translated">Les instructions d'attribut Assembly ou Module doivent précéder toutes les déclarations dans un fichier.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoExplicitArraySizes">
<source>Array bounds cannot appear in type specifiers.</source>
<target state="translated">Les limites d'index de tableau ne peuvent pas figurer dans les spécificateurs de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyFlags1">
<source>Properties cannot be declared '{0}'.</source>
<target state="translated">Les propriétés ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionExplicit">
<source>'Option Explicit' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Explicit' ne peut être suivi que de 'On' ou 'Off'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleParameterSpecifiers">
<source>'ByVal' and 'ByRef' cannot be combined.</source>
<target state="translated">'Impossible de combiner 'ByVal' et 'ByRef'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleOptionalParameterSpecifiers">
<source>'Optional' and 'ParamArray' cannot be combined.</source>
<target state="translated">'Impossible de combiner 'Optional' et 'ParamArray'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedProperty1">
<source>Property '{0}' is of an unsupported type.</source>
<target state="translated">La propriété '{0}' est d'un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionalParameterUsage1">
<source>Attribute '{0}' cannot be applied to a method with optional parameters.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à une méthode avec des paramètres optionnels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonFunction">
<source>'Return' statement in a Sub or a Set cannot return a value.</source>
<target state="translated">'L'instruction 'Return' dans un Sub ou un Set ne peut pas retourner de valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnterminatedStringLiteral">
<source>String constants must end with a double quote.</source>
<target state="translated">Les constantes de chaîne doivent se terminer par un guillemet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedType1">
<source>'{0}' is an unsupported type.</source>
<target state="translated">'{0}' est un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEnumBase">
<source>Enums must be declared as an integral type.</source>
<target state="translated">Les enums doivent être déclarés en tant que type intégral.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefIllegal1">
<source>{0} parameters cannot be declared 'ByRef'.</source>
<target state="translated">Les paramètres {0} ne peuvent pas être déclarés 'ByRef'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssembly3">
<source>Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">Une référence à l'assembly '{0}' contenant le type '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModule3">
<source>Reference required to module '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">Une référence au module '{0}' contenant le type '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnWithoutValue">
<source>'Return' statement in a Function, Get, or Operator must return a value.</source>
<target state="translated">'L'instruction 'Return' dans un Function, Get ou Operator doit retourner une valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedField1">
<source>Field '{0}' is of an unsupported type.</source>
<target state="translated">Le champ '{0}' est d'un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedMethod1">
<source>'{0}' has a return type that is not supported or parameter types that are not supported.</source>
<target state="translated">'{0}' a un type de retour ou des types de paramètres non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonIndexProperty1">
<source>Property '{0}' with no parameters cannot be found.</source>
<target state="translated">Impossible de trouver la propriété '{0}' sans paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributePropertyType1">
<source>Property or field '{0}' does not have a valid attribute type.</source>
<target state="translated">La propriété ou le champ '{0}' n'utilise pas un type d'attribut valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalsCannotHaveAttributes">
<source>Attributes cannot be applied to local variables.</source>
<target state="translated">Les attributs ne peuvent pas être appliqués aux variables locales.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyOrFieldNotDefined1">
<source>Field or property '{0}' is not found.</source>
<target state="translated">Le champ ou la propriété '{0}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsage2">
<source>Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à '{1}', car il n'est pas valide dans ce type de déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsageOnAccessor">
<source>Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à '{1}' de '{2}', car il n'est pas valide dans ce type de déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedTypeInInheritsClause2">
<source>Class '{0}' cannot reference its nested type '{1}' in Inherits clause.</source>
<target state="translated">La classe '{0}' ne peut pas faire référence à son type incorporé '{1}' dans la clause Inherits.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInItsInheritsClause1">
<source>Class '{0}' cannot reference itself in Inherits clause.</source>
<target state="translated">La classe '{0}' ne peut pas se référencer elle-même dans une clause Inherits.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseTypeReferences2">
<source>
Base type of '{0}' needs '{1}' to be resolved.</source>
<target state="translated">
Le type de base de '{0}' a besoin de '{1}' pour être résolu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalBaseTypeReferences3">
<source>Inherits clause of {0} '{1}' causes cyclic dependency: {2}</source>
<target state="translated">La clause Inherits de {0} '{1}' provoque une dépendance cyclique : {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsage1">
<source>Attribute '{0}' cannot be applied multiple times.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué plusieurs fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsageInNetModule2">
<source>Attribute '{0}' in '{1}' cannot be applied multiple times.</source>
<target state="translated">L'attribut '{0}' dans '{1}' ne peut pas être appliqué plusieurs fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantThrowNonException">
<source>'Throw' operand must derive from 'System.Exception'.</source>
<target state="translated">'L'opérande 'Throw' doit dériver de 'System.Exception'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeInCatchToRethrow">
<source>'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.</source>
<target state="translated">'L'instruction 'Throw' ne peut pas omettre l'opérande en dehors d'une instruction 'Catch' ou dans une instruction 'Finally'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeByVal">
<source>ParamArray parameters must be declared 'ByVal'.</source>
<target state="translated">Les paramètres ParamArray doivent être déclarés 'ByVal'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' est obsolète : '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimNoSizes">
<source>'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.</source>
<target state="translated">'Les instructions 'ReDim' requièrent une liste entre parenthèses des nouvelles limites de chaque dimension du tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithMultipleDeclarators">
<source>Explicit initialization is not permitted with multiple variables declared with a single type specifier.</source>
<target state="translated">Une initialisation explicite n'est pas autorisée avec plusieurs variables déclarées avec un spécificateur de type unique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithExplicitArraySizes">
<source>Explicit initialization is not permitted for arrays declared with explicit bounds.</source>
<target state="translated">Une initialisation explicite n'est pas autorisée pour les tableaux déclarés avec des limites explicites.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSyncLockNoSyncLock">
<source>'End SyncLock' must be preceded by a matching 'SyncLock'.</source>
<target state="translated">'End SyncLock' doit être précédé d'un 'SyncLock' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSyncLock">
<source>'SyncLock' statement must end with a matching 'End SyncLock'.</source>
<target state="translated">'L'instruction 'SyncLock' doit se terminer par un 'End SyncLock' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotEvent2">
<source>'{0}' is not an event of '{1}'.</source>
<target state="translated">'{0}' n'est pas un événement de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddOrRemoveHandlerEvent">
<source>'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.</source>
<target state="translated">'L'opérande d'événement d'instruction 'AddHandler' ou 'RemoveHandler' doit être une expression qualifiée par un point ou un nom simple.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedEnd">
<source>'End' statement not valid.</source>
<target state="translated">'Instruction 'End' non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitForNonArray2">
<source>Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.</source>
<target state="translated">Les initialiseurs de tableau ne sont valides que pour les tableaux, mais le type de '{0}' est '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndRegionNoRegion">
<source>'#End Region' must be preceded by a matching '#Region'.</source>
<target state="translated">'#End Region' doit être précédé d'un '#Region' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndRegion">
<source>'#Region' statement must end with a matching '#End Region'.</source>
<target state="translated">'L'instruction '#Region' doit se terminer par un '#End Region' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsStmtWrongOrder">
<source>'Inherits' statement must precede all declarations in a class.</source>
<target state="translated">'L'instruction 'Inherits' doit précéder toutes les déclarations dans une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousAcrossInterfaces3">
<source>'{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.</source>
<target state="translated">'{0}' est ambigu entre les interfaces héritées '{1}' et '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyAmbiguousAcrossInterfaces4">
<source>Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.</source>
<target state="translated">L'accès à la propriété par défaut est ambigu entre les membres '{0}' de l'interface héritée '{1}' et '{2}' de l'interface '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceEventCantUse1">
<source>Events in interfaces cannot be declared '{0}'.</source>
<target state="translated">Les événements des interfaces ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExecutableAsDeclaration">
<source>Statement cannot appear outside of a method body.</source>
<target state="translated">Cette instruction ne peut pas apparaître en dehors du corps de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNoDefault1">
<source>Structure '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">La structure '{0}' ne peut pas être indexée, car elle n'a pas de propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustShadow2">
<source>{0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.</source>
<target state="translated">{0} '{1}' doit être déclaré 'Shadows', car un autre membre avec ce nom est déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptionalTypes2">
<source>'{0}' cannot override '{1}' because they differ by the types of optional parameters.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car les types des paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndOfExpression">
<source>End of expression expected.</source>
<target state="translated">Fin d'expression attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructsCannotHandleEvents">
<source>Methods declared in structures cannot have 'Handles' clauses.</source>
<target state="translated">Les méthodes déclarées dans des structures ne peuvent pas comporter de clauses 'Handles'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridesImpliesOverridable">
<source>Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.</source>
<target state="translated">Les méthodes déclarées 'Overrides' ne peuvent pas être déclarées 'Overridable', car elles sont implicitement substituables.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParam1">
<source>'{0}' is already declared as a parameter of this method.</source>
<target state="translated">'{0}' est déjà déclaré en tant que paramètre de cette méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParamInLambda1">
<source>Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.</source>
<target state="translated">La variable '{0}' est déjà déclarée en tant que paramètre de cet élément ou en tant qu'expression lambda englobante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseTypeSpecifier1">
<source>Type in a Module cannot be declared '{0}'.</source>
<target state="translated">Un type dans un module ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InValidSubMainsFound1">
<source>No accessible 'Main' method with an appropriate signature was found in '{0}'.</source>
<target state="translated">Aucune méthode 'Main' accessible avec une signature appropriée n'a été trouvée dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MoreThanOneValidMainWasFound2">
<source>'Sub Main' is declared more than once in '{0}': {1}</source>
<target state="translated">'Sub Main' est déclaré plusieurs fois dans '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotConvertValue2">
<source>Value '{0}' cannot be converted to '{1}'.</source>
<target state="translated">Impossible de convertir la valeur '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInSyncLock">
<source>'On Error' statements are not valid within 'SyncLock' statements.</source>
<target state="translated">'Les instructions 'On Error' ne sont pas valides dans les instructions 'SyncLock'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionCollection2">
<source>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.</source>
<target state="translated">Option Strict On interdit les conversions implicites de '{0}' en '{1}' ; le type de collection de Visual Basic 6.0 n'est pas compatible avec le type de collection du .NET Framework.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoTryHandler">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'Try', 'Catch' ou 'Finally' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoSyncLock">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'SyncLock' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoWith">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'With' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoFor">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'For' ou 'For Each' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicConstructor">
<source>Attribute cannot be used because it does not have a Public constructor.</source>
<target state="translated">Impossible d'utiliser cet attribut, car il n'a pas de constructeur public.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultEventNotFound1">
<source>Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.</source>
<target state="translated">L'événement '{0}' spécifié par l'attribut 'DefaultEvent' n'est pas un événement accessible publiquement pour cette classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNonSerializedUsage">
<source>'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.</source>
<target state="translated">'L'attribut 'NonSerialized' n'aura pas d'effet sur ce membre, car sa classe conteneur n'est pas exposée comme 'Serializable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedContinueKind">
<source>'Continue' must be followed by 'Do', 'For' or 'While'.</source>
<target state="translated">'Continue' doit être suivi par 'Do', 'For' ou 'While'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueDoNotWithinDo">
<source>'Continue Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Continue Do' ne peut être utilisé qu'à l'intérieur d'une instruction 'Do'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueForNotWithinFor">
<source>'Continue For' can only appear inside a 'For' statement.</source>
<target state="translated">'Continue For' ne peut être utilisé qu'à l'intérieur d'une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueWhileNotWithinWhile">
<source>'Continue While' can only appear inside a 'While' statement.</source>
<target state="translated">'Continue While' ne peut apparaître que dans une instruction 'While'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParameterSpecifier">
<source>Parameter specifier is duplicated.</source>
<target state="translated">Le spécificateur de paramètre est en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a Module cannot be declared '{0}'.</source>
<target state="translated">'Les instructions 'Declare' d'un module ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a structure cannot be declared '{0}'.</source>
<target state="translated">'Les instructions 'Declare' dans une structure ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfValueType1">
<source>'TryCast' operand must be reference type, but '{0}' is a value type.</source>
<target state="translated">'L'opérande 'TryCast' doit être un type référence, mais '{0}' est un type valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfUnconstrainedTypeParam1">
<source>'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.</source>
<target state="translated">'L'opérande 'TryCast' doit être un paramètre de type contraint par classe, mais '{0}' n'a pas de contrainte de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousDelegateBinding2">
<source>No accessible '{0}' is most specific: {1}</source>
<target state="translated">Aucun '{0}' accessible n'est plus spécifique : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedStructMemberCannotSpecifyNew">
<source>Non-shared members in a Structure cannot be declared 'New'.</source>
<target state="translated">Les membres non partagés dans une Structure ne peuvent pas être déclarés 'New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericSubMainsFound1">
<source>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.</source>
<target state="translated">Aucune des méthodes 'Main' accessibles avec les signatures appropriées ayant été trouvées dans '{0}' ne peut être la méthode de démarrage, car elles sont toutes génériques ou imbriquées dans des types génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GeneralProjectImportsError3">
<source>Error in project-level import '{0}' at '{1}' : {2}</source>
<target state="translated">Erreur dans l'importation au niveau du projet '{0}' à '{1}' : {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidTypeForAliasesImport2">
<source>'{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.</source>
<target state="translated">'{1}' utilisé pour l'alias Imports de '{0}' ne fait pas référence à un Namespace, Class, Structure, Interface, Enum ou Module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedConstant2">
<source>Field '{0}.{1}' has an invalid constant value.</source>
<target state="translated">Le champ '{0}.{1}' a une valeur constante non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteArgumentsNeedParens">
<source>Method arguments must be enclosed in parentheses.</source>
<target state="translated">Les arguments de méthode doivent être mis entre parenthèses.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLineNumbersAreLabels">
<source>Labels that are numbers must be followed by colons.</source>
<target state="translated">Les étiquettes qui sont des nombres doivent être suivies du signe deux-points.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteStructureNotType">
<source>'Type' statements are no longer supported; use 'Structure' statements instead.</source>
<target state="translated">'Les instructions 'Type' ne sont plus prises en charge ; utilisez les instructions 'Structure' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteObjectNotVariant">
<source>'Variant' is no longer a supported type; use the 'Object' type instead.</source>
<target state="translated">'Variant' n'est plus un type pris en charge ; utilisez le type 'Object' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLetSetNotNeeded">
<source>'Let' and 'Set' assignment statements are no longer supported.</source>
<target state="translated">'Les instructions d'assignation 'Let' et 'Set' ne sont plus prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoletePropertyGetLetSet">
<source>Property Get/Let/Set are no longer supported; use the new Property declaration syntax.</source>
<target state="translated">Property Get/Let/Set ne sont plus pris en charge ; utilisez la nouvelle syntaxe de déclaration Property.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteWhileWend">
<source>'Wend' statements are no longer supported; use 'End While' statements instead.</source>
<target state="translated">'Les instructions 'Wend' ne sont plus prises en charge ; utilisez les instructions 'End While' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteRedimAs">
<source>'ReDim' statements can no longer be used to declare array variables.</source>
<target state="translated">'Les instructions 'ReDim' ne peuvent plus être utilisées pour déclarer des variables tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOptionalWithoutValue">
<source>Optional parameters must specify a default value.</source>
<target state="translated">Les paramètres optionnels doivent spécifier une valeur par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGosub">
<source>'GoSub' statements are no longer supported.</source>
<target state="translated">'Les instructions 'GoSub' ne sont plus prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOnGotoGosub">
<source>'On GoTo' and 'On GoSub' statements are no longer supported.</source>
<target state="translated">'Les instructions 'On GoTo' et 'On GoSub' ne sont plus prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteEndIf">
<source>'EndIf' statements are no longer supported; use 'End If' instead.</source>
<target state="translated">'Les instructions 'EndIf' ne sont plus prises en charge ; utilisez 'End If' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteExponent">
<source>'D' can no longer be used to indicate an exponent, use 'E' instead.</source>
<target state="translated">'D' ne peut plus être utilisé pour indiquer un exposant ; utilisez 'E' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteAsAny">
<source>'As Any' is not supported in 'Declare' statements.</source>
<target state="translated">'As Any' n'est pas pris en charge dans les instructions 'Declare'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGetStatement">
<source>'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.</source>
<target state="translated">'Les instructions 'Get' ne sont plus prises en charge. La fonctionnalité d'E/S de fichier est disponible dans l'espace de noms 'Microsoft.VisualBasic'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithArrayVsParamArray2">
<source>'{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car les paramètres déclarés 'ParamArray' les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularBaseDependencies4">
<source>This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.</source>
<target state="translated">Cet héritage provoque des dépendances circulaires entre {0} '{1}' et son '{2}' incorporé ou type de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedBase2">
<source>{0} '{1}' cannot inherit from a type nested within it.</source>
<target state="translated">{0} '{1}' ne peut pas hériter d'un type imbriqué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchOutsideAssembly4">
<source>'{0}' cannot expose type '{1}' outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type '{1}' en dehors du projet via {2} '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatchOutside3">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du {1} de base en dehors de l'assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète : '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent6">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type de délégué sous-jacent '{1}' de l'événement qu'il implémente à {2} '{3}' via {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent4">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type de délégué sous-jacent '{1}' de l'événement qu'il implémente en dehors du projet via {2} '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycleInImportedType1">
<source>Type '{0}' is not supported because it either directly or indirectly inherits from itself.</source>
<target state="translated">Le type '{0}' n'est pas pris en charge, car il hérite directement ou indirectement de lui-même.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète. '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall4">
<source>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}'.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète : '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatch7">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du '{3}' de type à {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatchOutside5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du '{3}' de type en dehors de l'assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeAccessMismatch3">
<source>Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.</source>
<target state="translated">L'accès spécifié '{0}' pour '{1}' ne correspond pas à l'accès '{2}' spécifié pour l'un de ses autres types partiels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeBadMustInherit1">
<source>'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.</source>
<target state="translated">'MustInherit' ne peut pas être spécifié pour le type partiel '{0}', car il ne peut pas être combiné avec 'NotInheritable' spécifié pour l'un de ses autres types partiels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverOnNotInheritPartClsMem1">
<source>'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.</source>
<target state="translated">'MustOverride' ne peut pas être spécifié pour ce membre, car il est dans un type partiel déclaré 'NotInheritable' dans une autre définition partielle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseMismatchForPartialClass3">
<source>Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.</source>
<target state="translated">La classe de base '{0}' spécifiée pour la classe '{1}' ne peut pas être différente de la classe de base '{2}' de l'un de ses autres types partiels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeTypeParamNameMismatch3">
<source>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}'.</source>
<target state="translated">Le nom du paramètre de type '{0}' ne correspond pas au nom '{1}' du paramètre de type correspondant défini pour l'un des autres types partiels de '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeConstraintMismatch1">
<source>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}'.</source>
<target state="translated">Les contraintes pour ce paramètre de type ne correspondent pas aux contraintes du paramètre de type correspondant défini pour l'un des autres types partiels de '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LateBoundOverloadInterfaceCall1">
<source>Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.</source>
<target state="translated">La résolution de surcharge à liaison tardive ne peut pas être appliquée à '{0}', car l'instance d'accès est un type interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredAttributeConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.</source>
<target state="translated">La conversion de '{0}' en '{1}' ne peut pas se produire dans une expression constante utilisée en tant qu'argument d'un attribut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousOverrides3">
<source>Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}</source>
<target state="translated">Le membre '{0}' qui correspond à cette signature ne peut pas être remplacé, car la classe '{1}' contient plusieurs membres avec ce nom et cette signature : {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverriddenCandidate1">
<source>
'{0}'</source>
<target state="translated">
'{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplements3">
<source>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}'</source>
<target state="translated">Le membre '{0}.{1}' qui correspond à cette signature ne peut pas être implémenté, car l'interface '{2}' contient plusieurs membres avec ce nom et cette signature :
'{3}'
'{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotCreatableDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'Une expression 'AddressOf' ne peut pas être convertie en '{0}', car le type '{0}' est déclaré 'MustInherit' et ne peut pas être créé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassGenericMethod">
<source>Generic methods cannot be exposed to COM.</source>
<target state="translated">Les méthodes génériques ne peuvent pas être exposées à COM.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntaxInCastOp">
<source>Syntax error in cast operator; two arguments separated by comma are required.</source>
<target state="translated">Erreur de syntaxe dans l'opérateur de cast ; deux arguments séparés par une virgule sont requis.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerForNonConstDim">
<source>Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.</source>
<target state="translated">Un initialiseur de tableau ne peut pas être spécifié pour une dimension non constante ; utilisez l'initialiseur vide '{}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingFailure3">
<source>No accessible method '{0}' has a signature compatible with delegate '{1}':{2}</source>
<target state="translated">Aucune méthode accessible '{0}' n'a de signature compatible avec le délégué '{1}':{2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructLayoutAttributeNotAllowed">
<source>Attribute 'StructLayout' cannot be applied to a generic type.</source>
<target state="translated">L'attribut 'StructLayout' ne peut pas être appliqué à un type générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal1">
<source>Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.</source>
<target state="translated">La variable de portée '{0}' masque une variable dans un bloc englobant ou une variable de portée précédemment définie dans l'expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionInfer">
<source>'Option Infer' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Infer' ne peut être suivi que par 'On' ou 'Off'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularInference1">
<source>Type of '{0}' cannot be inferred from an expression containing '{0}'.</source>
<target state="translated">Le type de '{0}' ne peut pas être déduit à partir d'une expression contenant '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleOverridingMethod5">
<source>'{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.</source>
<target state="translated">'{0}' dans la classe '{1}' ne peut pas se substituer à '{2}' dans la classe '{3}', car une classe intermédiaire '{4}' se substitue à '{2}' dans la classe '{3}', mais n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableWidestType1">
<source>Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">Le type de '{0}' ne peut pas être déduit, car les limites de la boucle et la clause step ne sont pas converties en un même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousWidestType3">
<source>Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">Le type de '{0}' est ambigu, car les limites de la boucle et la clause step ne sont pas converties dans un type identique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperatorInInit">
<source>'=' expected (object initializer).</source>
<target state="translated">'=' attendu (initialiseur d'objet).</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQualifiedNameInInit">
<source>Name of field or property being initialized in an object initializer must start with '.'.</source>
<target state="translated">Le nom du champ ou de la propriété initialisé dans un initialiseur d'objet doit commencer par '.'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLbrace">
<source>'{' expected.</source>
<target state="translated">'{' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeOrWith">
<source>Type or 'With' expected.</source>
<target state="translated">Type ou 'With' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAggrMemberInit1">
<source>Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.</source>
<target state="translated">Plusieurs initialisations de '{0}'. Les champs et les propriétés ne peuvent être initialisés qu'une seule fois dans une expression d'initialiseur d'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonFieldPropertyAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.</source>
<target state="translated">Le membre '{0}' ne peut pas être initialisé dans une expression d'initialiseur d'objet, car il ne s'agit pas d'un champ ou d'une propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedMemberAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is shared.</source>
<target state="translated">Le membre '{0}' ne peut pas être initialisé dans une expression d'initialiseur d'objet, car il est partagé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterizedPropertyInAggrInit1">
<source>Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.</source>
<target state="translated">La propriété '{0}' ne peut pas être initialisée dans une expression d'initialiseur d'objet, car elle requiert des arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoZeroCountArgumentInitCandidates1">
<source>Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.</source>
<target state="translated">La propriété '{0}' ne peut pas être initialisée dans une expression d'initialiseur d'objet, car toutes les surcharges accessibles nécessitent des arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AggrInitInvalidForObject">
<source>Object initializer syntax cannot be used to initialize an instance of 'System.Object'.</source>
<target state="translated">La syntaxe de l'initialiseur d'objet ne peut pas être utilisée pour initialiser une instance de 'System.Object'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerExpected">
<source>Initializer expected.</source>
<target state="translated">Initialiseur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LineContWithCommentOrNoPrecSpace">
<source>The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.</source>
<target state="translated">Le caractère de continuation de ligne '_' doit être précédé d'au moins un espace blanc et être suivi d'un commentaire. Sinon, '_' doit être le dernier caractère de la ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFile1">
<source>Unable to load module file '{0}': {1}</source>
<target state="translated">Impossible de charger le fichier de module '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRefLib1">
<source>Unable to load referenced library '{0}': {1}</source>
<target state="translated">Impossible de charger la bibliothèque référencée '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventHandlerSignatureIncompatible2">
<source>Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.</source>
<target state="translated">La méthode '{0}' ne peut pas gérer l'événement '{1}', car sa signature n'est pas compatible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionalCompilationConstantNotValid">
<source>Conditional compilation constant '{1}' is not valid: {0}</source>
<target state="translated">La constante de compilation conditionnelle '{1}' est non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwice1">
<source>Interface '{0}' can be implemented only once by this type.</source>
<target state="translated">L'interface '{0}' ne peut être implémentée qu'une seule fois par ce type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">L'interface '{0}' ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">L'interface '{0}' ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec noms d'éléments tuples différents, notamment '{1}' (par l'intermédiaire de '{2}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}' (par l'intermédiaire de '{3}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">L'interface '{0}' ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">L'interface '{0}' ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{1}' (par l'intermédiaire de '{2}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}' (par l'intermédiaire de '{3}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotImplemented1">
<source>Interface '{0}' is not implemented by this class.</source>
<target state="translated">L'interface '{0}' n'est pas implémentée par cette classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplementsMember3">
<source>'{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.</source>
<target state="translated">'{0}' existe dans plusieurs interfaces de base. Utilisez le nom de l'interface qui déclare '{0}' dans la clause 'Implements' au lieu du nom de l'interface dérivée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsOnNew">
<source>'Sub New' cannot implement interface members.</source>
<target state="translated">'Sub New' ne peut pas implémenter des membres d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitInStruct">
<source>Arrays declared as structure members cannot be declared with an initial size.</source>
<target state="translated">Les tableaux déclarés en tant que membres de structures ne peuvent pas être déclarés avec une taille initiale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventTypeNotDelegate">
<source>Events declared with an 'As' clause must have a delegate type.</source>
<target state="translated">Les événements déclarés avec une clause 'As' doivent avoir un type délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ProtectedTypeOutsideClass">
<source>Protected types can only be declared inside of a class.</source>
<target state="translated">Les types protégés ne peuvent être déclarés qu'à l'intérieur d'une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyWithNoParams">
<source>Properties with no required parameters cannot be declared 'Default'.</source>
<target state="translated">Les propriétés sans paramètre requis ne peuvent pas être déclarées 'Default'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerInStruct">
<source>Initializers on structure members are valid only for 'Shared' members and constants.</source>
<target state="translated">Les initialiseurs pour les membres de structure ne sont valides que pour les membres et constantes 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateImport1">
<source>Namespace or type '{0}' has already been imported.</source>
<target state="translated">L'espace de noms ou le type '{0}' a déjà été importé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFlags1">
<source>Modules cannot be declared '{0}'.</source>
<target state="translated">Les modules ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsStmtWrongOrder">
<source>'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.</source>
<target state="translated">'Les instructions 'Implements' doivent suivre toute instruction 'Inherits' et précéder toutes les déclarations dans une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithSynth7">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.</source>
<target state="translated">{0} '{1}' définit implicitement '{2}', qui est en conflit avec un membre déclaré implicitement pour {3} '{4}' dans {5} '{6}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithMember5">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.</source>
<target state="translated">{0} '{1}' définit implicitement '{2}', qui est en conflit avec un membre du même nom dans {3} '{4}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberClashesWithSynth6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.</source>
<target state="translated">{0} '{1}' est en conflit avec un membre déclaré implicitement pour {2} '{3}' dans {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeClashesWithVbCoreType4">
<source>{0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.</source>
<target state="translated">{0} '{1}' est en conflit avec un {2} '{3}' Visual Basic Runtime.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeMissingAction">
<source>First argument to a security attribute must be a valid SecurityAction.</source>
<target state="translated">Le premier argument d'un attribut de sécurité doit être un SecurityAction valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidAction">
<source>Security attribute '{0}' has an invalid SecurityAction value '{1}'.</source>
<target state="translated">L'attribut de sécurité '{0}' a une valeur SecurityAction '{1}' non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionAssembly">
<source>SecurityAction value '{0}' is invalid for security attributes applied to an assembly.</source>
<target state="translated">La valeur SecurityAction '{0}' n'est pas valide pour les attributs de sécurité appliqués à un assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionTypeOrMethod">
<source>SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.</source>
<target state="translated">La valeur SecurityAction '{0}' n'est pas valide pour les attributs de sécurité appliqués à un type ou à une méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrincipalPermissionInvalidAction">
<source>SecurityAction value '{0}' is invalid for PrincipalPermission attribute.</source>
<target state="translated">La valeur SecurityAction '{0}' n'est pas valide pour l'attribut PrincipalPermission.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeInvalidFile">
<source>Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.</source>
<target state="translated">Impossible de résoudre le chemin d'accès au fichier '{0}' spécifié pour l'argument nommé '{1}' de l'attribut PermissionSet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeFileReadError">
<source>Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.</source>
<target state="translated">Erreur lors de la lecture du fichier '{0}' spécifié pour l'argument nommé '{1}' pour l'attribut PermissionSet : '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasOnlyOneParam">
<source>'Set' method cannot have more than one parameter.</source>
<target state="translated">'La méthode 'Set' ne peut pas comporter plusieurs paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetValueNotPropertyType">
<source>'Set' parameter must have the same type as the containing property.</source>
<target state="translated">'Le paramètre 'Set' doit être du même type que la propriété conteneur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasToBeByVal1">
<source>'Set' parameter cannot be declared '{0}'.</source>
<target state="translated">'Le paramètre 'Set' ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureCantUseProtected">
<source>Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.</source>
<target state="translated">Une méthode dans une structure ne peut pas être déclarée 'Protected', 'Protected Friend' ou 'Private Protected'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceDelegateSpecifier1">
<source>Delegate in an interface cannot be declared '{0}'.</source>
<target state="translated">Un délégué dans une interface ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceEnumSpecifier1">
<source>Enum in an interface cannot be declared '{0}'.</source>
<target state="translated">Un enum dans une interface ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceClassSpecifier1">
<source>Class in an interface cannot be declared '{0}'.</source>
<target state="translated">Une classe dans une interface ne peut pas être déclarée '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceStructSpecifier1">
<source>Structure in an interface cannot be declared '{0}'.</source>
<target state="translated">Une structure dans une interface ne peut pas être déclarée '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceInterfaceSpecifier1">
<source>Interface in an interface cannot be declared '{0}'.</source>
<target state="translated">Une interface dans une interface ne peut pas être déclarée '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotAssembly">
<source>'{0}' is a module and cannot be referenced as an assembly.</source>
<target state="translated">'{0}' est un module et ne peut pas être référencé en tant qu'assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotModule">
<source>'{0}' is an assembly and cannot be referenced as a module.</source>
<target state="translated">'{0}' est un assembly et ne peut pas être référencé en tant que module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceComparison3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour les types '{1}' et '{2}'. Utilisez 'Is' pour comparer deux types référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchVariableNotLocal1">
<source>'{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant que variable 'Catch', car ce n'est ni une variable locale ni un paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleMemberCantImplement">
<source>Members in a Module cannot implement interface members.</source>
<target state="translated">Les membres d'un module ne peuvent pas implémenter des membres d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventDelegatesCantBeFunctions">
<source>Events cannot be declared with a delegate type that has a return type.</source>
<target state="translated">Les événements ne peuvent pas être déclarés avec un type délégué ayant un type de retour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDate">
<source>Date constant is not valid.</source>
<target state="translated">Constante de date non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverride4">
<source>'{0}' cannot override '{1}' because it is not declared 'Overridable'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car il n'est pas déclaré 'Overridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArraysOnBoth">
<source>Array modifiers cannot be specified on both a variable and its type.</source>
<target state="translated">Impossible de spécifier des modificateurs de tableau pour la variable et son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotOverridableRequiresOverrides">
<source>'NotOverridable' cannot be specified for methods that do not override another method.</source>
<target state="translated">'NotOverridable' ne peut pas être spécifié pour les méthodes qui ne se substituent pas à une autre méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrivateTypeOutsideType">
<source>Types declared 'Private' must be inside another type.</source>
<target state="translated">Les types déclarés 'Private' doivent se trouver à l'intérieur d'un autre type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeRefResolutionError3">
<source>Import of type '{0}' from assembly or module '{1}' failed.</source>
<target state="translated">Échec de l'importation du type '{0}' à partir de l'assembly ou du module '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleTypeRefResolutionError1">
<source>Predefined type '{0}' is not defined or imported.</source>
<target state="translated">Le type prédéfini '{0}' n'est pas défini ou importé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWrongType">
<source>ParamArray parameters must have an array type.</source>
<target state="translated">Les paramètres ParamArray doivent avoir un type tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CoClassMissing2">
<source>Implementing class '{0}' for interface '{1}' cannot be found.</source>
<target state="translated">La classe d'implémentation '{0}' pour l'interface '{1}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidCoClass1">
<source>Type '{0}' cannot be used as an implementing class.</source>
<target state="translated">Impossible d'utiliser le type '{0}' comme classe d'implémentation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMeReference">
<source>Reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">Toute référence à un objet en construction n'est pas valide lors de l'appel d'un autre constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitMeReference">
<source>Implicit reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">Toute référence implicite à un objet en construction n'est pas valide lors de l'appel d'un autre constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeMemberNotFound2">
<source>Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.</source>
<target state="translated">Le membre '{0}' est introuvable dans la classe '{1}'. Cette condition est le résultat d'un fichier 'Microsoft.VisualBasic.dll' incompatible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags">
<source>Property accessors cannot be declared '{0}'.</source>
<target state="translated">Les accesseurs de propriété ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlagsRestrict">
<source>Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.</source>
<target state="translated">Le modificateur d'accès '{0}' n'est pas valide. Le modificateur d'accès de 'Get' et 'Set' doit être plus restrictif que le niveau d'accès de la propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneAccessorForGetSet">
<source>Access modifier can only be applied to either 'Get' or 'Set', but not both.</source>
<target state="translated">Le modificateur d'accès ne peut être appliqué qu'à 'Get' ou 'Set', mais pas aux deux.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleSet">
<source>'Set' accessor of property '{0}' is not accessible.</source>
<target state="translated">'L'accesseur 'Set' de la propriété '{0}' n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleGet">
<source>'Get' accessor of property '{0}' is not accessible.</source>
<target state="translated">'L'accesseur 'Get' de la propriété '{0}' n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyNoAccessorFlag">
<source>'WriteOnly' properties cannot have an access modifier on 'Set'.</source>
<target state="translated">'Les propriétés 'WriteOnly' ne peuvent pas avoir un modificateur d'accès pour 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyNoAccessorFlag">
<source>'ReadOnly' properties cannot have an access modifier on 'Get'.</source>
<target state="translated">'Les propriétés 'ReadOnly' ne peuvent pas avoir un modificateur d'accès pour 'Get'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags1">
<source>Property accessors cannot be declared '{0}' in a 'NotOverridable' property.</source>
<target state="translated">Les accesseurs de propriété ne peuvent pas être déclarés '{0}' dans une propriété 'NotOverridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags2">
<source>Property accessors cannot be declared '{0}' in a 'Default' property.</source>
<target state="translated">Les accesseurs de propriété ne peuvent pas être déclarés '{0}' dans une propriété 'Default'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags3">
<source>Property cannot be declared '{0}' because it contains a 'Private' accessor.</source>
<target state="translated">La propriété ne peut pas être déclarée '{0}', car elle contient un accesseur 'Private'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleCoClass3">
<source>Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">La classe d'implémentation '{0}' pour l'interface '{1}' n'est pas accessible dans ce contexte, car elle est '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingValuesForArraysInApplAttrs">
<source>Arrays used as attribute arguments are required to explicitly specify values for all elements.</source>
<target state="translated">Les tableaux utilisés en tant qu'arguments d'attribut sont requis pour spécifier explicitement des valeurs pour tous les éléments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitEventMemberNotInvalid">
<source>'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.</source>
<target state="translated">'Exit AddHandler', 'Exit RemoveHandler' et 'Exit RaiseEvent' ne sont pas valides. Utilisez 'Return' pour quitter les membres d'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEvent">
<source>Statement cannot appear within an event body. End of event assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps d'un événement. Elle est interprétée comme la fin de l'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEvent">
<source>'Custom Event' must end with a matching 'End Event'.</source>
<target state="translated">'Custom Event' doit se terminer par un 'End Event' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndAddHandler">
<source>'AddHandler' declaration must end with a matching 'End AddHandler'.</source>
<target state="translated">'La déclaration 'AddHandler' doit se terminer par un 'End AddHandler' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRemoveHandler">
<source>'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.</source>
<target state="translated">'La déclaration 'RemoveHandler' doit se terminer par un 'End RemoveHandler' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRaiseEvent">
<source>'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.</source>
<target state="translated">'La déclaration 'RaiseEvent' doit se terminer par un 'End RaiseEvent' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventInvInInterface">
<source>'Custom' modifier is not valid on events declared in interfaces.</source>
<target state="translated">'Le modificateur 'Custom' n'est pas valide pour les événements déclarés dans les interfaces.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventRequiresAs">
<source>'Custom' modifier is not valid on events declared without explicit delegate types.</source>
<target state="translated">'Le modificateur 'Custom' n'est pas valide pour les événements déclarés sans types délégués explicites.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEvent">
<source>'End Event' must be preceded by a matching 'Custom Event'.</source>
<target state="translated">'End Event' doit être précédé d'un 'Custom Event' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndAddHandler">
<source>'End AddHandler' must be preceded by a matching 'AddHandler' declaration.</source>
<target state="translated">'End AddHandler' doit être précédé d'une déclaration 'AddHandler' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRemoveHandler">
<source>'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.</source>
<target state="translated">'End RemoveHandler' doit être précédé d'une déclaration 'RemoveHandler' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRaiseEvent">
<source>'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.</source>
<target state="translated">'End RaiseEvent' doit être précédé d'une déclaration 'RaiseEvent' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAddHandlerDef">
<source>'AddHandler' is already declared.</source>
<target state="translated">'AddHandler' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRemoveHandlerDef">
<source>'RemoveHandler' is already declared.</source>
<target state="translated">'RemoveHandler' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRaiseEventDef">
<source>'RaiseEvent' is already declared.</source>
<target state="translated">'RaiseEvent' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingAddHandlerDef1">
<source>'AddHandler' definition missing for event '{0}'.</source>
<target state="translated">'La définition 'AddHandler' est manquante pour l'événement '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRemoveHandlerDef1">
<source>'RemoveHandler' definition missing for event '{0}'.</source>
<target state="translated">'La définition 'RemoveHandler' est manquante pour l'événement '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRaiseEventDef1">
<source>'RaiseEvent' definition missing for event '{0}'.</source>
<target state="translated">'La définition 'RaiseEvent' est manquante pour l'événement '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveHasOnlyOneParam">
<source>'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.</source>
<target state="translated">'Les méthodes 'AddHandler' et 'RemoveHandler' doivent avoir exactement un paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveByrefParamIllegal">
<source>'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.</source>
<target state="translated">'Les paramètres de méthode 'AddHandler' et 'RemoveHandler' ne peuvent pas être déclarés 'ByRef'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvOnEventMethod">
<source>Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.</source>
<target state="translated">Les spécificateurs ne sont pas valides pour les méthodes 'AddHandler', 'RemoveHandler' et 'RaiseEvent'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddRemoveParamNotEventType">
<source>'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.</source>
<target state="translated">'Les paramètres de méthode 'AddHandler' et 'RemoveHandler' doivent avoir le même type délégué que l'événement conteneur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RaiseEventShapeMismatch1">
<source>'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.</source>
<target state="translated">'La méthode 'RaiseEvent' doit avoir la même signature que le type délégué de l'événement conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventMethodOptionalParamIllegal1">
<source>'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.</source>
<target state="translated">'Les paramètres de méthode 'AddHandler', 'RemoveHandler' et 'RaiseEvent' ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReferToMyGroupInsideGroupType1">
<source>'{0}' cannot refer to itself through its default instance; use 'Me' instead.</source>
<target state="translated">'{0}' ne peut pas faire référence à lui-même via son instance par défaut ; utilisez 'Me' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfCustomModifier">
<source>'Custom' modifier can only be used immediately before an 'Event' declaration.</source>
<target state="translated">'Un modificateur 'Custom' ne peut être utilisé qu'immédiatement avant une déclaration 'Event'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrictCustom">
<source>Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).</source>
<target state="translated">Option Strict Custom ne peut être utilisé qu'en tant qu'option du compilateur de ligne de commande (vbc.exe).</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteInvalidOnEventMember">
<source>'{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.</source>
<target state="translated">'{0}' ne peut pas être appliqué aux définitions 'AddHandler', 'RemoveHandler', or 'RaiseEvent'. Si nécessaire, appliquez l'attribut directement à l'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible2">
<source>Method '{0}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">La méthode '{0}' n'a pas de signature compatible avec le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlName">
<source>XML name expected.</source>
<target state="translated">Nom XML attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedXmlPrefix">
<source>XML namespace prefix '{0}' is not defined.</source>
<target state="translated">Le préfixe de l'espace de noms XML '{0}' n'est pas défini.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateXmlAttribute">
<source>Duplicate XML attribute '{0}'.</source>
<target state="translated">Attribut XML '{0}' en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MismatchedXmlEndTag">
<source>End tag </{0}{1}{2}> expected.</source>
<target state="translated">Fin de balise </{0}{1}{2}> attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingXmlEndTag">
<source>Element is missing an end tag.</source>
<target state="translated">Balise de fin manquante dans l'élément.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlPrefix">
<source>XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.</source>
<target state="translated">Le préfixe de l'espace de noms XML '{0}' est réservé pour une utilisation par XML et l'URI de l'espace de noms ne peut pas être changé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingVersionInXmlDecl">
<source>Required attribute 'version' missing from XML declaration.</source>
<target state="translated">Attribut 'version' requis absent de la déclaration XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalAttributeInXmlDecl">
<source>XML declaration does not allow attribute '{0}{1}{2}'.</source>
<target state="translated">La déclaration XML n'autorise pas l'attribut '{0}{1}{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QuotedEmbeddedExpression">
<source>Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.</source>
<target state="translated">Une expression incorporée ne peut pas s'afficher à l'intérieur d'une valeur d'attribut entre guillemets. Supprimez les guillemets.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VersionMustBeFirstInXmlDecl">
<source>XML attribute 'version' must be the first attribute in XML declaration.</source>
<target state="translated">L'attribut XML 'version' doit être le premier attribut dans une déclaration XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOrder">
<source>XML attribute '{0}' must appear before XML attribute '{1}'.</source>
<target state="translated">L'attribut XML '{0}' doit apparaître avant l'attribut XML '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndEmbedded">
<source>Expected closing '%>' for embedded expression.</source>
<target state="translated">%>' fermant attendu pour une expression incorporée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndPI">
<source>Expected closing '?>' for XML processor instruction.</source>
<target state="translated">?>' fermant attendu pour une instruction de processeur XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndComment">
<source>Expected closing '-->' for XML comment.</source>
<target state="translated">-->' fermant attendu pour un commentaire XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndCData">
<source>Expected closing ']]>' for XML CDATA section.</source>
<target state="translated">]]>' fermant attendu pour une section CDATA XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSQuote">
<source>Expected matching closing single quote for XML attribute value.</source>
<target state="translated">Guillemet simple fermant correspondant attendu pour une valeur d'attribut XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQuote">
<source>Expected matching closing double quote for XML attribute value.</source>
<target state="translated">Guillemet double fermant attendu pour une valeur d'attribut XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLT">
<source>Expected beginning '<' for an XML tag.</source>
<target state="translated"><' ouvrant attendu pour une balise XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartAttributeValue">
<source>Expected quoted XML attribute value or embedded expression.</source>
<target state="translated">Valeur d'attribut XML entre guillemets ou expression incorporée attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDiv">
<source>Expected '/' for XML end tag.</source>
<target state="translated">/' attendu pour la balise de fin XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoXmlAxesLateBinding">
<source>XML axis properties do not support late binding.</source>
<target state="translated">Les propriétés d'axes XML ne prennent pas en charge la liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlStartNameChar">
<source>Character '{0}' ({1}) is not allowed at the beginning of an XML name.</source>
<target state="translated">Le caractère '{0}' ({1}) n'est pas autorisé au début d'un nom XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlNameChar">
<source>Character '{0}' ({1}) is not allowed in an XML name.</source>
<target state="translated">Le caractère '{0}' ({1}) n'est pas autorisé dans un nom XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlCommentChar">
<source>Character sequence '--' is not allowed in an XML comment.</source>
<target state="translated">La séquence de caractères '--' n'est pas autorisée dans un commentaire XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmbeddedExpression">
<source>An embedded expression cannot be used here.</source>
<target state="translated">Une expression incorporée ne peut pas être utilisée ici.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlWhiteSpace">
<source>Missing required white space.</source>
<target state="translated">Espace requis manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalProcessingInstructionName">
<source>XML processing instruction name '{0}' is not valid.</source>
<target state="translated">Le nom de l'instruction de traitement XML '{0}' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DTDNotSupported">
<source>XML DTDs are not supported.</source>
<target state="translated">Les DTD XML ne sont pas prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlWhiteSpace">
<source>White space cannot appear here.</source>
<target state="translated">L'espace ne peut pas s'afficher ici.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSColon">
<source>Expected closing ';' for XML entity.</source>
<target state="translated">;' fermant attendu pour une entité XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlBeginEmbedded">
<source>Expected '%=' at start of an embedded expression.</source>
<target state="translated">%=' attendu au début d'une expression incorporée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEntityReference">
<source>XML entity references are not supported.</source>
<target state="translated">Les références d'entité XML ne sont pas prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue1">
<source>Attribute value is not valid; expecting '{0}'.</source>
<target state="translated">Valeur d'attribut non valide ; '{0}' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue2">
<source>Attribute value is not valid; expecting '{0}' or '{1}'.</source>
<target state="translated">Valeur d'attribut non valide ; '{0}' ou '{1}' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlNamespace">
<source>Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.</source>
<target state="translated">Le préfixe '{0}' ne peut pas être lié au nom d'espace de noms réservé pour '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalDefaultNamespace">
<source>Namespace declaration with prefix cannot have an empty value inside an XML literal.</source>
<target state="translated">Une déclaration d'espace de noms avec préfixe ne peut pas avoir une valeur vide dans un littéral XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualifiedNameNotAllowed">
<source>':' is not allowed. XML qualified names cannot be used in this context.</source>
<target state="translated">':' n'est pas autorisé. Les noms qualifiés XML ne peuvent pas être utilisés dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlns">
<source>Namespace declaration must start with 'xmlns'.</source>
<target state="translated">Une déclaration d'espace de noms doit commencer par 'xmlns'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlnsPrefix">
<source>Element names cannot use the 'xmlns' prefix.</source>
<target state="translated">Les noms d'éléments ne peuvent pas utiliser le préfixe 'xmlns'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlFeaturesNotAvailable">
<source>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.</source>
<target state="translated">Les littéraux XML et les propriétés d'axe XML ne sont pas disponibles. Ajoutez des références à System.Xml, System.Xml.Linq et System.Core ou d'autres assemblys qui déclarent des types System.Linq.Enumerable, System.Xml.Linq.XElement, System.Xml.Linq.XName, System.Xml.Linq.XAttribute et System.Xml.Linq.XNamespace.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToReadUacManifest2">
<source>Unable to open Win32 manifest file '{0}' : {1}</source>
<target state="translated">Impossible d'ouvrir le fichier manifeste Win32 '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3">
<source>Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.</source>
<target state="translated">Impossible de convertir '{0}' en '{1}'. Vous pouvez utiliser la propriété 'Value' pour obtenir la valeur de chaîne du premier élément de '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3_Title">
<source>Cannot convert IEnumerable(Of XElement) to String</source>
<target state="translated">Impossible de convertir IEnumerable(Of XElement) en String</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatchForXml3">
<source>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}'.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}'. Vous pouvez utiliser la propriété 'Value' pour obtenir la valeur de chaîne du premier élément de '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperandsForXml4">
<source>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}'.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour les types '{1}' et '{2}'. Vous pouvez utiliser la propriété 'Value' pour obtenir la valeur de chaîne du premier élément de '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FullWidthAsXmlDelimiter">
<source>Full width characters are not valid as XML delimiters.</source>
<target state="translated">Les caractères à pleine chasse ne sont pas valides en tant que délimiteurs XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSubsystemVersion">
<source>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.</source>
<target state="translated">La valeur '{0}' n'est pas une version de sous-système valide. La version doit être 6.02 ou supérieure pour ARM ou AppContainerExe, et 4.00 ou supérieure dans les autres cas.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFileAlignment">
<source>Invalid file section alignment '{0}'</source>
<target state="translated">Alignement de section de fichier non valide '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOutputName">
<source>Invalid output name: {0}</source>
<target state="translated">Nom de sortie non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInformationFormat">
<source>Invalid debug information format: {0}</source>
<target state="translated">Format des informations de débogage non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibAnycpu32bitPreferredConflict">
<source>/platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.</source>
<target state="translated">/platform:anycpu32bitpreferred peut uniquement être utilisé avec /t:exe, /t:winexe et /t:appcontainerexe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedAccess">
<source>Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.</source>
<target state="translated">L'expression a le type '{0}', qui est un type restreint et qui ne peut pas être utilisé pour accéder aux membres hérités de 'Object' ou 'ValueType'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedConversion1">
<source>Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.</source>
<target state="translated">Impossible de convertir l'expression de type '{0}' en 'Object' ou 'ValueType'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInLabel">
<source>Type characters are not allowed in label identifiers.</source>
<target state="translated">Les caractères de type ne sont pas autorisés dans les identificateurs d'étiquette.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedType1">
<source>'{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.</source>
<target state="translated">'{0}' ne peut pas être rendu nullable ni être utilisé comme type de données d'un élément de tableau, champ, membre de type anonyme, argument de type, paramètre 'ByRef' ou instruction return.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInAlias">
<source>Type characters are not allowed on Imports aliases.</source>
<target state="translated">Les caractères de type ne sont pas autorisés pour les alias Imports.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleConstructorOnBase">
<source>Class '{0}' has no accessible 'Sub New' and cannot be inherited.</source>
<target state="translated">La classe '{0}' n'a pas de 'Sub New' accessible et ne peut pas être héritée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInStruct">
<source>Local variables within methods of structures cannot be declared 'Static'.</source>
<target state="translated">Les variables locales à l'intérieur des méthodes des structures ne peuvent pas être déclarées 'Static'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalStatic1">
<source>Static local variable '{0}' is already declared.</source>
<target state="translated">Une variable locale statique '{0}' est déjà déclarée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportAliasConflictsWithType2">
<source>Imports alias '{0}' conflicts with '{1}' declared in the root namespace.</source>
<target state="translated">L'alias '{0}' pour Imports est en conflit avec '{1}' déclaré dans l'espace de noms racine.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantShadowAMustOverride1">
<source>'{0}' cannot shadow a method declared 'MustOverride'.</source>
<target state="translated">'{0}' ne peut pas masquer une méthode déclarée 'MustOverride'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleEventImplMismatch3">
<source>Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter l'événement '{2}.{1}', car son type délégué ne correspond pas au type délégué d'un autre événement implémenté par '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSpecifierCombo2">
<source>'{0}' and '{1}' cannot be combined.</source>
<target state="translated">'Impossible de combiner '{0}' et '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeOverloads2">
<source>{0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.</source>
<target state="translated">{0} '{1}' doit être déclaré 'Overloads', car un autre '{1}' est déclaré 'Overloads' ou 'Overrides'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverridesInClass1">
<source>'{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.</source>
<target state="translated">'{0}' doit être déclaré 'MustInherit', car il contient des méthodes déclarées 'MustOverride'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInClass">
<source>'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.</source>
<target state="translated">'Dans les classes, 'Handles' doit spécifier une variable 'WithEvents', ou 'MyBase', 'MyClass' ou 'Me' qualifié par un identificateur unique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberShadowsMustOverride5">
<source>'{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.</source>
<target state="translated">'{0}', déclaré implicitement pour {1} '{2}', ne peut pas masquer une méthode 'MustOverride' dans le {3} '{4}' de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotOverrideInAccessibleMember">
<source>'{0}' cannot override '{1}' because it is not accessible in this context.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car il n'est pas accessible dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInModule">
<source>'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.</source>
<target state="translated">'Handles' dans les modules doivent spécifier une variable 'WithEvents' qualifiée avec un unique identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOpRequiresReferenceTypes1">
<source>'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.</source>
<target state="translated">'IsNot' requiert des opérandes qui ont des types référence, mais cet opérande a le type valeur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClashWithReservedEnumMember1">
<source>'{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.</source>
<target state="translated">'{0}' est en conflit avec le membre réservé par ce nom qui est implicitement déclaré dans tous les enums.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedEnumMember2">
<source>'{0}' is already declared in this {1}.</source>
<target state="translated">'{0}' est déjà déclaré dans ce {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadUseOfVoid">
<source>'System.Void' can only be used in a GetType expression.</source>
<target state="translated">'System.Void' ne peut être utilisé que dans une expression GetType.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplMismatch5">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter l'événement '{1}' pour l'interface '{2}', car leurs types délégués '{3}' et '{4}' ne correspondent pas.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeUnavailable3">
<source>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}'.</source>
<target state="translated">Le type '{0}' dans l'assembly '{1}' a été transmis à l'assembly '{2}'. Soit une référence à '{2}' est absente du projet soit le type '{0}' est absent de l'assembly '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeFwdCycle2">
<source>'{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.</source>
<target state="translated">'{0}' dans l'assembly '{1}' a été transféré à lui-même et est donc un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeInCCExpression">
<source>Non-intrinsic type names are not allowed in conditional compilation expressions.</source>
<target state="translated">Les noms de types non intrinsèques ne sont pas autorisés dans les expressions de compilation conditionnelles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCCExpression">
<source>Syntax error in conditional compilation expression.</source>
<target state="translated">Erreur de syntaxe dans l'expression de compilation conditionnelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidArrayDisallowed">
<source>Arrays of type 'System.Void' are not allowed in this expression.</source>
<target state="translated">Les tableaux de type 'System.Void' ne sont pas autorisés dans cette expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataMembersAmbiguous3">
<source>'{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.</source>
<target state="translated">'{0}' est ambigu, car plusieurs genres de membres portant ce nom existent dans {1} '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfExprAlwaysFalse2">
<source>Expression of type '{0}' can never be of type '{1}'.</source>
<target state="translated">L'expression de type '{0}' ne peut jamais être de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyPrivatePartialMethods1">
<source>Partial methods must be declared 'Private' instead of '{0}'.</source>
<target state="translated">Les méthodes partielles doivent être déclarées 'Private' au lieu de '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBePrivate">
<source>Partial methods must be declared 'Private'.</source>
<target state="translated">Les méthodes partielles doivent être déclarées 'Private'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOnePartialMethodAllowed2">
<source>Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.</source>
<target state="translated">La méthode '{0}' ne peut pas être déclarée 'Partial', car une seule méthode '{1}' peut être marquée comme 'Partial'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneImplementingMethodAllowed3">
<source>Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.</source>
<target state="translated">La méthode '{0}' ne peut pas implémenter de méthode partielle '{1}', car '{2}' l'implémente déjà. Une seule méthode peut implémenter une méthode partielle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodMustBeEmpty">
<source>Partial methods must have empty method bodies.</source>
<target state="translated">Les méthodes partielles doivent avoir des corps de méthodes vides.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBeSub1">
<source>'{0}' cannot be declared 'Partial' because partial methods must be Subs.</source>
<target state="translated">'{0}' ne peut pas être déclaré 'Partial', car les méthodes partielles doivent être des Subs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodGenericConstraints2">
<source>Method '{0}' does not have the same generic constraints as the partial method '{1}'.</source>
<target state="translated">La méthode '{0}' n'a pas les mêmes contraintes génériques que la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialDeclarationImplements1">
<source>Partial method '{0}' cannot use the 'Implements' keyword.</source>
<target state="translated">La méthode partielle '{0}' ne peut pas utiliser le mot clé 'Implements'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPartialMethodInAddressOf1">
<source>'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.</source>
<target state="translated">'AddressOf' ne peut pas être appliqué à '{0}', car '{0}' est une méthode partielle sans implémentation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementationMustBePrivate2">
<source>Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.</source>
<target state="translated">La méthode '{0}' doit être déclarée 'Private' pour implémenter la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamNamesMustMatch3">
<source>Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.</source>
<target state="translated">Le nom de paramètre '{0}' ne correspond pas au nom du paramètre correspondant, '{1}', défini dans la déclaration de méthode partielle '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodTypeParamNameMismatch3">
<source>Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.</source>
<target state="translated">Le nom du paramètre de type '{0}' ne correspond pas à '{1}', le paramètre de type correspondant défini dans la déclaration de méthode partielle '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeSharedProperty1">
<source>'Shared' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'La propriété d'attribut 'Shared' '{0}' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeReadOnlyProperty1">
<source>'ReadOnly' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'La propriété d'attribut 'ReadOnly' '{0}' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceName1">
<source>Resource name '{0}' cannot be used more than once.</source>
<target state="translated">Le nom de ressource '{0}' ne peut pas être utilisé plusieurs fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceFileName1">
<source>Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.</source>
<target state="translated">Chaque ressource et module liés doivent avoir un nom de fichier unique. Le nom de fichier '{0}' est indiqué plusieurs fois dans cet assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustBeClassNotStruct1">
<source>'{0}' cannot be used as an attribute because it is not a class.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant qu'attribut, car ce n'est pas une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustInheritSysAttr">
<source>'{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant qu'attribut, car il n'hérite pas de 'System.Attribute'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeCannotBeAbstract">
<source>'{0}' cannot be used as an attribute because it is declared 'MustInherit'.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant qu'attribut, car il est déclaré 'MustInherit'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToOpenResourceFile1">
<source>Unable to open resource file '{0}': {1}</source>
<target state="translated">Impossible d'ouvrir le fichier de ressources '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicProperty1">
<source>Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.</source>
<target state="translated">Le membre d'attribut '{0}' ne peut pas être la cible d'une assignation, car il n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_STAThreadAndMTAThread0">
<source>'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.</source>
<target state="translated">'Impossible d'appliquer à la fois 'System.STAThreadAttribute' et 'System.MTAThreadAttribute' à la même méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndirectUnreferencedAssembly4">
<source>Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.</source>
<target state="translated">Le projet '{0}' établit une référence indirecte à l'assembly '{1}', qui contient '{2}'. Ajoutez une référence de fichier pour '{3}' dans votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicType1">
<source>Type '{0}' cannot be used in an attribute because it is not declared 'Public'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans un attribut, car il n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicContType2">
<source>Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans un attribut, car son conteneur '{1}' n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnNonEmptySubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à un Sub, Function ou Operator avec un corps non vide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnDeclare">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à un Declare.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnGetOrSet">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à un Get ou Set.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnGenericSubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à une méthode générique ou contenue dans un type générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassOnGeneric">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' ne peut pas être appliqué à une classe qui est générique ou contenue dans un type générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInstanceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à une méthode d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInterfaceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué aux méthodes d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnEventMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à une méthode 'AddHandler', 'RemoveHandler' ou 'RaiseEvent'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadArguments">
<source>Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.</source>
<target state="translated">La référence d'assembly Friend '{0}' n'est pas valide. Les déclarations InternalsVisibleTo ne peuvent pas avoir une version, une culture, un jeton de clé publique ou une architecture de processeur spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyStrongNameRequired">
<source>Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.</source>
<target state="translated">La référence d'assembly Friend '{0}' n'est pas valide. Les assemblys signés avec un nom fort doivent spécifier une clé publique dans leurs déclarations InternalsVisibleTo.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyNameInvalid">
<source>Friend declaration '{0}' is invalid and cannot be resolved.</source>
<target state="translated">La déclaration Friend '{0}' n'est pas valide et ne peut pas être résolue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadAccessOverride2">
<source>Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.</source>
<target state="translated">Le membre '{0}' ne peut pas se substituer au membre '{1}' défini dans un autre assembly/projet, car le modificateur d'accès 'Protected Friend' étend l'accessibilité. Utilisez 'Protected' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfLocalBeforeDeclaration1">
<source>Local variable '{0}' cannot be referred to before it is declared.</source>
<target state="translated">Il ne peut exister aucune référence à la variable locale '{0}' tant que cette variable n'est pas déclarée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromModule1">
<source>'{0}' is not valid within a Module.</source>
<target state="translated">'{0}' n'est pas valide dans un module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BogusWithinLineIf">
<source>Statement cannot end a block outside of a line 'If' statement.</source>
<target state="translated">L'instruction ne peut pas terminer un bloc en dehors d'une instruction 'If'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CharToIntegralTypeMismatch1">
<source>'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.</source>
<target state="translated">'Impossible de convertir les valeurs 'Char' en '{0}'. Utilisez soit 'Microsoft.VisualBasic.AscW' pour interpréter un caractère comme une valeur Unicode, soit 'Microsoft.VisualBasic.Val' pour interpréter le caractère comme un chiffre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IntegralToCharTypeMismatch1">
<source>'{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.</source>
<target state="translated">'Impossible de convertir les valeurs '{0}' en 'Char'. Utilisez 'Microsoft.VisualBasic.ChrW' pour interpréter une valeur numérique en tant que caractère Unicode ou convertissez-la d'abord en 'String' pour obtenir un chiffre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDirectDelegateConstruction1">
<source>Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.</source>
<target state="translated">Le délégué '{0}' requiert une expression 'AddressOf' ou une expression lambda en tant qu'unique argument de son constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodMustBeFirstStatementOnLine">
<source>Method declaration statements must be the first statement on a logical line.</source>
<target state="translated">Une instruction de déclaration de méthode doit être la première instruction d'une ligne logique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrAssignmentNotFieldOrProp1">
<source>'{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.</source>
<target state="translated">'{0}' ne peut pas être nommé en tant que paramètre dans un spécificateur d'attribut, car ce n'est ni un champ ni une propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectComparison1">
<source>Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.</source>
<target state="translated">Option Strict On n'autorise pas les opérandes de type Object pour l'opérateur '{0}'. Utilisez l'opérateur 'Is' pour tester l'identité de l'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstituentArraySizes">
<source>Bounds can be specified only for the top-level array when initializing an array of arrays.</source>
<target state="translated">Les limites ne peuvent être spécifiées que pour le tableau de premier niveau lors de l'initialisation d'un tableau de tableaux.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileAttributeNotAssemblyOrModule">
<source>'Assembly' or 'Module' expected.</source>
<target state="translated">'Assembly' ou 'Module' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FunctionResultCannotBeIndexed1">
<source>'{0}' has no parameters and its return type cannot be indexed.</source>
<target state="translated">'{0}' n'a aucun paramètre et son type de retour ne peut pas être indexé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentSyntax">
<source>Comma, ')', or a valid expression continuation expected.</source>
<target state="translated">Virgule, ')' ou continuation d'expression valide attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedResumeOrGoto">
<source>'Resume' or 'GoTo' expected.</source>
<target state="translated">'Resume' ou 'GoTo' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperator">
<source>'=' expected.</source>
<target state="translated">'=' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted2">
<source>Parameter '{0}' in '{1}' already has a matching omitted argument.</source>
<target state="translated">Le paramètre '{0}' dans '{1}' a déjà un argument omis correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotCallEvent1">
<source>'{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.</source>
<target state="translated">'{0}' est un événement. Il ne peut donc pas être appelé directement. Utilisez une instruction 'RaiseEvent' pour déclencher un événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachCollectionDesignPattern1">
<source>Expression is of type '{0}', which is not a collection type.</source>
<target state="translated">L'expression est du type '{0}', qui n'est pas un type de collection.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultValueForNonOptionalParam">
<source>Default values cannot be supplied for parameters that are not declared 'Optional'.</source>
<target state="translated">Des valeurs par défaut ne peuvent pas être fournies pour des paramètres qui ne sont pas déclarés 'Optional'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyBase">
<source>'MyBase' must be followed by '.' and an identifier.</source>
<target state="translated">'MyBase' doit être suivi de '.' et d'un identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyClass">
<source>'MyClass' must be followed by '.' and an identifier.</source>
<target state="translated">'MyClass' doit être suivi de '.' et d'un identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictArgumentCopyBackNarrowing3">
<source>Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">Option Strict On interdit le passage du type '{1}' au type '{2}' lors de la recopie de la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseifAfterElse">
<source>'#ElseIf' cannot follow '#Else' as part of a '#If' block.</source>
<target state="translated">'#ElseIf' ne peut pas suivre '#Else' dans un bloc '#If'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StandaloneAttribute">
<source>Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.</source>
<target state="translated">Le spécificateur d'attribut n'est pas une instruction complète. Utilisez un signe de continuation de ligne pour appliquer l'attribut à l'instruction suivante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoUniqueConstructorOnBase2">
<source>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.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car sa classe de base '{1}' comporte plus de 'Sub New' accessibles qu'il n'est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraNextVariable">
<source>'Next' statement names more variables than there are matching 'For' statements.</source>
<target state="translated">'L'instruction 'Next' nomme plus de variables qu'il n'existe d'instructions 'For' correspondantes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCallTooMany2">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel à 'MyBase.New' ou 'MyClass.New', car la classe de base '{0}' de '{1}' a plusieurs 'Sub New' accessibles qu'il est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForCtlVarArraySizesSpecified">
<source>Array declared as for loop control variable cannot be declared with an initial size.</source>
<target state="translated">Un tableau déclaré en tant que variable de contrôle de boucle for ne peut pas être déclaré avec une taille initiale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNewOverloads">
<source>The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.</source>
<target state="translated">Le mot clé '{0}' est utilisé pour surcharger les membres hérités ; n'utilisez pas le mot clé '{0}' lors de la surcharge de 'Sub New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnGenericParam">
<source>Type character cannot be used in a type parameter declaration.</source>
<target state="translated">Le caractère de type ne peut pas être utilisé dans une déclaration de paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments1">
<source>Too few type arguments to '{0}'.</source>
<target state="translated">Arguments de type insuffisants dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments1">
<source>Too many type arguments to '{0}'.</source>
<target state="translated">Arguments de type trop nombreux dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericConstraintNotSatisfied2">
<source>Type argument '{0}' does not inherit from or implement the constraint type '{1}'.</source>
<target state="translated">L'argument de type '{0}' n'hérite pas ou n'implémente pas le type de contrainte '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric1">
<source>'{0}' has no type parameters and so cannot have type arguments.</source>
<target state="translated">'{0}' n'a pas de paramètres de type et donc ne peut pas avoir d'arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnGenericParam">
<source>'New' cannot be used on a type parameter that does not have a 'New' constraint.</source>
<target state="translated">'New' ne peut pas être utilisé pour un paramètre de type qui n'a pas de contrainte 'New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleClassConstraints1">
<source>Type parameter '{0}' can only have one constraint that is a class.</source>
<target state="translated">Le paramètre de type '{0}' ne peut avoir qu'une seule contrainte qui est une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstNotClassInterfaceOrTypeParam1">
<source>Type constraint '{0}' must be either a class, interface or type parameter.</source>
<target state="translated">La contrainte de type '{0}' doit être un paramètre de classe, d'interface ou de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateTypeParamName1">
<source>Type parameter already declared with name '{0}'.</source>
<target state="translated">Le paramètre de type est déjà déclaré avec le nom '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam2">
<source>Type parameter '{0}' for '{1}' cannot be inferred.</source>
<target state="translated">Le paramètre de type '{0}' pour '{1}' ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorGenericParam1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'L'opérande 'Is' de type '{0}' ne peut être comparé qu'à 'Nothing', car '{0}' est un paramètre de type sans contrainte de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentCopyBackNarrowing3">
<source>Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.</source>
<target state="translated">La copie de la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant passe du type '{1}' au type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingGenericParamWithMember1">
<source>'{0}' has the same name as a type parameter.</source>
<target state="translated">'{0}' porte le même nom qu'un paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamBase2">
<source>{0} '{1}' cannot inherit from a type parameter.</source>
<target state="translated">{0} '{1}' ne peut pas hériter d'un paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsGenericParam">
<source>Type parameter not allowed in 'Implements' clause.</source>
<target state="translated">Le paramètre de type n'est pas autorisé dans la clause 'Implements'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyNullLowerBound">
<source>Array lower bounds can be only '0'.</source>
<target state="translated">Les limites inférieures du tableau ne peuvent être que '0'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassConstraintNotInheritable1">
<source>Type constraint cannot be a 'NotInheritable' class.</source>
<target state="translated">La contrainte de type ne peut pas être une classe 'NotInheritable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintIsRestrictedType1">
<source>'{0}' cannot be used as a type constraint.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant que contrainte de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamsOnInvalidMember">
<source>Type parameters cannot be specified on this declaration.</source>
<target state="translated">Les paramètres de type ne peuvent pas être spécifiés pour cette déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericArgsOnAttributeSpecifier">
<source>Type arguments are not valid because attributes cannot be generic.</source>
<target state="translated">Les arguments de type ne sont pas valides, car les attributs ne peuvent pas être génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrCannotBeGenerics">
<source>Type parameters, generic types or types contained in generic types cannot be used as attributes.</source>
<target state="translated">Les paramètres de type, les types génériques ou les types contenus dans des types génériques ne peuvent pas être utilisés comme attributs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInGenericMethod">
<source>Local variables within generic methods cannot be declared 'Static'.</source>
<target state="translated">Les variables locales dans les méthodes génériques ne peuvent pas être déclarées 'Static'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntMemberShadowsGenericParam3">
<source>{0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.</source>
<target state="translated">{0} '{1}' définit implicitement un membre '{2}' qui a le même nom que le paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintAlreadyExists1">
<source>Constraint type '{0}' already specified for this type parameter.</source>
<target state="translated">Le type de contrainte '{0}' est déjà spécifié pour ce paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfacePossiblyImplTwice2">
<source>Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car son implémentation pourrait être en conflit avec l'implémentation d'une autre interface '{1}' implémentée pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModulesCannotBeGeneric">
<source>Modules cannot be generic.</source>
<target state="translated">Les modules ne peuvent pas être génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericClassCannotInheritAttr">
<source>Classes that are generic or contained in a generic type cannot inherit from an attribute class.</source>
<target state="translated">Les classes qui sont génériques ou contenues dans un type générique ne peuvent pas hériter d'une classe d'attributs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DeclaresCantBeInGeneric">
<source>'Declare' statements are not allowed in generic types or types contained in generic types.</source>
<target state="translated">'Les instructions 'Declare' ne sont pas autorisées dans les types génériques ou les types contenus dans des types génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithConstraintMismatch2">
<source>'{0}' cannot override '{1}' because they differ by type parameter constraints.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car leurs contraintes de paramètre de type les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsWithConstraintMismatch3">
<source>'{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.</source>
<target state="translated">'{0}' ne peut pas implémenter '{1}.{2}', car ils diffèrent par leur contraintes de paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OpenTypeDisallowed">
<source>Type parameters or types constructed with type parameters are not allowed in attribute arguments.</source>
<target state="translated">Les paramètres de type ou les types construits avec des paramètres de type ne sont pas autorisés dans les arguments d'attribut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesInvalidOnGenericMethod">
<source>Generic methods cannot use 'Handles' clause.</source>
<target state="translated">Les méthodes génériques ne peuvent pas utiliser une clause 'Handles'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleNewConstraints">
<source>'New' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'La contrainte 'New' ne peut pas être spécifiée plusieurs fois pour le même paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritForNewConstraint2">
<source>Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' est déclaré 'MustInherit' et ne satisfait pas la contrainte 'New' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableNewForNewConstraint2">
<source>Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' doit avoir un constructeur d'instance sans paramètre public pour satisfaire la contrainte 'New' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGenericParamForNewConstraint2">
<source>Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">Le paramètre de type '{0}' doit avoir une contrainte 'New' ou une contrainte 'Structure' pour satisfaire la contrainte 'New' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewArgsDisallowedForTypeParam">
<source>Arguments cannot be passed to a 'New' used on a type parameter.</source>
<target state="translated">Les arguments ne peuvent pas être passés à un 'New' utilisé pour un paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRawGenericTypeImport1">
<source>Generic type '{0}' cannot be imported more than once.</source>
<target state="translated">Le type générique '{0}' ne peut pas être importé plus d'une fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypeArgumentCountOverloadCand1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of type arguments.</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible n'accepte ce nombre d'arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeArgsUnexpected">
<source>Type arguments unexpected.</source>
<target state="translated">Arguments de type inattendus.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameSameAsMethodTypeParam1">
<source>'{0}' is already declared as a type parameter of this method.</source>
<target state="translated">'{0}' est déjà déclaré en tant que paramètre de type de cette méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamNameFunctionNameCollision">
<source>Type parameter cannot have the same name as its defining function.</source>
<target state="translated">Un paramètre de type ne peut pas avoir le même nom que sa fonction de définition.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstraintSyntax">
<source>Type or 'New' expected.</source>
<target state="translated">Type ou 'New' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OfExpected">
<source>'Of' required when specifying type arguments for a generic type or method.</source>
<target state="translated">'Of' requis lors de la spécification des arguments de type pour un type ou une méthode générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayOfRawGenericInvalid">
<source>'(' unexpected. Arrays of uninstantiated generic types are not allowed.</source>
<target state="translated">'(' inattendu. Les tableaux de types génériques non instanciés ne sont pas autorisés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachAmbiguousIEnumerable1">
<source>'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.</source>
<target state="translated">'For Each' pour le type '{0}' est ambigu, car le type implémente plusieurs instanciations de 'System.Collections.Generic.IEnumerable(Of T)'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorGenericParam1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'L'opérande 'IsNot' de type '{0}' peut être comparé uniquement à 'Nothing', car '{0}' est un paramètre de type sans contrainte de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamQualifierDisallowed">
<source>Type parameters cannot be used as qualifiers.</source>
<target state="translated">Les paramètres de type ne peuvent pas être utilisés comme qualificateurs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingCommaOrRParen">
<source>Comma or ')' expected.</source>
<target state="translated">Virgule ou ')' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingAsCommaOrRParen">
<source>'As', comma or ')' expected.</source>
<target state="translated">'As', virgule ou ')' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleReferenceConstraints">
<source>'Class' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'La contrainte 'Class' ne peut pas être spécifiée plusieurs fois pour le même paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleValueConstraints">
<source>'Structure' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'La contrainte 'Structure' ne peut pas être spécifiée plusieurs fois pour le même paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewAndValueConstraintsCombined">
<source>'New' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'La contrainte 'New' et la contrainte 'Structure' ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndValueConstraintsCombined">
<source>'Class' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'La contrainte 'Class' et la contrainte 'Structure' ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraint2">
<source>Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' ne satisfait pas la contrainte 'Structure' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForRefConstraint2">
<source>Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' ne satisfait pas la contrainte 'Class' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndClassTypeConstrCombined">
<source>'Class' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Une contrainte 'Class' et une contrainte de type classe spécifique ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueAndClassTypeConstrCombined">
<source>'Structure' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Une contrainte 'Structure' et une contrainte de type classe spécifique ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectIndirect4">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.</source>
<target state="translated">La contrainte indirecte '{0}' obtenue de la contrainte de paramètre de type '{1}' est en conflit avec la contrainte indirecte '{2}' obtenue de la contrainte de paramètre de type '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashDirectIndirect3">
<source>Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.</source>
<target state="translated">La contrainte '{0}' est en conflit avec la contrainte indirecte '{1}' obtenue de la contrainte de paramètre de type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectDirect3">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.</source>
<target state="translated">La contrainte indirecte '{0}' obtenue à partir de la contrainte de paramètre de type '{1}' est en conflit avec la contrainte '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycleLink2">
<source>
'{0}' is constrained to '{1}'.</source>
<target state="translated">
'{0}' est limité à '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycle2">
<source>Type parameter '{0}' cannot be constrained to itself: {1}</source>
<target state="translated">Le paramètre de type '{0}' ne peut pas être limité par lui-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamWithStructConstAsConst">
<source>Type parameter with a 'Structure' constraint cannot be used as a constraint.</source>
<target state="translated">Un paramètre de type avec une contrainte 'Structure' ne peut pas être utilisé en tant que contrainte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableDisallowedForStructConstr1">
<source>'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.</source>
<target state="translated">'System.Nullable' ne satisfait pas la contrainte 'Structure' pour le paramètre de type '{0}'. Seuls les types 'Structure' non-nullable sont autorisés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingDirectConstraints3">
<source>Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.</source>
<target state="translated">La contrainte '{0}' est en conflit avec la contrainte '{1}' déjà spécifiée pour le paramètre de type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithInterface2">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car elle peut être identique à l'interface '{1}' pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseUnifiesWithInterfaces3">
<source>Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' dont l'interface '{3}' hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithBase3">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car elle peut être identique à l'interface '{1}' dont l'interface '{2}' hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsBaseUnifiesWithInterfaces3">
<source>Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' implémentée pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' dont l'interface '{3}' implémentée hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceUnifiesWithBase3">
<source>Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car elle peut être identique à l'interface '{1}' dont l'interface '{2}' implémentée hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalsCantBeStructGenericParams">
<source>Generic parameters used as optional parameter types must be class constrained.</source>
<target state="translated">Les paramètres génériques utilisés en tant que types de paramètre optionnels doivent être contraints par classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNullableMethod">
<source>Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.</source>
<target state="translated">Les méthodes de 'System.Nullable(Of T)' ne peuvent pas être utilisées en tant qu'opérandes de l'opérateur 'AddressOf'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorNullable1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'L'opérande 'Is' de type '{0}' ne peut être comparé qu'à 'Nothing', car '{0}' est un type Nullable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorNullable1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'L'opérande 'IsNot' de type '{0}' ne peut être comparé qu'à 'Nothing', car '{0}' est un type Nullable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingTypeOutsideClass1">
<source>'{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.</source>
<target state="translated">'{0}' ne peut pas être déclaré 'Shadows' en dehors d'une classe, d'une structure ou d'une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertySetParamCollisionWithValue">
<source>Property parameters cannot have the name 'Value'.</source>
<target state="translated">Les paramètres de propriété ne peuvent pas porter le nom 'Value'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SxSIndirectRefHigherThanDirectRef3">
<source>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}.</source>
<target state="translated">Le projet contient actuellement des références à plusieurs versions de '{0}', une référence directe à la version {2} et une référence indirecte à la version {1}. Modifiez la référence directe pour utiliser la version {1} (ou supérieure) de {0}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReferenceStrong">
<source>Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.</source>
<target state="translated">Plusieurs assemblys ayant une identité équivalente ont été importés : '{0}' et '{1}'. Supprimez une des références en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReference2">
<source>Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.</source>
<target state="translated">Le projet a déjà une référence à l'assembly '{0}'. Une seconde référence à '{1}' ne peut pas être ajoutée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCallOrIndex">
<source>Illegal call expression or index expression.</source>
<target state="translated">Expression d'appel ou expression d'index non conforme.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictDefaultPropertyAttribute">
<source>Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.</source>
<target state="translated">Conflit entre la propriété par défaut et le 'DefaultMemberAttribute' défini pour '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeUuid2">
<source>'{0}' cannot be applied because the format of the GUID '{1}' is not correct.</source>
<target state="translated">'Impossible d'appliquer '{0}', car le format du GUID '{1}' n'est pas correct.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassAndReservedAttribute1">
<source>'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.</source>
<target state="translated">'Impossible d'appliquer à la fois 'Microsoft.VisualBasic.ComClassAttribute' et '{0}' à la même classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass2">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.</source>
<target state="translated">'Impossible d'appliquer 'Microsoft.VisualBasic.ComClassAttribute' à '{0}', car son conteneur '{1}' n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispIdZero1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.</source>
<target state="translated">'System.Runtime.InteropServices.DispIdAttribute' ne peut pas être appliqué à '{0}', car 'Microsoft.VisualBasic.ComClassAttribute' réserve zéro pour la propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispId1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.</source>
<target state="translated">'System.Runtime.InteropServices.DispIdAttribute' ne peut pas être appliqué à '{0}', car 'Microsoft.VisualBasic.ComClassAttribute' réserve des valeurs inférieures à zéro.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassDuplicateGuids1">
<source>'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.</source>
<target state="translated">'Les paramètres 'InterfaceId' et 'EventsId' pour 'Microsoft.VisualBasic.ComClassAttribute' pour '{0}' ne peuvent pas avoir la même valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassCantBeAbstract0">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' ne peut pas être appliqué à une classe qui est déclarée 'MustInherit'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass1">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' ne peut pas être appliqué à '{0}', car il n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnknownOperator">
<source>Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">La déclaration d'opérateur doit être l'une des suivantes : +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateConversionCategoryUsed">
<source>'Widening' and 'Narrowing' cannot be combined.</source>
<target state="translated">'Widening' et 'Narrowing' ne peuvent pas être combinés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorNotOverloadable">
<source>Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">L'opérateur n'est pas surchargeable. La déclaration d'opérateur doit être l'une des suivantes : +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHandles">
<source>'Handles' is not valid on operator declarations.</source>
<target state="translated">'Handles' n'est pas valide pour les déclarations d'opérateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplements">
<source>'Implements' is not valid on operator declarations.</source>
<target state="translated">'Implements' n'est pas valide pour les déclarations d'opérateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorExpected">
<source>'End Operator' expected.</source>
<target state="translated">'End Operator' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorNotAtLineStart">
<source>'End Operator' must be the first statement on a line.</source>
<target state="translated">'End Operator' doit être la première instruction sur une ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndOperator">
<source>'End Operator' must be preceded by a matching 'Operator'.</source>
<target state="translated">'End Operator' doit être précédé d'un 'Operator' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitOperatorNotValid">
<source>'Exit Operator' is not valid. Use 'Return' to exit an operator.</source>
<target state="translated">'Exit Operator' n'est pas valide. Utilisez 'Return' pour quitter un opérateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayIllegal1">
<source>'{0}' parameters cannot be declared 'ParamArray'.</source>
<target state="translated">'Les paramètres '{0}' ne peuvent pas être déclarés 'ParamArray'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalIllegal1">
<source>'{0}' parameters cannot be declared 'Optional'.</source>
<target state="translated">'Les paramètres '{0}' ne peuvent pas être déclarés 'Optional'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBePublic">
<source>Operators must be declared 'Public'.</source>
<target state="translated">Les opérateurs doivent être déclarés 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBeShared">
<source>Operators must be declared 'Shared'.</source>
<target state="translated">Les opérateurs doivent être déclarés 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOperatorFlags1">
<source>Operators cannot be declared '{0}'.</source>
<target state="translated">Les opérateurs ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneParameterRequired1">
<source>Operator '{0}' must have one parameter.</source>
<target state="translated">L'opérateur '{0}' doit avoir un paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TwoParametersRequired1">
<source>Operator '{0}' must have two parameters.</source>
<target state="translated">L'opérateur '{0}' doit avoir deux paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneOrTwoParametersRequired1">
<source>Operator '{0}' must have either one or two parameters.</source>
<target state="translated">L'opérateur '{0}' doit avoir un ou deux paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvMustBeWideningOrNarrowing">
<source>Conversion operators must be declared either 'Widening' or 'Narrowing'.</source>
<target state="translated">Les opérateurs de conversion doivent être déclarés 'Widening' ou 'Narrowing'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorDeclaredInModule">
<source>Operators cannot be declared in modules.</source>
<target state="translated">Les opérateurs ne peuvent pas être déclarés dans des modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSpecifierOnNonConversion1">
<source>Only conversion operators can be declared '{0}'.</source>
<target state="translated">Seuls les opérateurs de conversion peuvent être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryParamMustBeContainingType1">
<source>Parameter of this unary operator must be of the containing type '{0}'.</source>
<target state="translated">Le paramètre de cet opérateur unaire doit être du type conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryParamMustBeContainingType1">
<source>At least one parameter of this binary operator must be of the containing type '{0}'.</source>
<target state="translated">Au moins un paramètre de cet opérateur binaire doit être du type conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvParamMustBeContainingType1">
<source>Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.</source>
<target state="translated">Le type de paramètre ou le type de retour de cet opérateur de conversion doit être du type conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresBoolReturnType1">
<source>Operator '{0}' must have a return type of Boolean.</source>
<target state="translated">L'opérateur '{0}' doit avoir un type de retour Boolean.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToSameType">
<source>Conversion operators cannot convert from a type to the same type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir d'un type en un type identique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToInterfaceType">
<source>Conversion operators cannot convert to an interface type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir en un type interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToBaseType">
<source>Conversion operators cannot convert from a type to its base type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir d'un type en son type de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToDerivedType">
<source>Conversion operators cannot convert from a type to its derived type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type en son type dérivé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToObject">
<source>Conversion operators cannot convert to Object.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir en Object.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromInterfaceType">
<source>Conversion operators cannot convert from an interface type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromBaseType">
<source>Conversion operators cannot convert from a base type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromDerivedType">
<source>Conversion operators cannot convert from a derived type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type dérivé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromObject">
<source>Conversion operators cannot convert from Object.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'Object.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MatchingOperatorExpected2">
<source>Matching '{0}' operator is required for '{1}'.</source>
<target state="translated">Un opérateur '{0}' correspondant est requis pour '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableLogicalOperator3">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.</source>
<target state="translated">Les types de retour et de paramètres de '{0}' doivent être '{1}' pour être utilisés dans une expression '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionOperatorRequired3">
<source>Type '{0}' must define operator '{1}' to be used in a '{2}' expression.</source>
<target state="translated">Le type '{0}' doit définir l'opérateur '{1}' à utiliser dans une expression '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CopyBackTypeMismatch3">
<source>Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.</source>
<target state="translated">Impossible de recopier la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant, car le type '{1}' ne peut pas être converti en type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopOperatorRequired2">
<source>Type '{0}' must define operator '{1}' to be used in a 'For' statement.</source>
<target state="translated">Le type '{0}' doit définir l'opérateur '{1}' à utiliser dans une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopOperator2">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">Les types de retour et de paramètres de '{0}' doivent être '{1}' pour être utilisés dans une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopRelOperator2">
<source>Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">Les types de paramètres de '{0}' doivent être '{1}' pour être utilisés dans une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresIntegerParameter1">
<source>Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.</source>
<target state="translated">L'opérateur '{0}' doit avoir un second paramètre de type 'Integer' ou 'Integer?'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyNullableOnBoth">
<source>Nullable modifier cannot be specified on both a variable and its type.</source>
<target state="translated">Impossible de spécifier un modificateur autorisant les valeurs Null pour la variable et son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraintNull">
<source>Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.</source>
<target state="translated">Le type '{0}' doit être un type valeur ou un argument de type limité à 'Structure' pour pouvoir être utilisé avec 'Nullable' ou le modificateur autorisant les valeurs Null '?'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArrayAndNullableOnBoth">
<source>Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.</source>
<target state="translated">Impossible de spécifier le modificateur autorisant les valeurs Null '?' ainsi que les modificateurs de tableau '(' et ')' pour la variable et son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyTypeCharacterOnIIF">
<source>Expressions used with an 'If' expression cannot contain type characters.</source>
<target state="translated">Les expressions utilisées avec une expression 'If' ne peuvent pas contenir de caractères de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFName">
<source>'If' operands cannot be named arguments.</source>
<target state="translated">'Les opérandes 'If' ne peuvent pas être des arguments nommés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion">
<source>Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.</source>
<target state="translated">Impossible de déduire un type commun pour le second et le troisième opérandes de l'opérateur 'If'. L'un doit avoir une conversion étendue vers l'autre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCondTypeInIIF">
<source>First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.</source>
<target state="translated">Le premier opérande d'une expression 'If' binaire doit être un type valeur Nullable, un type référence ou un type générique sans contrainte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCallIIF">
<source>'If' operator cannot be used in a 'Call' statement.</source>
<target state="translated">'L'opérateur 'If' ne peut pas être utilisé dans une instruction 'Call'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyAsNewAndNullable">
<source>Nullable modifier cannot be specified in variable declarations with 'As New'.</source>
<target state="translated">Impossible de spécifier un modificateur autorisant les valeurs Null dans les déclarations de variable avec 'As New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion2">
<source>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.</source>
<target state="translated">Impossible de déduire un type commun pour le premier et le second opérandes de l'opérateur 'If' binaire. L'un doit avoir une conversion étendue vers l'autre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNullTypeInCCExpression">
<source>Nullable types are not allowed in conditional compilation expressions.</source>
<target state="translated">Les types Nullable ne sont pas autorisés dans les expressions de compilation conditionnelles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableImplicit">
<source>Nullable modifier cannot be used with a variable whose implicit type is 'Object'.</source>
<target state="translated">Impossible d'utiliser un modificateur autorisant les valeurs Null avec une variable dont le type implicite est 'Object'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRuntimeHelper">
<source>Requested operation is not available because the runtime library function '{0}' is not defined.</source>
<target state="translated">L'opération demandée n'est pas disponible, car la fonction de la bibliothèque runtime '{0}' n'est pas définie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterGlobalNameSpace">
<source>'Global' must be followed by '.' and an identifier.</source>
<target state="translated">'Global' doit être suivi par '.' et un identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalExpectedIdentifier">
<source>'Global' not allowed in this context; identifier expected.</source>
<target state="translated">'Global' n'est pas autorisé dans ce contexte ; identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalInHandles">
<source>'Global' not allowed in handles; local name expected.</source>
<target state="translated">'Global' interdit dans les handles ; nom local attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseIfNoMatchingIf">
<source>'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'ElseIf' doit être précédé d'un 'If' ou 'ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor2">
<source>Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.</source>
<target state="translated">Le constructeur d'attribut a un paramètre 'ByRef' de type '{0}' ; impossible d'utiliser les constructeurs avec des paramètres byref pour appliquer l'attribut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndUsingWithoutUsing">
<source>'End Using' must be preceded by a matching 'Using'.</source>
<target state="translated">'End Using' doit être précédé d'un 'Using' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndUsing">
<source>'Using' must end with a matching 'End Using'.</source>
<target state="translated">'Using' doit se terminer par un 'End Using' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoUsing">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve dans une instruction 'Using' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingRequiresDisposePattern">
<source>'Using' operand of type '{0}' must implement 'System.IDisposable'.</source>
<target state="translated">'L'opérande 'Using' de type '{0}' doit implémenter 'System.IDisposable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarNeedsInitializer">
<source>'Using' resource variable must have an explicit initialization.</source>
<target state="translated">'La variable de ressource 'Using' doit avoir une initialisation explicite.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarCantBeArray">
<source>'Using' resource variable type can not be array type.</source>
<target state="translated">'Le type de variable de ressource 'Using' ne peut pas être de type tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInUsing">
<source>'On Error' statements are not valid within 'Using' statements.</source>
<target state="translated">'Les instructions 'On Error' ne sont pas valides dans les instructions 'Using'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyNameConflictInMyCollection">
<source>'{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.</source>
<target state="translated">'{0}' porte le même nom qu'un autre membre utilisé pour le type '{1}' exposé dans un groupe 'My'. Renommez le type ou son espace de noms englobant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitVar">
<source>Implicit variable '{0}' is invalid because of '{1}'.</source>
<target state="translated">La variable Implicite '{0}' n'est pas valide en raison de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectInitializerRequiresFieldName">
<source>Object initializers require a field name to initialize.</source>
<target state="translated">Les initialiseurs d'objet requièrent un nom de fichier à initialiser.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedFrom">
<source>'From' expected.</source>
<target state="translated">'From' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch1">
<source>Nested function does not have the same signature as delegate '{0}'.</source>
<target state="translated">La fonction imbriquée n'a pas la même signature que le délégué '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch2">
<source>Nested sub does not have a signature that is compatible with delegate '{0}'.</source>
<target state="translated">Un Sub imbriqué n'a pas une signature compatible avec le délégué '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamQuery1">
<source>'ByRef' parameter '{0}' cannot be used in a query expression.</source>
<target state="translated">'Le paramètre 'ByRef' '{0}' ne peut pas être utilisé dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionTreeNotSupported">
<source>Expression cannot be converted into an expression tree.</source>
<target state="translated">Impossible de convertir l'expression en une arborescence d'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeQuery">
<source>Instance members and 'Me' cannot be used within query expressions in structures.</source>
<target state="translated">Les membres d'instance et 'Me' ne peuvent pas être utilisés au sein d'expressions de requêtes dans des structures.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InferringNonArrayType1">
<source>Variable cannot be initialized with non-array type '{0}'.</source>
<target state="translated">La variable ne peut pas être initialisée avec un type autre qu'un type tableau '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefParamInExpressionTree">
<source>References to 'ByRef' parameters cannot be converted to an expression tree.</source>
<target state="translated">Impossible de convertir les références aux paramètres 'ByRef' en une arborescence de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAnonTypeMemberName1">
<source>Anonymous type member or property '{0}' is already declared.</source>
<target state="translated">Le membre de type anonyme ou la propriété '{0}' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAnonymousTypeForExprTree">
<source>Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.</source>
<target state="translated">Impossible de convertir le type anonyme en arborescence de l'expression, car une propriété de ce type sert à initialiser une autre propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftAnonymousType1">
<source>Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.</source>
<target state="translated">La propriété de type anonyme '{0}' ne peut pas être utilisée dans la définition d'une expression lambda au sein de la même liste d'initialisation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionOnlyAllowedOnModuleSubOrFunction">
<source>'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.</source>
<target state="translated">'L'attribut 'Extension' ne peut être appliqué qu'aux déclarations 'Module', 'Sub' ou 'Function'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNotInModule">
<source>Extension methods can be defined only in modules.</source>
<target state="translated">Les méthodes d'extension ne peuvent être définies que dans des modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNoParams">
<source>Extension methods must declare at least one parameter. The first parameter specifies which type to extend.</source>
<target state="translated">Les méthodes d'extension doivent déclarer au moins un paramètre. Le premier paramètre spécifie le type à étendre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOptionalFirstArg">
<source>'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'Optional' ne peut pas être appliqué au premier paramètre d'une méthode d'extension. Le premier paramètre spécifie le type à étendre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodParamArrayFirstArg">
<source>'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'ParamArray' ne peut pas être appliqué au premier paramètre d'une méthode d'extension. Le premier paramètre spécifie le type à étendre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeFieldNameInference">
<source>Anonymous type member name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">Le nom du membre de type anonyme ne peut être déduit qu'à partir d'un nom simple ou qualifié sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMemberOfAnonymousType2">
<source>'{0}' is not a member of '{1}'; it does not exist in the current context.</source>
<target state="translated">'{0}' n'est pas membre de '{1}' ; il n'existe pas dans le contexte actuel.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionAttributeInvalid">
<source>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.</source>
<target state="translated">La version personnalisée de 'System.Runtime.CompilerServices.ExtensionAttribute' trouvée par le compilateur n'est pas valide. Ses indicateurs d'utilisation d'attribut doivent être définis pour autoriser les assemblys, les classes et les méthodes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypePropertyOutOfOrder1">
<source>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.</source>
<target state="translated">La propriété du membre de type anonyme '{0}' ne peut pas être utilisée pour déduire le type d'une autre propriété de membre, car le type de '{0}' n'est pas encore établi.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in anonymous type declarations.</source>
<target state="translated">Les caractères de type ne peuvent pas être utilisés dans des déclarations de type anonymes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleLiteralDisallowsTypeChar">
<source>Type characters cannot be used in tuple literals.</source>
<target state="translated">Impossible d'utiliser des caractères de type dans des littéraux de tuple.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewWithTupleTypeSyntax">
<source>'New' cannot be used with tuple type. Use a tuple literal expression instead.</source>
<target state="translated">'Impossible d'utiliser 'new' avec le type tuple. Utilisez une expression littérale de tuple à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PredefinedValueTupleTypeMustBeStruct">
<source>Predefined type '{0}' must be a structure.</source>
<target state="translated">Le type prédéfini '{0}' doit être une structure.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodUncallable1">
<source>Extension method '{0}' has type constraints that can never be satisfied.</source>
<target state="translated">La méthode d'extension '{0}' a des contraintes de type qui ne peuvent pas être satisfaites.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate3">
<source>
Extension method '{0}' defined in '{1}': {2}</source>
<target state="translated">
Méthode d'extension '{0}' définie dans '{1}': {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatch">
<source>Method does not have a signature compatible with the delegate.</source>
<target state="translated">La méthode n'a pas de signature compatible avec le délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingTypeInferenceFails">
<source>Type arguments could not be inferred from the delegate.</source>
<target state="translated">Impossible de déduire les arguments de type à partir du délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs">
<source>Too many arguments.</source>
<target state="translated">Arguments trop nombreux.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted1">
<source>Parameter '{0}' already has a matching omitted argument.</source>
<target state="translated">Le paramètre '{0}' a déjà un argument omis correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice1">
<source>Parameter '{0}' already has a matching argument.</source>
<target state="translated">Le paramètre '{0}' a déjà un argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound1">
<source>'{0}' is not a method parameter.</source>
<target state="translated">'{0}' n'est pas un paramètre de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument1">
<source>Argument not specified for parameter '{0}'.</source>
<target state="translated">Argument non spécifié pour le paramètre '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam1">
<source>Type parameter '{0}' cannot be inferred.</source>
<target state="translated">Le paramètre de type '{0}' ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate2">
<source>
Extension method '{0}' defined in '{1}'.</source>
<target state="translated">
Méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNeedField">
<source>Anonymous type must contain at least one member.</source>
<target state="translated">Le type anonyme doit contenir au moins un membre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNameWithoutPeriod">
<source>Anonymous type member name must be preceded by a period.</source>
<target state="translated">Le nom du membre de type anonyme doit être précédé d'un point.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeExpectedIdentifier">
<source>Identifier expected, preceded with a period.</source>
<target state="translated">Identificateur attendu, précédé d'un point.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs2">
<source>Too many arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">Arguments trop nombreux dans la méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted3">
<source>Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.</source>
<target state="translated">Le paramètre '{0}' de la méthode d'extension '{1}' définie dans '{2}' a déjà un argument omis correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice3">
<source>Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.</source>
<target state="translated">Le paramètre '{0}' de la méthode d'extension '{1}' définie dans '{2}' a déjà un argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound3">
<source>'{0}' is not a parameter of extension method '{1}' defined in '{2}'.</source>
<target state="translated">'{0}' n'est pas un paramètre de la méthode d'extension '{1}' définie dans '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument3">
<source>Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.</source>
<target state="translated">Argument non spécifié pour le paramètre '{0}' de la méthode d'extension '{1}' définie dans '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam3">
<source>Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.</source>
<target state="translated">Le paramètre de type '{0}' pour la méthode d'extension '{1}' définie dans '{2}' ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments2">
<source>Too few type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">Arguments de type insuffisants dans la méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments2">
<source>Too many type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">Arguments de type trop nombreux dans la méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInOrEq">
<source>'In' or '=' expected.</source>
<target state="translated">'In' ou '=' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQueryableSource">
<source>Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.</source>
<target state="translated">L'expression de type '{0}' ne peut pas être interrogée. Vérifiez qu'une référence d'assembly et/ou une importation d'espace de noms existent pour le fournisseur LINQ.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryOperatorNotFound">
<source>Definition of method '{0}' is not accessible in this context.</source>
<target state="translated">La définition de la méthode '{0}' n'est pas accessible dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseOnErrorGotoWithClosure">
<source>Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.</source>
<target state="translated">La méthode ne peut pas contenir une instruction '{0}' et une définition d'une variable qui est utilisée dans une expression lambda ou de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotGotoNonScopeBlocksWithClosure">
<source>'{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.</source>
<target state="translated">'{0}{1}' n'est pas valide, car '{2}' se trouve dans une portée qui définit une variable utilisée dans une expression lambda ou une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeQuery">
<source>Instance of restricted type '{0}' cannot be used in a query expression.</source>
<target state="translated">Impossible d'utiliser l'instance du type restreint '{0}' dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeFieldNameInference">
<source>Range variable name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">Le nom de la variable de portée peut être déduit uniquement à partir d'un nom qualifié ou d'un nom simple sans arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryDuplicateAnonTypeMemberName1">
<source>Range variable '{0}' is already declared.</source>
<target state="translated">La variable de portée '{0}' est déjà déclarée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in range variable declarations.</source>
<target state="translated">Les caractères de type ne peuvent pas être utilisés dans des déclarations de variable de portée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyInClosure">
<source>'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.</source>
<target state="translated">'Une variable 'ReadOnly' ne peut pas être la cible d'une assignation dans une expression lambda au sein d'un constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoMultiDimArrayCreation">
<source>Multi-dimensional array cannot be converted to an expression tree.</source>
<target state="translated">Impossible de convertir un tableau multidimensionnel en une arborescence de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoLateBind">
<source>Late binding operations cannot be converted to an expression tree.</source>
<target state="translated">Impossible de convertir les opérations à liaison tardive en une arborescence de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedBy">
<source>'By' expected.</source>
<target state="translated">'By' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryInvalidControlVariableName1">
<source>Range variable name cannot match the name of a member of the 'Object' class.</source>
<target state="translated">Le nom de la variable de portée ne peut pas correspondre au nom d'un membre de la classe 'Object'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIn">
<source>'In' expected.</source>
<target state="translated">'In' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryNameNotDeclared">
<source>Name '{0}' is either not declared or not in the current scope.</source>
<target state="translated">Le nom '{0}' n'est pas déclaré ou ne se trouve pas dans la portée actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedFunctionArgumentNarrowing3">
<source>Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">Le type de retour de la fonction imbriquée qui correspond au paramètre '{0}' passe de '{1}' à '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonTypeFieldXMLNameInference">
<source>Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">Le nom du membre de type anonyme ne peut pas être déduit à partir d'un identificateur XML qui n'est pas un identificateur Visual Basic valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonTypeFieldXMLNameInference">
<source>Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">Le nom de la variable de portée ne peut pas être déduit à partir d'un identificateur XML qui n'est pas un identificateur Visual Basic valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInto">
<source>'Into' expected.</source>
<target state="translated">'Into' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnAggregation">
<source>Aggregate function name cannot be used with a type character.</source>
<target state="translated">Le nom d'une fonction d'agrégation ne peut pas être utilisé avec un caractère de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOn">
<source>'On' expected.</source>
<target state="translated">'On' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEquals">
<source>'Equals' expected.</source>
<target state="translated">'Equals' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAnd">
<source>'And' expected.</source>
<target state="translated">'And' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsTypeMismatch">
<source>'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.</source>
<target state="translated">'Equals' ne peut pas comparer une valeur de type '{0}' à une valeur de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsOperandIsBad">
<source>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.</source>
<target state="translated">Vous devez référencer au moins une variable de portée des deux côtés de l'opérateur 'Equals'. La ou les variables de portée {0} doivent apparaître d'un côté de l'opérateur 'Equals' alors que la ou les variables de portée {1} doivent apparaître de l'autre côté.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotDelegate1">
<source>Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">Impossible de convertir l'expression lambda en '{0}', car '{0}' n'est pas un type délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotCreatableDelegate1">
<source>Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">Impossible de convertir l'expression lambda en '{0}', car le type '{0}' est déclaré 'MustInherit' et ne peut pas être créé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotInferNullableForVariable1">
<source>A nullable type cannot be inferred for variable '{0}'.</source>
<target state="translated">Impossible de déduire un type Nullable pour la variable '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableTypeInferenceNotSupported">
<source>Nullable type inference is not supported in this context.</source>
<target state="translated">L'inférence de type Nullable n'est pas prise en charge dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedJoin">
<source>'Join' expected.</source>
<target state="translated">'Join' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableParameterMustSpecifyType">
<source>Nullable parameters must specify a type.</source>
<target state="translated">Les paramètres Nullable doivent spécifier un type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal2">
<source>Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">La variable de portée '{0}' masque une variable dans un bloc englobant, une variable de portée précédemment définie ou une variable déclarée implicitement dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdasCannotHaveAttributes">
<source>Attributes cannot be applied to parameters of lambda expressions.</source>
<target state="translated">Des attributs ne peuvent pas être appliqués aux paramètres d'expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaInSelectCaseExpr">
<source>Lambda expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">Les expressions lambda ne sont pas valides dans la première expression d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfInSelectCaseExpr">
<source>'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">'Les expressions 'AddressOf' ne sont pas valides dans la première expression d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableCharNotSupported">
<source>The '?' character cannot be used here.</source>
<target state="translated">Impossible d'utiliser le caractère '?' ici.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeLambda">
<source>Instance members and 'Me' cannot be used within a lambda expression in structures.</source>
<target state="translated">Les membres d'instance et 'Me' ne peuvent pas être utilisés au sein d'une expression lambda dans des structures.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamLambda1">
<source>'ByRef' parameter '{0}' cannot be used in a lambda expression.</source>
<target state="translated">'Le paramètre 'ByRef' '{0}' ne peut pas être utilisé dans une expression lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeLambda">
<source>Instance of restricted type '{0}' cannot be used in a lambda expression.</source>
<target state="translated">Impossible d'utiliser l'instance du type restreint '{0}' dans une expression lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaParamShadowLocal1">
<source>Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">Le paramètre lambda '{0}' masque une variable dans un bloc englobant, une variable de portée précédemment définie ou une variable déclarée implicitement dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObjectLambda">
<source>Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.</source>
<target state="translated">Chaque paramètre d'expression lambda de Option Strict On doit être déclaré avec une clause 'As' si son type ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyParamsOnLambdaParamNoType">
<source>Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.</source>
<target state="translated">Impossible de spécifier des modificateurs de tableau pour le nom de paramètre d'une expression lambda. Ils doivent être spécifiés dans son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit3">
<source>Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous1">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car plusieurs types sont possibles. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car plusieurs types sont possibles. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car plusieurs types sont possibles. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest1">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car ils ne sont pas convertis vers le même type. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car ils ne sont pas convertis vers le même type. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car ils ne sont pas convertis vers le même type. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car ils ne sont pas convertis vers le même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car ils ne sont pas convertis vers le même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car ils ne sont pas convertis vers le même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff2">
<source>Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.</source>
<target state="translated">Option Strict On n'autorise pas les conversions restrictives lors des conversions de types implicites entre la méthode '{0}' et le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleReturnTypeOfMember2">
<source>'{0}' is not accessible in this context because the return type is not accessible.</source>
<target state="translated">'{0}' n'est pas accessible dans ce contexte, car le type de retour n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifierOrGroup">
<source>'Group' or an identifier expected.</source>
<target state="translated">'Group' ou identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedGroup">
<source>'Group' not allowed in this context; identifier expected.</source>
<target state="translated">'Group' n'est pas autorisé dans ce contexte ; identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff3">
<source>Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.</source>
<target state="translated">Option Strict On n'autorise pas les conversions restrictives lors des conversions de types implicites entre la méthode d'extension '{0}' définie dans '{2}' et le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible3">
<source>Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">La méthode d'extension '{0}' définie dans '{2}' n'a pas une signature compatible avec le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing2">
<source>Argument matching parameter '{0}' narrows to '{1}'.</source>
<target state="translated">Le paramètre de correspondance d'arguments '{0}' passe à '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate1">
<source>
{0}</source>
<target state="translated">
{0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyInitializedInStructure">
<source>Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.</source>
<target state="translated">Les propriétés implémentées automatiquement contenues dans les structures ne peuvent pas avoir d'initialiseurs sauf si elles sont marquées comme 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsElements">
<source>XML elements cannot be selected from type '{0}'.</source>
<target state="translated">Les éléments XML ne peuvent pas être sélectionnés à partir du type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsAttributes">
<source>XML attributes cannot be selected from type '{0}'.</source>
<target state="translated">Les attributs XML ne peuvent pas être sélectionnés à partir du type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsDescendants">
<source>XML descendant elements cannot be selected from type '{0}'.</source>
<target state="translated">Les éléments descendants XML ne peuvent pas être sélectionnés à partir du type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric2">
<source>Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.</source>
<target state="translated">La méthode d'extension '{0}' définie dans '{1}' n'est pas générique (ou n'a pas de paramètre de type libre) et ne peut pas avoir d'arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodCannotBeLateBound">
<source>Late-bound extension methods are not supported.</source>
<target state="translated">Les méthodes d'extension à liaison tardive ne sont pas prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceArrayRankMismatch1">
<source>Cannot infer a data type for '{0}' because the array dimensions do not match.</source>
<target state="translated">Impossible de déduire un type de données pour '{0}', car les dimensions du tableau ne correspondent pas.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryStrictDisallowImplicitObject">
<source>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.</source>
<target state="translated">Le type de la variable de portée ne peut pas être déduit, et la liaison tardive n'est pas autorisée avec Option Strict on. Utilisez une clause 'As' pour indiquer le type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedInterfaceWithGeneric">
<source>Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.</source>
<target state="translated">Le type '{0}' ne peut pas être incorporé, car il a un argument générique. Désactivez l'incorporation des types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseGenericTypeAcrossAssemblyBoundaries">
<source>Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.</source>
<target state="translated">Le type '{0}' ne peut pas être utilisé au-delà des limites de l'assembly, car il a un argument de type générique qui est un type interop incorporé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' est obsolète : '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2_Title">
<source>Type or member is obsolete</source>
<target state="translated">Le type ou le membre est obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4">
<source>{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'.</source>
<target state="translated">{0} '{1}' cache un membre surchargeable dans le {2} '{3}' de base. Si vous voulez surcharger la méthode de base, cette méthode doit être déclarée 'Overloads'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4_Title">
<source>Member shadows an overloadable member declared in the base type</source>
<target state="translated">Le membre masque un membre surchargeable déclaré dans le type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5">
<source>{0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' est en conflit avec {2} '{1}' dans le {3} '{4}' de base et doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5_Title">
<source>Member conflicts with member in the base type and should be declared 'Shadows'</source>
<target state="translated">Le membre est en conflit avec le membre du type de base et devrait être déclaré comme 'Shadows'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2">
<source>{0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.</source>
<target state="translated">{0} '{1}' cache une méthode surchargeable dans le {2} '{3}' de base. Pour substituer la méthode de base, cette méthode doit être déclarée 'Overrides'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2_Title">
<source>Member shadows an overridable method in the base type</source>
<target state="translated">Le membre masque une méthode substituable dans le type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4">
<source>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'.</source>
<target state="translated">La propriété par défaut '{0}' est en conflit avec la propriété par défaut '{1}' dans le {2} '{3}' de base. '{0}' sera la propriété par défaut. '{0}' doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4_Title">
<source>Default property conflicts with the default property in the base type</source>
<target state="translated">La propriété par défaut est en conflit avec la propriété par défaut du type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1_Title">
<source>Type or member is obsolete</source>
<target state="translated">Le type ou le membre est obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0">
<source>Possible problem detected while building assembly: {0}</source>
<target state="translated">Problème possible détecté pendant la génération de l'assembly : {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">Problème potentiel détecté lors de la génération de l’assembly</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1">
<source>Possible problem detected while building assembly '{0}': {1}</source>
<target state="translated">Problème possible détecté pendant la génération de l'assembly : '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">Problème potentiel détecté lors de la génération de l’assembly</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1">
<source>'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.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' est spécifié pour la classe '{0}', mais '{0}' n'a pas de membres publics pouvant être exposés à COM ; par conséquent, aucune interface COM n'est générée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' est spécifié pour la classe, mais celle-ci n’a pas de membres publics pouvant être exposés à COM</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5">
<source>{0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' déclare implicitement '{2}', qui est en conflit avec un membre dans le {3} '{4}' de base, {0} doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5_Title">
<source>Property or event implicitly declares type or member that conflicts with a member in the base type</source>
<target state="translated">La propriété ou l’événement déclare implicitement un type ou un membre qui est en conflit avec un membre du type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' est en conflit avec un membre implicitement déclaré pour {2} '{3}' dans le {4} '{5}' de base et doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6_Title">
<source>Member conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">Le membre est en conflit avec un membre déclaré implicitement pour la propriété ou l’événement dans le type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7">
<source>{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'.</source>
<target state="translated">{0} '{1}' déclare implicitement '{2}', qui est en conflit avec un membre implicitement déclaré pour {3} '{4}' dans le {5} '{6}' de base. {0} doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7_Title">
<source>Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">La propriété ou l’événement déclare implicitement un membre, qui est en conflit avec un membre déclaré implicitement pour la propriété ou l’événement du type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète : '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3_Title">
<source>Property accessor is obsolete</source>
<target state="translated">Accesseur de propriété obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2_Title">
<source>Property accessor is obsolete</source>
<target state="translated">Accesseur de propriété obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1">
<source>Type of member '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de membre '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1_Title">
<source>Type of member is not CLS-compliant</source>
<target state="translated">Le type du membre n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.</source>
<target state="translated">'{0}' n'est pas conforme CLS, car il dérive de '{1}', qui n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because it derives from base type that is not CLS-compliant</source>
<target state="translated">Le type n’est pas conforme CLS, car il est dérivé d’un type de base qui n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1">
<source>Return type of function '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de retour de la fonction '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1_Title">
<source>Return type of function is not CLS-compliant</source>
<target state="translated">Le type de retour de la fonction n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1">
<source>Type of parameter '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de paramètre '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1_Title">
<source>Type of parameter is not CLS-compliant</source>
<target state="translated">Le type de paramètre n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.</source>
<target state="translated">'{0}' n'est pas conforme CLS, car l'interface '{1}' dont il hérite n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because the interface it inherits from is not CLS-compliant</source>
<target state="translated">Le type n’est pas conforme CLS, car l’interface dont il hérite n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3">
<source>{0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.</source>
<target state="translated">{0} '{1}' ne peut pas être marqué comme conforme CLS, car son type conteneur '{2}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3_Title">
<source>Member cannot be marked CLS-compliant because its containing type is not CLS-compliant</source>
<target state="translated">Le membre ne peut pas être signalé comme conforme CLS, car son type contenant n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1">
<source>Name '{0}' is not CLS-compliant.</source>
<target state="translated">Le nom '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1_Title">
<source>Name is not CLS-compliant</source>
<target state="translated">Le nom n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1">
<source>Underlying type '{0}' of Enum is not CLS-compliant.</source>
<target state="translated">Le type sous-jacent '{0}' d'Enum n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1_Title">
<source>Underlying type of Enum is not CLS-compliant</source>
<target state="translated">Le type sous-jacent du type Enum n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1">
<source>Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.</source>
<target state="translated">Le '{0}' non conforme CLS n'est pas autorisé dans une interface conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1_Title">
<source>Non CLS-compliant member is not allowed in a CLS-compliant interface</source>
<target state="translated">Un membre non conforme CLS n’est pas autorisé dans une interface conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.</source>
<target state="translated">Le membre « MustOverride » non conforme CLS n’est pas autorisé dans un type « {0} » conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1_Title">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type</source>
<target state="translated">Un membre 'MustOverride' non conforme CLS n’est pas autorisé dans un type conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2">
<source>'{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.</source>
<target state="translated">'{0}' n'est pas conforme CLS, car il surcharge '{1}' dont il diffère uniquement par un tableau de types de paramètres tableau ou par le rang des types de paramètres tableau.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2_Title">
<source>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</source>
<target state="translated">La méthode n’est pas conforme CLS, car elle surcharge une méthode dont elle diffère uniquement par un tableau de types de paramètres tableau ou par la dimension des types de paramètres tableau</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1">
<source>Root namespace '{0}' is not CLS-compliant.</source>
<target state="translated">L'espace de noms racine '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1_Title">
<source>Root namespace is not CLS-compliant</source>
<target state="translated">L’espace de noms racine n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2">
<source>Name '{0}' in the root namespace '{1}' is not CLS-compliant.</source>
<target state="translated">Le nom '{0}' de l'espace de noms racine '{1}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2_Title">
<source>Part of the root namespace is not CLS-compliant</source>
<target state="translated">Une partie de l’espace de noms racine n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1">
<source>Generic parameter constraint type '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de contrainte de paramètre générique '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1_Title">
<source>Generic parameter constraint type is not CLS-compliant</source>
<target state="translated">Le type de contrainte de paramètre générique n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1">
<source>Type '{0}' is not CLS-compliant.</source>
<target state="translated">Le type '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1_Title">
<source>Type is not CLS-compliant</source>
<target state="translated">Le type n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1">
<source>Type of optional value for optional parameter '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de la valeur facultative pour le paramètre optionnel '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1_Title">
<source>Type of optional value for optional parameter is not CLS-compliant</source>
<target state="translated">Le type de valeur facultative pour le paramètre facultatif n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.</source>
<target state="translated">System.CLSCompliantAttribute ne peut pas être appliqué à la propriété 'Get' ou 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet_Title">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'</source>
<target state="translated">Impossible d'appliquer System.CLSCompliantAttribute à la propriété 'Get' ou 'Set'</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6">
<source>{0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.</source>
<target state="translated">{0} '{1}' et {2} '{3}' partiel sont en conflit dans {4} '{5}', mais vont être fusionnés, car l'un d'eux est déclaré partiel.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6_Title">
<source>Type and partial type conflict, but are being merged because one of them is declared partial</source>
<target state="translated">Le type et le type partiel sont en conflit, mais ils sont fusionnés, car l’un d’eux est déclaré partiel</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1">
<source>Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.</source>
<target state="translated">Le paramètre de type '{0}' a le même nom qu'un paramètre de type d'un type englobant. Le paramètre de type du type englobant sera shadowed.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1_Title">
<source>Type parameter has the same name as a type parameter of an enclosing type</source>
<target state="translated">Le paramètre de type a le même nom qu’un paramètre de type d’un type englobant</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1">
<source>Could not find standard library '{0}'.</source>
<target state="translated">La bibliothèque standard '{0}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1_Title">
<source>Could not find standard library</source>
<target state="translated">Bibliothèque standard introuvable</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2">
<source>Delegate type '{0}' of event '{1}' is not CLS-compliant.</source>
<target state="translated">Le type délégué '{0}' de l'événement '{1}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2_Title">
<source>Delegate type of event is not CLS-compliant</source>
<target state="translated">Le type d’événement délégué n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties">
<source>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.</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute n'affecte pas 'Get' ou 'Set' lorsqu'il est appliqué à la définition Property. Appliquez l'attribut directement aux procédures 'Get' et 'Set' de manière appropriée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties_Title">
<source>System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute n’affecte pas 'Get' ou 'Set' lorsqu’il est appliqué à la définition Property</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange">
<source>Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.</source>
<target state="translated">La plage spécifiée pour l'instruction 'Case' n'est pas valide. Vérifiez que la limite inférieure est inférieure ou égale à la limite supérieure.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange_Title">
<source>Range specified for 'Case' statement is not valid</source>
<target state="translated">La plage spécifiée pour l’instruction 'Case' n’est pas valide</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3">
<source>'{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.</source>
<target state="translated">'La méthode '{0}' pour l'événement '{1}' ne peut pas être marquée comme conforme CLS, car son type conteneur '{2}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3_Title">
<source>AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant</source>
<target state="translated">Les méthodes AddHandler ou RemoveHandler pour un événement ne peuvent pas être signalées comme conformes CLS, car leur type contenant n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2">
<source>'{0}' in designer-generated type '{1}' should call InitializeComponent method.</source>
<target state="translated">'{0}' dans le type généré par le concepteur '{1}' doit appeler la méthode InitializeComponent.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2_Title">
<source>Constructor in designer-generated type should call InitializeComponent method</source>
<target state="translated">Le constructeur du type généré par le concepteur doit appeler la méthode InitializeComponent</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3">
<source>Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.</source>
<target state="translated">La casse du nom de l'espace de noms '{0}' ne correspond pas à la casse du nom de l'espace de noms '{1}' dans '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3_Title">
<source>Casing of namespace name does not match</source>
<target state="translated">La casse du nom de l’espace de noms est incorrecte</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1">
<source>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.</source>
<target state="translated">L'espace de noms ou le type spécifié dans les Imports '{0}' ne contient aucun membre public ou est introuvable. Vérifiez que l'espace de noms ou le type est défini et qu'il contient au moins un membre public. Vérifiez que le nom de l'élément importé n'utilise pas d'autres alias.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1_Title">
<source>Namespace or type specified in Imports statement doesn't contain any public member or cannot be found</source>
<target state="translated">L’espace de noms ou le type spécifié dans l’instruction Imports ne contient pas de membre public ou est introuvable</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1">
<source>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.</source>
<target state="translated">L'espace de noms ou le type spécifié dans les importations '{0}' au niveau du projet ne contient aucun membre public ou est introuvable. Vérifiez que l'espace de noms ou le type est défini, et qu'il contient au moins un membre public. Vérifiez que le nom de l'élément importé n'utilise pas d'alias.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title">
<source>Namespace or type imported at project level doesn't contain any public member or cannot be found</source>
<target state="translated">L'espace de noms ou le type importé au niveau du projet ne contient pas de membre public ou est introuvable</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2">
<source>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.</source>
<target state="translated">Une référence a été créée pour l'assembly d'interopérabilité incorporé '{0}' en raison d'une référence indirecte à cet assembly à partir de l'assembly '{1}'. Modifiez la propriété 'Incorporer les types interop' pour l'un des assemblys.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2_Title">
<source>A reference was created to embedded interop assembly because of an indirect reference to that assembly</source>
<target state="translated">Une référence a été créée pour l’assembly d’interopérabilité incorporé en raison d’une référence indirecte à cet assembly</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">La classe doit déclarer un 'Sub New', car le constructeur dans sa classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète : '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">La classe doit déclarer un 'Sub New', car le constructeur dans sa classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3_Title">
<source>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</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le constructeur de la classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4">
<source>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}'</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète : '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4_Title">
<source>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</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le constructeur de la classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator">
<source>Operator without an 'As' clause; type of Object assumed.</source>
<target state="translated">Opérateur sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator_Title">
<source>Operator without an 'As' clause</source>
<target state="translated">Opérateur sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2">
<source>Type arguments inferred for method '{0}' result in the following warnings :{1}</source>
<target state="translated">Les arguments de type déduits pour la méthode '{0}' donnent les avertissements suivants : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2_Title">
<source>Type arguments inferred for method result in warnings</source>
<target state="translated">Les arguments de type déduits pour la méthode entraînent des avertissements</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations.</source>
<target state="translated">L'attribut 'Conditional' est valide uniquement dans les déclarations 'Sub'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction_Title">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations</source>
<target state="translated">L'attribut 'Conditional' est valide uniquement dans les déclarations 'Sub'</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute">
<source>Use command-line option '{0}' or appropriate project settings instead of '{1}'.</source>
<target state="translated">Utilisez l'option de ligne de commande '{0}' ou les paramètres de projet appropriés plutôt que '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute_Title">
<source>Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute</source>
<target state="translated">Utilisez l’option de ligne de commande /keyfile, /keycontainer ou /delaysign au lieu de AssemblyKeyFileAttribute, AssemblyKeyNameAttribute ou AssemblyDelaySignAttribute</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall">
<source>Statement recursively calls the containing '{0}' for event '{1}'.</source>
<target state="translated">L'instruction appelle de manière récursive le '{0}' conteneur pour l'événement '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall_Title">
<source>Statement recursively calls the event's containing AddHandler</source>
<target state="translated">L’instruction appelle de manière récursive l’élément AddHandler contenant l’événement</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack">
<source>Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">Conversion implicite de '{1}' en '{2}' lors de la recopie de la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack_Title">
<source>Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument</source>
<target state="translated">Conversion implicite lors de la copie de la valeur du paramètre 'ByRef dans l’argument correspondant</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2">
<source>{0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' est en conflit avec d'autres membres du même nom dans la hiérarchie d'héritage et doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2_Title">
<source>Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'</source>
<target state="translated">La méthode est en conflit avec d’autres membres du même nom dans la hiérarchie d’héritage. Par conséquent, elle devrait être déclarée 'Shadows'</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall">
<source>Expression recursively calls the containing Operator '{0}'.</source>
<target state="translated">L'expression appelle de manière récursive l'opérateur conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall_Title">
<source>Expression recursively calls the containing Operator</source>
<target state="translated">L’expression appelle de manière récursive l’opérateur conteneur</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2">
<source>Implicit conversion from '{0}' to '{1}'.</source>
<target state="translated">Conversion implicite de '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2_Title">
<source>Implicit conversion</source>
<target state="translated">Conversion implicite</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing">
<source>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.</source>
<target state="translated">La variable locale '{0}' est en lecture seule et son type est une structure. L'appel de ses membres ou le passage de ByRef ne modifie pas son contenu et peut provoquer des résultats inattendus. Déclarez cette variable en dehors du bloc 'Using'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type is a structure</source>
<target state="translated">La variable locale déclarée à l’aide d’une instruction Using est en lecture seule et son type est une structure</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing">
<source>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.</source>
<target state="translated">La variable locale '{0}' est en lecture seule. Lorsque son type est une structure, l'appel de ses membres ou le passage de ByRef ne modifie pas son contenu et peut provoquer des résultats inattendus. Déclarez cette variable en dehors du bloc 'Using'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type may be a structure</source>
<target state="translated">La variable locale déclarée à l’aide d’une instruction Using est en lecture seule et son type peut être une structure</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1_Title">
<source>Implicit conversion</source>
<target state="translated">Conversion implicite</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution">
<source>Late bound resolution; runtime errors could occur.</source>
<target state="translated">Résolution à liaison tardive ; des erreurs d'exécution peuvent se produire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution_Title">
<source>Late bound resolution</source>
<target state="translated">Résolution à liaison tardive</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1">
<source>Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.</source>
<target state="translated">Opérandes de type Object utilisés pour l'opérateur '{0}' ; utilisez l'opérateur 'Is' pour tester l'identité de l'objet.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">Opérandes de type Object utilisés pour l’opérateur</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2">
<source>Operands of type Object used for operator '{0}'; runtime errors could occur.</source>
<target state="translated">Opérandes de type Object utilisés pour l'opérateur '{0}' ; des erreurs d'exécution peuvent se produire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">Opérandes de type Object utilisés pour l’opérateur</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">Déclaration de variable sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1_Title">
<source>Function without an 'As' clause</source>
<target state="translated">Fonction sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1_Title">
<source>Property without an 'As' clause</source>
<target state="translated">Propriété sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl">
<source>Variable declaration without an 'As' clause; type of Object assumed.</source>
<target state="translated">Déclaration de variable sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">Déclaration de variable sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction">
<source>Function without an 'As' clause; return type of Object assumed.</source>
<target state="translated">Fonction sans clause 'As' ; type de retour Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction_Title">
<source>Function without an 'As' clause</source>
<target state="translated">Fonction sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty">
<source>Property without an 'As' clause; type of Object assumed.</source>
<target state="translated">Propriété sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty_Title">
<source>Property without an 'As' clause</source>
<target state="translated">Propriété sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal">
<source>Unused local variable: '{0}'.</source>
<target state="translated">Variable locale inutilisée : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal_Title">
<source>Unused local variable</source>
<target state="translated">Variable locale non utilisée</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance">
<source>Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.</source>
<target state="translated">Accès d'un membre partagé, d'un membre de constante, d'un membre enum ou d'un type imbriqué via une instance ; l'expression qualifiante ne sera pas évaluée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance_Title">
<source>Access of shared member, constant member, enum member or nested type through an instance</source>
<target state="translated">Accès d’un membre partagé, d’un membre de constante, d’un membre enum ou d’un type imbriqué via une instance</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall">
<source>Expression recursively calls the containing property '{0}'.</source>
<target state="translated">L'expression appelle de manière récursive la propriété conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall_Title">
<source>Expression recursively calls the containing property</source>
<target state="translated">L’expression appelle de manière récursive la propriété conteneur</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch">
<source>'Catch' block never reached, because '{0}' inherits from '{1}'.</source>
<target state="translated">'Le bloc 'Catch' n'a jamais été atteint, car '{0}' hérite de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch_Title">
<source>'Catch' block never reached; exception type's base type handled above in the same Try statement</source>
<target state="translated">'Le bloc 'Catch' n'a jamais été atteint. Le type de base du type d'exception est géré au-dessus dans la même instruction Try</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef">
<source>Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">La variable '{0}' est passée par référence avant qu'une valeur lui ait été attribuée. Cela peut provoquer une exception de référence null au moment de l'exécution.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">La variable est transmise par référence avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch">
<source>'Catch' block never reached; '{0}' handled above in the same Try statement.</source>
<target state="translated">'Bloc 'Catch' jamais atteint ; '{0}' géré au-dessus dans la même instruction Try.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch_Title">
<source>'Catch' block never reached; exception type handled above in the same Try statement</source>
<target state="translated">'Le bloc 'Catch' n’a jamais été atteint. Le type d’exception est traité au-dessus dans la même instruction Try</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not">
<source>Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.</source>
<target state="translated">Opérandes de type Object utilisés pour l'opérateur '{0}' ; utilisez l'opérateur 'IsNot' pour tester l'identité de l'objet.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not_Title">
<source>Operands of type Object used for operator <></source>
<target state="translated">Opérandes de type Object utilisés pour l’opérateur <></target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum">
<source>Bad checksum value, non hex digits or odd number of hex digits.</source>
<target state="translated">Valeur de checksum erronée, pas de chiffre hexadécimal ou de nombre impair de chiffres hexadécimaux.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum_Title">
<source>Bad checksum value, non hex digits or odd number of hex digits</source>
<target state="translated">Valeur de checksum erronée, pas de chiffre hexadécimal ou de nombre impair de chiffres hexadécimaux</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum">
<source>File name already declared with a different GUID and checksum value.</source>
<target state="translated">Le nom de fichier est déjà déclaré avec un GUID et une valeur de checksum différents.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum_Title">
<source>File name already declared with a different GUID and checksum value</source>
<target state="translated">Le nom de fichier est déjà déclaré avec un GUID et une valeur de checksum différents</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum">
<source>Bad GUID format.</source>
<target state="translated">Format de GUID incorrect.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum_Title">
<source>Bad GUID format</source>
<target state="translated">Format de GUID incorrect</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.</source>
<target state="translated">Opérandes de type Object utilisés dans les expressions pour les instructions 'Select', 'Case' ; des erreurs au moment de l'exécution peuvent se produire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase_Title">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements</source>
<target state="translated">Opérandes de type Object utilisés dans des expressions pour les instructions 'Select' et 'Case'</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing">
<source>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'.</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing (en raison de la propagation nulle à partir de l'opérateur égal). Pour vérifier si la valeur est null, utilisez 'Is Nothing'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing">
<source>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'.</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing (en raison de la propagation nulle à partir de l'opérateur égal). Pour vérifier si la valeur n'est pas null, utilisez 'IsNot Nothing'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst">
<source>Unused local constant: '{0}'.</source>
<target state="translated">Constante locale inutilisée : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst_Title">
<source>Unused local constant</source>
<target state="translated">Constante locale non utilisée</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5">
<source>'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}.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' dans la classe '{0}' déclare implicitement {1} '{2}', qui est en conflit avec un membre du même nom dans {3} '{4}'. Utilisez 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' si vous voulez masquer le nom dans le {4} de base.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' sur la classe déclare le membre de manière implicite, ce qui provoque un conflit avec un membre du même nom</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1">
<source>'{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.</source>
<target state="translated">'{0}' ne peut pas être exposé à COM en tant que propriété 'Let'. Vous ne serez pas en mesure d'assigner des valeurs qui ne sont pas des objets (telles que des nombres ou des chaînes) à cette propriété à partir de Visual Basic 6.0 à l'aide d'une instruction 'Let'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1_Title">
<source>Property cannot be exposed to COM as a property 'Let'</source>
<target state="translated">La propriété ne peut pas être exposée à COM en tant que propriété 'Let'</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef">
<source>Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">La variable '{0}' est utilisée avant qu'une valeur ne lui ait été assignée. Une exception de référence null peut se produire au moment de l'exécution.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">La variable est utilisée avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1">
<source>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.</source>
<target state="translated">La fonction '{0}' ne retourne pas une valeur pour tous les chemins du code. Une exception de référence null peut se produire au moment de l'exécution lorsque le résultat est utilisé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">La fonction ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1">
<source>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.</source>
<target state="translated">L'opérateur '{0}' ne retourne pas une valeur pour tous les chemins du code. Une exception de référence null peut se produire au moment de l'exécution lorsque le résultat est utilisé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">L’opérateur ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1">
<source>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.</source>
<target state="translated">La propriété '{0}' ne retourne pas une valeur pour tous les chemins du code. Une exception de référence null peut se produire au moment de l'exécution lorsque le résultat est utilisé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">La propriété ne retourne pas une valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr">
<source>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</source>
<target state="translated">La variable '{0}' est passée par référence avant qu'une valeur lui ait été attribuée. Cela peut provoquer une exception de référence null au moment de l'exécution. Assurez-vous que la structure et tous les membres de référence sont initialisés avant leur utilisation</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">La variable est transmise par référence avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr">
<source>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</source>
<target state="translated">La variable '{0}' est utilisée avant qu'une valeur ne lui ait été assignée. Une exception de référence null peut se produire au moment de l'exécution. Vérifiez que la structure ou que tous les membres de référence sont initialisés avant de les utiliser</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">La variable est utilisée avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference">
<source>Static variable declared without an 'As' clause; type of Object assumed.</source>
<target state="translated">Variable Static déclarée sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference_Title">
<source>Static variable declared without an 'As' clause</source>
<target state="translated">Variable statique déclarée sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName">
<source>Assembly reference '{0}' is invalid and cannot be resolved.</source>
<target state="translated">La référence d'assembly '{0}' n'est pas valide et ne peut pas être résolue.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName_Title">
<source>Assembly reference is invalid and cannot be resolved</source>
<target state="translated">La référence d'assembly n'est pas valide et ne peut pas être résolue</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine">
<source>XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.</source>
<target state="translated">Le bloc de commentaires XML doit précéder immédiatement l'élément de langage auquel il se rapporte. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine_Title">
<source>XML comment block must immediately precede the language element to which it applies</source>
<target state="translated">Le bloc de commentaires XML doit précéder immédiatement l’élément de langage auquel il se rapporte</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock">
<source>Only one XML comment block is allowed per language element.</source>
<target state="translated">Un seul bloc de commentaires XML est autorisé par élément de langage.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock_Title">
<source>Only one XML comment block is allowed per language element</source>
<target state="translated">Un seul bloc de commentaires XML est autorisé par élément de langage</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine">
<source>XML comment must be the first statement on a line. XML comment will be ignored.</source>
<target state="translated">Le commentaire XML doit être la première instruction sur une ligne. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine_Title">
<source>XML comment must be the first statement on a line</source>
<target state="translated">Le commentaire XML doit être la première instruction d’une ligne</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod">
<source>XML comment cannot appear within a method or a property. XML comment will be ignored.</source>
<target state="translated">Un commentaire XML ne peut pas figurer dans une méthode ou une propriété. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod_Title">
<source>XML comment cannot appear within a method or a property</source>
<target state="translated">Le commentaire XML ne peut pas apparaître dans une méthode ou une propriété</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1">
<source>XML documentation parse error: {0} XML comment will be ignored.</source>
<target state="translated">Erreur d'analyse de la documentation XML : le commentaire XML {0} sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1_Title">
<source>XML documentation parse error</source>
<target state="translated">Erreur d'analyse de la documentation XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1">
<source>XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.</source>
<target state="translated">La balise de commentaire XML '{0}' s'affiche avec des attributs identiques plusieurs fois dans le même bloc de commentaires XML.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1_Title">
<source>XML comment tag appears with identical attributes more than once in the same XML comment block</source>
<target state="translated">La balise de commentaire XML apparaît plusieurs fois avec des attributs identiques dans le même bloc de commentaire XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2">
<source>XML comment tag '{0}' is not permitted on a '{1}' language element.</source>
<target state="translated">La balise de commentaire XML '{0}' n'est pas autorisée dans un élément de langage '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2_Title">
<source>XML comment tag is not permitted on language element</source>
<target state="translated">La balise de commentaire XML n’est pas autorisée sur un élément de langue</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2">
<source>XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.</source>
<target state="translated">Le paramètre de commentaire XML '{0}' ne correspond pas à un paramètre pour l'instruction '{1}' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2_Title">
<source>XML comment parameter does not match a parameter on the corresponding declaration statement</source>
<target state="translated">Le paramètre du commentaire XML ne correspond pas à un paramètre pour l’instruction de déclaration correspondante</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName">
<source>XML comment parameter must have a 'name' attribute.</source>
<target state="translated">Le paramètre de commentaire XML doit avoir un attribut 'name'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName_Title">
<source>XML comment parameter must have a 'name' attribute</source>
<target state="translated">Le paramètre de commentaire XML doit avoir un attribut 'name'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1">
<source>XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.</source>
<target state="translated">Le commentaire XML a une balise avec un attribut 'cref' '{0}' qui n'a pas pu être résolu.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1_Title">
<source>XML comment has a tag with a 'cref' attribute that could not be resolved</source>
<target state="translated">Le commentaire XML possède une balise avec un attribut 'cref' qui n’a pas pu être résolu</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1">
<source>XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.</source>
<target state="translated">La balise de commentaire XML 'include' doit avoir un attribut '{0}'. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1_Title">
<source>XML comment tag 'include' must have 'file' and 'path' attributes</source>
<target state="translated">La balise de commentaire XML 'include' doit comporter les attributs 'file' et 'path'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2">
<source>Unable to create XML documentation file '{0}': {1}</source>
<target state="translated">Impossible de créer un fichier de documentation XML '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2_Title">
<source>Unable to create XML documentation file</source>
<target state="translated">Impossible de créer un fichier de documentation XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement">
<source>XML documentation comments must precede member or type declarations.</source>
<target state="translated">Les commentaires de documentation XML doivent précéder les déclarations de membre ou de type.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement_Title">
<source>XML documentation comments must precede member or type declarations</source>
<target state="translated">Les commentaires de documentation XML doivent précéder les déclarations de membre ou de type</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.</source>
<target state="translated">La balise de commentaire XML 'returns' n'est pas autorisée pour une propriété 'WriteOnly'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty_Title">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property</source>
<target state="translated">La balise de commentaire XML 'returns' n'est pas autorisée pour une propriété 'WriteOnly'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType">
<source>XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.</source>
<target state="translated">Le commentaire XML ne peut pas être appliqué plusieurs fois pour un {0} partiel. Les commentaires XML pour ce {0} seront ignorés.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType_Title">
<source>XML comment cannot be applied more than once on a partial type</source>
<target state="translated">Le commentaire XML ne peut pas être appliqué plusieurs fois sur un type partiel</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element.</source>
<target state="translated">La balise de commentaire XML 'returns' n'est pas autorisée pour un élément de langage 'declare sub'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub_Title">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element</source>
<target state="translated">La balise de commentaire XML 'returns' n’est pas autorisée pour un élément de langage 'declare sub'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag">
<source>XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.</source>
<target state="translated">Erreur d'analyse de la documentation XML : la balise de début '{0}' n'a pas de balise de fin correspondante. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag_Title">
<source>XML documentation parse error: Start tag doesn't have a matching end tag</source>
<target state="translated">Erreur d’analyse de la documentation XML. La balise de début n’a pas de balise de fin correspondante</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2">
<source>XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.</source>
<target state="translated">Le paramètre de type du commentaire XML '{0}' ne correspond pas à un paramètre de type pour l'instruction '{1}' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2_Title">
<source>XML comment type parameter does not match a type parameter on the corresponding declaration statement</source>
<target state="translated">Le paramètre de type du commentaire XML ne correspond pas à un paramètre de type pour l’instruction de déclaration correspondante</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName">
<source>XML comment type parameter must have a 'name' attribute.</source>
<target state="translated">Le paramètre de type de commentaire XML doit avoir un attribut 'name'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName_Title">
<source>XML comment type parameter must have a 'name' attribute</source>
<target state="translated">Le paramètre de type de commentaire XML doit avoir un attribut 'name'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef">
<source>XML comment exception must have a 'cref' attribute.</source>
<target state="translated">Une exception de commentaire XML doit avoir un attribut 'cref'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef_Title">
<source>XML comment exception must have a 'cref' attribute</source>
<target state="translated">Une exception de commentaire XML doit avoir un attribut 'cref'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment">
<source>Unable to include XML fragment '{0}' of file '{1}'.</source>
<target state="translated">Impossible d'inclure le fragment XML '{0}' du fichier '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment_Title">
<source>Unable to include XML fragment</source>
<target state="translated">Impossible d'inclure le fragment XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML">
<source>Unable to include XML fragment '{1}' of file '{0}'. {2}</source>
<target state="translated">Impossible d'inclure le fragment XML '{1}' du fichier '{0}'. {2}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML_Title">
<source>Unable to include XML fragment</source>
<target state="translated">Impossible d'inclure le fragment XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2">
<source>Runtime errors might occur when converting '{0}' to '{1}'.</source>
<target state="translated">Des erreurs d'exécution peuvent se produire lors de la conversion de '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2_Title">
<source>Runtime errors might occur when converting to or from interface type</source>
<target state="translated">Des erreurs d’exécution peuvent survenir lors de la conversion vers ou depuis le type d'interface</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda">
<source>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.</source>
<target state="translated">L'utilisation de la variable d'itération dans une expression lambda peut provoquer des résultats inattendus. Créez une variable locale dans la boucle et assignez-lui la valeur de la variable d'itération à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda_Title">
<source>Using the iteration variable in a lambda expression may have unexpected results</source>
<target state="translated">L’utilisation d’une variable d’itération dans une expression lambda peut avoir des résultats inattendus</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler">
<source>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.</source>
<target state="translated">L'expression lambda ne sera pas supprimée de ce gestionnaire d'événements. Assignez l'expression lambda à une variable et utilisez cette dernière pour ajouter et supprimer l'événement.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler_Title">
<source>Lambda expression will not be removed from this event handler</source>
<target state="translated">L’expression lambda ne sera pas supprimée de ce gestionnaire d’événements</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery">
<source>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.</source>
<target state="translated">L'utilisation de la variable d'itération dans une expression de requête peut provoquer des résultats inattendus. Créez une variable locale dans la boucle et assignez-lui la valeur de la variable d'itération à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery_Title">
<source>Using the iteration variable in a query expression may have unexpected results</source>
<target state="translated">L’utilisation d’une variable d’itération dans une expression de requête peut avoir des résultats inattendus</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler">
<source>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.</source>
<target state="translated">L'expression 'AddressOf' n'a pas d'effet dans ce contexte, car l'argument de la méthode pour 'AddressOf' requiert une conversion souple en type délégué de l'événement. Assignez l'expression 'AddressOf' à une variable et utilisez la variable pour ajouter ou supprimer la méthode comme gestionnaire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler_Title">
<source>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</source>
<target state="translated">L’expression 'AddressOf' n’a pas d’effet dans ce contexte, car l’argument de la méthode pour 'AddressOf' requiert une conversion souple en type délégué de l’événement</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl">
<source>Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.</source>
<target state="translated">La variable de portée est considérée comme étant de type Object, car son type ne peut pas être déduit. Utilisez une clause 'As' pour indiquer un type différent.</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl_Title">
<source>Range variable is assumed to be of type Object because its type cannot be inferred</source>
<target state="translated">La variable de portée est considérée être de type Object, car son type ne peut pas être déduit</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingFunction">
<source>Multiline lambda expression is missing 'End Function'.</source>
<target state="translated">L'expression lambda multiligne ne contient pas de 'End Function'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingSub">
<source>Multiline lambda expression is missing 'End Sub'.</source>
<target state="translated">L'expression lambda multiligne ne contient pas 'End Sub'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOnLambdaReturnType">
<source>Attributes cannot be applied to return types of lambda expressions.</source>
<target state="translated">Les attributs ne peuvent pas être appliqués aux types de retour des expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubDisallowsStatement">
<source>Statement is not valid inside a single-line statement lambda.</source>
<target state="translated">L'instruction n'est pas valide au sein d'une lambda-instruction sur une seule ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesBang">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key</source>
<target state="translated">Cette lambda-instruction sur une seule ligne doit être mise entre parenthèses. Par exemple : (Sub() <instruction>)!key</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesDot">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke()</source>
<target state="translated">Cette lambda-instruction sur une seule ligne doit être mise entre parenthèses. Par exemple : (Sub() <instruction>).Invoke()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesLParen">
<source>This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) ()</source>
<target state="translated">Cette lambda-instruction sur une seule ligne doit être mise entre parenthèses. Par exemple : Call (Sub() <instruction>) ()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresSingleStatement">
<source>Single-line statement lambdas must include exactly one statement.</source>
<target state="translated">Les lambda-instructions sur une seule ligne doivent inclure exactement une instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StaticInLambda">
<source>Static local variables cannot be declared inside lambda expressions.</source>
<target state="translated">Les variables locales static ne peuvent pas être déclarées dans des expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializedExpandedProperty">
<source>Expanded Properties cannot be initialized.</source>
<target state="translated">Les propriétés développées ne peuvent pas être initialisées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantHaveParams">
<source>Auto-implemented properties cannot have parameters.</source>
<target state="translated">Les propriétés implémentées automatiquement ne peuvent pas avoir de paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantBeWriteOnly">
<source>Auto-implemented properties cannot be WriteOnly.</source>
<target state="translated">Les propriétés implémentées automatiquement ne peuvent pas être WriteOnly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFCount">
<source>'If' operator requires either two or three operands.</source>
<target state="translated">'L'opérateur 'If' requiert deux ou trois opérandes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotACollection1">
<source>Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.</source>
<target state="translated">Impossible d'initialiser le type '{0}' avec un initialiseur de collection, car il ne s'agit pas d'un type de collection.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAddMethod1">
<source>Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.</source>
<target state="translated">Impossible d'initialiser le type '{0}' avec un initialiseur de collection, car il n'a pas de méthode 'Add' accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCombineInitializers">
<source>An Object Initializer and a Collection Initializer cannot be combined in the same initialization.</source>
<target state="translated">Un initialiseur d'objet et un initialiseur de collection ne peuvent pas être combinés dans la même initialisation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmptyAggregateInitializer">
<source>An aggregate collection initializer entry must contain at least one element.</source>
<target state="translated">Une entrée d'initialiseur de collection d'agrégation doit contenir au moins un élément.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndElementNoMatchingStart">
<source>XML end element must be preceded by a matching start element.</source>
<target state="translated">Un élément de fin XML doit être précédé d'un élément de début correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdasCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside a lambda expression.</source>
<target state="translated">'On Error' et 'Resume' ne peuvent pas être utilisés dans une expression lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceDisallowedHere">
<source>Keywords 'Out' and 'In' can only be used in interface and delegate declarations.</source>
<target state="translated">Les mots clés 'Out' et 'In' peuvent uniquement être utilisés dans des déclarations interface et delegate.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndCDataNotAllowedInContent">
<source>The literal string ']]>' is not allowed in element content.</source>
<target state="translated">La chaîne littérale ']]>' n'est pas autorisée dans le contenu de l'élément.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadsModifierInModule">
<source>Inappropriate use of '{0}' keyword in a module.</source>
<target state="translated">Utilisation inappropriée du mot clé '{0}' dans un module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedTypeOrNamespace1">
<source>Type or namespace '{0}' is not defined.</source>
<target state="translated">Le type ou l'espace de noms '{0}' n'est pas défini.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentityDirectCastForFloat">
<source>Using DirectCast operator to cast a floating-point value to the same type is not supported.</source>
<target state="translated">L'opérateur DirectCast ne peut pas être utilisé pour effectuer un cast d'une valeur à virgule flottante en un type identique.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete.</source>
<target state="translated">L’opérateur DirectCast ne peut plus être utilisé pour effectuer un cast d’un type valeur en un type identique.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType_Title">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete</source>
<target state="translated">L’opérateur DirectCast ne peut plus être utilisé pour effectuer un cast d’un type valeur en un type identique</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode">
<source>Unreachable code detected.</source>
<target state="translated">Code inatteignable détecté.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode_Title">
<source>Unreachable code detected</source>
<target state="translated">Code inaccessible détecté</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1">
<source>Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">La fonction '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">La fonction ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1">
<source>Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">L'opérateur '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">L’opérateur ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1">
<source>Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">La propriété '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">La propriété ne retourne pas une valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedGlobalNamespace">
<source>Global namespace may not be nested in another namespace.</source>
<target state="translated">Un espace de noms global ne peut pas être imbriqué dans un autre espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatch6">
<source>'{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type '{1}' dans {2} '{3}' via {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMetaDataReference1">
<source>'{0}' cannot be referenced because it is not a valid assembly.</source>
<target state="translated">'Impossible de référencer '{0}', car il ne s'agit pas d'un assembly valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementAllAccessors">
<source>'{0}' cannot be implemented by a {1} property.</source>
<target state="translated">'{0}' ne peut pas être implémenté par une propriété {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMustOverride">
<source>
{0}: {1}</source>
<target state="translated">
{0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfTooManyTypesObjectDisallowed">
<source>Cannot infer a common type because more than one type is possible.</source>
<target state="translated">Impossible de déduire un type commun, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed">
<source>Cannot infer a common type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type commun, car plusieurs types sont possibles. Type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed_Title">
<source>Cannot infer a common type because more than one type is possible</source>
<target state="translated">Impossible de déduire un type commun, car plusieurs types sont possibles</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoTypeObjectDisallowed">
<source>Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.</source>
<target state="translated">Impossible de déduire un type commun, et Option Strict On n'autorise pas l'utilisation par défaut de 'Object'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed">
<source>Cannot infer a common type; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type commun ; type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed_Title">
<source>Cannot infer a common type</source>
<target state="translated">Impossible de déduire un type commun</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoType">
<source>Cannot infer a common type.</source>
<target state="translated">Impossible de déduire un type commun.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyFileFailure">
<source>Error extracting public key from file '{0}': {1}</source>
<target state="translated">Erreur d'extraction de la clé publique du fichier '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyContainerFailure">
<source>Error extracting public key from container '{0}': {1}</source>
<target state="translated">Erreur d'extraction de la clé publique du conteneur '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefNotEqualToThis">
<source>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.</source>
<target state="translated">Un accès Friend a été concédé par '{0}', mais la clé publique de l'assembly de sortie ne correspond pas à celle spécifiée par l'attribut concédant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefSigningMismatch">
<source>Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.</source>
<target state="translated">Un accès Friend a été concédé par '{0}', mais l'état de signature avec nom fort de l'assembly de sortie ne correspond pas à celui de l'assembly concédant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNoKey">
<source>Public sign was specified and requires a public key, but no public key was specified</source>
<target state="translated">La signature publique a été spécifiée et nécessite une clé publique. Toutefois, aucune clé publique n'a été spécifiée</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNetModule">
<source>Public signing is not supported for netmodules.</source>
<target state="translated">La signature publique n'est pas prise en charge pour les netmodules.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning">
<source>Attribute '{0}' is ignored when public signing is specified.</source>
<target state="translated">L'attribut '{0}' est ignoré quand une signature publique est spécifiée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning_Title">
<source>Attribute is ignored when public signing is specified.</source>
<target state="translated">L'attribut est ignoré quand une signature publique est spécifiée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey">
<source>Delay signing was specified and requires a public key, but no public key was specified.</source>
<target state="translated">La signature différée a été spécifiée et nécessite une clé publique, mais aucune clé publique n’a été spécifiée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey_Title">
<source>Delay signing was specified and requires a public key, but no public key was specified</source>
<target state="translated">La signature différée a été spécifiée et nécessite une clé publique, mais aucune clé publique n'a été spécifiée</target>
<note />
</trans-unit>
<trans-unit id="ERR_SignButNoPrivateKey">
<source>Key file '{0}' is missing the private key needed for signing.</source>
<target state="translated">Le fichier de clé '{0}' ne comprend pas la clé privée nécessaire à la signature.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FailureSigningAssembly">
<source>Error signing assembly '{0}': {1}</source>
<target state="translated">Erreur lors de la signature de l'assembly '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat">
<source>The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]</source>
<target state="translated">Le format de la chaîne de version spécifiée n'est pas conforme au format requis - major[.minor[.build|*[.revision|*]]]</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">Le format de la chaîne de version spécifiée n'est pas conforme au format requis - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat_Title">
<source>The specified version string does not conform to the recommended format</source>
<target state="translated">La chaîne de version spécifiée n’est pas conforme au format recommandé</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat2">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">Le format de la chaîne de version spécifiée n'est pas conforme au format requis - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCultureForExe">
<source>Executables cannot be satellite assemblies; culture should always be empty</source>
<target state="translated">Les exécutables ne peuvent pas être des assemblys satellites ; la culture doit toujours être vide</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored">
<source>The entry point of the program is global script code; ignoring '{0}' entry point.</source>
<target state="translated">Le point d'entrée du programme est du code de script global ; point d'entrée '{0}' ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored_Title">
<source>The entry point of the program is global script code; ignoring entry point</source>
<target state="translated">Le point d'entrée du programme est du code de script global ; ce point d'entrée est ignoré</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName">
<source>The xmlns attribute has special meaning and should not be written with a prefix.</source>
<target state="translated">L’attribut xmlns a une signification particulière et ne doit pas être écrit avec un préfixe.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName_Title">
<source>The xmlns attribute has special meaning and should not be written with a prefix</source>
<target state="translated">L’attribut xmlns a une signification particulière et ne doit pas être écrit avec un préfixe</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName">
<source>It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?</source>
<target state="translated">Il n'est pas recommandé de nommer des attributs xmlns. Vouliez-vous écrire 'xmlns:{0}' pour définir un préfixe nommé '{0}' ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName_Title">
<source>It is not recommended to have attributes named xmlns</source>
<target state="translated">Il n’est pas recommandé de nommer des attributs xmlns</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSingleScript">
<source>Expected a single script (.vbx file)</source>
<target state="translated">Un seul script est attendu (fichier .vbx)</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedAssemblyName">
<source>The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session</source>
<target state="translated">Le nom d'assembly '{0}' est réservé et ne peut pas servir de référence dans une session interactive</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceDirectiveOnlyAllowedInScripts">
<source>#R is only allowed in scripts</source>
<target state="translated">#R n'est autorisé que dans les scripts</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAllowedInScript">
<source>You cannot declare Namespace in script code</source>
<target state="translated">Impossible de déclarer un espace de noms dans le code de script</target>
<note />
</trans-unit>
<trans-unit id="ERR_KeywordNotAllowedInScript">
<source>You cannot use '{0}' in top-level script code</source>
<target state="translated">Vous ne pouvez pas utiliser '{0}' dans du code de script de premier niveau</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoType">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">Impossible de déduire un type de retour. Ajoutez une clause 'As' pour spécifier le type de retour.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed">
<source>Cannot infer a return type; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type de retour ; type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed_Title">
<source>Cannot infer a return type</source>
<target state="translated">Impossible de déduire un type de retour</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed">
<source>Cannot infer a return type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type de retour, car plusieurs types sont possibles. Type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed_Title">
<source>Cannot infer a return type because more than one type is possible</source>
<target state="translated">Impossible de déduire un type de retour car plusieurs types sont possibles</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoTypeObjectDisallowed">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">Impossible de déduire un type de retour. Ajoutez une clause 'As' pour spécifier le type de retour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaTooManyTypesObjectDisallowed">
<source>Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">Impossible de déduire un type de retour, car plusieurs types sont possibles. Ajoutez une clause 'As' pour spécifier le type de retour.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch">
<source>The command line switch '{0}' is not yet implemented and was ignored.</source>
<target state="translated">Le commutateur de ligne de commande '{0}' n'est pas encore implémenté et a été ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch_Title">
<source>Command line switch is not yet implemented</source>
<target state="translated">Le commutateur de ligne de commande n’est pas encore implémenté</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoTypeObjectDisallowed">
<source>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.</source>
<target state="translated">Impossible de déduire un type d'élément, et Option Strict On n'autorise pas l'utilisation par défaut de 'Object'. La spécification du type du tableau peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoType">
<source>Cannot infer an element type. Specifying the type of the array might correct this error.</source>
<target state="translated">Impossible de déduire un type d'élément. La spécification du type de tableau peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitTooManyTypesObjectDisallowed">
<source>Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.</source>
<target state="translated">Impossible de déduire un type d'élément, car plusieurs types sont possibles. La spécification du type du tableau peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed">
<source>Cannot infer an element type; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type d'élément ; type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed_Title">
<source>Cannot infer an element type</source>
<target state="translated">Impossible de déduire un type d’élément</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed">
<source>Cannot infer an element type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type d'élément, car plusieurs types sont possibles. Type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed_Title">
<source>Cannot infer an element type because more than one type is possible</source>
<target state="translated">Impossible de déduire un type d’élément car plusieurs types sont possibles</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3">
<source>Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.</source>
<target state="translated">Impossible de déduire le type de données de '{0}' dans '{1}'. '{2}' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3_Title">
<source>Data type could not be inferred</source>
<target state="translated">Le type de données n’a pas pu être déduit</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousCastConversion2">
<source>Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.</source>
<target state="translated">Option Strict On n'autorise pas les conversions implicites de '{0}' en '{1}', car la conversion est ambiguë.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2">
<source>Conversion from '{0}' to '{1}' may be ambiguous.</source>
<target state="translated">La conversion de '{0}' en '{1}' peut être ambiguë.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2_Title">
<source>Conversion may be ambiguous</source>
<target state="translated">La conversion est peut-être ambiguë</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Utilisez '{2}' à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Utilisez '{2}' à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3_Title">
<source>Type cannot be converted to target collection type</source>
<target state="translated">Le type ne peut pas être converti en type de collection cible</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedIn6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'Impossible de convertir '{4}' en '{5}', car '{0}' n'est pas dérivé de '{1}', comme le requiert le paramètre générique 'In' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedOut6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'Impossible de convertir '{4}' en '{5}', car '{0}' n'est pas dérivé de '{1}', comme le requiert le paramètre générique 'Out' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6">
<source>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}'.</source>
<target state="translated">Conversion implicite de '{4}' en '{5}' ; cette conversion peut échouer car '{0}' ne dérive pas de '{1}', comme cela est requis pour le paramètre générique 'In' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter</source>
<target state="translated">Conversion implicite. Il est possible que cette conversion échoue, car le type cible n’est pas dérivé d’un type source, comme le requiert le paramètre générique 'In'</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6">
<source>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}'.</source>
<target state="translated">Conversion implicite de '{4}' en '{5}' ; cette conversion peut échouer car '{0}' ne dérive pas de '{1}', comme cela est requis pour le paramètre générique 'Out' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter</source>
<target state="translated">Conversion implicite. Il est possible que cette conversion échoue, car le type cible n’est pas dérivé du type source, comme le requiert le paramètre générique 'Out'</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type In, 'In {2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type Out, 'Out {2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type In, 'In {2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">Le type ne peut pas être converti en type cible</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type Out, 'Out {2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">Le type ne peut pas être converti en type cible</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3">
<source>Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.</source>
<target state="translated">La présence des paramètres 'In' et 'Out' dans '{2}' crée une ambiguïté entre l'interface '{0}' et une autre interface '{1}' implémentée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3_Title">
<source>Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters</source>
<target state="translated">La présence des paramètres 'In' et 'Out' crée une ambiguïté entre l’interface et une autre interface implémentée</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInterfaceNesting">
<source>Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.</source>
<target state="translated">Les énumérations, les classes et les structures ne peuvent pas être déclarées dans une interface comportant un paramètre de type 'In' ou 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VariancePreventsSynthesizedEvents2">
<source>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 ...)'.</source>
<target state="translated">Les définitions d'événement avec des paramètres ne sont pas autorisées dans une interface '{0}' qui a des paramètres de type 'In' ou 'Out'. Déclarez l'événement à l'aide d'un type délégué qui n'est pas défini dans '{0}'. Par exemple, 'Event {1} As Action(Of ...)'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInByRefDisallowed1">
<source>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.</source>
<target state="translated">Le type '{0}' ne peut pas être utilisé dans ce contexte, car les paramètres de type 'In' et 'Out' ne peuvent pas être utilisés pour les types de paramètre ByRef et '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}', car les paramètres de type 'In' et 'Out' ne peuvent pas être rendus Nullable et '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{1}' dans '{2}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{2}' de '{3}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInPropertyDisallowed1">
<source>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.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété dans ce contexte, car '{0}' est un paramètre de type 'In' et la propriété n'est pas marquée WriteOnly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReadOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété ReadOnly, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReturnDisallowed1">
<source>Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de retour, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByRefDisallowed1">
<source>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.</source>
<target state="translated">Le type '{0}' ne peut pas être utilisé dans ce contexte, car les paramètres de type 'In' et 'Out' ne peuvent pas être utilisés pour les types de paramètre ByRef et '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByValDisallowed1">
<source>Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de paramètre ByVal, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutConstraintDisallowed1">
<source>Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que contrainte de type générique, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}', car les paramètres de type 'In' et 'Out' ne peuvent pas être rendus Nullable et '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{1}' dans '{2}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{2}' de '{3}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutPropertyDisallowed1">
<source>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.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété dans ce contexte, car '{0}' est un paramètre de type 'Out' et la propriété n'est pas marquée ReadOnly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutWriteOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété WriteOnly, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowed2">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedForGeneric4">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{2}' dans '{3}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHere3">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{2}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHereForGeneric5">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{3}' de '{4}' dans '{2}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterNotValidForType">
<source>Parameter not valid for the specified unmanaged type.</source>
<target state="translated">Paramètre non valide pour le type non managé spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeNotValidForFields">
<source>Unmanaged type '{0}' not valid for fields.</source>
<target state="translated">Type non managé '{0}' non valide pour les champs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeOnlyValidForFields">
<source>Unmanaged type '{0}' is only valid for fields.</source>
<target state="translated">Le type non managé '{0}' n'est valide que pour les champs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired1">
<source>Attribute parameter '{0}' must be specified.</source>
<target state="translated">Le paramètre d'attribut '{0}' doit être spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired2">
<source>Attribute parameter '{0}' or '{1}' must be specified.</source>
<target state="translated">Le paramètre d'attribut '{0}' ou '{1}' doit être spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberConflictWithSynth4">
<source>Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.</source>
<target state="translated">Conflit avec '{0}', qui est déclaré implicitement pour '{1}' dans {2} '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="IDS_ProjectSettingsLocationName">
<source><project settings></source>
<target state="translated"><paramètres de projet></target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty">
<source>Attributes applied on a return type of a WriteOnly Property have no effect.</source>
<target state="translated">Les attributs appliqués sur un type de retour d'une propriété WriteOnly sont sans effet.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title">
<source>Attributes applied on a return type of a WriteOnly Property have no effect</source>
<target state="translated">Les attributs appliqués sur un type de retour d'une propriété WriteOnly sont sans effet</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidTarget">
<source>Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.</source>
<target state="translated">L'attribut de sécurité '{0}' n'est pas valide dans ce type de déclaration. Les attributs de sécurité ne sont valides que dans les déclarations d'assembly, de type et de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AbsentReferenceToPIA1">
<source>Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?</source>
<target state="translated">Impossible de trouver le type interop qui correspond au type incorporé '{0}'. Une référence d'assembly est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLinkClassWithNoPIA1">
<source>Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.</source>
<target state="translated">Une référence à la classe '{0}' n'est pas autorisée lorsque son assembly est configuré pour incorporer les types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidStructMemberNoPIA1">
<source>Embedded interop structure '{0}' can contain only public instance fields.</source>
<target state="translated">La structure d'interopérabilité incorporée '{0}' ne peut contenir que des champs d'instance publics.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPIAAttributeMissing2">
<source>Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.</source>
<target state="translated">Impossible d'incorporer le type interop '{0}', car il lui manque l'attribut '{1}' obligatoire.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoAssemblyGuid1">
<source>Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.</source>
<target state="translated">Impossible d'incorporer les types interop de l'assembly '{0}', car l'attribut '{1}' est manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalTypes3">
<source>Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.</source>
<target state="translated">Impossible d'incorporer le type interop '{0}' trouvé dans les assemblys '{1}' et '{2}'. Désactivez l'incorporation des types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoTypeLibAttribute1">
<source>Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.</source>
<target state="translated">Impossible d'incorporer les types interop de l'assembly '{0}', car l'attribut '{1}' ou '{2}' est manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceInterfaceMustBeInterface">
<source>Interface '{0}' has an invalid source interface which is required to embed event '{1}'.</source>
<target state="translated">L'interface '{0}' a une interface source non valide qui est nécessaire à l'incorporation de l'événement '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNoPIANoBackingMember">
<source>Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.</source>
<target state="translated">L'interface source '{0}' n'a pas de méthode '{1}', qui est requise pour incorporer l'événement '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedInteropType">
<source>Nested type '{0}' cannot be embedded.</source>
<target state="translated">Le type imbriqué '{0}' ne peut pas être incorporé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalTypeNameClash2">
<source>Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.</source>
<target state="translated">L'incorporation du type interop '{0}' de l'assembly '{1}' entraîne un conflit de noms dans l'assembly actuel. Désactivez l'incorporation des types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InteropMethodWithBody1">
<source>Embedded interop method '{0}' contains a body.</source>
<target state="translated">La méthode interop incorporée '{0}' contient un corps.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncInQuery">
<source>'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.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une expression de requête contenue dans la première expression de collection de la clause 'From' initiale ou dans l'expression de collection d'une clause 'Join'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGetAwaiterMethod1">
<source>'Await' requires that the type '{0}' have a suitable GetAwaiter method.</source>
<target state="translated">'Await' nécessite que le type '{0}' ait une méthode GetAwaiter appropriée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIsCompletedOnCompletedGetResult2">
<source>'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.</source>
<target state="translated">'Await' nécessite que le type de retour '{0}' de '{1}.GetAwaiter()' ait des membres IsCompleted, OnCompleted et GetResult appropriés et qu'ils implémentent INotifyCompletion ou ICriticalNotifyCompletion.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoesntImplementAwaitInterface2">
<source>'{0}' does not implement '{1}'.</source>
<target state="translated">'{0}' n'implémente pas '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNothing">
<source>Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.</source>
<target state="translated">Impossible d'attendre Nothing. Attendez plutôt 'Task.Yield()'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncByRefParam">
<source>Async methods cannot have ByRef parameters.</source>
<target state="translated">Les méthodes Async n'acceptent pas les paramètres ByRef.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAsyncIteratorModifiers">
<source>'Async' and 'Iterator' modifiers cannot be used together.</source>
<target state="translated">'Les modificateurs 'Async' et 'Iterator' ne peuvent pas être utilisés en même temps.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadResumableAccessReturnVariable">
<source>The implicit return variable of an Iterator or Async method cannot be accessed.</source>
<target state="translated">Impossible d'accéder à la variable de retour implicite d'une méthode Iterator ou Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonGenericTaskAsync">
<source>'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)'.</source>
<target state="translated">'Les instructions 'Return' de cette méthode Async ne peuvent pas retourner de valeur puisque que le retour de la fonction est de type 'Task'. Convertissez le type de retour de la fonction en 'Task(Of T)'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturnOperand1">
<source>Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.</source>
<target state="translated">Étant donné qu'il s'agit d'une méthode Async, l'expression de retour doit être de type '{0}' plutôt que 'Task(Of {0})'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturn">
<source>The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).</source>
<target state="translated">Le modificateur 'Async' peut uniquement être utilisé dans les procédures Sub, ou dans les fonctions retournant Task ou Task(Of T).</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAwaitAsyncSub1">
<source>'{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.</source>
<target state="translated">'{0}' ne peut pas retourner de tâche ni être attendu. Utilisez plutôt une fonction Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLambdaModifier">
<source>'Only the 'Async' or 'Iterator' modifier is valid on a lambda.</source>
<target state="translated">'Seuls les modificateurs 'Async' et 'Iterator' sont valides dans les expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncMethod">
<source>'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})'.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une méthode Async. Marquez cette méthode avec le modificateur 'Async' et changez son type de retour en 'Task(Of {0})'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncVoidMethod">
<source>'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une méthode Async. Marquez cette méthode avec le modificateur 'Async' et changez son type de retour en 'Task'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncLambda">
<source>'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une expression lambda Async. Marquez cette expression lambda avec le modificateur 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNotInAsyncMethodOrLambda">
<source>'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.</source>
<target state="translated">'Await' peut uniquement être utilisé lorsqu'il est contenu dans une méthode ou une expression lambda marquée avec le modificateur 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StatementLambdaInExpressionTree">
<source>Statement lambdas cannot be converted to expression trees.</source>
<target state="translated">Des lambda-instructions ne peuvent pas être converties en arborescences de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression">
<source>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.</source>
<target state="translated">Dans la mesure où cet appel n'est pas attendu, l'exécution de la méthode actuelle continue avant la fin de l'appel. Envisagez d'appliquer l'opérateur Await au résultat de l'appel.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression_Title">
<source>Because this call is not awaited, execution of the current method continues before the call is completed</source>
<target state="translated">Dans la mesure où cet appel n'est pas attendu, l'exécution de la méthode actuelle continue avant la fin de l'appel</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotAwait">
<source>Loop control variable cannot include an 'Await'.</source>
<target state="translated">La variable de contrôle de boucle ne peut pas inclure un 'Await'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticInitializerInResumable">
<source>Static variables cannot appear inside Async or Iterator methods.</source>
<target state="translated">Les méthodes Async et Iterator ne peuvent pas contenir de variables statiques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedResumableType1">
<source>'{0}' cannot be used as a parameter type for an Iterator or Async method.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant que type de paramètre pour une méthode Iterator ou Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorAsync">
<source>Constructor must not have the 'Async' modifier.</source>
<target state="translated">Le constructeur doit être associé au modificateur 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustNotBeAsync1">
<source>'{0}' cannot be declared 'Partial' because it has the 'Async' modifier.</source>
<target state="translated">'{0}' ne peut pas être déclaré comme 'Partial', car son modificateur est de type 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumablesCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside async or iterator methods.</source>
<target state="translated">'Les méthodes Async et Iterator ne peuvent pas contenir d'instructions 'On Error' et 'Resume' .</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumableLambdaInExpressionTree">
<source>Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.</source>
<target state="translated">Les expressions lambda avec un modificateur 'Async' ou 'Iterator' ne peuvent pas être converties en arborescences d'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeResumable1">
<source>Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.</source>
<target state="translated">Les variables du type restreint '{0}' ne peuvent pas être déclarées dans les méthodes Async ou Iterator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInTryHandler">
<source>'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.</source>
<target state="translated">'Await' ne peut pas être utilisé dans une instruction 'Catch', 'Finally' ou 'SyncLock'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits">
<source>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.</source>
<target state="translated">Aucun opérateur 'Await' ne se trouve dans cette méthode Async, par conséquent, elle sera exécutée de façon synchrone. Utilisez un opérateur 'Await' pour attendre les appels non bloquants d'API, ou un opérateur 'Await Task.Run(...)' pour les tâches utilisant le processeur de façon intensive effectuées sur un thread d'arrière-plan.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits_Title">
<source>This async method lacks 'Await' operators and so will run synchronously</source>
<target state="translated">Cette méthode asynchrone n’a pas d’opérateurs 'Await' et sera exécutée de manière synchrone</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate">
<source>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.</source>
<target state="translated">La tâche retournée à partir de cette fonction asynchrone sera supprimée et toutes les exceptions qu'elle contient seront ignorées. Envisagez de la transformer en une procédure Sub asynchrone afin que ses exceptions soient propagées.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate_Title">
<source>The Task returned from this Async Function will be dropped, and any exceptions in it ignored</source>
<target state="translated">La tâche renvoyée à partir de cette fonction asynchrone sera supprimée et toutes les exceptions qu’elle contient seront ignorées</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsyncInClassOrStruct">
<source>Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.</source>
<target state="translated">Les méthodes Async et Iterator ne sont pas autorisées dans un(e) [Classe|Structure|Interface|Module] qui a l'attribut 'SecurityCritical' ou 'SecuritySafeCritical'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsync">
<source>Security attribute '{0}' cannot be applied to an Async or Iterator method.</source>
<target state="translated">L'attribut de sécurité '{0}' ne peut pas être appliqué à une méthode Async ou Iterator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnResumableMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué aux méthodes Async et Iterator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynchronizedAsyncMethod">
<source>'MethodImplOptions.Synchronized' cannot be applied to an Async method.</source>
<target state="translated">'MethodImplOptions.Synchronized' ne peut pas être appliqué à une méthode Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsyncSubMain">
<source>The 'Main' method cannot be marked 'Async'.</source>
<target state="translated">La méthode 'Main' ne peut pas être marquée comme 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction">
<source>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.</source>
<target state="translated">Certaines surcharges doivent être associées à une fonction Async plutôt qu'à une procédure Sub Async. Utilisez une fonction Async ou effectuez une conversion explicite de la procédure Sub Async vers le type désiré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction_Title">
<source>Some overloads here take an Async Function rather than an Async Sub</source>
<target state="translated">Certaines surcharges doivent être associées à une fonction Async plutôt qu’à une procédure Sub Async</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyGroupCollectionAttributeCycle">
<source>MyGroupCollectionAttribute cannot be applied to itself.</source>
<target state="translated">MyGroupCollectionAttribute ne peut pas être appliqué à lui-même.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LiteralExpected">
<source>Literal expected.</source>
<target state="translated">Littéral attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WinRTEventWithoutDelegate">
<source>Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.</source>
<target state="translated">Les déclarations d'événement qui ciblent WinMD doivent spécifier un type de délégué. Ajoutez une clause As à la déclaration d'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MixingWinRTAndNETEvents">
<source>Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter un événement Windows Runtime '{1}' et un événement .NET régulier '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplRemoveHandlerParamWrong">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter l'événement '{1}' dans l'interface '{2}', car les paramètres de leurs méthodes 'RemoveHandler' respectives ne sont pas les mêmes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddParamWrongForWinRT">
<source>The type of the 'AddHandler' method's parameter must be the same as the type of the event.</source>
<target state="translated">Le type du paramètre de la méthode 'AddHandler' doit être identique au type de l'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RemoveParamWrongForWinRT">
<source>In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'</source>
<target state="translated">Dans un événement Windows Runtime, le type du paramètre de méthode 'RemoveHandler' doit être 'EventRegistrationToken'</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface5">
<source>'{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed</source>
<target state="translated">'{0}.{1}' issu de 'implements {2}' est déjà implémenté par la classe de base '{3}'. Vous n'êtes pas autorisé à réimplémenter l'interface Windows Runtime '{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface4">
<source>'{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed</source>
<target state="translated">'{0}.{1}' est déjà implémenté par la classe de base '{2}'. Vous n'êtes pas autorisé à réimplémenter l'interface Windows Runtime '{3}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorByRefParam">
<source>Iterator methods cannot have ByRef parameters.</source>
<target state="translated">Les méthodes Iterator n'acceptent pas les paramètres ByRef.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorExpressionLambda">
<source>Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.</source>
<target state="translated">Les expressions lambda sur une seule ligne ne peuvent pas avoir de modificateur 'Iterator'. Utilisez une expression lambda multiligne à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorReturn">
<source>Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.</source>
<target state="translated">Les fonctions Iterator doivent retourner IEnumerable(Of T) ou IEnumerator(Of T), ou bien les formulaires non génériques IEnumerable ou IEnumerator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadReturnValueInIterator">
<source>To return a value from an Iterator function, use 'Yield' rather than 'Return'.</source>
<target state="translated">Pour retourner une valeur depuis une fonction Iterator, utilisez 'Yield' plutôt que 'Return'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInNonIteratorMethod">
<source>'Yield' can only be used in a method marked with the 'Iterator' modifier.</source>
<target state="translated">'Yield' peut uniquement être utilisé dans une méthode marquée à l'aide du modificateur 'Iterator'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInTryHandler">
<source>'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.</source>
<target state="translated">'Yield' ne peut pas être utilisé dans une instruction 'Catch' ou 'Finally'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1">
<source>The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">L'événement AddHandler pour Windows Runtime '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1_Title">
<source>The AddHandler for Windows Runtime event doesn't return a value on all code paths</source>
<target state="translated">L’événement AddHandler pour Windows Runtime ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodDefaultParameterValueMismatch2">
<source>Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">Le paramètre facultatif d'une méthode '{0}' n'a pas la même valeur par défaut que le paramètre correspondant de la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamArrayMismatch2">
<source>Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">Le paramètre d'une méthode '{0}' diffère par son modificateur ParamArray du paramètre correspondant de la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMismatch">
<source>Module name '{0}' stored in '{1}' must match its filename.</source>
<target state="translated">Le nom de module '{0}' stocké dans '{1}' doit correspondre à son nom de fichier.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleName">
<source>Invalid module name: {0}</source>
<target state="translated">Nom de module non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden">
<source>Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.</source>
<target state="translated">L'attribut '{0}' du module '{1}' sera ignoré au profit de l'instance présente dans la source.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden_Title">
<source>Attribute from module will be ignored in favor of the instance appearing in source</source>
<target state="translated">L’attribut du module sera ignoré en faveur de l’instance qui apparaît dans la source</target>
<note />
</trans-unit>
<trans-unit id="ERR_CmdOptionConflictsSource">
<source>Attribute '{0}' given in a source file conflicts with option '{1}'.</source>
<target state="translated">L'attribut '{0}' spécifié dans un fichier source est en conflit avec l'option '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName">
<source>Referenced assembly '{0}' does not have a strong name.</source>
<target state="translated">L'assembly référencé '{0}' n'a pas de nom fort.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName_Title">
<source>Referenced assembly does not have a strong name</source>
<target state="translated">L'assembly référencé n'a pas de nom fort</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSignaturePublicKey">
<source>Invalid signature public key specified in AssemblySignatureKeyAttribute.</source>
<target state="translated">Une clé publique de signature non valide a été spécifiée dans AssemblySignatureKeyAttribute.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CollisionWithPublicTypeInModule">
<source>Type '{0}' conflicts with public type defined in added module '{1}'.</source>
<target state="translated">Le type '{0}' est en conflit avec le type public défini dans le module '{1}' ajouté.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypeConflictsWithDeclaration">
<source>Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">Le type '{0}' exporté à partir du module '{1}' est en conflit avec le type déclaré dans le module principal de cet assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypesConflict">
<source>Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">Le type '{0}' exporté à partir du module '{1}' est en conflit avec le type '{2}' exporté à partir du module '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch">
<source>Referenced assembly '{0}' has different culture setting of '{1}'.</source>
<target state="translated">L'assembly référencé '{0}' a un paramètre de culture différent : '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch_Title">
<source>Referenced assembly has different culture setting</source>
<target state="translated">L'assembly référencé a un paramètre de culture différent</target>
<note />
</trans-unit>
<trans-unit id="ERR_AgnosticToMachineModule">
<source>Agnostic assembly cannot have a processor specific module '{0}'.</source>
<target state="translated">Un assembly agnostique ne peut pas avoir un module '{0}' propre au processeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingMachineModule">
<source>Assembly and module '{0}' cannot target different processors.</source>
<target state="translated">L'assembly et le module '{0}' ne peuvent pas cibler des processeurs différents.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly">
<source>Referenced assembly '{0}' targets a different processor.</source>
<target state="translated">L'assembly référencé '{0}' cible un processeur différent.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly_Title">
<source>Referenced assembly targets a different processor</source>
<target state="translated">L'assembly référencé cible un processeur différent</target>
<note />
</trans-unit>
<trans-unit id="ERR_CryptoHashFailed">
<source>Cryptographic failure while creating hashes.</source>
<target state="translated">Échec de chiffrement pendant la création de hachages.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantHaveWin32ResAndManifest">
<source>Conflicting options specified: Win32 resource file; Win32 manifest.</source>
<target state="translated">Options spécifiées en conflit : fichier de ressources Win32 ; manifeste Win32.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithDeclaration">
<source>Forwarded type '{0}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">Le type transmis '{0}' est en conflit avec le type déclaré dans le module principal de cet assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypesConflict">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.</source>
<target state="translated">Le type '{0}' transmis à l'assembly '{1}' est en conflit avec le type '{2}' transmis à l'assembly '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongMetadataName">
<source>Name '{0}' exceeds the maximum length allowed in metadata.</source>
<target state="translated">Le nom '{0}' dépasse la longueur maximale autorisée dans les métadonnées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNetModuleReference">
<source>Reference to '{0}' netmodule missing.</source>
<target state="translated">Référence à netmodule '{0}' manquante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMustBeUnique">
<source>Module '{0}' is already defined in this assembly. Each module must have a unique filename.</source>
<target state="translated">Le module '{0}' est déjà défini dans cet assembly. Chaque module doit avoir un nom de fichier unique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithExportedType">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">Le type '{0}' transmis à l'assembly '{1}' est en conflit avec le type '{2}' exporté à partir du module '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDREFERENCE">
<source>Adding assembly reference '{0}'</source>
<target state="translated">Ajout de la référence d'assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDLINKREFERENCE">
<source>Adding embedded assembly reference '{0}'</source>
<target state="translated">Ajout de la référence d'assembly incorporé '{0}'</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDMODULE">
<source>Adding module reference '{0}'</source>
<target state="translated">Ajout de la référence de module '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestingViolatesCLS1">
<source>Type '{0}' does not inherit the generic type parameters of its container.</source>
<target state="translated">Le type '{0}' n'hérite pas des paramètres de type générique de son conteneur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PDBWritingFailed">
<source>Failure writing debug information: {0}</source>
<target state="translated">Échec de l'écriture des informations de débogage : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamDefaultValueDiffersFromAttribute">
<source>The parameter has multiple distinct default values.</source>
<target state="translated">Le paramètre contient plusieurs valeurs par défaut distinctes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldHasMultipleDistinctConstantValues">
<source>The field has multiple distinct constant values.</source>
<target state="translated">Le champ contient plusieurs valeurs de constante distinctes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncNoPIAReference">
<source>Cannot continue since the edit includes a reference to an embedded type: '{0}'.</source>
<target state="translated">Impossible de continuer, car la modification inclut une référence à un type incorporé : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncReferenceToAddedMember">
<source>Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.</source>
<target state="translated">Le membre '{0}' ajouté durant la session de débogage actuelle est uniquement accessible à partir de son assembly de déclaration '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedModule1">
<source>'{0}' is an unsupported .NET module.</source>
<target state="translated">'{0}' est un module .NET non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedEvent1">
<source>'{0}' is an unsupported event.</source>
<target state="translated">'{0}' est un événement non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="PropertiesCanNotHaveTypeArguments">
<source>Properties can not have type arguments</source>
<target state="translated">Les propriétés ne peuvent pas avoir d'arguments de type</target>
<note />
</trans-unit>
<trans-unit id="IdentifierSyntaxNotWithinSyntaxTree">
<source>IdentifierSyntax not within syntax tree</source>
<target state="translated">IdentifierSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="AnonymousObjectCreationExpressionSyntaxNotWithinTree">
<source>AnonymousObjectCreationExpressionSyntax not within syntax tree</source>
<target state="translated">AnonymousObjectCreationExpressionSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="FieldInitializerSyntaxNotWithinSyntaxTree">
<source>FieldInitializerSyntax not within syntax tree</source>
<target state="translated">FieldInitializerSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="IDS_TheSystemCannotFindThePathSpecified">
<source>The system cannot find the path specified</source>
<target state="translated">Le système ne trouve pas le chemin indiqué</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoPointerTypesInVB">
<source>There are no pointer types in VB.</source>
<target state="translated">Les types pointer n'existent pas en VB.</target>
<note />
</trans-unit>
<trans-unit id="ThereIsNoDynamicTypeInVB">
<source>There is no dynamic type in VB.</source>
<target state="translated">Les types dynamiques n'existent pas en VB.</target>
<note />
</trans-unit>
<trans-unit id="VariableSyntaxNotWithinSyntaxTree">
<source>variableSyntax not within syntax tree</source>
<target state="translated">variableSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="AggregateSyntaxNotWithinSyntaxTree">
<source>AggregateSyntax not within syntax tree</source>
<target state="translated">AggregateSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="FunctionSyntaxNotWithinSyntaxTree">
<source>FunctionSyntax not within syntax tree</source>
<target state="translated">FunctionSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="PositionIsNotWithinSyntax">
<source>Position is not within syntax tree</source>
<target state="translated">La position ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="RangeVariableSyntaxNotWithinSyntaxTree">
<source>RangeVariableSyntax not within syntax tree</source>
<target state="translated">RangeVariableSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinSyntaxTree">
<source>DeclarationSyntax not within syntax tree</source>
<target state="translated">DeclarationSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="StatementOrExpressionIsNotAValidType">
<source>StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax</source>
<target state="translated">StatementOrExpression n'est pas un ExecutableStatementSyntax ou un ExpressionSyntax</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinTree">
<source>DeclarationSyntax not within tree</source>
<target state="translated">DeclarationSyntax ne se trouve pas dans l'arborescence</target>
<note />
</trans-unit>
<trans-unit id="TypeParameterNotWithinTree">
<source>TypeParameter not within tree</source>
<target state="translated">TypeParameter ne se trouve dans l'arborescence</target>
<note />
</trans-unit>
<trans-unit id="NotWithinTree">
<source> not within tree</source>
<target state="translated"> ne se trouve pas dans l'arborescence</target>
<note />
</trans-unit>
<trans-unit id="LocationMustBeProvided">
<source>Location must be provided in order to provide minimal type qualification.</source>
<target state="translated">L'emplacement doit être indiqué pour fournir une qualification de type minimale.</target>
<note />
</trans-unit>
<trans-unit id="SemanticModelMustBeProvided">
<source>SemanticModel must be provided in order to provide minimal type qualification.</source>
<target state="translated">SemanticModel doit être indiqué afin de fournir une qualification de type minimale.</target>
<note />
</trans-unit>
<trans-unit id="NumberOfTypeParametersAndArgumentsMustMatch">
<source>the number of type parameters and arguments should be the same</source>
<target state="translated">le nombre de paramètres et d'arguments de type doit être identique</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResourceInModule">
<source>Cannot link resource files when building a module</source>
<target state="translated">Impossible de lier des fichiers de ressources lors de la création d'un module</target>
<note />
</trans-unit>
<trans-unit id="NotAVbSymbol">
<source>Not a VB symbol.</source>
<target state="translated">Symbole VB non valide.</target>
<note />
</trans-unit>
<trans-unit id="ElementsCannotBeNull">
<source>Elements cannot be null.</source>
<target state="translated">Les éléments ne peuvent pas avoir la valeur null.</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause">
<source>Unused import clause.</source>
<target state="translated">Clause d’importation inutilisée.</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement">
<source>Unused import statement.</source>
<target state="translated">Instruction d’importation inutilisée.</target>
<note />
</trans-unit>
<trans-unit id="WrongSemanticModelType">
<source>Expected a {0} SemanticModel.</source>
<target state="translated">SemanticModel {0} attendu.</target>
<note />
</trans-unit>
<trans-unit id="PositionNotWithinTree">
<source>Position must be within span of the syntax tree.</source>
<target state="translated">La position doit se trouver dans l'étendue de l'arborescence de syntaxe.</target>
<note />
</trans-unit>
<trans-unit id="SpeculatedSyntaxNodeCannotBelongToCurrentCompilation">
<source>Syntax node to be speculated cannot belong to a syntax tree from the current compilation.</source>
<target state="translated">Le nœud de syntaxe à extrapoler ne peut pas appartenir à une arborescence de syntaxe de la compilation actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ChainingSpeculativeModelIsNotSupported">
<source>Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.</source>
<target state="translated">Le chaînage d'un modèle sémantique spéculatif n'est pas pris en charge. Vous devez créer un modèle spéculatif à partir du ParentModel non spéculatif.</target>
<note />
</trans-unit>
<trans-unit id="IDS_ToolName">
<source>Microsoft (R) Visual Basic Compiler</source>
<target state="translated">Compilateur Microsoft (R) Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine1">
<source>{0} version {1}</source>
<target state="translated">{0} version {1}</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">Copyright (C) Microsoft Corporation. Tous droits réservés.</target>
<note />
</trans-unit>
<trans-unit id="IDS_LangVersions">
<source>Supported language versions:</source>
<target state="translated">Versions de langage prises en charge :</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong">
<source>Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">Le nom local '{0}' est trop long pour PDB. Raccourcissez-le ou compilez sans /debug.</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong_Title">
<source>Local name is too long for PDB</source>
<target state="translated">Le nom local est trop long pour PDB</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong">
<source>Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">La chaîne d'importation '{0}' est trop longue pour PDB. Raccourcissez-la ou compilez sans /debug.</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong_Title">
<source>Import string is too long for PDB</source>
<target state="translated">La chaîne d’importation est trop longue pour PDB</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter">
<source>XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.</source>
<target state="translated">Le commentaire XML a une balise avec un attribut 'cref' '{0}' qui est lié à un paramètre de type. Utilisez la balise <typeparamref> à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter_Title">
<source>XML comment has a tag with a 'cref' attribute that bound to a type parameter</source>
<target state="translated">Le commentaire XML possède une balise avec un attribut 'cref' lié à un paramètre de type</target>
<note />
</trans-unit>
<trans-unit id="ERR_LinkedNetmoduleMetadataMustProvideFullPEImage">
<source>Linked netmodule metadata must provide a full PE image: '{0}'.</source>
<target state="translated">Les métadonnées netmodule liées doivent fournir une image PE complète : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated">
<source>An instance of analyzer {0} cannot be created from {1} : {2}.</source>
<target state="translated">Impossible de créer une instance de l'analyseur {0} à partir de {1} : {2}.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated_Title">
<source>Instance of analyzer cannot be created</source>
<target state="translated">L’instance de l’analyseur ne peut pas être créée</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">L'assembly {0} ne contient pas d'analyseurs.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly_Title">
<source>Assembly does not contain any analyzers</source>
<target state="translated">L'assembly ne contient pas d'analyseur</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer">
<source>Unable to load analyzer assembly {0} : {1}.</source>
<target state="translated">Impossible de charger l'assembly d'analyseur {0} : {1}.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer_Title">
<source>Unable to load analyzer assembly</source>
<target state="translated">Impossible de charger l’assembly de l’analyseur</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer">
<source>Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.</source>
<target state="translated">Certains types contenus dans l'assembly analyseur {0} ont été ignorés pour cause de ReflectionTypeLoadException : {1}.</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer_Title">
<source>Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException</source>
<target state="translated">Ignorer le chargement de types dans un assembly d’analyseur qui échouent en raison d’une ReflectionTypeLoadException</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReadRulesetFile">
<source>Error reading ruleset file {0} - {1}</source>
<target state="translated">Erreur lors de la lecture du fichier ruleset {0} - {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PlatformDoesntSupport">
<source>{0} is not supported in current project type.</source>
<target state="translated">{0} n'est pas pris en charge dans le type de projet actif.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantUseRequiredAttribute">
<source>The RequiredAttribute attribute is not permitted on Visual Basic types.</source>
<target state="translated">L'attribut RequiredAttribute n'est pas autorisé dans des types Visual Basic.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncodinglessSyntaxTree">
<source>Cannot emit debug information for a source text without encoding.</source>
<target state="translated">Impossible d'émettre des informations de débogage pour un texte source sans encodage.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatSpecifier">
<source>'{0}' is not a valid format specifier</source>
<target state="translated">'{0}' n'est pas un spécificateur de format valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPreprocessorConstantType">
<source>Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.</source>
<target state="translated">La constante de préprocesseur '{0}' de type '{1}' n'est pas prise en charge, seuls les types primitifs sont autorisés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedWarningKeyword">
<source>'Warning' expected.</source>
<target state="translated">'Warning' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotBeMadeNullable1">
<source>'{0}' cannot be made nullable.</source>
<target state="translated">'{0}' ne peut pas être null.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConditionalWithRef">
<source>Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.</source>
<target state="translated">Un '?' de début ne peut s'afficher que dans une instruction 'With', et pas dans un initialiseur de membre d'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullPropagatingOpInExpressionTree">
<source>A null propagating operator cannot be converted into an expression tree.</source>
<target state="translated">Impossible de convertir un opérateur de propagation null en une arborescence d'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongOrComplexExpression">
<source>An expression is too long or complex to compile</source>
<target state="translated">Une expression est trop longue ou complexe à compiler</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionDoesntHaveName">
<source>This expression does not have a name.</source>
<target state="translated">Cette expression n'a pas de nom.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNameOfSubExpression">
<source>This sub-expression cannot be used inside NameOf argument.</source>
<target state="translated">Cette sous-expression ne peut pas être utilisée dans un argument NameOf.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodTypeArgsUnexpected">
<source>Method type arguments unexpected.</source>
<target state="translated">Arguments de type de méthode inattendus.</target>
<note />
</trans-unit>
<trans-unit id="NoNoneSearchCriteria">
<source>SearchCriteria is expected.</source>
<target state="translated">SearchCriteria est attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCulture">
<source>Assembly culture strings may not contain embedded NUL characters.</source>
<target state="translated">Les chaînes de culture d'assembly ne peuvent pas contenir de caractères null incorporés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InReferencedAssembly">
<source>There is an error in a referenced assembly '{0}'.</source>
<target state="translated">Il existe une erreur dans un assembly référencé '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationFormatWhitespace">
<source>Format specifier may not contain trailing whitespace.</source>
<target state="translated">Le spécificateur de format ne peut pas contenir d’espaces blancs de fin.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationAlignmentOutOfRange">
<source>Alignment value is outside of the supported range.</source>
<target state="translated">La valeur de l'alignement est en dehors de la plage prise en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolatedStringFactoryError">
<source>There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.</source>
<target state="translated">Une ou plusieurs erreurs se sont produites lors de l'émission de l'appel à {0}.{1}. La méthode ou son type de retour peuvent être manquants ou incorrects.</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause_Title">
<source>Unused import clause</source>
<target state="translated">Clause import inutilisée</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement_Title">
<source>Unused import statement</source>
<target state="translated">Instruction import inutilisée</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantStringTooLong">
<source>Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.</source>
<target state="translated">La longueur de la constante de chaîne qui résulte de la concaténation dépasse System.Int32.MaxValue. Essayez de diviser la chaîne en plusieurs constantes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LanguageVersion">
<source>Visual Basic {0} does not support {1}.</source>
<target state="translated">Visual Basic {0} ne prend pas en charge {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPdbData">
<source>Error reading debug information for '{0}'</source>
<target state="translated">Erreur lors de la lecture des informations de débogage pour '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ArrayLiterals">
<source>array literal expressions</source>
<target state="translated">expressions littérales de tableaux</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AsyncExpressions">
<source>async methods or lambdas</source>
<target state="translated">méthodes Async ou expressions lambda</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AutoProperties">
<source>auto-implemented properties</source>
<target state="translated">propriétés implémentées automatiquement</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ReadonlyAutoProperties">
<source>readonly auto-implemented properties</source>
<target state="translated">propriétés implémentées automatiquement en lecture seule</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CoContraVariance">
<source>variance</source>
<target state="translated">variance</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CollectionInitializers">
<source>collection initializers</source>
<target state="translated">initialiseurs de collections</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_GlobalNamespace">
<source>declaring a Global namespace</source>
<target state="translated">déclaration d'un espace de noms global</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Iterators">
<source>iterators</source>
<target state="translated">itérateurs</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuation">
<source>implicit line continuation</source>
<target state="translated">continuation de ligne implicite</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_StatementLambdas">
<source>multi-line lambda expressions</source>
<target state="translated">Expressions lambda multilignes</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_SubLambdas">
<source>'Sub' lambda expressions</source>
<target state="translated">'Expressions lambda 'Sub'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NullPropagatingOperator">
<source>null conditional operations</source>
<target state="translated">Opérations conditionnelles null</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NameOfExpressions">
<source>'nameof' expressions</source>
<target state="translated">'Expressions 'nameof'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_RegionsEverywhere">
<source>region directives within method bodies or regions crossing boundaries of declaration blocks</source>
<target state="translated">directives region dans des corps de méthodes ou régions traversant les limites de blocs de déclaration</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_MultilineStringLiterals">
<source>multiline string literals</source>
<target state="translated">littéraux de chaîne multiligne</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CObjInAttributeArguments">
<source>CObj in attribute arguments</source>
<target state="translated">CObj dans les arguments d'attribut</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuationComments">
<source>line continuation comments</source>
<target state="translated">commentaires de continuation de ligne</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_TypeOfIsNot">
<source>TypeOf IsNot expression</source>
<target state="translated">Expression TypeOf IsNot</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_YearFirstDateLiterals">
<source>year-first date literals</source>
<target state="translated">littéraux de date avec année en premier</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_WarningDirectives">
<source>warning directives</source>
<target state="translated">directives warning</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialModules">
<source>partial modules</source>
<target state="translated">modules partiels</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialInterfaces">
<source>partial interfaces</source>
<target state="translated">interfaces partielles</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite">
<source>implementing read-only or write-only property with read-write property</source>
<target state="translated">implémentation d'une propriété en lecture seule ou en écriture seule avec une propriété en lecture/écriture</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_DigitSeparators">
<source>digit separators</source>
<target state="translated">séparateurs numériques</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_BinaryLiterals">
<source>binary literals</source>
<target state="translated">littéraux binaires</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Tuples">
<source>tuples</source>
<target state="translated">tuples</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PrivateProtected">
<source>Private Protected</source>
<target state="translated">Private Protected</target>
<note />
</trans-unit>
<trans-unit id="ERR_DebugEntryPointNotSourceMethodDefinition">
<source>Debug entry point must be a definition of a method declared in the current compilation.</source>
<target state="translated">Le point d'entrée de débogage doit être une définition d'une méthode déclarée dans la compilation actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPathMap">
<source>The pathmap option was incorrectly formatted.</source>
<target state="translated">Le format de l'option pathmap est incorrect.</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeIsNotASubmission">
<source>Syntax tree should be created from a submission.</source>
<target state="translated">L'arborescence de syntaxe doit être créée à partir d'une soumission.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyUserStrings">
<source>Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.</source>
<target state="translated">La longueur combinée des chaînes utilisateur que le programme utilise dépasse la limite autorisée. Essayez de réduire le nombre de littéraux de chaîne ou XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PeWritingFailure">
<source>An error occurred while writing the output file: {0}</source>
<target state="translated">Une erreur s'est produite durant l'écriture du fichier de sortie : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionMustBeAbsolutePath">
<source>Option '{0}' must be an absolute path.</source>
<target state="translated">L'option '{0}' doit être un chemin absolu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceLinkRequiresPdb">
<source>/sourcelink switch is only supported when emitting PDB.</source>
<target state="translated">Le commutateur /sourcelink est uniquement pris en charge durant l'émission d'un fichier PDB.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleDuplicateElementName">
<source>Tuple element names must be unique.</source>
<target state="translated">Les noms d'éléments d'un tuple doivent être uniques.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch">
<source>The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.</source>
<target state="translated">Le nom d'élément tuple '{0}' est ignoré, car un autre nom est spécifié ou aucun nom n'est spécifié par le type cible '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch_Title">
<source>The tuple element name is ignored because a different name or no name is specified by the assignment target.</source>
<target state="translated">Le nom d'élément tuple est ignoré, car un autre nom est spécifié ou aucun nom n'est spécifié par la cible de l'assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementName">
<source>Tuple element name '{0}' is only allowed at position {1}.</source>
<target state="translated">Le nom d'élément de tuple '{0}' est uniquement autorisé à la position {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementNameAnyPosition">
<source>Tuple element name '{0}' is disallowed at any position.</source>
<target state="translated">Le nom d'élément de tuple '{0}' est interdit à toutes les positions.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleTooFewElements">
<source>Tuple must contain at least two elements.</source>
<target state="translated">Le tuple doit contenir au moins deux éléments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleElementNamesAttributeMissing">
<source>Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?</source>
<target state="translated">Impossible de définir une classe ou un membre qui utilise des tuples, car le type '{0}' nécessaire au compilateur est introuvable. Une référence est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExplicitTupleElementNamesAttribute">
<source>Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.</source>
<target state="translated">Impossible de référencer 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitement. Utilisez la syntaxe des tuples pour définir les noms de tuples.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefReturningCallInExpressionTree">
<source>An expression tree may not contain a call to a method or property that returns by reference.</source>
<target state="translated">Une arborescence de l'expression ne peut pas contenir un appel à une méthode ou une propriété qui effectue un retour par référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedWithoutPdb">
<source>/embed switch is only supported when emitting a PDB.</source>
<target state="translated">Le commutateur /embed est uniquement pris en charge durant l'émission d'un fichier PDB.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInstrumentationKind">
<source>Invalid instrumentation kind: {0}</source>
<target state="translated">Genre d'instrumentation non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DocFileGen">
<source>Error writing to XML documentation file: {0}</source>
<target state="translated">Erreur d'écriture dans le fichier de documentation XML : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAssemblyName">
<source>Invalid assembly name: {0}</source>
<target state="translated">Nom d'assembly non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeForwardedToMultipleAssemblies">
<source>Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.</source>
<target state="translated">Le module '{0}' dans l'assembly '{1}' transfère le type '{2}' à plusieurs assemblys : '{3}' et '{4}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_Merge_conflict_marker_encountered">
<source>Merge conflict marker encountered</source>
<target state="translated">Marqueur de conflit de fusion rencontré</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoRefOutWhenRefOnly">
<source>Do not use refout when using refonly.</source>
<target state="translated">N'utilisez pas refout quand vous utilisez refonly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNetModuleOutputWhenRefOutOrRefOnly">
<source>Cannot compile net modules when using /refout or /refonly.</source>
<target state="translated">Impossible de compiler les modules net en utilisant /refout ou /refonly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNonTrailingNamedArgument">
<source>Named argument '{0}' is used out-of-position but is followed by an unnamed argument</source>
<target state="translated">L'argument nommé '{0}' est utilisé hors-position mais est suivi d'un argument sans nom</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDocumentationMode">
<source>Provided documentation mode is unsupported or invalid: '{0}'.</source>
<target state="translated">Le mode de documentation fourni n'est pas pris en charge ou est non valide : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLanguageVersion">
<source>Provided language version is unsupported or invalid: '{0}'.</source>
<target state="translated">La version de langage fournie n'est pas prise en charge ou est non valide : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSourceCodeKind">
<source>Provided source code kind is unsupported or invalid: '{0}'</source>
<target state="translated">Le genre de code source fourni n'est pas pris en charge ou est non valide : '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleInferredNamesNotAvailable">
<source>Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.</source>
<target state="translated">Le nom d'élément de tuple '{0}' est déduit. Utilisez la version de langage {1} ou une version supérieure pour accéder à un élément par son nom déduit.</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental">
<source>'{0}' is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">'{0}' est utilisé à des fins d'évaluation uniquement. Il sera peut-être changé ou supprimé au cours des prochaines mises à jour.</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental_Title">
<source>Type is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">Le type est utilisé à des fins d'évaluation uniquement. Il sera peut-être changé ou supprimé au cours des prochaines mises à jour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInfo">
<source>Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'</source>
<target state="translated">Impossible de lire les informations de débogage de la méthode '{0}' (jeton 0x{1}) dans l'assembly '{2}'</target>
<note />
</trans-unit>
<trans-unit id="IConversionExpressionIsNotVisualBasicConversion">
<source>{0} is not a valid Visual Basic conversion expression</source>
<target state="translated">{0} n'est pas une expression de conversion Visual Basic valide</target>
<note />
</trans-unit>
<trans-unit id="IArgumentIsNotVisualBasicArgument">
<source>{0} is not a valid Visual Basic argument</source>
<target state="translated">{0} n'est pas un argument Visual Basic valide</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LeadingDigitSeparator">
<source>leading digit separator</source>
<target state="translated">séparateur numérique de début</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleResolutionAmbiguous3">
<source>Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'</source>
<target state="translated">Le type prédéfini '{0}' est déclaré dans plusieurs assemblys référencés : '{1}' et '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment">
<source>{0} is not a valid Visual Basic compound assignment operation</source>
<target state="translated">{0} n'est pas une opération d'assignation composée Visual Basic valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHashAlgorithmName">
<source>Invalid hash algorithm name: '{0}'</source>
<target state="translated">Nom d'algorithme de hachage non valide : '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InterpolatedStrings">
<source>interpolated strings</source>
<target state="translated">chaînes interpolées</target>
<note />
</trans-unit>
<trans-unit id="FTL_InvalidInputFileName">
<source>File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long</source>
<target state="translated">Le nom de fichier '{0}' est vide, contient des caractères non valides, spécifie un lecteur sans chemin d'accès absolu ou est trop long</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB">
<source>'{0}' is not supported in VB.</source>
<target state="translated">'{0}' n’est pas pris en charge dans VB.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB_Title">
<source>Attribute is not supported in VB</source>
<target state="translated">L’attribut n’est pas pris en charge dans VB</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VBResources.resx">
<body>
<trans-unit id="ERR_AssignmentInitOnly">
<source>Init-only property '{0}' can only be assigned by an object member initializer, or on 'Me', 'MyClass` or 'MyBase' in an instance constructor.</source>
<target state="translated">La propriété d'initialisation uniquement '{0}' peut uniquement être affectée par un initialiseur de membre d'objet, ou sur 'Me', 'MyClass` ou 'MyBase' dans un constructeur d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSwitchValue">
<source>Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.</source>
<target state="translated">Erreur de syntaxe de ligne de commande : '{0}' est une valeur non valide pour l'option '{1}'. La valeur doit se présenter sous la forme '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CommentsAfterLineContinuationNotAvailable1">
<source>Please use language version {0} or greater to use comments after line continuation character.</source>
<target state="translated">Utilisez la version de langage {0} ou une version ultérieure pour utiliser des commentaires après le caractère de continuation de la ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultInterfaceImplementationInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">Impossible d'incorporer le type '{0}', car il a un membre non abstrait. Affectez la valeur false à la propriété 'Incorporer les types interop'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleAnalyzerConfigsInSameDir">
<source>Multiple analyzer config files cannot be in the same directory ('{0}').</source>
<target state="translated">Plusieurs fichiers config d'analyseur ne peuvent pas figurer dans le même répertoire ('{0}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingInitOnlyProperty">
<source>'{0}' cannot override init-only '{1}'.</source>
<target state="translated">'{0}' ne peut pas substituer le '{1}' d'initialisation uniquement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementInitOnly">
<source>Init-only '{0}' cannot be implemented.</source>
<target state="translated">Impossible d'implémenter le '{0}' d'initialisation uniquement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReAbstractionInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">Impossible d'incorporer le type '{0}', car il a une nouvelle abstraction d'un membre de l'interface de base. Affectez la valeur false à la propriété 'Incorporer les types interop'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation">
<source>Target runtime doesn't support default interface implementation.</source>
<target state="translated">Le runtime cible ne prend pas en charge l'implémentation d'interface par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember">
<source>Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.</source>
<target state="translated">Le runtime cible ne prend pas en charge l'accessibilité 'Protected', 'Protected Friend' ou 'Private Protected' pour un membre d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsHandlerInTheSameType">
<source>Events of shared WithEvents variables cannot be handled by methods in a different type.</source>
<target state="translated">Les événements des variables WithEvents partagées ne peuvent pas être pris en charge par des méthodes dans un autre type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnmanagedCallersOnlyNotSupported">
<source>'UnmanagedCallersOnly' attribute is not supported.</source>
<target state="translated">L'attribut 'UnmanagedCallersOnly' n'est pas pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CallerArgumentExpression">
<source>caller argument expression</source>
<target state="new">caller argument expression</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CommentsAfterLineContinuation">
<source>comments after line continuation</source>
<target state="translated">commentaires après la continuation de la ligne</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InitOnlySettersUsage">
<source>assigning to or passing 'ByRef' properties with init-only setters</source>
<target state="translated">affectation ou passage de propriétés 'ByRef' avec des méthodes setter d'initialisation uniquement</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_UnconstrainedTypeParameterInConditional">
<source>unconstrained type parameters in binary conditional expressions</source>
<target state="translated">paramètres de type sans contrainte dans les expressions conditionnelles binaires</target>
<note />
</trans-unit>
<trans-unit id="IDS_VBCHelp">
<source> 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
assembly.
-target:appcontainerexe Create a Windows application that runs in
AppContainer.
-target:winmdobj Create a Windows Metadata intermediate file
-doc[+|-] Generates XML documentation file.
-doc:<file> Generates XML documentation file to <file>.
-refout:<file> Reference assembly output to generate
- INPUT FILES -
-addmodule:<file_list> Reference metadata from the specified modules
-link:<file_list> Embed metadata from the specified interop
assembly. (Short form: -l)
-recurse:<wildcard> Include all files in the current directory
and subdirectories according to the
wildcard specifications.
-reference:<file_list> Reference metadata from the specified
assembly. (Short form: -r)
-analyzer:<file_list> Run the analyzers from this assembly
(Short form: -a)
-additionalfile:<file list> Additional files that don't directly affect code
generation but may be used by analyzers for producing
errors or warnings.
- RESOURCES -
-linkresource:<resinfo> Links the specified file as an external
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -linkres)
-nowin32manifest The default manifest should not be embedded
in the manifest section of the output PE.
-resource:<resinfo> Adds the specified file as an embedded
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -res)
-win32icon:<file> Specifies a Win32 icon file (.ico) for the
default Win32 resources.
-win32manifest:<file> The provided file is embedded in the manifest
section of the output PE.
-win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
-optimize[+|-] Enable optimizations.
-removeintchecks[+|-] Remove integer checks. Default off.
-debug[+|-] Emit debugging information.
-debug:full Emit full debugging information (default).
-debug:pdbonly Emit full debugging information.
-debug:portable Emit cross-platform debugging information.
-debug:embedded Emit cross-platform debugging information into
the target .dll or .exe.
-deterministic Produce a deterministic assembly
(including module version GUID and timestamp)
-refonly Produce a reference assembly in place of the main output
-instrument:TestCoverage Produce an assembly instrumented to collect
coverage information
-sourcelink:<file> Source link info to embed into PDB.
- ERRORS AND WARNINGS -
-nowarn Disable all warnings.
-nowarn:<number_list> Disable a list of individual warnings.
-warnaserror[+|-] Treat all warnings as errors.
-warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
-ruleset:<file> Specify a ruleset file that disables specific
diagnostics.
-errorlog:<file>[,version=<sarif_version>]
Specify a file to log all compiler and analyzer
diagnostics in SARIF format.
sarif_version:{1|2|2.1} Default is 1. 2 and 2.1
both mean SARIF version 2.1.0.
-reportanalyzer Report additional analyzer information, such as
execution time.
-skipanalyzers[+|-] Skip execution of diagnostic analyzers.
- LANGUAGE -
-define:<symbol_list> Declare global conditional compilation
symbol(s). symbol_list:name=value,...
(Short form: -d)
-imports:<import_list> Declare global Imports for namespaces in
referenced metadata files.
import_list:namespace,...
-langversion:? Display the allowed values for language version
-langversion:<string> Specify language version such as
`default` (latest major version), or
`latest` (latest version, including minor versions),
or specific versions like `14` or `15.3`
-optionexplicit[+|-] Require explicit declaration of variables.
-optioninfer[+|-] Allow type inference of variables.
-rootnamespace:<string> Specifies the root Namespace for all type
declarations.
-optionstrict[+|-] Enforce strict language semantics.
-optionstrict:custom Warn when strict language semantics are not
respected.
-optioncompare:binary Specifies binary-style string comparisons.
This is the default.
-optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
-help Display this usage message. (Short form: -?)
-noconfig Do not auto-include VBC.RSP file.
-nologo Do not display compiler copyright banner.
-quiet Quiet output mode.
-verbose Display verbose messages.
-parallel[+|-] Concurrent build.
-version Display the compiler version number and exit.
- ADVANCED -
-baseaddress:<number> The base address for a library or module
(hex).
-checksumalgorithm:<alg> Specify algorithm for calculating source file
checksum stored in PDB. Supported values are:
SHA1 or SHA256 (default).
-codepage:<number> Specifies the codepage to use when opening
source files.
-delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
-publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
-errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
-filealign:<number> Specify the alignment used for output file
sections.
-highentropyva[+|-] Enable high-entropy ASLR.
-keycontainer:<string> Specifies a strong name key container.
-keyfile:<file> Specifies a strong name key file.
-libpath:<path_list> List of directories to search for metadata
references. (Semi-colon delimited.)
-main:<class> Specifies the Class or Module that contains
Sub Main. It can also be a Class that
inherits from System.Windows.Forms.Form.
(Short form: -m)
-moduleassemblyname:<string> Name of the assembly which this module will
be a part of.
-netcf Target the .NET Compact Framework.
-nostdlib Do not reference standard libraries
(system.dll and VBC.RSP file).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Specify a mapping for source path names output by
the compiler.
-platform:<string> Limit which platforms this code can run on;
must be x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred or anycpu (default).
-preferreduilang Specify the preferred output language name.
-nosdkpath Disable searching the default SDK path for standard library assemblies.
-sdkpath:<path> Location of the .NET Framework SDK directory
(mscorlib.dll).
-subsystemversion:<version> Specify subsystem version of the output PE.
version:<number>[.<number>]
-utf8output[+|-] Emit compiler output in UTF8 character
encoding.
@<file> Insert command-line settings from a text file
-vbruntime[+|-|*] Compile with/without the default Visual Basic
runtime.
-vbruntime:<file> Compile with the alternate Visual Basic
runtime in <file>.
</source>
<target state="translated"> Options du compilateur Visual Basic
- FICHIER DE SORTIE -
-out:<fichier> Spécifie le nom du fichier de sortie.
-target:exe Créer une application console (par défaut).
(Forme abrégée : -t)
-target:winexe Créer une application Windows.
-target:library Créer un assembly de bibliothèque.
-target:module Créer un module qui peut être ajouté à un
assembly.
-target:appcontainerexe Créer une application Windows qui s'exécute dans
AppContainer.
-target:winmdobj Créer un fichier intermédiaire de métadonnées Windows
-doc[+|-] Génère un fichier de documentation XML.
-doc:<fichier> Génère un fichier de documentation XML dans <fichier>.
-refout:<fichier> Sortie de l'assembly de référence à générer
- FICHIERS D'ENTRÉE -
-addmodule:<liste_fichiers> Référencer les métadonnées à partir des modules spécifiés
-link:<liste_fichiers> Incorporer les métadonnées à partir de
l'assembly d'interopérabilité spécifié. (Forme abrégée : -l)
-recurse:<générique> Inclure tous les fichiers dans le répertoire
et les sous-répertoires actifs en fonction des
spécifications des caractères génériques.
-reference:<liste_fichiers> Référencer les métadonnées à partir de
l'assembly spécifié. (Forme abrégée : -r)
-analyzer:<liste_fichiers> Exécuter les analyseurs à partir de cet assembly
(Forme abrégée : -a)
-additionalfile:<liste_fichiers> Fichiers supplémentaires qui n'affectent pas directement
la génération de code mais qui peuvent être utilisés par les analyseurs pour produire
des erreurs ou des avertissements.
- RESSOURCES -
-linkresource:<resinfo> Lie le fichier spécifié sous forme de
ressource d'assembly externe.
resinfo:<fichier>[,<nom>[,public|private]]
(Forme abrégée : -linkres)
-nowin32manifest Le manifeste par défaut ne doit pas être incorporé
dans la section manifest du PE de sortie.
-resource:<resinfo> Ajoute le fichier spécifié en tant que
ressource d'assembly incorporée.
resinfo:<fichier>[,<nom>[,public|private]]
(Forme abrégée : -res)
-win32icon:<fichier> Spécifie un fichier icône Win32 (.ico) pour les
ressources Win32 par défaut.
-win32manifest:<fichier> Le fichier fourni est incorporé dans la section manifest
du PE de sortie.
-win32resource:<fichier> Spécifie un fichier de ressources Win32 (.res).
- GÉNÉRATION DE CODE -
-optimize[+|-] Activer les optimisations.
-removeintchecks[+|-] Supprimer les contrôles sur les entiers. La valeur par défaut est off.
-debug[+|-] Émettre des informations de débogage.
-debug:full Émettre des informations de débogage complètes (par défaut).
-debug:pdbonly Émettre des informations de débogage complètes.
-debug:portable Émettre des informations de débogage multiplateformes.
-debug:embedded Émettre des informations de débogage multiplateformes dans
le fichier .dll ou .exe cible.
-deterministic Produire un assembly déterministe
(en incluant le GUID et l'horodatage de la version du module)
-refonly Produire un assembly de référence à la place de la sortie principale
-instrument:TestCoverage Produire un assembly instrumenté pour collecter
les informations de couverture
-sourcelink:<fichier> Informations du lien source à incorporer dans le fichier PDB.
- ERREURS ET AVERTISSEMENTS -
-nowarn Désactiver tous les avertissements.
-nowarn:<liste_numéros> Désactiver une liste d'avertissements individuels.
-warnaserror[+|-] Traiter tous les avertissements comme des erreurs.
-warnaserror[+|-]:<liste_numéros> Traiter une liste d'avertissements comme des erreurs.
-ruleset:<fichier> Spécifier un fichier ruleset qui désactive des
diagnostics spécifiques.
-errorlog:<fichier>[,version=<version_sarif>]
Spécifier un fichier pour journaliser tous les diagnostics du compilateur
et de l'analyseur au format SARIF.
version_sarif :{1|2|2.1} La valeur par défaut est 1. 2 et 2.1
Les deux signifient SARIF version 2.1.0.
-reportanalyzer Signaler des informations supplémentaires sur l'analyseur, par exemple
la durée d'exécution.
-skipanalyzers[+|-] Ignorer l'exécution des analyseurs de diagnostic.
- LANGAGE -
-define:<liste_symboles> Déclarer des symboles de compilation
conditionnelle globale. liste_symboles:name=value,...
(Forme abrégée : -d)
-imports:<liste_importations> Déclarer des importations globales pour les espaces de noms dans
les fichiers de métadonnées référencés.
liste_importations:namespace,...
-langversion:? Afficher les valeurs autorisées pour la version du langage
-langversion:<chaîne> Spécifier la version du langage, par exemple
'default' (dernière version principale) ou
'latest' (dernière version, en incluant les versions mineures),
ou des versions spécifiques comme '14' ou '15.3'
-optionexplicit[+|-] Imposer une déclaration explicite des variables.
-optioninfer[+|-] Autoriser l'inférence de type des variables.
-rootnamespace:<chaîne> Spécifie l'espace de noms racine pour toutes les
déclarations de type.
-optionstrict[+|-] Appliquer une sémantique stricte du langage.
-optionstrict:custom Avertir quand la sémantique stricte du langage n'est pas
respectée.
-optioncompare:binary Spécifie des comparaisons de chaînes de style binaire.
Il s'agit de la valeur par défaut.
-optioncompare:text Spécifie des comparaisons de chaînes de style texte.
- DIVERS -
-help Afficher ce message d'utilisation. (Forme abrégée : -?)
-noconfig Ne pas inclure automatiquement un fichier VBC.RSP.
-nologo Ne pas afficher la bannière de copyright du compilateur.
-quiet Mode de sortie silencieux.
-verbose Afficher des messages documentés.
-parallel[+|-] Build simultanée.
-version Afficher le numéro de version du compilateur et quitter le processus.
- AVANCÉ -
-baseaddress:<numéro> Adresse de base d'une bibliothèque ou d'un module
(en hexadécimal).
-checksumalgorithm:<alg> Spécifier l'algorithme de calcul de la somme de contrôle
de fichier source stockée dans le fichier PDB. Valeurs prises en charge :
SHA1 ou SHA256 (par défaut).
-codepage:<numéro> Spécifie la page de codes à utiliser à l'ouverture
des fichiers sources.
-delaysign[+|-] Différer la signature de l'assembly en utilisant uniquement
la partie publique de la clé de nom fort.
-publicsign[+|-] Signer publiquement l'assembly en utilisant uniquement
la partie publique de la clé de nom fort.
-errorreport:<chaîne> Spécifie comment prendre en charge les erreurs internes du
compilateur ; doit avoir la valeur prompt, send, none ou queue
(par défaut).
-filealign:<numéro> Spécifier l'alignement utilisé pour les
sections du fichier de sortie.
-highentropyva[+|-] Activer la randomisation du format d'espace d'adresse d'entropie élevée.
-keycontainer:<chaîne> Spécifie un conteneur de clé de nom fort.
-keyfile:<fichier> Spécifie un fichier de clé de nom fort.
-libpath:<liste_chemins> Liste de répertoires où rechercher des
références de métadonnées. (Valeurs délimitées par des points-virgules.)
-main:<classe> Spécifie la classe ou le module qui contient
Sub Main. Il peut également s'agir d'une classe qui
hérite de System.Windows.Forms.Form.
(Forme abrégée : -m)
-moduleassemblyname:<chaîne> Nom de l'assembly dont ce module
doit faire partie.
-netcf Cibler le .NET Compact Framework.
-nostdlib Ne pas référencer les bibliothèques standard
(fichiers system.dll et VBC.RSP).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Spécifier un mappage pour les noms de chemins sources sortis par
le compilateur.
-platform:<chaîne> Limiter les plateformes sur lesquelles ce code peut s'exécuter ;
doit correspondre à x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred ou anycpu (par défaut).
-preferreduilang Spécifier le nom du langage de sortie préféré.
-nosdkpath Désactivez la recherche du chemin du kit SDK par défaut pour les assemblys de bibliothèque standard.
-sdkpath:<chemin> Emplacement du répertoire du SDK .NET Framework
(mscorlib.dll).
-subsystemversion:<version> Spécifier la version du sous-système du PE de sortie.
version:<numéro>[.<numéro>]
-utf8output[+|-] Émettre la sortie du compilateur au format
d'encodage de caractères UTF8.
@<fichier> Insérer les paramètres de ligne de commande à partir d'un fichier texte
-vbruntime[+|-|*] Compiler avec/sans le
runtime Visual Basic par défaut.
-vbruntime:<fichier> Compiler avec le
runtime Visual Basic de remplacement dans <fichier>.
</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoFunctionPointerTypesInVB">
<source>There are no function pointer types in VB.</source>
<target state="translated">Il n'existe aucun type de pointeur de fonction en VB.</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoNativeIntegerTypesInVB">
<source>There are no native integer types in VB.</source>
<target state="translated">Il n'existe aucun type d'entier natif dans VB.</target>
<note />
</trans-unit>
<trans-unit id="Trees0">
<source>trees({0})</source>
<target state="translated">arborescences({0})</target>
<note />
</trans-unit>
<trans-unit id="TreesMustHaveRootNode">
<source>trees({0}) must have root node with SyntaxKind.CompilationUnit.</source>
<target state="translated">les arborescences({0}) doivent avoir un nœud racine avec SyntaxKind.CompilationUnit.</target>
<note />
</trans-unit>
<trans-unit id="CannotAddCompilerSpecialTree">
<source>Cannot add compiler special tree</source>
<target state="translated">Impossible d'ajouter une arborescence spéciale du compilateur</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeAlreadyPresent">
<source>Syntax tree already present</source>
<target state="translated">Arborescence de syntaxe déjà présente</target>
<note />
</trans-unit>
<trans-unit id="SubmissionCanHaveAtMostOneSyntaxTree">
<source>Submission can have at most one syntax tree.</source>
<target state="translated">Une soumission peut avoir au plus une arborescence de syntaxe.</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveCompilerSpecialTree">
<source>Cannot remove compiler special tree</source>
<target state="translated">Impossible de supprimer l'arborescence spéciale du compilateur</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeNotFoundToRemove">
<source>SyntaxTree '{0}' not found to remove</source>
<target state="translated">SyntaxTree '{0}' à supprimer introuvable</target>
<note />
</trans-unit>
<trans-unit id="TreeMustHaveARootNodeWithCompilationUnit">
<source>Tree must have a root node with SyntaxKind.CompilationUnit</source>
<target state="translated">L'arborescence doit avoir un nœud racine avec SyntaxKind.CompilationUnit</target>
<note />
</trans-unit>
<trans-unit id="CompilationVisualBasic">
<source>Compilation (Visual Basic): </source>
<target state="translated">Compilation (Visual Basic) : </target>
<note />
</trans-unit>
<trans-unit id="NodeIsNotWithinSyntaxTree">
<source>Node is not within syntax tree</source>
<target state="translated">Le nœud ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="CantReferenceCompilationFromTypes">
<source>Can't reference compilation of type '{0}' from {1} compilation.</source>
<target state="translated">Impossible de référencer la compilation de type '{0}' à partir de la compilation {1}.</target>
<note />
</trans-unit>
<trans-unit id="PositionOfTypeParameterTooLarge">
<source>position of type parameter too large</source>
<target state="translated">position du paramètre de type trop large</target>
<note />
</trans-unit>
<trans-unit id="AssociatedTypeDoesNotHaveTypeParameters">
<source>Associated type does not have type parameters</source>
<target state="translated">Le type associé n'a pas de paramètres de type</target>
<note />
</trans-unit>
<trans-unit id="IDS_FunctionReturnType">
<source>function return type</source>
<target state="translated">type de retour de la fonction</target>
<note />
</trans-unit>
<trans-unit id="TypeArgumentCannotBeNothing">
<source>Type argument cannot be Nothing</source>
<target state="translated">L'argument de type ne peut pas être Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">L'assembly '{0}' contenant le type '{1}' référence le .NET Framework, ce qui n'est pas pris en charge.</target>
<note>{1} is the type that was loaded, {0} is the containing assembly.</note>
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework_Title">
<source>The loaded assembly references .NET Framework, which is not supported.</source>
<target state="translated">L'assembly chargé référence le .NET Framework, ce qui n'est pas pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration">
<source>Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">Le générateur '{0}' n'a pas pu générer la source. Dans la mesure où il ne va pas contribuer à la sortie, des erreurs de compilation peuvent se produire. Exception levée de type '{1}' avec le message '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">Le générateur a levé l'exception suivante :
'{0}'.</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Title">
<source>Generator failed to generate source.</source>
<target state="translated">Le générateur n'a pas pu générer la source.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization">
<source>Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">Échec de l'initialisation du générateur '{0}'. Dans la mesure où il ne va pas contribuer à la sortie, des erreurs de compilation peuvent se produire. Exception levée de type '{1}' avec le message '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">Le générateur a levé l'exception suivante :
'{0}'.</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Title">
<source>Generator failed to initialize.</source>
<target state="translated">Échec de l'initialisation du générateur.</target>
<note />
</trans-unit>
<trans-unit id="WrongNumberOfTypeArguments">
<source>Wrong number of type arguments</source>
<target state="translated">Nombre incorrect d'arguments de type</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileNotFound">
<source>file '{0}' could not be found</source>
<target state="translated">le fichier '{0}' est introuvable</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoResponseFile">
<source>unable to open response file '{0}'</source>
<target state="translated">impossible d'ouvrir le fichier réponse '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentRequired">
<source>option '{0}' requires '{1}'</source>
<target state="translated">l'option '{0}' requiert '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_SwitchNeedsBool">
<source>option '{0}' can be followed only by '+' or '-'</source>
<target state="translated">l'option '{0}' ne peut être suivie que de '+' ou '-'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSwitchValue">
<source>the value '{1}' is invalid for option '{0}'</source>
<target state="translated">la valeur '{1}' n'est pas valide pour l'option '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_MutuallyExclusiveOptions">
<source>Compilation options '{0}' and '{1}' can't both be specified at the same time.</source>
<target state="translated">Les options de compilation '{0}' et '{1}' ne peuvent pas être spécifiées toutes les deux en même temps.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang">
<source>The language name '{0}' is invalid.</source>
<target state="translated">Le nom de langue '{0}' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang_Title">
<source>The language name for /preferreduilang is invalid</source>
<target state="translated">Le nom de langue pour /preferreduilang n’est pas valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_VBCoreNetModuleConflict">
<source>The options /vbruntime* and /target:module cannot be combined.</source>
<target state="translated">Les options /vbruntime* et /target:module ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatForGuidForOption">
<source>Command-line syntax error: Invalid Guid format '{0}' for option '{1}'</source>
<target state="translated">Erreur de syntaxe de ligne de commande : format de Guid '{0}' non valide pour l'option '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingGuidForOption">
<source>Command-line syntax error: Missing Guid for option '{1}'</source>
<target state="translated">Erreur de syntaxe de ligne de commande : Guid manquant pour l'option '{1}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadChecksumAlgorithm">
<source>Algorithm '{0}' is not supported</source>
<target state="translated">Algorithme '{0}' non pris en charge</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch">
<source>unrecognized option '{0}'; ignored</source>
<target state="translated">option '{0}' non reconnue ; ignorée</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch_Title">
<source>Unrecognized command-line option</source>
<target state="translated">Option de ligne de commande non reconnue</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSources">
<source>no input sources specified</source>
<target state="translated">aucune source d'entrée spécifiée</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded">
<source>source file '{0}' specified multiple times</source>
<target state="translated">fichier source '{0}' indiqué plusieurs fois</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded_Title">
<source>Source file specified multiple times</source>
<target state="translated">Le fichier source a été spécifié plusieurs fois</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOpenFileWrite">
<source>can't open '{0}' for writing: {1}</source>
<target state="translated">impossible d'ouvrir '{0}' en écriture : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCodepage">
<source>code page '{0}' is invalid or not installed</source>
<target state="translated">la page de '{0}' n'est pas correcte ou n'est pas installée</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryFile">
<source>the file '{0}' is not a text file</source>
<target state="translated">le fichier '{0}' n'est pas un fichier texte</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibNotFound">
<source>could not find library '{0}'</source>
<target state="translated">impossible de trouver la bibliothèque '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataReferencesNotSupported">
<source>Metadata references not supported.</source>
<target state="translated">Références de métadonnées non prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IconFileAndWin32ResFile">
<source>cannot specify both /win32icon and /win32resource</source>
<target state="translated">impossible de spécifier à la fois /win32icon et /win32resource</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile">
<source>ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">Option /noconfig ignorée, car elle était spécifiée dans un fichier réponse</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile_Title">
<source>Ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">Option /noconfig ignorée, car elle était spécifiée dans un fichier réponse</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId">
<source>warning number '{0}' for the option '{1}' is either not configurable or not valid</source>
<target state="translated">le numéro d'avertissement '{0}' pour l'option '{1}' n'est pas configurable ou n'est pas valide</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId_Title">
<source>Warning number is either not configurable or not valid</source>
<target state="translated">Le numéro d’avertissement n’est pas configurable ou valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSourcesOut">
<source>cannot infer an output file name from resource only input files; provide the '/out' option</source>
<target state="translated">impossible de déduire le nom d'un fichier de sortie à partir de fichiers d'entrée de ressource uniquement ; fournissez l'option '/out'</target>
<note />
</trans-unit>
<trans-unit id="ERR_NeedModule">
<source>the /moduleassemblyname option may only be specified when building a target of type 'module'</source>
<target state="translated">l'option /moduleassemblyname ne peut être spécifiée que lors de la génération d'une cible de type 'module'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyName">
<source>'{0}' is not a valid value for /moduleassemblyname</source>
<target state="translated">'{0}' n'est pas une valeur valide pour /moduleassemblyname</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingManifestSwitches">
<source>Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.</source>
<target state="translated">Erreur d'incorporation du manifeste Win32 : l'option /win32manifest est en conflit avec /nowin32manifest.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest">
<source>Option /win32manifest ignored. It can be specified only when the target is an assembly.</source>
<target state="translated">Option /win32manifest ignorée. Elle ne peut être spécifiée que lorsque la cible est un assembly.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest_Title">
<source>Option /win32manifest ignored</source>
<target state="translated">Option /win32manifest ignorée</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInNamespace">
<source>Statement is not valid in a namespace.</source>
<target state="translated">Instruction non valide dans un espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedType1">
<source>Type '{0}' is not defined.</source>
<target state="translated">Le type '{0}' n'est pas défini.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNext">
<source>'Next' expected.</source>
<target state="translated">'Next' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCharConstant">
<source>Character constant must contain exactly one character.</source>
<target state="translated">Une constante caractère doit contenir exactement un caractère.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssemblyEvent3">
<source>Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">Une référence à l'assembly '{0}' contenant la définition de l'événement '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModuleEvent3">
<source>Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">Une référence au module '{0}' contenant la définition pour l'événement '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbExpectedEndIf">
<source>'#If' block must end with a matching '#End If'.</source>
<target state="translated">'Le bloc '#If' doit se terminer par un '#End If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbNoMatchingIf">
<source>'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.</source>
<target state="translated">'#ElseIf', '#Else' ou '#End If' doit être précédé d'un '#If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbBadElseif">
<source>'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#ElseIf' doit être précédé d'un '#If' ou '#ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromRestrictedType1">
<source>Inheriting from '{0}' is not valid.</source>
<target state="translated">L'héritage de '{0}' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvOutsideProc">
<source>Labels are not valid outside methods.</source>
<target state="translated">Les étiquettes ne sont pas valides en dehors des méthodes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantImplement">
<source>Delegates cannot implement interface methods.</source>
<target state="translated">Les délégués ne peuvent pas implémenter des méthodes d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantHandleEvents">
<source>Delegates cannot handle events.</source>
<target state="translated">Les délégués ne peuvent pas gérer les événements.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorRequiresReferenceTypes1">
<source>'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.</source>
<target state="translated">'L'opérateur 'Is' n'accepte pas d'opérandes de type '{0}'. Les opérandes doivent être de types référence ou Nullable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfRequiresReferenceType1">
<source>'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.</source>
<target state="translated">'TypeOf ... Is' requiert un opérande gauche ayant un type référence, mais cet opérande a le type valeur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasSet">
<source>Properties declared 'ReadOnly' cannot have a 'Set'.</source>
<target state="translated">Les propriétés déclarées 'ReadOnly' ne peuvent pas avoir de 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasGet">
<source>Properties declared 'WriteOnly' cannot have a 'Get'.</source>
<target state="translated">Les propriétés déclarées 'WriteOnly' ne peuvent pas avoir de 'Get'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideProc">
<source>Statement is not valid inside a method.</source>
<target state="translated">Instruction non valide dans une méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideBlock">
<source>Statement is not valid inside '{0}' block.</source>
<target state="translated">Instruction non valide dans un bloc '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedExpressionStatement">
<source>Expression statement is only allowed at the end of an interactive submission.</source>
<target state="translated">L'instruction d'expression est autorisée uniquement à la fin d'un envoi interactif.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndProp">
<source>Property missing 'End Property'.</source>
<target state="translated">End Property' manquant dans la propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSubExpected">
<source>'End Sub' expected.</source>
<target state="translated">'End Sub' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndFunctionExpected">
<source>'End Function' expected.</source>
<target state="translated">'End Function' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseNoMatchingIf">
<source>'#Else' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#Else' doit être précédé d'un '#If' ou '#ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantRaiseBaseEvent">
<source>Derived classes cannot raise base class events.</source>
<target state="translated">Les classes dérivées ne peuvent pas déclencher les événements de la classe de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryWithoutCatchOrFinally">
<source>Try must have at least one 'Catch' or a 'Finally'.</source>
<target state="translated">Try doit utiliser au moins un 'Catch' ou 'Finally'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventsCantBeFunctions">
<source>Events cannot have a return type.</source>
<target state="translated">Les événements ne peuvent pas avoir de type de retour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndBrack">
<source>Bracketed identifier is missing closing ']'.</source>
<target state="translated">Crochet fermant manquant (']') pour l'identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_Syntax">
<source>Syntax error.</source>
<target state="translated">Erreur de syntaxe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_Overflow">
<source>Overflow.</source>
<target state="translated">Dépassement de capacité.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalChar">
<source>Character is not valid.</source>
<target state="translated">Caractère non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StdInOptionProvidedButConsoleInputIsNotRedirected">
<source>stdin argument '-' is specified, but input has not been redirected from the standard input stream.</source>
<target state="translated">L'argument stdin '-' est spécifié, mais l'entrée n'a pas été redirigée à partir du flux d'entrée standard.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectOperand1">
<source>Option Strict On prohibits operands of type Object for operator '{0}'.</source>
<target state="translated">Option Strict On interdit les opérandes de type Object pour l'opérateur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotBeProperty">
<source>Loop control variable cannot be a property or a late-bound indexed array.</source>
<target state="translated">Une variable de contrôle de boucle ne peut pas être une propriété ni un tableau indexé à liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodBodyNotAtLineStart">
<source>First statement of a method body cannot be on the same line as the method declaration.</source>
<target state="translated">La première instruction d'un corps de méthode ne peut pas se trouver sur la même ligne que la déclaration de la méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MaximumNumberOfErrors">
<source>Maximum number of errors has been exceeded.</source>
<target state="translated">Le nombre maximal d'erreurs est dépassé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordNotInInstanceMethod1">
<source>'{0}' is valid only within an instance method.</source>
<target state="translated">'{0}' est valide uniquement dans une méthode d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromStructure1">
<source>'{0}' is not valid within a structure.</source>
<target state="translated">'{0}' n'est pas valide dans une structure.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor1">
<source>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.</source>
<target state="translated">Le constructeur d'attribut a un paramètre de type '{0}', qui n'est pas un type intégral, virgule flottante ni Enum, ni encore Object, Char, String, Boolean, System.Type ou un tableau unidimensionnel de ces types.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWithOptArgs">
<source>Method cannot have both a ParamArray and Optional parameters.</source>
<target state="translated">La méthode ne peut pas comporter simultanément des paramètres ParamArray et Optional.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedArray1">
<source>'{0}' statement requires an array.</source>
<target state="translated">'L'instruction '{0}' requiert un tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayNotArray">
<source>ParamArray parameter must be an array.</source>
<target state="translated">Le paramètre ParamArray doit être un tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayRank">
<source>ParamArray parameter must be a one-dimensional array.</source>
<target state="translated">Le paramètre ParamArray doit être un tableau unidimensionnel.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayRankLimit">
<source>Array exceeds the limit of 32 dimensions.</source>
<target state="translated">Le tableau dépasse le nombre de 32 dimensions autorisées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsNewArray">
<source>Arrays cannot be declared with 'New'.</source>
<target state="translated">Les tableaux ne peuvent pas être déclarés avec 'New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs1">
<source>Too many arguments to '{0}'.</source>
<target state="translated">Arguments trop nombreux pour '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedCase">
<source>Statements and labels are not valid between 'Select Case' and first 'Case'.</source>
<target state="translated">Instructions et étiquettes non valides entre 'Select Case' et la première occurrence de 'Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstExpr">
<source>Constant expression is required.</source>
<target state="translated">Une expression constante est requise.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression.</source>
<target state="translated">Une conversion de '{0}' en '{1}' ne peut pas avoir lieu dans une expression constante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMe">
<source>'Me' cannot be the target of an assignment.</source>
<target state="translated">'Me' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyAssignment">
<source>'ReadOnly' variable cannot be the target of an assignment.</source>
<target state="translated">'Une variable 'ReadOnly' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSubOfFunc">
<source>'Exit Sub' is not valid in a Function or Property.</source>
<target state="translated">'Exit Sub' n'est pas valide dans un Function ni un Property.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitPropNot">
<source>'Exit Property' is not valid in a Function or Sub.</source>
<target state="translated">'Exit Property' n'est pas valide dans un Function ni un Sub.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitFuncOfSub">
<source>'Exit Function' is not valid in a Sub or Property.</source>
<target state="translated">'Exit Function' n'est pas valide dans un Sub ni un Property.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LValueRequired">
<source>Expression is a value and therefore cannot be the target of an assignment.</source>
<target state="translated">Cette expression est une valeur et ne peut donc pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForIndexInUse1">
<source>For loop control variable '{0}' already in use by an enclosing For loop.</source>
<target state="translated">Variable de contrôle de boucle For '{0}' déjà utilisée par une boucle For englobante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextForMismatch1">
<source>Next control variable does not match For loop control variable '{0}'.</source>
<target state="translated">La variable de contrôle Next ne correspond pas à la variable de contrôle de boucle For '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseElseNoSelect">
<source>'Case Else' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case Else' ne peut apparaître qu'à l'intérieur d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseNoSelect">
<source>'Case' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case' ne peut apparaître qu'à l'intérieur d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAssignToConst">
<source>Constant cannot be the target of an assignment.</source>
<target state="translated">Une constante ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedSubscript">
<source>Named arguments are not valid as array subscripts.</source>
<target state="translated">Les arguments nommés ne sont pas valides en tant qu'indices de tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndIf">
<source>'If' must end with a matching 'End If'.</source>
<target state="translated">'If' doit se terminer par un 'End If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWhile">
<source>'While' must end with a matching 'End While'.</source>
<target state="translated">'While' doit se terminer par un 'End While' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLoop">
<source>'Do' must end with a matching 'Loop'.</source>
<target state="translated">'Do' doit se terminer par un 'Loop' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNext">
<source>'For' must end with a matching 'Next'.</source>
<target state="translated">'For' doit se terminer par un 'Next' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWith">
<source>'With' must end with a matching 'End With'.</source>
<target state="translated">'With' doit se terminer par un 'End With' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseNoMatchingIf">
<source>'Else' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'Else' doit être précédé d'un 'If' ou 'ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndIfNoMatchingIf">
<source>'End If' must be preceded by a matching 'If'.</source>
<target state="translated">'End If' doit être précédé d'un 'If' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSelectNoSelect">
<source>'End Select' must be preceded by a matching 'Select Case'.</source>
<target state="translated">'End Select' doit être précédé d'un 'Select Case' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitDoNotWithinDo">
<source>'Exit Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Exit Do' ne peut s'utiliser qu'à l'intérieur d'une instruction 'Do'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWhileNoWhile">
<source>'End While' must be preceded by a matching 'While'.</source>
<target state="translated">'End While' doit être précédé d'un 'While' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopNoMatchingDo">
<source>'Loop' must be preceded by a matching 'Do'.</source>
<target state="translated">'Loop' doit être précédé d'un 'Do' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextNoMatchingFor">
<source>'Next' must be preceded by a matching 'For'.</source>
<target state="translated">'Next' doit être précédé d'un 'For' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWithWithoutWith">
<source>'End With' must be preceded by a matching 'With'.</source>
<target state="translated">'End With' doit être précédé d'un 'With' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefined1">
<source>Label '{0}' is already defined in the current method.</source>
<target state="translated">L'étiquette '{0}' est déjà définie dans la méthode actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSelect">
<source>'Select Case' must end with a matching 'End Select'.</source>
<target state="translated">'Select Case' doit se terminer par un 'End Select' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitForNotWithinFor">
<source>'Exit For' can only appear inside a 'For' statement.</source>
<target state="translated">'Exit For' ne peut apparaître qu'à l'intérieur d'une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitWhileNotWithinWhile">
<source>'Exit While' can only appear inside a 'While' statement.</source>
<target state="translated">'Exit While' ne peut apparaître qu'à l'intérieur d'une instruction 'While'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyProperty1">
<source>'ReadOnly' property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'La propriété 'ReadOnly' '{0}' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSelectNotWithinSelect">
<source>'Exit Select' can only appear inside a 'Select' statement.</source>
<target state="translated">'Exit Select' ne peut apparaître qu'à l'intérieur d'une instruction 'Select'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BranchOutOfFinally">
<source>Branching out of a 'Finally' is not valid.</source>
<target state="translated">La création d'une branche en dehors d'un 'Finally' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualNotObjectRecord1">
<source>'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.</source>
<target state="translated">'!' requiert un opérande gauche ayant un paramètre de type, un type de classe ou d'interface, mais cet opérande a le type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewIndices">
<source>Number of indices is less than the number of dimensions of the indexed array.</source>
<target state="translated">Le nombre d'index est inférieur au nombre de dimensions du tableau indexé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyIndices">
<source>Number of indices exceeds the number of dimensions of the indexed array.</source>
<target state="translated">Le nombre d'index est supérieur au nombre de dimensions du tableau indexé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EnumNotExpression1">
<source>'{0}' is an Enum type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type Enum et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeNotExpression1">
<source>'{0}' is a type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassNotExpression1">
<source>'{0}' is a class type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type classe et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNotExpression1">
<source>'{0}' is a structure type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type structure et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotExpression1">
<source>'{0}' is an interface type and cannot be used as an expression.</source>
<target state="translated">'{0}' est un type interface et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotExpression1">
<source>'{0}' is a namespace and cannot be used as an expression.</source>
<target state="translated">'{0}' est un espace de noms et ne peut pas être utilisé en tant qu'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNamespaceName1">
<source>'{0}' is not a valid name and cannot be used as the root namespace name.</source>
<target state="translated">'{0}' n'est pas un nom valide et ne peut pas être utilisé comme nom d'espace de noms racine.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlPrefixNotExpression">
<source>'{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.</source>
<target state="translated">'{0}' est un préfixe XML et ne peut pas être utilisé comme expression. Utilisez l'opérateur GetXmlNamespace pour créer un objet namespace.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleExtends">
<source>'Inherits' can appear only once within a 'Class' statement and can only specify one class.</source>
<target state="translated">'Inherits' ne peut apparaître qu'une seule fois dans une instruction 'Class' et ne peut spécifier qu'une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropMustHaveGetSet">
<source>Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.</source>
<target state="translated">Une propriété sans spécificateur 'ReadOnly' ou 'WriteOnly' doit fournir un 'Get' et un 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasNoWrite">
<source>'WriteOnly' property must provide a 'Set'.</source>
<target state="translated">'Une propriété 'WriteOnly' doit fournir un 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasNoGet">
<source>'ReadOnly' property must provide a 'Get'.</source>
<target state="translated">'Une propriété 'ReadOnly' doit fournir un 'Get'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttribute1">
<source>Attribute '{0}' is not valid: Incorrect argument value.</source>
<target state="translated">L'attribut '{0}' n'est pas valide : valeur d'argument incorrecte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LabelNotDefined1">
<source>Label '{0}' is not defined.</source>
<target state="translated">L'étiquette '{0}' n'est pas définie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ErrorCreatingWin32ResourceFile">
<source>Error creating Win32 resources: {0}</source>
<target state="translated">Erreur lors de la création de ressources Win32 : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToCreateTempFile">
<source>Cannot create temporary file: {0}</source>
<target state="translated">Impossible de créer le fichier temporaire : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCall2">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel à 'MyBase.New' ou 'MyClass.New', car la classe de base '{0}' de '{1}' n'a pas de 'Sub New' accessible qu'il est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMember3">
<source>{0} '{1}' must implement '{2}' for interface '{3}'.</source>
<target state="translated">{0} '{1}' doit implémenter '{2}' pour l'interface '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithRef">
<source>Leading '.' or '!' can only appear inside a 'With' statement.</source>
<target state="translated">Un '.' ou '!' de début ne peut apparaître que dans une instruction 'With'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAccessCategoryUsed">
<source>Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.</source>
<target state="translated">Vous pouvez spécifier uniquement une instance de type 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend' ou 'Private Protected'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateModifierCategoryUsed">
<source>Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.</source>
<target state="translated">Vous pouvez spécifier uniquement une instance de type 'NotOverridable', 'MustOverride' ou 'Overridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateSpecifier">
<source>Specifier is duplicated.</source>
<target state="translated">Spécificateur en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeConflict6">
<source>{0} '{1}' and {2} '{3}' conflict in {4} '{5}'.</source>
<target state="translated">{0} '{1}' et {2} '{3}' sont en conflit dans {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeKeyword">
<source>Keyword does not name a type.</source>
<target state="translated">Le mot clé ne désigne pas un type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraSpecifiers">
<source>Specifiers valid only at the beginning of a declaration.</source>
<target state="translated">Les spécificateurs sont valides uniquement au début d'une déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedType">
<source>Type expected.</source>
<target state="translated">Type attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfKeyword">
<source>Keyword is not valid as an identifier.</source>
<target state="translated">Mot clé non valide en tant qu'identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEnum">
<source>'End Enum' must be preceded by a matching 'Enum'.</source>
<target state="translated">'End Enum' doit être précédé d'un 'Enum' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEnum">
<source>'Enum' must end with a matching 'End Enum'.</source>
<target state="translated">'Enum' doit se terminer par un 'End Enum' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDeclaration">
<source>Declaration expected.</source>
<target state="translated">Déclaration attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeLast">
<source>End of parameter list expected. Cannot define parameters after a paramarray parameter.</source>
<target state="translated">Fin de liste de paramètres attendue. Impossible de définir des paramètres après un paramètre paramarray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvalidOnInheritsImplOpt">
<source>Specifiers and attributes are not valid on this statement.</source>
<target state="translated">Les spécificateurs et les attributs ne sont pas valides pour cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSpecifier">
<source>Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.</source>
<target state="translated">Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' ou 'Shared' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedComma">
<source>Comma expected.</source>
<target state="translated">Virgule attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAs">
<source>'As' expected.</source>
<target state="translated">'As' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRparen">
<source>')' expected.</source>
<target state="translated">')' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLparen">
<source>'(' expected.</source>
<target state="translated">'(' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNewInType">
<source>'New' is not valid in this context.</source>
<target state="translated">'New' n'est pas valide dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExpression">
<source>Expression expected.</source>
<target state="translated">Expression attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptional">
<source>'Optional' expected.</source>
<target state="translated">'Optional' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifier">
<source>Identifier expected.</source>
<target state="translated">Identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIntLiteral">
<source>Integer constant expected.</source>
<target state="translated">Constante Integer attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEOS">
<source>End of statement expected.</source>
<target state="translated">Fin d'instruction attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedForOptionStmt">
<source>'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.</source>
<target state="translated">'Option' doit être suivi de 'Compare', 'Explicit', 'Infer' ou 'Strict'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionCompare">
<source>'Option Compare' must be followed by 'Text' or 'Binary'.</source>
<target state="translated">'Option Compare' doit être suivi de 'Text' ou 'Binary'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptionCompare">
<source>'Compare' expected.</source>
<target state="translated">'Compare' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObject">
<source>Option Strict On requires all variable declarations to have an 'As' clause.</source>
<target state="translated">Toutes les déclarations de variable de Option Strict On requièrent une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitProc">
<source>Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.</source>
<target state="translated">Toutes les déclarations Function, Property et Operator de Option Strict On requièrent une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitArgs">
<source>Option Strict On requires that all method parameters have an 'As' clause.</source>
<target state="translated">Tous les paramètres de méthode de Option Strict On requièrent une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidParameterSyntax">
<source>Comma or ')' expected.</source>
<target state="translated">Virgule ou ')' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubFunction">
<source>'Sub' or 'Function' expected.</source>
<target state="translated">'Sub' ou 'Function' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedStringLiteral">
<source>String constant expected.</source>
<target state="translated">Constante de chaîne attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingLibInDeclare">
<source>'Lib' expected.</source>
<target state="translated">'Lib' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateNoInvoke1">
<source>Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.</source>
<target state="translated">La classe déléguée '{0}' n'a pas de méthode Invoke, c'est pourquoi une expression de ce type ne peut pas être la cible d'un appel de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingIsInTypeOf">
<source>'Is' expected.</source>
<target state="translated">'Is' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateOption1">
<source>'Option {0}' statement can only appear once per file.</source>
<target state="translated">'Une instruction 'Option {0}' ne peut apparaître qu'une seule fois par fichier.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantInherit">
<source>'Inherits' not valid in Modules.</source>
<target state="translated">'Inherits' n'est pas valide dans les modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantImplement">
<source>'Implements' not valid in Modules.</source>
<target state="translated">'Implements' n'est pas valide dans les modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadImplementsType">
<source>Implemented type must be an interface.</source>
<target state="translated">Le type implémenté doit être une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstFlags1">
<source>'{0}' is not valid on a constant declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de constante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithEventsFlags1">
<source>'{0}' is not valid on a WithEvents declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration WithEvents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDimFlags1">
<source>'{0}' is not valid on a member variable declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de variable membre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParamName1">
<source>Parameter already declared with name '{0}'.</source>
<target state="translated">Paramètre déjà déclaré avec le nom '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopDoubleCondition">
<source>'Loop' cannot have a condition if matching 'Do' has one.</source>
<target state="translated">'Loop' ne peut pas avoir de condition si le 'Do' correspondant en a une.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRelational">
<source>Relational operator expected.</source>
<target state="translated">Opérateur relationnel attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExitKind">
<source>'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.</source>
<target state="translated">'Exit' doit être suivi de 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select' ou 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgumentInAttributeList">
<source>Named argument expected.</source>
<target state="translated">Argument nommé attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation">
<source>Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.</source>
<target state="translated">Les spécifications d'argument nommé doivent s'afficher après la spécification de tous les arguments fixes dans un appel avec liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgument">
<source>Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.</source>
<target state="translated">Argument nommé attendu. Utilisez la version de langage {0} ou une version ultérieure pour permettre l'emploi d'arguments nommés non placés en position de fin.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMethodFlags1">
<source>'{0}' is not valid on a method declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEventFlags1">
<source>'{0}' is not valid on an event declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration event.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDeclareFlags1">
<source>'{0}' is not valid on a Declare.</source>
<target state="translated">'{0}' n'est pas valide dans un Declare.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalConstFlags1">
<source>'{0}' is not valid on a local constant declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de constante locale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalDimFlags1">
<source>'{0}' is not valid on a local variable declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de variable locale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedConditionalDirective">
<source>'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.</source>
<target state="translated">'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' ou 'R' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEQ">
<source>'=' expected.</source>
<target state="translated">'=' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorNotFound1">
<source>Type '{0}' has no constructors.</source>
<target state="translated">Le type '{0}' n'a aucun constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndInterface">
<source>'End Interface' must be preceded by a matching 'Interface'.</source>
<target state="translated">'End Interface' doit être précédé d'un 'Interface' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndInterface">
<source>'Interface' must end with a matching 'End Interface'.</source>
<target state="translated">'Interface' doit se terminer par un 'End Interface' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFrom2">
<source>
'{0}' inherits from '{1}'.</source>
<target state="translated">
'{0}' hérite de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNestedIn2">
<source>
'{0}' is nested in '{1}'.</source>
<target state="translated">
'{0}' est imbriqué dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycle1">
<source>Class '{0}' cannot inherit from itself: {1}</source>
<target state="translated">La classe '{0}' ne peut pas hériter d'elle-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonClass">
<source>Classes can inherit only from other classes.</source>
<target state="translated">Les classes ne peuvent hériter que d'autres classes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedType3">
<source>'{0}' is already declared as '{1}' in this {2}.</source>
<target state="translated">'{0}' est déjà déclaré en tant que '{1}' dans ce {2}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverrideAccess2">
<source>'{0}' cannot override '{1}' because they have different access levels.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car elles ont des niveaux d'accès différents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideNotOverridable2">
<source>'{0}' cannot override '{1}' because it is declared 'NotOverridable'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car il est déclaré 'NotOverridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDef1">
<source>'{0}' has multiple definitions with identical signatures.</source>
<target state="translated">'{0}' a plusieurs définitions comportant des signatures identiques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDefWithDifferentTupleNames2">
<source>'{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.</source>
<target state="translated">'{0}' a plusieurs définitions comportant des signatures identiques avec des noms d'éléments tuples différents, notamment '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceMethodFlags1">
<source>'{0}' is not valid on an interface method declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de méthode d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound2">
<source>'{0}' is not a parameter of '{1}'.</source>
<target state="translated">'{0}' n'est pas un paramètre de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfacePropertyFlags1">
<source>'{0}' is not valid on an interface property declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration de propriété d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice2">
<source>Parameter '{0}' of '{1}' already has a matching argument.</source>
<target state="translated">Le paramètre '{0}' de '{1}' a déjà un argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCantUseEventSpecifier1">
<source>'{0}' is not valid on an interface event declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration event d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNoMatch2">
<source>Type character '{0}' does not match declared data type '{1}'.</source>
<target state="translated">Le caractère de type '{0}' ne correspond pas au type de données déclaré '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubOrFunction">
<source>'Sub' or 'Function' expected after 'Delegate'.</source>
<target state="translated">'Sub' ou 'Function' attendu après 'Delegate'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEmptyEnum1">
<source>Enum '{0}' must contain at least one member.</source>
<target state="translated">Enum '{0}' doit contenir au moins un membre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidConstructorCall">
<source>Constructor call is valid only as the first statement in an instance constructor.</source>
<target state="translated">Un appel à un constructeur est valide uniquement en tant que première instruction dans un constructeur d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideConstructor">
<source>'Sub New' cannot be declared 'Overrides'.</source>
<target state="translated">'Sub New' ne peut pas être déclaré 'Overrides'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorCannotBeDeclaredPartial">
<source>'Sub New' cannot be declared 'Partial'.</source>
<target state="translated">'Sub New' ne peut pas être déclaré 'Partial'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleEmitFailure">
<source>Failed to emit module '{0}': {1}</source>
<target state="translated">Échec de l'émission du module '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncUpdateFailedMissingAttribute">
<source>Cannot update '{0}'; attribute '{1}' is missing.</source>
<target state="translated">Impossible de mettre à jour '{0}' ; l'attribut '{1}' est manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideNotNeeded3">
<source>{0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.</source>
<target state="translated">{0} '{1}' ne peut pas être déclaré 'Overrides', car il ne se substitue pas à un {0} dans une classe de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDot">
<source>'.' expected.</source>
<target state="translated">'.' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocals1">
<source>Local variable '{0}' is already declared in the current block.</source>
<target state="translated">La variable locale '{0}' est déjà déclarée dans le bloc actuel.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProc">
<source>Statement cannot appear within a method body. End of method assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps de méthode. Elle est interprétée comme la fin de la méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalSameAsFunc">
<source>Local variable cannot have the same name as the function containing it.</source>
<target state="translated">Une variable locale ne peut pas avoir le même nom que la fonction qui la contient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordEmbeds2">
<source>
'{0}' contains '{1}' (variable '{2}').</source>
<target state="translated">
'{0}' contient '{1}' (variable '{2}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordCycle2">
<source>Structure '{0}' cannot contain an instance of itself: {1}</source>
<target state="translated">La structure '{0}' ne peut pas contenir une instance d'elle-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCycle1">
<source>Interface '{0}' cannot inherit from itself: {1}</source>
<target state="translated">L'interface '{0}' ne peut pas hériter d'elle-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle2">
<source>
'{0}' calls '{1}'.</source>
<target state="translated">
'{0}' appelle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle1">
<source>Constructor '{0}' cannot call itself: {1}</source>
<target state="translated">Le constructeur '{0}' ne peut pas s'appeler lui-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromCantInherit3">
<source>'{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.</source>
<target state="translated">'{0}' ne peut pas hériter de {2} '{1}', car '{1}' est déclaré 'NotInheritable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithOptional2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by optional parameters.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithReturnType2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by return types.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les types de retour les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharWithType1">
<source>Type character '{0}' cannot be used in a declaration with an explicit type.</source>
<target state="translated">Le caractère de type '{0}' ne peut pas être utilisé dans une déclaration avec un type explicite.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnSub">
<source>Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.</source>
<target state="translated">Un caractère de type ne peut pas être utilisé dans une déclaration 'Sub', car un 'Sub' ne retourne pas de valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithDefault2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seules les valeurs par défaut des paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingSubscript">
<source>Array subscript expression missing.</source>
<target state="translated">Expression d'indice de tableau manquante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithDefault2">
<source>'{0}' cannot override '{1}' because they differ by the default values of optional parameters.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car seules les valeurs par défaut des paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptional2">
<source>'{0}' cannot override '{1}' because they differ by optional parameters.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car les paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldOfValueFieldOfMarshalByRef3">
<source>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.</source>
<target state="translated">Impossible de faire référence à '{0}', car il est membre du champ de valeurs '{1}' de la classe '{2}', qui a 'System.MarshalByRefObject' comme classe de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}'.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseAfterCaseElse">
<source>'Case' cannot follow a 'Case Else' in the same 'Select' statement.</source>
<target state="translated">'Case' ne peut pas suivre 'Case Else' dans la même instruction 'Select'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayMismatch4">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}', car '{2}' n'est pas dérivé de '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertObjectArrayMismatch3">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}', car '{2}' n'est pas un type référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopType1">
<source>'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.</source>
<target state="translated">'La variable de contrôle de boucle 'For' ne peut pas être de type '{0}', car le type ne prend pas en charge les opérateurs requis.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithByref2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les paramètres déclarés 'ByRef' ou 'ByVal' les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonInterface">
<source>Interface can inherit only from another interface.</source>
<target state="translated">Une interface ne peut hériter que d'une autre interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceOrderOnInherits">
<source>'Inherits' statements must precede all declarations in an interface.</source>
<target state="translated">'Les instructions 'Inherits' doivent précéder toutes les déclarations dans une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateDefaultProps1">
<source>'Default' can be applied to only one property name in a {0}.</source>
<target state="translated">'Default' ne peut être appliqué qu'à un seul nom de propriété dans un {0}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMissingFromProperty2">
<source>'{0}' and '{1}' cannot overload each other because only one is declared 'Default'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seul l'un d'entre eux est déclaré 'Default'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingPropertyKind2">
<source>'{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car 'ReadOnly' ou 'WriteOnly' les différencie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInInterface">
<source>'Sub New' cannot be declared in an interface.</source>
<target state="translated">'Sub New' ne peut pas être déclaré dans une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNew1">
<source>'Sub New' cannot be declared '{0}'.</source>
<target state="translated">'Sub New' ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadingPropertyKind2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seul 'ReadOnly' ou 'WriteOnly' les différencie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDefaultNotExtend1">
<source>Class '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">La classe '{0}' ne peut pas être indexée, car elle n'a pas de propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithArrayVsParamArray2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.</source>
<target state="translated">'{0}' et '{1}' ne peuvent pas se surcharger mutuellement, car seuls les paramètres déclarés 'ParamArray' les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInstanceMemberAccess">
<source>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.</source>
<target state="translated">Impossible de faire référence à un membre instance d'une classe à partir d'une méthode partagée ou d'un initialiseur de membre partagé sans une instance explicite de la classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRbrace">
<source>'}' expected.</source>
<target state="translated">'}' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleAsType1">
<source>Module '{0}' cannot be used as a type.</source>
<target state="translated">Le module '{0}' ne peut pas être utilisé en tant que type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnNonClass">
<source>'New' cannot be used on an interface.</source>
<target state="translated">'Impossible d'utiliser 'New' pour une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchAfterFinally">
<source>'Catch' cannot appear after 'Finally' within a 'Try' statement.</source>
<target state="translated">'Catch' ne peut pas apparaître après 'Finally' dans une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNoMatchingTry">
<source>'Catch' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Catch' ne peut pas apparaître en dehors d'une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyAfterFinally">
<source>'Finally' can only appear once in a 'Try' statement.</source>
<target state="translated">'Finally' ne peut apparaître qu'une seule fois dans une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyNoMatchingTry">
<source>'Finally' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Finally' ne peut pas apparaître en dehors d'une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndTryNoTry">
<source>'End Try' must be preceded by a matching 'Try'.</source>
<target state="translated">'End Try' doit être précédé d'un 'Try' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndTry">
<source>'Try' must end with a matching 'End Try'.</source>
<target state="translated">'Try' doit se terminer par un 'End Try' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDelegateFlags1">
<source>'{0}' is not valid on a Delegate declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Delegate.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstructorOnBase2">
<source>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.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car sa classe de base '{1}' n'a pas de 'Sub New' accessible qu'il est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleSymbol2">
<source>'{0}' is not accessible in this context because it is '{1}'.</source>
<target state="translated">'{0}' n'est pas accessible dans ce contexte, car il est '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleMember3">
<source>'{0}.{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">'{0}.{1}' n'est pas accessible dans ce contexte, car il est '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNotException1">
<source>'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.</source>
<target state="translated">'Catch' ne peut pas intercepter le type '{0}', car il n'est pas 'System.Exception' ou une classe qui hérite de 'System.Exception'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitTryNotWithinTry">
<source>'Exit Try' can only appear inside a 'Try' statement.</source>
<target state="translated">'Exit Try' ne peut apparaître qu'à l'intérieur d'une instruction 'Try'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRecordFlags1">
<source>'{0}' is not valid on a Structure declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Structure.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEnumFlags1">
<source>'{0}' is not valid on an Enum declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Enum.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceFlags1">
<source>'{0}' is not valid on an Interface declaration.</source>
<target state="translated">'{0}' n'est pas valide dans une déclaration Interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithByref2">
<source>'{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car un paramètre marqué comme 'ByRef' pour l'une et 'ByVal' pour l'autre les différencie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyBaseAbstractCall1">
<source>'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.</source>
<target state="translated">'MyBase' ne peut pas être utilisé avec la méthode '{0}', car il est déclaré 'MustOverride'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentNotMemberOfInterface4">
<source>'{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.</source>
<target state="translated">'{0}' ne peut pas implémenter '{1}', car il n'existe pas de {2} correspondant pour l'interface '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementingInterfaceWithDifferentTupleNames5">
<source>'{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.</source>
<target state="translated">'{0}' ne peut pas implémenter {1} '{2}' sur l'interface '{3}', car les noms d'éléments tuples dans '{4}' ne correspondent pas à ceux dans '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsRequiresClass">
<source>'WithEvents' variables must have an 'As' clause.</source>
<target state="translated">'Les variables 'WithEvents' doivent comporter une clause 'As'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsAsStruct">
<source>'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.</source>
<target state="translated">'Les variables 'WithEvents' peuvent seulement être de type classe, interface ou paramètre de type avec des contraintes de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayRankMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}', car les types tableau ont des nombres de dimensions différents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimRankMismatch">
<source>'ReDim' cannot change the number of dimensions of an array.</source>
<target state="translated">'ReDim' ne peut pas changer le nombre de dimensions d'un tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartupCodeNotFound1">
<source>'Sub Main' was not found in '{0}'.</source>
<target state="translated">'Sub Main' est introuvable dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstAsNonConstant">
<source>Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.</source>
<target state="translated">Les constantes doivent être de type intrinsèque ou énuméré, et non de type classe, structure, paramètre de type ou tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSub">
<source>'End Sub' must be preceded by a matching 'Sub'.</source>
<target state="translated">'End Sub' doit être précédé d'un 'Sub' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndFunction">
<source>'End Function' must be preceded by a matching 'Function'.</source>
<target state="translated">'End Function' doit être précédé d'un 'Function' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndProperty">
<source>'End Property' must be preceded by a matching 'Property'.</source>
<target state="translated">'End Property' doit être précédé d'un 'Property' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseMethodSpecifier1">
<source>Methods in a Module cannot be declared '{0}'.</source>
<target state="translated">Les méthodes d'un module ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseEventSpecifier1">
<source>Events in a Module cannot be declared '{0}'.</source>
<target state="translated">Les événements d'un module ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseVarSpecifier1">
<source>Members in a Structure cannot be declared '{0}'.</source>
<target state="translated">Les membres d'une structure ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOverrideDueToReturn2">
<source>'{0}' cannot override '{1}' because they differ by their return types.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car leurs types de retour ne sont pas identiques.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2">
<source>'{0}' cannot override '{1}' because they differ by their tuple element names.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}' car leurs noms d'éléments tuples sont différents.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2_Title">
<source>Member cannot override because it differs by its tuple element names.</source>
<target state="translated">Le membre ne peut pas procéder à la substitution car ses noms d'éléments tuples sont différents.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantWithNoValue">
<source>Constants must have a value.</source>
<target state="translated">Les constantes doivent avoir une valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionOverflow1">
<source>Constant expression not representable in type '{0}'.</source>
<target state="translated">L'expression constante n'est pas représentable dans le type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertyGet">
<source>'Get' is already declared.</source>
<target state="translated">'Get' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertySet">
<source>'Set' is already declared.</source>
<target state="translated">'Set' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotDeclared1">
<source>'{0}' is not declared. It may be inaccessible due to its protection level.</source>
<target state="translated">'{0}' n'est pas déclaré. Il peut être inaccessible en raison de son niveau de protection.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperands3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour les types '{1}' et '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedProcedure">
<source>Expression is not a method.</source>
<target state="translated">L'expression n'est pas une méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument2">
<source>Argument not specified for parameter '{0}' of '{1}'.</source>
<target state="translated">Argument non spécifié pour le paramètre '{0}' de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMember2">
<source>'{0}' is not a member of '{1}'.</source>
<target state="translated">'{0}' n'est pas un membre de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndClassNoClass">
<source>'End Class' must be preceded by a matching 'Class'.</source>
<target state="translated">'End Class' doit être précédé d'un 'Class' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadClassFlags1">
<source>Classes cannot be declared '{0}'.</source>
<target state="translated">Les classes ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportsMustBeFirst">
<source>'Imports' statements must precede any declarations.</source>
<target state="translated">'Des instructions 'Imports' doivent précéder toutes les déclarations.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonNamespaceOrClassOnImport2">
<source>'{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.</source>
<target state="translated">'{1}' pour les Imports '{0}' ne fait pas référence à un Namespace, Class, Structure, Enum ou Module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNotallowed">
<source>Type declaration characters are not valid in this context.</source>
<target state="translated">Les caractères de déclaration de type ne sont pas valides dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectReferenceNotSupplied">
<source>Reference to a non-shared member requires an object reference.</source>
<target state="translated">Une référence à un membre non partagé requiert une référence d'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassNotInClass">
<source>'MyClass' cannot be used outside of a class.</source>
<target state="translated">'MyClass' ne peut pas être utilisé à l'extérieur d'une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndexedNotArrayOrProc">
<source>Expression is not an array or a method, and cannot have an argument list.</source>
<target state="translated">L'expression n'est pas un tableau ni une méthode et ne peut pas avoir de liste d'arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventSourceIsArray">
<source>'WithEvents' variables cannot be typed as arrays.</source>
<target state="translated">'Les variables 'WithEvents' ne peuvent pas être de type tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorWithParams">
<source>Shared 'Sub New' cannot have any parameters.</source>
<target state="translated">Un 'Sub New' partagé ne peut pas avoir de paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorIllegalSpec1">
<source>Shared 'Sub New' cannot be declared '{0}'.</source>
<target state="translated">Un 'Sub New' partagé ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndClass">
<source>'Class' statement must end with a matching 'End Class'.</source>
<target state="translated">'Une instruction 'Class' doit se terminer par un 'End Class' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryOperand2">
<source>Operator '{0}' is not defined for type '{1}'.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour le type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsWithDefault1">
<source>'Default' cannot be combined with '{0}'.</source>
<target state="translated">'Default' ne peut pas être combiné avec '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidValue">
<source>Expression does not produce a value.</source>
<target state="translated">Cette expression ne produit pas de valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorFunction">
<source>Constructor must be declared as a Sub, not as a Function.</source>
<target state="translated">Le constructeur doit être déclaré en tant que Sub, et non Function.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLiteralExponent">
<source>Exponent is not valid.</source>
<target state="translated">Exposant non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewCannotHandleEvents">
<source>'Sub New' cannot handle events.</source>
<target state="translated">'Sub New' ne peut pas gérer d'événements.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularEvaluation1">
<source>Constant '{0}' cannot depend on its own value.</source>
<target state="translated">La constante '{0}' ne peut pas dépendre de sa propre valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedMeth1">
<source>'Shared' cannot be combined with '{0}' on a method declaration.</source>
<target state="translated">'Shared' ne peut pas être combiné avec '{0}' pour une déclaration de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedProperty1">
<source>'Shared' cannot be combined with '{0}' on a property declaration.</source>
<target state="translated">'Shared' ne peut pas être combiné avec '{0}' pour une déclaration de propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnStdModuleProperty1">
<source>Properties in a Module cannot be declared '{0}'.</source>
<target state="translated">Les propriétés d'un module ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedOnProcThatImpl">
<source>Methods or events that implement interface members cannot be declared 'Shared'.</source>
<target state="translated">Les méthodes ou événements qui implémentent des membres d'interface ne peuvent pas être déclarés 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoWithEventsVarOnHandlesList">
<source>Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</source>
<target state="translated">La clause Handles requiert une variable WithEvents définie dans le type conteneur ou l'un de ses types de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatch5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du {1} de base à {3} '{4}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionDisallowed2">
<source>Option Strict On disallows implicit conversions from '{0}' to '{1}'.</source>
<target state="translated">Option Strict On interdit les conversions implicites de '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoArgumentCountOverloadCandidates1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of arguments.</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible n'accepte ce nombre d'arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoViableOverloadCandidates1">
<source>Overload resolution failed because no '{0}' is accessible.</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' n'est accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoCallableOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible ne peut être appelé avec ces arguments : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible ne peut être appelé : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonNarrowingOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible ne peut être appelé sans conversion restrictive : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing3">
<source>Argument matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">Le paramètre de correspondance d'arguments '{0}' passe de '{1}' à '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoMostSpecificOverload2">
<source>Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible n'est plus spécifique pour ces arguments : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotMostSpecificOverload">
<source>Not most specific.</source>
<target state="translated">Pas plus spécifique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate2">
<source>
'{0}': {1}</source>
<target state="translated">
'{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGetProperty1">
<source>Property '{0}' is 'WriteOnly'.</source>
<target state="translated">La propriété '{0}' est 'WriteOnly'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSetProperty1">
<source>Property '{0}' is 'ReadOnly'.</source>
<target state="translated">La propriété '{0}' est 'ReadOnly'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamTypingInconsistency">
<source>All parameters must be explicitly typed if any of them are explicitly typed.</source>
<target state="translated">Tous les paramètres doivent être explicitement typés, si l'un d'eux est explicitement typé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamNameFunctionNameCollision">
<source>Parameter cannot have the same name as its defining function.</source>
<target state="translated">Un paramètre ne peut pas avoir le même nom que sa fonction de définition.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DateToDoubleConversion">
<source>Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.</source>
<target state="translated">Pour convertir 'Date' en 'Double', vous devez appeler la méthode 'Date.ToOADate'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoubleToDateConversion">
<source>Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.</source>
<target state="translated">Pour convertir 'Double' en 'Date', vous devez appeler la méthode 'Date.FromOADate'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ZeroDivide">
<source>Division by zero occurred while evaluating this expression.</source>
<target state="translated">Une division par zéro s'est produite lors de l'évaluation de cette expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryAndOnErrorDoNotMix">
<source>Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.</source>
<target state="translated">Une méthode ne peut pas contenir à la fois une instruction 'Try' et une instruction 'On Error' ou 'Resume'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyAccessIgnored">
<source>Property access must assign to the property or use its value.</source>
<target state="translated">Un accès à la propriété doit assigner la propriété ou utiliser sa valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNoDefault1">
<source>'{0}' cannot be indexed because it has no default property.</source>
<target state="translated">'{0}' ne peut pas être indexé, car il n'a pas de propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyAttribute1">
<source>Attribute '{0}' cannot be applied to an assembly.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à un assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidModuleAttribute1">
<source>Attribute '{0}' cannot be applied to a module.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à un module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInUnnamedNamespace1">
<source>'{0}' is ambiguous.</source>
<target state="translated">'{0}' est ambigu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMemberNotProperty1">
<source>Default member of '{0}' is not a property.</source>
<target state="translated">Le membre '{0}' par défaut n'est pas une propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespace2">
<source>'{0}' is ambiguous in the namespace '{1}'.</source>
<target state="translated">'{0}' est ambigu dans l'espace de noms '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInImports2">
<source>'{0}' is ambiguous, imported from the namespaces or types '{1}'.</source>
<target state="translated">'{0}' est ambigu, importé des espaces de noms ou des types '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInModules2">
<source>'{0}' is ambiguous between declarations in Modules '{1}'.</source>
<target state="translated">'{0}' est ambigu entre les déclarations des modules '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespaces2">
<source>'{0}' is ambiguous between declarations in namespaces '{1}'.</source>
<target state="translated">'{0}' est ambigu entre les déclarations dans les espaces de noms '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooFewDimensions">
<source>Array initializer has too few dimensions.</source>
<target state="translated">L'initialiseur de tableau n'utilise pas suffisamment de dimensions.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooManyDimensions">
<source>Array initializer has too many dimensions.</source>
<target state="translated">L'initialiseur de tableau utilise trop de dimensions.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooFewElements1">
<source>Array initializer is missing {0} elements.</source>
<target state="translated">Il manque {0} éléments à l'initialiseur de tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooManyElements1">
<source>Array initializer has {0} too many elements.</source>
<target state="translated">L'initialiseur de tableau utilise {0} élément(s) de trop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewOnAbstractClass">
<source>'New' cannot be used on a class that is declared 'MustInherit'.</source>
<target state="translated">'New' ne peut pas être utilisé dans une classe déclarée 'MustInherit'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateNamedImportAlias1">
<source>Alias '{0}' is already declared.</source>
<target state="translated">L'alias '{0}' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePrefix">
<source>XML namespace prefix '{0}' is already declared.</source>
<target state="translated">Le préfixe de l'espace de noms XML '{0}' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsLateBinding">
<source>Option Strict On disallows late binding.</source>
<target state="translated">Option Strict On rejette toute liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfOperandNotMethod">
<source>'AddressOf' operand must be the name of a method (without parentheses).</source>
<target state="translated">'L'opérande 'AddressOf' doit être le nom d'une méthode (sans parenthèses).</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndExternalSource">
<source>'#End ExternalSource' must be preceded by a matching '#ExternalSource'.</source>
<target state="translated">'#End ExternalSource' doit être précédé d'un '#ExternalSource' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndExternalSource">
<source>'#ExternalSource' statement must end with a matching '#End ExternalSource'.</source>
<target state="translated">'L'instruction '#ExternalSource' doit se terminer par un '#End ExternalSource' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedExternalSource">
<source>'#ExternalSource' directives cannot be nested.</source>
<target state="translated">'Les directives '#ExternalSource' ne peuvent pas être imbriquées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'Une expression 'AddressOf' ne peut pas être convertie en '{0}', car '{0}' n'est pas un type délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyncLockRequiresReferenceType1">
<source>'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.</source>
<target state="translated">'L'opérande 'SyncLock' ne peut pas être de type '{0}', car '{0}' n'est pas un type référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodAlreadyImplemented2">
<source>'{0}.{1}' cannot be implemented more than once.</source>
<target state="translated">'{0}.{1}' ne peut pas être implémenté plus d'une fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateInInherits1">
<source>'{0}' cannot be inherited more than once.</source>
<target state="translated">'{0}' ne peut pas être hérité plus d'une fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamArrayArgument">
<source>Named argument cannot match a ParamArray parameter.</source>
<target state="translated">L'argument nommé ne peut pas correspondre à un paramètre ParamArray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedParamArrayArgument">
<source>Omitted argument cannot match a ParamArray parameter.</source>
<target state="translated">L'argument omis ne peut pas correspondre à un paramètre ParamArray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayArgumentMismatch">
<source>Argument cannot match a ParamArray parameter.</source>
<target state="translated">L'argument ne peut pas correspondre à un paramètre ParamArray.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNotFound1">
<source>Event '{0}' cannot be found.</source>
<target state="translated">L'événement '{0}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseVariableSpecifier1">
<source>Variables in Modules cannot be declared '{0}'.</source>
<target state="translated">Les variables des modules ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsSharedHandler">
<source>Events of shared WithEvents variables cannot be handled by non-shared methods.</source>
<target state="translated">Les événements des variables WithEvents partagées ne peuvent pas être gérés par des méthodes non partagées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedMinus">
<source>'-' expected.</source>
<target state="translated">'-' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceMemberSyntax">
<source>Interface members must be methods, properties, events, or type definitions.</source>
<target state="translated">Les membres d'interface doivent être des méthodes, des propriétés, des événements ou des définitions de types.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideInterface">
<source>Statement cannot appear within an interface body.</source>
<target state="translated">L'instruction ne peut pas apparaître dans le corps d'une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsInterface">
<source>Statement cannot appear within an interface body. End of interface assumed.</source>
<target state="translated">L'instruction ne peut pas apparaître dans le corps d'une interface. Elle est interprétée comme la fin de l'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsInNotInheritableClass1">
<source>'NotInheritable' classes cannot have members declared '{0}'.</source>
<target state="translated">'Les classes 'NotInheritable' ne peuvent pas avoir de membres déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseOnlyClassesMustBeExplicit2">
<source>Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.</source>
<target state="translated">La classe '{0}' doit être déclarée 'MustInherit' ou se substituer aux membres 'MustOverride' hérités suivants : {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritEventNotOverridden">
<source>'{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.</source>
<target state="translated">'{0}' est un événement MustOverride dans la classe de base '{1}'. Visual Basic ne prend pas en charge pas la surcharge des événements. Vous devez fournir une implémentation pour l'événement dans la classe de base ou bien rendre la classe '{2}' MustInherit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NegativeArraySize">
<source>Array dimensions cannot have a negative size.</source>
<target state="translated">Les dimensions d'un tableau ne peuvent pas être de taille négative.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassAbstractCall1">
<source>'MustOverride' method '{0}' cannot be called with 'MyClass'.</source>
<target state="translated">'La méthode 'MustOverride' '{0}' ne peut pas être appelée par 'MyClass'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndDisallowedInDllProjects">
<source>'End' statement cannot be used in class library projects.</source>
<target state="translated">'L'instruction 'End' ne peut pas être utilisée dans les projets de bibliothèque de classes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BlockLocalShadowing1">
<source>Variable '{0}' hides a variable in an enclosing block.</source>
<target state="translated">La variable '{0}' masque une variable dans un bloc englobant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleNotAtNamespace">
<source>'Module' statements can occur only at file or namespace level.</source>
<target state="translated">'Les instructions 'Module' ne peuvent intervenir qu'au niveau du fichier ou de l'espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAtNamespace">
<source>'Namespace' statements can occur only at file or namespace level.</source>
<target state="translated">'Les instructions 'Namespace' ne peuvent intervenir qu'au niveau du fichier ou de l'espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEnum">
<source>Statement cannot appear within an Enum body.</source>
<target state="translated">L'instruction ne peut pas apparaître dans le corps d'un Enum.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEnum">
<source>Statement cannot appear within an Enum body. End of Enum assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps d'un Enum. Elle est interprétée comme la fin de l'Enum.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrict">
<source>'Option Strict' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Strict' ne peut être suivi que de 'On' ou 'Off'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndStructureNoStructure">
<source>'End Structure' must be preceded by a matching 'Structure'.</source>
<target state="translated">'End Structure' doit être précédé d'un 'Structure' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndModuleNoModule">
<source>'End Module' must be preceded by a matching 'Module'.</source>
<target state="translated">'End Module' doit être précédé d'un 'Module' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndNamespaceNoNamespace">
<source>'End Namespace' must be preceded by a matching 'Namespace'.</source>
<target state="translated">'End Namespace' doit être précédé d'un 'Namespace' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndStructure">
<source>'Structure' statement must end with a matching 'End Structure'.</source>
<target state="translated">'L'instruction 'Structure' doit se terminer par un 'End Structure' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndModule">
<source>'Module' statement must end with a matching 'End Module'.</source>
<target state="translated">'L'instruction 'Module' doit se terminer par un 'End Module' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndNamespace">
<source>'Namespace' statement must end with a matching 'End Namespace'.</source>
<target state="translated">'L'instruction 'Namespace' doit se terminer par un 'End Namespace' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionStmtWrongOrder">
<source>'Option' statements must precede any declarations or 'Imports' statements.</source>
<target state="translated">'Toutes les déclarations et instructions 'Imports' doivent être précédées d'instructions 'Option'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantInherit">
<source>Structures cannot have 'Inherits' statements.</source>
<target state="translated">Les structures ne peuvent pas utiliser d'instructions 'Inherits'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInStruct">
<source>Structures cannot declare a non-shared 'Sub New' with no parameters.</source>
<target state="translated">Les structures ne peuvent pas déclarer un 'Sub New' non partagé sans aucun paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndGet">
<source>'End Get' must be preceded by a matching 'Get'.</source>
<target state="translated">'End Get' doit être précédé d'un 'Get' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndGet">
<source>'Get' statement must end with a matching 'End Get'.</source>
<target state="translated">'Une instruction 'Get' doit se terminer par un 'End Get' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSet">
<source>'End Set' must be preceded by a matching 'Set'.</source>
<target state="translated">'End Set' doit être précédé d'un 'Set' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndSet">
<source>'Set' statement must end with a matching 'End Set'.</source>
<target state="translated">'Une instruction 'Set' doit se terminer par un 'End Set' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProperty">
<source>Statement cannot appear within a property body. End of property assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps d'une propriété. Elle est interprétée comme la fin de la propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateWriteabilityCategoryUsed">
<source>'ReadOnly' and 'WriteOnly' cannot be combined.</source>
<target state="translated">'Impossible de combiner 'ReadOnly' et 'WriteOnly'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedGreater">
<source>'>' expected.</source>
<target state="translated">'>' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeStmtWrongOrder">
<source>Assembly or Module attribute statements must precede any declarations in a file.</source>
<target state="translated">Les instructions d'attribut Assembly ou Module doivent précéder toutes les déclarations dans un fichier.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoExplicitArraySizes">
<source>Array bounds cannot appear in type specifiers.</source>
<target state="translated">Les limites d'index de tableau ne peuvent pas figurer dans les spécificateurs de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyFlags1">
<source>Properties cannot be declared '{0}'.</source>
<target state="translated">Les propriétés ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionExplicit">
<source>'Option Explicit' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Explicit' ne peut être suivi que de 'On' ou 'Off'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleParameterSpecifiers">
<source>'ByVal' and 'ByRef' cannot be combined.</source>
<target state="translated">'Impossible de combiner 'ByVal' et 'ByRef'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleOptionalParameterSpecifiers">
<source>'Optional' and 'ParamArray' cannot be combined.</source>
<target state="translated">'Impossible de combiner 'Optional' et 'ParamArray'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedProperty1">
<source>Property '{0}' is of an unsupported type.</source>
<target state="translated">La propriété '{0}' est d'un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionalParameterUsage1">
<source>Attribute '{0}' cannot be applied to a method with optional parameters.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à une méthode avec des paramètres optionnels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonFunction">
<source>'Return' statement in a Sub or a Set cannot return a value.</source>
<target state="translated">'L'instruction 'Return' dans un Sub ou un Set ne peut pas retourner de valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnterminatedStringLiteral">
<source>String constants must end with a double quote.</source>
<target state="translated">Les constantes de chaîne doivent se terminer par un guillemet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedType1">
<source>'{0}' is an unsupported type.</source>
<target state="translated">'{0}' est un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEnumBase">
<source>Enums must be declared as an integral type.</source>
<target state="translated">Les enums doivent être déclarés en tant que type intégral.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefIllegal1">
<source>{0} parameters cannot be declared 'ByRef'.</source>
<target state="translated">Les paramètres {0} ne peuvent pas être déclarés 'ByRef'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssembly3">
<source>Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">Une référence à l'assembly '{0}' contenant le type '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModule3">
<source>Reference required to module '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">Une référence au module '{0}' contenant le type '{1}' est requise. Ajoutez-en une à votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnWithoutValue">
<source>'Return' statement in a Function, Get, or Operator must return a value.</source>
<target state="translated">'L'instruction 'Return' dans un Function, Get ou Operator doit retourner une valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedField1">
<source>Field '{0}' is of an unsupported type.</source>
<target state="translated">Le champ '{0}' est d'un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedMethod1">
<source>'{0}' has a return type that is not supported or parameter types that are not supported.</source>
<target state="translated">'{0}' a un type de retour ou des types de paramètres non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonIndexProperty1">
<source>Property '{0}' with no parameters cannot be found.</source>
<target state="translated">Impossible de trouver la propriété '{0}' sans paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributePropertyType1">
<source>Property or field '{0}' does not have a valid attribute type.</source>
<target state="translated">La propriété ou le champ '{0}' n'utilise pas un type d'attribut valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalsCannotHaveAttributes">
<source>Attributes cannot be applied to local variables.</source>
<target state="translated">Les attributs ne peuvent pas être appliqués aux variables locales.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyOrFieldNotDefined1">
<source>Field or property '{0}' is not found.</source>
<target state="translated">Le champ ou la propriété '{0}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsage2">
<source>Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à '{1}', car il n'est pas valide dans ce type de déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsageOnAccessor">
<source>Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué à '{1}' de '{2}', car il n'est pas valide dans ce type de déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedTypeInInheritsClause2">
<source>Class '{0}' cannot reference its nested type '{1}' in Inherits clause.</source>
<target state="translated">La classe '{0}' ne peut pas faire référence à son type incorporé '{1}' dans la clause Inherits.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInItsInheritsClause1">
<source>Class '{0}' cannot reference itself in Inherits clause.</source>
<target state="translated">La classe '{0}' ne peut pas se référencer elle-même dans une clause Inherits.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseTypeReferences2">
<source>
Base type of '{0}' needs '{1}' to be resolved.</source>
<target state="translated">
Le type de base de '{0}' a besoin de '{1}' pour être résolu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalBaseTypeReferences3">
<source>Inherits clause of {0} '{1}' causes cyclic dependency: {2}</source>
<target state="translated">La clause Inherits de {0} '{1}' provoque une dépendance cyclique : {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsage1">
<source>Attribute '{0}' cannot be applied multiple times.</source>
<target state="translated">L'attribut '{0}' ne peut pas être appliqué plusieurs fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsageInNetModule2">
<source>Attribute '{0}' in '{1}' cannot be applied multiple times.</source>
<target state="translated">L'attribut '{0}' dans '{1}' ne peut pas être appliqué plusieurs fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantThrowNonException">
<source>'Throw' operand must derive from 'System.Exception'.</source>
<target state="translated">'L'opérande 'Throw' doit dériver de 'System.Exception'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeInCatchToRethrow">
<source>'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.</source>
<target state="translated">'L'instruction 'Throw' ne peut pas omettre l'opérande en dehors d'une instruction 'Catch' ou dans une instruction 'Finally'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeByVal">
<source>ParamArray parameters must be declared 'ByVal'.</source>
<target state="translated">Les paramètres ParamArray doivent être déclarés 'ByVal'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' est obsolète : '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimNoSizes">
<source>'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.</source>
<target state="translated">'Les instructions 'ReDim' requièrent une liste entre parenthèses des nouvelles limites de chaque dimension du tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithMultipleDeclarators">
<source>Explicit initialization is not permitted with multiple variables declared with a single type specifier.</source>
<target state="translated">Une initialisation explicite n'est pas autorisée avec plusieurs variables déclarées avec un spécificateur de type unique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithExplicitArraySizes">
<source>Explicit initialization is not permitted for arrays declared with explicit bounds.</source>
<target state="translated">Une initialisation explicite n'est pas autorisée pour les tableaux déclarés avec des limites explicites.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSyncLockNoSyncLock">
<source>'End SyncLock' must be preceded by a matching 'SyncLock'.</source>
<target state="translated">'End SyncLock' doit être précédé d'un 'SyncLock' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSyncLock">
<source>'SyncLock' statement must end with a matching 'End SyncLock'.</source>
<target state="translated">'L'instruction 'SyncLock' doit se terminer par un 'End SyncLock' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotEvent2">
<source>'{0}' is not an event of '{1}'.</source>
<target state="translated">'{0}' n'est pas un événement de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddOrRemoveHandlerEvent">
<source>'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.</source>
<target state="translated">'L'opérande d'événement d'instruction 'AddHandler' ou 'RemoveHandler' doit être une expression qualifiée par un point ou un nom simple.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedEnd">
<source>'End' statement not valid.</source>
<target state="translated">'Instruction 'End' non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitForNonArray2">
<source>Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.</source>
<target state="translated">Les initialiseurs de tableau ne sont valides que pour les tableaux, mais le type de '{0}' est '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndRegionNoRegion">
<source>'#End Region' must be preceded by a matching '#Region'.</source>
<target state="translated">'#End Region' doit être précédé d'un '#Region' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndRegion">
<source>'#Region' statement must end with a matching '#End Region'.</source>
<target state="translated">'L'instruction '#Region' doit se terminer par un '#End Region' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsStmtWrongOrder">
<source>'Inherits' statement must precede all declarations in a class.</source>
<target state="translated">'L'instruction 'Inherits' doit précéder toutes les déclarations dans une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousAcrossInterfaces3">
<source>'{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.</source>
<target state="translated">'{0}' est ambigu entre les interfaces héritées '{1}' et '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyAmbiguousAcrossInterfaces4">
<source>Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.</source>
<target state="translated">L'accès à la propriété par défaut est ambigu entre les membres '{0}' de l'interface héritée '{1}' et '{2}' de l'interface '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceEventCantUse1">
<source>Events in interfaces cannot be declared '{0}'.</source>
<target state="translated">Les événements des interfaces ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExecutableAsDeclaration">
<source>Statement cannot appear outside of a method body.</source>
<target state="translated">Cette instruction ne peut pas apparaître en dehors du corps de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNoDefault1">
<source>Structure '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">La structure '{0}' ne peut pas être indexée, car elle n'a pas de propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustShadow2">
<source>{0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.</source>
<target state="translated">{0} '{1}' doit être déclaré 'Shadows', car un autre membre avec ce nom est déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptionalTypes2">
<source>'{0}' cannot override '{1}' because they differ by the types of optional parameters.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car les types des paramètres optionnels les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndOfExpression">
<source>End of expression expected.</source>
<target state="translated">Fin d'expression attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructsCannotHandleEvents">
<source>Methods declared in structures cannot have 'Handles' clauses.</source>
<target state="translated">Les méthodes déclarées dans des structures ne peuvent pas comporter de clauses 'Handles'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridesImpliesOverridable">
<source>Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.</source>
<target state="translated">Les méthodes déclarées 'Overrides' ne peuvent pas être déclarées 'Overridable', car elles sont implicitement substituables.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParam1">
<source>'{0}' is already declared as a parameter of this method.</source>
<target state="translated">'{0}' est déjà déclaré en tant que paramètre de cette méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParamInLambda1">
<source>Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.</source>
<target state="translated">La variable '{0}' est déjà déclarée en tant que paramètre de cet élément ou en tant qu'expression lambda englobante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseTypeSpecifier1">
<source>Type in a Module cannot be declared '{0}'.</source>
<target state="translated">Un type dans un module ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InValidSubMainsFound1">
<source>No accessible 'Main' method with an appropriate signature was found in '{0}'.</source>
<target state="translated">Aucune méthode 'Main' accessible avec une signature appropriée n'a été trouvée dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MoreThanOneValidMainWasFound2">
<source>'Sub Main' is declared more than once in '{0}': {1}</source>
<target state="translated">'Sub Main' est déclaré plusieurs fois dans '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotConvertValue2">
<source>Value '{0}' cannot be converted to '{1}'.</source>
<target state="translated">Impossible de convertir la valeur '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInSyncLock">
<source>'On Error' statements are not valid within 'SyncLock' statements.</source>
<target state="translated">'Les instructions 'On Error' ne sont pas valides dans les instructions 'SyncLock'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionCollection2">
<source>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.</source>
<target state="translated">Option Strict On interdit les conversions implicites de '{0}' en '{1}' ; le type de collection de Visual Basic 6.0 n'est pas compatible avec le type de collection du .NET Framework.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoTryHandler">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'Try', 'Catch' ou 'Finally' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoSyncLock">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'SyncLock' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoWith">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'With' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoFor">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve à l'intérieur d'une instruction 'For' ou 'For Each' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicConstructor">
<source>Attribute cannot be used because it does not have a Public constructor.</source>
<target state="translated">Impossible d'utiliser cet attribut, car il n'a pas de constructeur public.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultEventNotFound1">
<source>Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.</source>
<target state="translated">L'événement '{0}' spécifié par l'attribut 'DefaultEvent' n'est pas un événement accessible publiquement pour cette classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNonSerializedUsage">
<source>'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.</source>
<target state="translated">'L'attribut 'NonSerialized' n'aura pas d'effet sur ce membre, car sa classe conteneur n'est pas exposée comme 'Serializable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedContinueKind">
<source>'Continue' must be followed by 'Do', 'For' or 'While'.</source>
<target state="translated">'Continue' doit être suivi par 'Do', 'For' ou 'While'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueDoNotWithinDo">
<source>'Continue Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Continue Do' ne peut être utilisé qu'à l'intérieur d'une instruction 'Do'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueForNotWithinFor">
<source>'Continue For' can only appear inside a 'For' statement.</source>
<target state="translated">'Continue For' ne peut être utilisé qu'à l'intérieur d'une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueWhileNotWithinWhile">
<source>'Continue While' can only appear inside a 'While' statement.</source>
<target state="translated">'Continue While' ne peut apparaître que dans une instruction 'While'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParameterSpecifier">
<source>Parameter specifier is duplicated.</source>
<target state="translated">Le spécificateur de paramètre est en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a Module cannot be declared '{0}'.</source>
<target state="translated">'Les instructions 'Declare' d'un module ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a structure cannot be declared '{0}'.</source>
<target state="translated">'Les instructions 'Declare' dans une structure ne peuvent pas être déclarées '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfValueType1">
<source>'TryCast' operand must be reference type, but '{0}' is a value type.</source>
<target state="translated">'L'opérande 'TryCast' doit être un type référence, mais '{0}' est un type valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfUnconstrainedTypeParam1">
<source>'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.</source>
<target state="translated">'L'opérande 'TryCast' doit être un paramètre de type contraint par classe, mais '{0}' n'a pas de contrainte de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousDelegateBinding2">
<source>No accessible '{0}' is most specific: {1}</source>
<target state="translated">Aucun '{0}' accessible n'est plus spécifique : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedStructMemberCannotSpecifyNew">
<source>Non-shared members in a Structure cannot be declared 'New'.</source>
<target state="translated">Les membres non partagés dans une Structure ne peuvent pas être déclarés 'New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericSubMainsFound1">
<source>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.</source>
<target state="translated">Aucune des méthodes 'Main' accessibles avec les signatures appropriées ayant été trouvées dans '{0}' ne peut être la méthode de démarrage, car elles sont toutes génériques ou imbriquées dans des types génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GeneralProjectImportsError3">
<source>Error in project-level import '{0}' at '{1}' : {2}</source>
<target state="translated">Erreur dans l'importation au niveau du projet '{0}' à '{1}' : {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidTypeForAliasesImport2">
<source>'{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.</source>
<target state="translated">'{1}' utilisé pour l'alias Imports de '{0}' ne fait pas référence à un Namespace, Class, Structure, Interface, Enum ou Module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedConstant2">
<source>Field '{0}.{1}' has an invalid constant value.</source>
<target state="translated">Le champ '{0}.{1}' a une valeur constante non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteArgumentsNeedParens">
<source>Method arguments must be enclosed in parentheses.</source>
<target state="translated">Les arguments de méthode doivent être mis entre parenthèses.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLineNumbersAreLabels">
<source>Labels that are numbers must be followed by colons.</source>
<target state="translated">Les étiquettes qui sont des nombres doivent être suivies du signe deux-points.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteStructureNotType">
<source>'Type' statements are no longer supported; use 'Structure' statements instead.</source>
<target state="translated">'Les instructions 'Type' ne sont plus prises en charge ; utilisez les instructions 'Structure' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteObjectNotVariant">
<source>'Variant' is no longer a supported type; use the 'Object' type instead.</source>
<target state="translated">'Variant' n'est plus un type pris en charge ; utilisez le type 'Object' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLetSetNotNeeded">
<source>'Let' and 'Set' assignment statements are no longer supported.</source>
<target state="translated">'Les instructions d'assignation 'Let' et 'Set' ne sont plus prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoletePropertyGetLetSet">
<source>Property Get/Let/Set are no longer supported; use the new Property declaration syntax.</source>
<target state="translated">Property Get/Let/Set ne sont plus pris en charge ; utilisez la nouvelle syntaxe de déclaration Property.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteWhileWend">
<source>'Wend' statements are no longer supported; use 'End While' statements instead.</source>
<target state="translated">'Les instructions 'Wend' ne sont plus prises en charge ; utilisez les instructions 'End While' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteRedimAs">
<source>'ReDim' statements can no longer be used to declare array variables.</source>
<target state="translated">'Les instructions 'ReDim' ne peuvent plus être utilisées pour déclarer des variables tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOptionalWithoutValue">
<source>Optional parameters must specify a default value.</source>
<target state="translated">Les paramètres optionnels doivent spécifier une valeur par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGosub">
<source>'GoSub' statements are no longer supported.</source>
<target state="translated">'Les instructions 'GoSub' ne sont plus prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOnGotoGosub">
<source>'On GoTo' and 'On GoSub' statements are no longer supported.</source>
<target state="translated">'Les instructions 'On GoTo' et 'On GoSub' ne sont plus prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteEndIf">
<source>'EndIf' statements are no longer supported; use 'End If' instead.</source>
<target state="translated">'Les instructions 'EndIf' ne sont plus prises en charge ; utilisez 'End If' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteExponent">
<source>'D' can no longer be used to indicate an exponent, use 'E' instead.</source>
<target state="translated">'D' ne peut plus être utilisé pour indiquer un exposant ; utilisez 'E' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteAsAny">
<source>'As Any' is not supported in 'Declare' statements.</source>
<target state="translated">'As Any' n'est pas pris en charge dans les instructions 'Declare'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGetStatement">
<source>'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.</source>
<target state="translated">'Les instructions 'Get' ne sont plus prises en charge. La fonctionnalité d'E/S de fichier est disponible dans l'espace de noms 'Microsoft.VisualBasic'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithArrayVsParamArray2">
<source>'{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car les paramètres déclarés 'ParamArray' les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularBaseDependencies4">
<source>This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.</source>
<target state="translated">Cet héritage provoque des dépendances circulaires entre {0} '{1}' et son '{2}' incorporé ou type de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedBase2">
<source>{0} '{1}' cannot inherit from a type nested within it.</source>
<target state="translated">{0} '{1}' ne peut pas hériter d'un type imbriqué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchOutsideAssembly4">
<source>'{0}' cannot expose type '{1}' outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type '{1}' en dehors du projet via {2} '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatchOutside3">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du {1} de base en dehors de l'assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète : '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent6">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type de délégué sous-jacent '{1}' de l'événement qu'il implémente à {2} '{3}' via {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent4">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type de délégué sous-jacent '{1}' de l'événement qu'il implémente en dehors du projet via {2} '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycleInImportedType1">
<source>Type '{0}' is not supported because it either directly or indirectly inherits from itself.</source>
<target state="translated">Le type '{0}' n'est pas pris en charge, car il hérite directement ou indirectement de lui-même.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète. '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall4">
<source>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}'.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète : '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatch7">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du '{3}' de type à {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatchOutside5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.</source>
<target state="translated">'{0}' ne peut pas hériter de {1} '{2}', car il étend l'accès du '{3}' de type en dehors de l'assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeAccessMismatch3">
<source>Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.</source>
<target state="translated">L'accès spécifié '{0}' pour '{1}' ne correspond pas à l'accès '{2}' spécifié pour l'un de ses autres types partiels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeBadMustInherit1">
<source>'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.</source>
<target state="translated">'MustInherit' ne peut pas être spécifié pour le type partiel '{0}', car il ne peut pas être combiné avec 'NotInheritable' spécifié pour l'un de ses autres types partiels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverOnNotInheritPartClsMem1">
<source>'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.</source>
<target state="translated">'MustOverride' ne peut pas être spécifié pour ce membre, car il est dans un type partiel déclaré 'NotInheritable' dans une autre définition partielle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseMismatchForPartialClass3">
<source>Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.</source>
<target state="translated">La classe de base '{0}' spécifiée pour la classe '{1}' ne peut pas être différente de la classe de base '{2}' de l'un de ses autres types partiels.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeTypeParamNameMismatch3">
<source>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}'.</source>
<target state="translated">Le nom du paramètre de type '{0}' ne correspond pas au nom '{1}' du paramètre de type correspondant défini pour l'un des autres types partiels de '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeConstraintMismatch1">
<source>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}'.</source>
<target state="translated">Les contraintes pour ce paramètre de type ne correspondent pas aux contraintes du paramètre de type correspondant défini pour l'un des autres types partiels de '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LateBoundOverloadInterfaceCall1">
<source>Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.</source>
<target state="translated">La résolution de surcharge à liaison tardive ne peut pas être appliquée à '{0}', car l'instance d'accès est un type interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredAttributeConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.</source>
<target state="translated">La conversion de '{0}' en '{1}' ne peut pas se produire dans une expression constante utilisée en tant qu'argument d'un attribut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousOverrides3">
<source>Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}</source>
<target state="translated">Le membre '{0}' qui correspond à cette signature ne peut pas être remplacé, car la classe '{1}' contient plusieurs membres avec ce nom et cette signature : {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverriddenCandidate1">
<source>
'{0}'</source>
<target state="translated">
'{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplements3">
<source>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}'</source>
<target state="translated">Le membre '{0}.{1}' qui correspond à cette signature ne peut pas être implémenté, car l'interface '{2}' contient plusieurs membres avec ce nom et cette signature :
'{3}'
'{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotCreatableDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'Une expression 'AddressOf' ne peut pas être convertie en '{0}', car le type '{0}' est déclaré 'MustInherit' et ne peut pas être créé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassGenericMethod">
<source>Generic methods cannot be exposed to COM.</source>
<target state="translated">Les méthodes génériques ne peuvent pas être exposées à COM.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntaxInCastOp">
<source>Syntax error in cast operator; two arguments separated by comma are required.</source>
<target state="translated">Erreur de syntaxe dans l'opérateur de cast ; deux arguments séparés par une virgule sont requis.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerForNonConstDim">
<source>Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.</source>
<target state="translated">Un initialiseur de tableau ne peut pas être spécifié pour une dimension non constante ; utilisez l'initialiseur vide '{}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingFailure3">
<source>No accessible method '{0}' has a signature compatible with delegate '{1}':{2}</source>
<target state="translated">Aucune méthode accessible '{0}' n'a de signature compatible avec le délégué '{1}':{2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructLayoutAttributeNotAllowed">
<source>Attribute 'StructLayout' cannot be applied to a generic type.</source>
<target state="translated">L'attribut 'StructLayout' ne peut pas être appliqué à un type générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal1">
<source>Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.</source>
<target state="translated">La variable de portée '{0}' masque une variable dans un bloc englobant ou une variable de portée précédemment définie dans l'expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionInfer">
<source>'Option Infer' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Infer' ne peut être suivi que par 'On' ou 'Off'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularInference1">
<source>Type of '{0}' cannot be inferred from an expression containing '{0}'.</source>
<target state="translated">Le type de '{0}' ne peut pas être déduit à partir d'une expression contenant '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleOverridingMethod5">
<source>'{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.</source>
<target state="translated">'{0}' dans la classe '{1}' ne peut pas se substituer à '{2}' dans la classe '{3}', car une classe intermédiaire '{4}' se substitue à '{2}' dans la classe '{3}', mais n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableWidestType1">
<source>Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">Le type de '{0}' ne peut pas être déduit, car les limites de la boucle et la clause step ne sont pas converties en un même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousWidestType3">
<source>Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">Le type de '{0}' est ambigu, car les limites de la boucle et la clause step ne sont pas converties dans un type identique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperatorInInit">
<source>'=' expected (object initializer).</source>
<target state="translated">'=' attendu (initialiseur d'objet).</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQualifiedNameInInit">
<source>Name of field or property being initialized in an object initializer must start with '.'.</source>
<target state="translated">Le nom du champ ou de la propriété initialisé dans un initialiseur d'objet doit commencer par '.'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLbrace">
<source>'{' expected.</source>
<target state="translated">'{' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeOrWith">
<source>Type or 'With' expected.</source>
<target state="translated">Type ou 'With' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAggrMemberInit1">
<source>Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.</source>
<target state="translated">Plusieurs initialisations de '{0}'. Les champs et les propriétés ne peuvent être initialisés qu'une seule fois dans une expression d'initialiseur d'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonFieldPropertyAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.</source>
<target state="translated">Le membre '{0}' ne peut pas être initialisé dans une expression d'initialiseur d'objet, car il ne s'agit pas d'un champ ou d'une propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedMemberAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is shared.</source>
<target state="translated">Le membre '{0}' ne peut pas être initialisé dans une expression d'initialiseur d'objet, car il est partagé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterizedPropertyInAggrInit1">
<source>Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.</source>
<target state="translated">La propriété '{0}' ne peut pas être initialisée dans une expression d'initialiseur d'objet, car elle requiert des arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoZeroCountArgumentInitCandidates1">
<source>Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.</source>
<target state="translated">La propriété '{0}' ne peut pas être initialisée dans une expression d'initialiseur d'objet, car toutes les surcharges accessibles nécessitent des arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AggrInitInvalidForObject">
<source>Object initializer syntax cannot be used to initialize an instance of 'System.Object'.</source>
<target state="translated">La syntaxe de l'initialiseur d'objet ne peut pas être utilisée pour initialiser une instance de 'System.Object'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerExpected">
<source>Initializer expected.</source>
<target state="translated">Initialiseur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LineContWithCommentOrNoPrecSpace">
<source>The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.</source>
<target state="translated">Le caractère de continuation de ligne '_' doit être précédé d'au moins un espace blanc et être suivi d'un commentaire. Sinon, '_' doit être le dernier caractère de la ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFile1">
<source>Unable to load module file '{0}': {1}</source>
<target state="translated">Impossible de charger le fichier de module '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRefLib1">
<source>Unable to load referenced library '{0}': {1}</source>
<target state="translated">Impossible de charger la bibliothèque référencée '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventHandlerSignatureIncompatible2">
<source>Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.</source>
<target state="translated">La méthode '{0}' ne peut pas gérer l'événement '{1}', car sa signature n'est pas compatible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionalCompilationConstantNotValid">
<source>Conditional compilation constant '{1}' is not valid: {0}</source>
<target state="translated">La constante de compilation conditionnelle '{1}' est non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwice1">
<source>Interface '{0}' can be implemented only once by this type.</source>
<target state="translated">L'interface '{0}' ne peut être implémentée qu'une seule fois par ce type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">L'interface '{0}' ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">L'interface '{0}' ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec noms d'éléments tuples différents, notamment '{1}' (par l'intermédiaire de '{2}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être implémentée qu'une seule fois par ce type, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}' (par l'intermédiaire de '{3}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">L'interface '{0}' ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">L'interface '{0}' ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{1}' (par l'intermédiaire de '{2}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">L'interface '{0}' (par l'intermédiaire de '{1}') ne peut être héritée qu'une seule fois par cette interface, mais elle apparaît déjà avec des noms d'éléments tuples différents, notamment '{2}' (par l'intermédiaire de '{3}').</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotImplemented1">
<source>Interface '{0}' is not implemented by this class.</source>
<target state="translated">L'interface '{0}' n'est pas implémentée par cette classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplementsMember3">
<source>'{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.</source>
<target state="translated">'{0}' existe dans plusieurs interfaces de base. Utilisez le nom de l'interface qui déclare '{0}' dans la clause 'Implements' au lieu du nom de l'interface dérivée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsOnNew">
<source>'Sub New' cannot implement interface members.</source>
<target state="translated">'Sub New' ne peut pas implémenter des membres d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitInStruct">
<source>Arrays declared as structure members cannot be declared with an initial size.</source>
<target state="translated">Les tableaux déclarés en tant que membres de structures ne peuvent pas être déclarés avec une taille initiale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventTypeNotDelegate">
<source>Events declared with an 'As' clause must have a delegate type.</source>
<target state="translated">Les événements déclarés avec une clause 'As' doivent avoir un type délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ProtectedTypeOutsideClass">
<source>Protected types can only be declared inside of a class.</source>
<target state="translated">Les types protégés ne peuvent être déclarés qu'à l'intérieur d'une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyWithNoParams">
<source>Properties with no required parameters cannot be declared 'Default'.</source>
<target state="translated">Les propriétés sans paramètre requis ne peuvent pas être déclarées 'Default'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerInStruct">
<source>Initializers on structure members are valid only for 'Shared' members and constants.</source>
<target state="translated">Les initialiseurs pour les membres de structure ne sont valides que pour les membres et constantes 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateImport1">
<source>Namespace or type '{0}' has already been imported.</source>
<target state="translated">L'espace de noms ou le type '{0}' a déjà été importé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFlags1">
<source>Modules cannot be declared '{0}'.</source>
<target state="translated">Les modules ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsStmtWrongOrder">
<source>'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.</source>
<target state="translated">'Les instructions 'Implements' doivent suivre toute instruction 'Inherits' et précéder toutes les déclarations dans une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithSynth7">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.</source>
<target state="translated">{0} '{1}' définit implicitement '{2}', qui est en conflit avec un membre déclaré implicitement pour {3} '{4}' dans {5} '{6}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithMember5">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.</source>
<target state="translated">{0} '{1}' définit implicitement '{2}', qui est en conflit avec un membre du même nom dans {3} '{4}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberClashesWithSynth6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.</source>
<target state="translated">{0} '{1}' est en conflit avec un membre déclaré implicitement pour {2} '{3}' dans {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeClashesWithVbCoreType4">
<source>{0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.</source>
<target state="translated">{0} '{1}' est en conflit avec un {2} '{3}' Visual Basic Runtime.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeMissingAction">
<source>First argument to a security attribute must be a valid SecurityAction.</source>
<target state="translated">Le premier argument d'un attribut de sécurité doit être un SecurityAction valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidAction">
<source>Security attribute '{0}' has an invalid SecurityAction value '{1}'.</source>
<target state="translated">L'attribut de sécurité '{0}' a une valeur SecurityAction '{1}' non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionAssembly">
<source>SecurityAction value '{0}' is invalid for security attributes applied to an assembly.</source>
<target state="translated">La valeur SecurityAction '{0}' n'est pas valide pour les attributs de sécurité appliqués à un assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionTypeOrMethod">
<source>SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.</source>
<target state="translated">La valeur SecurityAction '{0}' n'est pas valide pour les attributs de sécurité appliqués à un type ou à une méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrincipalPermissionInvalidAction">
<source>SecurityAction value '{0}' is invalid for PrincipalPermission attribute.</source>
<target state="translated">La valeur SecurityAction '{0}' n'est pas valide pour l'attribut PrincipalPermission.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeInvalidFile">
<source>Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.</source>
<target state="translated">Impossible de résoudre le chemin d'accès au fichier '{0}' spécifié pour l'argument nommé '{1}' de l'attribut PermissionSet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeFileReadError">
<source>Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.</source>
<target state="translated">Erreur lors de la lecture du fichier '{0}' spécifié pour l'argument nommé '{1}' pour l'attribut PermissionSet : '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasOnlyOneParam">
<source>'Set' method cannot have more than one parameter.</source>
<target state="translated">'La méthode 'Set' ne peut pas comporter plusieurs paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetValueNotPropertyType">
<source>'Set' parameter must have the same type as the containing property.</source>
<target state="translated">'Le paramètre 'Set' doit être du même type que la propriété conteneur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasToBeByVal1">
<source>'Set' parameter cannot be declared '{0}'.</source>
<target state="translated">'Le paramètre 'Set' ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureCantUseProtected">
<source>Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.</source>
<target state="translated">Une méthode dans une structure ne peut pas être déclarée 'Protected', 'Protected Friend' ou 'Private Protected'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceDelegateSpecifier1">
<source>Delegate in an interface cannot be declared '{0}'.</source>
<target state="translated">Un délégué dans une interface ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceEnumSpecifier1">
<source>Enum in an interface cannot be declared '{0}'.</source>
<target state="translated">Un enum dans une interface ne peut pas être déclaré '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceClassSpecifier1">
<source>Class in an interface cannot be declared '{0}'.</source>
<target state="translated">Une classe dans une interface ne peut pas être déclarée '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceStructSpecifier1">
<source>Structure in an interface cannot be declared '{0}'.</source>
<target state="translated">Une structure dans une interface ne peut pas être déclarée '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceInterfaceSpecifier1">
<source>Interface in an interface cannot be declared '{0}'.</source>
<target state="translated">Une interface dans une interface ne peut pas être déclarée '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotAssembly">
<source>'{0}' is a module and cannot be referenced as an assembly.</source>
<target state="translated">'{0}' est un module et ne peut pas être référencé en tant qu'assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotModule">
<source>'{0}' is an assembly and cannot be referenced as a module.</source>
<target state="translated">'{0}' est un assembly et ne peut pas être référencé en tant que module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceComparison3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour les types '{1}' et '{2}'. Utilisez 'Is' pour comparer deux types référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchVariableNotLocal1">
<source>'{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant que variable 'Catch', car ce n'est ni une variable locale ni un paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleMemberCantImplement">
<source>Members in a Module cannot implement interface members.</source>
<target state="translated">Les membres d'un module ne peuvent pas implémenter des membres d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventDelegatesCantBeFunctions">
<source>Events cannot be declared with a delegate type that has a return type.</source>
<target state="translated">Les événements ne peuvent pas être déclarés avec un type délégué ayant un type de retour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDate">
<source>Date constant is not valid.</source>
<target state="translated">Constante de date non valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverride4">
<source>'{0}' cannot override '{1}' because it is not declared 'Overridable'.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car il n'est pas déclaré 'Overridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArraysOnBoth">
<source>Array modifiers cannot be specified on both a variable and its type.</source>
<target state="translated">Impossible de spécifier des modificateurs de tableau pour la variable et son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotOverridableRequiresOverrides">
<source>'NotOverridable' cannot be specified for methods that do not override another method.</source>
<target state="translated">'NotOverridable' ne peut pas être spécifié pour les méthodes qui ne se substituent pas à une autre méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrivateTypeOutsideType">
<source>Types declared 'Private' must be inside another type.</source>
<target state="translated">Les types déclarés 'Private' doivent se trouver à l'intérieur d'un autre type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeRefResolutionError3">
<source>Import of type '{0}' from assembly or module '{1}' failed.</source>
<target state="translated">Échec de l'importation du type '{0}' à partir de l'assembly ou du module '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleTypeRefResolutionError1">
<source>Predefined type '{0}' is not defined or imported.</source>
<target state="translated">Le type prédéfini '{0}' n'est pas défini ou importé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWrongType">
<source>ParamArray parameters must have an array type.</source>
<target state="translated">Les paramètres ParamArray doivent avoir un type tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CoClassMissing2">
<source>Implementing class '{0}' for interface '{1}' cannot be found.</source>
<target state="translated">La classe d'implémentation '{0}' pour l'interface '{1}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidCoClass1">
<source>Type '{0}' cannot be used as an implementing class.</source>
<target state="translated">Impossible d'utiliser le type '{0}' comme classe d'implémentation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMeReference">
<source>Reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">Toute référence à un objet en construction n'est pas valide lors de l'appel d'un autre constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitMeReference">
<source>Implicit reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">Toute référence implicite à un objet en construction n'est pas valide lors de l'appel d'un autre constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeMemberNotFound2">
<source>Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.</source>
<target state="translated">Le membre '{0}' est introuvable dans la classe '{1}'. Cette condition est le résultat d'un fichier 'Microsoft.VisualBasic.dll' incompatible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags">
<source>Property accessors cannot be declared '{0}'.</source>
<target state="translated">Les accesseurs de propriété ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlagsRestrict">
<source>Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.</source>
<target state="translated">Le modificateur d'accès '{0}' n'est pas valide. Le modificateur d'accès de 'Get' et 'Set' doit être plus restrictif que le niveau d'accès de la propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneAccessorForGetSet">
<source>Access modifier can only be applied to either 'Get' or 'Set', but not both.</source>
<target state="translated">Le modificateur d'accès ne peut être appliqué qu'à 'Get' ou 'Set', mais pas aux deux.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleSet">
<source>'Set' accessor of property '{0}' is not accessible.</source>
<target state="translated">'L'accesseur 'Set' de la propriété '{0}' n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleGet">
<source>'Get' accessor of property '{0}' is not accessible.</source>
<target state="translated">'L'accesseur 'Get' de la propriété '{0}' n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyNoAccessorFlag">
<source>'WriteOnly' properties cannot have an access modifier on 'Set'.</source>
<target state="translated">'Les propriétés 'WriteOnly' ne peuvent pas avoir un modificateur d'accès pour 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyNoAccessorFlag">
<source>'ReadOnly' properties cannot have an access modifier on 'Get'.</source>
<target state="translated">'Les propriétés 'ReadOnly' ne peuvent pas avoir un modificateur d'accès pour 'Get'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags1">
<source>Property accessors cannot be declared '{0}' in a 'NotOverridable' property.</source>
<target state="translated">Les accesseurs de propriété ne peuvent pas être déclarés '{0}' dans une propriété 'NotOverridable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags2">
<source>Property accessors cannot be declared '{0}' in a 'Default' property.</source>
<target state="translated">Les accesseurs de propriété ne peuvent pas être déclarés '{0}' dans une propriété 'Default'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags3">
<source>Property cannot be declared '{0}' because it contains a 'Private' accessor.</source>
<target state="translated">La propriété ne peut pas être déclarée '{0}', car elle contient un accesseur 'Private'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleCoClass3">
<source>Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">La classe d'implémentation '{0}' pour l'interface '{1}' n'est pas accessible dans ce contexte, car elle est '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingValuesForArraysInApplAttrs">
<source>Arrays used as attribute arguments are required to explicitly specify values for all elements.</source>
<target state="translated">Les tableaux utilisés en tant qu'arguments d'attribut sont requis pour spécifier explicitement des valeurs pour tous les éléments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitEventMemberNotInvalid">
<source>'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.</source>
<target state="translated">'Exit AddHandler', 'Exit RemoveHandler' et 'Exit RaiseEvent' ne sont pas valides. Utilisez 'Return' pour quitter les membres d'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEvent">
<source>Statement cannot appear within an event body. End of event assumed.</source>
<target state="translated">Cette instruction ne peut pas apparaître dans le corps d'un événement. Elle est interprétée comme la fin de l'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEvent">
<source>'Custom Event' must end with a matching 'End Event'.</source>
<target state="translated">'Custom Event' doit se terminer par un 'End Event' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndAddHandler">
<source>'AddHandler' declaration must end with a matching 'End AddHandler'.</source>
<target state="translated">'La déclaration 'AddHandler' doit se terminer par un 'End AddHandler' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRemoveHandler">
<source>'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.</source>
<target state="translated">'La déclaration 'RemoveHandler' doit se terminer par un 'End RemoveHandler' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRaiseEvent">
<source>'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.</source>
<target state="translated">'La déclaration 'RaiseEvent' doit se terminer par un 'End RaiseEvent' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventInvInInterface">
<source>'Custom' modifier is not valid on events declared in interfaces.</source>
<target state="translated">'Le modificateur 'Custom' n'est pas valide pour les événements déclarés dans les interfaces.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventRequiresAs">
<source>'Custom' modifier is not valid on events declared without explicit delegate types.</source>
<target state="translated">'Le modificateur 'Custom' n'est pas valide pour les événements déclarés sans types délégués explicites.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEvent">
<source>'End Event' must be preceded by a matching 'Custom Event'.</source>
<target state="translated">'End Event' doit être précédé d'un 'Custom Event' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndAddHandler">
<source>'End AddHandler' must be preceded by a matching 'AddHandler' declaration.</source>
<target state="translated">'End AddHandler' doit être précédé d'une déclaration 'AddHandler' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRemoveHandler">
<source>'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.</source>
<target state="translated">'End RemoveHandler' doit être précédé d'une déclaration 'RemoveHandler' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRaiseEvent">
<source>'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.</source>
<target state="translated">'End RaiseEvent' doit être précédé d'une déclaration 'RaiseEvent' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAddHandlerDef">
<source>'AddHandler' is already declared.</source>
<target state="translated">'AddHandler' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRemoveHandlerDef">
<source>'RemoveHandler' is already declared.</source>
<target state="translated">'RemoveHandler' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRaiseEventDef">
<source>'RaiseEvent' is already declared.</source>
<target state="translated">'RaiseEvent' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingAddHandlerDef1">
<source>'AddHandler' definition missing for event '{0}'.</source>
<target state="translated">'La définition 'AddHandler' est manquante pour l'événement '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRemoveHandlerDef1">
<source>'RemoveHandler' definition missing for event '{0}'.</source>
<target state="translated">'La définition 'RemoveHandler' est manquante pour l'événement '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRaiseEventDef1">
<source>'RaiseEvent' definition missing for event '{0}'.</source>
<target state="translated">'La définition 'RaiseEvent' est manquante pour l'événement '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveHasOnlyOneParam">
<source>'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.</source>
<target state="translated">'Les méthodes 'AddHandler' et 'RemoveHandler' doivent avoir exactement un paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveByrefParamIllegal">
<source>'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.</source>
<target state="translated">'Les paramètres de méthode 'AddHandler' et 'RemoveHandler' ne peuvent pas être déclarés 'ByRef'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvOnEventMethod">
<source>Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.</source>
<target state="translated">Les spécificateurs ne sont pas valides pour les méthodes 'AddHandler', 'RemoveHandler' et 'RaiseEvent'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddRemoveParamNotEventType">
<source>'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.</source>
<target state="translated">'Les paramètres de méthode 'AddHandler' et 'RemoveHandler' doivent avoir le même type délégué que l'événement conteneur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RaiseEventShapeMismatch1">
<source>'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.</source>
<target state="translated">'La méthode 'RaiseEvent' doit avoir la même signature que le type délégué de l'événement conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventMethodOptionalParamIllegal1">
<source>'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.</source>
<target state="translated">'Les paramètres de méthode 'AddHandler', 'RemoveHandler' et 'RaiseEvent' ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReferToMyGroupInsideGroupType1">
<source>'{0}' cannot refer to itself through its default instance; use 'Me' instead.</source>
<target state="translated">'{0}' ne peut pas faire référence à lui-même via son instance par défaut ; utilisez 'Me' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfCustomModifier">
<source>'Custom' modifier can only be used immediately before an 'Event' declaration.</source>
<target state="translated">'Un modificateur 'Custom' ne peut être utilisé qu'immédiatement avant une déclaration 'Event'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrictCustom">
<source>Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).</source>
<target state="translated">Option Strict Custom ne peut être utilisé qu'en tant qu'option du compilateur de ligne de commande (vbc.exe).</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteInvalidOnEventMember">
<source>'{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.</source>
<target state="translated">'{0}' ne peut pas être appliqué aux définitions 'AddHandler', 'RemoveHandler', or 'RaiseEvent'. Si nécessaire, appliquez l'attribut directement à l'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible2">
<source>Method '{0}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">La méthode '{0}' n'a pas de signature compatible avec le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlName">
<source>XML name expected.</source>
<target state="translated">Nom XML attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedXmlPrefix">
<source>XML namespace prefix '{0}' is not defined.</source>
<target state="translated">Le préfixe de l'espace de noms XML '{0}' n'est pas défini.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateXmlAttribute">
<source>Duplicate XML attribute '{0}'.</source>
<target state="translated">Attribut XML '{0}' en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MismatchedXmlEndTag">
<source>End tag </{0}{1}{2}> expected.</source>
<target state="translated">Fin de balise </{0}{1}{2}> attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingXmlEndTag">
<source>Element is missing an end tag.</source>
<target state="translated">Balise de fin manquante dans l'élément.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlPrefix">
<source>XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.</source>
<target state="translated">Le préfixe de l'espace de noms XML '{0}' est réservé pour une utilisation par XML et l'URI de l'espace de noms ne peut pas être changé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingVersionInXmlDecl">
<source>Required attribute 'version' missing from XML declaration.</source>
<target state="translated">Attribut 'version' requis absent de la déclaration XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalAttributeInXmlDecl">
<source>XML declaration does not allow attribute '{0}{1}{2}'.</source>
<target state="translated">La déclaration XML n'autorise pas l'attribut '{0}{1}{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QuotedEmbeddedExpression">
<source>Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.</source>
<target state="translated">Une expression incorporée ne peut pas s'afficher à l'intérieur d'une valeur d'attribut entre guillemets. Supprimez les guillemets.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VersionMustBeFirstInXmlDecl">
<source>XML attribute 'version' must be the first attribute in XML declaration.</source>
<target state="translated">L'attribut XML 'version' doit être le premier attribut dans une déclaration XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOrder">
<source>XML attribute '{0}' must appear before XML attribute '{1}'.</source>
<target state="translated">L'attribut XML '{0}' doit apparaître avant l'attribut XML '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndEmbedded">
<source>Expected closing '%>' for embedded expression.</source>
<target state="translated">%>' fermant attendu pour une expression incorporée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndPI">
<source>Expected closing '?>' for XML processor instruction.</source>
<target state="translated">?>' fermant attendu pour une instruction de processeur XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndComment">
<source>Expected closing '-->' for XML comment.</source>
<target state="translated">-->' fermant attendu pour un commentaire XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndCData">
<source>Expected closing ']]>' for XML CDATA section.</source>
<target state="translated">]]>' fermant attendu pour une section CDATA XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSQuote">
<source>Expected matching closing single quote for XML attribute value.</source>
<target state="translated">Guillemet simple fermant correspondant attendu pour une valeur d'attribut XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQuote">
<source>Expected matching closing double quote for XML attribute value.</source>
<target state="translated">Guillemet double fermant attendu pour une valeur d'attribut XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLT">
<source>Expected beginning '<' for an XML tag.</source>
<target state="translated"><' ouvrant attendu pour une balise XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartAttributeValue">
<source>Expected quoted XML attribute value or embedded expression.</source>
<target state="translated">Valeur d'attribut XML entre guillemets ou expression incorporée attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDiv">
<source>Expected '/' for XML end tag.</source>
<target state="translated">/' attendu pour la balise de fin XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoXmlAxesLateBinding">
<source>XML axis properties do not support late binding.</source>
<target state="translated">Les propriétés d'axes XML ne prennent pas en charge la liaison tardive.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlStartNameChar">
<source>Character '{0}' ({1}) is not allowed at the beginning of an XML name.</source>
<target state="translated">Le caractère '{0}' ({1}) n'est pas autorisé au début d'un nom XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlNameChar">
<source>Character '{0}' ({1}) is not allowed in an XML name.</source>
<target state="translated">Le caractère '{0}' ({1}) n'est pas autorisé dans un nom XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlCommentChar">
<source>Character sequence '--' is not allowed in an XML comment.</source>
<target state="translated">La séquence de caractères '--' n'est pas autorisée dans un commentaire XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmbeddedExpression">
<source>An embedded expression cannot be used here.</source>
<target state="translated">Une expression incorporée ne peut pas être utilisée ici.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlWhiteSpace">
<source>Missing required white space.</source>
<target state="translated">Espace requis manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalProcessingInstructionName">
<source>XML processing instruction name '{0}' is not valid.</source>
<target state="translated">Le nom de l'instruction de traitement XML '{0}' n'est pas valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DTDNotSupported">
<source>XML DTDs are not supported.</source>
<target state="translated">Les DTD XML ne sont pas prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlWhiteSpace">
<source>White space cannot appear here.</source>
<target state="translated">L'espace ne peut pas s'afficher ici.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSColon">
<source>Expected closing ';' for XML entity.</source>
<target state="translated">;' fermant attendu pour une entité XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlBeginEmbedded">
<source>Expected '%=' at start of an embedded expression.</source>
<target state="translated">%=' attendu au début d'une expression incorporée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEntityReference">
<source>XML entity references are not supported.</source>
<target state="translated">Les références d'entité XML ne sont pas prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue1">
<source>Attribute value is not valid; expecting '{0}'.</source>
<target state="translated">Valeur d'attribut non valide ; '{0}' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue2">
<source>Attribute value is not valid; expecting '{0}' or '{1}'.</source>
<target state="translated">Valeur d'attribut non valide ; '{0}' ou '{1}' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlNamespace">
<source>Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.</source>
<target state="translated">Le préfixe '{0}' ne peut pas être lié au nom d'espace de noms réservé pour '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalDefaultNamespace">
<source>Namespace declaration with prefix cannot have an empty value inside an XML literal.</source>
<target state="translated">Une déclaration d'espace de noms avec préfixe ne peut pas avoir une valeur vide dans un littéral XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualifiedNameNotAllowed">
<source>':' is not allowed. XML qualified names cannot be used in this context.</source>
<target state="translated">':' n'est pas autorisé. Les noms qualifiés XML ne peuvent pas être utilisés dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlns">
<source>Namespace declaration must start with 'xmlns'.</source>
<target state="translated">Une déclaration d'espace de noms doit commencer par 'xmlns'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlnsPrefix">
<source>Element names cannot use the 'xmlns' prefix.</source>
<target state="translated">Les noms d'éléments ne peuvent pas utiliser le préfixe 'xmlns'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlFeaturesNotAvailable">
<source>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.</source>
<target state="translated">Les littéraux XML et les propriétés d'axe XML ne sont pas disponibles. Ajoutez des références à System.Xml, System.Xml.Linq et System.Core ou d'autres assemblys qui déclarent des types System.Linq.Enumerable, System.Xml.Linq.XElement, System.Xml.Linq.XName, System.Xml.Linq.XAttribute et System.Xml.Linq.XNamespace.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToReadUacManifest2">
<source>Unable to open Win32 manifest file '{0}' : {1}</source>
<target state="translated">Impossible d'ouvrir le fichier manifeste Win32 '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3">
<source>Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.</source>
<target state="translated">Impossible de convertir '{0}' en '{1}'. Vous pouvez utiliser la propriété 'Value' pour obtenir la valeur de chaîne du premier élément de '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3_Title">
<source>Cannot convert IEnumerable(Of XElement) to String</source>
<target state="translated">Impossible de convertir IEnumerable(Of XElement) en String</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatchForXml3">
<source>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}'.</source>
<target state="translated">Impossible de convertir une valeur de type '{0}' en '{1}'. Vous pouvez utiliser la propriété 'Value' pour obtenir la valeur de chaîne du premier élément de '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperandsForXml4">
<source>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}'.</source>
<target state="translated">L'opérateur '{0}' n'est pas défini pour les types '{1}' et '{2}'. Vous pouvez utiliser la propriété 'Value' pour obtenir la valeur de chaîne du premier élément de '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FullWidthAsXmlDelimiter">
<source>Full width characters are not valid as XML delimiters.</source>
<target state="translated">Les caractères à pleine chasse ne sont pas valides en tant que délimiteurs XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSubsystemVersion">
<source>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.</source>
<target state="translated">La valeur '{0}' n'est pas une version de sous-système valide. La version doit être 6.02 ou supérieure pour ARM ou AppContainerExe, et 4.00 ou supérieure dans les autres cas.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFileAlignment">
<source>Invalid file section alignment '{0}'</source>
<target state="translated">Alignement de section de fichier non valide '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOutputName">
<source>Invalid output name: {0}</source>
<target state="translated">Nom de sortie non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInformationFormat">
<source>Invalid debug information format: {0}</source>
<target state="translated">Format des informations de débogage non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibAnycpu32bitPreferredConflict">
<source>/platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.</source>
<target state="translated">/platform:anycpu32bitpreferred peut uniquement être utilisé avec /t:exe, /t:winexe et /t:appcontainerexe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedAccess">
<source>Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.</source>
<target state="translated">L'expression a le type '{0}', qui est un type restreint et qui ne peut pas être utilisé pour accéder aux membres hérités de 'Object' ou 'ValueType'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedConversion1">
<source>Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.</source>
<target state="translated">Impossible de convertir l'expression de type '{0}' en 'Object' ou 'ValueType'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInLabel">
<source>Type characters are not allowed in label identifiers.</source>
<target state="translated">Les caractères de type ne sont pas autorisés dans les identificateurs d'étiquette.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedType1">
<source>'{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.</source>
<target state="translated">'{0}' ne peut pas être rendu nullable ni être utilisé comme type de données d'un élément de tableau, champ, membre de type anonyme, argument de type, paramètre 'ByRef' ou instruction return.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInAlias">
<source>Type characters are not allowed on Imports aliases.</source>
<target state="translated">Les caractères de type ne sont pas autorisés pour les alias Imports.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleConstructorOnBase">
<source>Class '{0}' has no accessible 'Sub New' and cannot be inherited.</source>
<target state="translated">La classe '{0}' n'a pas de 'Sub New' accessible et ne peut pas être héritée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInStruct">
<source>Local variables within methods of structures cannot be declared 'Static'.</source>
<target state="translated">Les variables locales à l'intérieur des méthodes des structures ne peuvent pas être déclarées 'Static'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalStatic1">
<source>Static local variable '{0}' is already declared.</source>
<target state="translated">Une variable locale statique '{0}' est déjà déclarée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportAliasConflictsWithType2">
<source>Imports alias '{0}' conflicts with '{1}' declared in the root namespace.</source>
<target state="translated">L'alias '{0}' pour Imports est en conflit avec '{1}' déclaré dans l'espace de noms racine.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantShadowAMustOverride1">
<source>'{0}' cannot shadow a method declared 'MustOverride'.</source>
<target state="translated">'{0}' ne peut pas masquer une méthode déclarée 'MustOverride'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleEventImplMismatch3">
<source>Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter l'événement '{2}.{1}', car son type délégué ne correspond pas au type délégué d'un autre événement implémenté par '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSpecifierCombo2">
<source>'{0}' and '{1}' cannot be combined.</source>
<target state="translated">'Impossible de combiner '{0}' et '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeOverloads2">
<source>{0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.</source>
<target state="translated">{0} '{1}' doit être déclaré 'Overloads', car un autre '{1}' est déclaré 'Overloads' ou 'Overrides'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverridesInClass1">
<source>'{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.</source>
<target state="translated">'{0}' doit être déclaré 'MustInherit', car il contient des méthodes déclarées 'MustOverride'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInClass">
<source>'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.</source>
<target state="translated">'Dans les classes, 'Handles' doit spécifier une variable 'WithEvents', ou 'MyBase', 'MyClass' ou 'Me' qualifié par un identificateur unique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberShadowsMustOverride5">
<source>'{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.</source>
<target state="translated">'{0}', déclaré implicitement pour {1} '{2}', ne peut pas masquer une méthode 'MustOverride' dans le {3} '{4}' de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotOverrideInAccessibleMember">
<source>'{0}' cannot override '{1}' because it is not accessible in this context.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car il n'est pas accessible dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInModule">
<source>'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.</source>
<target state="translated">'Handles' dans les modules doivent spécifier une variable 'WithEvents' qualifiée avec un unique identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOpRequiresReferenceTypes1">
<source>'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.</source>
<target state="translated">'IsNot' requiert des opérandes qui ont des types référence, mais cet opérande a le type valeur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClashWithReservedEnumMember1">
<source>'{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.</source>
<target state="translated">'{0}' est en conflit avec le membre réservé par ce nom qui est implicitement déclaré dans tous les enums.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedEnumMember2">
<source>'{0}' is already declared in this {1}.</source>
<target state="translated">'{0}' est déjà déclaré dans ce {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadUseOfVoid">
<source>'System.Void' can only be used in a GetType expression.</source>
<target state="translated">'System.Void' ne peut être utilisé que dans une expression GetType.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplMismatch5">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter l'événement '{1}' pour l'interface '{2}', car leurs types délégués '{3}' et '{4}' ne correspondent pas.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeUnavailable3">
<source>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}'.</source>
<target state="translated">Le type '{0}' dans l'assembly '{1}' a été transmis à l'assembly '{2}'. Soit une référence à '{2}' est absente du projet soit le type '{0}' est absent de l'assembly '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeFwdCycle2">
<source>'{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.</source>
<target state="translated">'{0}' dans l'assembly '{1}' a été transféré à lui-même et est donc un type non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeInCCExpression">
<source>Non-intrinsic type names are not allowed in conditional compilation expressions.</source>
<target state="translated">Les noms de types non intrinsèques ne sont pas autorisés dans les expressions de compilation conditionnelles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCCExpression">
<source>Syntax error in conditional compilation expression.</source>
<target state="translated">Erreur de syntaxe dans l'expression de compilation conditionnelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidArrayDisallowed">
<source>Arrays of type 'System.Void' are not allowed in this expression.</source>
<target state="translated">Les tableaux de type 'System.Void' ne sont pas autorisés dans cette expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataMembersAmbiguous3">
<source>'{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.</source>
<target state="translated">'{0}' est ambigu, car plusieurs genres de membres portant ce nom existent dans {1} '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfExprAlwaysFalse2">
<source>Expression of type '{0}' can never be of type '{1}'.</source>
<target state="translated">L'expression de type '{0}' ne peut jamais être de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyPrivatePartialMethods1">
<source>Partial methods must be declared 'Private' instead of '{0}'.</source>
<target state="translated">Les méthodes partielles doivent être déclarées 'Private' au lieu de '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBePrivate">
<source>Partial methods must be declared 'Private'.</source>
<target state="translated">Les méthodes partielles doivent être déclarées 'Private'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOnePartialMethodAllowed2">
<source>Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.</source>
<target state="translated">La méthode '{0}' ne peut pas être déclarée 'Partial', car une seule méthode '{1}' peut être marquée comme 'Partial'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneImplementingMethodAllowed3">
<source>Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.</source>
<target state="translated">La méthode '{0}' ne peut pas implémenter de méthode partielle '{1}', car '{2}' l'implémente déjà. Une seule méthode peut implémenter une méthode partielle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodMustBeEmpty">
<source>Partial methods must have empty method bodies.</source>
<target state="translated">Les méthodes partielles doivent avoir des corps de méthodes vides.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBeSub1">
<source>'{0}' cannot be declared 'Partial' because partial methods must be Subs.</source>
<target state="translated">'{0}' ne peut pas être déclaré 'Partial', car les méthodes partielles doivent être des Subs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodGenericConstraints2">
<source>Method '{0}' does not have the same generic constraints as the partial method '{1}'.</source>
<target state="translated">La méthode '{0}' n'a pas les mêmes contraintes génériques que la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialDeclarationImplements1">
<source>Partial method '{0}' cannot use the 'Implements' keyword.</source>
<target state="translated">La méthode partielle '{0}' ne peut pas utiliser le mot clé 'Implements'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPartialMethodInAddressOf1">
<source>'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.</source>
<target state="translated">'AddressOf' ne peut pas être appliqué à '{0}', car '{0}' est une méthode partielle sans implémentation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementationMustBePrivate2">
<source>Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.</source>
<target state="translated">La méthode '{0}' doit être déclarée 'Private' pour implémenter la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamNamesMustMatch3">
<source>Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.</source>
<target state="translated">Le nom de paramètre '{0}' ne correspond pas au nom du paramètre correspondant, '{1}', défini dans la déclaration de méthode partielle '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodTypeParamNameMismatch3">
<source>Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.</source>
<target state="translated">Le nom du paramètre de type '{0}' ne correspond pas à '{1}', le paramètre de type correspondant défini dans la déclaration de méthode partielle '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeSharedProperty1">
<source>'Shared' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'La propriété d'attribut 'Shared' '{0}' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeReadOnlyProperty1">
<source>'ReadOnly' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'La propriété d'attribut 'ReadOnly' '{0}' ne peut pas être la cible d'une assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceName1">
<source>Resource name '{0}' cannot be used more than once.</source>
<target state="translated">Le nom de ressource '{0}' ne peut pas être utilisé plusieurs fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceFileName1">
<source>Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.</source>
<target state="translated">Chaque ressource et module liés doivent avoir un nom de fichier unique. Le nom de fichier '{0}' est indiqué plusieurs fois dans cet assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustBeClassNotStruct1">
<source>'{0}' cannot be used as an attribute because it is not a class.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant qu'attribut, car ce n'est pas une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustInheritSysAttr">
<source>'{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant qu'attribut, car il n'hérite pas de 'System.Attribute'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeCannotBeAbstract">
<source>'{0}' cannot be used as an attribute because it is declared 'MustInherit'.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant qu'attribut, car il est déclaré 'MustInherit'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToOpenResourceFile1">
<source>Unable to open resource file '{0}': {1}</source>
<target state="translated">Impossible d'ouvrir le fichier de ressources '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicProperty1">
<source>Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.</source>
<target state="translated">Le membre d'attribut '{0}' ne peut pas être la cible d'une assignation, car il n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_STAThreadAndMTAThread0">
<source>'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.</source>
<target state="translated">'Impossible d'appliquer à la fois 'System.STAThreadAttribute' et 'System.MTAThreadAttribute' à la même méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndirectUnreferencedAssembly4">
<source>Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.</source>
<target state="translated">Le projet '{0}' établit une référence indirecte à l'assembly '{1}', qui contient '{2}'. Ajoutez une référence de fichier pour '{3}' dans votre projet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicType1">
<source>Type '{0}' cannot be used in an attribute because it is not declared 'Public'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans un attribut, car il n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicContType2">
<source>Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans un attribut, car son conteneur '{1}' n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnNonEmptySubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à un Sub, Function ou Operator avec un corps non vide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnDeclare">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à un Declare.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnGetOrSet">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à un Get ou Set.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnGenericSubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à une méthode générique ou contenue dans un type générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassOnGeneric">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' ne peut pas être appliqué à une classe qui est générique ou contenue dans un type générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInstanceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à une méthode d'instance.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInterfaceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué aux méthodes d'interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnEventMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué à une méthode 'AddHandler', 'RemoveHandler' ou 'RaiseEvent'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadArguments">
<source>Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.</source>
<target state="translated">La référence d'assembly Friend '{0}' n'est pas valide. Les déclarations InternalsVisibleTo ne peuvent pas avoir une version, une culture, un jeton de clé publique ou une architecture de processeur spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyStrongNameRequired">
<source>Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.</source>
<target state="translated">La référence d'assembly Friend '{0}' n'est pas valide. Les assemblys signés avec un nom fort doivent spécifier une clé publique dans leurs déclarations InternalsVisibleTo.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyNameInvalid">
<source>Friend declaration '{0}' is invalid and cannot be resolved.</source>
<target state="translated">La déclaration Friend '{0}' n'est pas valide et ne peut pas être résolue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadAccessOverride2">
<source>Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.</source>
<target state="translated">Le membre '{0}' ne peut pas se substituer au membre '{1}' défini dans un autre assembly/projet, car le modificateur d'accès 'Protected Friend' étend l'accessibilité. Utilisez 'Protected' à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfLocalBeforeDeclaration1">
<source>Local variable '{0}' cannot be referred to before it is declared.</source>
<target state="translated">Il ne peut exister aucune référence à la variable locale '{0}' tant que cette variable n'est pas déclarée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromModule1">
<source>'{0}' is not valid within a Module.</source>
<target state="translated">'{0}' n'est pas valide dans un module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BogusWithinLineIf">
<source>Statement cannot end a block outside of a line 'If' statement.</source>
<target state="translated">L'instruction ne peut pas terminer un bloc en dehors d'une instruction 'If'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CharToIntegralTypeMismatch1">
<source>'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.</source>
<target state="translated">'Impossible de convertir les valeurs 'Char' en '{0}'. Utilisez soit 'Microsoft.VisualBasic.AscW' pour interpréter un caractère comme une valeur Unicode, soit 'Microsoft.VisualBasic.Val' pour interpréter le caractère comme un chiffre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IntegralToCharTypeMismatch1">
<source>'{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.</source>
<target state="translated">'Impossible de convertir les valeurs '{0}' en 'Char'. Utilisez 'Microsoft.VisualBasic.ChrW' pour interpréter une valeur numérique en tant que caractère Unicode ou convertissez-la d'abord en 'String' pour obtenir un chiffre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDirectDelegateConstruction1">
<source>Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.</source>
<target state="translated">Le délégué '{0}' requiert une expression 'AddressOf' ou une expression lambda en tant qu'unique argument de son constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodMustBeFirstStatementOnLine">
<source>Method declaration statements must be the first statement on a logical line.</source>
<target state="translated">Une instruction de déclaration de méthode doit être la première instruction d'une ligne logique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrAssignmentNotFieldOrProp1">
<source>'{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.</source>
<target state="translated">'{0}' ne peut pas être nommé en tant que paramètre dans un spécificateur d'attribut, car ce n'est ni un champ ni une propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectComparison1">
<source>Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.</source>
<target state="translated">Option Strict On n'autorise pas les opérandes de type Object pour l'opérateur '{0}'. Utilisez l'opérateur 'Is' pour tester l'identité de l'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstituentArraySizes">
<source>Bounds can be specified only for the top-level array when initializing an array of arrays.</source>
<target state="translated">Les limites ne peuvent être spécifiées que pour le tableau de premier niveau lors de l'initialisation d'un tableau de tableaux.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileAttributeNotAssemblyOrModule">
<source>'Assembly' or 'Module' expected.</source>
<target state="translated">'Assembly' ou 'Module' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FunctionResultCannotBeIndexed1">
<source>'{0}' has no parameters and its return type cannot be indexed.</source>
<target state="translated">'{0}' n'a aucun paramètre et son type de retour ne peut pas être indexé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentSyntax">
<source>Comma, ')', or a valid expression continuation expected.</source>
<target state="translated">Virgule, ')' ou continuation d'expression valide attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedResumeOrGoto">
<source>'Resume' or 'GoTo' expected.</source>
<target state="translated">'Resume' ou 'GoTo' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperator">
<source>'=' expected.</source>
<target state="translated">'=' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted2">
<source>Parameter '{0}' in '{1}' already has a matching omitted argument.</source>
<target state="translated">Le paramètre '{0}' dans '{1}' a déjà un argument omis correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotCallEvent1">
<source>'{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.</source>
<target state="translated">'{0}' est un événement. Il ne peut donc pas être appelé directement. Utilisez une instruction 'RaiseEvent' pour déclencher un événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachCollectionDesignPattern1">
<source>Expression is of type '{0}', which is not a collection type.</source>
<target state="translated">L'expression est du type '{0}', qui n'est pas un type de collection.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultValueForNonOptionalParam">
<source>Default values cannot be supplied for parameters that are not declared 'Optional'.</source>
<target state="translated">Des valeurs par défaut ne peuvent pas être fournies pour des paramètres qui ne sont pas déclarés 'Optional'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyBase">
<source>'MyBase' must be followed by '.' and an identifier.</source>
<target state="translated">'MyBase' doit être suivi de '.' et d'un identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyClass">
<source>'MyClass' must be followed by '.' and an identifier.</source>
<target state="translated">'MyClass' doit être suivi de '.' et d'un identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictArgumentCopyBackNarrowing3">
<source>Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">Option Strict On interdit le passage du type '{1}' au type '{2}' lors de la recopie de la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseifAfterElse">
<source>'#ElseIf' cannot follow '#Else' as part of a '#If' block.</source>
<target state="translated">'#ElseIf' ne peut pas suivre '#Else' dans un bloc '#If'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StandaloneAttribute">
<source>Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.</source>
<target state="translated">Le spécificateur d'attribut n'est pas une instruction complète. Utilisez un signe de continuation de ligne pour appliquer l'attribut à l'instruction suivante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoUniqueConstructorOnBase2">
<source>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.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car sa classe de base '{1}' comporte plus de 'Sub New' accessibles qu'il n'est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraNextVariable">
<source>'Next' statement names more variables than there are matching 'For' statements.</source>
<target state="translated">'L'instruction 'Next' nomme plus de variables qu'il n'existe d'instructions 'For' correspondantes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCallTooMany2">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel à 'MyBase.New' ou 'MyClass.New', car la classe de base '{0}' de '{1}' a plusieurs 'Sub New' accessibles qu'il est possible d'appeler sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForCtlVarArraySizesSpecified">
<source>Array declared as for loop control variable cannot be declared with an initial size.</source>
<target state="translated">Un tableau déclaré en tant que variable de contrôle de boucle for ne peut pas être déclaré avec une taille initiale.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNewOverloads">
<source>The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.</source>
<target state="translated">Le mot clé '{0}' est utilisé pour surcharger les membres hérités ; n'utilisez pas le mot clé '{0}' lors de la surcharge de 'Sub New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnGenericParam">
<source>Type character cannot be used in a type parameter declaration.</source>
<target state="translated">Le caractère de type ne peut pas être utilisé dans une déclaration de paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments1">
<source>Too few type arguments to '{0}'.</source>
<target state="translated">Arguments de type insuffisants dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments1">
<source>Too many type arguments to '{0}'.</source>
<target state="translated">Arguments de type trop nombreux dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericConstraintNotSatisfied2">
<source>Type argument '{0}' does not inherit from or implement the constraint type '{1}'.</source>
<target state="translated">L'argument de type '{0}' n'hérite pas ou n'implémente pas le type de contrainte '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric1">
<source>'{0}' has no type parameters and so cannot have type arguments.</source>
<target state="translated">'{0}' n'a pas de paramètres de type et donc ne peut pas avoir d'arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnGenericParam">
<source>'New' cannot be used on a type parameter that does not have a 'New' constraint.</source>
<target state="translated">'New' ne peut pas être utilisé pour un paramètre de type qui n'a pas de contrainte 'New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleClassConstraints1">
<source>Type parameter '{0}' can only have one constraint that is a class.</source>
<target state="translated">Le paramètre de type '{0}' ne peut avoir qu'une seule contrainte qui est une classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstNotClassInterfaceOrTypeParam1">
<source>Type constraint '{0}' must be either a class, interface or type parameter.</source>
<target state="translated">La contrainte de type '{0}' doit être un paramètre de classe, d'interface ou de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateTypeParamName1">
<source>Type parameter already declared with name '{0}'.</source>
<target state="translated">Le paramètre de type est déjà déclaré avec le nom '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam2">
<source>Type parameter '{0}' for '{1}' cannot be inferred.</source>
<target state="translated">Le paramètre de type '{0}' pour '{1}' ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorGenericParam1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'L'opérande 'Is' de type '{0}' ne peut être comparé qu'à 'Nothing', car '{0}' est un paramètre de type sans contrainte de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentCopyBackNarrowing3">
<source>Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.</source>
<target state="translated">La copie de la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant passe du type '{1}' au type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingGenericParamWithMember1">
<source>'{0}' has the same name as a type parameter.</source>
<target state="translated">'{0}' porte le même nom qu'un paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamBase2">
<source>{0} '{1}' cannot inherit from a type parameter.</source>
<target state="translated">{0} '{1}' ne peut pas hériter d'un paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsGenericParam">
<source>Type parameter not allowed in 'Implements' clause.</source>
<target state="translated">Le paramètre de type n'est pas autorisé dans la clause 'Implements'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyNullLowerBound">
<source>Array lower bounds can be only '0'.</source>
<target state="translated">Les limites inférieures du tableau ne peuvent être que '0'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassConstraintNotInheritable1">
<source>Type constraint cannot be a 'NotInheritable' class.</source>
<target state="translated">La contrainte de type ne peut pas être une classe 'NotInheritable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintIsRestrictedType1">
<source>'{0}' cannot be used as a type constraint.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant que contrainte de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamsOnInvalidMember">
<source>Type parameters cannot be specified on this declaration.</source>
<target state="translated">Les paramètres de type ne peuvent pas être spécifiés pour cette déclaration.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericArgsOnAttributeSpecifier">
<source>Type arguments are not valid because attributes cannot be generic.</source>
<target state="translated">Les arguments de type ne sont pas valides, car les attributs ne peuvent pas être génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrCannotBeGenerics">
<source>Type parameters, generic types or types contained in generic types cannot be used as attributes.</source>
<target state="translated">Les paramètres de type, les types génériques ou les types contenus dans des types génériques ne peuvent pas être utilisés comme attributs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInGenericMethod">
<source>Local variables within generic methods cannot be declared 'Static'.</source>
<target state="translated">Les variables locales dans les méthodes génériques ne peuvent pas être déclarées 'Static'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntMemberShadowsGenericParam3">
<source>{0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.</source>
<target state="translated">{0} '{1}' définit implicitement un membre '{2}' qui a le même nom que le paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintAlreadyExists1">
<source>Constraint type '{0}' already specified for this type parameter.</source>
<target state="translated">Le type de contrainte '{0}' est déjà spécifié pour ce paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfacePossiblyImplTwice2">
<source>Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car son implémentation pourrait être en conflit avec l'implémentation d'une autre interface '{1}' implémentée pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModulesCannotBeGeneric">
<source>Modules cannot be generic.</source>
<target state="translated">Les modules ne peuvent pas être génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericClassCannotInheritAttr">
<source>Classes that are generic or contained in a generic type cannot inherit from an attribute class.</source>
<target state="translated">Les classes qui sont génériques ou contenues dans un type générique ne peuvent pas hériter d'une classe d'attributs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DeclaresCantBeInGeneric">
<source>'Declare' statements are not allowed in generic types or types contained in generic types.</source>
<target state="translated">'Les instructions 'Declare' ne sont pas autorisées dans les types génériques ou les types contenus dans des types génériques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithConstraintMismatch2">
<source>'{0}' cannot override '{1}' because they differ by type parameter constraints.</source>
<target state="translated">'{0}' ne peut pas se substituer à '{1}', car leurs contraintes de paramètre de type les différencient.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsWithConstraintMismatch3">
<source>'{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.</source>
<target state="translated">'{0}' ne peut pas implémenter '{1}.{2}', car ils diffèrent par leur contraintes de paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OpenTypeDisallowed">
<source>Type parameters or types constructed with type parameters are not allowed in attribute arguments.</source>
<target state="translated">Les paramètres de type ou les types construits avec des paramètres de type ne sont pas autorisés dans les arguments d'attribut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesInvalidOnGenericMethod">
<source>Generic methods cannot use 'Handles' clause.</source>
<target state="translated">Les méthodes génériques ne peuvent pas utiliser une clause 'Handles'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleNewConstraints">
<source>'New' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'La contrainte 'New' ne peut pas être spécifiée plusieurs fois pour le même paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritForNewConstraint2">
<source>Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' est déclaré 'MustInherit' et ne satisfait pas la contrainte 'New' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableNewForNewConstraint2">
<source>Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' doit avoir un constructeur d'instance sans paramètre public pour satisfaire la contrainte 'New' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGenericParamForNewConstraint2">
<source>Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">Le paramètre de type '{0}' doit avoir une contrainte 'New' ou une contrainte 'Structure' pour satisfaire la contrainte 'New' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewArgsDisallowedForTypeParam">
<source>Arguments cannot be passed to a 'New' used on a type parameter.</source>
<target state="translated">Les arguments ne peuvent pas être passés à un 'New' utilisé pour un paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRawGenericTypeImport1">
<source>Generic type '{0}' cannot be imported more than once.</source>
<target state="translated">Le type générique '{0}' ne peut pas être importé plus d'une fois.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypeArgumentCountOverloadCand1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of type arguments.</source>
<target state="translated">La résolution de surcharge a échoué, car aucun '{0}' accessible n'accepte ce nombre d'arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeArgsUnexpected">
<source>Type arguments unexpected.</source>
<target state="translated">Arguments de type inattendus.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameSameAsMethodTypeParam1">
<source>'{0}' is already declared as a type parameter of this method.</source>
<target state="translated">'{0}' est déjà déclaré en tant que paramètre de type de cette méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamNameFunctionNameCollision">
<source>Type parameter cannot have the same name as its defining function.</source>
<target state="translated">Un paramètre de type ne peut pas avoir le même nom que sa fonction de définition.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstraintSyntax">
<source>Type or 'New' expected.</source>
<target state="translated">Type ou 'New' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OfExpected">
<source>'Of' required when specifying type arguments for a generic type or method.</source>
<target state="translated">'Of' requis lors de la spécification des arguments de type pour un type ou une méthode générique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayOfRawGenericInvalid">
<source>'(' unexpected. Arrays of uninstantiated generic types are not allowed.</source>
<target state="translated">'(' inattendu. Les tableaux de types génériques non instanciés ne sont pas autorisés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachAmbiguousIEnumerable1">
<source>'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.</source>
<target state="translated">'For Each' pour le type '{0}' est ambigu, car le type implémente plusieurs instanciations de 'System.Collections.Generic.IEnumerable(Of T)'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorGenericParam1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'L'opérande 'IsNot' de type '{0}' peut être comparé uniquement à 'Nothing', car '{0}' est un paramètre de type sans contrainte de classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamQualifierDisallowed">
<source>Type parameters cannot be used as qualifiers.</source>
<target state="translated">Les paramètres de type ne peuvent pas être utilisés comme qualificateurs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingCommaOrRParen">
<source>Comma or ')' expected.</source>
<target state="translated">Virgule ou ')' attendue.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingAsCommaOrRParen">
<source>'As', comma or ')' expected.</source>
<target state="translated">'As', virgule ou ')' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleReferenceConstraints">
<source>'Class' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'La contrainte 'Class' ne peut pas être spécifiée plusieurs fois pour le même paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleValueConstraints">
<source>'Structure' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'La contrainte 'Structure' ne peut pas être spécifiée plusieurs fois pour le même paramètre de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewAndValueConstraintsCombined">
<source>'New' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'La contrainte 'New' et la contrainte 'Structure' ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndValueConstraintsCombined">
<source>'Class' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'La contrainte 'Class' et la contrainte 'Structure' ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraint2">
<source>Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' ne satisfait pas la contrainte 'Structure' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForRefConstraint2">
<source>Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.</source>
<target state="translated">L'argument de type '{0}' ne satisfait pas la contrainte 'Class' pour le paramètre de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndClassTypeConstrCombined">
<source>'Class' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Une contrainte 'Class' et une contrainte de type classe spécifique ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueAndClassTypeConstrCombined">
<source>'Structure' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Une contrainte 'Structure' et une contrainte de type classe spécifique ne peuvent pas être combinées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectIndirect4">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.</source>
<target state="translated">La contrainte indirecte '{0}' obtenue de la contrainte de paramètre de type '{1}' est en conflit avec la contrainte indirecte '{2}' obtenue de la contrainte de paramètre de type '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashDirectIndirect3">
<source>Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.</source>
<target state="translated">La contrainte '{0}' est en conflit avec la contrainte indirecte '{1}' obtenue de la contrainte de paramètre de type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectDirect3">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.</source>
<target state="translated">La contrainte indirecte '{0}' obtenue à partir de la contrainte de paramètre de type '{1}' est en conflit avec la contrainte '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycleLink2">
<source>
'{0}' is constrained to '{1}'.</source>
<target state="translated">
'{0}' est limité à '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycle2">
<source>Type parameter '{0}' cannot be constrained to itself: {1}</source>
<target state="translated">Le paramètre de type '{0}' ne peut pas être limité par lui-même : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamWithStructConstAsConst">
<source>Type parameter with a 'Structure' constraint cannot be used as a constraint.</source>
<target state="translated">Un paramètre de type avec une contrainte 'Structure' ne peut pas être utilisé en tant que contrainte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableDisallowedForStructConstr1">
<source>'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.</source>
<target state="translated">'System.Nullable' ne satisfait pas la contrainte 'Structure' pour le paramètre de type '{0}'. Seuls les types 'Structure' non-nullable sont autorisés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingDirectConstraints3">
<source>Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.</source>
<target state="translated">La contrainte '{0}' est en conflit avec la contrainte '{1}' déjà spécifiée pour le paramètre de type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithInterface2">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car elle peut être identique à l'interface '{1}' pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseUnifiesWithInterfaces3">
<source>Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' dont l'interface '{3}' hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithBase3">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.</source>
<target state="translated">Impossible d'hériter de l'interface '{0}', car elle peut être identique à l'interface '{1}' dont l'interface '{2}' hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsBaseUnifiesWithInterfaces3">
<source>Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' implémentée pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car l'interface '{1}' dont elle hérite peut être identique à l'interface '{2}' dont l'interface '{3}' implémentée hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceUnifiesWithBase3">
<source>Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.</source>
<target state="translated">Impossible d'implémenter l'interface '{0}', car elle peut être identique à l'interface '{1}' dont l'interface '{2}' implémentée hérite pour certains arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalsCantBeStructGenericParams">
<source>Generic parameters used as optional parameter types must be class constrained.</source>
<target state="translated">Les paramètres génériques utilisés en tant que types de paramètre optionnels doivent être contraints par classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNullableMethod">
<source>Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.</source>
<target state="translated">Les méthodes de 'System.Nullable(Of T)' ne peuvent pas être utilisées en tant qu'opérandes de l'opérateur 'AddressOf'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorNullable1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'L'opérande 'Is' de type '{0}' ne peut être comparé qu'à 'Nothing', car '{0}' est un type Nullable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorNullable1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'L'opérande 'IsNot' de type '{0}' ne peut être comparé qu'à 'Nothing', car '{0}' est un type Nullable.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingTypeOutsideClass1">
<source>'{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.</source>
<target state="translated">'{0}' ne peut pas être déclaré 'Shadows' en dehors d'une classe, d'une structure ou d'une interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertySetParamCollisionWithValue">
<source>Property parameters cannot have the name 'Value'.</source>
<target state="translated">Les paramètres de propriété ne peuvent pas porter le nom 'Value'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SxSIndirectRefHigherThanDirectRef3">
<source>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}.</source>
<target state="translated">Le projet contient actuellement des références à plusieurs versions de '{0}', une référence directe à la version {2} et une référence indirecte à la version {1}. Modifiez la référence directe pour utiliser la version {1} (ou supérieure) de {0}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReferenceStrong">
<source>Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.</source>
<target state="translated">Plusieurs assemblys ayant une identité équivalente ont été importés : '{0}' et '{1}'. Supprimez une des références en double.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReference2">
<source>Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.</source>
<target state="translated">Le projet a déjà une référence à l'assembly '{0}'. Une seconde référence à '{1}' ne peut pas être ajoutée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCallOrIndex">
<source>Illegal call expression or index expression.</source>
<target state="translated">Expression d'appel ou expression d'index non conforme.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictDefaultPropertyAttribute">
<source>Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.</source>
<target state="translated">Conflit entre la propriété par défaut et le 'DefaultMemberAttribute' défini pour '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeUuid2">
<source>'{0}' cannot be applied because the format of the GUID '{1}' is not correct.</source>
<target state="translated">'Impossible d'appliquer '{0}', car le format du GUID '{1}' n'est pas correct.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassAndReservedAttribute1">
<source>'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.</source>
<target state="translated">'Impossible d'appliquer à la fois 'Microsoft.VisualBasic.ComClassAttribute' et '{0}' à la même classe.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass2">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.</source>
<target state="translated">'Impossible d'appliquer 'Microsoft.VisualBasic.ComClassAttribute' à '{0}', car son conteneur '{1}' n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispIdZero1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.</source>
<target state="translated">'System.Runtime.InteropServices.DispIdAttribute' ne peut pas être appliqué à '{0}', car 'Microsoft.VisualBasic.ComClassAttribute' réserve zéro pour la propriété par défaut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispId1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.</source>
<target state="translated">'System.Runtime.InteropServices.DispIdAttribute' ne peut pas être appliqué à '{0}', car 'Microsoft.VisualBasic.ComClassAttribute' réserve des valeurs inférieures à zéro.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassDuplicateGuids1">
<source>'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.</source>
<target state="translated">'Les paramètres 'InterfaceId' et 'EventsId' pour 'Microsoft.VisualBasic.ComClassAttribute' pour '{0}' ne peuvent pas avoir la même valeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassCantBeAbstract0">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' ne peut pas être appliqué à une classe qui est déclarée 'MustInherit'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass1">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' ne peut pas être appliqué à '{0}', car il n'est pas déclaré 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnknownOperator">
<source>Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">La déclaration d'opérateur doit être l'une des suivantes : +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateConversionCategoryUsed">
<source>'Widening' and 'Narrowing' cannot be combined.</source>
<target state="translated">'Widening' et 'Narrowing' ne peuvent pas être combinés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorNotOverloadable">
<source>Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">L'opérateur n'est pas surchargeable. La déclaration d'opérateur doit être l'une des suivantes : +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHandles">
<source>'Handles' is not valid on operator declarations.</source>
<target state="translated">'Handles' n'est pas valide pour les déclarations d'opérateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplements">
<source>'Implements' is not valid on operator declarations.</source>
<target state="translated">'Implements' n'est pas valide pour les déclarations d'opérateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorExpected">
<source>'End Operator' expected.</source>
<target state="translated">'End Operator' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorNotAtLineStart">
<source>'End Operator' must be the first statement on a line.</source>
<target state="translated">'End Operator' doit être la première instruction sur une ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndOperator">
<source>'End Operator' must be preceded by a matching 'Operator'.</source>
<target state="translated">'End Operator' doit être précédé d'un 'Operator' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitOperatorNotValid">
<source>'Exit Operator' is not valid. Use 'Return' to exit an operator.</source>
<target state="translated">'Exit Operator' n'est pas valide. Utilisez 'Return' pour quitter un opérateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayIllegal1">
<source>'{0}' parameters cannot be declared 'ParamArray'.</source>
<target state="translated">'Les paramètres '{0}' ne peuvent pas être déclarés 'ParamArray'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalIllegal1">
<source>'{0}' parameters cannot be declared 'Optional'.</source>
<target state="translated">'Les paramètres '{0}' ne peuvent pas être déclarés 'Optional'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBePublic">
<source>Operators must be declared 'Public'.</source>
<target state="translated">Les opérateurs doivent être déclarés 'Public'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBeShared">
<source>Operators must be declared 'Shared'.</source>
<target state="translated">Les opérateurs doivent être déclarés 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOperatorFlags1">
<source>Operators cannot be declared '{0}'.</source>
<target state="translated">Les opérateurs ne peuvent pas être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneParameterRequired1">
<source>Operator '{0}' must have one parameter.</source>
<target state="translated">L'opérateur '{0}' doit avoir un paramètre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TwoParametersRequired1">
<source>Operator '{0}' must have two parameters.</source>
<target state="translated">L'opérateur '{0}' doit avoir deux paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneOrTwoParametersRequired1">
<source>Operator '{0}' must have either one or two parameters.</source>
<target state="translated">L'opérateur '{0}' doit avoir un ou deux paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvMustBeWideningOrNarrowing">
<source>Conversion operators must be declared either 'Widening' or 'Narrowing'.</source>
<target state="translated">Les opérateurs de conversion doivent être déclarés 'Widening' ou 'Narrowing'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorDeclaredInModule">
<source>Operators cannot be declared in modules.</source>
<target state="translated">Les opérateurs ne peuvent pas être déclarés dans des modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSpecifierOnNonConversion1">
<source>Only conversion operators can be declared '{0}'.</source>
<target state="translated">Seuls les opérateurs de conversion peuvent être déclarés '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryParamMustBeContainingType1">
<source>Parameter of this unary operator must be of the containing type '{0}'.</source>
<target state="translated">Le paramètre de cet opérateur unaire doit être du type conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryParamMustBeContainingType1">
<source>At least one parameter of this binary operator must be of the containing type '{0}'.</source>
<target state="translated">Au moins un paramètre de cet opérateur binaire doit être du type conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvParamMustBeContainingType1">
<source>Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.</source>
<target state="translated">Le type de paramètre ou le type de retour de cet opérateur de conversion doit être du type conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresBoolReturnType1">
<source>Operator '{0}' must have a return type of Boolean.</source>
<target state="translated">L'opérateur '{0}' doit avoir un type de retour Boolean.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToSameType">
<source>Conversion operators cannot convert from a type to the same type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir d'un type en un type identique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToInterfaceType">
<source>Conversion operators cannot convert to an interface type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir en un type interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToBaseType">
<source>Conversion operators cannot convert from a type to its base type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir d'un type en son type de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToDerivedType">
<source>Conversion operators cannot convert from a type to its derived type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type en son type dérivé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToObject">
<source>Conversion operators cannot convert to Object.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir en Object.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromInterfaceType">
<source>Conversion operators cannot convert from an interface type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type interface.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromBaseType">
<source>Conversion operators cannot convert from a base type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type de base.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromDerivedType">
<source>Conversion operators cannot convert from a derived type.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'un type dérivé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromObject">
<source>Conversion operators cannot convert from Object.</source>
<target state="translated">Les opérateurs de conversion ne peuvent pas convertir à partir d'Object.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MatchingOperatorExpected2">
<source>Matching '{0}' operator is required for '{1}'.</source>
<target state="translated">Un opérateur '{0}' correspondant est requis pour '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableLogicalOperator3">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.</source>
<target state="translated">Les types de retour et de paramètres de '{0}' doivent être '{1}' pour être utilisés dans une expression '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionOperatorRequired3">
<source>Type '{0}' must define operator '{1}' to be used in a '{2}' expression.</source>
<target state="translated">Le type '{0}' doit définir l'opérateur '{1}' à utiliser dans une expression '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CopyBackTypeMismatch3">
<source>Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.</source>
<target state="translated">Impossible de recopier la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant, car le type '{1}' ne peut pas être converti en type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopOperatorRequired2">
<source>Type '{0}' must define operator '{1}' to be used in a 'For' statement.</source>
<target state="translated">Le type '{0}' doit définir l'opérateur '{1}' à utiliser dans une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopOperator2">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">Les types de retour et de paramètres de '{0}' doivent être '{1}' pour être utilisés dans une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopRelOperator2">
<source>Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">Les types de paramètres de '{0}' doivent être '{1}' pour être utilisés dans une instruction 'For'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresIntegerParameter1">
<source>Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.</source>
<target state="translated">L'opérateur '{0}' doit avoir un second paramètre de type 'Integer' ou 'Integer?'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyNullableOnBoth">
<source>Nullable modifier cannot be specified on both a variable and its type.</source>
<target state="translated">Impossible de spécifier un modificateur autorisant les valeurs Null pour la variable et son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraintNull">
<source>Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.</source>
<target state="translated">Le type '{0}' doit être un type valeur ou un argument de type limité à 'Structure' pour pouvoir être utilisé avec 'Nullable' ou le modificateur autorisant les valeurs Null '?'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArrayAndNullableOnBoth">
<source>Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.</source>
<target state="translated">Impossible de spécifier le modificateur autorisant les valeurs Null '?' ainsi que les modificateurs de tableau '(' et ')' pour la variable et son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyTypeCharacterOnIIF">
<source>Expressions used with an 'If' expression cannot contain type characters.</source>
<target state="translated">Les expressions utilisées avec une expression 'If' ne peuvent pas contenir de caractères de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFName">
<source>'If' operands cannot be named arguments.</source>
<target state="translated">'Les opérandes 'If' ne peuvent pas être des arguments nommés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion">
<source>Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.</source>
<target state="translated">Impossible de déduire un type commun pour le second et le troisième opérandes de l'opérateur 'If'. L'un doit avoir une conversion étendue vers l'autre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCondTypeInIIF">
<source>First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.</source>
<target state="translated">Le premier opérande d'une expression 'If' binaire doit être un type valeur Nullable, un type référence ou un type générique sans contrainte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCallIIF">
<source>'If' operator cannot be used in a 'Call' statement.</source>
<target state="translated">'L'opérateur 'If' ne peut pas être utilisé dans une instruction 'Call'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyAsNewAndNullable">
<source>Nullable modifier cannot be specified in variable declarations with 'As New'.</source>
<target state="translated">Impossible de spécifier un modificateur autorisant les valeurs Null dans les déclarations de variable avec 'As New'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion2">
<source>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.</source>
<target state="translated">Impossible de déduire un type commun pour le premier et le second opérandes de l'opérateur 'If' binaire. L'un doit avoir une conversion étendue vers l'autre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNullTypeInCCExpression">
<source>Nullable types are not allowed in conditional compilation expressions.</source>
<target state="translated">Les types Nullable ne sont pas autorisés dans les expressions de compilation conditionnelles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableImplicit">
<source>Nullable modifier cannot be used with a variable whose implicit type is 'Object'.</source>
<target state="translated">Impossible d'utiliser un modificateur autorisant les valeurs Null avec une variable dont le type implicite est 'Object'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRuntimeHelper">
<source>Requested operation is not available because the runtime library function '{0}' is not defined.</source>
<target state="translated">L'opération demandée n'est pas disponible, car la fonction de la bibliothèque runtime '{0}' n'est pas définie.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterGlobalNameSpace">
<source>'Global' must be followed by '.' and an identifier.</source>
<target state="translated">'Global' doit être suivi par '.' et un identificateur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalExpectedIdentifier">
<source>'Global' not allowed in this context; identifier expected.</source>
<target state="translated">'Global' n'est pas autorisé dans ce contexte ; identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalInHandles">
<source>'Global' not allowed in handles; local name expected.</source>
<target state="translated">'Global' interdit dans les handles ; nom local attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseIfNoMatchingIf">
<source>'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'ElseIf' doit être précédé d'un 'If' ou 'ElseIf' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor2">
<source>Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.</source>
<target state="translated">Le constructeur d'attribut a un paramètre 'ByRef' de type '{0}' ; impossible d'utiliser les constructeurs avec des paramètres byref pour appliquer l'attribut.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndUsingWithoutUsing">
<source>'End Using' must be preceded by a matching 'Using'.</source>
<target state="translated">'End Using' doit être précédé d'un 'Using' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndUsing">
<source>'Using' must end with a matching 'End Using'.</source>
<target state="translated">'Using' doit se terminer par un 'End Using' correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoUsing">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.</source>
<target state="translated">'GoTo {0}' n'est pas valide, car '{0}' se trouve dans une instruction 'Using' qui ne contient pas cette instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingRequiresDisposePattern">
<source>'Using' operand of type '{0}' must implement 'System.IDisposable'.</source>
<target state="translated">'L'opérande 'Using' de type '{0}' doit implémenter 'System.IDisposable'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarNeedsInitializer">
<source>'Using' resource variable must have an explicit initialization.</source>
<target state="translated">'La variable de ressource 'Using' doit avoir une initialisation explicite.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarCantBeArray">
<source>'Using' resource variable type can not be array type.</source>
<target state="translated">'Le type de variable de ressource 'Using' ne peut pas être de type tableau.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInUsing">
<source>'On Error' statements are not valid within 'Using' statements.</source>
<target state="translated">'Les instructions 'On Error' ne sont pas valides dans les instructions 'Using'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyNameConflictInMyCollection">
<source>'{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.</source>
<target state="translated">'{0}' porte le même nom qu'un autre membre utilisé pour le type '{1}' exposé dans un groupe 'My'. Renommez le type ou son espace de noms englobant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitVar">
<source>Implicit variable '{0}' is invalid because of '{1}'.</source>
<target state="translated">La variable Implicite '{0}' n'est pas valide en raison de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectInitializerRequiresFieldName">
<source>Object initializers require a field name to initialize.</source>
<target state="translated">Les initialiseurs d'objet requièrent un nom de fichier à initialiser.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedFrom">
<source>'From' expected.</source>
<target state="translated">'From' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch1">
<source>Nested function does not have the same signature as delegate '{0}'.</source>
<target state="translated">La fonction imbriquée n'a pas la même signature que le délégué '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch2">
<source>Nested sub does not have a signature that is compatible with delegate '{0}'.</source>
<target state="translated">Un Sub imbriqué n'a pas une signature compatible avec le délégué '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamQuery1">
<source>'ByRef' parameter '{0}' cannot be used in a query expression.</source>
<target state="translated">'Le paramètre 'ByRef' '{0}' ne peut pas être utilisé dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionTreeNotSupported">
<source>Expression cannot be converted into an expression tree.</source>
<target state="translated">Impossible de convertir l'expression en une arborescence d'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeQuery">
<source>Instance members and 'Me' cannot be used within query expressions in structures.</source>
<target state="translated">Les membres d'instance et 'Me' ne peuvent pas être utilisés au sein d'expressions de requêtes dans des structures.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InferringNonArrayType1">
<source>Variable cannot be initialized with non-array type '{0}'.</source>
<target state="translated">La variable ne peut pas être initialisée avec un type autre qu'un type tableau '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefParamInExpressionTree">
<source>References to 'ByRef' parameters cannot be converted to an expression tree.</source>
<target state="translated">Impossible de convertir les références aux paramètres 'ByRef' en une arborescence de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAnonTypeMemberName1">
<source>Anonymous type member or property '{0}' is already declared.</source>
<target state="translated">Le membre de type anonyme ou la propriété '{0}' est déjà déclaré.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAnonymousTypeForExprTree">
<source>Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.</source>
<target state="translated">Impossible de convertir le type anonyme en arborescence de l'expression, car une propriété de ce type sert à initialiser une autre propriété.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftAnonymousType1">
<source>Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.</source>
<target state="translated">La propriété de type anonyme '{0}' ne peut pas être utilisée dans la définition d'une expression lambda au sein de la même liste d'initialisation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionOnlyAllowedOnModuleSubOrFunction">
<source>'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.</source>
<target state="translated">'L'attribut 'Extension' ne peut être appliqué qu'aux déclarations 'Module', 'Sub' ou 'Function'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNotInModule">
<source>Extension methods can be defined only in modules.</source>
<target state="translated">Les méthodes d'extension ne peuvent être définies que dans des modules.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNoParams">
<source>Extension methods must declare at least one parameter. The first parameter specifies which type to extend.</source>
<target state="translated">Les méthodes d'extension doivent déclarer au moins un paramètre. Le premier paramètre spécifie le type à étendre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOptionalFirstArg">
<source>'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'Optional' ne peut pas être appliqué au premier paramètre d'une méthode d'extension. Le premier paramètre spécifie le type à étendre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodParamArrayFirstArg">
<source>'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'ParamArray' ne peut pas être appliqué au premier paramètre d'une méthode d'extension. Le premier paramètre spécifie le type à étendre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeFieldNameInference">
<source>Anonymous type member name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">Le nom du membre de type anonyme ne peut être déduit qu'à partir d'un nom simple ou qualifié sans argument.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMemberOfAnonymousType2">
<source>'{0}' is not a member of '{1}'; it does not exist in the current context.</source>
<target state="translated">'{0}' n'est pas membre de '{1}' ; il n'existe pas dans le contexte actuel.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionAttributeInvalid">
<source>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.</source>
<target state="translated">La version personnalisée de 'System.Runtime.CompilerServices.ExtensionAttribute' trouvée par le compilateur n'est pas valide. Ses indicateurs d'utilisation d'attribut doivent être définis pour autoriser les assemblys, les classes et les méthodes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypePropertyOutOfOrder1">
<source>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.</source>
<target state="translated">La propriété du membre de type anonyme '{0}' ne peut pas être utilisée pour déduire le type d'une autre propriété de membre, car le type de '{0}' n'est pas encore établi.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in anonymous type declarations.</source>
<target state="translated">Les caractères de type ne peuvent pas être utilisés dans des déclarations de type anonymes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleLiteralDisallowsTypeChar">
<source>Type characters cannot be used in tuple literals.</source>
<target state="translated">Impossible d'utiliser des caractères de type dans des littéraux de tuple.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewWithTupleTypeSyntax">
<source>'New' cannot be used with tuple type. Use a tuple literal expression instead.</source>
<target state="translated">'Impossible d'utiliser 'new' avec le type tuple. Utilisez une expression littérale de tuple à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PredefinedValueTupleTypeMustBeStruct">
<source>Predefined type '{0}' must be a structure.</source>
<target state="translated">Le type prédéfini '{0}' doit être une structure.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodUncallable1">
<source>Extension method '{0}' has type constraints that can never be satisfied.</source>
<target state="translated">La méthode d'extension '{0}' a des contraintes de type qui ne peuvent pas être satisfaites.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate3">
<source>
Extension method '{0}' defined in '{1}': {2}</source>
<target state="translated">
Méthode d'extension '{0}' définie dans '{1}': {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatch">
<source>Method does not have a signature compatible with the delegate.</source>
<target state="translated">La méthode n'a pas de signature compatible avec le délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingTypeInferenceFails">
<source>Type arguments could not be inferred from the delegate.</source>
<target state="translated">Impossible de déduire les arguments de type à partir du délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs">
<source>Too many arguments.</source>
<target state="translated">Arguments trop nombreux.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted1">
<source>Parameter '{0}' already has a matching omitted argument.</source>
<target state="translated">Le paramètre '{0}' a déjà un argument omis correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice1">
<source>Parameter '{0}' already has a matching argument.</source>
<target state="translated">Le paramètre '{0}' a déjà un argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound1">
<source>'{0}' is not a method parameter.</source>
<target state="translated">'{0}' n'est pas un paramètre de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument1">
<source>Argument not specified for parameter '{0}'.</source>
<target state="translated">Argument non spécifié pour le paramètre '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam1">
<source>Type parameter '{0}' cannot be inferred.</source>
<target state="translated">Le paramètre de type '{0}' ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate2">
<source>
Extension method '{0}' defined in '{1}'.</source>
<target state="translated">
Méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNeedField">
<source>Anonymous type must contain at least one member.</source>
<target state="translated">Le type anonyme doit contenir au moins un membre.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNameWithoutPeriod">
<source>Anonymous type member name must be preceded by a period.</source>
<target state="translated">Le nom du membre de type anonyme doit être précédé d'un point.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeExpectedIdentifier">
<source>Identifier expected, preceded with a period.</source>
<target state="translated">Identificateur attendu, précédé d'un point.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs2">
<source>Too many arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">Arguments trop nombreux dans la méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted3">
<source>Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.</source>
<target state="translated">Le paramètre '{0}' de la méthode d'extension '{1}' définie dans '{2}' a déjà un argument omis correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice3">
<source>Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.</source>
<target state="translated">Le paramètre '{0}' de la méthode d'extension '{1}' définie dans '{2}' a déjà un argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound3">
<source>'{0}' is not a parameter of extension method '{1}' defined in '{2}'.</source>
<target state="translated">'{0}' n'est pas un paramètre de la méthode d'extension '{1}' définie dans '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument3">
<source>Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.</source>
<target state="translated">Argument non spécifié pour le paramètre '{0}' de la méthode d'extension '{1}' définie dans '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam3">
<source>Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.</source>
<target state="translated">Le paramètre de type '{0}' pour la méthode d'extension '{1}' définie dans '{2}' ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments2">
<source>Too few type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">Arguments de type insuffisants dans la méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments2">
<source>Too many type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">Arguments de type trop nombreux dans la méthode d'extension '{0}' définie dans '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInOrEq">
<source>'In' or '=' expected.</source>
<target state="translated">'In' ou '=' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQueryableSource">
<source>Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.</source>
<target state="translated">L'expression de type '{0}' ne peut pas être interrogée. Vérifiez qu'une référence d'assembly et/ou une importation d'espace de noms existent pour le fournisseur LINQ.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryOperatorNotFound">
<source>Definition of method '{0}' is not accessible in this context.</source>
<target state="translated">La définition de la méthode '{0}' n'est pas accessible dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseOnErrorGotoWithClosure">
<source>Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.</source>
<target state="translated">La méthode ne peut pas contenir une instruction '{0}' et une définition d'une variable qui est utilisée dans une expression lambda ou de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotGotoNonScopeBlocksWithClosure">
<source>'{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.</source>
<target state="translated">'{0}{1}' n'est pas valide, car '{2}' se trouve dans une portée qui définit une variable utilisée dans une expression lambda ou une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeQuery">
<source>Instance of restricted type '{0}' cannot be used in a query expression.</source>
<target state="translated">Impossible d'utiliser l'instance du type restreint '{0}' dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeFieldNameInference">
<source>Range variable name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">Le nom de la variable de portée peut être déduit uniquement à partir d'un nom qualifié ou d'un nom simple sans arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryDuplicateAnonTypeMemberName1">
<source>Range variable '{0}' is already declared.</source>
<target state="translated">La variable de portée '{0}' est déjà déclarée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in range variable declarations.</source>
<target state="translated">Les caractères de type ne peuvent pas être utilisés dans des déclarations de variable de portée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyInClosure">
<source>'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.</source>
<target state="translated">'Une variable 'ReadOnly' ne peut pas être la cible d'une assignation dans une expression lambda au sein d'un constructeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoMultiDimArrayCreation">
<source>Multi-dimensional array cannot be converted to an expression tree.</source>
<target state="translated">Impossible de convertir un tableau multidimensionnel en une arborescence de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoLateBind">
<source>Late binding operations cannot be converted to an expression tree.</source>
<target state="translated">Impossible de convertir les opérations à liaison tardive en une arborescence de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedBy">
<source>'By' expected.</source>
<target state="translated">'By' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryInvalidControlVariableName1">
<source>Range variable name cannot match the name of a member of the 'Object' class.</source>
<target state="translated">Le nom de la variable de portée ne peut pas correspondre au nom d'un membre de la classe 'Object'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIn">
<source>'In' expected.</source>
<target state="translated">'In' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryNameNotDeclared">
<source>Name '{0}' is either not declared or not in the current scope.</source>
<target state="translated">Le nom '{0}' n'est pas déclaré ou ne se trouve pas dans la portée actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedFunctionArgumentNarrowing3">
<source>Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">Le type de retour de la fonction imbriquée qui correspond au paramètre '{0}' passe de '{1}' à '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonTypeFieldXMLNameInference">
<source>Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">Le nom du membre de type anonyme ne peut pas être déduit à partir d'un identificateur XML qui n'est pas un identificateur Visual Basic valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonTypeFieldXMLNameInference">
<source>Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">Le nom de la variable de portée ne peut pas être déduit à partir d'un identificateur XML qui n'est pas un identificateur Visual Basic valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInto">
<source>'Into' expected.</source>
<target state="translated">'Into' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnAggregation">
<source>Aggregate function name cannot be used with a type character.</source>
<target state="translated">Le nom d'une fonction d'agrégation ne peut pas être utilisé avec un caractère de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOn">
<source>'On' expected.</source>
<target state="translated">'On' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEquals">
<source>'Equals' expected.</source>
<target state="translated">'Equals' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAnd">
<source>'And' expected.</source>
<target state="translated">'And' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsTypeMismatch">
<source>'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.</source>
<target state="translated">'Equals' ne peut pas comparer une valeur de type '{0}' à une valeur de type '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsOperandIsBad">
<source>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.</source>
<target state="translated">Vous devez référencer au moins une variable de portée des deux côtés de l'opérateur 'Equals'. La ou les variables de portée {0} doivent apparaître d'un côté de l'opérateur 'Equals' alors que la ou les variables de portée {1} doivent apparaître de l'autre côté.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotDelegate1">
<source>Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">Impossible de convertir l'expression lambda en '{0}', car '{0}' n'est pas un type délégué.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotCreatableDelegate1">
<source>Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">Impossible de convertir l'expression lambda en '{0}', car le type '{0}' est déclaré 'MustInherit' et ne peut pas être créé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotInferNullableForVariable1">
<source>A nullable type cannot be inferred for variable '{0}'.</source>
<target state="translated">Impossible de déduire un type Nullable pour la variable '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableTypeInferenceNotSupported">
<source>Nullable type inference is not supported in this context.</source>
<target state="translated">L'inférence de type Nullable n'est pas prise en charge dans ce contexte.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedJoin">
<source>'Join' expected.</source>
<target state="translated">'Join' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableParameterMustSpecifyType">
<source>Nullable parameters must specify a type.</source>
<target state="translated">Les paramètres Nullable doivent spécifier un type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal2">
<source>Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">La variable de portée '{0}' masque une variable dans un bloc englobant, une variable de portée précédemment définie ou une variable déclarée implicitement dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdasCannotHaveAttributes">
<source>Attributes cannot be applied to parameters of lambda expressions.</source>
<target state="translated">Des attributs ne peuvent pas être appliqués aux paramètres d'expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaInSelectCaseExpr">
<source>Lambda expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">Les expressions lambda ne sont pas valides dans la première expression d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfInSelectCaseExpr">
<source>'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">'Les expressions 'AddressOf' ne sont pas valides dans la première expression d'une instruction 'Select Case'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableCharNotSupported">
<source>The '?' character cannot be used here.</source>
<target state="translated">Impossible d'utiliser le caractère '?' ici.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeLambda">
<source>Instance members and 'Me' cannot be used within a lambda expression in structures.</source>
<target state="translated">Les membres d'instance et 'Me' ne peuvent pas être utilisés au sein d'une expression lambda dans des structures.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamLambda1">
<source>'ByRef' parameter '{0}' cannot be used in a lambda expression.</source>
<target state="translated">'Le paramètre 'ByRef' '{0}' ne peut pas être utilisé dans une expression lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeLambda">
<source>Instance of restricted type '{0}' cannot be used in a lambda expression.</source>
<target state="translated">Impossible d'utiliser l'instance du type restreint '{0}' dans une expression lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaParamShadowLocal1">
<source>Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">Le paramètre lambda '{0}' masque une variable dans un bloc englobant, une variable de portée précédemment définie ou une variable déclarée implicitement dans une expression de requête.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObjectLambda">
<source>Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.</source>
<target state="translated">Chaque paramètre d'expression lambda de Option Strict On doit être déclaré avec une clause 'As' si son type ne peut pas être déduit.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyParamsOnLambdaParamNoType">
<source>Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.</source>
<target state="translated">Impossible de spécifier des modificateurs de tableau pour le nom de paramètre d'une expression lambda. Ils doivent être spécifiés dans son type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit3">
<source>Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous1">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car plusieurs types sont possibles. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car plusieurs types sont possibles. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car plusieurs types sont possibles. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest1">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car ils ne sont pas convertis vers le même type. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car ils ne sont pas convertis vers le même type. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car ils ne sont pas convertis vers le même type. La spécification explicite du ou des types de données peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type à partir de ces arguments, car ils ne sont pas convertis vers le même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest2">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode '{0}' à partir de ces arguments, car ils ne sont pas convertis vers le même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest3">
<source>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.</source>
<target state="translated">Impossible de déduire le ou les types de données du ou des paramètres de type dans la méthode d'extension '{0}' définie dans '{1}' à partir de ces arguments, car ils ne sont pas convertis vers le même type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff2">
<source>Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.</source>
<target state="translated">Option Strict On n'autorise pas les conversions restrictives lors des conversions de types implicites entre la méthode '{0}' et le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleReturnTypeOfMember2">
<source>'{0}' is not accessible in this context because the return type is not accessible.</source>
<target state="translated">'{0}' n'est pas accessible dans ce contexte, car le type de retour n'est pas accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifierOrGroup">
<source>'Group' or an identifier expected.</source>
<target state="translated">'Group' ou identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedGroup">
<source>'Group' not allowed in this context; identifier expected.</source>
<target state="translated">'Group' n'est pas autorisé dans ce contexte ; identificateur attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff3">
<source>Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.</source>
<target state="translated">Option Strict On n'autorise pas les conversions restrictives lors des conversions de types implicites entre la méthode d'extension '{0}' définie dans '{2}' et le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible3">
<source>Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">La méthode d'extension '{0}' définie dans '{2}' n'a pas une signature compatible avec le délégué '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing2">
<source>Argument matching parameter '{0}' narrows to '{1}'.</source>
<target state="translated">Le paramètre de correspondance d'arguments '{0}' passe à '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate1">
<source>
{0}</source>
<target state="translated">
{0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyInitializedInStructure">
<source>Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.</source>
<target state="translated">Les propriétés implémentées automatiquement contenues dans les structures ne peuvent pas avoir d'initialiseurs sauf si elles sont marquées comme 'Shared'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsElements">
<source>XML elements cannot be selected from type '{0}'.</source>
<target state="translated">Les éléments XML ne peuvent pas être sélectionnés à partir du type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsAttributes">
<source>XML attributes cannot be selected from type '{0}'.</source>
<target state="translated">Les attributs XML ne peuvent pas être sélectionnés à partir du type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsDescendants">
<source>XML descendant elements cannot be selected from type '{0}'.</source>
<target state="translated">Les éléments descendants XML ne peuvent pas être sélectionnés à partir du type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric2">
<source>Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.</source>
<target state="translated">La méthode d'extension '{0}' définie dans '{1}' n'est pas générique (ou n'a pas de paramètre de type libre) et ne peut pas avoir d'arguments de type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodCannotBeLateBound">
<source>Late-bound extension methods are not supported.</source>
<target state="translated">Les méthodes d'extension à liaison tardive ne sont pas prises en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceArrayRankMismatch1">
<source>Cannot infer a data type for '{0}' because the array dimensions do not match.</source>
<target state="translated">Impossible de déduire un type de données pour '{0}', car les dimensions du tableau ne correspondent pas.</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryStrictDisallowImplicitObject">
<source>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.</source>
<target state="translated">Le type de la variable de portée ne peut pas être déduit, et la liaison tardive n'est pas autorisée avec Option Strict on. Utilisez une clause 'As' pour indiquer le type.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedInterfaceWithGeneric">
<source>Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.</source>
<target state="translated">Le type '{0}' ne peut pas être incorporé, car il a un argument générique. Désactivez l'incorporation des types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseGenericTypeAcrossAssemblyBoundaries">
<source>Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.</source>
<target state="translated">Le type '{0}' ne peut pas être utilisé au-delà des limites de l'assembly, car il a un argument de type générique qui est un type interop incorporé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' est obsolète : '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2_Title">
<source>Type or member is obsolete</source>
<target state="translated">Le type ou le membre est obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4">
<source>{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'.</source>
<target state="translated">{0} '{1}' cache un membre surchargeable dans le {2} '{3}' de base. Si vous voulez surcharger la méthode de base, cette méthode doit être déclarée 'Overloads'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4_Title">
<source>Member shadows an overloadable member declared in the base type</source>
<target state="translated">Le membre masque un membre surchargeable déclaré dans le type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5">
<source>{0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' est en conflit avec {2} '{1}' dans le {3} '{4}' de base et doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5_Title">
<source>Member conflicts with member in the base type and should be declared 'Shadows'</source>
<target state="translated">Le membre est en conflit avec le membre du type de base et devrait être déclaré comme 'Shadows'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2">
<source>{0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.</source>
<target state="translated">{0} '{1}' cache une méthode surchargeable dans le {2} '{3}' de base. Pour substituer la méthode de base, cette méthode doit être déclarée 'Overrides'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2_Title">
<source>Member shadows an overridable method in the base type</source>
<target state="translated">Le membre masque une méthode substituable dans le type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4">
<source>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'.</source>
<target state="translated">La propriété par défaut '{0}' est en conflit avec la propriété par défaut '{1}' dans le {2} '{3}' de base. '{0}' sera la propriété par défaut. '{0}' doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4_Title">
<source>Default property conflicts with the default property in the base type</source>
<target state="translated">La propriété par défaut est en conflit avec la propriété par défaut du type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1_Title">
<source>Type or member is obsolete</source>
<target state="translated">Le type ou le membre est obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0">
<source>Possible problem detected while building assembly: {0}</source>
<target state="translated">Problème possible détecté pendant la génération de l'assembly : {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">Problème potentiel détecté lors de la génération de l’assembly</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1">
<source>Possible problem detected while building assembly '{0}': {1}</source>
<target state="translated">Problème possible détecté pendant la génération de l'assembly : '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">Problème potentiel détecté lors de la génération de l’assembly</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1">
<source>'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.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' est spécifié pour la classe '{0}', mais '{0}' n'a pas de membres publics pouvant être exposés à COM ; par conséquent, aucune interface COM n'est générée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' est spécifié pour la classe, mais celle-ci n’a pas de membres publics pouvant être exposés à COM</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5">
<source>{0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' déclare implicitement '{2}', qui est en conflit avec un membre dans le {3} '{4}' de base, {0} doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5_Title">
<source>Property or event implicitly declares type or member that conflicts with a member in the base type</source>
<target state="translated">La propriété ou l’événement déclare implicitement un type ou un membre qui est en conflit avec un membre du type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' est en conflit avec un membre implicitement déclaré pour {2} '{3}' dans le {4} '{5}' de base et doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6_Title">
<source>Member conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">Le membre est en conflit avec un membre déclaré implicitement pour la propriété ou l’événement dans le type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7">
<source>{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'.</source>
<target state="translated">{0} '{1}' déclare implicitement '{2}', qui est en conflit avec un membre implicitement déclaré pour {3} '{4}' dans le {5} '{6}' de base. {0} doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7_Title">
<source>Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">La propriété ou l’événement déclare implicitement un membre, qui est en conflit avec un membre déclaré implicitement pour la propriété ou l’événement du type de base</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète : '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3_Title">
<source>Property accessor is obsolete</source>
<target state="translated">Accesseur de propriété obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'L'accesseur '{0}' de '{1}' est obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2_Title">
<source>Property accessor is obsolete</source>
<target state="translated">Accesseur de propriété obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1">
<source>Type of member '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de membre '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1_Title">
<source>Type of member is not CLS-compliant</source>
<target state="translated">Le type du membre n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.</source>
<target state="translated">'{0}' n'est pas conforme CLS, car il dérive de '{1}', qui n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because it derives from base type that is not CLS-compliant</source>
<target state="translated">Le type n’est pas conforme CLS, car il est dérivé d’un type de base qui n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1">
<source>Return type of function '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de retour de la fonction '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1_Title">
<source>Return type of function is not CLS-compliant</source>
<target state="translated">Le type de retour de la fonction n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1">
<source>Type of parameter '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de paramètre '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1_Title">
<source>Type of parameter is not CLS-compliant</source>
<target state="translated">Le type de paramètre n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.</source>
<target state="translated">'{0}' n'est pas conforme CLS, car l'interface '{1}' dont il hérite n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because the interface it inherits from is not CLS-compliant</source>
<target state="translated">Le type n’est pas conforme CLS, car l’interface dont il hérite n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3">
<source>{0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.</source>
<target state="translated">{0} '{1}' ne peut pas être marqué comme conforme CLS, car son type conteneur '{2}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3_Title">
<source>Member cannot be marked CLS-compliant because its containing type is not CLS-compliant</source>
<target state="translated">Le membre ne peut pas être signalé comme conforme CLS, car son type contenant n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1">
<source>Name '{0}' is not CLS-compliant.</source>
<target state="translated">Le nom '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1_Title">
<source>Name is not CLS-compliant</source>
<target state="translated">Le nom n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1">
<source>Underlying type '{0}' of Enum is not CLS-compliant.</source>
<target state="translated">Le type sous-jacent '{0}' d'Enum n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1_Title">
<source>Underlying type of Enum is not CLS-compliant</source>
<target state="translated">Le type sous-jacent du type Enum n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1">
<source>Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.</source>
<target state="translated">Le '{0}' non conforme CLS n'est pas autorisé dans une interface conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1_Title">
<source>Non CLS-compliant member is not allowed in a CLS-compliant interface</source>
<target state="translated">Un membre non conforme CLS n’est pas autorisé dans une interface conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.</source>
<target state="translated">Le membre « MustOverride » non conforme CLS n’est pas autorisé dans un type « {0} » conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1_Title">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type</source>
<target state="translated">Un membre 'MustOverride' non conforme CLS n’est pas autorisé dans un type conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2">
<source>'{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.</source>
<target state="translated">'{0}' n'est pas conforme CLS, car il surcharge '{1}' dont il diffère uniquement par un tableau de types de paramètres tableau ou par le rang des types de paramètres tableau.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2_Title">
<source>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</source>
<target state="translated">La méthode n’est pas conforme CLS, car elle surcharge une méthode dont elle diffère uniquement par un tableau de types de paramètres tableau ou par la dimension des types de paramètres tableau</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1">
<source>Root namespace '{0}' is not CLS-compliant.</source>
<target state="translated">L'espace de noms racine '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1_Title">
<source>Root namespace is not CLS-compliant</source>
<target state="translated">L’espace de noms racine n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2">
<source>Name '{0}' in the root namespace '{1}' is not CLS-compliant.</source>
<target state="translated">Le nom '{0}' de l'espace de noms racine '{1}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2_Title">
<source>Part of the root namespace is not CLS-compliant</source>
<target state="translated">Une partie de l’espace de noms racine n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1">
<source>Generic parameter constraint type '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de contrainte de paramètre générique '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1_Title">
<source>Generic parameter constraint type is not CLS-compliant</source>
<target state="translated">Le type de contrainte de paramètre générique n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1">
<source>Type '{0}' is not CLS-compliant.</source>
<target state="translated">Le type '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1_Title">
<source>Type is not CLS-compliant</source>
<target state="translated">Le type n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1">
<source>Type of optional value for optional parameter '{0}' is not CLS-compliant.</source>
<target state="translated">Le type de la valeur facultative pour le paramètre optionnel '{0}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1_Title">
<source>Type of optional value for optional parameter is not CLS-compliant</source>
<target state="translated">Le type de valeur facultative pour le paramètre facultatif n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.</source>
<target state="translated">System.CLSCompliantAttribute ne peut pas être appliqué à la propriété 'Get' ou 'Set'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet_Title">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'</source>
<target state="translated">Impossible d'appliquer System.CLSCompliantAttribute à la propriété 'Get' ou 'Set'</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6">
<source>{0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.</source>
<target state="translated">{0} '{1}' et {2} '{3}' partiel sont en conflit dans {4} '{5}', mais vont être fusionnés, car l'un d'eux est déclaré partiel.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6_Title">
<source>Type and partial type conflict, but are being merged because one of them is declared partial</source>
<target state="translated">Le type et le type partiel sont en conflit, mais ils sont fusionnés, car l’un d’eux est déclaré partiel</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1">
<source>Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.</source>
<target state="translated">Le paramètre de type '{0}' a le même nom qu'un paramètre de type d'un type englobant. Le paramètre de type du type englobant sera shadowed.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1_Title">
<source>Type parameter has the same name as a type parameter of an enclosing type</source>
<target state="translated">Le paramètre de type a le même nom qu’un paramètre de type d’un type englobant</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1">
<source>Could not find standard library '{0}'.</source>
<target state="translated">La bibliothèque standard '{0}' est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1_Title">
<source>Could not find standard library</source>
<target state="translated">Bibliothèque standard introuvable</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2">
<source>Delegate type '{0}' of event '{1}' is not CLS-compliant.</source>
<target state="translated">Le type délégué '{0}' de l'événement '{1}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2_Title">
<source>Delegate type of event is not CLS-compliant</source>
<target state="translated">Le type d’événement délégué n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties">
<source>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.</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute n'affecte pas 'Get' ou 'Set' lorsqu'il est appliqué à la définition Property. Appliquez l'attribut directement aux procédures 'Get' et 'Set' de manière appropriée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties_Title">
<source>System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute n’affecte pas 'Get' ou 'Set' lorsqu’il est appliqué à la définition Property</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange">
<source>Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.</source>
<target state="translated">La plage spécifiée pour l'instruction 'Case' n'est pas valide. Vérifiez que la limite inférieure est inférieure ou égale à la limite supérieure.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange_Title">
<source>Range specified for 'Case' statement is not valid</source>
<target state="translated">La plage spécifiée pour l’instruction 'Case' n’est pas valide</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3">
<source>'{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.</source>
<target state="translated">'La méthode '{0}' pour l'événement '{1}' ne peut pas être marquée comme conforme CLS, car son type conteneur '{2}' n'est pas conforme CLS.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3_Title">
<source>AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant</source>
<target state="translated">Les méthodes AddHandler ou RemoveHandler pour un événement ne peuvent pas être signalées comme conformes CLS, car leur type contenant n’est pas conforme CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2">
<source>'{0}' in designer-generated type '{1}' should call InitializeComponent method.</source>
<target state="translated">'{0}' dans le type généré par le concepteur '{1}' doit appeler la méthode InitializeComponent.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2_Title">
<source>Constructor in designer-generated type should call InitializeComponent method</source>
<target state="translated">Le constructeur du type généré par le concepteur doit appeler la méthode InitializeComponent</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3">
<source>Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.</source>
<target state="translated">La casse du nom de l'espace de noms '{0}' ne correspond pas à la casse du nom de l'espace de noms '{1}' dans '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3_Title">
<source>Casing of namespace name does not match</source>
<target state="translated">La casse du nom de l’espace de noms est incorrecte</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1">
<source>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.</source>
<target state="translated">L'espace de noms ou le type spécifié dans les Imports '{0}' ne contient aucun membre public ou est introuvable. Vérifiez que l'espace de noms ou le type est défini et qu'il contient au moins un membre public. Vérifiez que le nom de l'élément importé n'utilise pas d'autres alias.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1_Title">
<source>Namespace or type specified in Imports statement doesn't contain any public member or cannot be found</source>
<target state="translated">L’espace de noms ou le type spécifié dans l’instruction Imports ne contient pas de membre public ou est introuvable</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1">
<source>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.</source>
<target state="translated">L'espace de noms ou le type spécifié dans les importations '{0}' au niveau du projet ne contient aucun membre public ou est introuvable. Vérifiez que l'espace de noms ou le type est défini, et qu'il contient au moins un membre public. Vérifiez que le nom de l'élément importé n'utilise pas d'alias.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title">
<source>Namespace or type imported at project level doesn't contain any public member or cannot be found</source>
<target state="translated">L'espace de noms ou le type importé au niveau du projet ne contient pas de membre public ou est introuvable</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2">
<source>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.</source>
<target state="translated">Une référence a été créée pour l'assembly d'interopérabilité incorporé '{0}' en raison d'une référence indirecte à cet assembly à partir de l'assembly '{1}'. Modifiez la propriété 'Incorporer les types interop' pour l'un des assemblys.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2_Title">
<source>A reference was created to embedded interop assembly because of an indirect reference to that assembly</source>
<target state="translated">Une référence a été créée pour l’assembly d’interopérabilité incorporé en raison d’une référence indirecte à cet assembly</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">La classe doit déclarer un 'Sub New', car le constructeur dans sa classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">La classe '{0}' doit déclarer un 'Sub New', car le '{1}' dans sa classe de base '{2}' est marqué comme obsolète : '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">La classe doit déclarer un 'Sub New', car le constructeur dans sa classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3_Title">
<source>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</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le constructeur de la classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4">
<source>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}'</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le '{0}' dans la classe de base '{1}' de '{2}' est marquée comme obsolète : '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4_Title">
<source>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</source>
<target state="translated">La première instruction de ce 'Sub New' doit être un appel explicite à 'MyBase.New' ou 'MyClass.New', car le constructeur de la classe de base est marqué comme obsolète</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator">
<source>Operator without an 'As' clause; type of Object assumed.</source>
<target state="translated">Opérateur sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator_Title">
<source>Operator without an 'As' clause</source>
<target state="translated">Opérateur sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2">
<source>Type arguments inferred for method '{0}' result in the following warnings :{1}</source>
<target state="translated">Les arguments de type déduits pour la méthode '{0}' donnent les avertissements suivants : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2_Title">
<source>Type arguments inferred for method result in warnings</source>
<target state="translated">Les arguments de type déduits pour la méthode entraînent des avertissements</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations.</source>
<target state="translated">L'attribut 'Conditional' est valide uniquement dans les déclarations 'Sub'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction_Title">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations</source>
<target state="translated">L'attribut 'Conditional' est valide uniquement dans les déclarations 'Sub'</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute">
<source>Use command-line option '{0}' or appropriate project settings instead of '{1}'.</source>
<target state="translated">Utilisez l'option de ligne de commande '{0}' ou les paramètres de projet appropriés plutôt que '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute_Title">
<source>Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute</source>
<target state="translated">Utilisez l’option de ligne de commande /keyfile, /keycontainer ou /delaysign au lieu de AssemblyKeyFileAttribute, AssemblyKeyNameAttribute ou AssemblyDelaySignAttribute</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall">
<source>Statement recursively calls the containing '{0}' for event '{1}'.</source>
<target state="translated">L'instruction appelle de manière récursive le '{0}' conteneur pour l'événement '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall_Title">
<source>Statement recursively calls the event's containing AddHandler</source>
<target state="translated">L’instruction appelle de manière récursive l’élément AddHandler contenant l’événement</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack">
<source>Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">Conversion implicite de '{1}' en '{2}' lors de la recopie de la valeur du paramètre 'ByRef' '{0}' dans l'argument correspondant.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack_Title">
<source>Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument</source>
<target state="translated">Conversion implicite lors de la copie de la valeur du paramètre 'ByRef dans l’argument correspondant</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2">
<source>{0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' est en conflit avec d'autres membres du même nom dans la hiérarchie d'héritage et doit être déclaré 'Shadows'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2_Title">
<source>Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'</source>
<target state="translated">La méthode est en conflit avec d’autres membres du même nom dans la hiérarchie d’héritage. Par conséquent, elle devrait être déclarée 'Shadows'</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall">
<source>Expression recursively calls the containing Operator '{0}'.</source>
<target state="translated">L'expression appelle de manière récursive l'opérateur conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall_Title">
<source>Expression recursively calls the containing Operator</source>
<target state="translated">L’expression appelle de manière récursive l’opérateur conteneur</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2">
<source>Implicit conversion from '{0}' to '{1}'.</source>
<target state="translated">Conversion implicite de '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2_Title">
<source>Implicit conversion</source>
<target state="translated">Conversion implicite</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing">
<source>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.</source>
<target state="translated">La variable locale '{0}' est en lecture seule et son type est une structure. L'appel de ses membres ou le passage de ByRef ne modifie pas son contenu et peut provoquer des résultats inattendus. Déclarez cette variable en dehors du bloc 'Using'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type is a structure</source>
<target state="translated">La variable locale déclarée à l’aide d’une instruction Using est en lecture seule et son type est une structure</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing">
<source>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.</source>
<target state="translated">La variable locale '{0}' est en lecture seule. Lorsque son type est une structure, l'appel de ses membres ou le passage de ByRef ne modifie pas son contenu et peut provoquer des résultats inattendus. Déclarez cette variable en dehors du bloc 'Using'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type may be a structure</source>
<target state="translated">La variable locale déclarée à l’aide d’une instruction Using est en lecture seule et son type peut être une structure</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1_Title">
<source>Implicit conversion</source>
<target state="translated">Conversion implicite</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution">
<source>Late bound resolution; runtime errors could occur.</source>
<target state="translated">Résolution à liaison tardive ; des erreurs d'exécution peuvent se produire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution_Title">
<source>Late bound resolution</source>
<target state="translated">Résolution à liaison tardive</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1">
<source>Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.</source>
<target state="translated">Opérandes de type Object utilisés pour l'opérateur '{0}' ; utilisez l'opérateur 'Is' pour tester l'identité de l'objet.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">Opérandes de type Object utilisés pour l’opérateur</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2">
<source>Operands of type Object used for operator '{0}'; runtime errors could occur.</source>
<target state="translated">Opérandes de type Object utilisés pour l'opérateur '{0}' ; des erreurs d'exécution peuvent se produire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">Opérandes de type Object utilisés pour l’opérateur</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">Déclaration de variable sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1_Title">
<source>Function without an 'As' clause</source>
<target state="translated">Fonction sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1_Title">
<source>Property without an 'As' clause</source>
<target state="translated">Propriété sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl">
<source>Variable declaration without an 'As' clause; type of Object assumed.</source>
<target state="translated">Déclaration de variable sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">Déclaration de variable sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction">
<source>Function without an 'As' clause; return type of Object assumed.</source>
<target state="translated">Fonction sans clause 'As' ; type de retour Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction_Title">
<source>Function without an 'As' clause</source>
<target state="translated">Fonction sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty">
<source>Property without an 'As' clause; type of Object assumed.</source>
<target state="translated">Propriété sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty_Title">
<source>Property without an 'As' clause</source>
<target state="translated">Propriété sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal">
<source>Unused local variable: '{0}'.</source>
<target state="translated">Variable locale inutilisée : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal_Title">
<source>Unused local variable</source>
<target state="translated">Variable locale non utilisée</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance">
<source>Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.</source>
<target state="translated">Accès d'un membre partagé, d'un membre de constante, d'un membre enum ou d'un type imbriqué via une instance ; l'expression qualifiante ne sera pas évaluée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance_Title">
<source>Access of shared member, constant member, enum member or nested type through an instance</source>
<target state="translated">Accès d’un membre partagé, d’un membre de constante, d’un membre enum ou d’un type imbriqué via une instance</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall">
<source>Expression recursively calls the containing property '{0}'.</source>
<target state="translated">L'expression appelle de manière récursive la propriété conteneur '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall_Title">
<source>Expression recursively calls the containing property</source>
<target state="translated">L’expression appelle de manière récursive la propriété conteneur</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch">
<source>'Catch' block never reached, because '{0}' inherits from '{1}'.</source>
<target state="translated">'Le bloc 'Catch' n'a jamais été atteint, car '{0}' hérite de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch_Title">
<source>'Catch' block never reached; exception type's base type handled above in the same Try statement</source>
<target state="translated">'Le bloc 'Catch' n'a jamais été atteint. Le type de base du type d'exception est géré au-dessus dans la même instruction Try</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef">
<source>Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">La variable '{0}' est passée par référence avant qu'une valeur lui ait été attribuée. Cela peut provoquer une exception de référence null au moment de l'exécution.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">La variable est transmise par référence avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch">
<source>'Catch' block never reached; '{0}' handled above in the same Try statement.</source>
<target state="translated">'Bloc 'Catch' jamais atteint ; '{0}' géré au-dessus dans la même instruction Try.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch_Title">
<source>'Catch' block never reached; exception type handled above in the same Try statement</source>
<target state="translated">'Le bloc 'Catch' n’a jamais été atteint. Le type d’exception est traité au-dessus dans la même instruction Try</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not">
<source>Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.</source>
<target state="translated">Opérandes de type Object utilisés pour l'opérateur '{0}' ; utilisez l'opérateur 'IsNot' pour tester l'identité de l'objet.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not_Title">
<source>Operands of type Object used for operator <></source>
<target state="translated">Opérandes de type Object utilisés pour l’opérateur <></target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum">
<source>Bad checksum value, non hex digits or odd number of hex digits.</source>
<target state="translated">Valeur de checksum erronée, pas de chiffre hexadécimal ou de nombre impair de chiffres hexadécimaux.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum_Title">
<source>Bad checksum value, non hex digits or odd number of hex digits</source>
<target state="translated">Valeur de checksum erronée, pas de chiffre hexadécimal ou de nombre impair de chiffres hexadécimaux</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum">
<source>File name already declared with a different GUID and checksum value.</source>
<target state="translated">Le nom de fichier est déjà déclaré avec un GUID et une valeur de checksum différents.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum_Title">
<source>File name already declared with a different GUID and checksum value</source>
<target state="translated">Le nom de fichier est déjà déclaré avec un GUID et une valeur de checksum différents</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum">
<source>Bad GUID format.</source>
<target state="translated">Format de GUID incorrect.</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum_Title">
<source>Bad GUID format</source>
<target state="translated">Format de GUID incorrect</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.</source>
<target state="translated">Opérandes de type Object utilisés dans les expressions pour les instructions 'Select', 'Case' ; des erreurs au moment de l'exécution peuvent se produire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase_Title">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements</source>
<target state="translated">Opérandes de type Object utilisés dans des expressions pour les instructions 'Select' et 'Case'</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing">
<source>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'.</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing (en raison de la propagation nulle à partir de l'opérateur égal). Pour vérifier si la valeur est null, utilisez 'Is Nothing'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing">
<source>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'.</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing (en raison de la propagation nulle à partir de l'opérateur égal). Pour vérifier si la valeur n'est pas null, utilisez 'IsNot Nothing'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">Cette expression sera toujours évaluée en Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst">
<source>Unused local constant: '{0}'.</source>
<target state="translated">Constante locale inutilisée : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst_Title">
<source>Unused local constant</source>
<target state="translated">Constante locale non utilisée</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5">
<source>'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}.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' dans la classe '{0}' déclare implicitement {1} '{2}', qui est en conflit avec un membre du même nom dans {3} '{4}'. Utilisez 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' si vous voulez masquer le nom dans le {4} de base.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' sur la classe déclare le membre de manière implicite, ce qui provoque un conflit avec un membre du même nom</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1">
<source>'{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.</source>
<target state="translated">'{0}' ne peut pas être exposé à COM en tant que propriété 'Let'. Vous ne serez pas en mesure d'assigner des valeurs qui ne sont pas des objets (telles que des nombres ou des chaînes) à cette propriété à partir de Visual Basic 6.0 à l'aide d'une instruction 'Let'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1_Title">
<source>Property cannot be exposed to COM as a property 'Let'</source>
<target state="translated">La propriété ne peut pas être exposée à COM en tant que propriété 'Let'</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef">
<source>Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">La variable '{0}' est utilisée avant qu'une valeur ne lui ait été assignée. Une exception de référence null peut se produire au moment de l'exécution.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">La variable est utilisée avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1">
<source>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.</source>
<target state="translated">La fonction '{0}' ne retourne pas une valeur pour tous les chemins du code. Une exception de référence null peut se produire au moment de l'exécution lorsque le résultat est utilisé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">La fonction ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1">
<source>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.</source>
<target state="translated">L'opérateur '{0}' ne retourne pas une valeur pour tous les chemins du code. Une exception de référence null peut se produire au moment de l'exécution lorsque le résultat est utilisé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">L’opérateur ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1">
<source>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.</source>
<target state="translated">La propriété '{0}' ne retourne pas une valeur pour tous les chemins du code. Une exception de référence null peut se produire au moment de l'exécution lorsque le résultat est utilisé.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">La propriété ne retourne pas une valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr">
<source>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</source>
<target state="translated">La variable '{0}' est passée par référence avant qu'une valeur lui ait été attribuée. Cela peut provoquer une exception de référence null au moment de l'exécution. Assurez-vous que la structure et tous les membres de référence sont initialisés avant leur utilisation</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">La variable est transmise par référence avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr">
<source>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</source>
<target state="translated">La variable '{0}' est utilisée avant qu'une valeur ne lui ait été assignée. Une exception de référence null peut se produire au moment de l'exécution. Vérifiez que la structure ou que tous les membres de référence sont initialisés avant de les utiliser</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">La variable est utilisée avant de se voir attribuer une valeur</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference">
<source>Static variable declared without an 'As' clause; type of Object assumed.</source>
<target state="translated">Variable Static déclarée sans clause 'As' ; type Object pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference_Title">
<source>Static variable declared without an 'As' clause</source>
<target state="translated">Variable statique déclarée sans clause 'As'</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName">
<source>Assembly reference '{0}' is invalid and cannot be resolved.</source>
<target state="translated">La référence d'assembly '{0}' n'est pas valide et ne peut pas être résolue.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName_Title">
<source>Assembly reference is invalid and cannot be resolved</source>
<target state="translated">La référence d'assembly n'est pas valide et ne peut pas être résolue</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine">
<source>XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.</source>
<target state="translated">Le bloc de commentaires XML doit précéder immédiatement l'élément de langage auquel il se rapporte. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine_Title">
<source>XML comment block must immediately precede the language element to which it applies</source>
<target state="translated">Le bloc de commentaires XML doit précéder immédiatement l’élément de langage auquel il se rapporte</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock">
<source>Only one XML comment block is allowed per language element.</source>
<target state="translated">Un seul bloc de commentaires XML est autorisé par élément de langage.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock_Title">
<source>Only one XML comment block is allowed per language element</source>
<target state="translated">Un seul bloc de commentaires XML est autorisé par élément de langage</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine">
<source>XML comment must be the first statement on a line. XML comment will be ignored.</source>
<target state="translated">Le commentaire XML doit être la première instruction sur une ligne. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine_Title">
<source>XML comment must be the first statement on a line</source>
<target state="translated">Le commentaire XML doit être la première instruction d’une ligne</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod">
<source>XML comment cannot appear within a method or a property. XML comment will be ignored.</source>
<target state="translated">Un commentaire XML ne peut pas figurer dans une méthode ou une propriété. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod_Title">
<source>XML comment cannot appear within a method or a property</source>
<target state="translated">Le commentaire XML ne peut pas apparaître dans une méthode ou une propriété</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1">
<source>XML documentation parse error: {0} XML comment will be ignored.</source>
<target state="translated">Erreur d'analyse de la documentation XML : le commentaire XML {0} sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1_Title">
<source>XML documentation parse error</source>
<target state="translated">Erreur d'analyse de la documentation XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1">
<source>XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.</source>
<target state="translated">La balise de commentaire XML '{0}' s'affiche avec des attributs identiques plusieurs fois dans le même bloc de commentaires XML.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1_Title">
<source>XML comment tag appears with identical attributes more than once in the same XML comment block</source>
<target state="translated">La balise de commentaire XML apparaît plusieurs fois avec des attributs identiques dans le même bloc de commentaire XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2">
<source>XML comment tag '{0}' is not permitted on a '{1}' language element.</source>
<target state="translated">La balise de commentaire XML '{0}' n'est pas autorisée dans un élément de langage '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2_Title">
<source>XML comment tag is not permitted on language element</source>
<target state="translated">La balise de commentaire XML n’est pas autorisée sur un élément de langue</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2">
<source>XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.</source>
<target state="translated">Le paramètre de commentaire XML '{0}' ne correspond pas à un paramètre pour l'instruction '{1}' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2_Title">
<source>XML comment parameter does not match a parameter on the corresponding declaration statement</source>
<target state="translated">Le paramètre du commentaire XML ne correspond pas à un paramètre pour l’instruction de déclaration correspondante</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName">
<source>XML comment parameter must have a 'name' attribute.</source>
<target state="translated">Le paramètre de commentaire XML doit avoir un attribut 'name'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName_Title">
<source>XML comment parameter must have a 'name' attribute</source>
<target state="translated">Le paramètre de commentaire XML doit avoir un attribut 'name'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1">
<source>XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.</source>
<target state="translated">Le commentaire XML a une balise avec un attribut 'cref' '{0}' qui n'a pas pu être résolu.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1_Title">
<source>XML comment has a tag with a 'cref' attribute that could not be resolved</source>
<target state="translated">Le commentaire XML possède une balise avec un attribut 'cref' qui n’a pas pu être résolu</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1">
<source>XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.</source>
<target state="translated">La balise de commentaire XML 'include' doit avoir un attribut '{0}'. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1_Title">
<source>XML comment tag 'include' must have 'file' and 'path' attributes</source>
<target state="translated">La balise de commentaire XML 'include' doit comporter les attributs 'file' et 'path'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2">
<source>Unable to create XML documentation file '{0}': {1}</source>
<target state="translated">Impossible de créer un fichier de documentation XML '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2_Title">
<source>Unable to create XML documentation file</source>
<target state="translated">Impossible de créer un fichier de documentation XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement">
<source>XML documentation comments must precede member or type declarations.</source>
<target state="translated">Les commentaires de documentation XML doivent précéder les déclarations de membre ou de type.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement_Title">
<source>XML documentation comments must precede member or type declarations</source>
<target state="translated">Les commentaires de documentation XML doivent précéder les déclarations de membre ou de type</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.</source>
<target state="translated">La balise de commentaire XML 'returns' n'est pas autorisée pour une propriété 'WriteOnly'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty_Title">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property</source>
<target state="translated">La balise de commentaire XML 'returns' n'est pas autorisée pour une propriété 'WriteOnly'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType">
<source>XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.</source>
<target state="translated">Le commentaire XML ne peut pas être appliqué plusieurs fois pour un {0} partiel. Les commentaires XML pour ce {0} seront ignorés.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType_Title">
<source>XML comment cannot be applied more than once on a partial type</source>
<target state="translated">Le commentaire XML ne peut pas être appliqué plusieurs fois sur un type partiel</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element.</source>
<target state="translated">La balise de commentaire XML 'returns' n'est pas autorisée pour un élément de langage 'declare sub'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub_Title">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element</source>
<target state="translated">La balise de commentaire XML 'returns' n’est pas autorisée pour un élément de langage 'declare sub'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag">
<source>XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.</source>
<target state="translated">Erreur d'analyse de la documentation XML : la balise de début '{0}' n'a pas de balise de fin correspondante. Le commentaire XML sera ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag_Title">
<source>XML documentation parse error: Start tag doesn't have a matching end tag</source>
<target state="translated">Erreur d’analyse de la documentation XML. La balise de début n’a pas de balise de fin correspondante</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2">
<source>XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.</source>
<target state="translated">Le paramètre de type du commentaire XML '{0}' ne correspond pas à un paramètre de type pour l'instruction '{1}' correspondante.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2_Title">
<source>XML comment type parameter does not match a type parameter on the corresponding declaration statement</source>
<target state="translated">Le paramètre de type du commentaire XML ne correspond pas à un paramètre de type pour l’instruction de déclaration correspondante</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName">
<source>XML comment type parameter must have a 'name' attribute.</source>
<target state="translated">Le paramètre de type de commentaire XML doit avoir un attribut 'name'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName_Title">
<source>XML comment type parameter must have a 'name' attribute</source>
<target state="translated">Le paramètre de type de commentaire XML doit avoir un attribut 'name'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef">
<source>XML comment exception must have a 'cref' attribute.</source>
<target state="translated">Une exception de commentaire XML doit avoir un attribut 'cref'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef_Title">
<source>XML comment exception must have a 'cref' attribute</source>
<target state="translated">Une exception de commentaire XML doit avoir un attribut 'cref'</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment">
<source>Unable to include XML fragment '{0}' of file '{1}'.</source>
<target state="translated">Impossible d'inclure le fragment XML '{0}' du fichier '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment_Title">
<source>Unable to include XML fragment</source>
<target state="translated">Impossible d'inclure le fragment XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML">
<source>Unable to include XML fragment '{1}' of file '{0}'. {2}</source>
<target state="translated">Impossible d'inclure le fragment XML '{1}' du fichier '{0}'. {2}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML_Title">
<source>Unable to include XML fragment</source>
<target state="translated">Impossible d'inclure le fragment XML</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2">
<source>Runtime errors might occur when converting '{0}' to '{1}'.</source>
<target state="translated">Des erreurs d'exécution peuvent se produire lors de la conversion de '{0}' en '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2_Title">
<source>Runtime errors might occur when converting to or from interface type</source>
<target state="translated">Des erreurs d’exécution peuvent survenir lors de la conversion vers ou depuis le type d'interface</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda">
<source>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.</source>
<target state="translated">L'utilisation de la variable d'itération dans une expression lambda peut provoquer des résultats inattendus. Créez une variable locale dans la boucle et assignez-lui la valeur de la variable d'itération à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda_Title">
<source>Using the iteration variable in a lambda expression may have unexpected results</source>
<target state="translated">L’utilisation d’une variable d’itération dans une expression lambda peut avoir des résultats inattendus</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler">
<source>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.</source>
<target state="translated">L'expression lambda ne sera pas supprimée de ce gestionnaire d'événements. Assignez l'expression lambda à une variable et utilisez cette dernière pour ajouter et supprimer l'événement.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler_Title">
<source>Lambda expression will not be removed from this event handler</source>
<target state="translated">L’expression lambda ne sera pas supprimée de ce gestionnaire d’événements</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery">
<source>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.</source>
<target state="translated">L'utilisation de la variable d'itération dans une expression de requête peut provoquer des résultats inattendus. Créez une variable locale dans la boucle et assignez-lui la valeur de la variable d'itération à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery_Title">
<source>Using the iteration variable in a query expression may have unexpected results</source>
<target state="translated">L’utilisation d’une variable d’itération dans une expression de requête peut avoir des résultats inattendus</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler">
<source>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.</source>
<target state="translated">L'expression 'AddressOf' n'a pas d'effet dans ce contexte, car l'argument de la méthode pour 'AddressOf' requiert une conversion souple en type délégué de l'événement. Assignez l'expression 'AddressOf' à une variable et utilisez la variable pour ajouter ou supprimer la méthode comme gestionnaire.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler_Title">
<source>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</source>
<target state="translated">L’expression 'AddressOf' n’a pas d’effet dans ce contexte, car l’argument de la méthode pour 'AddressOf' requiert une conversion souple en type délégué de l’événement</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl">
<source>Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.</source>
<target state="translated">La variable de portée est considérée comme étant de type Object, car son type ne peut pas être déduit. Utilisez une clause 'As' pour indiquer un type différent.</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl_Title">
<source>Range variable is assumed to be of type Object because its type cannot be inferred</source>
<target state="translated">La variable de portée est considérée être de type Object, car son type ne peut pas être déduit</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingFunction">
<source>Multiline lambda expression is missing 'End Function'.</source>
<target state="translated">L'expression lambda multiligne ne contient pas de 'End Function'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingSub">
<source>Multiline lambda expression is missing 'End Sub'.</source>
<target state="translated">L'expression lambda multiligne ne contient pas 'End Sub'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOnLambdaReturnType">
<source>Attributes cannot be applied to return types of lambda expressions.</source>
<target state="translated">Les attributs ne peuvent pas être appliqués aux types de retour des expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubDisallowsStatement">
<source>Statement is not valid inside a single-line statement lambda.</source>
<target state="translated">L'instruction n'est pas valide au sein d'une lambda-instruction sur une seule ligne.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesBang">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key</source>
<target state="translated">Cette lambda-instruction sur une seule ligne doit être mise entre parenthèses. Par exemple : (Sub() <instruction>)!key</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesDot">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke()</source>
<target state="translated">Cette lambda-instruction sur une seule ligne doit être mise entre parenthèses. Par exemple : (Sub() <instruction>).Invoke()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesLParen">
<source>This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) ()</source>
<target state="translated">Cette lambda-instruction sur une seule ligne doit être mise entre parenthèses. Par exemple : Call (Sub() <instruction>) ()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresSingleStatement">
<source>Single-line statement lambdas must include exactly one statement.</source>
<target state="translated">Les lambda-instructions sur une seule ligne doivent inclure exactement une instruction.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StaticInLambda">
<source>Static local variables cannot be declared inside lambda expressions.</source>
<target state="translated">Les variables locales static ne peuvent pas être déclarées dans des expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializedExpandedProperty">
<source>Expanded Properties cannot be initialized.</source>
<target state="translated">Les propriétés développées ne peuvent pas être initialisées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantHaveParams">
<source>Auto-implemented properties cannot have parameters.</source>
<target state="translated">Les propriétés implémentées automatiquement ne peuvent pas avoir de paramètres.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantBeWriteOnly">
<source>Auto-implemented properties cannot be WriteOnly.</source>
<target state="translated">Les propriétés implémentées automatiquement ne peuvent pas être WriteOnly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFCount">
<source>'If' operator requires either two or three operands.</source>
<target state="translated">'L'opérateur 'If' requiert deux ou trois opérandes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotACollection1">
<source>Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.</source>
<target state="translated">Impossible d'initialiser le type '{0}' avec un initialiseur de collection, car il ne s'agit pas d'un type de collection.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAddMethod1">
<source>Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.</source>
<target state="translated">Impossible d'initialiser le type '{0}' avec un initialiseur de collection, car il n'a pas de méthode 'Add' accessible.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCombineInitializers">
<source>An Object Initializer and a Collection Initializer cannot be combined in the same initialization.</source>
<target state="translated">Un initialiseur d'objet et un initialiseur de collection ne peuvent pas être combinés dans la même initialisation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmptyAggregateInitializer">
<source>An aggregate collection initializer entry must contain at least one element.</source>
<target state="translated">Une entrée d'initialiseur de collection d'agrégation doit contenir au moins un élément.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndElementNoMatchingStart">
<source>XML end element must be preceded by a matching start element.</source>
<target state="translated">Un élément de fin XML doit être précédé d'un élément de début correspondant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdasCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside a lambda expression.</source>
<target state="translated">'On Error' et 'Resume' ne peuvent pas être utilisés dans une expression lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceDisallowedHere">
<source>Keywords 'Out' and 'In' can only be used in interface and delegate declarations.</source>
<target state="translated">Les mots clés 'Out' et 'In' peuvent uniquement être utilisés dans des déclarations interface et delegate.</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndCDataNotAllowedInContent">
<source>The literal string ']]>' is not allowed in element content.</source>
<target state="translated">La chaîne littérale ']]>' n'est pas autorisée dans le contenu de l'élément.</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadsModifierInModule">
<source>Inappropriate use of '{0}' keyword in a module.</source>
<target state="translated">Utilisation inappropriée du mot clé '{0}' dans un module.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedTypeOrNamespace1">
<source>Type or namespace '{0}' is not defined.</source>
<target state="translated">Le type ou l'espace de noms '{0}' n'est pas défini.</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentityDirectCastForFloat">
<source>Using DirectCast operator to cast a floating-point value to the same type is not supported.</source>
<target state="translated">L'opérateur DirectCast ne peut pas être utilisé pour effectuer un cast d'une valeur à virgule flottante en un type identique.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete.</source>
<target state="translated">L’opérateur DirectCast ne peut plus être utilisé pour effectuer un cast d’un type valeur en un type identique.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType_Title">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete</source>
<target state="translated">L’opérateur DirectCast ne peut plus être utilisé pour effectuer un cast d’un type valeur en un type identique</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode">
<source>Unreachable code detected.</source>
<target state="translated">Code inatteignable détecté.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode_Title">
<source>Unreachable code detected</source>
<target state="translated">Code inaccessible détecté</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1">
<source>Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">La fonction '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">La fonction ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1">
<source>Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">L'opérateur '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">L’opérateur ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1">
<source>Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">La propriété '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">La propriété ne retourne pas une valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedGlobalNamespace">
<source>Global namespace may not be nested in another namespace.</source>
<target state="translated">Un espace de noms global ne peut pas être imbriqué dans un autre espace de noms.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatch6">
<source>'{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' ne peut pas exposer le type '{1}' dans {2} '{3}' via {4} '{5}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMetaDataReference1">
<source>'{0}' cannot be referenced because it is not a valid assembly.</source>
<target state="translated">'Impossible de référencer '{0}', car il ne s'agit pas d'un assembly valide.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementAllAccessors">
<source>'{0}' cannot be implemented by a {1} property.</source>
<target state="translated">'{0}' ne peut pas être implémenté par une propriété {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMustOverride">
<source>
{0}: {1}</source>
<target state="translated">
{0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfTooManyTypesObjectDisallowed">
<source>Cannot infer a common type because more than one type is possible.</source>
<target state="translated">Impossible de déduire un type commun, car plusieurs types sont possibles.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed">
<source>Cannot infer a common type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type commun, car plusieurs types sont possibles. Type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed_Title">
<source>Cannot infer a common type because more than one type is possible</source>
<target state="translated">Impossible de déduire un type commun, car plusieurs types sont possibles</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoTypeObjectDisallowed">
<source>Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.</source>
<target state="translated">Impossible de déduire un type commun, et Option Strict On n'autorise pas l'utilisation par défaut de 'Object'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed">
<source>Cannot infer a common type; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type commun ; type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed_Title">
<source>Cannot infer a common type</source>
<target state="translated">Impossible de déduire un type commun</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoType">
<source>Cannot infer a common type.</source>
<target state="translated">Impossible de déduire un type commun.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyFileFailure">
<source>Error extracting public key from file '{0}': {1}</source>
<target state="translated">Erreur d'extraction de la clé publique du fichier '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyContainerFailure">
<source>Error extracting public key from container '{0}': {1}</source>
<target state="translated">Erreur d'extraction de la clé publique du conteneur '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefNotEqualToThis">
<source>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.</source>
<target state="translated">Un accès Friend a été concédé par '{0}', mais la clé publique de l'assembly de sortie ne correspond pas à celle spécifiée par l'attribut concédant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefSigningMismatch">
<source>Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.</source>
<target state="translated">Un accès Friend a été concédé par '{0}', mais l'état de signature avec nom fort de l'assembly de sortie ne correspond pas à celui de l'assembly concédant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNoKey">
<source>Public sign was specified and requires a public key, but no public key was specified</source>
<target state="translated">La signature publique a été spécifiée et nécessite une clé publique. Toutefois, aucune clé publique n'a été spécifiée</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNetModule">
<source>Public signing is not supported for netmodules.</source>
<target state="translated">La signature publique n'est pas prise en charge pour les netmodules.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning">
<source>Attribute '{0}' is ignored when public signing is specified.</source>
<target state="translated">L'attribut '{0}' est ignoré quand une signature publique est spécifiée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning_Title">
<source>Attribute is ignored when public signing is specified.</source>
<target state="translated">L'attribut est ignoré quand une signature publique est spécifiée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey">
<source>Delay signing was specified and requires a public key, but no public key was specified.</source>
<target state="translated">La signature différée a été spécifiée et nécessite une clé publique, mais aucune clé publique n’a été spécifiée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey_Title">
<source>Delay signing was specified and requires a public key, but no public key was specified</source>
<target state="translated">La signature différée a été spécifiée et nécessite une clé publique, mais aucune clé publique n'a été spécifiée</target>
<note />
</trans-unit>
<trans-unit id="ERR_SignButNoPrivateKey">
<source>Key file '{0}' is missing the private key needed for signing.</source>
<target state="translated">Le fichier de clé '{0}' ne comprend pas la clé privée nécessaire à la signature.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FailureSigningAssembly">
<source>Error signing assembly '{0}': {1}</source>
<target state="translated">Erreur lors de la signature de l'assembly '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat">
<source>The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]</source>
<target state="translated">Le format de la chaîne de version spécifiée n'est pas conforme au format requis - major[.minor[.build|*[.revision|*]]]</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">Le format de la chaîne de version spécifiée n'est pas conforme au format requis - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat_Title">
<source>The specified version string does not conform to the recommended format</source>
<target state="translated">La chaîne de version spécifiée n’est pas conforme au format recommandé</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat2">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">Le format de la chaîne de version spécifiée n'est pas conforme au format requis - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCultureForExe">
<source>Executables cannot be satellite assemblies; culture should always be empty</source>
<target state="translated">Les exécutables ne peuvent pas être des assemblys satellites ; la culture doit toujours être vide</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored">
<source>The entry point of the program is global script code; ignoring '{0}' entry point.</source>
<target state="translated">Le point d'entrée du programme est du code de script global ; point d'entrée '{0}' ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored_Title">
<source>The entry point of the program is global script code; ignoring entry point</source>
<target state="translated">Le point d'entrée du programme est du code de script global ; ce point d'entrée est ignoré</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName">
<source>The xmlns attribute has special meaning and should not be written with a prefix.</source>
<target state="translated">L’attribut xmlns a une signification particulière et ne doit pas être écrit avec un préfixe.</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName_Title">
<source>The xmlns attribute has special meaning and should not be written with a prefix</source>
<target state="translated">L’attribut xmlns a une signification particulière et ne doit pas être écrit avec un préfixe</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName">
<source>It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?</source>
<target state="translated">Il n'est pas recommandé de nommer des attributs xmlns. Vouliez-vous écrire 'xmlns:{0}' pour définir un préfixe nommé '{0}' ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName_Title">
<source>It is not recommended to have attributes named xmlns</source>
<target state="translated">Il n’est pas recommandé de nommer des attributs xmlns</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSingleScript">
<source>Expected a single script (.vbx file)</source>
<target state="translated">Un seul script est attendu (fichier .vbx)</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedAssemblyName">
<source>The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session</source>
<target state="translated">Le nom d'assembly '{0}' est réservé et ne peut pas servir de référence dans une session interactive</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceDirectiveOnlyAllowedInScripts">
<source>#R is only allowed in scripts</source>
<target state="translated">#R n'est autorisé que dans les scripts</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAllowedInScript">
<source>You cannot declare Namespace in script code</source>
<target state="translated">Impossible de déclarer un espace de noms dans le code de script</target>
<note />
</trans-unit>
<trans-unit id="ERR_KeywordNotAllowedInScript">
<source>You cannot use '{0}' in top-level script code</source>
<target state="translated">Vous ne pouvez pas utiliser '{0}' dans du code de script de premier niveau</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoType">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">Impossible de déduire un type de retour. Ajoutez une clause 'As' pour spécifier le type de retour.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed">
<source>Cannot infer a return type; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type de retour ; type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed_Title">
<source>Cannot infer a return type</source>
<target state="translated">Impossible de déduire un type de retour</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed">
<source>Cannot infer a return type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type de retour, car plusieurs types sont possibles. Type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed_Title">
<source>Cannot infer a return type because more than one type is possible</source>
<target state="translated">Impossible de déduire un type de retour car plusieurs types sont possibles</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoTypeObjectDisallowed">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">Impossible de déduire un type de retour. Ajoutez une clause 'As' pour spécifier le type de retour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaTooManyTypesObjectDisallowed">
<source>Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">Impossible de déduire un type de retour, car plusieurs types sont possibles. Ajoutez une clause 'As' pour spécifier le type de retour.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch">
<source>The command line switch '{0}' is not yet implemented and was ignored.</source>
<target state="translated">Le commutateur de ligne de commande '{0}' n'est pas encore implémenté et a été ignoré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch_Title">
<source>Command line switch is not yet implemented</source>
<target state="translated">Le commutateur de ligne de commande n’est pas encore implémenté</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoTypeObjectDisallowed">
<source>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.</source>
<target state="translated">Impossible de déduire un type d'élément, et Option Strict On n'autorise pas l'utilisation par défaut de 'Object'. La spécification du type du tableau peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoType">
<source>Cannot infer an element type. Specifying the type of the array might correct this error.</source>
<target state="translated">Impossible de déduire un type d'élément. La spécification du type de tableau peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitTooManyTypesObjectDisallowed">
<source>Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.</source>
<target state="translated">Impossible de déduire un type d'élément, car plusieurs types sont possibles. La spécification du type du tableau peut permettre de corriger cette erreur.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed">
<source>Cannot infer an element type; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type d'élément ; type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed_Title">
<source>Cannot infer an element type</source>
<target state="translated">Impossible de déduire un type d’élément</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed">
<source>Cannot infer an element type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">Impossible de déduire un type d'élément, car plusieurs types sont possibles. Type 'Object' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed_Title">
<source>Cannot infer an element type because more than one type is possible</source>
<target state="translated">Impossible de déduire un type d’élément car plusieurs types sont possibles</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3">
<source>Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.</source>
<target state="translated">Impossible de déduire le type de données de '{0}' dans '{1}'. '{2}' pris par défaut.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3_Title">
<source>Data type could not be inferred</source>
<target state="translated">Le type de données n’a pas pu être déduit</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousCastConversion2">
<source>Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.</source>
<target state="translated">Option Strict On n'autorise pas les conversions implicites de '{0}' en '{1}', car la conversion est ambiguë.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2">
<source>Conversion from '{0}' to '{1}' may be ambiguous.</source>
<target state="translated">La conversion de '{0}' en '{1}' peut être ambiguë.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2_Title">
<source>Conversion may be ambiguous</source>
<target state="translated">La conversion est peut-être ambiguë</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Utilisez '{2}' à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Utilisez '{2}' à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3_Title">
<source>Type cannot be converted to target collection type</source>
<target state="translated">Le type ne peut pas être converti en type de collection cible</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedIn6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'Impossible de convertir '{4}' en '{5}', car '{0}' n'est pas dérivé de '{1}', comme le requiert le paramètre générique 'In' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedOut6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'Impossible de convertir '{4}' en '{5}', car '{0}' n'est pas dérivé de '{1}', comme le requiert le paramètre générique 'Out' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6">
<source>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}'.</source>
<target state="translated">Conversion implicite de '{4}' en '{5}' ; cette conversion peut échouer car '{0}' ne dérive pas de '{1}', comme cela est requis pour le paramètre générique 'In' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter</source>
<target state="translated">Conversion implicite. Il est possible que cette conversion échoue, car le type cible n’est pas dérivé d’un type source, comme le requiert le paramètre générique 'In'</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6">
<source>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}'.</source>
<target state="translated">Conversion implicite de '{4}' en '{5}' ; cette conversion peut échouer car '{0}' ne dérive pas de '{1}', comme cela est requis pour le paramètre générique 'Out' '{2}' dans '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter</source>
<target state="translated">Conversion implicite. Il est possible que cette conversion échoue, car le type cible n’est pas dérivé du type source, comme le requiert le paramètre générique 'Out'</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type In, 'In {2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type Out, 'Out {2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type In, 'In {2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">Le type ne peut pas être converti en type cible</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'Impossible de convertir '{0}' en '{1}'. Changez '{2}' dans la définition de '{3}' en paramètre de type Out, 'Out {2}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">Le type ne peut pas être converti en type cible</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3">
<source>Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.</source>
<target state="translated">La présence des paramètres 'In' et 'Out' dans '{2}' crée une ambiguïté entre l'interface '{0}' et une autre interface '{1}' implémentée.</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3_Title">
<source>Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters</source>
<target state="translated">La présence des paramètres 'In' et 'Out' crée une ambiguïté entre l’interface et une autre interface implémentée</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInterfaceNesting">
<source>Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.</source>
<target state="translated">Les énumérations, les classes et les structures ne peuvent pas être déclarées dans une interface comportant un paramètre de type 'In' ou 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VariancePreventsSynthesizedEvents2">
<source>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 ...)'.</source>
<target state="translated">Les définitions d'événement avec des paramètres ne sont pas autorisées dans une interface '{0}' qui a des paramètres de type 'In' ou 'Out'. Déclarez l'événement à l'aide d'un type délégué qui n'est pas défini dans '{0}'. Par exemple, 'Event {1} As Action(Of ...)'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInByRefDisallowed1">
<source>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.</source>
<target state="translated">Le type '{0}' ne peut pas être utilisé dans ce contexte, car les paramètres de type 'In' et 'Out' ne peuvent pas être utilisés pour les types de paramètre ByRef et '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}', car les paramètres de type 'In' et 'Out' ne peuvent pas être rendus Nullable et '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{1}' dans '{2}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{2}' de '{3}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInPropertyDisallowed1">
<source>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.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété dans ce contexte, car '{0}' est un paramètre de type 'In' et la propriété n'est pas marquée WriteOnly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReadOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété ReadOnly, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReturnDisallowed1">
<source>Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de retour, car '{0}' est un paramètre de type 'In'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByRefDisallowed1">
<source>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.</source>
<target state="translated">Le type '{0}' ne peut pas être utilisé dans ce contexte, car les paramètres de type 'In' et 'Out' ne peuvent pas être utilisés pour les types de paramètre ByRef et '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByValDisallowed1">
<source>Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de paramètre ByVal, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutConstraintDisallowed1">
<source>Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que contrainte de type générique, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}', car les paramètres de type 'In' et 'Out' ne peuvent pas être rendus Nullable et '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{1}' dans '{2}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{2}' de '{3}' dans '{1}' dans ce contexte, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutPropertyDisallowed1">
<source>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.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété dans ce contexte, car '{0}' est un paramètre de type 'Out' et la propriété n'est pas marquée ReadOnly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutWriteOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">Impossible d'utiliser le type '{0}' en tant que type de propriété WriteOnly, car '{0}' est un paramètre de type 'Out'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowed2">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedForGeneric4">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{2}' dans '{3}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHere3">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' dans '{2}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHereForGeneric5">
<source>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}'.</source>
<target state="translated">Impossible d'utiliser le type '{0}' pour le '{3}' de '{4}' dans '{2}' dans ce contexte, car le contexte et la définition de '{0}' sont tous les deux imbriqués dans l'interface '{1}', et '{1}' a des paramètres de type 'In' ou 'Out'. Déplacez la définition de '{0}' en dehors de '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterNotValidForType">
<source>Parameter not valid for the specified unmanaged type.</source>
<target state="translated">Paramètre non valide pour le type non managé spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeNotValidForFields">
<source>Unmanaged type '{0}' not valid for fields.</source>
<target state="translated">Type non managé '{0}' non valide pour les champs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeOnlyValidForFields">
<source>Unmanaged type '{0}' is only valid for fields.</source>
<target state="translated">Le type non managé '{0}' n'est valide que pour les champs.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired1">
<source>Attribute parameter '{0}' must be specified.</source>
<target state="translated">Le paramètre d'attribut '{0}' doit être spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired2">
<source>Attribute parameter '{0}' or '{1}' must be specified.</source>
<target state="translated">Le paramètre d'attribut '{0}' ou '{1}' doit être spécifié.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberConflictWithSynth4">
<source>Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.</source>
<target state="translated">Conflit avec '{0}', qui est déclaré implicitement pour '{1}' dans {2} '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="IDS_ProjectSettingsLocationName">
<source><project settings></source>
<target state="translated"><paramètres de projet></target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty">
<source>Attributes applied on a return type of a WriteOnly Property have no effect.</source>
<target state="translated">Les attributs appliqués sur un type de retour d'une propriété WriteOnly sont sans effet.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title">
<source>Attributes applied on a return type of a WriteOnly Property have no effect</source>
<target state="translated">Les attributs appliqués sur un type de retour d'une propriété WriteOnly sont sans effet</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidTarget">
<source>Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.</source>
<target state="translated">L'attribut de sécurité '{0}' n'est pas valide dans ce type de déclaration. Les attributs de sécurité ne sont valides que dans les déclarations d'assembly, de type et de méthode.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AbsentReferenceToPIA1">
<source>Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?</source>
<target state="translated">Impossible de trouver le type interop qui correspond au type incorporé '{0}'. Une référence d'assembly est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLinkClassWithNoPIA1">
<source>Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.</source>
<target state="translated">Une référence à la classe '{0}' n'est pas autorisée lorsque son assembly est configuré pour incorporer les types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidStructMemberNoPIA1">
<source>Embedded interop structure '{0}' can contain only public instance fields.</source>
<target state="translated">La structure d'interopérabilité incorporée '{0}' ne peut contenir que des champs d'instance publics.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPIAAttributeMissing2">
<source>Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.</source>
<target state="translated">Impossible d'incorporer le type interop '{0}', car il lui manque l'attribut '{1}' obligatoire.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoAssemblyGuid1">
<source>Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.</source>
<target state="translated">Impossible d'incorporer les types interop de l'assembly '{0}', car l'attribut '{1}' est manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalTypes3">
<source>Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.</source>
<target state="translated">Impossible d'incorporer le type interop '{0}' trouvé dans les assemblys '{1}' et '{2}'. Désactivez l'incorporation des types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoTypeLibAttribute1">
<source>Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.</source>
<target state="translated">Impossible d'incorporer les types interop de l'assembly '{0}', car l'attribut '{1}' ou '{2}' est manquant.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceInterfaceMustBeInterface">
<source>Interface '{0}' has an invalid source interface which is required to embed event '{1}'.</source>
<target state="translated">L'interface '{0}' a une interface source non valide qui est nécessaire à l'incorporation de l'événement '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNoPIANoBackingMember">
<source>Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.</source>
<target state="translated">L'interface source '{0}' n'a pas de méthode '{1}', qui est requise pour incorporer l'événement '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedInteropType">
<source>Nested type '{0}' cannot be embedded.</source>
<target state="translated">Le type imbriqué '{0}' ne peut pas être incorporé.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalTypeNameClash2">
<source>Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.</source>
<target state="translated">L'incorporation du type interop '{0}' de l'assembly '{1}' entraîne un conflit de noms dans l'assembly actuel. Désactivez l'incorporation des types interop.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InteropMethodWithBody1">
<source>Embedded interop method '{0}' contains a body.</source>
<target state="translated">La méthode interop incorporée '{0}' contient un corps.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncInQuery">
<source>'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.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une expression de requête contenue dans la première expression de collection de la clause 'From' initiale ou dans l'expression de collection d'une clause 'Join'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGetAwaiterMethod1">
<source>'Await' requires that the type '{0}' have a suitable GetAwaiter method.</source>
<target state="translated">'Await' nécessite que le type '{0}' ait une méthode GetAwaiter appropriée.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIsCompletedOnCompletedGetResult2">
<source>'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.</source>
<target state="translated">'Await' nécessite que le type de retour '{0}' de '{1}.GetAwaiter()' ait des membres IsCompleted, OnCompleted et GetResult appropriés et qu'ils implémentent INotifyCompletion ou ICriticalNotifyCompletion.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoesntImplementAwaitInterface2">
<source>'{0}' does not implement '{1}'.</source>
<target state="translated">'{0}' n'implémente pas '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNothing">
<source>Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.</source>
<target state="translated">Impossible d'attendre Nothing. Attendez plutôt 'Task.Yield()'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncByRefParam">
<source>Async methods cannot have ByRef parameters.</source>
<target state="translated">Les méthodes Async n'acceptent pas les paramètres ByRef.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAsyncIteratorModifiers">
<source>'Async' and 'Iterator' modifiers cannot be used together.</source>
<target state="translated">'Les modificateurs 'Async' et 'Iterator' ne peuvent pas être utilisés en même temps.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadResumableAccessReturnVariable">
<source>The implicit return variable of an Iterator or Async method cannot be accessed.</source>
<target state="translated">Impossible d'accéder à la variable de retour implicite d'une méthode Iterator ou Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonGenericTaskAsync">
<source>'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)'.</source>
<target state="translated">'Les instructions 'Return' de cette méthode Async ne peuvent pas retourner de valeur puisque que le retour de la fonction est de type 'Task'. Convertissez le type de retour de la fonction en 'Task(Of T)'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturnOperand1">
<source>Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.</source>
<target state="translated">Étant donné qu'il s'agit d'une méthode Async, l'expression de retour doit être de type '{0}' plutôt que 'Task(Of {0})'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturn">
<source>The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).</source>
<target state="translated">Le modificateur 'Async' peut uniquement être utilisé dans les procédures Sub, ou dans les fonctions retournant Task ou Task(Of T).</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAwaitAsyncSub1">
<source>'{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.</source>
<target state="translated">'{0}' ne peut pas retourner de tâche ni être attendu. Utilisez plutôt une fonction Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLambdaModifier">
<source>'Only the 'Async' or 'Iterator' modifier is valid on a lambda.</source>
<target state="translated">'Seuls les modificateurs 'Async' et 'Iterator' sont valides dans les expressions lambda.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncMethod">
<source>'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})'.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une méthode Async. Marquez cette méthode avec le modificateur 'Async' et changez son type de retour en 'Task(Of {0})'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncVoidMethod">
<source>'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une méthode Async. Marquez cette méthode avec le modificateur 'Async' et changez son type de retour en 'Task'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncLambda">
<source>'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.</source>
<target state="translated">'Await' peut uniquement être utilisé dans une expression lambda Async. Marquez cette expression lambda avec le modificateur 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNotInAsyncMethodOrLambda">
<source>'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.</source>
<target state="translated">'Await' peut uniquement être utilisé lorsqu'il est contenu dans une méthode ou une expression lambda marquée avec le modificateur 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_StatementLambdaInExpressionTree">
<source>Statement lambdas cannot be converted to expression trees.</source>
<target state="translated">Des lambda-instructions ne peuvent pas être converties en arborescences de l'expression.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression">
<source>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.</source>
<target state="translated">Dans la mesure où cet appel n'est pas attendu, l'exécution de la méthode actuelle continue avant la fin de l'appel. Envisagez d'appliquer l'opérateur Await au résultat de l'appel.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression_Title">
<source>Because this call is not awaited, execution of the current method continues before the call is completed</source>
<target state="translated">Dans la mesure où cet appel n'est pas attendu, l'exécution de la méthode actuelle continue avant la fin de l'appel</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotAwait">
<source>Loop control variable cannot include an 'Await'.</source>
<target state="translated">La variable de contrôle de boucle ne peut pas inclure un 'Await'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticInitializerInResumable">
<source>Static variables cannot appear inside Async or Iterator methods.</source>
<target state="translated">Les méthodes Async et Iterator ne peuvent pas contenir de variables statiques.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedResumableType1">
<source>'{0}' cannot be used as a parameter type for an Iterator or Async method.</source>
<target state="translated">'{0}' ne peut pas être utilisé en tant que type de paramètre pour une méthode Iterator ou Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorAsync">
<source>Constructor must not have the 'Async' modifier.</source>
<target state="translated">Le constructeur doit être associé au modificateur 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustNotBeAsync1">
<source>'{0}' cannot be declared 'Partial' because it has the 'Async' modifier.</source>
<target state="translated">'{0}' ne peut pas être déclaré comme 'Partial', car son modificateur est de type 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumablesCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside async or iterator methods.</source>
<target state="translated">'Les méthodes Async et Iterator ne peuvent pas contenir d'instructions 'On Error' et 'Resume' .</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumableLambdaInExpressionTree">
<source>Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.</source>
<target state="translated">Les expressions lambda avec un modificateur 'Async' ou 'Iterator' ne peuvent pas être converties en arborescences d'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeResumable1">
<source>Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.</source>
<target state="translated">Les variables du type restreint '{0}' ne peuvent pas être déclarées dans les méthodes Async ou Iterator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInTryHandler">
<source>'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.</source>
<target state="translated">'Await' ne peut pas être utilisé dans une instruction 'Catch', 'Finally' ou 'SyncLock'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits">
<source>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.</source>
<target state="translated">Aucun opérateur 'Await' ne se trouve dans cette méthode Async, par conséquent, elle sera exécutée de façon synchrone. Utilisez un opérateur 'Await' pour attendre les appels non bloquants d'API, ou un opérateur 'Await Task.Run(...)' pour les tâches utilisant le processeur de façon intensive effectuées sur un thread d'arrière-plan.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits_Title">
<source>This async method lacks 'Await' operators and so will run synchronously</source>
<target state="translated">Cette méthode asynchrone n’a pas d’opérateurs 'Await' et sera exécutée de manière synchrone</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate">
<source>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.</source>
<target state="translated">La tâche retournée à partir de cette fonction asynchrone sera supprimée et toutes les exceptions qu'elle contient seront ignorées. Envisagez de la transformer en une procédure Sub asynchrone afin que ses exceptions soient propagées.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate_Title">
<source>The Task returned from this Async Function will be dropped, and any exceptions in it ignored</source>
<target state="translated">La tâche renvoyée à partir de cette fonction asynchrone sera supprimée et toutes les exceptions qu’elle contient seront ignorées</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsyncInClassOrStruct">
<source>Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.</source>
<target state="translated">Les méthodes Async et Iterator ne sont pas autorisées dans un(e) [Classe|Structure|Interface|Module] qui a l'attribut 'SecurityCritical' ou 'SecuritySafeCritical'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsync">
<source>Security attribute '{0}' cannot be applied to an Async or Iterator method.</source>
<target state="translated">L'attribut de sécurité '{0}' ne peut pas être appliqué à une méthode Async ou Iterator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnResumableMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' ne peut pas être appliqué aux méthodes Async et Iterator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynchronizedAsyncMethod">
<source>'MethodImplOptions.Synchronized' cannot be applied to an Async method.</source>
<target state="translated">'MethodImplOptions.Synchronized' ne peut pas être appliqué à une méthode Async.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsyncSubMain">
<source>The 'Main' method cannot be marked 'Async'.</source>
<target state="translated">La méthode 'Main' ne peut pas être marquée comme 'Async'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction">
<source>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.</source>
<target state="translated">Certaines surcharges doivent être associées à une fonction Async plutôt qu'à une procédure Sub Async. Utilisez une fonction Async ou effectuez une conversion explicite de la procédure Sub Async vers le type désiré.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction_Title">
<source>Some overloads here take an Async Function rather than an Async Sub</source>
<target state="translated">Certaines surcharges doivent être associées à une fonction Async plutôt qu’à une procédure Sub Async</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyGroupCollectionAttributeCycle">
<source>MyGroupCollectionAttribute cannot be applied to itself.</source>
<target state="translated">MyGroupCollectionAttribute ne peut pas être appliqué à lui-même.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LiteralExpected">
<source>Literal expected.</source>
<target state="translated">Littéral attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_WinRTEventWithoutDelegate">
<source>Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.</source>
<target state="translated">Les déclarations d'événement qui ciblent WinMD doivent spécifier un type de délégué. Ajoutez une clause As à la déclaration d'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MixingWinRTAndNETEvents">
<source>Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter un événement Windows Runtime '{1}' et un événement .NET régulier '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplRemoveHandlerParamWrong">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.</source>
<target state="translated">L'événement '{0}' ne peut pas implémenter l'événement '{1}' dans l'interface '{2}', car les paramètres de leurs méthodes 'RemoveHandler' respectives ne sont pas les mêmes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddParamWrongForWinRT">
<source>The type of the 'AddHandler' method's parameter must be the same as the type of the event.</source>
<target state="translated">Le type du paramètre de la méthode 'AddHandler' doit être identique au type de l'événement.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RemoveParamWrongForWinRT">
<source>In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'</source>
<target state="translated">Dans un événement Windows Runtime, le type du paramètre de méthode 'RemoveHandler' doit être 'EventRegistrationToken'</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface5">
<source>'{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed</source>
<target state="translated">'{0}.{1}' issu de 'implements {2}' est déjà implémenté par la classe de base '{3}'. Vous n'êtes pas autorisé à réimplémenter l'interface Windows Runtime '{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface4">
<source>'{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed</source>
<target state="translated">'{0}.{1}' est déjà implémenté par la classe de base '{2}'. Vous n'êtes pas autorisé à réimplémenter l'interface Windows Runtime '{3}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorByRefParam">
<source>Iterator methods cannot have ByRef parameters.</source>
<target state="translated">Les méthodes Iterator n'acceptent pas les paramètres ByRef.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorExpressionLambda">
<source>Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.</source>
<target state="translated">Les expressions lambda sur une seule ligne ne peuvent pas avoir de modificateur 'Iterator'. Utilisez une expression lambda multiligne à la place.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorReturn">
<source>Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.</source>
<target state="translated">Les fonctions Iterator doivent retourner IEnumerable(Of T) ou IEnumerator(Of T), ou bien les formulaires non génériques IEnumerable ou IEnumerator.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadReturnValueInIterator">
<source>To return a value from an Iterator function, use 'Yield' rather than 'Return'.</source>
<target state="translated">Pour retourner une valeur depuis une fonction Iterator, utilisez 'Yield' plutôt que 'Return'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInNonIteratorMethod">
<source>'Yield' can only be used in a method marked with the 'Iterator' modifier.</source>
<target state="translated">'Yield' peut uniquement être utilisé dans une méthode marquée à l'aide du modificateur 'Iterator'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInTryHandler">
<source>'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.</source>
<target state="translated">'Yield' ne peut pas être utilisé dans une instruction 'Catch' ou 'Finally'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1">
<source>The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">L'événement AddHandler pour Windows Runtime '{0}' ne retourne pas une valeur pour tous les chemins du code. Une instruction 'Return' est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1_Title">
<source>The AddHandler for Windows Runtime event doesn't return a value on all code paths</source>
<target state="translated">L’événement AddHandler pour Windows Runtime ne retourne pas de valeur sur tous les chemins du code</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodDefaultParameterValueMismatch2">
<source>Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">Le paramètre facultatif d'une méthode '{0}' n'a pas la même valeur par défaut que le paramètre correspondant de la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamArrayMismatch2">
<source>Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">Le paramètre d'une méthode '{0}' diffère par son modificateur ParamArray du paramètre correspondant de la méthode partielle '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMismatch">
<source>Module name '{0}' stored in '{1}' must match its filename.</source>
<target state="translated">Le nom de module '{0}' stocké dans '{1}' doit correspondre à son nom de fichier.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleName">
<source>Invalid module name: {0}</source>
<target state="translated">Nom de module non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden">
<source>Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.</source>
<target state="translated">L'attribut '{0}' du module '{1}' sera ignoré au profit de l'instance présente dans la source.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden_Title">
<source>Attribute from module will be ignored in favor of the instance appearing in source</source>
<target state="translated">L’attribut du module sera ignoré en faveur de l’instance qui apparaît dans la source</target>
<note />
</trans-unit>
<trans-unit id="ERR_CmdOptionConflictsSource">
<source>Attribute '{0}' given in a source file conflicts with option '{1}'.</source>
<target state="translated">L'attribut '{0}' spécifié dans un fichier source est en conflit avec l'option '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName">
<source>Referenced assembly '{0}' does not have a strong name.</source>
<target state="translated">L'assembly référencé '{0}' n'a pas de nom fort.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName_Title">
<source>Referenced assembly does not have a strong name</source>
<target state="translated">L'assembly référencé n'a pas de nom fort</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSignaturePublicKey">
<source>Invalid signature public key specified in AssemblySignatureKeyAttribute.</source>
<target state="translated">Une clé publique de signature non valide a été spécifiée dans AssemblySignatureKeyAttribute.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CollisionWithPublicTypeInModule">
<source>Type '{0}' conflicts with public type defined in added module '{1}'.</source>
<target state="translated">Le type '{0}' est en conflit avec le type public défini dans le module '{1}' ajouté.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypeConflictsWithDeclaration">
<source>Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">Le type '{0}' exporté à partir du module '{1}' est en conflit avec le type déclaré dans le module principal de cet assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypesConflict">
<source>Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">Le type '{0}' exporté à partir du module '{1}' est en conflit avec le type '{2}' exporté à partir du module '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch">
<source>Referenced assembly '{0}' has different culture setting of '{1}'.</source>
<target state="translated">L'assembly référencé '{0}' a un paramètre de culture différent : '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch_Title">
<source>Referenced assembly has different culture setting</source>
<target state="translated">L'assembly référencé a un paramètre de culture différent</target>
<note />
</trans-unit>
<trans-unit id="ERR_AgnosticToMachineModule">
<source>Agnostic assembly cannot have a processor specific module '{0}'.</source>
<target state="translated">Un assembly agnostique ne peut pas avoir un module '{0}' propre au processeur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingMachineModule">
<source>Assembly and module '{0}' cannot target different processors.</source>
<target state="translated">L'assembly et le module '{0}' ne peuvent pas cibler des processeurs différents.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly">
<source>Referenced assembly '{0}' targets a different processor.</source>
<target state="translated">L'assembly référencé '{0}' cible un processeur différent.</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly_Title">
<source>Referenced assembly targets a different processor</source>
<target state="translated">L'assembly référencé cible un processeur différent</target>
<note />
</trans-unit>
<trans-unit id="ERR_CryptoHashFailed">
<source>Cryptographic failure while creating hashes.</source>
<target state="translated">Échec de chiffrement pendant la création de hachages.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantHaveWin32ResAndManifest">
<source>Conflicting options specified: Win32 resource file; Win32 manifest.</source>
<target state="translated">Options spécifiées en conflit : fichier de ressources Win32 ; manifeste Win32.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithDeclaration">
<source>Forwarded type '{0}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">Le type transmis '{0}' est en conflit avec le type déclaré dans le module principal de cet assembly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypesConflict">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.</source>
<target state="translated">Le type '{0}' transmis à l'assembly '{1}' est en conflit avec le type '{2}' transmis à l'assembly '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongMetadataName">
<source>Name '{0}' exceeds the maximum length allowed in metadata.</source>
<target state="translated">Le nom '{0}' dépasse la longueur maximale autorisée dans les métadonnées.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNetModuleReference">
<source>Reference to '{0}' netmodule missing.</source>
<target state="translated">Référence à netmodule '{0}' manquante.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMustBeUnique">
<source>Module '{0}' is already defined in this assembly. Each module must have a unique filename.</source>
<target state="translated">Le module '{0}' est déjà défini dans cet assembly. Chaque module doit avoir un nom de fichier unique.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithExportedType">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">Le type '{0}' transmis à l'assembly '{1}' est en conflit avec le type '{2}' exporté à partir du module '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDREFERENCE">
<source>Adding assembly reference '{0}'</source>
<target state="translated">Ajout de la référence d'assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDLINKREFERENCE">
<source>Adding embedded assembly reference '{0}'</source>
<target state="translated">Ajout de la référence d'assembly incorporé '{0}'</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDMODULE">
<source>Adding module reference '{0}'</source>
<target state="translated">Ajout de la référence de module '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestingViolatesCLS1">
<source>Type '{0}' does not inherit the generic type parameters of its container.</source>
<target state="translated">Le type '{0}' n'hérite pas des paramètres de type générique de son conteneur.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PDBWritingFailed">
<source>Failure writing debug information: {0}</source>
<target state="translated">Échec de l'écriture des informations de débogage : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamDefaultValueDiffersFromAttribute">
<source>The parameter has multiple distinct default values.</source>
<target state="translated">Le paramètre contient plusieurs valeurs par défaut distinctes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldHasMultipleDistinctConstantValues">
<source>The field has multiple distinct constant values.</source>
<target state="translated">Le champ contient plusieurs valeurs de constante distinctes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncNoPIAReference">
<source>Cannot continue since the edit includes a reference to an embedded type: '{0}'.</source>
<target state="translated">Impossible de continuer, car la modification inclut une référence à un type incorporé : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncReferenceToAddedMember">
<source>Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.</source>
<target state="translated">Le membre '{0}' ajouté durant la session de débogage actuelle est uniquement accessible à partir de son assembly de déclaration '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedModule1">
<source>'{0}' is an unsupported .NET module.</source>
<target state="translated">'{0}' est un module .NET non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedEvent1">
<source>'{0}' is an unsupported event.</source>
<target state="translated">'{0}' est un événement non pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="PropertiesCanNotHaveTypeArguments">
<source>Properties can not have type arguments</source>
<target state="translated">Les propriétés ne peuvent pas avoir d'arguments de type</target>
<note />
</trans-unit>
<trans-unit id="IdentifierSyntaxNotWithinSyntaxTree">
<source>IdentifierSyntax not within syntax tree</source>
<target state="translated">IdentifierSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="AnonymousObjectCreationExpressionSyntaxNotWithinTree">
<source>AnonymousObjectCreationExpressionSyntax not within syntax tree</source>
<target state="translated">AnonymousObjectCreationExpressionSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="FieldInitializerSyntaxNotWithinSyntaxTree">
<source>FieldInitializerSyntax not within syntax tree</source>
<target state="translated">FieldInitializerSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="IDS_TheSystemCannotFindThePathSpecified">
<source>The system cannot find the path specified</source>
<target state="translated">Le système ne trouve pas le chemin indiqué</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoPointerTypesInVB">
<source>There are no pointer types in VB.</source>
<target state="translated">Les types pointer n'existent pas en VB.</target>
<note />
</trans-unit>
<trans-unit id="ThereIsNoDynamicTypeInVB">
<source>There is no dynamic type in VB.</source>
<target state="translated">Les types dynamiques n'existent pas en VB.</target>
<note />
</trans-unit>
<trans-unit id="VariableSyntaxNotWithinSyntaxTree">
<source>variableSyntax not within syntax tree</source>
<target state="translated">variableSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="AggregateSyntaxNotWithinSyntaxTree">
<source>AggregateSyntax not within syntax tree</source>
<target state="translated">AggregateSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="FunctionSyntaxNotWithinSyntaxTree">
<source>FunctionSyntax not within syntax tree</source>
<target state="translated">FunctionSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="PositionIsNotWithinSyntax">
<source>Position is not within syntax tree</source>
<target state="translated">La position ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="RangeVariableSyntaxNotWithinSyntaxTree">
<source>RangeVariableSyntax not within syntax tree</source>
<target state="translated">RangeVariableSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinSyntaxTree">
<source>DeclarationSyntax not within syntax tree</source>
<target state="translated">DeclarationSyntax ne se trouve pas dans l'arborescence de syntaxe</target>
<note />
</trans-unit>
<trans-unit id="StatementOrExpressionIsNotAValidType">
<source>StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax</source>
<target state="translated">StatementOrExpression n'est pas un ExecutableStatementSyntax ou un ExpressionSyntax</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinTree">
<source>DeclarationSyntax not within tree</source>
<target state="translated">DeclarationSyntax ne se trouve pas dans l'arborescence</target>
<note />
</trans-unit>
<trans-unit id="TypeParameterNotWithinTree">
<source>TypeParameter not within tree</source>
<target state="translated">TypeParameter ne se trouve dans l'arborescence</target>
<note />
</trans-unit>
<trans-unit id="NotWithinTree">
<source> not within tree</source>
<target state="translated"> ne se trouve pas dans l'arborescence</target>
<note />
</trans-unit>
<trans-unit id="LocationMustBeProvided">
<source>Location must be provided in order to provide minimal type qualification.</source>
<target state="translated">L'emplacement doit être indiqué pour fournir une qualification de type minimale.</target>
<note />
</trans-unit>
<trans-unit id="SemanticModelMustBeProvided">
<source>SemanticModel must be provided in order to provide minimal type qualification.</source>
<target state="translated">SemanticModel doit être indiqué afin de fournir une qualification de type minimale.</target>
<note />
</trans-unit>
<trans-unit id="NumberOfTypeParametersAndArgumentsMustMatch">
<source>the number of type parameters and arguments should be the same</source>
<target state="translated">le nombre de paramètres et d'arguments de type doit être identique</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResourceInModule">
<source>Cannot link resource files when building a module</source>
<target state="translated">Impossible de lier des fichiers de ressources lors de la création d'un module</target>
<note />
</trans-unit>
<trans-unit id="NotAVbSymbol">
<source>Not a VB symbol.</source>
<target state="translated">Symbole VB non valide.</target>
<note />
</trans-unit>
<trans-unit id="ElementsCannotBeNull">
<source>Elements cannot be null.</source>
<target state="translated">Les éléments ne peuvent pas avoir la valeur null.</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause">
<source>Unused import clause.</source>
<target state="translated">Clause d’importation inutilisée.</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement">
<source>Unused import statement.</source>
<target state="translated">Instruction d’importation inutilisée.</target>
<note />
</trans-unit>
<trans-unit id="WrongSemanticModelType">
<source>Expected a {0} SemanticModel.</source>
<target state="translated">SemanticModel {0} attendu.</target>
<note />
</trans-unit>
<trans-unit id="PositionNotWithinTree">
<source>Position must be within span of the syntax tree.</source>
<target state="translated">La position doit se trouver dans l'étendue de l'arborescence de syntaxe.</target>
<note />
</trans-unit>
<trans-unit id="SpeculatedSyntaxNodeCannotBelongToCurrentCompilation">
<source>Syntax node to be speculated cannot belong to a syntax tree from the current compilation.</source>
<target state="translated">Le nœud de syntaxe à extrapoler ne peut pas appartenir à une arborescence de syntaxe de la compilation actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ChainingSpeculativeModelIsNotSupported">
<source>Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.</source>
<target state="translated">Le chaînage d'un modèle sémantique spéculatif n'est pas pris en charge. Vous devez créer un modèle spéculatif à partir du ParentModel non spéculatif.</target>
<note />
</trans-unit>
<trans-unit id="IDS_ToolName">
<source>Microsoft (R) Visual Basic Compiler</source>
<target state="translated">Compilateur Microsoft (R) Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine1">
<source>{0} version {1}</source>
<target state="translated">{0} version {1}</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">Copyright (C) Microsoft Corporation. Tous droits réservés.</target>
<note />
</trans-unit>
<trans-unit id="IDS_LangVersions">
<source>Supported language versions:</source>
<target state="translated">Versions de langage prises en charge :</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong">
<source>Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">Le nom local '{0}' est trop long pour PDB. Raccourcissez-le ou compilez sans /debug.</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong_Title">
<source>Local name is too long for PDB</source>
<target state="translated">Le nom local est trop long pour PDB</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong">
<source>Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">La chaîne d'importation '{0}' est trop longue pour PDB. Raccourcissez-la ou compilez sans /debug.</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong_Title">
<source>Import string is too long for PDB</source>
<target state="translated">La chaîne d’importation est trop longue pour PDB</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter">
<source>XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.</source>
<target state="translated">Le commentaire XML a une balise avec un attribut 'cref' '{0}' qui est lié à un paramètre de type. Utilisez la balise <typeparamref> à la place.</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter_Title">
<source>XML comment has a tag with a 'cref' attribute that bound to a type parameter</source>
<target state="translated">Le commentaire XML possède une balise avec un attribut 'cref' lié à un paramètre de type</target>
<note />
</trans-unit>
<trans-unit id="ERR_LinkedNetmoduleMetadataMustProvideFullPEImage">
<source>Linked netmodule metadata must provide a full PE image: '{0}'.</source>
<target state="translated">Les métadonnées netmodule liées doivent fournir une image PE complète : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated">
<source>An instance of analyzer {0} cannot be created from {1} : {2}.</source>
<target state="translated">Impossible de créer une instance de l'analyseur {0} à partir de {1} : {2}.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated_Title">
<source>Instance of analyzer cannot be created</source>
<target state="translated">L’instance de l’analyseur ne peut pas être créée</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">L'assembly {0} ne contient pas d'analyseurs.</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly_Title">
<source>Assembly does not contain any analyzers</source>
<target state="translated">L'assembly ne contient pas d'analyseur</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer">
<source>Unable to load analyzer assembly {0} : {1}.</source>
<target state="translated">Impossible de charger l'assembly d'analyseur {0} : {1}.</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer_Title">
<source>Unable to load analyzer assembly</source>
<target state="translated">Impossible de charger l’assembly de l’analyseur</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer">
<source>Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.</source>
<target state="translated">Certains types contenus dans l'assembly analyseur {0} ont été ignorés pour cause de ReflectionTypeLoadException : {1}.</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer_Title">
<source>Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException</source>
<target state="translated">Ignorer le chargement de types dans un assembly d’analyseur qui échouent en raison d’une ReflectionTypeLoadException</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReadRulesetFile">
<source>Error reading ruleset file {0} - {1}</source>
<target state="translated">Erreur lors de la lecture du fichier ruleset {0} - {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PlatformDoesntSupport">
<source>{0} is not supported in current project type.</source>
<target state="translated">{0} n'est pas pris en charge dans le type de projet actif.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantUseRequiredAttribute">
<source>The RequiredAttribute attribute is not permitted on Visual Basic types.</source>
<target state="translated">L'attribut RequiredAttribute n'est pas autorisé dans des types Visual Basic.</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncodinglessSyntaxTree">
<source>Cannot emit debug information for a source text without encoding.</source>
<target state="translated">Impossible d'émettre des informations de débogage pour un texte source sans encodage.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatSpecifier">
<source>'{0}' is not a valid format specifier</source>
<target state="translated">'{0}' n'est pas un spécificateur de format valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPreprocessorConstantType">
<source>Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.</source>
<target state="translated">La constante de préprocesseur '{0}' de type '{1}' n'est pas prise en charge, seuls les types primitifs sont autorisés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedWarningKeyword">
<source>'Warning' expected.</source>
<target state="translated">'Warning' attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotBeMadeNullable1">
<source>'{0}' cannot be made nullable.</source>
<target state="translated">'{0}' ne peut pas être null.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConditionalWithRef">
<source>Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.</source>
<target state="translated">Un '?' de début ne peut s'afficher que dans une instruction 'With', et pas dans un initialiseur de membre d'objet.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullPropagatingOpInExpressionTree">
<source>A null propagating operator cannot be converted into an expression tree.</source>
<target state="translated">Impossible de convertir un opérateur de propagation null en une arborescence d'expression.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongOrComplexExpression">
<source>An expression is too long or complex to compile</source>
<target state="translated">Une expression est trop longue ou complexe à compiler</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionDoesntHaveName">
<source>This expression does not have a name.</source>
<target state="translated">Cette expression n'a pas de nom.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNameOfSubExpression">
<source>This sub-expression cannot be used inside NameOf argument.</source>
<target state="translated">Cette sous-expression ne peut pas être utilisée dans un argument NameOf.</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodTypeArgsUnexpected">
<source>Method type arguments unexpected.</source>
<target state="translated">Arguments de type de méthode inattendus.</target>
<note />
</trans-unit>
<trans-unit id="NoNoneSearchCriteria">
<source>SearchCriteria is expected.</source>
<target state="translated">SearchCriteria est attendu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCulture">
<source>Assembly culture strings may not contain embedded NUL characters.</source>
<target state="translated">Les chaînes de culture d'assembly ne peuvent pas contenir de caractères null incorporés.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InReferencedAssembly">
<source>There is an error in a referenced assembly '{0}'.</source>
<target state="translated">Il existe une erreur dans un assembly référencé '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationFormatWhitespace">
<source>Format specifier may not contain trailing whitespace.</source>
<target state="translated">Le spécificateur de format ne peut pas contenir d’espaces blancs de fin.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationAlignmentOutOfRange">
<source>Alignment value is outside of the supported range.</source>
<target state="translated">La valeur de l'alignement est en dehors de la plage prise en charge.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolatedStringFactoryError">
<source>There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.</source>
<target state="translated">Une ou plusieurs erreurs se sont produites lors de l'émission de l'appel à {0}.{1}. La méthode ou son type de retour peuvent être manquants ou incorrects.</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause_Title">
<source>Unused import clause</source>
<target state="translated">Clause import inutilisée</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement_Title">
<source>Unused import statement</source>
<target state="translated">Instruction import inutilisée</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantStringTooLong">
<source>Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.</source>
<target state="translated">La longueur de la constante de chaîne qui résulte de la concaténation dépasse System.Int32.MaxValue. Essayez de diviser la chaîne en plusieurs constantes.</target>
<note />
</trans-unit>
<trans-unit id="ERR_LanguageVersion">
<source>Visual Basic {0} does not support {1}.</source>
<target state="translated">Visual Basic {0} ne prend pas en charge {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPdbData">
<source>Error reading debug information for '{0}'</source>
<target state="translated">Erreur lors de la lecture des informations de débogage pour '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ArrayLiterals">
<source>array literal expressions</source>
<target state="translated">expressions littérales de tableaux</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AsyncExpressions">
<source>async methods or lambdas</source>
<target state="translated">méthodes Async ou expressions lambda</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AutoProperties">
<source>auto-implemented properties</source>
<target state="translated">propriétés implémentées automatiquement</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ReadonlyAutoProperties">
<source>readonly auto-implemented properties</source>
<target state="translated">propriétés implémentées automatiquement en lecture seule</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CoContraVariance">
<source>variance</source>
<target state="translated">variance</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CollectionInitializers">
<source>collection initializers</source>
<target state="translated">initialiseurs de collections</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_GlobalNamespace">
<source>declaring a Global namespace</source>
<target state="translated">déclaration d'un espace de noms global</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Iterators">
<source>iterators</source>
<target state="translated">itérateurs</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuation">
<source>implicit line continuation</source>
<target state="translated">continuation de ligne implicite</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_StatementLambdas">
<source>multi-line lambda expressions</source>
<target state="translated">Expressions lambda multilignes</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_SubLambdas">
<source>'Sub' lambda expressions</source>
<target state="translated">'Expressions lambda 'Sub'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NullPropagatingOperator">
<source>null conditional operations</source>
<target state="translated">Opérations conditionnelles null</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NameOfExpressions">
<source>'nameof' expressions</source>
<target state="translated">'Expressions 'nameof'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_RegionsEverywhere">
<source>region directives within method bodies or regions crossing boundaries of declaration blocks</source>
<target state="translated">directives region dans des corps de méthodes ou régions traversant les limites de blocs de déclaration</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_MultilineStringLiterals">
<source>multiline string literals</source>
<target state="translated">littéraux de chaîne multiligne</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CObjInAttributeArguments">
<source>CObj in attribute arguments</source>
<target state="translated">CObj dans les arguments d'attribut</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuationComments">
<source>line continuation comments</source>
<target state="translated">commentaires de continuation de ligne</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_TypeOfIsNot">
<source>TypeOf IsNot expression</source>
<target state="translated">Expression TypeOf IsNot</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_YearFirstDateLiterals">
<source>year-first date literals</source>
<target state="translated">littéraux de date avec année en premier</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_WarningDirectives">
<source>warning directives</source>
<target state="translated">directives warning</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialModules">
<source>partial modules</source>
<target state="translated">modules partiels</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialInterfaces">
<source>partial interfaces</source>
<target state="translated">interfaces partielles</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite">
<source>implementing read-only or write-only property with read-write property</source>
<target state="translated">implémentation d'une propriété en lecture seule ou en écriture seule avec une propriété en lecture/écriture</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_DigitSeparators">
<source>digit separators</source>
<target state="translated">séparateurs numériques</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_BinaryLiterals">
<source>binary literals</source>
<target state="translated">littéraux binaires</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Tuples">
<source>tuples</source>
<target state="translated">tuples</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PrivateProtected">
<source>Private Protected</source>
<target state="translated">Private Protected</target>
<note />
</trans-unit>
<trans-unit id="ERR_DebugEntryPointNotSourceMethodDefinition">
<source>Debug entry point must be a definition of a method declared in the current compilation.</source>
<target state="translated">Le point d'entrée de débogage doit être une définition d'une méthode déclarée dans la compilation actuelle.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPathMap">
<source>The pathmap option was incorrectly formatted.</source>
<target state="translated">Le format de l'option pathmap est incorrect.</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeIsNotASubmission">
<source>Syntax tree should be created from a submission.</source>
<target state="translated">L'arborescence de syntaxe doit être créée à partir d'une soumission.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyUserStrings">
<source>Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.</source>
<target state="translated">La longueur combinée des chaînes utilisateur que le programme utilise dépasse la limite autorisée. Essayez de réduire le nombre de littéraux de chaîne ou XML.</target>
<note />
</trans-unit>
<trans-unit id="ERR_PeWritingFailure">
<source>An error occurred while writing the output file: {0}</source>
<target state="translated">Une erreur s'est produite durant l'écriture du fichier de sortie : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionMustBeAbsolutePath">
<source>Option '{0}' must be an absolute path.</source>
<target state="translated">L'option '{0}' doit être un chemin absolu.</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceLinkRequiresPdb">
<source>/sourcelink switch is only supported when emitting PDB.</source>
<target state="translated">Le commutateur /sourcelink est uniquement pris en charge durant l'émission d'un fichier PDB.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleDuplicateElementName">
<source>Tuple element names must be unique.</source>
<target state="translated">Les noms d'éléments d'un tuple doivent être uniques.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch">
<source>The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.</source>
<target state="translated">Le nom d'élément tuple '{0}' est ignoré, car un autre nom est spécifié ou aucun nom n'est spécifié par le type cible '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch_Title">
<source>The tuple element name is ignored because a different name or no name is specified by the assignment target.</source>
<target state="translated">Le nom d'élément tuple est ignoré, car un autre nom est spécifié ou aucun nom n'est spécifié par la cible de l'assignation.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementName">
<source>Tuple element name '{0}' is only allowed at position {1}.</source>
<target state="translated">Le nom d'élément de tuple '{0}' est uniquement autorisé à la position {1}.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementNameAnyPosition">
<source>Tuple element name '{0}' is disallowed at any position.</source>
<target state="translated">Le nom d'élément de tuple '{0}' est interdit à toutes les positions.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleTooFewElements">
<source>Tuple must contain at least two elements.</source>
<target state="translated">Le tuple doit contenir au moins deux éléments.</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleElementNamesAttributeMissing">
<source>Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?</source>
<target state="translated">Impossible de définir une classe ou un membre qui utilise des tuples, car le type '{0}' nécessaire au compilateur est introuvable. Une référence est-elle manquante ?</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExplicitTupleElementNamesAttribute">
<source>Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.</source>
<target state="translated">Impossible de référencer 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitement. Utilisez la syntaxe des tuples pour définir les noms de tuples.</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefReturningCallInExpressionTree">
<source>An expression tree may not contain a call to a method or property that returns by reference.</source>
<target state="translated">Une arborescence de l'expression ne peut pas contenir un appel à une méthode ou une propriété qui effectue un retour par référence.</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedWithoutPdb">
<source>/embed switch is only supported when emitting a PDB.</source>
<target state="translated">Le commutateur /embed est uniquement pris en charge durant l'émission d'un fichier PDB.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInstrumentationKind">
<source>Invalid instrumentation kind: {0}</source>
<target state="translated">Genre d'instrumentation non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DocFileGen">
<source>Error writing to XML documentation file: {0}</source>
<target state="translated">Erreur d'écriture dans le fichier de documentation XML : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAssemblyName">
<source>Invalid assembly name: {0}</source>
<target state="translated">Nom d'assembly non valide : {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeForwardedToMultipleAssemblies">
<source>Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.</source>
<target state="translated">Le module '{0}' dans l'assembly '{1}' transfère le type '{2}' à plusieurs assemblys : '{3}' et '{4}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_Merge_conflict_marker_encountered">
<source>Merge conflict marker encountered</source>
<target state="translated">Marqueur de conflit de fusion rencontré</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoRefOutWhenRefOnly">
<source>Do not use refout when using refonly.</source>
<target state="translated">N'utilisez pas refout quand vous utilisez refonly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNetModuleOutputWhenRefOutOrRefOnly">
<source>Cannot compile net modules when using /refout or /refonly.</source>
<target state="translated">Impossible de compiler les modules net en utilisant /refout ou /refonly.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNonTrailingNamedArgument">
<source>Named argument '{0}' is used out-of-position but is followed by an unnamed argument</source>
<target state="translated">L'argument nommé '{0}' est utilisé hors-position mais est suivi d'un argument sans nom</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDocumentationMode">
<source>Provided documentation mode is unsupported or invalid: '{0}'.</source>
<target state="translated">Le mode de documentation fourni n'est pas pris en charge ou est non valide : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLanguageVersion">
<source>Provided language version is unsupported or invalid: '{0}'.</source>
<target state="translated">La version de langage fournie n'est pas prise en charge ou est non valide : '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSourceCodeKind">
<source>Provided source code kind is unsupported or invalid: '{0}'</source>
<target state="translated">Le genre de code source fourni n'est pas pris en charge ou est non valide : '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleInferredNamesNotAvailable">
<source>Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.</source>
<target state="translated">Le nom d'élément de tuple '{0}' est déduit. Utilisez la version de langage {1} ou une version supérieure pour accéder à un élément par son nom déduit.</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental">
<source>'{0}' is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">'{0}' est utilisé à des fins d'évaluation uniquement. Il sera peut-être changé ou supprimé au cours des prochaines mises à jour.</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental_Title">
<source>Type is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">Le type est utilisé à des fins d'évaluation uniquement. Il sera peut-être changé ou supprimé au cours des prochaines mises à jour.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInfo">
<source>Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'</source>
<target state="translated">Impossible de lire les informations de débogage de la méthode '{0}' (jeton 0x{1}) dans l'assembly '{2}'</target>
<note />
</trans-unit>
<trans-unit id="IConversionExpressionIsNotVisualBasicConversion">
<source>{0} is not a valid Visual Basic conversion expression</source>
<target state="translated">{0} n'est pas une expression de conversion Visual Basic valide</target>
<note />
</trans-unit>
<trans-unit id="IArgumentIsNotVisualBasicArgument">
<source>{0} is not a valid Visual Basic argument</source>
<target state="translated">{0} n'est pas un argument Visual Basic valide</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LeadingDigitSeparator">
<source>leading digit separator</source>
<target state="translated">séparateur numérique de début</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleResolutionAmbiguous3">
<source>Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'</source>
<target state="translated">Le type prédéfini '{0}' est déclaré dans plusieurs assemblys référencés : '{1}' et '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment">
<source>{0} is not a valid Visual Basic compound assignment operation</source>
<target state="translated">{0} n'est pas une opération d'assignation composée Visual Basic valide</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHashAlgorithmName">
<source>Invalid hash algorithm name: '{0}'</source>
<target state="translated">Nom d'algorithme de hachage non valide : '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InterpolatedStrings">
<source>interpolated strings</source>
<target state="translated">chaînes interpolées</target>
<note />
</trans-unit>
<trans-unit id="FTL_InvalidInputFileName">
<source>File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long</source>
<target state="translated">Le nom de fichier '{0}' est vide, contient des caractères non valides, spécifie un lecteur sans chemin d'accès absolu ou est trop long</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB">
<source>'{0}' is not supported in VB.</source>
<target state="translated">'{0}' n’est pas pris en charge dans VB.</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB_Title">
<source>Attribute is not supported in VB</source>
<target state="translated">L’attribut n’est pas pris en charge dans VB</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/Core/Portable/xlf/FeaturesResources.de.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FeaturesResources.resx">
<body>
<trans-unit id="0_directive">
<source>#{0} directive</source>
<target state="new">#{0} directive</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_abbreviated">
<source>AM/PM (abbreviated)</source>
<target state="translated">AM/PM (abgekürzt)</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_abbreviated_description">
<source>The "t" custom format specifier represents the first character of the AM/PM designator. The appropriate localized designator is retrieved from the DateTimeFormatInfo.AMDesignator or DateTimeFormatInfo.PMDesignator property of the current or specific culture. The AM designator is used for all times from 0:00:00 (midnight) to 11:59:59.999. The PM designator is used for all times from 12:00:00 (noon) to 23:59:59.999.
If the "t" format specifier is used without other custom format specifiers, it's interpreted as the "t" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "t" repräsentiert das erste Zeichen des AM/PM-Kennzeichners. Der geeignete lokalisierte Kennzeichner wird aus der DateTimeFormatInfo.AMDesignator- oder DateTimeFormatInfo.PMDesignator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen. Der AM-Kennzeichner wird für alle Uhrzeiten von 0:00:00 (Mitternacht) bis 11:59:59.999 verwendet. Der PM-Kennzeichner wird für alle Uhrzeiten von 12:00:00 (Mittag) bis 23:59:59.999 verwendet.
Bei Verwendung des Formatbezeichners "t" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "t" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_full">
<source>AM/PM (full)</source>
<target state="translated">AM/PM (vollständig)</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_full_description">
<source>The "tt" custom format specifier (plus any number of additional "t" specifiers) represents the entire AM/PM designator. The appropriate localized designator is retrieved from the DateTimeFormatInfo.AMDesignator or DateTimeFormatInfo.PMDesignator property of the current or specific culture. The AM designator is used for all times from 0:00:00 (midnight) to 11:59:59.999. The PM designator is used for all times from 12:00:00 (noon) to 23:59:59.999.
Make sure to use the "tt" specifier for languages for which it's necessary to maintain the distinction between AM and PM. An example is Japanese, for which the AM and PM designators differ in the second character instead of the first character.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "tt" (plus beliebig viele zusätzliche t-Bezeichner) repräsentiert den vollständigen AM/PM-Kennzeichner. Der geeignete lokalisierte Kennzeichner wird aus der DateTimeFormatInfo.AMDesignator- oder DateTimeFormatInfo.PMDesignator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen. Der AM-Kennzeichner wird für alle Uhrzeiten von 0:00:00 (Mitternacht) bis 11:59:59.999 verwendet. Der PM-Kennzeichner wird für alle Uhrzeiten von 12:00:00 (Mittag) bis 23:59:59.999 verwendet.
Stellen Sie sicher, dass Sie den Bezeichner "tt" für Sprachen verwenden, für die eine Unterscheidung zwischen AM und PM erforderlich ist. Ein Beispiel ist Japanisch, bei dem sich die AM- und PM-Kennzeichner durch das zweite Zeichen anstelle des ersten Zeichens unterscheiden.</target>
<note />
</trans-unit>
<trans-unit id="A_subtraction_must_be_the_last_element_in_a_character_class">
<source>A subtraction must be the last element in a character class</source>
<target state="translated">Eine Subtraktion muss das letzte Element in einer Zeichenklasse sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [a-[b]-c]</note>
</trans-unit>
<trans-unit id="Accessing_captured_variable_0_that_hasn_t_been_accessed_before_in_1_requires_restarting_the_application">
<source>Accessing captured variable '{0}' that hasn't been accessed before in {1} requires restarting the application.</source>
<target state="new">Accessing captured variable '{0}' that hasn't been accessed before in {1} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Add_DebuggerDisplay_attribute">
<source>Add 'DebuggerDisplay' attribute</source>
<target state="translated">DebuggerDisplay-Attribut hinzufügen</target>
<note>{Locked="DebuggerDisplay"} "DebuggerDisplay" is a BCL class and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_explicit_cast">
<source>Add explicit cast</source>
<target state="translated">Explizite Umwandlung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_member_name">
<source>Add member name</source>
<target state="translated">Membername hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_null_checks_for_all_parameters">
<source>Add null checks for all parameters</source>
<target state="translated">NULL-Überprüfungen für alle Parameter hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_optional_parameter_to_constructor">
<source>Add optional parameter to constructor</source>
<target state="translated">Optionalen Parameter zum Konstruktor hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameter_to_0_and_overrides_implementations">
<source>Add parameter to '{0}' (and overrides/implementations)</source>
<target state="translated">Parameter zu "{0}" (und Außerkraftsetzungen/Implementierungen) hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameter_to_constructor">
<source>Add parameter to constructor</source>
<target state="translated">Parameter zum Konstruktor hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_project_reference_to_0">
<source>Add project reference to '{0}'.</source>
<target state="translated">Fügen Sie zu "{0}" einen Projektverweis hinzu.</target>
<note />
</trans-unit>
<trans-unit id="Add_reference_to_0">
<source>Add reference to '{0}'.</source>
<target state="translated">Fügen Sie zu "{0}" einen Verweis hinzu.</target>
<note />
</trans-unit>
<trans-unit id="Actions_can_not_be_empty">
<source>Actions can not be empty.</source>
<target state="translated">Aktionen dürfen nicht leer sein.</target>
<note />
</trans-unit>
<trans-unit id="Add_tuple_element_name_0">
<source>Add tuple element name '{0}'</source>
<target state="translated">Tupelelementnamen "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_around_an_active_statement_requires_restarting_the_application">
<source>Adding {0} around an active statement requires restarting the application.</source>
<target state="new">Adding {0} around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_a_1_requires_restarting_the_application">
<source>Adding {0} into a {1} requires restarting the application.</source>
<target state="new">Adding {0} into a {1} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_a_class_with_explicit_or_sequential_layout_requires_restarting_the_application">
<source>Adding {0} into a class with explicit or sequential layout requires restarting the application.</source>
<target state="new">Adding {0} into a class with explicit or sequential layout requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_a_generic_type_requires_restarting_the_application">
<source>Adding {0} into a generic type requires restarting the application.</source>
<target state="new">Adding {0} into a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_an_interface_method_requires_restarting_the_application">
<source>Adding {0} into an interface method requires restarting the application.</source>
<target state="new">Adding {0} into an interface method requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_an_interface_requires_restarting_the_application">
<source>Adding {0} into an interface requires restarting the application.</source>
<target state="new">Adding {0} into an interface requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_requires_restarting_the_application">
<source>Adding {0} requires restarting the application.</source>
<target state="new">Adding {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_that_accesses_captured_variables_1_and_2_declared_in_different_scopes_requires_restarting_the_application">
<source>Adding {0} that accesses captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</source>
<target state="new">Adding {0} that accesses captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_with_the_Handles_clause_requires_restarting_the_application">
<source>Adding {0} with the Handles clause requires restarting the application.</source>
<target state="new">Adding {0} with the Handles clause requires restarting the application.</target>
<note>{Locked="Handles"} "Handles" is VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Adding_a_MustOverride_0_or_overriding_an_inherited_0_requires_restarting_the_application">
<source>Adding a MustOverride {0} or overriding an inherited {0} requires restarting the application.</source>
<target state="new">Adding a MustOverride {0} or overriding an inherited {0} requires restarting the application.</target>
<note>{Locked="MustOverride"} "MustOverride" is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Adding_a_constructor_to_a_type_with_a_field_or_property_initializer_that_contains_an_anonymous_function_requires_restarting_the_application">
<source>Adding a constructor to a type with a field or property initializer that contains an anonymous function requires restarting the application.</source>
<target state="new">Adding a constructor to a type with a field or property initializer that contains an anonymous function requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_generic_0_requires_restarting_the_application">
<source>Adding a generic {0} requires restarting the application.</source>
<target state="new">Adding a generic {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_method_with_an_explicit_interface_specifier_requires_restarting_the_application">
<source>Adding a method with an explicit interface specifier requires restarting the application.</source>
<target state="new">Adding a method with an explicit interface specifier requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_new_file_requires_restarting_the_application">
<source>Adding a new file requires restarting the application.</source>
<target state="new">Adding a new file requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_user_defined_0_requires_restarting_the_application">
<source>Adding a user defined {0} requires restarting the application.</source>
<target state="new">Adding a user defined {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_an_abstract_0_or_overriding_an_inherited_0_requires_restarting_the_application">
<source>Adding an abstract {0} or overriding an inherited {0} requires restarting the application.</source>
<target state="new">Adding an abstract {0} or overriding an inherited {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_an_extern_0_requires_restarting_the_application">
<source>Adding an extern {0} requires restarting the application.</source>
<target state="new">Adding an extern {0} requires restarting the application.</target>
<note>{Locked="extern"} "extern" is C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Adding_an_imported_method_requires_restarting_the_application">
<source>Adding an imported method requires restarting the application.</source>
<target state="new">Adding an imported method requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Align_wrapped_arguments">
<source>Align wrapped arguments</source>
<target state="translated">Umschlossene Argumente ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Align_wrapped_parameters">
<source>Align wrapped parameters</source>
<target state="translated">Umschlossene Parameter ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Alternation_conditions_cannot_be_comments">
<source>Alternation conditions cannot be comments</source>
<target state="translated">Wechselbedingungen dürfen keine Kommentare sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a|(?#b)</note>
</trans-unit>
<trans-unit id="Alternation_conditions_do_not_capture_and_cannot_be_named">
<source>Alternation conditions do not capture and cannot be named</source>
<target state="translated">Wechselbedingungen werden nicht erfasst und können nicht benannt werden.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(?'x'))</note>
</trans-unit>
<trans-unit id="An_update_that_causes_the_return_type_of_implicit_main_to_change_requires_restarting_the_application">
<source>An update that causes the return type of the implicit Main method to change requires restarting the application.</source>
<target state="new">An update that causes the return type of the implicit Main method to change requires restarting the application.</target>
<note>{Locked="Main"} is C# keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Apply_file_header_preferences">
<source>Apply file header preferences</source>
<target state="translated">Dateiheadereinstellungen anwenden</target>
<note />
</trans-unit>
<trans-unit id="Apply_object_collection_initialization_preferences">
<source>Apply object/collection initialization preferences</source>
<target state="translated">Einstellungen zur Objekt-/Sammlungsinitialisierung anwenden</target>
<note />
</trans-unit>
<trans-unit id="Attribute_0_is_missing_Updating_an_async_method_or_an_iterator_requires_restarting_the_application">
<source>Attribute '{0}' is missing. Updating an async method or an iterator requires restarting the application.</source>
<target state="new">Attribute '{0}' is missing. Updating an async method or an iterator requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Asynchronously_waits_for_the_task_to_finish">
<source>Asynchronously waits for the task to finish.</source>
<target state="new">Asynchronously waits for the task to finish.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Erwartete Aufgabe gibt "{0}" zurück</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_no_value">
<source>Awaited task returns no value</source>
<target state="translated">Erwartete Aufgabe gibt keinen Wert zurück</target>
<note />
</trans-unit>
<trans-unit id="Base_classes_contain_inaccessible_unimplemented_members">
<source>Base classes contain inaccessible unimplemented members</source>
<target state="translated">Basisklassen enthalten nicht implementierte Member, auf die nicht zugegriffen werden kann.</target>
<note />
</trans-unit>
<trans-unit id="CannotApplyChangesUnexpectedError">
<source>Cannot apply changes -- unexpected error: '{0}'</source>
<target state="translated">Änderungen können nicht angewendet werden -- unerwarteter Fehler: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Cannot_include_class_0_in_character_range">
<source>Cannot include class \{0} in character range</source>
<target state="translated">Die Klasse \{0} kann nicht in den Zeichenbereich aufgenommen werden.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [a-\w]. {0} is the invalid class (\w here)</note>
</trans-unit>
<trans-unit id="Capture_group_numbers_must_be_less_than_or_equal_to_Int32_MaxValue">
<source>Capture group numbers must be less than or equal to Int32.MaxValue</source>
<target state="translated">Erfassungsgruppennummern müssen kleiner oder gleich Int32.MaxValue sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a{2147483648}</note>
</trans-unit>
<trans-unit id="Capture_number_cannot_be_zero">
<source>Capture number cannot be zero</source>
<target state="translated">Aufzeichnungsnummer darf nicht 0 (null) sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<0>a)</note>
</trans-unit>
<trans-unit id="Capturing_variable_0_that_hasn_t_been_captured_before_requires_restarting_the_application">
<source>Capturing variable '{0}' that hasn't been captured before requires restarting the application.</source>
<target state="new">Capturing variable '{0}' that hasn't been captured before requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Ceasing_to_access_captured_variable_0_in_1_requires_restarting_the_application">
<source>Ceasing to access captured variable '{0}' in {1} requires restarting the application.</source>
<target state="new">Ceasing to access captured variable '{0}' in {1} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Ceasing_to_capture_variable_0_requires_restarting_the_application">
<source>Ceasing to capture variable '{0}' requires restarting the application.</source>
<target state="new">Ceasing to capture variable '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="ChangeSignature_NewParameterInferValue">
<source><infer></source>
<target state="translated"><ableiten></target>
<note />
</trans-unit>
<trans-unit id="ChangeSignature_NewParameterIntroduceTODOVariable">
<source>TODO</source>
<target state="translated">TODO</target>
<note>"TODO" is an indication that there is work still to be done.</note>
</trans-unit>
<trans-unit id="ChangeSignature_NewParameterOmitValue">
<source><omit></source>
<target state="translated"><Auslassen></target>
<note />
</trans-unit>
<trans-unit id="Change_namespace_to_0">
<source>Change namespace to '{0}'</source>
<target state="translated">Namespace in "{0}" ändern</target>
<note />
</trans-unit>
<trans-unit id="Change_to_global_namespace">
<source>Change to global namespace</source>
<target state="translated">In globalen Namespace ändern</target>
<note />
</trans-unit>
<trans-unit id="ChangesDisallowedWhileStoppedAtException">
<source>Changes are not allowed while stopped at exception</source>
<target state="translated">Änderungen sind nicht zulässig, solange der Vorgang bei einer Ausnahme angehalten ist.</target>
<note />
</trans-unit>
<trans-unit id="ChangesNotAppliedWhileRunning">
<source>Changes made in project '{0}' will not be applied while the application is running</source>
<target state="translated">Im Projekt "{0}" vorgenommene Änderungen werden nicht angewendet, während die Anwendung ausgeführt wird.</target>
<note />
</trans-unit>
<trans-unit id="ChangesRequiredSynthesizedType">
<source>One or more changes result in a new type being created by the compiler, which requires restarting the application because it is not supported by the runtime</source>
<target state="new">One or more changes result in a new type being created by the compiler, which requires restarting the application because it is not supported by the runtime</target>
<note />
</trans-unit>
<trans-unit id="Changing_0_from_asynchronous_to_synchronous_requires_restarting_the_application">
<source>Changing {0} from asynchronous to synchronous requires restarting the application.</source>
<target state="new">Changing {0} from asynchronous to synchronous requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_0_to_1_requires_restarting_the_application_because_it_changes_the_shape_of_the_state_machine">
<source>Changing '{0}' to '{1}' requires restarting the application because it changes the shape of the state machine.</source>
<target state="new">Changing '{0}' to '{1}' requires restarting the application because it changes the shape of the state machine.</target>
<note />
</trans-unit>
<trans-unit id="Changing_a_field_to_an_event_or_vice_versa_requires_restarting_the_application">
<source>Changing a field to an event or vice versa requires restarting the application.</source>
<target state="new">Changing a field to an event or vice versa requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_constraints_of_0_requires_restarting_the_application">
<source>Changing constraints of {0} requires restarting the application.</source>
<target state="new">Changing constraints of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_parameter_types_of_0_requires_restarting_the_application">
<source>Changing parameter types of {0} requires restarting the application.</source>
<target state="new">Changing parameter types of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_pseudo_custom_attribute_0_of_1_requires_restarting_th_application">
<source>Changing pseudo-custom attribute '{0}' of {1} requires restarting the application</source>
<target state="new">Changing pseudo-custom attribute '{0}' of {1} requires restarting the application</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_declaration_scope_of_a_captured_variable_0_requires_restarting_the_application">
<source>Changing the declaration scope of a captured variable '{0}' requires restarting the application.</source>
<target state="new">Changing the declaration scope of a captured variable '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_parameters_of_0_requires_restarting_the_application">
<source>Changing the parameters of {0} requires restarting the application.</source>
<target state="new">Changing the parameters of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_return_type_of_0_requires_restarting_the_application">
<source>Changing the return type of {0} requires restarting the application.</source>
<target state="new">Changing the return type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_type_of_0_requires_restarting_the_application">
<source>Changing the type of {0} requires restarting the application.</source>
<target state="new">Changing the type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_type_of_a_captured_variable_0_previously_of_type_1_requires_restarting_the_application">
<source>Changing the type of a captured variable '{0}' previously of type '{1}' requires restarting the application.</source>
<target state="new">Changing the type of a captured variable '{0}' previously of type '{1}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_type_parameters_of_0_requires_restarting_the_application">
<source>Changing type parameters of {0} requires restarting the application.</source>
<target state="new">Changing type parameters of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_visibility_of_0_requires_restarting_the_application">
<source>Changing visibility of {0} requires restarting the application.</source>
<target state="new">Changing visibility of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Configure_0_code_style">
<source>Configure {0} code style</source>
<target state="translated">Codeformat "{0}" konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Configure_0_severity">
<source>Configure {0} severity</source>
<target state="translated">Schweregrad "{0}" konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Configure_severity_for_all_0_analyzers">
<source>Configure severity for all '{0}' analyzers</source>
<target state="translated">Schweregrad für alle Analysetools für "{0}" konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Configure_severity_for_all_analyzers">
<source>Configure severity for all analyzers</source>
<target state="translated">Schweregrad für alle Analysetools konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_linq">
<source>Convert to LINQ</source>
<target state="translated">In LINQ konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Add_to_0">
<source>Add to '{0}'</source>
<target state="translated">Zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_class">
<source>Convert to class</source>
<target state="translated">In Klasse konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_linq_call_form">
<source>Convert to LINQ (call form)</source>
<target state="translated">In LINQ konvertieren (Aufrufformular)</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_record">
<source>Convert to record</source>
<target state="translated">In Datensatz konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_record_struct">
<source>Convert to record struct</source>
<target state="translated">In Datensatzstruktur konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_struct">
<source>Convert to struct</source>
<target state="translated">In Struktur konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_type_to_0">
<source>Convert type to '{0}'</source>
<target state="translated">Typ in "{0}" konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_field_0">
<source>Create and assign field '{0}'</source>
<target state="translated">Feld "{0}" erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_property_0">
<source>Create and assign property '{0}'</source>
<target state="translated">Eigenschaft "{0}" erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_remaining_as_fields">
<source>Create and assign remaining as fields</source>
<target state="translated">Verbleibende Elemente als Felder erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_remaining_as_properties">
<source>Create and assign remaining as properties</source>
<target state="translated">Verbleibende Elemente als Eigenschaften erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Deleting_0_around_an_active_statement_requires_restarting_the_application">
<source>Deleting {0} around an active statement requires restarting the application.</source>
<target state="new">Deleting {0} around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Deleting_0_requires_restarting_the_application">
<source>Deleting {0} requires restarting the application.</source>
<target state="new">Deleting {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Deleting_captured_variable_0_requires_restarting_the_application">
<source>Deleting captured variable '{0}' requires restarting the application.</source>
<target state="new">Deleting captured variable '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Do_not_change_this_code_Put_cleanup_code_in_0_method">
<source>Do not change this code. Put cleanup code in '{0}' method</source>
<target state="translated">Ändern Sie diesen Code nicht. Fügen Sie Bereinigungscode in der Methode "{0}" ein.</target>
<note />
</trans-unit>
<trans-unit id="DocumentIsOutOfSyncWithDebuggee">
<source>The current content of source file '{0}' does not match the built source. Any changes made to this file while debugging won't be applied until its content matches the built source.</source>
<target state="translated">Der aktuelle Inhalt der Quelldatei "{0}" stimmt nicht mit dem kompilierten Quellcode überein. Alle Änderungen, die während des Debuggens an dieser Datei vorgenommen wurden, werden erst angewendet, wenn der Inhalt dem kompilierten Quellcode entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Document_must_be_contained_in_the_workspace_that_created_this_service">
<source>Document must be contained in the workspace that created this service</source>
<target state="translated">Dokument muss in dem Arbeitsbereich enthalten sein, der diesen Dienst erstellt hat</target>
<note />
</trans-unit>
<trans-unit id="EditAndContinue">
<source>Edit and Continue</source>
<target state="translated">Bearbeiten und Fortfahren</target>
<note />
</trans-unit>
<trans-unit id="EditAndContinueDisallowedByModule">
<source>Edit and Continue disallowed by module</source>
<target state="translated">Bearbeiten und Fortfahren durch Modul untersagt</target>
<note />
</trans-unit>
<trans-unit id="EditAndContinueDisallowedByProject">
<source>Changes made in project '{0}' require restarting the application: {1}</source>
<target state="needs-review-translation">Die im Projekt "{0}" vorgenommenen Änderungen verhindern, dass die Debugsitzung fortgesetzt wird: {1}</target>
<note />
</trans-unit>
<trans-unit id="Edit_and_continue_is_not_supported_by_the_runtime">
<source>Edit and continue is not supported by the runtime.</source>
<target state="translated">"Bearbeiten und fortfahren" wird von der Runtime nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="ErrorReadingFile">
<source>Error while reading file '{0}': {1}</source>
<target state="translated">Fehler beim Lesen der Datei "{0}": {1}</target>
<note />
</trans-unit>
<trans-unit id="Error_creating_instance_of_CodeFixProvider">
<source>Error creating instance of CodeFixProvider</source>
<target state="translated">Fehler beim Erstellen der CodeFixProvider-Instanz</target>
<note />
</trans-unit>
<trans-unit id="Error_creating_instance_of_CodeFixProvider_0">
<source>Error creating instance of CodeFixProvider '{0}'</source>
<target state="translated">Fehler beim Erstellen der CodeFixProvider-Instanz "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Example">
<source>Example:</source>
<target state="translated">Beispiel:</target>
<note>Singular form when we want to show an example, but only have one to show.</note>
</trans-unit>
<trans-unit id="Examples">
<source>Examples:</source>
<target state="translated">Beispiele:</target>
<note>Plural form when we have multiple examples to show.</note>
</trans-unit>
<trans-unit id="Explicitly_implemented_methods_of_records_must_have_parameter_names_that_match_the_compiler_generated_equivalent_0">
<source>Explicitly implemented methods of records must have parameter names that match the compiler generated equivalent '{0}'</source>
<target state="translated">Explizit implementierte Methoden von Datensätzen müssen Parameternamen aufweisen, die mit dem vom Compiler generierten Äquivalent "{0}" übereinstimmen.</target>
<note />
</trans-unit>
<trans-unit id="Extract_base_class">
<source>Extract base class...</source>
<target state="translated">Basisklasse extrahieren...</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Schnittstelle extrahieren...</target>
<note />
</trans-unit>
<trans-unit id="Extract_local_function">
<source>Extract local function</source>
<target state="translated">Lokale Funktion extrahieren</target>
<note />
</trans-unit>
<trans-unit id="Extract_method">
<source>Extract method</source>
<target state="translated">Methode extrahieren</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_analyze_data_flow_for_0">
<source>Failed to analyze data-flow for: {0}</source>
<target state="translated">Fehler beim Analysieren des Datenflusses für: {0}</target>
<note />
</trans-unit>
<trans-unit id="Fix_formatting">
<source>Fix formatting</source>
<target state="translated">Formatierung beheben</target>
<note />
</trans-unit>
<trans-unit id="Fix_typo_0">
<source>Fix typo '{0}'</source>
<target state="translated">Tippfehler "{0}" korrigieren</target>
<note />
</trans-unit>
<trans-unit id="Format_document">
<source>Format document</source>
<target state="translated">Dokument formatieren</target>
<note />
</trans-unit>
<trans-unit id="Formatting_document">
<source>Formatting document</source>
<target state="translated">Dokument wird formatiert</target>
<note />
</trans-unit>
<trans-unit id="Generate_comparison_operators">
<source>Generate comparison operators</source>
<target state="translated">Vergleichsoperatoren generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_in_0_with_fields">
<source>Generate constructor in '{0}' (with fields)</source>
<target state="translated">Konstruktor in "{0}" (mit Feldern) generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_in_0_with_properties">
<source>Generate constructor in '{0}' (with properties)</source>
<target state="translated">Konstruktor in "{0}" (mit Eigenschaften) generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_for_0">
<source>Generate for '{0}'</source>
<target state="translated">Für "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_parameter_0">
<source>Generate parameter '{0}'</source>
<target state="translated">Parameter "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_parameter_0_and_overrides_implementations">
<source>Generate parameter '{0}' (and overrides/implementations)</source>
<target state="translated">Parameter "{0}" (und Außerkraftsetzungen/Implementierungen) generieren</target>
<note />
</trans-unit>
<trans-unit id="Illegal_backslash_at_end_of_pattern">
<source>Illegal \ at end of pattern</source>
<target state="translated">Nicht zulässiges \-Zeichen am Ende des Musters.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \</note>
</trans-unit>
<trans-unit id="Illegal_x_y_with_x_less_than_y">
<source>Illegal {x,y} with x > y</source>
<target state="translated">Illegaler {x,y}-Wert mit x > y.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a{1,0}</note>
</trans-unit>
<trans-unit id="Implement_0_explicitly">
<source>Implement '{0}' explicitly</source>
<target state="translated">"{0}" explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_0_implicitly">
<source>Implement '{0}' implicitly</source>
<target state="translated">"{0}" implizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_abstract_class">
<source>Implement abstract class</source>
<target state="translated">Abstrakte Klasse implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_all_interfaces_explicitly">
<source>Implement all interfaces explicitly</source>
<target state="translated">Alle Schnittstellen explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_all_interfaces_implicitly">
<source>Implement all interfaces implicitly</source>
<target state="translated">Alle Schnittstellen implizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_all_members_explicitly">
<source>Implement all members explicitly</source>
<target state="translated">Alle Member explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_explicitly">
<source>Implement explicitly</source>
<target state="translated">Explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_implicitly">
<source>Implement implicitly</source>
<target state="translated">Implizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_remaining_members_explicitly">
<source>Implement remaining members explicitly</source>
<target state="translated">Verbleibende Member explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_through_0">
<source>Implement through '{0}'</source>
<target state="translated">Über "{0}" implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implementing_a_record_positional_parameter_0_as_read_only_requires_restarting_the_application">
<source>Implementing a record positional parameter '{0}' as read only requires restarting the application,</source>
<target state="new">Implementing a record positional parameter '{0}' as read only requires restarting the application,</target>
<note />
</trans-unit>
<trans-unit id="Implementing_a_record_positional_parameter_0_with_a_set_accessor_requires_restarting_the_application">
<source>Implementing a record positional parameter '{0}' with a set accessor requires restarting the application.</source>
<target state="new">Implementing a record positional parameter '{0}' with a set accessor requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Incomplete_character_escape">
<source>Incomplete \p{X} character escape</source>
<target state="translated">Unvollständiges \p{X}-Escapezeichen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{ Cc }</note>
</trans-unit>
<trans-unit id="Indent_all_arguments">
<source>Indent all arguments</source>
<target state="translated">Alle Argumente einrücken</target>
<note />
</trans-unit>
<trans-unit id="Indent_all_parameters">
<source>Indent all parameters</source>
<target state="translated">Alle Parameter einrücken</target>
<note />
</trans-unit>
<trans-unit id="Indent_wrapped_arguments">
<source>Indent wrapped arguments</source>
<target state="translated">Umschlossene Argumente einrücken</target>
<note />
</trans-unit>
<trans-unit id="Indent_wrapped_parameters">
<source>Indent wrapped parameters</source>
<target state="translated">Einzug für umschlossene Parameter</target>
<note />
</trans-unit>
<trans-unit id="Inline_0">
<source>Inline '{0}'</source>
<target state="translated">"{0}" inline einbinden</target>
<note />
</trans-unit>
<trans-unit id="Inline_and_keep_0">
<source>Inline and keep '{0}'</source>
<target state="translated">"{0}" inline einbinden und beibehalten</target>
<note />
</trans-unit>
<trans-unit id="Insufficient_hexadecimal_digits">
<source>Insufficient hexadecimal digits</source>
<target state="translated">Nicht genügend Hexadezimalziffern.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \x</note>
</trans-unit>
<trans-unit id="Introduce_constant">
<source>Introduce constant</source>
<target state="translated">Konstante einfügen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_field">
<source>Introduce field</source>
<target state="translated">Feld einführen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local">
<source>Introduce local</source>
<target state="translated">Lokale Variable einführen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_parameter">
<source>Introduce parameter</source>
<target state="new">Introduce parameter</target>
<note />
</trans-unit>
<trans-unit id="Introduce_parameter_for_0">
<source>Introduce parameter for '{0}'</source>
<target state="new">Introduce parameter for '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Introduce_parameter_for_all_occurrences_of_0">
<source>Introduce parameter for all occurrences of '{0}'</source>
<target state="new">Introduce parameter for all occurrences of '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Introduce_query_variable">
<source>Introduce query variable</source>
<target state="translated">Abfragevariable bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Invalid_group_name_Group_names_must_begin_with_a_word_character">
<source>Invalid group name: Group names must begin with a word character</source>
<target state="translated">Ungültiger Gruppenname: Gruppennamen müssen mit einem Wortzeichen beginnen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<a >a)</note>
</trans-unit>
<trans-unit id="Invalid_selection">
<source>Invalid selection.</source>
<target state="new">Invalid selection.</target>
<note />
</trans-unit>
<trans-unit id="Make_class_abstract">
<source>Make class 'abstract'</source>
<target state="translated">Klasse als "abstract" festlegen</target>
<note />
</trans-unit>
<trans-unit id="Make_member_static">
<source>Make static</source>
<target state="translated">Als statisch festlegen</target>
<note />
</trans-unit>
<trans-unit id="Invert_conditional">
<source>Invert conditional</source>
<target state="translated">Bedingten Operator umkehren</target>
<note />
</trans-unit>
<trans-unit id="Making_a_method_an_iterator_requires_restarting_the_application">
<source>Making a method an iterator requires restarting the application.</source>
<target state="new">Making a method an iterator requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Making_a_method_asynchronous_requires_restarting_the_application">
<source>Making a method asynchronous requires restarting the application.</source>
<target state="new">Making a method asynchronous requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Malformed">
<source>malformed</source>
<target state="translated">fehlerhaft</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(0</note>
</trans-unit>
<trans-unit id="Malformed_character_escape">
<source>Malformed \p{X} character escape</source>
<target state="translated">Falsch formatiertes \p{X}-Escapezeichen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p {Cc}</note>
</trans-unit>
<trans-unit id="Malformed_named_back_reference">
<source>Malformed \k<...> named back reference</source>
<target state="translated">Falsch formatierter mit \k<...> benannter Verweis.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \k'</note>
</trans-unit>
<trans-unit id="Merge_with_nested_0_statement">
<source>Merge with nested '{0}' statement</source>
<target state="translated">Mit geschachtelter {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="Merge_with_next_0_statement">
<source>Merge with next '{0}' statement</source>
<target state="translated">Mit nächster {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="Merge_with_outer_0_statement">
<source>Merge with outer '{0}' statement</source>
<target state="translated">Mit äußerer {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="Merge_with_previous_0_statement">
<source>Merge with previous '{0}' statement</source>
<target state="translated">Mit vorheriger {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="MethodMustReturnStreamThatSupportsReadAndSeek">
<source>{0} must return a stream that supports read and seek operations.</source>
<target state="translated">"{0}" muss einen Datenstrom zurückgeben, der Lese- und Suchvorgänge unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="Missing_control_character">
<source>Missing control character</source>
<target state="translated">Fehlendes Steuerzeichen</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \c</note>
</trans-unit>
<trans-unit id="Modifying_0_which_contains_a_static_variable_requires_restarting_the_application">
<source>Modifying {0} which contains a static variable requires restarting the application.</source>
<target state="new">Modifying {0} which contains a static variable requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_0_which_contains_an_Aggregate_Group_By_or_Join_query_clauses_requires_restarting_the_application">
<source>Modifying {0} which contains an Aggregate, Group By, or Join query clauses requires restarting the application.</source>
<target state="new">Modifying {0} which contains an Aggregate, Group By, or Join query clauses requires restarting the application.</target>
<note>{Locked="Aggregate"}{Locked="Group By"}{Locked="Join"} are VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Modifying_0_which_contains_the_stackalloc_operator_requires_restarting_the_application">
<source>Modifying {0} which contains the stackalloc operator requires restarting the application.</source>
<target state="new">Modifying {0} which contains the stackalloc operator requires restarting the application.</target>
<note>{Locked="stackalloc"} "stackalloc" is C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Modifying_a_catch_finally_handler_with_an_active_statement_in_the_try_block_requires_restarting_the_application">
<source>Modifying a catch/finally handler with an active statement in the try block requires restarting the application.</source>
<target state="new">Modifying a catch/finally handler with an active statement in the try block requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_catch_handler_around_an_active_statement_requires_restarting_the_application">
<source>Modifying a catch handler around an active statement requires restarting the application.</source>
<target state="new">Modifying a catch handler around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_generic_method_requires_restarting_the_application">
<source>Modifying a generic method requires restarting the application.</source>
<target state="new">Modifying a generic method requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_method_inside_the_context_of_a_generic_type_requires_restarting_the_application">
<source>Modifying a method inside the context of a generic type requires restarting the application.</source>
<target state="new">Modifying a method inside the context of a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_try_catch_finally_statement_when_the_finally_block_is_active_requires_restarting_the_application">
<source>Modifying a try/catch/finally statement when the finally block is active requires restarting the application.</source>
<target state="new">Modifying a try/catch/finally statement when the finally block is active requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_an_active_0_which_contains_On_Error_or_Resume_statements_requires_restarting_the_application">
<source>Modifying an active {0} which contains On Error or Resume statements requires restarting the application.</source>
<target state="new">Modifying an active {0} which contains On Error or Resume statements requires restarting the application.</target>
<note>{Locked="On Error"}{Locked="Resume"} is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Modifying_body_of_0_requires_restarting_the_application_because_the_body_has_too_many_statements">
<source>Modifying the body of {0} requires restarting the application because the body has too many statements.</source>
<target state="new">Modifying the body of {0} requires restarting the application because the body has too many statements.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_body_of_0_requires_restarting_the_application_due_to_internal_error_1">
<source>Modifying the body of {0} requires restarting the application due to internal error: {1}</source>
<target state="new">Modifying the body of {0} requires restarting the application due to internal error: {1}</target>
<note>{1} is a multi-line exception message including a stacktrace. Place it at the end of the message and don't add any punctation after or around {1}</note>
</trans-unit>
<trans-unit id="Modifying_source_file_0_requires_restarting_the_application_because_the_file_is_too_big">
<source>Modifying source file '{0}' requires restarting the application because the file is too big.</source>
<target state="new">Modifying source file '{0}' requires restarting the application because the file is too big.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_0_requires_restarting_the_application_due_to_internal_error_1">
<source>Modifying source file '{0}' requires restarting the application due to internal error: {1}</source>
<target state="new">Modifying source file '{0}' requires restarting the application due to internal error: {1}</target>
<note>{2} is a multi-line exception message including a stacktrace. Place it at the end of the message and don't add any punctation after or around {1}</note>
</trans-unit>
<trans-unit id="Modifying_source_with_experimental_language_features_enabled_requires_restarting_the_application">
<source>Modifying source with experimental language features enabled requires restarting the application.</source>
<target state="new">Modifying source with experimental language features enabled requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_the_initializer_of_0_in_a_generic_type_requires_restarting_the_application">
<source>Modifying the initializer of {0} in a generic type requires restarting the application.</source>
<target state="new">Modifying the initializer of {0} in a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_whitespace_or_comments_in_0_inside_the_context_of_a_generic_type_requires_restarting_the_application">
<source>Modifying whitespace or comments in {0} inside the context of a generic type requires restarting the application.</source>
<target state="new">Modifying whitespace or comments in {0} inside the context of a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_whitespace_or_comments_in_a_generic_0_requires_restarting_the_application">
<source>Modifying whitespace or comments in a generic {0} requires restarting the application.</source>
<target state="new">Modifying whitespace or comments in a generic {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="translated">Inhalt in Namespace verschieben...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Datei in "{0}" verschieben</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_project_root_folder">
<source>Move file to project root folder</source>
<target state="translated">Datei in den Stammordner des Projekts verschieben</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="translated">In Namespace verschieben...</target>
<note />
</trans-unit>
<trans-unit id="Moving_0_requires_restarting_the_application">
<source>Moving {0} requires restarting the application.</source>
<target state="new">Moving {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Nested_quantifier_0">
<source>Nested quantifier {0}</source>
<target state="translated">Geschachtelter Quantifizierer {0}.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a**. In this case {0} will be '*', the extra unnecessary quantifier.</note>
</trans-unit>
<trans-unit id="No_common_root_node_for_extraction">
<source>No common root node for extraction.</source>
<target state="new">No common root node for extraction.</target>
<note />
</trans-unit>
<trans-unit id="No_valid_location_to_insert_method_call">
<source>No valid location to insert method call.</source>
<target state="translated">Keine gültige Position zum Einfügen eines Methodenaufrufs.</target>
<note />
</trans-unit>
<trans-unit id="No_valid_selection_to_perform_extraction">
<source>No valid selection to perform extraction.</source>
<target state="new">No valid selection to perform extraction.</target>
<note />
</trans-unit>
<trans-unit id="Not_enough_close_parens">
<source>Not enough )'s</source>
<target state="translated">Zu wenige )-Zeichen</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (a</note>
</trans-unit>
<trans-unit id="Operators">
<source>Operators</source>
<target state="translated">Operatoren</target>
<note />
</trans-unit>
<trans-unit id="Property_reference_cannot_be_updated">
<source>Property reference cannot be updated</source>
<target state="translated">Der Eigenschaftenverweis kann nicht aktualisiert werden.</target>
<note />
</trans-unit>
<trans-unit id="Pull_0_up">
<source>Pull '{0}' up</source>
<target state="translated">"{0}" nach oben ziehen</target>
<note />
</trans-unit>
<trans-unit id="Pull_0_up_to_1">
<source>Pull '{0}' up to '{1}'</source>
<target state="translated">"{0}" zu "{1}" ziehen</target>
<note />
</trans-unit>
<trans-unit id="Pull_members_up_to_base_type">
<source>Pull members up to base type...</source>
<target state="translated">Member zum Basistyp ziehen...</target>
<note />
</trans-unit>
<trans-unit id="Pull_members_up_to_new_base_class">
<source>Pull member(s) up to new base class...</source>
<target state="translated">Member auf neue Basisklasse ziehen...</target>
<note />
</trans-unit>
<trans-unit id="Quantifier_x_y_following_nothing">
<source>Quantifier {x,y} following nothing</source>
<target state="translated">Quantifizierer {x,y} nach nichts.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: *</note>
</trans-unit>
<trans-unit id="Reference_to_undefined_group">
<source>reference to undefined group</source>
<target state="translated">Verweis auf nicht definierte Gruppe</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(1))</note>
</trans-unit>
<trans-unit id="Reference_to_undefined_group_name_0">
<source>Reference to undefined group name {0}</source>
<target state="translated">Verweis auf nicht definierten Gruppennamen {0}</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \k<a>. Here, {0} will be the name of the undefined group ('a')</note>
</trans-unit>
<trans-unit id="Reference_to_undefined_group_number_0">
<source>Reference to undefined group number {0}</source>
<target state="translated">Verweis auf nicht definierte Gruppennummer {0}</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<-1>). Here, {0} will be the number of the undefined group ('1')</note>
</trans-unit>
<trans-unit id="Regex_all_control_characters_long">
<source>All control characters. This includes the Cc, Cf, Cs, Co, and Cn categories.</source>
<target state="translated">Alle Steuerzeichen. Hierzu gehören die Kategorien "Cc", "Cf", "Cs", "Co" und "Cn".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_control_characters_short">
<source>all control characters</source>
<target state="translated">Alle Steuerzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_diacritic_marks_long">
<source>All diacritic marks. This includes the Mn, Mc, and Me categories.</source>
<target state="translated">Alle diakritischen Zeichen. Hierzu gehören die Kategorien "Mn", "Mc" und "Me".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_diacritic_marks_short">
<source>all diacritic marks</source>
<target state="translated">Alle diakritischen Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_letter_characters_long">
<source>All letter characters. This includes the Lu, Ll, Lt, Lm, and Lo characters.</source>
<target state="translated">Alle Buchstaben. Hierzu gehören die Zeichen "Lu", "Ll", "Lt", "Lm" und "Lo".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_letter_characters_short">
<source>all letter characters</source>
<target state="translated">Alle Buchstaben</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_numbers_long">
<source>All numbers. This includes the Nd, Nl, and No categories.</source>
<target state="translated">Alle Zahlen. Hierzu gehören die Kategorien "Nd", "Nl" und "No".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_numbers_short">
<source>all numbers</source>
<target state="translated">Alle Zahlen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_punctuation_characters_long">
<source>All punctuation characters. This includes the Pc, Pd, Ps, Pe, Pi, Pf, and Po categories.</source>
<target state="translated">Alle Satzzeichen. Hierzu gehören die Kategorien "Pc", "Pd", "Ps", "Pe", "Pi", "Pf" und "Po".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_punctuation_characters_short">
<source>all punctuation characters</source>
<target state="translated">Alle Satzzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_separator_characters_long">
<source>All separator characters. This includes the Zs, Zl, and Zp categories.</source>
<target state="translated">Alle Trennzeichen. Hierzu gehören die Kategorien "Zs", "Zl" und "Zp".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_separator_characters_short">
<source>all separator characters</source>
<target state="translated">Alle Trennzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_symbols_long">
<source>All symbols. This includes the Sm, Sc, Sk, and So categories.</source>
<target state="translated">Alle Symbole. Hierzu gehören die Kategorien "Sm", "Sc", "Sk" und "So".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_symbols_short">
<source>all symbols</source>
<target state="translated">Alle Symbole</target>
<note />
</trans-unit>
<trans-unit id="Regex_alternation_long">
<source>You can use the vertical bar (|) character to match any one of a series of patterns, where the | character separates each pattern.</source>
<target state="translated">Mit dem senkrechten Strich (|) können Sie eine beliebige Reihe von Mustern abgleichen, wobei das |-Zeichen die einzelnen Muster voneinander trennt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_alternation_short">
<source>alternation</source>
<target state="translated">Alternierung</target>
<note />
</trans-unit>
<trans-unit id="Regex_any_character_group_long">
<source>The period character (.) matches any character except \n (the newline character, \u000A). If a regular expression pattern is modified by the RegexOptions.Singleline option, or if the portion of the pattern that contains the . character class is modified by the 's' option, . matches any character.</source>
<target state="translated">Der Punkt (.) stimmt mit einem beliebigen Zeichen außer "\n" überein (das Zeilenvorschubzeichen, \u000A). Wenn ein Muster für einen regulären Ausdruck durch die Option "RegexOptions.Singleline" geändert wird oder wenn der Teil des Musters, der die Zeichenklasse "." enthält, durch die Option "s" verändert wird, stimmt "." mit jedem beliebigen Zeichen überein.</target>
<note />
</trans-unit>
<trans-unit id="Regex_any_character_group_short">
<source>any character</source>
<target state="translated">Jedes Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_atomic_group_long">
<source>Atomic groups (known in some other regular expression engines as a nonbacktracking subexpression, an atomic subexpression, or a once-only subexpression) disable backtracking. The regular expression engine will match as many characters in the input string as it can. When no further match is possible, it will not backtrack to attempt alternate pattern matches. (That is, the subexpression matches only strings that would be matched by the subexpression alone; it does not attempt to match a string based on the subexpression and any subexpressions that follow it.)
This option is recommended if you know that backtracking will not succeed. Preventing the regular expression engine from performing unnecessary searching improves performance.</source>
<target state="translated">Die Rückverfolgung wird durch atomische Gruppen deaktiviert (in anderen Engines für reguläre Ausdrücke als Teilausdruck ohne Rückverfolgung, atomischer Teilausdruck oder Teilausdruck mit einmaligem Abgleich bezeichnet). Die Engine für reguläre Ausdrücke gleicht so viele Zeichen in der Eingabezeichenfolge wie möglich ab. Wenn kein weiterer Abgleich möglich ist, wird keine Rückverfolgung durchgeführt, um alternative Musterabgleiche zu versuchen. (Das heißt, der Teilausdruck stimmt nur mit Zeichenfolgen überein, die dem Teilausdruck allein entsprechen; es wird nicht versucht, eine Zeichenfolge basierend auf dem Teilausdruck und allen nachfolgenden Teilausdrücken abzugleichen.)
Diese Option empfiehlt sich, wenn Sie wissen, dass die Rückverfolgung nicht zum Erfolg führt. Indem Sie die Ausführung unnötiger Suchvorgänge durch die Engine für reguläre Ausdrücke verhindern, erzielen Sie eine verbesserte Leistung.</target>
<note />
</trans-unit>
<trans-unit id="Regex_atomic_group_short">
<source>atomic group</source>
<target state="translated">atomische Gruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_backspace_character_long">
<source>Matches a backspace character, \u0008</source>
<target state="translated">Entspricht einem Rückschrittzeichen, \u0008.</target>
<note />
</trans-unit>
<trans-unit id="Regex_backspace_character_short">
<source>backspace character</source>
<target state="translated">Rückschrittzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_balancing_group_long">
<source>A balancing group definition deletes the definition of a previously defined group and stores, in the current group, the interval between the previously defined group and the current group.
'name1' is the current group (optional), 'name2' is a previously defined group, and 'subexpression' is any valid regular expression pattern. The balancing group definition deletes the definition of name2 and stores the interval between name2 and name1 in name1. If no name2 group is defined, the match backtracks. Because deleting the last definition of name2 reveals the previous definition of name2, this construct lets you use the stack of captures for group name2 as a counter for keeping track of nested constructs such as parentheses or opening and closing brackets.
The balancing group definition uses 'name2' as a stack. The beginning character of each nested construct is placed in the group and in its Group.Captures collection. When the closing character is matched, its corresponding opening character is removed from the group, and the Captures collection is decreased by one. After the opening and closing characters of all nested constructs have been matched, 'name1' is empty.</source>
<target state="translated">Eine Ausgleichsgruppendefinition löscht die Definition einer zuvor definierten Gruppe und speichert in der aktuellen Gruppe das Intervall zwischen der zuvor definierten Gruppe und der aktuellen Gruppe.
"name1" ist die aktuelle Gruppe (optional), "name2" ist eine zuvor definierte Gruppe, und "teilausdruck" ist ein beliebiges gültiges Muster für reguläre Ausdrücke. Die Ausgleichsgruppendefinition löscht die Definition von "name2" und speichert das Intervall zwischen "name2" und "name1" in "name1". Wenn keine Gruppe "name2" definiert ist, wird für die Übereinstimmung eine Rückverfolgung durchgeführt. Weil durch das Löschen der letzten Definition von "name2" die vorherige Definition von "name2" angezeigt wird, können Sie mithilfe dieses Konstrukts den Stapel von Erfassungen für die Gruppe "name2" als Zähler für die Nachverfolgung geschachtelter Konstrukte wie z. B. öffnende und schließende Klammern verwenden.
Die Ausgleichsgruppendefinition verwendet "name2" als Stapel. Das Anfangszeichen der einzelnen geschachtelten Konstrukte wird in der Gruppe und in der zugehörigen Group.Captures-Sammlung platziert. Wenn das schließende Zeichen gefunden wurde, wird das entsprechende öffnende Zeichen aus der Gruppe entfernt, und die Captures-Sammlung wird um eins verringert. Nachdem die öffnenden und schließenden Zeichen aller geschachtelten Konstrukte abgeglichen wurden, ist "name1" leer.</target>
<note />
</trans-unit>
<trans-unit id="Regex_balancing_group_short">
<source>balancing group</source>
<target state="translated">Ausgleichsgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_base_group">
<source>base-group</source>
<target state="translated">Basisgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_bell_character_long">
<source>Matches a bell (alarm) character, \u0007</source>
<target state="translated">Entspricht einem Glockenzeichen (Alarm), \u0007.</target>
<note />
</trans-unit>
<trans-unit id="Regex_bell_character_short">
<source>bell character</source>
<target state="translated">Glockenzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_carriage_return_character_long">
<source>Matches a carriage-return character, \u000D. Note that \r is not equivalent to the newline character, \n.</source>
<target state="translated">Entspricht einem Wagenrücklaufzeichen, \u000D. Beachten Sie, dass "\r" nicht dem Zeilenvorschubzeichen "\n" entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_carriage_return_character_short">
<source>carriage-return character</source>
<target state="translated">Wagenrücklaufzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_character_class_subtraction_long">
<source>Character class subtraction yields a set of characters that is the result of excluding the characters in one character class from another character class.
'base_group' is a positive or negative character group or range. The 'excluded_group' component is another positive or negative character group, or another character class subtraction expression (that is, you can nest character class subtraction expressions).</source>
<target state="translated">Die Zeichenklassensubtraktion ergibt einen Satz von Zeichen, der auf dem Ausschließen der Zeichen einer Zeichenklasse von einer anderen Zeichenklasse beruht.
"base_group" ist eine positive oder negative Zeichengruppe bzw. ein positiver oder negativer Bereich. Die Komponente "excluded_group" ist eine andere positive oder negative Zeichengruppe oder ein anderer Ausdruck zur Zeichenklassensubtraktion (das heißt, Ausdrücke zur Zeichenklassensubtraktion können geschachtelt werden).</target>
<note />
</trans-unit>
<trans-unit id="Regex_character_class_subtraction_short">
<source>character class subtraction</source>
<target state="translated">Zeichenklassensubtraktion</target>
<note />
</trans-unit>
<trans-unit id="Regex_character_group">
<source>character-group</source>
<target state="translated">Zeichengruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_comment">
<source>comment</source>
<target state="translated">Kommentar</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_expression_match_long">
<source>This language element attempts to match one of two patterns depending on whether it can match an initial pattern.
'expression' is the initial pattern to match, 'yes' is the pattern to match if expression is matched, and 'no' is the optional pattern to match if expression is not matched.</source>
<target state="translated">Dieses Sprachelement unternimmt den Abgleich mit einem von zwei Mustern abhängig davon, ob der Abgleich mit einem Anfangsmuster möglich ist.
"expression" ist das anfängliche Muster für den Abgleich, "yes" ist das Muster, das bei Übereinstimmung des Ausdrucks abgeglichen werden soll, und "No" ist das optionale Muster, das abgeglichen werden soll, wenn der Ausdruck nicht übereinstimmt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_expression_match_short">
<source>conditional expression match</source>
<target state="translated">Abgleich mit bedingtem Ausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_group_match_long">
<source>This language element attempts to match one of two patterns depending on whether it has matched a specified capturing group.
'name' is the name (or number) of a capturing group, 'yes' is the expression to match if 'name' (or 'number') has a match, and 'no' is the optional expression to match if it does not.</source>
<target state="translated">Dieses Sprachelement unternimmt den Abgleich mit einem von zwei Mustern abhängig davon, ob eine Übereinstimmung mit einer angegebenen Erfassungsgruppe vorliegt.
"name" ist der Name (oder die Zahl) einer Erfassungsgruppe, "yes" ist der Ausdruck, der bei einer Übereinstimmung für "name" (oder "number") abgeglichen werden soll, und "no" ist der optionale Ausdruck, der andernfalls abgeglichen wird.</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_group_match_short">
<source>conditional group match</source>
<target state="translated">Abgleich mit bedingter Gruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_contiguous_matches_long">
<source>The \G anchor specifies that a match must occur at the point where the previous match ended. When you use this anchor with the Regex.Matches or Match.NextMatch method, it ensures that all matches are contiguous.</source>
<target state="translated">Der \G-Anker gibt an, dass eine Übereinstimmung an dem Punkt erfolgen muss, an dem die vorherige Übereinstimmung endete. Wenn Sie diesen Anker mit der Regex.Matches- oder der Match.NextMatch-Methode verwenden, wird sichergestellt, dass alle Übereinstimmungen zusammenhängen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_contiguous_matches_short">
<source>contiguous matches</source>
<target state="translated">Zusammenhängende Übereinstimmungen</target>
<note />
</trans-unit>
<trans-unit id="Regex_control_character_long">
<source>Matches an ASCII control character, where X is the letter of the control character. For example, \cC is CTRL-C.</source>
<target state="translated">Entspricht einem ASCII-Steuerzeichen, wobei "X" der Buchstabe des Steuerzeichens ist. Beispiel: "\cC" steht für STRG-C.</target>
<note />
</trans-unit>
<trans-unit id="Regex_control_character_short">
<source>control character</source>
<target state="translated">Steuerzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_decimal_digit_character_long">
<source>\d matches any decimal digit. It is equivalent to the \p{Nd} regular expression pattern, which includes the standard decimal digits 0-9 as well as the decimal digits of a number of other character sets.
If ECMAScript-compliant behavior is specified, \d is equivalent to [0-9]</source>
<target state="translated">"\d" entspricht einer beliebigen Dezimalzahl. Identisch mit dem Muster für reguläre Ausdrücke "\p{Nd}", welches die Standarddezimalzahlen 0–9 sowie die Dezimalzahlen einer Reihe anderer Zeichensätze enthält.
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\d" gleichbedeutend mit "[0-9]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_decimal_digit_character_short">
<source>decimal-digit character</source>
<target state="translated">Dezimalzahl</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_line_comment_long">
<source>A number sign (#) marks an x-mode comment, which starts at the unescaped # character at the end of the regular expression pattern and continues until the end of the line. To use this construct, you must either enable the x option (through inline options) or supply the RegexOptions.IgnorePatternWhitespace value to the option parameter when instantiating the Regex object or calling a static Regex method.</source>
<target state="translated">Ein Nummernzeichen (#) markiert einen Kommentar im x-Modus, der am Ende des Musters für reguläre Ausdrücke bei dem #-Zeichen ohne Escapezeichen beginnt und bis zum Zeilenende fortgesetzt wird. Um dieses Konstrukt zu verwenden, müssen Sie entweder die x-Option (über Inlineoptionen) aktivieren oder den RegexOptions.IgnorePatternWhitespace-Wert beim Instanziieren des Regex-Objekts oder beim Aufrufen einer statischen Regex-Methode an den Optionsparameter übergeben.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_line_comment_short">
<source>end-of-line comment</source>
<target state="translated">Kommentar am Zeilenende</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_only_long">
<source>The \z anchor specifies that a match must occur at the end of the input string. Like the $ language element, \z ignores the RegexOptions.Multiline option. Unlike the \Z language element, \z does not match a \n character at the end of a string. Therefore, it can only match the last line of the input string.</source>
<target state="translated">Der \z-Anker gibt an, dass eine Übereinstimmung am Ende der Eingabezeichenfolge erfolgen muss. Wie das $-Sprachelement ignoriert \z die Option "RegexOptions.Multiline". Im Gegensatz zum \Z-Sprachelement stimmt \z nicht mit einem \n-Zeichen am Ende einer Zeichenfolge überein. Daher ist nur eine Übereinstimmung mit der letzten Zeile der Eingabezeichenfolge möglich.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_only_short">
<source>end of string only</source>
<target state="translated">Nur Ende der Zeichenfolge</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_before_ending_newline_long">
<source>The \Z anchor specifies that a match must occur at the end of the input string, or before \n at the end of the input string. It is identical to the $ anchor, except that \Z ignores the RegexOptions.Multiline option. Therefore, in a multiline string, it can only match the end of the last line, or the last line before \n.
The \Z anchor matches \n but does not match \r\n (the CR/LF character combination). To match CR/LF, include \r?\Z in the regular expression pattern.</source>
<target state="translated">Der \Z-Anker gibt an, dass eine Übereinstimmung am Ende der Eingabezeichenfolge oder vor "\n" am Ende der Eingabezeichenfolge erfolgen muss. \Z ist mit dem $-Anker identisch, außer dass \Z die Option "RegexOptions.Multiline" ignoriert. Daher ist in einer mehrzeiligen Zeichenfolge nur eine Übereinstimmung mit dem Ende der letzten Zeile oder der letzten Zeile vor "\n" möglich.
Der \Z-Anker entspricht "\n", stimmt jedoch nicht mit "\r\n" überein (CR/LF-Zeichenkombination). Schließen Sie "\r?\Z" in das Muster für reguläre Ausdrücke ein, um die Übereinstimmung mit CR/LF zu erreichen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_before_ending_newline_short">
<source>end of string or before ending newline</source>
<target state="translated">Ende der Zeichenfolge oder vor dem endenden Zeilenumbruch</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_line_long">
<source>The $ anchor specifies that the preceding pattern must occur at the end of the input string, or before \n at the end of the input string. If you use $ with the RegexOptions.Multiline option, the match can also occur at the end of a line.
The $ anchor matches \n but does not match \r\n (the combination of carriage return and newline characters, or CR/LF). To match the CR/LF character combination, include \r?$ in the regular expression pattern.</source>
<target state="translated">Der $-Anker gibt an, dass das vorangehende Muster am Ende der Eingabezeichenfolge oder vor "\n" am Ende der Eingabezeichenfolge vorliegen muss. Wenn Sie $ mit der Option "RegexOptions.Multiline" verwenden, kann die Übereinstimmung auch am Ende einer Zeile erfolgen.
Der $-Anker stimmt mit "\n", aber nicht mit "\r\n" überein (Kombination aus Wagenrücklauf- und Zeilenvorschubzeichen, auch CR/LF). Um der Kombination aus CR/LF-Zeichen zu entsprechen, schließen Sie "\r?$" in das Muster für reguläre Ausdrücke ein.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_line_short">
<source>end of string or line</source>
<target state="translated">Ende der Zeichenfolge oder Zeile</target>
<note />
</trans-unit>
<trans-unit id="Regex_escape_character_long">
<source>Matches an escape character, \u001B</source>
<target state="translated">Entspricht einem Escapezeichen, \u001B.</target>
<note />
</trans-unit>
<trans-unit id="Regex_escape_character_short">
<source>escape character</source>
<target state="translated">Escapezeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_excluded_group">
<source>excluded-group</source>
<target state="translated">Ausschlussgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_expression">
<source>expression</source>
<target state="translated">expression</target>
<note />
</trans-unit>
<trans-unit id="Regex_form_feed_character_long">
<source>Matches a form-feed character, \u000C</source>
<target state="translated">Entspricht einem Seitenvorschubzeichen, \u000C.</target>
<note />
</trans-unit>
<trans-unit id="Regex_form_feed_character_short">
<source>form-feed character</source>
<target state="translated">Seitenvorschubzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_group_options_long">
<source>This grouping construct applies or disables the specified options within a subexpression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are:
i Use case-insensitive matching.
m Use multiline mode, where ^ and $ match the beginning and end of each line
(instead of the beginning and end of the input string).
s Use single-line mode, where the period (.) matches every character
(instead of every character except \n).
n Do not capture unnamed groups. The only valid captures are explicitly
named or numbered groups of the form (?<name> subexpression).
x Exclude unescaped white space from the pattern, and enable comments
after a number sign (#).</source>
<target state="translated">Dieses Gruppierungskonstrukt wendet die angegebenen Optionen innerhalb eines Unterausdrucks an oder deaktiviert sie. Die zu aktivierenden Optionen werden nach dem Fragezeichen und die zu deaktivierenden Optionen nach dem Minuszeichen angegeben. Zulässige Optionen:
i Führt den Abgleich ohne Unterscheidung nach Groß-/Kleinschreibung durch.
m Verwendet den mehrzeiligen Modus, wobei "^" und "$" mit Anfang und Ende jeder einzelnen Zeile übereinstimmen
(anstelle von Anfang und Ende der Eingabezeichenfolge).
s Verwendet den einzeiligen Modus, wobei der Punkt (.) mit jedem Zeichen übereinstimmt
(anstelle von jedem Zeichen außer "\n").
n Erfasst keine unbenannten Gruppen. Die einzigen gültigen Erfassungen sind explizit
benannte oder nummerierte Gruppen im Format (?<name> Teilausdruck).
x Schließt Leerraum ohne Escapezeichen aus dem Muster aus und aktiviert Kommentare
nach einem Nummernzeichen (#).</target>
<note />
</trans-unit>
<trans-unit id="Regex_group_options_short">
<source>group options</source>
<target state="translated">Gruppenoptionen</target>
<note />
</trans-unit>
<trans-unit id="Regex_hexadecimal_escape_long">
<source>Matches an ASCII character, where ## is a two-digit hexadecimal character code.</source>
<target state="translated">Entspricht einem ASCII-Zeichen, wobei ## ein zweistelliger hexadezimaler Zeichencode ist.</target>
<note />
</trans-unit>
<trans-unit id="Regex_hexadecimal_escape_short">
<source>hexadecimal escape</source>
<target state="translated">Hexadezimale Escapezeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_comment_long">
<source>The (?# comment) construct lets you include an inline comment in a regular expression. The regular expression engine does not use any part of the comment in pattern matching, although the comment is included in the string that is returned by the Regex.ToString method. The comment ends at the first closing parenthesis.</source>
<target state="translated">Mit dem Konstrukt (?# Kommentar) können Sie einen Inlinekommentar in einen regulären Ausdruck einbeziehen. Die Engine für reguläre Ausdrücke verwendet keinen Teil des Kommentars beim Musterabgleich, auch wenn der Kommentar in der Zeichenfolge enthalten ist, die von der Regex.ToString-Methode zurückgegeben wird. Der Kommentar endet bei der ersten schließenden Klammer.</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_comment_short">
<source>inline comment</source>
<target state="translated">Inlinekommentar</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_options_long">
<source>Enables or disables specific pattern matching options for the remainder of a regular expression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are:
i Use case-insensitive matching.
m Use multiline mode, where ^ and $ match the beginning and end of each line
(instead of the beginning and end of the input string).
s Use single-line mode, where the period (.) matches every character
(instead of every character except \n).
n Do not capture unnamed groups. The only valid captures are explicitly named
or numbered groups of the form (?<name> subexpression).
x Exclude unescaped white space from the pattern, and enable comments
after a number sign (#).</source>
<target state="translated">Aktiviert oder deaktiviert bestimmte Optionen zum Musterabgleich für den Rest eines regulären Ausdrucks. Die zu aktivierenden Optionen werden nach dem Fragezeichen und die zu deaktivierenden Optionen nach dem Minuszeichen angegeben. Zulässige Optionen:
i Führt den Abgleich ohne Unterscheidung nach Groß-/Kleinschreibung durch.
m Verwendet den mehrzeiligen Modus, wobei "^" und "$" mit Anfang und Ende jeder einzelnen Zeile übereinstimmen
(anstelle von Anfang und Ende der Eingabezeichenfolge).
s Verwendet den einzeiligen Modus, wobei der Punkt (.) mit jedem Zeichen übereinstimmt
(anstelle von jedem Zeichen außer "\n").
n Erfasst keine unbenannten Gruppen. Die einzigen gültigen Erfassungen sind explizit
benannte oder nummerierte Gruppen im Format (?<name> Teilausdruck).
x Schließt Leerraum ohne Escapezeichen aus dem Muster aus und aktiviert Kommentare
nach einem Nummernzeichen (#).</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_options_short">
<source>inline options</source>
<target state="translated">Inlineoptionen</target>
<note />
</trans-unit>
<trans-unit id="Regex_issue_0">
<source>Regex issue: {0}</source>
<target state="translated">RegEx-Fehler: {0}</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors.</note>
</trans-unit>
<trans-unit id="Regex_letter_lowercase">
<source>letter, lowercase</source>
<target state="translated">Buchstabe, Kleinbuchstabe</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_modifier">
<source>letter, modifier</source>
<target state="translated">Buchstabe, Modifizierer</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_other">
<source>letter, other</source>
<target state="translated">Buchstabe, sonstiger</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_titlecase">
<source>letter, titlecase</source>
<target state="translated">Buchstabe, erster Buchstabe groß</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_uppercase">
<source>letter, uppercase</source>
<target state="translated">Buchstabe, Großbuchstabe</target>
<note />
</trans-unit>
<trans-unit id="Regex_mark_enclosing">
<source>mark, enclosing</source>
<target state="translated">Zeichen, einschließendes Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_mark_nonspacing">
<source>mark, nonspacing</source>
<target state="translated">Zeichen, Zeichen ohne eigene Breite</target>
<note />
</trans-unit>
<trans-unit id="Regex_mark_spacing_combining">
<source>mark, spacing combining</source>
<target state="translated">Zeichen, Zeichen mit eigener Breite, Verbindung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_lazy_long">
<source>The {n,}? quantifier matches the preceding element at least n times, where n is any integer, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,}</source>
<target state="translated">Der Quantifizierer "{n,}?" stimmt mit dem vorhergehenden Element mindestens n-mal, jedoch möglichst wenige Male überein. "n" steht hierbei für eine beliebige ganze Zahl. Dies ist das träge Äquivalent zum gierigen Quantifizierer "{n,}".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_lazy_short">
<source>match at least 'n' times (lazy)</source>
<target state="translated">Mindestens n-malige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_long">
<source>The {n,} quantifier matches the preceding element at least n times, where n is any integer. {n,} is a greedy quantifier whose lazy equivalent is {n,}?</source>
<target state="translated">Der Quantifizierer "{n,}" stimmt mit dem vorhergehenden Element mindestens n-mal überein. "n" steht hierbei für eine beliebige ganze Zahl. "{n,}" ist ein gieriger Quantifizierer, dessen träges Äquivalent "{n,}?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_short">
<source>match at least 'n' times</source>
<target state="translated">Mindestens n-malige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_lazy_long">
<source>The {n,m}? quantifier matches the preceding element between n and m times, where n and m are integers, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,m}</source>
<target state="translated">Der Quantifizierer "{n,m}?" stimmt mit dem vorhergehenden Element zwischen n- und m-mal, jedoch möglichst wenige Male überein. "n" und "m" stehen hierbei für ganze Zahlen. Dies ist das träge Äquivalent zum gierigen Quantifizierer "{n,m}".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_lazy_short">
<source>match at least 'n' times (lazy)</source>
<target state="translated">Mindestens n-malige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_long">
<source>The {n,m} quantifier matches the preceding element at least n times, but no more than m times, where n and m are integers. {n,m} is a greedy quantifier whose lazy equivalent is {n,m}?</source>
<target state="translated">Der Quantifizierer "{n,m}" stimmt mit dem vorhergehenden Element mindestens n-mal, aber nicht häufiger als m-mal überein. "n" und "m" stehen hierbei für ganze Zahlen. "{n,m}" ist ein gieriger Quantifizierer, dessen träges Äquivalent "{n,m}?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_short">
<source>match between 'm' and 'n' times</source>
<target state="translated">Zwischen m- und n-malige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_lazy_long">
<source>The {n}? quantifier matches the preceding element exactly n times, where n is any integer. It is the lazy counterpart of the greedy quantifier {n}+</source>
<target state="translated">Der Quantifizierer {n}? stimmt mit dem vorhergehenden Element genau n-mal überein. "n" steht hierbei für eine beliebige ganze Zahl. Dies ist das träge Äquivalent zum gierigen Quantifizierer "{n}+".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_lazy_short">
<source>match exactly 'n' times (lazy)</source>
<target state="translated">Genau n-malige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_long">
<source>The {n} quantifier matches the preceding element exactly n times, where n is any integer. {n} is a greedy quantifier whose lazy equivalent is {n}?</source>
<target state="translated">Der Quantifizierer "{n}" stimmt mit dem vorhergehenden Element genau n-mal überein. "n" steht hierbei für eine beliebige ganze Zahl. "{n}" ist ein gieriger Quantifizierer, dessen träges Äquivalent "{n}?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_short">
<source>match exactly 'n' times</source>
<target state="translated">Genau n-malige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_lazy_long">
<source>The +? quantifier matches the preceding element one or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier +</source>
<target state="translated">Der Quantifizierer "+?" stimmt mit dem vorhergehenden Element mindestens einmal, jedoch möglichst wenige Male überein. Dies ist das träge Äquivalent zum gierigen Quantifizierer "+".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_lazy_short">
<source>match one or more times (lazy)</source>
<target state="translated">Mindestens einmalige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_long">
<source>The + quantifier matches the preceding element one or more times. It is equivalent to the {1,} quantifier. + is a greedy quantifier whose lazy equivalent is +?.</source>
<target state="translated">Der Quantifizierer "+" stimmt mit dem vorhergehenden Element mindestens einmal überein. Dieser Quantifizierer ist identisch mit "{1,}". "+" ist ein gieriger Quantifizierer, dessen träges Äquivalent "+?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_short">
<source>match one or more times</source>
<target state="translated">Mindestens einmalige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_lazy_long">
<source>The *? quantifier matches the preceding element zero or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier *</source>
<target state="translated">Der Quantifizierer "*?" stimmt mit dem vorhergehenden Element mindestens nullmal, jedoch möglichst wenige Male überein. Dies ist das träge Äquivalent zum gierigen Quantifizierer "*".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_lazy_short">
<source>match zero or more times (lazy)</source>
<target state="translated">Mindestens nullmalige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_long">
<source>The * quantifier matches the preceding element zero or more times. It is equivalent to the {0,} quantifier. * is a greedy quantifier whose lazy equivalent is *?.</source>
<target state="translated">Der Quantifizierer "*" stimmt mit dem vorhergehenden Element mindestens nullmal überein. Dieser Quantifizierer ist identisch mit "{0,}". "*" ist ein gieriger Quantifizierer, dessen träges Äquivalent "*?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_short">
<source>match zero or more times</source>
<target state="translated">Mindestens nullmalige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_lazy_long">
<source>The ?? quantifier matches the preceding element zero or one time, but as few times as possible. It is the lazy counterpart of the greedy quantifier ?</source>
<target state="translated">Der Quantifizierer "??" stimmt mit dem vorhergehenden Element null- oder einmal, jedoch möglichst wenige Male überein. Dies ist das träge Äquivalent zum gierigen Quantifizierer "?".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_lazy_short">
<source>match zero or one time (lazy)</source>
<target state="translated">Null- oder einmalige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_long">
<source>The ? quantifier matches the preceding element zero or one time. It is equivalent to the {0,1} quantifier. ? is a greedy quantifier whose lazy equivalent is ??.</source>
<target state="translated">Der Quantifizierer "?" stimmt mit dem vorhergehenden Element null- oder einmal überein. Dieser Quantifizierer ist identisch mit "{0,1}". "?" ist ein gieriger Quantifizierer, dessen träges Äquivalent "??" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_short">
<source>match zero or one time</source>
<target state="translated">Null- oder einmalige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_matched_subexpression_long">
<source>This grouping construct captures a matched 'subexpression', where 'subexpression' is any valid regular expression pattern. Captures that use parentheses are numbered automatically from left to right based on the order of the opening parentheses in the regular expression, starting from one. The capture that is numbered zero is the text matched by the entire regular expression pattern.</source>
<target state="translated">Dieses Gruppierungskonstrukt erfasst einen übereinstimmenden "Teilausdruck", wobei "Teilausdruck" für ein beliebiges gültiges Muster für reguläre Ausdrücke steht. Erfassungen, die Klammern verwenden, werden basierend auf der Reihenfolge der öffnenden Klammern im regulären Ausdruck beginnend bei 1 automatisch von links nach rechts nummeriert. Bei der Erfassung mit der Nummerierung 0 handelt es sich um den Text, der mit dem gesamten Muster für reguläre Ausdrücke übereinstimmt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_matched_subexpression_short">
<source>matched subexpression</source>
<target state="translated">Übereinstimmender Teilausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_name">
<source>name</source>
<target state="translated">Name</target>
<note />
</trans-unit>
<trans-unit id="Regex_name1">
<source>name1</source>
<target state="translated">name1</target>
<note />
</trans-unit>
<trans-unit id="Regex_name2">
<source>name2</source>
<target state="translated">name2</target>
<note />
</trans-unit>
<trans-unit id="Regex_name_or_number">
<source>name-or-number</source>
<target state="translated">name-or-number</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_backreference_long">
<source>A named or numbered backreference.
'name' is the name of a capturing group defined in the regular expression pattern.</source>
<target state="translated">Ein benannter oder nummerierter Rückverweis.
"Name" ist der Name einer Erfassungsgruppe, die im Muster für reguläre Ausdrücke definiert ist.</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_backreference_short">
<source>named backreference</source>
<target state="translated">Benannter Rückverweis</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_matched_subexpression_long">
<source>Captures a matched subexpression and lets you access it by name or by number.
'name' is a valid group name, and 'subexpression' is any valid regular expression pattern. 'name' must not contain any punctuation characters and cannot begin with a number.
If the RegexOptions parameter of a regular expression pattern matching method includes the RegexOptions.ExplicitCapture flag, or if the n option is applied to this subexpression, the only way to capture a subexpression is to explicitly name capturing groups.</source>
<target state="translated">Erfasst einen übereinstimmenden Teilausdruck und ermöglicht Ihnen den Zugriff darauf anhand des Namens oder der Nummer.
"Name" ist ein gültiger Gruppenname, und "Teilausdruck" ist ein gültiges Muster für reguläre Ausdrücke. "Name" darf keine Satzzeichen enthalten und nicht mit einer Zahl beginnen.
Wenn der RegexOptions-Parameter einer Methode zum Abgleich von Mustern für reguläre Ausdrücke das Flag "RegexOptions.ExplicitCapture" enthält oder wenn die Option "n" auf diesen Teilausdruck angewendet wird, besteht die einzige Möglichkeit zum Erfassen eines Unterausdrucks darin, die Erfassungsgruppen explizit zu benennen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_matched_subexpression_short">
<source>named matched subexpression</source>
<target state="translated">Benannter übereinstimmender Teilausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_group_long">
<source>A negative character group specifies a list of characters that must not appear in an input string for a match to occur. The list of characters are specified individually.
Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F].</source>
<target state="translated">Eine negative Zeichengruppe gibt eine Liste von Zeichen an, die nicht in einer Eingabezeichenfolge vorkommen dürfen, damit eine Übereinstimmung vorliegt. Die Zeichen in der Liste werden einzeln angegeben.
Mehrere Zeichenbereiche können verkettet werden. Um beispielsweise den Bereich der Dezimalstellen von "0" bis "9", den Bereich der Kleinbuchstaben von "a" bis "f" und den Bereich der Großbuchstaben von "A" bis "F" anzugeben, verwenden Sie "[0-9a-fA-F]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_group_short">
<source>negative character group</source>
<target state="translated">Negative Zeichengruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_range_long">
<source>A negative character range specifies a list of characters that must not appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range, and 'lastCharacter' is the character that ends the range.
Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F].</source>
<target state="translated">Ein negativer Zeichenbereich gibt eine Liste von Zeichen an, die nicht in einer Eingabezeichenfolge vorkommen dürfen, damit eine Übereinstimmung vorliegt. "firstCharacter" entspricht dem ersten Zeichen und "lastCharacter" dem letzten Zeichen im Bereich.
Mehrere Zeichenbereiche können verkettet werden. Um beispielsweise den Bereich der Dezimalstellen von "0" bis "9", den Bereich der Kleinbuchstaben von "a" bis "f" und den Bereich der Großbuchstaben von "A" bis "F" anzugeben, verwenden Sie "[0-9a-fA-F]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_range_short">
<source>negative character range</source>
<target state="translated">Negativer Zeichenbereich</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_unicode_category_long">
<source>The regular expression construct \P{ name } matches any character that does not belong to a Unicode general category or named block, where name is the category abbreviation or named block name.</source>
<target state="translated">Das Konstrukt des regulären Ausdrucks "\P{ name }" entspricht einem beliebigen Zeichen, das zu keiner allgemeinen Unicode-Kategorie bzw. keinem benannten Block gehört, wobei "name" der Kategorieabkürzung oder dem Namen des benannten Blocks entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_unicode_category_short">
<source>negative unicode category</source>
<target state="translated">Negative Unicode-Kategorie</target>
<note />
</trans-unit>
<trans-unit id="Regex_new_line_character_long">
<source>Matches a new-line character, \u000A</source>
<target state="translated">Entspricht einem Neue-Zeile-Zeichen, \u000A.</target>
<note />
</trans-unit>
<trans-unit id="Regex_new_line_character_short">
<source>new-line character</source>
<target state="translated">Neue-Zeile-Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_no">
<source>no</source>
<target state="translated">Nein</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_digit_character_long">
<source>\D matches any non-digit character. It is equivalent to the \P{Nd} regular expression pattern.
If ECMAScript-compliant behavior is specified, \D is equivalent to [^0-9]</source>
<target state="translated">"\D" entspricht einem beliebigen Zeichen, das keine Ziffer darstellt. Entspricht dem Muster für reguläre Ausdrücke "\P{Nd}".
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\D" gleichbedeutend mit "[^0-9]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_digit_character_short">
<source>non-digit character</source>
<target state="translated">Nicht-Ziffernzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_white_space_character_long">
<source>\S matches any non-white-space character. It is equivalent to the [^\f\n\r\t\v\x85\p{Z}] regular expression pattern, or the opposite of the regular expression pattern that is equivalent to \s, which matches white-space characters.
If ECMAScript-compliant behavior is specified, \S is equivalent to [^ \f\n\r\t\v]</source>
<target state="translated">"\S" entspricht einem beliebigen Nicht-Leerraumzeichen. Dies ist identisch mit dem Muster für reguläre Ausdrücke "[^\f\n\r\t\v\x85\p{Z}]" oder mit dem Gegenteil des Musters für reguläre Ausdrücke "\s", welches mit Leerraumzeichen übereinstimmt.
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\S" gleichbedeutend mit "[^ \f\n\r\t\v]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_white_space_character_short">
<source>non-white-space character</source>
<target state="translated">Nicht-Leerraumzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_word_boundary_long">
<source>The \B anchor specifies that the match must not occur on a word boundary. It is the opposite of the \b anchor.</source>
<target state="translated">Der \B-Anker gibt an, dass die Übereinstimmung nicht an einer Wortgrenze auftreten darf. Dies ist das Gegenteil vom \b-Anker.</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_word_boundary_short">
<source>non-word boundary</source>
<target state="translated">Nicht-Wortgrenze</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_word_character_long">
<source>\W matches any non-word character. It matches any character except for those in the following Unicode categories:
Ll Letter, Lowercase
Lu Letter, Uppercase
Lt Letter, Titlecase
Lo Letter, Other
Lm Letter, Modifier
Mn Mark, Nonspacing
Nd Number, Decimal Digit
Pc Punctuation, Connector
If ECMAScript-compliant behavior is specified, \W is equivalent to [^a-zA-Z_0-9]</source>
<target state="translated">"\W" entspricht einem beliebigen Nicht-Wortzeichen. Stimmt mit einem beliebigen Zeichen überein, das nicht in den folgenden Unicode-Kategorien enthalten ist:
Ll Buchstabe, Kleinbuchstabe
Lu Buchstabe, Großbuchstabe
Lt Buchstabe, erster Buchstabe groß
Lo Buchstabe, sonstige
Lm Buchstabe, Modifizierer
Mn Zeichen, Zeichen ohne eigene Breite
Nd Zahl, Dezimalzahl
Pc Interpunktion, Verbindung
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\W" gleichbedeutend mit "[^a-zA-Z_0-9]".</target>
<note>Note: Ll, Lu, Lt, Lo, Lm, Mn, Nd, and Pc are all things that should not be localized. </note>
</trans-unit>
<trans-unit id="Regex_non_word_character_short">
<source>non-word character</source>
<target state="translated">Nicht-Wortzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_noncapturing_group_long">
<source>This construct does not capture the substring that is matched by a subexpression:
The noncapturing group construct is typically used when a quantifier is applied to a group, but the substrings captured by the group are of no interest.
If a regular expression includes nested grouping constructs, an outer noncapturing group construct does not apply to the inner nested group constructs.</source>
<target state="translated">Dieses Konstrukt erfasst nicht die Teilzeichenfolge, die mit einem Teilausdruck übereinstimmt:
Das Konstrukt der Nicht-Erfassungsgruppe wird normalerweise verwendet, wenn ein Quantifizierer auf eine Gruppe angewendet wird, die von der Gruppe erfassten Teilzeichenfolgen jedoch nicht relevant sind.
Wenn ein regulärer Ausdruck geschachtelte Gruppierungskonstrukte enthält, gilt ein äußeres Konstrukt von Nicht-Erfassungsgruppen nicht für die inneren geschachtelten Gruppenkonstrukte.</target>
<note />
</trans-unit>
<trans-unit id="Regex_noncapturing_group_short">
<source>noncapturing group</source>
<target state="translated">Nicht-Erfassungsgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_number_decimal_digit">
<source>number, decimal digit</source>
<target state="translated">Zahl, Dezimalzahl</target>
<note />
</trans-unit>
<trans-unit id="Regex_number_letter">
<source>number, letter</source>
<target state="translated">Zahl, Buchstabe</target>
<note />
</trans-unit>
<trans-unit id="Regex_number_other">
<source>number, other</source>
<target state="translated">Zahl, sonstige</target>
<note />
</trans-unit>
<trans-unit id="Regex_numbered_backreference_long">
<source>A numbered backreference, where 'number' is the ordinal position of the capturing group in the regular expression. For example, \4 matches the contents of the fourth capturing group.
There is an ambiguity between octal escape codes (such as \16) and \number backreferences that use the same notation. If the ambiguity is a problem, you can use the \k<name> notation, which is unambiguous and cannot be confused with octal character codes. Similarly, hexadecimal codes such as \xdd are unambiguous and cannot be confused with backreferences.</source>
<target state="translated">Ein nummerierter Rückverweis, wobei "zahl" für die Ordnungsposition der Erfassungsgruppe im regulären Ausdruck steht. Beispiel: \4 entspricht dem Inhalt der vierten Erfassungsgruppe.
Es besteht eine Mehrdeutigkeit zwischen den Escapecodes für Oktalzahlen (z. B. \16) und den \zahl-Rückverweisen, die dieselbe Notation verwenden. Wenn die Mehrdeutigkeit ein Problem darstellt, können Sie die \k<name>-Notation verwenden, die eindeutig ist und nicht mit Oktalzeichencodes verwechselt werden kann. Ebenso eindeutig sind hexadezimale Codes wie \xdd, die nicht mit Rückverweisen verwechselt werden können.</target>
<note />
</trans-unit>
<trans-unit id="Regex_numbered_backreference_short">
<source>numbered backreference</source>
<target state="translated">Nummerierter Rückverweis</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_control">
<source>other, control</source>
<target state="translated">Sonstige, Steuerelement</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_format">
<source>other, format</source>
<target state="translated">Sonstige, Format</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_not_assigned">
<source>other, not assigned</source>
<target state="translated">Sonstige, nicht zugewiesen</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_private_use">
<source>other, private use</source>
<target state="translated">Sonstige, private Nutzung</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_surrogate">
<source>other, surrogate</source>
<target state="translated">Sonstige, Ersatzzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_group_long">
<source>A positive character group specifies a list of characters, any one of which may appear in an input string for a match to occur.</source>
<target state="translated">Eine positive Zeichengruppe gibt eine Liste von Zeichen an, von denen jedes in einer Eingabezeichenfolge enthalten sein kann, damit eine Übereinstimmung auftritt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_group_short">
<source>positive character group</source>
<target state="translated">Positive Zeichengruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_range_long">
<source>A positive character range specifies a range of characters, any one of which may appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range and 'lastCharacter' is the character that ends the range. </source>
<target state="translated">Ein positiver Zeichenbereich gibt einen Bereich von Zeichen an, von denen jedes in einer Eingabezeichenfolge enthalten sein kann, damit eine Übereinstimmung auftritt. "firstCharacter" ist das erste Zeichen und "lastCharacter" das letzte Zeichen des Bereichs. </target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_range_short">
<source>positive character range</source>
<target state="translated">Positiver Zeichenbereich</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_close">
<source>punctuation, close</source>
<target state="translated">Interpunktion, schließen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_connector">
<source>punctuation, connector</source>
<target state="translated">Interpunktion, Verbindung</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_dash">
<source>punctuation, dash</source>
<target state="translated">Interpunktion, Bindestrich</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_final_quote">
<source>punctuation, final quote</source>
<target state="translated">Interpunktion, schließendes Anführungszeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_initial_quote">
<source>punctuation, initial quote</source>
<target state="translated">Interpunktion, öffnendes Anführungszeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_open">
<source>punctuation, open</source>
<target state="translated">Interpunktion, öffnen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_other">
<source>punctuation, other</source>
<target state="translated">Interpunktion, sonstige</target>
<note />
</trans-unit>
<trans-unit id="Regex_separator_line">
<source>separator, line</source>
<target state="translated">Trennzeichen, Zeile</target>
<note />
</trans-unit>
<trans-unit id="Regex_separator_paragraph">
<source>separator, paragraph</source>
<target state="translated">Trennzeichen, Absatz</target>
<note />
</trans-unit>
<trans-unit id="Regex_separator_space">
<source>separator, space</source>
<target state="translated">Trennzeichen, Leerzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_only_long">
<source>The \A anchor specifies that a match must occur at the beginning of the input string. It is identical to the ^ anchor, except that \A ignores the RegexOptions.Multiline option. Therefore, it can only match the start of the first line in a multiline input string.</source>
<target state="translated">Der \A-Anker gibt an, dass eine Übereinstimmung am Anfang der Eingabezeichenfolge erfolgen muss. Er ist identisch mit dem ^-Anker, mit der Ausnahme, dass \A die Option "RegexOptions.Multiline" ignoriert. Daher ist nur eine Übereinstimmung mit dem Anfang der ersten Zeile in einer mehrzeiligen Eingabezeichenfolge möglich.</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_only_short">
<source>start of string only</source>
<target state="translated">Nur Anfang der Zeichenfolge</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_or_line_long">
<source>The ^ anchor specifies that the following pattern must begin at the first character position of the string. If you use ^ with the RegexOptions.Multiline option, the match must occur at the beginning of each line.</source>
<target state="translated">Der ^-Anker gibt an, dass das folgende Muster an der ersten Zeichenposition der Zeichenfolge beginnen muss. Wenn Sie "^" mit der Option "RegexOptions.Multiline" verwenden, muss die Übereinstimmung am Anfang jeder Zeile erfolgen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_or_line_short">
<source>start of string or line</source>
<target state="translated">Anfang der Zeichenfolge oder Zeile</target>
<note />
</trans-unit>
<trans-unit id="Regex_subexpression">
<source>subexpression</source>
<target state="translated">Teilausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_currency">
<source>symbol, currency</source>
<target state="translated">Symbol, Währung</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_math">
<source>symbol, math</source>
<target state="translated">Symbol, Mathematik</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_modifier">
<source>symbol, modifier</source>
<target state="translated">Symbol, Modifizierer</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_other">
<source>symbol, other</source>
<target state="translated">Symbol, sonstige</target>
<note />
</trans-unit>
<trans-unit id="Regex_tab_character_long">
<source>Matches a tab character, \u0009</source>
<target state="translated">Entspricht einem Tabstoppzeichen, \u0009.</target>
<note />
</trans-unit>
<trans-unit id="Regex_tab_character_short">
<source>tab character</source>
<target state="translated">Tabstoppzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_category_long">
<source>The regular expression construct \p{ name } matches any character that belongs to a Unicode general category or named block, where name is the category abbreviation or named block name.</source>
<target state="translated">Das Konstrukt des regulären Ausdrucks "\p{ name }" entspricht einem beliebigen Zeichen, das zu einer allgemeinen Unicode-Kategorie oder einem benannten Block gehört, wobei "name" der Kategorieabkürzung oder dem Namen des benannten Blocks entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_category_short">
<source>unicode category</source>
<target state="translated">Unicode-Kategorie</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_escape_long">
<source>Matches a UTF-16 code unit whose value is #### hexadecimal.</source>
<target state="translated">Entspricht einer UTF-16-Codeeinheit, deren Wert hexadezimal (####) ist.</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_escape_short">
<source>unicode escape</source>
<target state="translated">Unicode-Escapezeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_general_category_0">
<source>Unicode General Category: {0}</source>
<target state="translated">Allgemeine Unicode-Kategorie: {0}</target>
<note />
</trans-unit>
<trans-unit id="Regex_vertical_tab_character_long">
<source>Matches a vertical-tab character, \u000B</source>
<target state="translated">Entspricht einem vertikalen Tabstoppzeichen, \u000B.</target>
<note />
</trans-unit>
<trans-unit id="Regex_vertical_tab_character_short">
<source>vertical-tab character</source>
<target state="translated">Vertikales Tabstoppzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_white_space_character_long">
<source>\s matches any white-space character. It is equivalent to the following escape sequences and Unicode categories:
\f The form feed character, \u000C
\n The newline character, \u000A
\r The carriage return character, \u000D
\t The tab character, \u0009
\v The vertical tab character, \u000B
\x85 The ellipsis or NEXT LINE (NEL) character (…), \u0085
\p{Z} Matches any separator character
If ECMAScript-compliant behavior is specified, \s is equivalent to [ \f\n\r\t\v]</source>
<target state="translated">"\s" stimmt mit einem beliebigen Leerraumzeichen überein. Entspricht den folgenden Escapesequenzen und Unicode-Kategorien:
\f Das Seitenvorschubzeichen, \u000C
\n Das Zeilenvorschubzeichen, \u000A
\r Das Wagenrücklaufzeichen, \u000D
\t Das Tabstoppzeichen, \u0009
\v Das vertikale Tabstoppzeichen, \u000B
\x85 Das Auslassungszeichen oder NEL-Zeichen für die nächste Zeile (...), \u0085
\p{Z} Entspricht einem beliebigen Trennzeichen
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\s" gleichbedeutend mit "[\f\n\r\t\v]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_white_space_character_short">
<source>white-space character</source>
<target state="translated">Leerraumzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_word_boundary_long">
<source>The \b anchor specifies that the match must occur on a boundary between a word character (the \w language element) and a non-word character (the \W language element). Word characters consist of alphanumeric characters and underscores; a non-word character is any character that is not alphanumeric or an underscore. The match may also occur on a word boundary at the beginning or end of the string.
The \b anchor is frequently used to ensure that a subexpression matches an entire word instead of just the beginning or end of a word.</source>
<target state="translated">Der \b-Anker gibt an, dass die Übereinstimmung an einer Grenze zwischen einem Wortzeichen (dem \w-Sprachelement) und einem Nicht-Wortzeichen (dem \W-Sprachelement) erfolgen muss. Wortzeichen bestehen aus alphanumerischen Zeichen und Unterstrichen; ein Nicht-Wortzeichen ist ein beliebiges Zeichen, das nicht alphanumerisch oder ein Unterstrich ist. Die Übereinstimmung kann auch an einer Wortgrenze am Anfang oder Ende der Zeichenfolge auftreten.
Der \b-Anker wird häufig verwendet, um sicherzustellen, dass ein Teilausdruck mit einem ganzen Wort statt nur mit dem Anfang oder Ende eines Worts übereinstimmt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_word_boundary_short">
<source>word boundary</source>
<target state="translated">Wortgrenze</target>
<note />
</trans-unit>
<trans-unit id="Regex_word_character_long">
<source>\w matches any word character. A word character is a member of any of the following Unicode categories:
Ll Letter, Lowercase
Lu Letter, Uppercase
Lt Letter, Titlecase
Lo Letter, Other
Lm Letter, Modifier
Mn Mark, Nonspacing
Nd Number, Decimal Digit
Pc Punctuation, Connector
If ECMAScript-compliant behavior is specified, \w is equivalent to [a-zA-Z_0-9]</source>
<target state="translated">"\w" entspricht einem beliebigen Wortzeichen. Ein Wortzeichen gehört zu einer der folgenden Unicode-Kategorien:
Ll Buchstabe, Kleinbuchstabe
Lu Buchstabe, Großbuchstabe
Lt Buchstabe, erster Buchstabe groß
Lo Buchstabe, sonstige
Lm Buchstabe, Modifizierer
Mn Zeichen, Zeichen ohne eigene Breite
Nd Zahl, Dezimalzahl
Pc Interpunktion, Verbindung
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\w" gleichbedeutend mit "[a-zA-Z_0-9]".</target>
<note>Note: Ll, Lu, Lt, Lo, Lm, Mn, Nd, and Pc are all things that should not be localized.</note>
</trans-unit>
<trans-unit id="Regex_word_character_short">
<source>word character</source>
<target state="translated">Wortzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_yes">
<source>yes</source>
<target state="translated">Ja</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookahead_assertion_long">
<source>A zero-width negative lookahead assertion, where for the match to be successful, the input string must not match the regular expression pattern in subexpression. The matched string is not included in the match result.
A zero-width negative lookahead assertion is typically used either at the beginning or at the end of a regular expression. At the beginning of a regular expression, it can define a specific pattern that should not be matched when the beginning of the regular expression defines a similar but more general pattern to be matched. In this case, it is often used to limit backtracking. At the end of a regular expression, it can define a subexpression that cannot occur at the end of a match.</source>
<target state="translated">Eine negative Lookaheadassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn die Eingabezeichenfolge nicht dem Muster für reguläre Ausdrücke im Teilausdruck entspricht. Die übereinstimmende Zeichenfolge ist im Übereinstimmungsergebnis nicht enthalten.
Eine negative Lookaheadassertion mit Nullbreite wird in der Regel entweder am Anfang oder am Ende eines regulären Ausdrucks verwendet. Am Anfang eines regulären Ausdrucks kann ein bestimmtes Muster definiert werden, das nicht übereinstimmen darf, wenn der Anfang des regulären Ausdrucks ein ähnliches, aber allgemeineres Muster für den Abgleich definiert. In diesem Fall wird sie häufig verwendet, um die Rückverfolgung einzuschränken. Am Ende eines regulären Ausdrucks kann ein Teilausdruck definiert werden, der nicht am Ende einer Übereinstimmung vorliegen darf.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookahead_assertion_short">
<source>zero-width negative lookahead assertion</source>
<target state="translated">Negative Lookaheadassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookbehind_assertion_long">
<source>A zero-width negative lookbehind assertion, where for a match to be successful, 'subexpression' must not occur at the input string to the left of the current position. Any substring that does not match 'subexpression' is not included in the match result.
Zero-width negative lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define precludes a match in the string that follows. They are also used to limit backtracking when the last character or characters in a captured group must not be one or more of the characters that match that group's regular expression pattern.</source>
<target state="translated">Eine negative Lookbehindassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn "Teilausdruck" nicht in der Eingabezeichenfolge links von der aktuellen Position vorliegt. Teilzeichenfolgen, die nicht mit "Teilausdruck" übereinstimmen, sind im Übereinstimmungsergebnis nicht enthalten.
Negative Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang regulärer Ausdrücke verwendet. Das von ihnen definierte Muster verhindert eine Übereinstimmung in der nachfolgenden Zeichenfolge. Sie werden zudem zum Begrenzen der Rückverfolgung verwendet, wenn das letzte Zeichen oder die Zeichen in einer erfassten Gruppe nicht mit einem oder mehreren Zeichen übereinstimmen dürfen, die dem Muster für reguläre Ausdrücke der Gruppe entsprechen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookbehind_assertion_short">
<source>zero-width negative lookbehind assertion</source>
<target state="translated">Negative Lookbehindassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookahead_assertion_long">
<source>A zero-width positive lookahead assertion, where for a match to be successful, the input string must match the regular expression pattern in 'subexpression'. The matched substring is not included in the match result. A zero-width positive lookahead assertion does not backtrack.
Typically, a zero-width positive lookahead assertion is found at the end of a regular expression pattern. It defines a substring that must be found at the end of a string for a match to occur but that should not be included in the match. It is also useful for preventing excessive backtracking. You can use a zero-width positive lookahead assertion to ensure that a particular captured group begins with text that matches a subset of the pattern defined for that captured group.</source>
<target state="translated">Eine positive Lookaheadassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn die Eingabezeichenfolge dem Muster für reguläre Ausdrücke im Teilausdruck entspricht. Die abgeglichene Zeichenfolge ist im Übereinstimmungsergebnis nicht enthalten. Für eine positive Lookaheadassertion wird keine Rückverfolgung durchgeführt.
Eine positive Lookaheadassertion mit Nullbreite wird in der Regel am Ende eines Musters für reguläre Ausdrücke verwendet. Sie definiert eine Teilzeichenfolge, die sich am Ende einer Zeichenfolge befinden muss, damit eine Übereinstimmung vorliegt, die aber nicht in der Übereinstimmung enthalten sein darf. Sie eignet sich auch zum Verhindern einer übermäßigen Rückverfolgung. Mit einer positiven Lookaheadassertion mit Nullbreite können Sie sicherstellen, dass eine bestimmte erfasste Gruppe mit einem Text beginnt, der einer Teilmenge des für die erfasste Gruppe definierten Musters entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookahead_assertion_short">
<source>zero-width positive lookahead assertion</source>
<target state="translated">Positive Lookaheadassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookbehind_assertion_long">
<source>A zero-width positive lookbehind assertion, where for a match to be successful, 'subexpression' must occur at the input string to the left of the current position. 'subexpression' is not included in the match result. A zero-width positive lookbehind assertion does not backtrack.
Zero-width positive lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define is a precondition for a match, although it is not a part of the match result.</source>
<target state="translated">Eine positive Lookbehindassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn "Teilausdruck" in der Eingabezeichenfolge links von der aktuellen Position vorliegt. "Teilausdruck" ist im Übereinstimmungsergebnis nicht enthalten. Bei einer positiven Lookbehindassertion mit Nullbreite wird keine Rückverfolgung durchgeführt.
Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang regulärer Ausdrücke verwendet. Das von ihnen definierte Muster ist eine Vorbedingung für eine Übereinstimmung, auch wenn es nicht zum Übereinstimmungsergebnis gehört.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookbehind_assertion_short">
<source>zero-width positive lookbehind assertion</source>
<target state="translated">Positive Lookbehindassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Related_method_signatures_found_in_metadata_will_not_be_updated">
<source>Related method signatures found in metadata will not be updated.</source>
<target state="translated">In Metadaten gefundene ähnliche Methodensignaturen werden nicht aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="Removal_of_document_not_supported">
<source>Removal of document not supported</source>
<target state="translated">Das Entfernen des Dokuments wird nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="Remove_async_modifier">
<source>Remove 'async' modifier</source>
<target state="translated">async-Modifizierer entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unnecessary_casts">
<source>Remove unnecessary casts</source>
<target state="translated">Nicht erforderliche Umwandlungen entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_variables">
<source>Remove unused variables</source>
<target state="translated">Nicht verwendete Variablen entfernen</target>
<note />
</trans-unit>
<trans-unit id="Removing_0_that_accessed_captured_variables_1_and_2_declared_in_different_scopes_requires_restarting_the_application">
<source>Removing {0} that accessed captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</source>
<target state="new">Removing {0} that accessed captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Removing_0_that_contains_an_active_statement_requires_restarting_the_application">
<source>Removing {0} that contains an active statement requires restarting the application.</source>
<target state="new">Removing {0} that contains an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Renaming_0_requires_restarting_the_application">
<source>Renaming {0} requires restarting the application.</source>
<target state="new">Renaming {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Renaming_0_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime">
<source>Renaming {0} requires restarting the application because it is not supported by the runtime.</source>
<target state="new">Renaming {0} requires restarting the application because it is not supported by the runtime.</target>
<note />
</trans-unit>
<trans-unit id="Renaming_a_captured_variable_from_0_to_1_requires_restarting_the_application">
<source>Renaming a captured variable, from '{0}' to '{1}' requires restarting the application.</source>
<target state="new">Renaming a captured variable, from '{0}' to '{1}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">"{0}" durch "{1}" ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Resolve_conflict_markers">
<source>Resolve conflict markers</source>
<target state="translated">Konfliktmarkierungen auflösen</target>
<note />
</trans-unit>
<trans-unit id="RudeEdit">
<source>Rude edit</source>
<target state="translated">Grobe Bearbeitung</target>
<note />
</trans-unit>
<trans-unit id="Selection_does_not_contain_a_valid_token">
<source>Selection does not contain a valid token.</source>
<target state="new">Selection does not contain a valid token.</target>
<note />
</trans-unit>
<trans-unit id="Selection_not_contained_inside_a_type">
<source>Selection not contained inside a type.</source>
<target state="new">Selection not contained inside a type.</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Zugriffsmodifizierer sortieren</target>
<note />
</trans-unit>
<trans-unit id="Split_into_consecutive_0_statements">
<source>Split into consecutive '{0}' statements</source>
<target state="translated">In aufeinanderfolgende {0}-Anweisungen teilen</target>
<note />
</trans-unit>
<trans-unit id="Split_into_nested_0_statements">
<source>Split into nested '{0}' statements</source>
<target state="translated">In geschachtelte {0}-Anweisungen teilen</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportReadAndSeek">
<source>Stream must support read and seek operations.</source>
<target state="translated">Stream muss Lese- und Suchvorgänge unterstützen.</target>
<note />
</trans-unit>
<trans-unit id="Suppress_0">
<source>Suppress {0}</source>
<target state="translated">{0} unterdrücken</target>
<note />
</trans-unit>
<trans-unit id="Switching_between_lambda_and_local_function_requires_restarting_the_application">
<source>Switching between a lambda and a local function requires restarting the application.</source>
<target state="new">Switching between a lambda and a local function requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_finalizer">
<source>TODO: free unmanaged resources (unmanaged objects) and override finalizer</source>
<target state="translated">TODO: Nicht verwaltete Ressourcen (nicht verwaltete Objekte) freigeben und Finalizer überschreiben</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources">
<source>TODO: override finalizer only if '{0}' has code to free unmanaged resources</source>
<target state="translated">TODO: Finalizer nur überschreiben, wenn "{0}" Code für die Freigabe nicht verwalteter Ressourcen enthält</target>
<note />
</trans-unit>
<trans-unit id="Target_type_matches">
<source>Target type matches</source>
<target state="translated">Übereinstimmungen mit Zieltyp</target>
<note />
</trans-unit>
<trans-unit id="The_assembly_0_containing_type_1_references_NET_Framework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">Die Assembly "{0}" mit dem Typ "{1}" verweist auf das .NET Framework. Dies wird nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_a_local_function_call_without_its_declaration">
<source>The selection contains a local function call without its declaration.</source>
<target state="translated">Die Auswahl enthält einen lokalen Funktionsaufruf ohne Deklaration.</target>
<note />
</trans-unit>
<trans-unit id="Too_many_bars_in_conditional_grouping">
<source>Too many | in (?()|)</source>
<target state="translated">Zu viele |-Zeichen in (?()|).</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(0)a|b|)</note>
</trans-unit>
<trans-unit id="Too_many_close_parens">
<source>Too many )'s</source>
<target state="translated">Zu viele )-Zeichen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: )</note>
</trans-unit>
<trans-unit id="UnableToReadSourceFileOrPdb">
<source>Unable to read source file '{0}' or the PDB built for the containing project. Any changes made to this file while debugging won't be applied until its content matches the built source.</source>
<target state="translated">Die Quelldatei "{0}" oder die für das enthaltende Projekt kompilierte PDB-Datei kann nicht gelesen werden. Alle Änderungen, die während des Debuggens an dieser Datei vorgenommen wurden, werden erst angewendet, wenn der Inhalt dem kompilierten Quellcode entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Unknown_property">
<source>Unknown property</source>
<target state="translated">Unbekannte Eigenschaft</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{}</note>
</trans-unit>
<trans-unit id="Unknown_property_0">
<source>Unknown property '{0}'</source>
<target state="translated">Unbekannte Eigenschaft "{0}"</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{xxx}. Here, {0} will be the name of the unknown property ('xxx')</note>
</trans-unit>
<trans-unit id="Unrecognized_control_character">
<source>Unrecognized control character</source>
<target state="translated">Unbekanntes Steuerzeichen</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [\c]</note>
</trans-unit>
<trans-unit id="Unrecognized_escape_sequence_0">
<source>Unrecognized escape sequence \{0}</source>
<target state="translated">Unbekannte Escapesequenz \{0}.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \m. Here, {0} will be the unrecognized character ('m')</note>
</trans-unit>
<trans-unit id="Unrecognized_grouping_construct">
<source>Unrecognized grouping construct</source>
<target state="translated">Unbekanntes Gruppierungskonstrukt.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<</note>
</trans-unit>
<trans-unit id="Unterminated_character_class_set">
<source>Unterminated [] set</source>
<target state="translated">Nicht abgeschlossener []-Satz</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [</note>
</trans-unit>
<trans-unit id="Unterminated_regex_comment">
<source>Unterminated (?#...) comment</source>
<target state="translated">Nicht abgeschlossener (?#...)-Kommentar.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?#</note>
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Umbruch für alle Argumente aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_parameters">
<source>Unwrap all parameters</source>
<target state="translated">Umbruch für alle Parameter aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_and_indent_all_arguments">
<source>Unwrap and indent all arguments</source>
<target state="translated">Umbruch für alle Argumente aufheben und einrücken</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_and_indent_all_parameters">
<source>Unwrap and indent all parameters</source>
<target state="translated">Umbruch für alle Parameter aufheben und einrücken</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_argument_list">
<source>Unwrap argument list</source>
<target state="translated">Umbruch für Argumentliste aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_call_chain">
<source>Unwrap call chain</source>
<target state="translated">Umbruch für alle Aufrufkette aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_expression">
<source>Unwrap expression</source>
<target state="translated">Umbruch für Ausdruck aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_parameter_list">
<source>Unwrap parameter list</source>
<target state="translated">Umbruch für Parameterliste aufheben</target>
<note />
</trans-unit>
<trans-unit id="Updating_0_requires_restarting_the_application">
<source>Updating '{0}' requires restarting the application.</source>
<target state="new">Updating '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_a_0_around_an_active_statement_requires_restarting_the_application">
<source>Updating a {0} around an active statement requires restarting the application.</source>
<target state="new">Updating a {0} around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_a_complex_statement_containing_an_await_expression_requires_restarting_the_application">
<source>Updating a complex statement containing an await expression requires restarting the application.</source>
<target state="new">Updating a complex statement containing an await expression requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_an_active_statement_requires_restarting_the_application">
<source>Updating an active statement requires restarting the application.</source>
<target state="new">Updating an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_async_or_iterator_modifier_around_an_active_statement_requires_restarting_the_application">
<source>Updating async or iterator modifier around an active statement requires restarting the application.</source>
<target state="new">Updating async or iterator modifier around an active statement requires restarting the application.</target>
<note>{Locked="async"}{Locked="iterator"} "async" and "iterator" are C#/VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_reloadable_type_marked_by_0_attribute_or_its_member_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime">
<source>Updating a reloadable type (marked by {0}) or its member requires restarting the application because is not supported by the runtime.</source>
<target state="new">Updating a reloadable type (marked by {0}) or its member requires restarting the application because is not supported by the runtime.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_Handles_clause_of_0_requires_restarting_the_application">
<source>Updating the Handles clause of {0} requires restarting the application.</source>
<target state="new">Updating the Handles clause of {0} requires restarting the application.</target>
<note>{Locked="Handles"} "Handles" is VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_Implements_clause_of_a_0_requires_restarting_the_application">
<source>Updating the Implements clause of a {0} requires restarting the application.</source>
<target state="new">Updating the Implements clause of a {0} requires restarting the application.</target>
<note>{Locked="Implements"} "Implements" is VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_alias_of_Declare_statement_requires_restarting_the_application">
<source>Updating the alias of Declare statement requires restarting the application.</source>
<target state="new">Updating the alias of Declare statement requires restarting the application.</target>
<note>{Locked="Declare"} "Declare" is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_attributes_of_0_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime">
<source>Updating the attributes of {0} requires restarting the application because it is not supported by the runtime.</source>
<target state="new">Updating the attributes of {0} requires restarting the application because it is not supported by the runtime.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_base_class_and_or_base_interface_s_of_0_requires_restarting_the_application">
<source>Updating the base class and/or base interface(s) of {0} requires restarting the application.</source>
<target state="new">Updating the base class and/or base interface(s) of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_initializer_of_0_requires_restarting_the_application">
<source>Updating the initializer of {0} requires restarting the application.</source>
<target state="new">Updating the initializer of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_kind_of_a_property_event_accessor_requires_restarting_the_application">
<source>Updating the kind of a property/event accessor requires restarting the application.</source>
<target state="new">Updating the kind of a property/event accessor requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_kind_of_a_type_requires_restarting_the_application">
<source>Updating the kind of a type requires restarting the application.</source>
<target state="new">Updating the kind of a type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_library_name_of_Declare_statement_requires_restarting_the_application">
<source>Updating the library name of Declare statement requires restarting the application.</source>
<target state="new">Updating the library name of Declare statement requires restarting the application.</target>
<note>{Locked="Declare"} "Declare" is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_modifiers_of_0_requires_restarting_the_application">
<source>Updating the modifiers of {0} requires restarting the application.</source>
<target state="new">Updating the modifiers of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_size_of_a_0_requires_restarting_the_application">
<source>Updating the size of a {0} requires restarting the application.</source>
<target state="new">Updating the size of a {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_type_of_0_requires_restarting_the_application">
<source>Updating the type of {0} requires restarting the application.</source>
<target state="new">Updating the type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_underlying_type_of_0_requires_restarting_the_application">
<source>Updating the underlying type of {0} requires restarting the application.</source>
<target state="new">Updating the underlying type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_variance_of_0_requires_restarting_the_application">
<source>Updating the variance of {0} requires restarting the application.</source>
<target state="new">Updating the variance of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Use_block_body_for_lambda_expressions">
<source>Use block body for lambda expressions</source>
<target state="translated">Blocktextkörper für Lambdaausdrücke verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Ausdruckskörper für Lambdaausdrücke verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_interpolated_verbatim_string">
<source>Use interpolated verbatim string</source>
<target state="translated">Interpolierte ausführliche Zeichenfolge verwenden</target>
<note />
</trans-unit>
<trans-unit id="Value_colon">
<source>Value:</source>
<target state="translated">Wert:</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_changing_namespace_may_produce_invalid_code_and_change_code_meaning">
<source>Warning: Changing namespace may produce invalid code and change code meaning.</source>
<target state="translated">Warnung: Durch die Änderung des Namespaces kann der Code ungültig werden oder seine Bedeutung verändern.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_semantics_may_change_when_converting_statement">
<source>Warning: Semantics may change when converting statement.</source>
<target state="translated">Warnung: Die Semantik kann sich beim Konvertieren der Anweisung ändern.</target>
<note />
</trans-unit>
<trans-unit id="Wrap_and_align_call_chain">
<source>Wrap and align call chain</source>
<target state="translated">Aufrufkette umbrechen und ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Wrap_and_align_expression">
<source>Wrap and align expression</source>
<target state="translated">Ausdruck umbrechen und ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Wrap_and_align_long_call_chain">
<source>Wrap and align long call chain</source>
<target state="translated">Lange Aufrufkette umbrechen und ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Wrap_call_chain">
<source>Wrap call chain</source>
<target state="translated">Aufrufkette umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_every_argument">
<source>Wrap every argument</source>
<target state="translated">Jedes Argument umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_every_parameter">
<source>Wrap every parameter</source>
<target state="translated">Alle Parameter umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_expression">
<source>Wrap expression</source>
<target state="translated">Ausdruck umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_long_argument_list">
<source>Wrap long argument list</source>
<target state="translated">Lange Argumentliste umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_long_call_chain">
<source>Wrap long call chain</source>
<target state="translated">Lange Aufrufkette umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_long_parameter_list">
<source>Wrap long parameter list</source>
<target state="translated">Lange Parameterliste umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrapping">
<source>Wrapping</source>
<target state="translated">Umbruch</target>
<note />
</trans-unit>
<trans-unit id="You_can_use_the_navigation_bar_to_switch_contexts">
<source>You can use the navigation bar to switch contexts.</source>
<target state="translated">Sie können die Navigationsleiste verwenden, um den Kontext zu wechseln.</target>
<note />
</trans-unit>
<trans-unit id="_0_cannot_be_null_or_empty">
<source>'{0}' cannot be null or empty.</source>
<target state="translated">"{0}" kann nicht NULL oder leer sein.</target>
<note />
</trans-unit>
<trans-unit id="_0_cannot_be_null_or_whitespace">
<source>'{0}' cannot be null or whitespace.</source>
<target state="translated">"{0}" darf nicht NULL oder ein Leerraumzeichen sein.</target>
<note />
</trans-unit>
<trans-unit id="_0_dash_1">
<source>{0} - {1}</source>
<target state="translated">{0} - {1}</target>
<note />
</trans-unit>
<trans-unit id="_0_is_not_null_here">
<source>'{0}' is not null here.</source>
<target state="translated">"{0}" ist hier nicht NULL.</target>
<note />
</trans-unit>
<trans-unit id="_0_may_be_null_here">
<source>'{0}' may be null here.</source>
<target state="translated">"{0}" darf hier NULL sein.</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second">
<source>10,000,000ths of a second</source>
<target state="translated">10.000.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second_description">
<source>The "fffffff" custom format specifier represents the seven most significant digits of the seconds fraction; that is, it represents the ten millionths of a second in a date and time value.
Although it's possible to display the ten millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "fffffff" repräsentiert die sieben signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehnmillionstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Zehnmillionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second_non_zero">
<source>10,000,000ths of a second (non-zero)</source>
<target state="translated">10.000.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second_non_zero_description">
<source>The "FFFFFFF" custom format specifier represents the seven most significant digits of the seconds fraction; that is, it represents the ten millionths of a second in a date and time value. However, trailing zeros or seven zero digits aren't displayed.
Although it's possible to display the ten millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFFFFF" repräsentiert die sieben signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehnmillionstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder sieben Nullstellen werden jedoch nicht angezeigt.
Obwohl die Zehnmillionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second">
<source>1,000,000ths of a second</source>
<target state="translated">1.000.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second_description">
<source>The "ffffff" custom format specifier represents the six most significant digits of the seconds fraction; that is, it represents the millionths of a second in a date and time value.
Although it's possible to display the millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ffffff" repräsentiert die sechs signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millionstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Millionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second_non_zero">
<source>1,000,000ths of a second (non-zero)</source>
<target state="translated">1.000.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second_non_zero_description">
<source>The "FFFFFF" custom format specifier represents the six most significant digits of the seconds fraction; that is, it represents the millionths of a second in a date and time value. However, trailing zeros or six zero digits aren't displayed.
Although it's possible to display the millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFFFF" repräsentiert die sechs signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millionstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder sechs Nullstellen werden jedoch nicht angezeigt.
Obwohl die Millionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second">
<source>100,000ths of a second</source>
<target state="translated">100.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second_description">
<source>The "fffff" custom format specifier represents the five most significant digits of the seconds fraction; that is, it represents the hundred thousandths of a second in a date and time value.
Although it's possible to display the hundred thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "fffff" repräsentiert die fünf signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hunderttausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Hunderttausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second_non_zero">
<source>100,000ths of a second (non-zero)</source>
<target state="translated">100.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second_non_zero_description">
<source>The "FFFFF" custom format specifier represents the five most significant digits of the seconds fraction; that is, it represents the hundred thousandths of a second in a date and time value. However, trailing zeros or five zero digits aren't displayed.
Although it's possible to display the hundred thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFFF" repräsentiert die fünf signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hunderttausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder fünf Nullstellen werden jedoch nicht angezeigt.
Obwohl die Hunderttausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second">
<source>10,000ths of a second</source>
<target state="translated">10.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second_description">
<source>The "ffff" custom format specifier represents the four most significant digits of the seconds fraction; that is, it represents the ten thousandths of a second in a date and time value.
Although it's possible to display the ten thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT version 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ffff" repräsentiert die vier signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehntausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Zehntausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second_non_zero">
<source>10,000ths of a second (non-zero)</source>
<target state="translated">10.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second_non_zero_description">
<source>The "FFFF" custom format specifier represents the four most significant digits of the seconds fraction; that is, it represents the ten thousandths of a second in a date and time value. However, trailing zeros or four zero digits aren't displayed.
Although it's possible to display the ten thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFF" repräsentiert die vier signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehntausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder vier Nullstellen werden jedoch nicht angezeigt.
Obwohl die Zehntausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second">
<source>1,000ths of a second</source>
<target state="translated">1.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second_description">
<source>The "fff" custom format specifier represents the three most significant digits of the seconds fraction; that is, it represents the milliseconds in a date and time value.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "fff" repräsentiert die drei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millisekunden in einem Datums- und Uhrzeitwert dar. </target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second_non_zero">
<source>1,000ths of a second (non-zero)</source>
<target state="translated">1.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second_non_zero_description">
<source>The "FFF" custom format specifier represents the three most significant digits of the seconds fraction; that is, it represents the milliseconds in a date and time value. However, trailing zeros or three zero digits aren't displayed.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFF" repräsentiert die drei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millisekunden in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder drei Nullstellen werden jedoch nicht angezeigt.</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second">
<source>100ths of a second</source>
<target state="translated">100stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second_description">
<source>The "ff" custom format specifier represents the two most significant digits of the seconds fraction; that is, it represents the hundredths of a second in a date and time value.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ff" repräsentiert die zwei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hundertstelsekunden in einem Datums- und Uhrzeitwert dar.</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second_non_zero">
<source>100ths of a second (non-zero)</source>
<target state="translated">100stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second_non_zero_description">
<source>The "FF" custom format specifier represents the two most significant digits of the seconds fraction; that is, it represents the hundredths of a second in a date and time value. However, trailing zeros or two zero digits aren't displayed.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FF" repräsentiert die zwei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hundertstelsekunden in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder zwei Nullstellen werden jedoch nicht angezeigt.</target>
<note />
</trans-unit>
<trans-unit id="_10ths_of_a_second">
<source>10ths of a second</source>
<target state="translated">Zehntel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_10ths_of_a_second_description">
<source>The "f" custom format specifier represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value.
If the "f" format specifier is used without other format specifiers, it's interpreted as the "f" standard date and time format specifier.
When you use "f" format specifiers as part of a format string supplied to the ParseExact or TryParseExact method, the number of "f" format specifiers indicates the number of most significant digits of the seconds fraction that must be present to successfully parse the string.</source>
<target state="new">The "f" custom format specifier represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value.
If the "f" format specifier is used without other format specifiers, it's interpreted as the "f" standard date and time format specifier.
When you use "f" format specifiers as part of a format string supplied to the ParseExact or TryParseExact method, the number of "f" format specifiers indicates the number of most significant digits of the seconds fraction that must be present to successfully parse the string.</target>
<note>{Locked="ParseExact"}{Locked="TryParseExact"}{Locked=""f""}</note>
</trans-unit>
<trans-unit id="_10ths_of_a_second_non_zero">
<source>10ths of a second (non-zero)</source>
<target state="translated">Zehntel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_10ths_of_a_second_non_zero_description">
<source>The "F" custom format specifier represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value. Nothing is displayed if the digit is zero.
If the "F" format specifier is used without other format specifiers, it's interpreted as the "F" standard date and time format specifier.
The number of "F" format specifiers used with the ParseExact, TryParseExact, ParseExact, or TryParseExact method indicates the maximum number of most significant digits of the seconds fraction that can be present to successfully parse the string.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "F" repräsentiert die signifikanteste Stelle des Sekundenbruchteils, d. h., er stellt die Zehntelsekunden in einem Datums- und Uhrzeitwert dar. Wenn die Stelle 0 lautet, wird nichts angezeigt.
Bei Verwendung des Formatbezeichners "f" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "f" für Datum und Uhrzeit interpretiert.
Bei Verwendung des Formatbezeichners "f" als Teil einer Formatzeichenfolge zur Übergabe an die ParseExact-, TryParseExact-, ParseExact- oder TryParseExact-Methode gibt die f-Formatbezeichneranzahl die Anzahl der signifikantesten Stellen des Sekundenbruchteils an, die vorhanden sein müssen, um die Zeichenfolge erfolgreich zu analysieren.</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_1_2_digits">
<source>12 hour clock (1-2 digits)</source>
<target state="translated">12-Stunden-Format (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_1_2_digits_description">
<source>The "h" custom format specifier represents the hour as a number from 1 through 12; that is, the hour is represented by a 12-hour clock that counts the whole hours since midnight or noon. A particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted without a leading zero. For example, given a time of 5:43 in the morning or afternoon, this custom format specifier displays "5".
If the "h" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "h" repräsentiert die Stunde als eine Zahl zwischen 1 und 12, d. h., die Stunde wird in einem 12-Stunden-Format dargestellt, bei dem die ganzen Stunden seit Mitternacht oder Mittag gezählt werden. Eine bestimmte Stunde nach Mitternacht ist nicht von der gleichen Stunde nach Mittag unterscheidbar. Der Stundenwert wird nicht gerundet, und ein einstelliger Stundenwert wird ohne führende Null formatiert. Beispielsweise zeigt dieser benutzerdefinierte Formatbezeichner bei der Uhrzeit 5:43 morgens oder nachmittags den Wert "5" an.
Bei Verwendung des Formatbezeichners "h" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datum und Uhrzeit interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_2_digits">
<source>12 hour clock (2 digits)</source>
<target state="translated">12-Stunden-Format (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_2_digits_description">
<source>The "hh" custom format specifier (plus any number of additional "h" specifiers) represents the hour as a number from 01 through 12; that is, the hour is represented by a 12-hour clock that counts the whole hours since midnight or noon. A particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted with a leading zero. For example, given a time of 5:43 in the morning or afternoon, this format specifier displays "05".</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "hh" (plus beliebig viele zusätzliche h-Bezeichner) repräsentiert die Stunde als eine Zahl zwischen 01 und 12, d. h., die Stunde wird in einem 12-Stunden-Format dargestellt, bei dem die ganzen Stunden seit Mitternacht oder Mittag gezählt werden. Eine bestimmte Stunde nach Mitternacht ist nicht von der gleichen Stunde nach Mittag unterscheidbar. Der Stundenwert wird nicht gerundet, und ein einstelliger Stundenwert wird mit einer führenden Null formatiert. Beispielsweise zeigt dieser benutzerdefinierte Formatbezeichner bei der Uhrzeit 5:43 morgens oder nachmittags den Wert "05" an.</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_1_2_digits">
<source>24 hour clock (1-2 digits)</source>
<target state="translated">24-Stunden-Format (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_1_2_digits_description">
<source>The "H" custom format specifier represents the hour as a number from 0 through 23; that is, the hour is represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted without a leading zero.
If the "H" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "H" repräsentiert die Stunde als eine Zahl zwischen 0 und 23, d. h., die Stunde wird in einem nullbasierten 24-Stunden-Format dargestellt, bei dem die Stunden seit Mitternacht gezählt werden. Ein einstelliger Stundenwert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "H" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datum und Uhrzeit interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_2_digits">
<source>24 hour clock (2 digits)</source>
<target state="translated">24-Stunden-Format (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_2_digits_description">
<source>The "HH" custom format specifier (plus any number of additional "H" specifiers) represents the hour as a number from 00 through 23; that is, the hour is represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "HH" (plus beliebig viele zusätzliche H-Bezeichner) repräsentiert die Stunde als eine Zahl zwischen 00 und 23, d. h., die Stunde wird in einem nullbasierten 24-Stunden-Format dargestellt, bei dem die Stunden seit Mitternacht gezählt werden. Ein einstelliger Stundenwert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="and_update_call_sites_directly">
<source>and update call sites directly</source>
<target state="new">and update call sites directly</target>
<note />
</trans-unit>
<trans-unit id="code">
<source>code</source>
<target state="translated">Code</target>
<note />
</trans-unit>
<trans-unit id="date_separator">
<source>date separator</source>
<target state="translated">Datumstrennzeichen</target>
<note />
</trans-unit>
<trans-unit id="date_separator_description">
<source>The "/" custom format specifier represents the date separator, which is used to differentiate years, months, and days. The appropriate localized date separator is retrieved from the DateTimeFormatInfo.DateSeparator property of the current or specified culture.
Note: To change the date separator for a particular date and time string, specify the separator character within a literal string delimiter. For example, the custom format string mm'/'dd'/'yyyy produces a result string in which "/" is always used as the date separator. To change the date separator for all dates for a culture, either change the value of the DateTimeFormatInfo.DateSeparator property of the current culture, or instantiate a DateTimeFormatInfo object, assign the character to its DateSeparator property, and call an overload of the formatting method that includes an IFormatProvider parameter.
If the "/" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "/" repräsentiert das Datumstrennzeichen, das zur Unterscheidung von Jahren, Monaten und Tagen verwendet wird. Das geeignete lokalisierte Datumstrennzeichen wird aus der DateTimeFormatInfo.DateSeparator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.
Hinweis: Um das Datumstrennzeichen für eine bestimmte Datums- und Uhrzeitzeichenfolge zu ändern, geben Sie das Trennzeichen innerhalb eines Trennzeichens einer Literalzeichenfolge an. Beispielsweise erzeugt die benutzerdefinierte Formatzeichenfolge "mm'/'dd'/'yyyy" eine Ergebniszeichenfolge, in der stets "/" als Datumstrennzeichen verwendet wird. Um das Datumstrennzeichen für alle Datumswerte für eine Kultur zu ändern, ändern Sie entweder den Wert der DateTimeFormatInfo.DateSeparator-Eigenschaft der aktuellen Kultur, oder instanziieren Sie ein DateTimeFormatInfo-Objekt, weisen Sie das Zeichen der zugehörigen DateSeparator-Eigenschaft zu, und rufen Sie eine Überladung der Formatierungsmethode auf, die einen IFormatProvider-Parameter umfasst.
Bei Verwendung des Formatbezeichners "/" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_1_2_digits">
<source>day of the month (1-2 digits)</source>
<target state="translated">Tag des Monats (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_1_2_digits_description">
<source>The "d" custom format specifier represents the day of the month as a number from 1 through 31. A single-digit day is formatted without a leading zero.
If the "d" format specifier is used without other custom format specifiers, it's interpreted as the "d" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "d" repräsentiert den Tag des Monats als eine Zahl zwischen 1 und 31. Ein einstelliger Tageswert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "d" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "d" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_2_digits">
<source>day of the month (2 digits)</source>
<target state="translated">Tag des Monats (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_2_digits_description">
<source>The "dd" custom format string represents the day of the month as a number from 01 through 31. A single-digit day is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "dd" repräsentiert den Tag des Monats als eine Zahl zwischen 01 und 31. Ein einstelliger Tageswert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_abbreviated">
<source>day of the week (abbreviated)</source>
<target state="translated">Tag der Woche (abgekürzt)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_abbreviated_description">
<source>The "ddd" custom format specifier represents the abbreviated name of the day of the week. The localized abbreviated name of the day of the week is retrieved from the DateTimeFormatInfo.AbbreviatedDayNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ddd" repräsentiert den abgekürzten Namen des Wochentags. Der lokalisierte abgekürzte Name des Wochentags wird aus der DateTimeFormatInfo.AbbreviatedDayNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_full">
<source>day of the week (full)</source>
<target state="translated">Tag der Woche (vollständig)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_full_description">
<source>The "dddd" custom format specifier (plus any number of additional "d" specifiers) represents the full name of the day of the week. The localized name of the day of the week is retrieved from the DateTimeFormatInfo.DayNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "dddd" (plus beliebig viele zusätzliche d-Bezeichner) repräsentiert den vollständigen Namen des Wochentags. Der lokalisierte Name des Wochentags wird aus der DateTimeFormatInfo.DayNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="discard">
<source>discard</source>
<target state="translated">Ausschussvariable</target>
<note />
</trans-unit>
<trans-unit id="from_metadata">
<source>from metadata</source>
<target state="translated">aus Metadaten</target>
<note />
</trans-unit>
<trans-unit id="full_long_date_time">
<source>full long date/time</source>
<target state="translated">Vollständige(s) Datum/Uhrzeit (lang)</target>
<note />
</trans-unit>
<trans-unit id="full_long_date_time_description">
<source>The "F" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.FullDateTimePattern property. For example, the custom format string for the invariant culture is "dddd, dd MMMM yyyy HH:mm:ss".</source>
<target state="translated">Der Standardformatbezeichner "F" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitzeichenfolge, die durch die aktuelle DateTimeFormatInfo.FullDateTimePattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "dddd, dd MMMM yyyy HH:mm:ss".</target>
<note />
</trans-unit>
<trans-unit id="full_short_date_time">
<source>full short date/time</source>
<target state="translated">Vollständige(s) Datum/Uhrzeit (kurz)</target>
<note />
</trans-unit>
<trans-unit id="full_short_date_time_description">
<source>The Full Date Short Time ("f") Format Specifier
The "f" standard format specifier represents a combination of the long date ("D") and short time ("t") patterns, separated by a space.</source>
<target state="translated">Formatbezeichner für das Datum in Langform und die Uhrzeit in Kurzform ("f")
Der Standardformatbezeichner "f" repräsentiert eine Kombination aus den Mustern für das lange Datumsformat ("D") und das kurze Uhrzeitformat ("t"), getrennt durch ein Leerzeichen.</target>
<note />
</trans-unit>
<trans-unit id="general_long_date_time">
<source>general long date/time</source>
<target state="translated">Allgemeine(s) Datum/Uhrzeit (lang)</target>
<note />
</trans-unit>
<trans-unit id="general_long_date_time_description">
<source>The "G" standard format specifier represents a combination of the short date ("d") and long time ("T") patterns, separated by a space.</source>
<target state="translated">Der Standardformatbezeichner "G" repräsentiert eine Kombination aus den Mustern für das kurze Datumsformat ("d") und das lange Uhrzeitformat ("T"), getrennt durch ein Leerzeichen.</target>
<note />
</trans-unit>
<trans-unit id="general_short_date_time">
<source>general short date/time</source>
<target state="translated">Allgemeine(s) Datum/Uhrzeit (kurz)</target>
<note />
</trans-unit>
<trans-unit id="general_short_date_time_description">
<source>The "g" standard format specifier represents a combination of the short date ("d") and short time ("t") patterns, separated by a space.</source>
<target state="translated">Der Standardformatbezeichner "g" repräsentiert eine Kombination aus den Mustern für das kurze Datumsformat ("d") und das kurze Uhrzeitformat ("t"), getrennt durch ein Leerzeichen.</target>
<note />
</trans-unit>
<trans-unit id="generic_overload">
<source>generic overload</source>
<target state="translated">generische Überladung</target>
<note />
</trans-unit>
<trans-unit id="generic_overloads">
<source>generic overloads</source>
<target state="translated">generische Überladungen</target>
<note />
</trans-unit>
<trans-unit id="in_0_1_2">
<source>in {0} ({1} - {2})</source>
<target state="translated">in {0} ({1}–{2})</target>
<note />
</trans-unit>
<trans-unit id="in_Source_attribute">
<source>in Source (attribute)</source>
<target state="translated">in Quelle (Attribut)</target>
<note />
</trans-unit>
<trans-unit id="into_extracted_method_to_invoke_at_call_sites">
<source>into extracted method to invoke at call sites</source>
<target state="new">into extracted method to invoke at call sites</target>
<note />
</trans-unit>
<trans-unit id="into_new_overload">
<source>into new overload</source>
<target state="new">into new overload</target>
<note />
</trans-unit>
<trans-unit id="long_date">
<source>long date</source>
<target state="translated">Langes Datumsformat</target>
<note />
</trans-unit>
<trans-unit id="long_date_description">
<source>The "D" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.LongDatePattern property. For example, the custom format string for the invariant culture is "dddd, dd MMMM yyyy".</source>
<target state="translated">Der Standardformatbezeichner "D" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die aktuelle DateTimeFormatInfo.LongDatePattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "dddd, dd MMMM yyyy".</target>
<note />
</trans-unit>
<trans-unit id="long_time">
<source>long time</source>
<target state="translated">Langes Uhrzeitformat</target>
<note />
</trans-unit>
<trans-unit id="long_time_description">
<source>The "T" standard format specifier represents a custom date and time format string that is defined by a specific culture's DateTimeFormatInfo.LongTimePattern property. For example, the custom format string for the invariant culture is "HH:mm:ss".</source>
<target state="translated">Der Standardformatbezeichner "T" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.LongTimePattern-Eigenschaft einer bestimmten Kultur definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "HH:mm:ss".</target>
<note />
</trans-unit>
<trans-unit id="member_kind_and_name">
<source>{0} '{1}'</source>
<target state="translated">{0} "{1}"</target>
<note>e.g. "method 'M'"</note>
</trans-unit>
<trans-unit id="minute_1_2_digits">
<source>minute (1-2 digits)</source>
<target state="translated">Minute (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="minute_1_2_digits_description">
<source>The "m" custom format specifier represents the minute as a number from 0 through 59. The minute represents whole minutes that have passed since the last hour. A single-digit minute is formatted without a leading zero.
If the "m" format specifier is used without other custom format specifiers, it's interpreted as the "m" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "m" repräsentiert die Minute als eine Zahl zwischen 0 und 59. Der Minutenwert steht für ganze Minuten, die seit der letzten Stunde vergangen sind. Ein einstelliger Minutenwert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "m" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "m" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="minute_2_digits">
<source>minute (2 digits)</source>
<target state="translated">Minute (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="minute_2_digits_description">
<source>The "mm" custom format specifier (plus any number of additional "m" specifiers) represents the minute as a number from 00 through 59. The minute represents whole minutes that have passed since the last hour. A single-digit minute is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "mm" (plus beliebig viele zusätzliche m-Bezeichner) repräsentiert die Minute als eine Zahl zwischen 00 und 59. Der Minutenwert steht für ganze Minuten, die seit der letzten Stunde vergangen sind. Ein einstelliger Minutenwert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="month_1_2_digits">
<source>month (1-2 digits)</source>
<target state="translated">Monate (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="month_1_2_digits_description">
<source>The "M" custom format specifier represents the month as a number from 1 through 12 (or from 1 through 13 for calendars that have 13 months). A single-digit month is formatted without a leading zero.
If the "M" format specifier is used without other custom format specifiers, it's interpreted as the "M" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "M" repräsentiert den Monat als eine Zahl zwischen 1 und 12 (bzw. zwischen 1 und 13 für Kalender mit 13 Monaten). Ein einstelliger Monatswert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "M" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "M" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="month_2_digits">
<source>month (2 digits)</source>
<target state="translated">Monat (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="month_2_digits_description">
<source>The "MM" custom format specifier represents the month as a number from 01 through 12 (or from 1 through 13 for calendars that have 13 months). A single-digit month is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "MM" repräsentiert den Monat als eine Zahl zwischen 01 und 12 (bzw. zwischen 1 und 13 für Kalender mit 13 Monaten). Ein einstelliger Monatswert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="month_abbreviated">
<source>month (abbreviated)</source>
<target state="translated">Monat (abgekürzt)</target>
<note />
</trans-unit>
<trans-unit id="month_abbreviated_description">
<source>The "MMM" custom format specifier represents the abbreviated name of the month. The localized abbreviated name of the month is retrieved from the DateTimeFormatInfo.AbbreviatedMonthNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "MMM" repräsentiert den abgekürzten Namen des Monats. Der lokalisierte abgekürzte Name des Monats wird aus der DateTimeFormatInfo.AbbreviatedMonthNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="month_day">
<source>month day</source>
<target state="translated">Tag des Monats</target>
<note />
</trans-unit>
<trans-unit id="month_day_description">
<source>The "M" or "m" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.MonthDayPattern property. For example, the custom format string for the invariant culture is "MMMM dd".</source>
<target state="translated">Der Standardformatbezeichner "M" oder "m" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die aktuelle DateTimeFormatInfo.MonthDayPattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "MMMM dd".</target>
<note />
</trans-unit>
<trans-unit id="month_full">
<source>month (full)</source>
<target state="translated">Monat (vollständig)</target>
<note />
</trans-unit>
<trans-unit id="month_full_description">
<source>The "MMMM" custom format specifier represents the full name of the month. The localized name of the month is retrieved from the DateTimeFormatInfo.MonthNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "MMMM" repräsentiert den vollständigen Namen des Monats. Der lokalisierte Name des Monats wird aus der DateTimeFormatInfo.MonthNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="overload">
<source>overload</source>
<target state="translated">Überladung</target>
<note />
</trans-unit>
<trans-unit id="overloads_">
<source>overloads</source>
<target state="translated">Überladungen</target>
<note />
</trans-unit>
<trans-unit id="_0_Keyword">
<source>{0} Keyword</source>
<target state="translated">{0}-Schlüsselwort</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_field_colon_0_and_use_property">
<source>Encapsulate field: '{0}' (and use property)</source>
<target state="translated">Feld kapseln: "{0}" (und Eigenschaft verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_field_colon_0_but_still_use_field">
<source>Encapsulate field: '{0}' (but still use field)</source>
<target state="translated">Feld kapseln: "{0}" (Feld jedoch weiterhin verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_fields_and_use_property">
<source>Encapsulate fields (and use property)</source>
<target state="translated">Felder kapseln (und Eigenschaft verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_fields_but_still_use_field">
<source>Encapsulate fields (but still use field)</source>
<target state="translated">Felder kapseln (Feld jedoch weiterhin verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Could_not_extract_interface_colon_The_selection_is_not_inside_a_class_interface_struct">
<source>Could not extract interface: The selection is not inside a class/interface/struct.</source>
<target state="translated">Schnittstelle konnte nicht extrahiert werden: Die Auswahl befindet sich nicht in einer Klasse/Schnittstelle/Struktur.</target>
<note />
</trans-unit>
<trans-unit id="Could_not_extract_interface_colon_The_type_does_not_contain_any_member_that_can_be_extracted_to_an_interface">
<source>Could not extract interface: The type does not contain any member that can be extracted to an interface.</source>
<target state="translated">Schnittstelle konnte nicht extrahiert werden: Der Typ enthält kein Element, das in eine Schnittstelle extrahiert werden kann.</target>
<note />
</trans-unit>
<trans-unit id="can_t_not_construct_final_tree">
<source>can't not construct final tree</source>
<target state="translated">Endgültiger Baum konnte nicht erstellt werden</target>
<note />
</trans-unit>
<trans-unit id="Parameters_type_or_return_type_cannot_be_an_anonymous_type_colon_bracket_0_bracket">
<source>Parameters' type or return type cannot be an anonymous type : [{0}]</source>
<target state="translated">Parametertyp oder Rückgabetyp können kein anonymer Typ sein : [{0}]</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_no_active_statement">
<source>The selection contains no active statement.</source>
<target state="translated">Die Auswahl enthält keine aktive Anweisung.</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_an_error_or_unknown_type">
<source>The selection contains an error or unknown type.</source>
<target state="translated">Die Auswahl enthält einen Fehler oder einen unbekannten Typen.</target>
<note />
</trans-unit>
<trans-unit id="Type_parameter_0_is_hidden_by_another_type_parameter_1">
<source>Type parameter '{0}' is hidden by another type parameter '{1}'.</source>
<target state="translated">Typparameter "{0}" wird durch einen anderen Typparameter "{1}" verborgen.</target>
<note />
</trans-unit>
<trans-unit id="The_address_of_a_variable_is_used_inside_the_selected_code">
<source>The address of a variable is used inside the selected code.</source>
<target state="translated">Die Adress einer Variable wird in dem ausgewählten Code verwendet.</target>
<note />
</trans-unit>
<trans-unit id="Assigning_to_readonly_fields_must_be_done_in_a_constructor_colon_bracket_0_bracket">
<source>Assigning to readonly fields must be done in a constructor : [{0}].</source>
<target state="translated">Das Zuweisen zu schreibgeschützten Feldern muss in einem Konstruktor erfolgen: [{0}].</target>
<note />
</trans-unit>
<trans-unit id="generated_code_is_overlapping_with_hidden_portion_of_the_code">
<source>generated code is overlapping with hidden portion of the code</source>
<target state="translated">generierter Code überschneidet sich mit dem ausgeblendeten Teil des Codes</target>
<note />
</trans-unit>
<trans-unit id="Add_optional_parameters_to_0">
<source>Add optional parameters to '{0}'</source>
<target state="translated">Optionale Parameter zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameters_to_0">
<source>Add parameters to '{0}'</source>
<target state="translated">Parameter zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Generate_delegating_constructor_0_1">
<source>Generate delegating constructor '{0}({1})'</source>
<target state="translated">Delegierenden Konstruktor "{0}({1})" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_0_1">
<source>Generate constructor '{0}({1})'</source>
<target state="translated">Konstruktor "{0}({1})" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_field_assigning_constructor_0_1">
<source>Generate field assigning constructor '{0}({1})'</source>
<target state="translated">Feldzuweisungskonstruktor "{0}({1})" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_Equals_and_GetHashCode">
<source>Generate Equals and GetHashCode</source>
<target state="translated">"Equals" und "GetHashCode" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_Equals_object">
<source>Generate Equals(object)</source>
<target state="translated">"Equals(object)" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_GetHashCode">
<source>Generate GetHashCode()</source>
<target state="translated">"GetHashCode()" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_in_0">
<source>Generate constructor in '{0}'</source>
<target state="translated">Konstruktor in "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_all">
<source>Generate all</source>
<target state="translated">Alle generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_enum_member_1_0">
<source>Generate enum member '{1}.{0}'</source>
<target state="translated">Aufzählungselement "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constant_1_0">
<source>Generate constant '{1}.{0}'</source>
<target state="translated">Konstante "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_read_only_property_1_0">
<source>Generate read-only property '{1}.{0}'</source>
<target state="translated">Schreibgeschützte Eigenschaft "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_property_1_0">
<source>Generate property '{1}.{0}'</source>
<target state="translated">Eigenschaft "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_read_only_field_1_0">
<source>Generate read-only field '{1}.{0}'</source>
<target state="translated">Schreibgeschütztes Feld "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_field_1_0">
<source>Generate field '{1}.{0}'</source>
<target state="translated">Feld "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_local_0">
<source>Generate local '{0}'</source>
<target state="translated">Lokales "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_0_1_in_new_file">
<source>Generate {0} '{1}' in new file</source>
<target state="translated">{0}-Objekt "{1}" in neuer Datei generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_nested_0_1">
<source>Generate nested {0} '{1}'</source>
<target state="translated">Geschachteltes {0}-Objekt "{1}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Global_Namespace">
<source>Global Namespace</source>
<target state="translated">Globaler Namespace</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_abstractly">
<source>Implement interface abstractly</source>
<target state="translated">Schnittstelle abstrakt implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_through_0">
<source>Implement interface through '{0}'</source>
<target state="translated">Schnittstelle über "{0}" implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface">
<source>Implement interface</source>
<target state="translated">Schnittstelle implementieren</target>
<note />
</trans-unit>
<trans-unit id="Introduce_field_for_0">
<source>Introduce field for '{0}'</source>
<target state="translated">Feld für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_for_0">
<source>Introduce local for '{0}'</source>
<target state="translated">Lokales Element für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_constant_for_0">
<source>Introduce constant for '{0}'</source>
<target state="translated">Konstante für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_constant_for_0">
<source>Introduce local constant for '{0}'</source>
<target state="translated">Lokale Konstante für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_field_for_all_occurrences_of_0">
<source>Introduce field for all occurrences of '{0}'</source>
<target state="translated">Feld für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_for_all_occurrences_of_0">
<source>Introduce local for all occurrences of '{0}'</source>
<target state="translated">Lokales Element für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_constant_for_all_occurrences_of_0">
<source>Introduce constant for all occurrences of '{0}'</source>
<target state="translated">Konstante für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_constant_for_all_occurrences_of_0">
<source>Introduce local constant for all occurrences of '{0}'</source>
<target state="translated">Lokale Konstante für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_query_variable_for_all_occurrences_of_0">
<source>Introduce query variable for all occurrences of '{0}'</source>
<target state="translated">Abfragevariable für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_query_variable_for_0">
<source>Introduce query variable for '{0}'</source>
<target state="translated">Abfragevariable für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Anonymous_Types_colon">
<source>Anonymous Types:</source>
<target state="translated">Anonyme Typen:</target>
<note />
</trans-unit>
<trans-unit id="is_">
<source>is</source>
<target state="translated">ist</target>
<note />
</trans-unit>
<trans-unit id="Represents_an_object_whose_operations_will_be_resolved_at_runtime">
<source>Represents an object whose operations will be resolved at runtime.</source>
<target state="translated">Stellt ein Objekt dar, dessen Vorgänge zur Laufzeit aufgelöst werden.</target>
<note />
</trans-unit>
<trans-unit id="constant">
<source>constant</source>
<target state="translated">Konstante</target>
<note />
</trans-unit>
<trans-unit id="field">
<source>field</source>
<target state="translated">Feld</target>
<note />
</trans-unit>
<trans-unit id="local_constant">
<source>local constant</source>
<target state="translated">lokale Konstante</target>
<note />
</trans-unit>
<trans-unit id="local_variable">
<source>local variable</source>
<target state="translated">Lokale Variable</target>
<note />
</trans-unit>
<trans-unit id="label">
<source>label</source>
<target state="translated">Bezeichnung</target>
<note />
</trans-unit>
<trans-unit id="period_era">
<source>period/era</source>
<target state="translated">Zeitraum/Epoche</target>
<note />
</trans-unit>
<trans-unit id="period_era_description">
<source>The "g" or "gg" custom format specifiers (plus any number of additional "g" specifiers) represents the period or era, such as A.D. The formatting operation ignores this specifier if the date to be formatted doesn't have an associated period or era string.
If the "g" format specifier is used without other custom format specifiers, it's interpreted as the "g" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "g" oder "gg" (plus eine beliebige Anzahl zusätzlicher g-Bezeichner) repräsentiert ein Zeitalter oder eine Epoche, wie z. B. A. D. (Anno Domini). Dieser Bezeichner wird bei der Formatierung ignoriert, wenn dem zu formatierenden Datum keine Zeitalter- oder Epochenzeichenfolge zugeordnet ist.
Bei Verwendung des Formatbezeichners "g" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "g" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="property_accessor">
<source>property accessor</source>
<target state="new">property accessor</target>
<note />
</trans-unit>
<trans-unit id="range_variable">
<source>range variable</source>
<target state="translated">Bereichsvariable</target>
<note />
</trans-unit>
<trans-unit id="parameter">
<source>parameter</source>
<target state="translated">Parameter</target>
<note />
</trans-unit>
<trans-unit id="in_">
<source>in</source>
<target state="translated">Ein</target>
<note />
</trans-unit>
<trans-unit id="Summary_colon">
<source>Summary:</source>
<target state="translated">Zusammenfassung:</target>
<note />
</trans-unit>
<trans-unit id="Locals_and_parameters">
<source>Locals and parameters</source>
<target state="translated">Lokale Variablen und Parameter</target>
<note />
</trans-unit>
<trans-unit id="Type_parameters_colon">
<source>Type parameters:</source>
<target state="translated">Typparameter:</target>
<note />
</trans-unit>
<trans-unit id="Returns_colon">
<source>Returns:</source>
<target state="translated">Rückgabewerte:</target>
<note />
</trans-unit>
<trans-unit id="Exceptions_colon">
<source>Exceptions:</source>
<target state="translated">Ausnahmen:</target>
<note />
</trans-unit>
<trans-unit id="Remarks_colon">
<source>Remarks:</source>
<target state="translated">Hinweise:</target>
<note />
</trans-unit>
<trans-unit id="generating_source_for_symbols_of_this_type_is_not_supported">
<source>generating source for symbols of this type is not supported</source>
<target state="translated">Das Generieren der Symbolquelle dieses Typs wird nicht unterstützt</target>
<note />
</trans-unit>
<trans-unit id="Assembly">
<source>Assembly</source>
<target state="translated">Assembly</target>
<note />
</trans-unit>
<trans-unit id="location_unknown">
<source>location unknown</source>
<target state="translated">Standort unbekannt</target>
<note />
</trans-unit>
<trans-unit id="Unexpected_interface_member_kind_colon_0">
<source>Unexpected interface member kind: {0}</source>
<target state="translated">Unerwartete Schnittstellenelementart: {0}</target>
<note />
</trans-unit>
<trans-unit id="Unknown_symbol_kind">
<source>Unknown symbol kind</source>
<target state="translated">Unbekannte Symbolart</target>
<note />
</trans-unit>
<trans-unit id="Generate_abstract_property_1_0">
<source>Generate abstract property '{1}.{0}'</source>
<target state="translated">Abstrakte Eigenschaft "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_abstract_method_1_0">
<source>Generate abstract method '{1}.{0}'</source>
<target state="translated">Abstrakte Methode "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_method_1_0">
<source>Generate method '{1}.{0}'</source>
<target state="translated">Methode "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Requested_assembly_already_loaded_from_0">
<source>Requested assembly already loaded from '{0}'.</source>
<target state="translated">Angefordertes Assembly wurde bereits von "{0}" geladen.</target>
<note />
</trans-unit>
<trans-unit id="The_symbol_does_not_have_an_icon">
<source>The symbol does not have an icon.</source>
<target state="translated">Das Symbol hat kein Symbolbild.</target>
<note />
</trans-unit>
<trans-unit id="Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket">
<source>Asynchronous method cannot have ref/out parameters : [{0}]</source>
<target state="translated">Asynchrone Methode darf keine ref/out-Parameter aufweisen : [{0}]</target>
<note />
</trans-unit>
<trans-unit id="The_member_is_defined_in_metadata">
<source>The member is defined in metadata.</source>
<target state="translated">Das Element wird in den Metadaten definiert.</target>
<note />
</trans-unit>
<trans-unit id="You_can_only_change_the_signature_of_a_constructor_indexer_method_or_delegate">
<source>You can only change the signature of a constructor, indexer, method or delegate.</source>
<target state="translated">Sie können nur die Signatur eines Konstruktors, eines Indexers, einer Methode oder eines Delegaten ändern.</target>
<note />
</trans-unit>
<trans-unit id="This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue">
<source>This symbol has related definitions or references in metadata. Changing its signature may result in build errors.
Do you want to continue?</source>
<target state="translated">Definitionen oder Verweise im Zusammenhang mit diesem Symbol befinden sich in den Metadaten. Durch Ändern der Signatur können Fehler beim Erstellen auftreten.
Möchten Sie fortfahren?</target>
<note />
</trans-unit>
<trans-unit id="Change_signature">
<source>Change signature...</source>
<target state="translated">Signatur ändern...</target>
<note />
</trans-unit>
<trans-unit id="Generate_new_type">
<source>Generate new type...</source>
<target state="translated">Neuen Typ generieren...</target>
<note />
</trans-unit>
<trans-unit id="User_Diagnostic_Analyzer_Failure">
<source>User Diagnostic Analyzer Failure.</source>
<target state="translated">Benutzerfehler bei Diagnoseanalysetool.</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_0_threw_an_exception_of_type_1_with_message_2">
<source>Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.</source>
<target state="translated">Die Analyse "{0}" hat eine Ausnahme vom Typ "{1}" mit der Meldung "{2}" ausgelöst.</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_0_threw_the_following_exception_colon_1">
<source>Analyzer '{0}' threw the following exception:
'{1}'.</source>
<target state="translated">Das Analysetool "{0}" hat die folgende Ausnahme ausgelöst:
"{1}".</target>
<note />
</trans-unit>
<trans-unit id="Simplify_Names">
<source>Simplify Names</source>
<target state="translated">Namen vereinfachen</target>
<note />
</trans-unit>
<trans-unit id="Simplify_Member_Access">
<source>Simplify Member Access</source>
<target state="translated">Memberzugriff vereinfachen</target>
<note />
</trans-unit>
<trans-unit id="Remove_qualification">
<source>Remove qualification</source>
<target state="translated">Qualifizierung entfernen</target>
<note />
</trans-unit>
<trans-unit id="Unknown_error_occurred">
<source>Unknown error occurred</source>
<target state="translated">Unbekannter Fehler aufgetreten</target>
<note />
</trans-unit>
<trans-unit id="Available">
<source>Available</source>
<target state="translated">Verfügbar</target>
<note />
</trans-unit>
<trans-unit id="Not_Available">
<source>Not Available ⚠</source>
<target state="translated">Nicht verfügbar ⚠</target>
<note />
</trans-unit>
<trans-unit id="_0_1">
<source> {0} - {1}</source>
<target state="translated"> {0} - {1}</target>
<note />
</trans-unit>
<trans-unit id="in_Source">
<source>in Source</source>
<target state="translated">In Quelle</target>
<note />
</trans-unit>
<trans-unit id="in_Suppression_File">
<source>in Suppression File</source>
<target state="translated">In Unterdrückungsdatei</target>
<note />
</trans-unit>
<trans-unit id="Remove_Suppression_0">
<source>Remove Suppression {0}</source>
<target state="translated">Unterdrückung "{0}" entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_Suppression">
<source>Remove Suppression</source>
<target state="translated">Unterdrückung entfernen</target>
<note />
</trans-unit>
<trans-unit id="Pending">
<source><Pending></source>
<target state="translated"><Ausstehend></target>
<note />
</trans-unit>
<trans-unit id="Note_colon_Tab_twice_to_insert_the_0_snippet">
<source>Note: Tab twice to insert the '{0}' snippet.</source>
<target state="translated">Hinweis: Drücken Sie zweimal die TAB-TASTE, um den Ausschnitt "{0}" einzufügen.</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_explicitly_with_Dispose_pattern">
<source>Implement interface explicitly with Dispose pattern</source>
<target state="translated">Schnittstelle explizit mit Dispose-Muster implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_with_Dispose_pattern">
<source>Implement interface with Dispose pattern</source>
<target state="translated">Schnittstelle mit Dispose-Muster implementieren</target>
<note />
</trans-unit>
<trans-unit id="Re_triage_0_currently_1">
<source>Re-triage {0}(currently '{1}')</source>
<target state="translated">Erneute Triage {0} (zurzeit "{1}")</target>
<note />
</trans-unit>
<trans-unit id="Argument_cannot_have_a_null_element">
<source>Argument cannot have a null element.</source>
<target state="translated">Argument darf kein Nullelement enthalten.</target>
<note />
</trans-unit>
<trans-unit id="Argument_cannot_be_empty">
<source>Argument cannot be empty.</source>
<target state="translated">Argument darf nicht leer sein.</target>
<note />
</trans-unit>
<trans-unit id="Reported_diagnostic_with_ID_0_is_not_supported_by_the_analyzer">
<source>Reported diagnostic with ID '{0}' is not supported by the analyzer.</source>
<target state="translated">Die gemeldete Diagnose mit ID "{0}" wird vom Diagnoseanalysetool nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="Computing_fix_all_occurrences_code_fix">
<source>Computing fix all occurrences code fix...</source>
<target state="translated">Berechnen der Codefehlerbehebung für alle Vorkommen...</target>
<note />
</trans-unit>
<trans-unit id="Fix_all_occurrences">
<source>Fix all occurrences</source>
<target state="translated">Alle Vorkommen korrigieren</target>
<note />
</trans-unit>
<trans-unit id="Document">
<source>Document</source>
<target state="translated">Dokument</target>
<note />
</trans-unit>
<trans-unit id="Project">
<source>Project</source>
<target state="translated">Projekt </target>
<note />
</trans-unit>
<trans-unit id="Solution">
<source>Solution</source>
<target state="translated">Projektmappe</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_dispose_managed_state_managed_objects">
<source>TODO: dispose managed state (managed objects)</source>
<target state="translated">TODO: Verwalteten Zustand (verwaltete Objekte) bereinigen</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_set_large_fields_to_null">
<source>TODO: set large fields to null</source>
<target state="translated">TODO: Große Felder auf NULL setzen</target>
<note />
</trans-unit>
<trans-unit id="Compiler2">
<source>Compiler</source>
<target state="translated">Compiler</target>
<note />
</trans-unit>
<trans-unit id="Live">
<source>Live</source>
<target state="translated">Live</target>
<note />
</trans-unit>
<trans-unit id="enum_value">
<source>enum value</source>
<target state="translated">enum – Wert</target>
<note>{Locked="enum"} "enum" is a C#/VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="const_field">
<source>const field</source>
<target state="translated">const – Feld</target>
<note>{Locked="const"} "const" is a C#/VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="method">
<source>method</source>
<target state="translated">Methode</target>
<note />
</trans-unit>
<trans-unit id="operator_">
<source>operator</source>
<target state="translated">Operator</target>
<note />
</trans-unit>
<trans-unit id="constructor">
<source>constructor</source>
<target state="translated">Konstruktor</target>
<note />
</trans-unit>
<trans-unit id="auto_property">
<source>auto-property</source>
<target state="translated">Auto-Eigenschaft</target>
<note />
</trans-unit>
<trans-unit id="property_">
<source>property</source>
<target state="translated">Eigenschaft</target>
<note />
</trans-unit>
<trans-unit id="event_accessor">
<source>event accessor</source>
<target state="translated">Ereignisaccessor</target>
<note />
</trans-unit>
<trans-unit id="rfc1123_date_time">
<source>rfc1123 date/time</source>
<target state="translated">RFC1123-Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="rfc1123_date_time_description">
<source>The "R" or "r" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.RFC1123Pattern property. The pattern reflects a defined standard, and the property is read-only. Therefore, it is always the same, regardless of the culture used or the format provider supplied. The custom format string is "ddd, dd MMM yyyy HH':'mm':'ss 'GMT'". When this standard format specifier is used, the formatting or parsing operation always uses the invariant culture.</source>
<target state="translated">Der Standardformatbezeichner "R" oder "r" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.RFC1123Pattern-Eigenschaft definiert ist. Das Muster folgt einem definierten Standard, und die Eigenschaft ist schreibgeschützt. Daher ist sie immer gleich, unabhängig von der verwendeten Kultur oder dem angegebenen Formatanbieter. Die benutzerdefinierte Formatzeichenfolge lautet "ddd, dd MMM yyyy HH':'mm':'ss 'GMT'". Bei Verwendung dieses Standardformatbezeichners wird für die Formatierung oder Analyse immer die invariante Kultur verwendet.</target>
<note />
</trans-unit>
<trans-unit id="round_trip_date_time">
<source>round-trip date/time</source>
<target state="translated">Roundtrip-Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="round_trip_date_time_description">
<source>The "O" or "o" standard format specifier represents a custom date and time format string using a pattern that preserves time zone information and emits a result string that complies with ISO 8601. For DateTime values, this format specifier is designed to preserve date and time values along with the DateTime.Kind property in text. The formatted string can be parsed back by using the DateTime.Parse(String, IFormatProvider, DateTimeStyles) or DateTime.ParseExact method if the styles parameter is set to DateTimeStyles.RoundtripKind.
The "O" or "o" standard format specifier corresponds to the "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" custom format string for DateTime values and to the "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffzzz" custom format string for DateTimeOffset values. In this string, the pairs of single quotation marks that delimit individual characters, such as the hyphens, the colons, and the letter "T", indicate that the individual character is a literal that cannot be changed. The apostrophes do not appear in the output string.
The "O" or "o" standard format specifier (and the "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" custom format string) takes advantage of the three ways that ISO 8601 represents time zone information to preserve the Kind property of DateTime values:
The time zone component of DateTimeKind.Local date and time values is an offset from UTC (for example, +01:00, -07:00). All DateTimeOffset values are also represented in this format.
The time zone component of DateTimeKind.Utc date and time values uses "Z" (which stands for zero offset) to represent UTC.
DateTimeKind.Unspecified date and time values have no time zone information.
Because the "O" or "o" standard format specifier conforms to an international standard, the formatting or parsing operation that uses the specifier always uses the invariant culture and the Gregorian calendar.
Strings that are passed to the Parse, TryParse, ParseExact, and TryParseExact methods of DateTime and DateTimeOffset can be parsed by using the "O" or "o" format specifier if they are in one of these formats. In the case of DateTime objects, the parsing overload that you call should also include a styles parameter with a value of DateTimeStyles.RoundtripKind. Note that if you call a parsing method with the custom format string that corresponds to the "O" or "o" format specifier, you won't get the same results as "O" or "o". This is because parsing methods that use a custom format string can't parse the string representation of date and time values that lack a time zone component or use "Z" to indicate UTC.</source>
<target state="translated">Der Standardformatbezeichner "O" oder "o" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge mit Verwendung eines Musters, das die Zeitzoneninformationen beibehält und eine Ergebniszeichenfolge ausgibt, die ISO 8601 entspricht. Für DateTime-Werte ist dieser Formatbezeichner so ausgelegt, dass Datums- und Uhrzeitwerte zusammen mit der DateTime.Kind-Eigenschaft im Text erhalten bleiben. Die formatierte Zeichenfolge kann mit der Methode "DateTime.Parse(String, IFormatProvider, DateTimeStyles)" oder mit der DateTime.ParseExact-Methode rückanalysiert werden, wenn der styles-Parameter auf "DateTimeStyles.RoundtripKind" festgelegt ist.
Der Standardformatbezeichner "O" oder "o" entspricht der benutzerdefinierten Formatzeichenfolge "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" für DateTime-Werte und der benutzerdefinierten Formatzeichenfolge "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffzzz" für DateTimeOffset-Werte. In dieser Zeichenfolge weisen die Paare einfacher Anführungszeichen zum Abgrenzen einzelner Zeichen – beispielsweise Bindestriche, Doppelpunkte und der Buchstabe "T" – darauf hin, dass es sich bei dem einzelnen Zeichen um ein Literal handelt, das nicht geändert werden kann. Die Apostrophe werden in der Ausgabezeichenfolge nicht angezeigt.
Der Standardformatbezeichner "O" oder "o" (und die benutzerdefinierte Formatzeichenfolge "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK") nutzt die drei Möglichkeiten von ISO 8601 zur Darstellung von Zeitzoneninformationen, um die Kind-Eigenschaft der DateTime-Werte beizubehalten:
Die Zeitzonenkomponente von Datums- und Uhrzeitwerten von DateTimeKind.Local ist die UTC-Abweichung (z. B. +01:00, -07:00). Alle DateTimeOffset-Werte werden ebenfalls in diesem Format dargestellt.
Die Zeitzonenkomponente von Datums- und Uhrzeitwerten von DateTimeKind.Utc verwenden "Z" (entspricht der Abweichung 0), um UTC darzustellen.
Datums- und Uhrzeitwerte von DateTimeKind.Unspecified umfassen keine Zeitzoneninformationen.
Da der Standardformatbezeichner "O" oder "o" einem internationalen Standard entspricht, werden bei der Formatierung oder Analyse mit diesem Bezeichner immer die invariante Kultur und der gregorianische Kalender verwendet.
Zeichenfolgen zur Übergabe an die Parse-, TryParse-, ParseExact- und TryParseExact-Methoden von DateTime und DateTimeOffset können mithilfe der Formatbezeichner "O" oder "o" analysiert werden, wenn sie in einem dieser Formate vorliegen. Im Fall von DateTime-Objekten sollte die aufgerufene Analyseüberladung außerdem einen styles-Parameter mit dem Wert "DateTimeStyles.RoundtripKind" enthalten. Beachten Sie, dass Sie nicht die gleichen Ergebnisse wie für "O" oder "o" erhalten, wenn Sie eine Analysemethode mit der benutzerdefinierten Formatzeichenfolge aufrufen, die dem Formatbezeichner "O" oder "o" entspricht. Dafür gibt es folgenden Grund: Analysemethoden, die eine Zeichenfolge mit benutzerdefiniertem Format verwenden, können die Zeichenfolgendarstellung von Datums- und Uhrzeitwerten nicht analysieren, denen die Zeitzonenkomponente fehlt oder die "Z" zur Angabe von UTC verwenden.</target>
<note />
</trans-unit>
<trans-unit id="second_1_2_digits">
<source>second (1-2 digits)</source>
<target state="translated">Sekunde (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="second_1_2_digits_description">
<source>The "s" custom format specifier represents the seconds as a number from 0 through 59. The result represents whole seconds that have passed since the last minute. A single-digit second is formatted without a leading zero.
If the "s" format specifier is used without other custom format specifiers, it's interpreted as the "s" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "s" repräsentiert die Sekunden als eine Zahl zwischen 0 und 59. Das Ergebnis steht für ganze Sekunden, die seit der letzten Minute vergangen sind. Ein einstelliger Sekundenwert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "s" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "s" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="second_2_digits">
<source>second (2 digits)</source>
<target state="translated">Sekunde (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="second_2_digits_description">
<source>The "ss" custom format specifier (plus any number of additional "s" specifiers) represents the seconds as a number from 00 through 59. The result represents whole seconds that have passed since the last minute. A single-digit second is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ss" (plus beliebig viele zusätzliche s-Bezeichner) repräsentiert die Sekunden als eine Zahl zwischen 00 und 59. Das Ergebnis steht für ganze Sekunden, die seit der letzten Minute vergangen sind. Ein einstelliger Sekundenwert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="short_date">
<source>short date</source>
<target state="translated">Kurzes Datumsformat</target>
<note />
</trans-unit>
<trans-unit id="short_date_description">
<source>The "d" standard format specifier represents a custom date and time format string that is defined by a specific culture's DateTimeFormatInfo.ShortDatePattern property. For example, the custom format string that is returned by the ShortDatePattern property of the invariant culture is "MM/dd/yyyy".</source>
<target state="translated">Der Standardformatbezeichner "d" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.ShortDatePattern-Eigenschaft einer bestimmten Kultur definiert wird. Die von der ShortDatePattern-Eigenschaft der invarianten Kultur zurückgegebene benutzerdefinierte Formatzeichenfolge lautet beispielsweise "MM/dd/yyyy".</target>
<note />
</trans-unit>
<trans-unit id="short_time">
<source>short time</source>
<target state="translated">Kurzes Uhrzeitformat</target>
<note />
</trans-unit>
<trans-unit id="short_time_description">
<source>The "t" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.ShortTimePattern property. For example, the custom format string for the invariant culture is "HH:mm".</source>
<target state="translated">Der Standardformatbezeichner "t" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die aktuelle DateTimeFormatInfo.ShortTimePattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "HH:mm".</target>
<note />
</trans-unit>
<trans-unit id="sortable_date_time">
<source>sortable date/time</source>
<target state="translated">Sortierbare(s) Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="sortable_date_time_description">
<source>The "s" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.SortableDateTimePattern property. The pattern reflects a defined standard (ISO 8601), and the property is read-only. Therefore, it is always the same, regardless of the culture used or the format provider supplied. The custom format string is "yyyy'-'MM'-'dd'T'HH':'mm':'ss".
The purpose of the "s" format specifier is to produce result strings that sort consistently in ascending or descending order based on date and time values. As a result, although the "s" standard format specifier represents a date and time value in a consistent format, the formatting operation does not modify the value of the date and time object that is being formatted to reflect its DateTime.Kind property or its DateTimeOffset.Offset value. For example, the result strings produced by formatting the date and time values 2014-11-15T18:32:17+00:00 and 2014-11-15T18:32:17+08:00 are identical.
When this standard format specifier is used, the formatting or parsing operation always uses the invariant culture.</source>
<target state="translated">Der Standardformatbezeichner "s" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.SortableDateTimePattern-Eigenschaft definiert wird. Das Muster folgt einem definierten Standard (ISO 8601), und die Eigenschaft ist schreibgeschützt. Daher ist sie immer gleich, unabhängig von der verwendeten Kultur oder dem angegebenen Formatanbieter. Die benutzerdefinierte Formatzeichenfolge lautet "yyyy'-'MM'-'dd'T'HH':'mm':'ss".
Der Zweck des Formatbezeichners "s" besteht darin, Ergebniszeichenfolgen zu erzeugen, die basierend auf Datums- und Uhrzeitwerten konsistent in aufsteigender oder absteigender Reihenfolge sortiert werden. Obwohl der Standardformatbezeichner "s" einen Datums- und Uhrzeitwert in einem konsistenten Format repräsentiert, wird der Wert des zu formatierenden Objekts für Datum und Uhrzeit bei der Formatierung nicht geändert, um die zugehörige DateTime.Kind-Eigenschaft oder den zugehörigen DateTimeOffset.Offset-Wert widerzuspiegeln. Beispielsweise sind die Ergebniszeichenfolgen, die bei Formatierung der Datums- und Uhrzeitwerte 2014-11-15T18:32:17+00:00 und 2014-11-15T18:32:17+08:00 generiert werden, identisch.
Bei Verwendung dieses Standardformatbezeichners wird zur Formatierung oder Analyse immer die invariante Kultur verwendet.</target>
<note />
</trans-unit>
<trans-unit id="static_constructor">
<source>static constructor</source>
<target state="translated">statischer Konstruktor</target>
<note />
</trans-unit>
<trans-unit id="symbol_cannot_be_a_namespace">
<source>'symbol' cannot be a namespace.</source>
<target state="translated">'"symbol" kann kein Namespace sein.</target>
<note />
</trans-unit>
<trans-unit id="time_separator">
<source>time separator</source>
<target state="translated">Zeittrennzeichen</target>
<note />
</trans-unit>
<trans-unit id="time_separator_description">
<source>The ":" custom format specifier represents the time separator, which is used to differentiate hours, minutes, and seconds. The appropriate localized time separator is retrieved from the DateTimeFormatInfo.TimeSeparator property of the current or specified culture.
Note: To change the time separator for a particular date and time string, specify the separator character within a literal string delimiter. For example, the custom format string hh'_'dd'_'ss produces a result string in which "_" (an underscore) is always used as the time separator. To change the time separator for all dates for a culture, either change the value of the DateTimeFormatInfo.TimeSeparator property of the current culture, or instantiate a DateTimeFormatInfo object, assign the character to its TimeSeparator property, and call an overload of the formatting method that includes an IFormatProvider parameter.
If the ":" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner ":" repräsentiert das Zeittrennzeichen, das zur Unterscheidung von Stunden, Minuten und Sekunden verwendet wird. Das geeignete lokalisierte Zeittrennzeichen wird aus der DateTimeFormatInfo.TimeSeparator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.
Hinweis: Um das Zeittrennzeichen für eine bestimmte Datums- und Uhrzeitzeichenfolge zu ändern, geben Sie das Trennzeichen innerhalb eines Trennzeichens einer Literalzeichenfolge an. Beispielsweise erzeugt die benutzerdefinierte Formatzeichenfolge "hh'_'dd'_'ss" eine Ergebniszeichenfolge, in der stets "_" (ein Unterstrich) als Zeittrennzeichen verwendet wird. Um das Zeittrennzeichen für alle Datumswerte für eine Kultur zu ändern, ändern Sie entweder den Wert der DateTimeFormatInfo.TimeSeparator-Eigenschaft der aktuellen Kultur, oder instanziieren Sie ein DateTimeFormatInfo-Objekt, weisen Sie das Zeichen der zugehörigen TimeSeparator-Eigenschaft zu, und rufen Sie eine Überladung der Formatierungsmethode auf, die einen IFormatProvider-Parameter umfasst.
Bei Verwendung des Formatbezeichners ":" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="time_zone">
<source>time zone</source>
<target state="translated">Zeitzone</target>
<note />
</trans-unit>
<trans-unit id="time_zone_description">
<source>The "K" custom format specifier represents the time zone information of a date and time value. When this format specifier is used with DateTime values, the result string is defined by the value of the DateTime.Kind property:
For the local time zone (a DateTime.Kind property value of DateTimeKind.Local), this specifier is equivalent to the "zzz" specifier and produces a result string containing the local offset from Coordinated Universal Time (UTC); for example, "-07:00".
For a UTC time (a DateTime.Kind property value of DateTimeKind.Utc), the result string includes a "Z" character to represent a UTC date.
For a time from an unspecified time zone (a time whose DateTime.Kind property equals DateTimeKind.Unspecified), the result is equivalent to String.Empty.
For DateTimeOffset values, the "K" format specifier is equivalent to the "zzz" format specifier, and produces a result string containing the DateTimeOffset value's offset from UTC.
If the "K" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "K" repräsentiert die Zeitzoneninformation eines Datums- und Uhrzeitwerts. Bei Verwendung dieses Formatbezeichners mit DateTime-Werten wird die Ergebniszeichenfolge durch den Wert der DateTime.Kind-Eigenschaft definiert:
Für die lokale Zeitzone (ein DateTime.Kind-Eigenschaftswert von DateTimeKind.Local) entspricht dieser Bezeichner dem Bezeichner "zzz" und erzeugt eine Ergebniszeichenfolge, die die lokale Abweichung von der koordinierten Weltzeit (UTC) enthält, z. B. "-07:00".
Für eine UTC-Zeit (ein DateTime.Kind-Eigenschaftswert von DateTimeKind.Utc) enthält die Ergebniszeichenfolge ein Zeichen "Z" zur Darstellung eines UTC-Datums.
Für einen Zeitwert einer nicht angegebenen Zeitzone (ein Zeitwert, dessen DateTime.Kind-Eigenschaft "DateTimeKind.Unspecified" lautet) ist das Ergebnis äquivalent zu "String.Empty".
Für DateTimeOffset-Werte ist der Formatbezeichner "K" äquivalent zum Formatbezeichner "zzz" und erzeugt eine Ergebniszeichenfolge, die das Offset des DateTimeOffset-Werts von UTC enthält.
Bei Verwendung des Formatbezeichners "K" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="type">
<source>type</source>
<target state="new">type</target>
<note />
</trans-unit>
<trans-unit id="type_constraint">
<source>type constraint</source>
<target state="translated">Typeinschränkung</target>
<note />
</trans-unit>
<trans-unit id="type_parameter">
<source>type parameter</source>
<target state="translated">Typparameter</target>
<note />
</trans-unit>
<trans-unit id="attribute">
<source>attribute</source>
<target state="translated">Attribut</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_and_1_with_property">
<source>Replace '{0}' and '{1}' with property</source>
<target state="translated">"{0}" und "{1}" durch Eigenschaft ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_property">
<source>Replace '{0}' with property</source>
<target state="translated">"{0}" durch Eigenschaft ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Method_referenced_implicitly">
<source>Method referenced implicitly</source>
<target state="translated">Methode, auf die implizit verwiesen wird</target>
<note />
</trans-unit>
<trans-unit id="Generate_type_0">
<source>Generate type '{0}'</source>
<target state="translated">Typ "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_0_1">
<source>Generate {0} '{1}'</source>
<target state="translated">{0}-Objekt "{1}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Change_0_to_1">
<source>Change '{0}' to '{1}'.</source>
<target state="translated">Ändern Sie "{0}" in "{1}".</target>
<note />
</trans-unit>
<trans-unit id="Non_invoked_method_cannot_be_replaced_with_property">
<source>Non-invoked method cannot be replaced with property.</source>
<target state="translated">Eine nicht aufgerufene Methode kann nicht durch eine Eigenschaft ersetzt werden.</target>
<note />
</trans-unit>
<trans-unit id="Only_methods_with_a_single_argument_which_is_not_an_out_variable_declaration_can_be_replaced_with_a_property">
<source>Only methods with a single argument, which is not an out variable declaration, can be replaced with a property.</source>
<target state="translated">Nur Methoden mit einem einzelnen Argument, das keine out-Variablendeklaration ist, können durch eine Eigenschaft ersetzt werden.</target>
<note />
</trans-unit>
<trans-unit id="Roslyn_HostError">
<source>Roslyn.HostError</source>
<target state="translated">Roslyn.HostError</target>
<note />
</trans-unit>
<trans-unit id="An_instance_of_analyzer_0_cannot_be_created_from_1_colon_2">
<source>An instance of analyzer {0} cannot be created from {1}: {2}.</source>
<target state="translated">Eine Instanz des Analysetools "{0}" kann nicht aus {1} erstellt werden: {2}.</target>
<note />
</trans-unit>
<trans-unit id="The_assembly_0_does_not_contain_any_analyzers">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">Die Assembly "{0}" enthält keine Analysetools.</target>
<note />
</trans-unit>
<trans-unit id="Unable_to_load_Analyzer_assembly_0_colon_1">
<source>Unable to load Analyzer assembly {0}: {1}</source>
<target state="translated">Fehler beim Laden der Assembly "{0}" des Analysetools: {1}</target>
<note />
</trans-unit>
<trans-unit id="Make_method_synchronous">
<source>Make method synchronous</source>
<target state="translated">Methode synchron ausführen</target>
<note />
</trans-unit>
<trans-unit id="from_0">
<source>from {0}</source>
<target state="translated">aus {0}</target>
<note />
</trans-unit>
<trans-unit id="Find_and_install_latest_version">
<source>Find and install latest version</source>
<target state="translated">Nach aktueller Version suchen und diese installieren</target>
<note />
</trans-unit>
<trans-unit id="Use_local_version_0">
<source>Use local version '{0}'</source>
<target state="translated">Lokale Version "{0}" verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_locally_installed_0_version_1_This_version_used_in_colon_2">
<source>Use locally installed '{0}' version '{1}'
This version used in: {2}</source>
<target state="translated">Lokal installierte Version "{1}" von "{0}" verwenden.
Diese Version wird verwendet in: {2}</target>
<note />
</trans-unit>
<trans-unit id="Find_and_install_latest_version_of_0">
<source>Find and install latest version of '{0}'</source>
<target state="translated">Nach aktueller Version von "{0}" suchen und diese installieren</target>
<note />
</trans-unit>
<trans-unit id="Install_with_package_manager">
<source>Install with package manager...</source>
<target state="translated">Mit Paket-Manager installieren...</target>
<note />
</trans-unit>
<trans-unit id="Install_0_1">
<source>Install '{0} {1}'</source>
<target state="translated">"{0} {1}" installieren</target>
<note />
</trans-unit>
<trans-unit id="Install_version_0">
<source>Install version '{0}'</source>
<target state="translated">Version "{0}" installieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_variable_0">
<source>Generate variable '{0}'</source>
<target state="translated">Variable "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Classes">
<source>Classes</source>
<target state="translated">Klassen</target>
<note />
</trans-unit>
<trans-unit id="Constants">
<source>Constants</source>
<target state="translated">Konstanten</target>
<note />
</trans-unit>
<trans-unit id="Delegates">
<source>Delegates</source>
<target state="translated">Delegaten</target>
<note />
</trans-unit>
<trans-unit id="Enums">
<source>Enums</source>
<target state="translated">Enumerationen</target>
<note />
</trans-unit>
<trans-unit id="Events">
<source>Events</source>
<target state="translated">Ereignisse</target>
<note />
</trans-unit>
<trans-unit id="Extension_methods">
<source>Extension methods</source>
<target state="translated">Erweiterungsmethoden</target>
<note />
</trans-unit>
<trans-unit id="Fields">
<source>Fields</source>
<target state="translated">Felder</target>
<note />
</trans-unit>
<trans-unit id="Interfaces">
<source>Interfaces</source>
<target state="translated">Schnittstellen</target>
<note />
</trans-unit>
<trans-unit id="Locals">
<source>Locals</source>
<target state="translated">Lokal</target>
<note />
</trans-unit>
<trans-unit id="Methods">
<source>Methods</source>
<target state="translated">Methoden</target>
<note />
</trans-unit>
<trans-unit id="Modules">
<source>Modules</source>
<target state="translated">Module</target>
<note />
</trans-unit>
<trans-unit id="Namespaces">
<source>Namespaces</source>
<target state="translated">Namespaces</target>
<note />
</trans-unit>
<trans-unit id="Properties">
<source>Properties</source>
<target state="translated">Eigenschaften</target>
<note />
</trans-unit>
<trans-unit id="Structures">
<source>Structures</source>
<target state="translated">Strukturen</target>
<note />
</trans-unit>
<trans-unit id="Parameters_colon">
<source>Parameters:</source>
<target state="translated">Parameter:</target>
<note />
</trans-unit>
<trans-unit id="Variadic_SignatureHelpItem_must_have_at_least_one_parameter">
<source>Variadic SignatureHelpItem must have at least one parameter.</source>
<target state="translated">Variadic-SignatureHelpItem muss mindestens ein Parameter aufweisen.</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_method">
<source>Replace '{0}' with method</source>
<target state="translated">"{0}" durch Methode ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_methods">
<source>Replace '{0}' with methods</source>
<target state="translated">"{0}" durch Methoden ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Property_referenced_implicitly">
<source>Property referenced implicitly</source>
<target state="translated">Auf die Eigenschaft wird implizit verwiesen.</target>
<note />
</trans-unit>
<trans-unit id="Property_cannot_safely_be_replaced_with_a_method_call">
<source>Property cannot safely be replaced with a method call</source>
<target state="translated">Die Eigenschaft kann nicht sicher durch einen Methodenaufruf ersetzt werden.</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_interpolated_string">
<source>Convert to interpolated string</source>
<target state="translated">In interpolierte Zeichenfolge konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Move_type_to_0">
<source>Move type to {0}</source>
<target state="translated">Typ in {0} verschieben</target>
<note />
</trans-unit>
<trans-unit id="Rename_file_to_0">
<source>Rename file to {0}</source>
<target state="translated">Datei umbenennen in {0}</target>
<note />
</trans-unit>
<trans-unit id="Rename_type_to_0">
<source>Rename type to {0}</source>
<target state="translated">Typ umbenennen in {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_tag">
<source>Remove tag</source>
<target state="translated">Tag entfernen</target>
<note />
</trans-unit>
<trans-unit id="Add_missing_param_nodes">
<source>Add missing param nodes</source>
<target state="translated">Fehlende Parameterknoten hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Make_containing_scope_async">
<source>Make containing scope async</source>
<target state="translated">Enthaltenden Bereich als asynchron definieren</target>
<note />
</trans-unit>
<trans-unit id="Make_containing_scope_async_return_Task">
<source>Make containing scope async (return Task)</source>
<target state="translated">Enthaltenden Bereich als asynchron definieren (Task zurückgeben)</target>
<note />
</trans-unit>
<trans-unit id="paren_Unknown_paren">
<source>(Unknown)</source>
<target state="translated">(Unbekannt)</target>
<note />
</trans-unit>
<trans-unit id="Use_framework_type">
<source>Use framework type</source>
<target state="translated">Frameworktyp verwenden</target>
<note />
</trans-unit>
<trans-unit id="Install_package_0">
<source>Install package '{0}'</source>
<target state="translated">Paket "{0}" installieren</target>
<note />
</trans-unit>
<trans-unit id="project_0">
<source>project {0}</source>
<target state="translated">Projekt "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Fully_qualify_0">
<source>Fully qualify '{0}'</source>
<target state="translated">"{0}" voll qualifizieren</target>
<note />
</trans-unit>
<trans-unit id="Remove_reference_to_0">
<source>Remove reference to '{0}'.</source>
<target state="translated">Verweis auf "{0}" entfernen.</target>
<note />
</trans-unit>
<trans-unit id="Keywords">
<source>Keywords</source>
<target state="translated">Schlüsselwörter</target>
<note />
</trans-unit>
<trans-unit id="Snippets">
<source>Snippets</source>
<target state="translated">Codeausschnitte</target>
<note />
</trans-unit>
<trans-unit id="All_lowercase">
<source>All lowercase</source>
<target state="translated">Alles Kleinbuchstaben</target>
<note />
</trans-unit>
<trans-unit id="All_uppercase">
<source>All uppercase</source>
<target state="translated">Alles Großbuchstaben</target>
<note />
</trans-unit>
<trans-unit id="First_word_capitalized">
<source>First word capitalized</source>
<target state="translated">Erstes Wort groß geschrieben</target>
<note />
</trans-unit>
<trans-unit id="Pascal_Case">
<source>Pascal Case</source>
<target state="translated">Pascal-Schreibweise</target>
<note />
</trans-unit>
<trans-unit id="Remove_document_0">
<source>Remove document '{0}'</source>
<target state="translated">Dokument "{0}" entfernen</target>
<note />
</trans-unit>
<trans-unit id="Add_document_0">
<source>Add document '{0}'</source>
<target state="translated">Dokument "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_argument_name_0">
<source>Add argument name '{0}'</source>
<target state="translated">Argumentnamen "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Take_0">
<source>Take '{0}'</source>
<target state="translated">"{0}" übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Take_both">
<source>Take both</source>
<target state="translated">Beide übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Take_bottom">
<source>Take bottom</source>
<target state="translated">Unten übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Take_top">
<source>Take top</source>
<target state="translated">Oben übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_variable">
<source>Remove unused variable</source>
<target state="translated">Nicht verwendete Variable entfernen</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_binary">
<source>Convert to binary</source>
<target state="translated">In Binärformat konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_decimal">
<source>Convert to decimal</source>
<target state="translated">In Dezimalformat konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_hex">
<source>Convert to hex</source>
<target state="translated">In 'hex' konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Separate_thousands">
<source>Separate thousands</source>
<target state="translated">Tausender trennen</target>
<note />
</trans-unit>
<trans-unit id="Separate_words">
<source>Separate words</source>
<target state="translated">Wörter trennen</target>
<note />
</trans-unit>
<trans-unit id="Separate_nibbles">
<source>Separate nibbles</source>
<target state="translated">Halbbytes trennen</target>
<note />
</trans-unit>
<trans-unit id="Remove_separators">
<source>Remove separators</source>
<target state="translated">Trennzeichen entfernen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameter_to_0">
<source>Add parameter to '{0}'</source>
<target state="translated">Parameter zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor">
<source>Generate constructor...</source>
<target state="translated">Konstruktor generieren…</target>
<note />
</trans-unit>
<trans-unit id="Pick_members_to_be_used_as_constructor_parameters">
<source>Pick members to be used as constructor parameters</source>
<target state="translated">Member auswählen, die als Konstruktorparameter verwendet werden sollen</target>
<note />
</trans-unit>
<trans-unit id="Pick_members_to_be_used_in_Equals_GetHashCode">
<source>Pick members to be used in Equals/GetHashCode</source>
<target state="translated">Member auswählen, die in "Equals"/"GetHashCode" verwendet werden sollen</target>
<note />
</trans-unit>
<trans-unit id="Generate_overrides">
<source>Generate overrides...</source>
<target state="translated">Überschreibungen generieren…</target>
<note />
</trans-unit>
<trans-unit id="Pick_members_to_override">
<source>Pick members to override</source>
<target state="translated">Zu überschreibende Member auswählen</target>
<note />
</trans-unit>
<trans-unit id="Add_null_check">
<source>Add null check</source>
<target state="translated">NULL-Überprüfung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_string_IsNullOrEmpty_check">
<source>Add 'string.IsNullOrEmpty' check</source>
<target state="translated">"string.IsNullOrEmpty"-Überprüfung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_string_IsNullOrWhiteSpace_check">
<source>Add 'string.IsNullOrWhiteSpace' check</source>
<target state="translated">"string.IsNullOrWhiteSpace"-Überprüfung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Initialize_field_0">
<source>Initialize field '{0}'</source>
<target state="translated">Feld "{0}" initialisieren</target>
<note />
</trans-unit>
<trans-unit id="Initialize_property_0">
<source>Initialize property '{0}'</source>
<target state="translated">Eigenschaft "{0}" initialisieren</target>
<note />
</trans-unit>
<trans-unit id="Add_null_checks">
<source>Add null checks</source>
<target state="translated">NULL-Überprüfungen hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Generate_operators">
<source>Generate operators</source>
<target state="translated">Operatoren generieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_0">
<source>Implement {0}</source>
<target state="translated">{0} implementieren</target>
<note />
</trans-unit>
<trans-unit id="Reported_diagnostic_0_has_a_source_location_in_file_1_which_is_not_part_of_the_compilation_being_analyzed">
<source>Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.</source>
<target state="translated">Die gemeldete Diagnose "{0}" weist einen Quellspeicherort in der Datei "{1}" auf, die nicht Teil der Kompilierung ist, die analysiert wird.</target>
<note />
</trans-unit>
<trans-unit id="Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file">
<source>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</source>
<target state="translated">Die gemeldete Diagnose "{0}" enthält einen Quellspeicherort "{1}" in der Datei "{2}", der sich außerhalb der angegebenen Datei befindet.</target>
<note />
</trans-unit>
<trans-unit id="in_0_project_1">
<source>in {0} (project {1})</source>
<target state="translated">in "{0}" (Projekt "{1}")</target>
<note />
</trans-unit>
<trans-unit id="Add_accessibility_modifiers">
<source>Add accessibility modifiers</source>
<target state="translated">Zugriffsmodifizierer hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Deklaration nahe Referenz verschieben</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_full_property">
<source>Convert to full property</source>
<target state="translated">In vollständige Eigenschaft konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Warning_Method_overrides_symbol_from_metadata">
<source>Warning: Method overrides symbol from metadata</source>
<target state="translated">Warnung: Die Methode setzt das Symbol aus den Metadaten außer Kraft.</target>
<note />
</trans-unit>
<trans-unit id="Use_0">
<source>Use {0}</source>
<target state="translated">{0} verwenden</target>
<note />
</trans-unit>
<trans-unit id="Add_argument_name_0_including_trailing_arguments">
<source>Add argument name '{0}' (including trailing arguments)</source>
<target state="translated">Argumentnamen "{0}" (einschließlich nachfolgender Argumente) hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="local_function">
<source>local function</source>
<target state="translated">Lokale Funktion</target>
<note />
</trans-unit>
<trans-unit id="indexer_">
<source>indexer</source>
<target state="translated">Indexer</target>
<note />
</trans-unit>
<trans-unit id="Alias_ambiguous_type_0">
<source>Alias ambiguous type '{0}'</source>
<target state="translated">Nicht eindeutiger Aliastyp "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Collection_was_modified_during_iteration">
<source>Warning: Collection was modified during iteration.</source>
<target state="translated">Warnung: Die Sammlung wurde bei der Iteration geändert.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Iteration_variable_crossed_function_boundary">
<source>Warning: Iteration variable crossed function boundary.</source>
<target state="translated">Warnung: Die Iterationsvariable hat die Funktionsgrenze überschritten.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Collection_may_be_modified_during_iteration">
<source>Warning: Collection may be modified during iteration.</source>
<target state="translated">Warnung: Die Sammlung wird bei der Iteration möglicherweise geändert.</target>
<note />
</trans-unit>
<trans-unit id="universal_full_date_time">
<source>universal full date/time</source>
<target state="translated">Universelle(s) vollständige(s) Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="universal_full_date_time_description">
<source>The "U" standard format specifier represents a custom date and time format string that is defined by a specified culture's DateTimeFormatInfo.FullDateTimePattern property. The pattern is the same as the "F" pattern. However, the DateTime value is automatically converted to UTC before it is formatted.</source>
<target state="translated">Der Standardformatbezeichner "U" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.FullDateTimePattern-Eigenschaft einer angegebenen Kultur definiert ist. Das Muster ist mit dem F-Muster identisch. Der DateTime-Wert wird jedoch automatisch in UTC konvertiert, bevor er formatiert wird.</target>
<note />
</trans-unit>
<trans-unit id="universal_sortable_date_time">
<source>universal sortable date/time</source>
<target state="translated">Universelle(s) sortierbare(s) Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="universal_sortable_date_time_description">
<source>The "u" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.UniversalSortableDateTimePattern property. The pattern reflects a defined standard, and the property is read-only. Therefore, it is always the same, regardless of the culture used or the format provider supplied. The custom format string is "yyyy'-'MM'-'dd HH':'mm':'ss'Z'". When this standard format specifier is used, the formatting or parsing operation always uses the invariant culture.
Although the result string should express a time as Coordinated Universal Time (UTC), no conversion of the original DateTime value is performed during the formatting operation. Therefore, you must convert a DateTime value to UTC by calling the DateTime.ToUniversalTime method before formatting it.</source>
<target state="translated">Der Standardformatbezeichner "u" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.UniversalSortableDateTimePattern-Eigenschaft definiert ist. Das Muster folgt einem definierten Standard, und die Eigenschaft ist schreibgeschützt. Daher ist sie immer gleich, unabhängig von der verwendeten Kultur oder dem angegebenen Formatanbieter. Die benutzerdefinierte Formatzeichenfolge lautet "yyyy'-'MM'-'dd HH':'mm':'ss'Z'". Bei Verwendung dieses Standardformatbezeichners wird bei Formatierung oder Analyse immer die invariante Kultur verwendet.
Obwohl die Ergebniszeichenfolge einen Zeitwert als koordinierte Weltzeit (UTC) ausdrücken sollte, findet während der Formatierung keine Konvertierung des ursprünglichen DateTime-Werts statt. Deshalb müssen Sie einen DateTime-Wert vor der Formatierung durch Aufruf der DateTime.ToUniversalTime-Methode in UTC konvertieren.</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_containing_member">
<source>updating usages in containing member</source>
<target state="translated">Verwendungen in enthaltenden Members wird aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_containing_project">
<source>updating usages in containing project</source>
<target state="translated">Verwendungen im enthaltenden Projekt werden aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_containing_type">
<source>updating usages in containing type</source>
<target state="translated">Verwendungen im enthaltenden Typ aktualisieren</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_dependent_projects">
<source>updating usages in dependent projects</source>
<target state="translated">Verwendungen in abhängigen Projekten werden aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_and_minute_offset">
<source>utc hour and minute offset</source>
<target state="translated">UTC-Abweichung in Stunden und Minuten</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_and_minute_offset_description">
<source>With DateTime values, the "zzz" custom format specifier represents the signed offset of the local operating system's time zone from UTC, measured in hours and minutes. It doesn't reflect the value of an instance's DateTime.Kind property. For this reason, the "zzz" format specifier is not recommended for use with DateTime values.
With DateTimeOffset values, this format specifier represents the DateTimeOffset value's offset from UTC in hours and minutes.
The offset is always displayed with a leading sign. A plus sign (+) indicates hours ahead of UTC, and a minus sign (-) indicates hours behind UTC. A single-digit offset is formatted with a leading zero.</source>
<target state="translated">Bei DateTime-Werten repräsentiert der benutzerdefinierte Formatbezeichner "zzz" die Abweichung (einschließlich Vorzeichen) der Zeitzone des lokalen Betriebssystems von der koordinierten Weltzeit (UTC), gemessen in Stunden und Minuten. Er spiegelt nicht den Wert einer Instanz der DateTime.Kind-Eigenschaft wider. Aus diesem Grund wird der Formatbezeichner "zzz" nicht zur Verwendung mit DateTime-Werten empfohlen.
Bei DateTimeOffset-Werten stellt dieser Formatbezeichner die Abweichung des DateTimeOffset-Wertes von UTC in Stunden und Minuten dar.
Die Abweichung wird immer mit einem Vorzeichen angezeigt. Ein Pluszeichen (+) steht für Stunden vor UTC, ein Minuszeichen (-) für Stunden nach UTC. Eine einstellige Abweichung wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_1_2_digits">
<source>utc hour offset (1-2 digits)</source>
<target state="translated">UTC-Abweichung in Stunden (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_1_2_digits_description">
<source>With DateTime values, the "z" custom format specifier represents the signed offset of the local operating system's time zone from Coordinated Universal Time (UTC), measured in hours. It doesn't reflect the value of an instance's DateTime.Kind property. For this reason, the "z" format specifier is not recommended for use with DateTime values.
With DateTimeOffset values, this format specifier represents the DateTimeOffset value's offset from UTC in hours.
The offset is always displayed with a leading sign. A plus sign (+) indicates hours ahead of UTC, and a minus sign (-) indicates hours behind UTC. A single-digit offset is formatted without a leading zero.
If the "z" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Bei DateTime-Werten repräsentiert der benutzerdefinierte Formatbezeichner "z" die Abweichung (einschließlich Vorzeichen) der Zeitzone des lokalen Betriebssystems von der koordinierten Weltzeit (UTC), gemessen in Stunden. Er spiegelt nicht den Wert einer Instanz der DateTime.Kind-Eigenschaft wider. Aus diesem Grund wird der Formatbezeichner "z" nicht zur Verwendung mit DateTime-Werten empfohlen.
Bei DateTimeOffset-Werten stellt dieser Formatbezeichner die Abweichung des DateTimeOffset-Wertes von UTC in Stunden dar.
Die Abweichung wird immer mit einem Vorzeichen angezeigt. Ein Pluszeichen (+) steht für Stunden vor UTC, ein Minuszeichen (-) für Stunden nach UTC. Eine einstellige Abweichung wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "z" ohne weitere Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_2_digits">
<source>utc hour offset (2 digits)</source>
<target state="translated">UTC-Abweichung in Stunden (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_2_digits_description">
<source>With DateTime values, the "zz" custom format specifier represents the signed offset of the local operating system's time zone from UTC, measured in hours. It doesn't reflect the value of an instance's DateTime.Kind property. For this reason, the "zz" format specifier is not recommended for use with DateTime values.
With DateTimeOffset values, this format specifier represents the DateTimeOffset value's offset from UTC in hours.
The offset is always displayed with a leading sign. A plus sign (+) indicates hours ahead of UTC, and a minus sign (-) indicates hours behind UTC. A single-digit offset is formatted with a leading zero.</source>
<target state="translated">Bei DateTime-Werten repräsentiert der benutzerdefinierte Formatbezeichner "zz" die Abweichung (einschließlich Vorzeichen) der Zeitzone des lokalen Betriebssystems von der koordinierten Weltzeit (UTC), gemessen in Stunden. Er spiegelt nicht den Wert einer Instanz der DateTime.Kind-Eigenschaft wider. Aus diesem Grund wird der Formatbezeichner "zz" nicht zur Verwendung mit DateTime-Werten empfohlen.
Bei DateTimeOffset-Werten stellt dieser Formatbezeichner die Abweichung des DateTimeOffset-Wertes von UTC in Stunden dar.
Die Abweichung wird immer mit einem Vorzeichen angezeigt. Ein Pluszeichen (+) steht für Stunden vor UTC, ein Minuszeichen (-) für Stunden nach UTC. Eine einstellige Abweichung wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="x_y_range_in_reverse_order">
<source>[x-y] range in reverse order</source>
<target state="translated">[x-y]-Bereich in umgekehrter Reihenfolge</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [b-a]</note>
</trans-unit>
<trans-unit id="year_1_2_digits">
<source>year (1-2 digits)</source>
<target state="translated">Jahr (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_1_2_digits_description">
<source>The "y" custom format specifier represents the year as a one-digit or two-digit number. If the year has more than two digits, only the two low-order digits appear in the result. If the first digit of a two-digit year begins with a zero (for example, 2008), the number is formatted without a leading zero.
If the "y" format specifier is used without other custom format specifiers, it's interpreted as the "y" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "y" repräsentiert das Jahr als ein- oder zweistellige Zahl. Wenn das Jahr mehr als zwei Stellen aufweist, werden im Ergebnis nur die zwei niederwertigen Stellen angezeigt. Beginnt die erste Stelle eines zweistelligen Jahres mit einer Null (z. B. 2008), wird die Zahl ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "y" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "y" für Datums- und Uhrzeitwerte interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="year_2_digits">
<source>year (2 digits)</source>
<target state="translated">Jahr (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_2_digits_description">
<source>The "yy" custom format specifier represents the year as a two-digit number. If the year has more than two digits, only the two low-order digits appear in the result. If the two-digit year has fewer than two significant digits, the number is padded with leading zeros to produce two digits.
In a parsing operation, a two-digit year that is parsed using the "yy" custom format specifier is interpreted based on the Calendar.TwoDigitYearMax property of the format provider's current calendar. The following example parses the string representation of a date that has a two-digit year by using the default Gregorian calendar of the en-US culture, which, in this case, is the current culture. It then changes the current culture's CultureInfo object to use a GregorianCalendar object whose TwoDigitYearMax property has been modified.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yy" repräsentiert das Jahr als zweistellige Zahl. Wenn das Jahr mehr als zwei Stellen aufweist, werden im Ergebnis nur die zwei niederwertigen Stellen angezeigt. Umfasst das zweistellige Jahr weniger als zwei signifikante Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um zwei Stellen zu erzeugen.
Bei der Analyse eines zweistelligen Jahreswerts mit dem benutzerdefinierten Formatbezeichner "yy" wird das Jahr auf Grundlage der Calendar.TwoDigitYearMax-Eigenschaft des aktuellen Kalenders des Formatanbieters interpretiert. Das folgende Beispiel analysiert die Zeichenfolgendarstellung eines Datums mit zweistelliger Jahreszahl unter Verwendung des standardmäßigen gregorianischen Kalenders der Kultur "en-US" (in diesem Fall die aktuelle Kultur). Anschließend wird das CultureInfo-Objekt der aktuellen Kultur so geändert, dass ein GregorianCalendar-Objekt verwendet wird, dessen TwoDigitYearMax-Eigenschaft geändert wurde.</target>
<note />
</trans-unit>
<trans-unit id="year_3_4_digits">
<source>year (3-4 digits)</source>
<target state="translated">Jahr (3–4 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_3_4_digits_description">
<source>The "yyy" custom format specifier represents the year with a minimum of three digits. If the year has more than three significant digits, they are included in the result string. If the year has fewer than three digits, the number is padded with leading zeros to produce three digits.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yyy" repräsentiert das Jahr mit mindestens drei Stellen. Wenn das Jahr mehr als drei signifikante Stellen aufweist, werden diese in die Ergebniszeichenfolge eingeschlossen. Umfasst das Jahr weniger als drei Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um drei Stellen zu erzeugen.</target>
<note />
</trans-unit>
<trans-unit id="year_4_digits">
<source>year (4 digits)</source>
<target state="translated">Jahr (4 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_4_digits_description">
<source>The "yyyy" custom format specifier represents the year with a minimum of four digits. If the year has more than four significant digits, they are included in the result string. If the year has fewer than four digits, the number is padded with leading zeros to produce four digits.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yyyy" repräsentiert das Jahr mit mindestens vier Stellen. Wenn das Jahr mehr als vier signifikante Stellen aufweist, werden sie in die Ergebniszeichenfolge eingeschlossen. Umfasst das Jahr weniger als vier Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um vier Stellen zu erzeugen.</target>
<note />
</trans-unit>
<trans-unit id="year_5_digits">
<source>year (5 digits)</source>
<target state="translated">Jahr (5 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_5_digits_description">
<source>The "yyyyy" custom format specifier (plus any number of additional "y" specifiers) represents the year with a minimum of five digits. If the year has more than five significant digits, they are included in the result string. If the year has fewer than five digits, the number is padded with leading zeros to produce five digits.
If there are additional "y" specifiers, the number is padded with as many leading zeros as necessary to produce the number of "y" specifiers.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yyyyy" (plus beliebig viele zusätzliche y-Bezeichner) repräsentiert das Jahr mit mindestens fünf Stellen. Wenn das Jahr mehr als fünf signifikante Stellen aufweist, werden diese in die Ergebniszeichenfolge eingeschlossen. Umfasst das Jahr weniger als fünf Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um fünf Stellen zu erzeugen.
Falls zusätzliche y-Bezeichner vorhanden sind, wird die Zahl mit so vielen führenden Nullen aufgefüllt, wie erforderlich sind, um die Anzahl der y-Bezeichner zu erhalten.</target>
<note />
</trans-unit>
<trans-unit id="year_month">
<source>year month</source>
<target state="translated">Monat des Jahres</target>
<note />
</trans-unit>
<trans-unit id="year_month_description">
<source>The "Y" or "y" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.YearMonthPattern property of a specified culture. For example, the custom format string for the invariant culture is "yyyy MMMM".</source>
<target state="translated">Der Standardformatbezeichner "Y" oder "y" repräsentiert eine benutzerdefinierte Datums- und Zeitformatzeichenfolge, die durch die DateTimeFormatInfo.YearMonthPattern-Eigenschaft einer bestimmten Kultur definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "yyyy MMMM".</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FeaturesResources.resx">
<body>
<trans-unit id="0_directive">
<source>#{0} directive</source>
<target state="new">#{0} directive</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_abbreviated">
<source>AM/PM (abbreviated)</source>
<target state="translated">AM/PM (abgekürzt)</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_abbreviated_description">
<source>The "t" custom format specifier represents the first character of the AM/PM designator. The appropriate localized designator is retrieved from the DateTimeFormatInfo.AMDesignator or DateTimeFormatInfo.PMDesignator property of the current or specific culture. The AM designator is used for all times from 0:00:00 (midnight) to 11:59:59.999. The PM designator is used for all times from 12:00:00 (noon) to 23:59:59.999.
If the "t" format specifier is used without other custom format specifiers, it's interpreted as the "t" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "t" repräsentiert das erste Zeichen des AM/PM-Kennzeichners. Der geeignete lokalisierte Kennzeichner wird aus der DateTimeFormatInfo.AMDesignator- oder DateTimeFormatInfo.PMDesignator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen. Der AM-Kennzeichner wird für alle Uhrzeiten von 0:00:00 (Mitternacht) bis 11:59:59.999 verwendet. Der PM-Kennzeichner wird für alle Uhrzeiten von 12:00:00 (Mittag) bis 23:59:59.999 verwendet.
Bei Verwendung des Formatbezeichners "t" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "t" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_full">
<source>AM/PM (full)</source>
<target state="translated">AM/PM (vollständig)</target>
<note />
</trans-unit>
<trans-unit id="AM_PM_full_description">
<source>The "tt" custom format specifier (plus any number of additional "t" specifiers) represents the entire AM/PM designator. The appropriate localized designator is retrieved from the DateTimeFormatInfo.AMDesignator or DateTimeFormatInfo.PMDesignator property of the current or specific culture. The AM designator is used for all times from 0:00:00 (midnight) to 11:59:59.999. The PM designator is used for all times from 12:00:00 (noon) to 23:59:59.999.
Make sure to use the "tt" specifier for languages for which it's necessary to maintain the distinction between AM and PM. An example is Japanese, for which the AM and PM designators differ in the second character instead of the first character.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "tt" (plus beliebig viele zusätzliche t-Bezeichner) repräsentiert den vollständigen AM/PM-Kennzeichner. Der geeignete lokalisierte Kennzeichner wird aus der DateTimeFormatInfo.AMDesignator- oder DateTimeFormatInfo.PMDesignator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen. Der AM-Kennzeichner wird für alle Uhrzeiten von 0:00:00 (Mitternacht) bis 11:59:59.999 verwendet. Der PM-Kennzeichner wird für alle Uhrzeiten von 12:00:00 (Mittag) bis 23:59:59.999 verwendet.
Stellen Sie sicher, dass Sie den Bezeichner "tt" für Sprachen verwenden, für die eine Unterscheidung zwischen AM und PM erforderlich ist. Ein Beispiel ist Japanisch, bei dem sich die AM- und PM-Kennzeichner durch das zweite Zeichen anstelle des ersten Zeichens unterscheiden.</target>
<note />
</trans-unit>
<trans-unit id="A_subtraction_must_be_the_last_element_in_a_character_class">
<source>A subtraction must be the last element in a character class</source>
<target state="translated">Eine Subtraktion muss das letzte Element in einer Zeichenklasse sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [a-[b]-c]</note>
</trans-unit>
<trans-unit id="Accessing_captured_variable_0_that_hasn_t_been_accessed_before_in_1_requires_restarting_the_application">
<source>Accessing captured variable '{0}' that hasn't been accessed before in {1} requires restarting the application.</source>
<target state="new">Accessing captured variable '{0}' that hasn't been accessed before in {1} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Add_DebuggerDisplay_attribute">
<source>Add 'DebuggerDisplay' attribute</source>
<target state="translated">DebuggerDisplay-Attribut hinzufügen</target>
<note>{Locked="DebuggerDisplay"} "DebuggerDisplay" is a BCL class and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_explicit_cast">
<source>Add explicit cast</source>
<target state="translated">Explizite Umwandlung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_member_name">
<source>Add member name</source>
<target state="translated">Membername hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_null_checks_for_all_parameters">
<source>Add null checks for all parameters</source>
<target state="translated">NULL-Überprüfungen für alle Parameter hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_optional_parameter_to_constructor">
<source>Add optional parameter to constructor</source>
<target state="translated">Optionalen Parameter zum Konstruktor hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameter_to_0_and_overrides_implementations">
<source>Add parameter to '{0}' (and overrides/implementations)</source>
<target state="translated">Parameter zu "{0}" (und Außerkraftsetzungen/Implementierungen) hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameter_to_constructor">
<source>Add parameter to constructor</source>
<target state="translated">Parameter zum Konstruktor hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_project_reference_to_0">
<source>Add project reference to '{0}'.</source>
<target state="translated">Fügen Sie zu "{0}" einen Projektverweis hinzu.</target>
<note />
</trans-unit>
<trans-unit id="Add_reference_to_0">
<source>Add reference to '{0}'.</source>
<target state="translated">Fügen Sie zu "{0}" einen Verweis hinzu.</target>
<note />
</trans-unit>
<trans-unit id="Actions_can_not_be_empty">
<source>Actions can not be empty.</source>
<target state="translated">Aktionen dürfen nicht leer sein.</target>
<note />
</trans-unit>
<trans-unit id="Add_tuple_element_name_0">
<source>Add tuple element name '{0}'</source>
<target state="translated">Tupelelementnamen "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_around_an_active_statement_requires_restarting_the_application">
<source>Adding {0} around an active statement requires restarting the application.</source>
<target state="new">Adding {0} around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_a_1_requires_restarting_the_application">
<source>Adding {0} into a {1} requires restarting the application.</source>
<target state="new">Adding {0} into a {1} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_a_class_with_explicit_or_sequential_layout_requires_restarting_the_application">
<source>Adding {0} into a class with explicit or sequential layout requires restarting the application.</source>
<target state="new">Adding {0} into a class with explicit or sequential layout requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_a_generic_type_requires_restarting_the_application">
<source>Adding {0} into a generic type requires restarting the application.</source>
<target state="new">Adding {0} into a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_an_interface_method_requires_restarting_the_application">
<source>Adding {0} into an interface method requires restarting the application.</source>
<target state="new">Adding {0} into an interface method requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_into_an_interface_requires_restarting_the_application">
<source>Adding {0} into an interface requires restarting the application.</source>
<target state="new">Adding {0} into an interface requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_requires_restarting_the_application">
<source>Adding {0} requires restarting the application.</source>
<target state="new">Adding {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_that_accesses_captured_variables_1_and_2_declared_in_different_scopes_requires_restarting_the_application">
<source>Adding {0} that accesses captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</source>
<target state="new">Adding {0} that accesses captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_with_the_Handles_clause_requires_restarting_the_application">
<source>Adding {0} with the Handles clause requires restarting the application.</source>
<target state="new">Adding {0} with the Handles clause requires restarting the application.</target>
<note>{Locked="Handles"} "Handles" is VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Adding_a_MustOverride_0_or_overriding_an_inherited_0_requires_restarting_the_application">
<source>Adding a MustOverride {0} or overriding an inherited {0} requires restarting the application.</source>
<target state="new">Adding a MustOverride {0} or overriding an inherited {0} requires restarting the application.</target>
<note>{Locked="MustOverride"} "MustOverride" is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Adding_a_constructor_to_a_type_with_a_field_or_property_initializer_that_contains_an_anonymous_function_requires_restarting_the_application">
<source>Adding a constructor to a type with a field or property initializer that contains an anonymous function requires restarting the application.</source>
<target state="new">Adding a constructor to a type with a field or property initializer that contains an anonymous function requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_generic_0_requires_restarting_the_application">
<source>Adding a generic {0} requires restarting the application.</source>
<target state="new">Adding a generic {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_method_with_an_explicit_interface_specifier_requires_restarting_the_application">
<source>Adding a method with an explicit interface specifier requires restarting the application.</source>
<target state="new">Adding a method with an explicit interface specifier requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_new_file_requires_restarting_the_application">
<source>Adding a new file requires restarting the application.</source>
<target state="new">Adding a new file requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_a_user_defined_0_requires_restarting_the_application">
<source>Adding a user defined {0} requires restarting the application.</source>
<target state="new">Adding a user defined {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_an_abstract_0_or_overriding_an_inherited_0_requires_restarting_the_application">
<source>Adding an abstract {0} or overriding an inherited {0} requires restarting the application.</source>
<target state="new">Adding an abstract {0} or overriding an inherited {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Adding_an_extern_0_requires_restarting_the_application">
<source>Adding an extern {0} requires restarting the application.</source>
<target state="new">Adding an extern {0} requires restarting the application.</target>
<note>{Locked="extern"} "extern" is C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Adding_an_imported_method_requires_restarting_the_application">
<source>Adding an imported method requires restarting the application.</source>
<target state="new">Adding an imported method requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Align_wrapped_arguments">
<source>Align wrapped arguments</source>
<target state="translated">Umschlossene Argumente ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Align_wrapped_parameters">
<source>Align wrapped parameters</source>
<target state="translated">Umschlossene Parameter ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Alternation_conditions_cannot_be_comments">
<source>Alternation conditions cannot be comments</source>
<target state="translated">Wechselbedingungen dürfen keine Kommentare sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a|(?#b)</note>
</trans-unit>
<trans-unit id="Alternation_conditions_do_not_capture_and_cannot_be_named">
<source>Alternation conditions do not capture and cannot be named</source>
<target state="translated">Wechselbedingungen werden nicht erfasst und können nicht benannt werden.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(?'x'))</note>
</trans-unit>
<trans-unit id="An_update_that_causes_the_return_type_of_implicit_main_to_change_requires_restarting_the_application">
<source>An update that causes the return type of the implicit Main method to change requires restarting the application.</source>
<target state="new">An update that causes the return type of the implicit Main method to change requires restarting the application.</target>
<note>{Locked="Main"} is C# keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Apply_file_header_preferences">
<source>Apply file header preferences</source>
<target state="translated">Dateiheadereinstellungen anwenden</target>
<note />
</trans-unit>
<trans-unit id="Apply_object_collection_initialization_preferences">
<source>Apply object/collection initialization preferences</source>
<target state="translated">Einstellungen zur Objekt-/Sammlungsinitialisierung anwenden</target>
<note />
</trans-unit>
<trans-unit id="Attribute_0_is_missing_Updating_an_async_method_or_an_iterator_requires_restarting_the_application">
<source>Attribute '{0}' is missing. Updating an async method or an iterator requires restarting the application.</source>
<target state="new">Attribute '{0}' is missing. Updating an async method or an iterator requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Asynchronously_waits_for_the_task_to_finish">
<source>Asynchronously waits for the task to finish.</source>
<target state="new">Asynchronously waits for the task to finish.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Erwartete Aufgabe gibt "{0}" zurück</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_no_value">
<source>Awaited task returns no value</source>
<target state="translated">Erwartete Aufgabe gibt keinen Wert zurück</target>
<note />
</trans-unit>
<trans-unit id="Base_classes_contain_inaccessible_unimplemented_members">
<source>Base classes contain inaccessible unimplemented members</source>
<target state="translated">Basisklassen enthalten nicht implementierte Member, auf die nicht zugegriffen werden kann.</target>
<note />
</trans-unit>
<trans-unit id="CannotApplyChangesUnexpectedError">
<source>Cannot apply changes -- unexpected error: '{0}'</source>
<target state="translated">Änderungen können nicht angewendet werden -- unerwarteter Fehler: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Cannot_include_class_0_in_character_range">
<source>Cannot include class \{0} in character range</source>
<target state="translated">Die Klasse \{0} kann nicht in den Zeichenbereich aufgenommen werden.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [a-\w]. {0} is the invalid class (\w here)</note>
</trans-unit>
<trans-unit id="Capture_group_numbers_must_be_less_than_or_equal_to_Int32_MaxValue">
<source>Capture group numbers must be less than or equal to Int32.MaxValue</source>
<target state="translated">Erfassungsgruppennummern müssen kleiner oder gleich Int32.MaxValue sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a{2147483648}</note>
</trans-unit>
<trans-unit id="Capture_number_cannot_be_zero">
<source>Capture number cannot be zero</source>
<target state="translated">Aufzeichnungsnummer darf nicht 0 (null) sein.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<0>a)</note>
</trans-unit>
<trans-unit id="Capturing_variable_0_that_hasn_t_been_captured_before_requires_restarting_the_application">
<source>Capturing variable '{0}' that hasn't been captured before requires restarting the application.</source>
<target state="new">Capturing variable '{0}' that hasn't been captured before requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Ceasing_to_access_captured_variable_0_in_1_requires_restarting_the_application">
<source>Ceasing to access captured variable '{0}' in {1} requires restarting the application.</source>
<target state="new">Ceasing to access captured variable '{0}' in {1} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Ceasing_to_capture_variable_0_requires_restarting_the_application">
<source>Ceasing to capture variable '{0}' requires restarting the application.</source>
<target state="new">Ceasing to capture variable '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="ChangeSignature_NewParameterInferValue">
<source><infer></source>
<target state="translated"><ableiten></target>
<note />
</trans-unit>
<trans-unit id="ChangeSignature_NewParameterIntroduceTODOVariable">
<source>TODO</source>
<target state="translated">TODO</target>
<note>"TODO" is an indication that there is work still to be done.</note>
</trans-unit>
<trans-unit id="ChangeSignature_NewParameterOmitValue">
<source><omit></source>
<target state="translated"><Auslassen></target>
<note />
</trans-unit>
<trans-unit id="Change_namespace_to_0">
<source>Change namespace to '{0}'</source>
<target state="translated">Namespace in "{0}" ändern</target>
<note />
</trans-unit>
<trans-unit id="Change_to_global_namespace">
<source>Change to global namespace</source>
<target state="translated">In globalen Namespace ändern</target>
<note />
</trans-unit>
<trans-unit id="ChangesDisallowedWhileStoppedAtException">
<source>Changes are not allowed while stopped at exception</source>
<target state="translated">Änderungen sind nicht zulässig, solange der Vorgang bei einer Ausnahme angehalten ist.</target>
<note />
</trans-unit>
<trans-unit id="ChangesNotAppliedWhileRunning">
<source>Changes made in project '{0}' will not be applied while the application is running</source>
<target state="translated">Im Projekt "{0}" vorgenommene Änderungen werden nicht angewendet, während die Anwendung ausgeführt wird.</target>
<note />
</trans-unit>
<trans-unit id="ChangesRequiredSynthesizedType">
<source>One or more changes result in a new type being created by the compiler, which requires restarting the application because it is not supported by the runtime</source>
<target state="new">One or more changes result in a new type being created by the compiler, which requires restarting the application because it is not supported by the runtime</target>
<note />
</trans-unit>
<trans-unit id="Changing_0_from_asynchronous_to_synchronous_requires_restarting_the_application">
<source>Changing {0} from asynchronous to synchronous requires restarting the application.</source>
<target state="new">Changing {0} from asynchronous to synchronous requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_0_to_1_requires_restarting_the_application_because_it_changes_the_shape_of_the_state_machine">
<source>Changing '{0}' to '{1}' requires restarting the application because it changes the shape of the state machine.</source>
<target state="new">Changing '{0}' to '{1}' requires restarting the application because it changes the shape of the state machine.</target>
<note />
</trans-unit>
<trans-unit id="Changing_a_field_to_an_event_or_vice_versa_requires_restarting_the_application">
<source>Changing a field to an event or vice versa requires restarting the application.</source>
<target state="new">Changing a field to an event or vice versa requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_constraints_of_0_requires_restarting_the_application">
<source>Changing constraints of {0} requires restarting the application.</source>
<target state="new">Changing constraints of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_parameter_types_of_0_requires_restarting_the_application">
<source>Changing parameter types of {0} requires restarting the application.</source>
<target state="new">Changing parameter types of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_pseudo_custom_attribute_0_of_1_requires_restarting_th_application">
<source>Changing pseudo-custom attribute '{0}' of {1} requires restarting the application</source>
<target state="new">Changing pseudo-custom attribute '{0}' of {1} requires restarting the application</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_declaration_scope_of_a_captured_variable_0_requires_restarting_the_application">
<source>Changing the declaration scope of a captured variable '{0}' requires restarting the application.</source>
<target state="new">Changing the declaration scope of a captured variable '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_parameters_of_0_requires_restarting_the_application">
<source>Changing the parameters of {0} requires restarting the application.</source>
<target state="new">Changing the parameters of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_return_type_of_0_requires_restarting_the_application">
<source>Changing the return type of {0} requires restarting the application.</source>
<target state="new">Changing the return type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_type_of_0_requires_restarting_the_application">
<source>Changing the type of {0} requires restarting the application.</source>
<target state="new">Changing the type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_the_type_of_a_captured_variable_0_previously_of_type_1_requires_restarting_the_application">
<source>Changing the type of a captured variable '{0}' previously of type '{1}' requires restarting the application.</source>
<target state="new">Changing the type of a captured variable '{0}' previously of type '{1}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_type_parameters_of_0_requires_restarting_the_application">
<source>Changing type parameters of {0} requires restarting the application.</source>
<target state="new">Changing type parameters of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Changing_visibility_of_0_requires_restarting_the_application">
<source>Changing visibility of {0} requires restarting the application.</source>
<target state="new">Changing visibility of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Configure_0_code_style">
<source>Configure {0} code style</source>
<target state="translated">Codeformat "{0}" konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Configure_0_severity">
<source>Configure {0} severity</source>
<target state="translated">Schweregrad "{0}" konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Configure_severity_for_all_0_analyzers">
<source>Configure severity for all '{0}' analyzers</source>
<target state="translated">Schweregrad für alle Analysetools für "{0}" konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Configure_severity_for_all_analyzers">
<source>Configure severity for all analyzers</source>
<target state="translated">Schweregrad für alle Analysetools konfigurieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_linq">
<source>Convert to LINQ</source>
<target state="translated">In LINQ konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Add_to_0">
<source>Add to '{0}'</source>
<target state="translated">Zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_class">
<source>Convert to class</source>
<target state="translated">In Klasse konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_linq_call_form">
<source>Convert to LINQ (call form)</source>
<target state="translated">In LINQ konvertieren (Aufrufformular)</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_record">
<source>Convert to record</source>
<target state="translated">In Datensatz konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_record_struct">
<source>Convert to record struct</source>
<target state="translated">In Datensatzstruktur konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_struct">
<source>Convert to struct</source>
<target state="translated">In Struktur konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_type_to_0">
<source>Convert type to '{0}'</source>
<target state="translated">Typ in "{0}" konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_field_0">
<source>Create and assign field '{0}'</source>
<target state="translated">Feld "{0}" erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_property_0">
<source>Create and assign property '{0}'</source>
<target state="translated">Eigenschaft "{0}" erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_remaining_as_fields">
<source>Create and assign remaining as fields</source>
<target state="translated">Verbleibende Elemente als Felder erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Create_and_assign_remaining_as_properties">
<source>Create and assign remaining as properties</source>
<target state="translated">Verbleibende Elemente als Eigenschaften erstellen und zuweisen</target>
<note />
</trans-unit>
<trans-unit id="Deleting_0_around_an_active_statement_requires_restarting_the_application">
<source>Deleting {0} around an active statement requires restarting the application.</source>
<target state="new">Deleting {0} around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Deleting_0_requires_restarting_the_application">
<source>Deleting {0} requires restarting the application.</source>
<target state="new">Deleting {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Deleting_captured_variable_0_requires_restarting_the_application">
<source>Deleting captured variable '{0}' requires restarting the application.</source>
<target state="new">Deleting captured variable '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Do_not_change_this_code_Put_cleanup_code_in_0_method">
<source>Do not change this code. Put cleanup code in '{0}' method</source>
<target state="translated">Ändern Sie diesen Code nicht. Fügen Sie Bereinigungscode in der Methode "{0}" ein.</target>
<note />
</trans-unit>
<trans-unit id="DocumentIsOutOfSyncWithDebuggee">
<source>The current content of source file '{0}' does not match the built source. Any changes made to this file while debugging won't be applied until its content matches the built source.</source>
<target state="translated">Der aktuelle Inhalt der Quelldatei "{0}" stimmt nicht mit dem kompilierten Quellcode überein. Alle Änderungen, die während des Debuggens an dieser Datei vorgenommen wurden, werden erst angewendet, wenn der Inhalt dem kompilierten Quellcode entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Document_must_be_contained_in_the_workspace_that_created_this_service">
<source>Document must be contained in the workspace that created this service</source>
<target state="translated">Dokument muss in dem Arbeitsbereich enthalten sein, der diesen Dienst erstellt hat</target>
<note />
</trans-unit>
<trans-unit id="EditAndContinue">
<source>Edit and Continue</source>
<target state="translated">Bearbeiten und Fortfahren</target>
<note />
</trans-unit>
<trans-unit id="EditAndContinueDisallowedByModule">
<source>Edit and Continue disallowed by module</source>
<target state="translated">Bearbeiten und Fortfahren durch Modul untersagt</target>
<note />
</trans-unit>
<trans-unit id="EditAndContinueDisallowedByProject">
<source>Changes made in project '{0}' require restarting the application: {1}</source>
<target state="needs-review-translation">Die im Projekt "{0}" vorgenommenen Änderungen verhindern, dass die Debugsitzung fortgesetzt wird: {1}</target>
<note />
</trans-unit>
<trans-unit id="Edit_and_continue_is_not_supported_by_the_runtime">
<source>Edit and continue is not supported by the runtime.</source>
<target state="translated">"Bearbeiten und fortfahren" wird von der Runtime nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="ErrorReadingFile">
<source>Error while reading file '{0}': {1}</source>
<target state="translated">Fehler beim Lesen der Datei "{0}": {1}</target>
<note />
</trans-unit>
<trans-unit id="Error_creating_instance_of_CodeFixProvider">
<source>Error creating instance of CodeFixProvider</source>
<target state="translated">Fehler beim Erstellen der CodeFixProvider-Instanz</target>
<note />
</trans-unit>
<trans-unit id="Error_creating_instance_of_CodeFixProvider_0">
<source>Error creating instance of CodeFixProvider '{0}'</source>
<target state="translated">Fehler beim Erstellen der CodeFixProvider-Instanz "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Example">
<source>Example:</source>
<target state="translated">Beispiel:</target>
<note>Singular form when we want to show an example, but only have one to show.</note>
</trans-unit>
<trans-unit id="Examples">
<source>Examples:</source>
<target state="translated">Beispiele:</target>
<note>Plural form when we have multiple examples to show.</note>
</trans-unit>
<trans-unit id="Explicitly_implemented_methods_of_records_must_have_parameter_names_that_match_the_compiler_generated_equivalent_0">
<source>Explicitly implemented methods of records must have parameter names that match the compiler generated equivalent '{0}'</source>
<target state="translated">Explizit implementierte Methoden von Datensätzen müssen Parameternamen aufweisen, die mit dem vom Compiler generierten Äquivalent "{0}" übereinstimmen.</target>
<note />
</trans-unit>
<trans-unit id="Extract_base_class">
<source>Extract base class...</source>
<target state="translated">Basisklasse extrahieren...</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Schnittstelle extrahieren...</target>
<note />
</trans-unit>
<trans-unit id="Extract_local_function">
<source>Extract local function</source>
<target state="translated">Lokale Funktion extrahieren</target>
<note />
</trans-unit>
<trans-unit id="Extract_method">
<source>Extract method</source>
<target state="translated">Methode extrahieren</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_analyze_data_flow_for_0">
<source>Failed to analyze data-flow for: {0}</source>
<target state="translated">Fehler beim Analysieren des Datenflusses für: {0}</target>
<note />
</trans-unit>
<trans-unit id="Fix_formatting">
<source>Fix formatting</source>
<target state="translated">Formatierung beheben</target>
<note />
</trans-unit>
<trans-unit id="Fix_typo_0">
<source>Fix typo '{0}'</source>
<target state="translated">Tippfehler "{0}" korrigieren</target>
<note />
</trans-unit>
<trans-unit id="Format_document">
<source>Format document</source>
<target state="translated">Dokument formatieren</target>
<note />
</trans-unit>
<trans-unit id="Formatting_document">
<source>Formatting document</source>
<target state="translated">Dokument wird formatiert</target>
<note />
</trans-unit>
<trans-unit id="Generate_comparison_operators">
<source>Generate comparison operators</source>
<target state="translated">Vergleichsoperatoren generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_in_0_with_fields">
<source>Generate constructor in '{0}' (with fields)</source>
<target state="translated">Konstruktor in "{0}" (mit Feldern) generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_in_0_with_properties">
<source>Generate constructor in '{0}' (with properties)</source>
<target state="translated">Konstruktor in "{0}" (mit Eigenschaften) generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_for_0">
<source>Generate for '{0}'</source>
<target state="translated">Für "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_parameter_0">
<source>Generate parameter '{0}'</source>
<target state="translated">Parameter "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_parameter_0_and_overrides_implementations">
<source>Generate parameter '{0}' (and overrides/implementations)</source>
<target state="translated">Parameter "{0}" (und Außerkraftsetzungen/Implementierungen) generieren</target>
<note />
</trans-unit>
<trans-unit id="Illegal_backslash_at_end_of_pattern">
<source>Illegal \ at end of pattern</source>
<target state="translated">Nicht zulässiges \-Zeichen am Ende des Musters.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \</note>
</trans-unit>
<trans-unit id="Illegal_x_y_with_x_less_than_y">
<source>Illegal {x,y} with x > y</source>
<target state="translated">Illegaler {x,y}-Wert mit x > y.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a{1,0}</note>
</trans-unit>
<trans-unit id="Implement_0_explicitly">
<source>Implement '{0}' explicitly</source>
<target state="translated">"{0}" explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_0_implicitly">
<source>Implement '{0}' implicitly</source>
<target state="translated">"{0}" implizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_abstract_class">
<source>Implement abstract class</source>
<target state="translated">Abstrakte Klasse implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_all_interfaces_explicitly">
<source>Implement all interfaces explicitly</source>
<target state="translated">Alle Schnittstellen explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_all_interfaces_implicitly">
<source>Implement all interfaces implicitly</source>
<target state="translated">Alle Schnittstellen implizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_all_members_explicitly">
<source>Implement all members explicitly</source>
<target state="translated">Alle Member explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_explicitly">
<source>Implement explicitly</source>
<target state="translated">Explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_implicitly">
<source>Implement implicitly</source>
<target state="translated">Implizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_remaining_members_explicitly">
<source>Implement remaining members explicitly</source>
<target state="translated">Verbleibende Member explizit implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_through_0">
<source>Implement through '{0}'</source>
<target state="translated">Über "{0}" implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implementing_a_record_positional_parameter_0_as_read_only_requires_restarting_the_application">
<source>Implementing a record positional parameter '{0}' as read only requires restarting the application,</source>
<target state="new">Implementing a record positional parameter '{0}' as read only requires restarting the application,</target>
<note />
</trans-unit>
<trans-unit id="Implementing_a_record_positional_parameter_0_with_a_set_accessor_requires_restarting_the_application">
<source>Implementing a record positional parameter '{0}' with a set accessor requires restarting the application.</source>
<target state="new">Implementing a record positional parameter '{0}' with a set accessor requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Incomplete_character_escape">
<source>Incomplete \p{X} character escape</source>
<target state="translated">Unvollständiges \p{X}-Escapezeichen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{ Cc }</note>
</trans-unit>
<trans-unit id="Indent_all_arguments">
<source>Indent all arguments</source>
<target state="translated">Alle Argumente einrücken</target>
<note />
</trans-unit>
<trans-unit id="Indent_all_parameters">
<source>Indent all parameters</source>
<target state="translated">Alle Parameter einrücken</target>
<note />
</trans-unit>
<trans-unit id="Indent_wrapped_arguments">
<source>Indent wrapped arguments</source>
<target state="translated">Umschlossene Argumente einrücken</target>
<note />
</trans-unit>
<trans-unit id="Indent_wrapped_parameters">
<source>Indent wrapped parameters</source>
<target state="translated">Einzug für umschlossene Parameter</target>
<note />
</trans-unit>
<trans-unit id="Inline_0">
<source>Inline '{0}'</source>
<target state="translated">"{0}" inline einbinden</target>
<note />
</trans-unit>
<trans-unit id="Inline_and_keep_0">
<source>Inline and keep '{0}'</source>
<target state="translated">"{0}" inline einbinden und beibehalten</target>
<note />
</trans-unit>
<trans-unit id="Insufficient_hexadecimal_digits">
<source>Insufficient hexadecimal digits</source>
<target state="translated">Nicht genügend Hexadezimalziffern.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \x</note>
</trans-unit>
<trans-unit id="Introduce_constant">
<source>Introduce constant</source>
<target state="translated">Konstante einfügen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_field">
<source>Introduce field</source>
<target state="translated">Feld einführen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local">
<source>Introduce local</source>
<target state="translated">Lokale Variable einführen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_parameter">
<source>Introduce parameter</source>
<target state="new">Introduce parameter</target>
<note />
</trans-unit>
<trans-unit id="Introduce_parameter_for_0">
<source>Introduce parameter for '{0}'</source>
<target state="new">Introduce parameter for '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Introduce_parameter_for_all_occurrences_of_0">
<source>Introduce parameter for all occurrences of '{0}'</source>
<target state="new">Introduce parameter for all occurrences of '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Introduce_query_variable">
<source>Introduce query variable</source>
<target state="translated">Abfragevariable bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Invalid_group_name_Group_names_must_begin_with_a_word_character">
<source>Invalid group name: Group names must begin with a word character</source>
<target state="translated">Ungültiger Gruppenname: Gruppennamen müssen mit einem Wortzeichen beginnen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<a >a)</note>
</trans-unit>
<trans-unit id="Invalid_selection">
<source>Invalid selection.</source>
<target state="new">Invalid selection.</target>
<note />
</trans-unit>
<trans-unit id="Make_class_abstract">
<source>Make class 'abstract'</source>
<target state="translated">Klasse als "abstract" festlegen</target>
<note />
</trans-unit>
<trans-unit id="Make_member_static">
<source>Make static</source>
<target state="translated">Als statisch festlegen</target>
<note />
</trans-unit>
<trans-unit id="Invert_conditional">
<source>Invert conditional</source>
<target state="translated">Bedingten Operator umkehren</target>
<note />
</trans-unit>
<trans-unit id="Making_a_method_an_iterator_requires_restarting_the_application">
<source>Making a method an iterator requires restarting the application.</source>
<target state="new">Making a method an iterator requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Making_a_method_asynchronous_requires_restarting_the_application">
<source>Making a method asynchronous requires restarting the application.</source>
<target state="new">Making a method asynchronous requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Malformed">
<source>malformed</source>
<target state="translated">fehlerhaft</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(0</note>
</trans-unit>
<trans-unit id="Malformed_character_escape">
<source>Malformed \p{X} character escape</source>
<target state="translated">Falsch formatiertes \p{X}-Escapezeichen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p {Cc}</note>
</trans-unit>
<trans-unit id="Malformed_named_back_reference">
<source>Malformed \k<...> named back reference</source>
<target state="translated">Falsch formatierter mit \k<...> benannter Verweis.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \k'</note>
</trans-unit>
<trans-unit id="Merge_with_nested_0_statement">
<source>Merge with nested '{0}' statement</source>
<target state="translated">Mit geschachtelter {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="Merge_with_next_0_statement">
<source>Merge with next '{0}' statement</source>
<target state="translated">Mit nächster {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="Merge_with_outer_0_statement">
<source>Merge with outer '{0}' statement</source>
<target state="translated">Mit äußerer {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="Merge_with_previous_0_statement">
<source>Merge with previous '{0}' statement</source>
<target state="translated">Mit vorheriger {0}-Anweisung zusammenführen</target>
<note />
</trans-unit>
<trans-unit id="MethodMustReturnStreamThatSupportsReadAndSeek">
<source>{0} must return a stream that supports read and seek operations.</source>
<target state="translated">"{0}" muss einen Datenstrom zurückgeben, der Lese- und Suchvorgänge unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="Missing_control_character">
<source>Missing control character</source>
<target state="translated">Fehlendes Steuerzeichen</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \c</note>
</trans-unit>
<trans-unit id="Modifying_0_which_contains_a_static_variable_requires_restarting_the_application">
<source>Modifying {0} which contains a static variable requires restarting the application.</source>
<target state="new">Modifying {0} which contains a static variable requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_0_which_contains_an_Aggregate_Group_By_or_Join_query_clauses_requires_restarting_the_application">
<source>Modifying {0} which contains an Aggregate, Group By, or Join query clauses requires restarting the application.</source>
<target state="new">Modifying {0} which contains an Aggregate, Group By, or Join query clauses requires restarting the application.</target>
<note>{Locked="Aggregate"}{Locked="Group By"}{Locked="Join"} are VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Modifying_0_which_contains_the_stackalloc_operator_requires_restarting_the_application">
<source>Modifying {0} which contains the stackalloc operator requires restarting the application.</source>
<target state="new">Modifying {0} which contains the stackalloc operator requires restarting the application.</target>
<note>{Locked="stackalloc"} "stackalloc" is C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Modifying_a_catch_finally_handler_with_an_active_statement_in_the_try_block_requires_restarting_the_application">
<source>Modifying a catch/finally handler with an active statement in the try block requires restarting the application.</source>
<target state="new">Modifying a catch/finally handler with an active statement in the try block requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_catch_handler_around_an_active_statement_requires_restarting_the_application">
<source>Modifying a catch handler around an active statement requires restarting the application.</source>
<target state="new">Modifying a catch handler around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_generic_method_requires_restarting_the_application">
<source>Modifying a generic method requires restarting the application.</source>
<target state="new">Modifying a generic method requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_method_inside_the_context_of_a_generic_type_requires_restarting_the_application">
<source>Modifying a method inside the context of a generic type requires restarting the application.</source>
<target state="new">Modifying a method inside the context of a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_a_try_catch_finally_statement_when_the_finally_block_is_active_requires_restarting_the_application">
<source>Modifying a try/catch/finally statement when the finally block is active requires restarting the application.</source>
<target state="new">Modifying a try/catch/finally statement when the finally block is active requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_an_active_0_which_contains_On_Error_or_Resume_statements_requires_restarting_the_application">
<source>Modifying an active {0} which contains On Error or Resume statements requires restarting the application.</source>
<target state="new">Modifying an active {0} which contains On Error or Resume statements requires restarting the application.</target>
<note>{Locked="On Error"}{Locked="Resume"} is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Modifying_body_of_0_requires_restarting_the_application_because_the_body_has_too_many_statements">
<source>Modifying the body of {0} requires restarting the application because the body has too many statements.</source>
<target state="new">Modifying the body of {0} requires restarting the application because the body has too many statements.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_body_of_0_requires_restarting_the_application_due_to_internal_error_1">
<source>Modifying the body of {0} requires restarting the application due to internal error: {1}</source>
<target state="new">Modifying the body of {0} requires restarting the application due to internal error: {1}</target>
<note>{1} is a multi-line exception message including a stacktrace. Place it at the end of the message and don't add any punctation after or around {1}</note>
</trans-unit>
<trans-unit id="Modifying_source_file_0_requires_restarting_the_application_because_the_file_is_too_big">
<source>Modifying source file '{0}' requires restarting the application because the file is too big.</source>
<target state="new">Modifying source file '{0}' requires restarting the application because the file is too big.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_0_requires_restarting_the_application_due_to_internal_error_1">
<source>Modifying source file '{0}' requires restarting the application due to internal error: {1}</source>
<target state="new">Modifying source file '{0}' requires restarting the application due to internal error: {1}</target>
<note>{2} is a multi-line exception message including a stacktrace. Place it at the end of the message and don't add any punctation after or around {1}</note>
</trans-unit>
<trans-unit id="Modifying_source_with_experimental_language_features_enabled_requires_restarting_the_application">
<source>Modifying source with experimental language features enabled requires restarting the application.</source>
<target state="new">Modifying source with experimental language features enabled requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_the_initializer_of_0_in_a_generic_type_requires_restarting_the_application">
<source>Modifying the initializer of {0} in a generic type requires restarting the application.</source>
<target state="new">Modifying the initializer of {0} in a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_whitespace_or_comments_in_0_inside_the_context_of_a_generic_type_requires_restarting_the_application">
<source>Modifying whitespace or comments in {0} inside the context of a generic type requires restarting the application.</source>
<target state="new">Modifying whitespace or comments in {0} inside the context of a generic type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_whitespace_or_comments_in_a_generic_0_requires_restarting_the_application">
<source>Modifying whitespace or comments in a generic {0} requires restarting the application.</source>
<target state="new">Modifying whitespace or comments in a generic {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="translated">Inhalt in Namespace verschieben...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Datei in "{0}" verschieben</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_project_root_folder">
<source>Move file to project root folder</source>
<target state="translated">Datei in den Stammordner des Projekts verschieben</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="translated">In Namespace verschieben...</target>
<note />
</trans-unit>
<trans-unit id="Moving_0_requires_restarting_the_application">
<source>Moving {0} requires restarting the application.</source>
<target state="new">Moving {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Nested_quantifier_0">
<source>Nested quantifier {0}</source>
<target state="translated">Geschachtelter Quantifizierer {0}.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: a**. In this case {0} will be '*', the extra unnecessary quantifier.</note>
</trans-unit>
<trans-unit id="No_common_root_node_for_extraction">
<source>No common root node for extraction.</source>
<target state="new">No common root node for extraction.</target>
<note />
</trans-unit>
<trans-unit id="No_valid_location_to_insert_method_call">
<source>No valid location to insert method call.</source>
<target state="translated">Keine gültige Position zum Einfügen eines Methodenaufrufs.</target>
<note />
</trans-unit>
<trans-unit id="No_valid_selection_to_perform_extraction">
<source>No valid selection to perform extraction.</source>
<target state="new">No valid selection to perform extraction.</target>
<note />
</trans-unit>
<trans-unit id="Not_enough_close_parens">
<source>Not enough )'s</source>
<target state="translated">Zu wenige )-Zeichen</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (a</note>
</trans-unit>
<trans-unit id="Operators">
<source>Operators</source>
<target state="translated">Operatoren</target>
<note />
</trans-unit>
<trans-unit id="Property_reference_cannot_be_updated">
<source>Property reference cannot be updated</source>
<target state="translated">Der Eigenschaftenverweis kann nicht aktualisiert werden.</target>
<note />
</trans-unit>
<trans-unit id="Pull_0_up">
<source>Pull '{0}' up</source>
<target state="translated">"{0}" nach oben ziehen</target>
<note />
</trans-unit>
<trans-unit id="Pull_0_up_to_1">
<source>Pull '{0}' up to '{1}'</source>
<target state="translated">"{0}" zu "{1}" ziehen</target>
<note />
</trans-unit>
<trans-unit id="Pull_members_up_to_base_type">
<source>Pull members up to base type...</source>
<target state="translated">Member zum Basistyp ziehen...</target>
<note />
</trans-unit>
<trans-unit id="Pull_members_up_to_new_base_class">
<source>Pull member(s) up to new base class...</source>
<target state="translated">Member auf neue Basisklasse ziehen...</target>
<note />
</trans-unit>
<trans-unit id="Quantifier_x_y_following_nothing">
<source>Quantifier {x,y} following nothing</source>
<target state="translated">Quantifizierer {x,y} nach nichts.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: *</note>
</trans-unit>
<trans-unit id="Reference_to_undefined_group">
<source>reference to undefined group</source>
<target state="translated">Verweis auf nicht definierte Gruppe</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(1))</note>
</trans-unit>
<trans-unit id="Reference_to_undefined_group_name_0">
<source>Reference to undefined group name {0}</source>
<target state="translated">Verweis auf nicht definierten Gruppennamen {0}</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \k<a>. Here, {0} will be the name of the undefined group ('a')</note>
</trans-unit>
<trans-unit id="Reference_to_undefined_group_number_0">
<source>Reference to undefined group number {0}</source>
<target state="translated">Verweis auf nicht definierte Gruppennummer {0}</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<-1>). Here, {0} will be the number of the undefined group ('1')</note>
</trans-unit>
<trans-unit id="Regex_all_control_characters_long">
<source>All control characters. This includes the Cc, Cf, Cs, Co, and Cn categories.</source>
<target state="translated">Alle Steuerzeichen. Hierzu gehören die Kategorien "Cc", "Cf", "Cs", "Co" und "Cn".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_control_characters_short">
<source>all control characters</source>
<target state="translated">Alle Steuerzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_diacritic_marks_long">
<source>All diacritic marks. This includes the Mn, Mc, and Me categories.</source>
<target state="translated">Alle diakritischen Zeichen. Hierzu gehören die Kategorien "Mn", "Mc" und "Me".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_diacritic_marks_short">
<source>all diacritic marks</source>
<target state="translated">Alle diakritischen Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_letter_characters_long">
<source>All letter characters. This includes the Lu, Ll, Lt, Lm, and Lo characters.</source>
<target state="translated">Alle Buchstaben. Hierzu gehören die Zeichen "Lu", "Ll", "Lt", "Lm" und "Lo".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_letter_characters_short">
<source>all letter characters</source>
<target state="translated">Alle Buchstaben</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_numbers_long">
<source>All numbers. This includes the Nd, Nl, and No categories.</source>
<target state="translated">Alle Zahlen. Hierzu gehören die Kategorien "Nd", "Nl" und "No".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_numbers_short">
<source>all numbers</source>
<target state="translated">Alle Zahlen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_punctuation_characters_long">
<source>All punctuation characters. This includes the Pc, Pd, Ps, Pe, Pi, Pf, and Po categories.</source>
<target state="translated">Alle Satzzeichen. Hierzu gehören die Kategorien "Pc", "Pd", "Ps", "Pe", "Pi", "Pf" und "Po".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_punctuation_characters_short">
<source>all punctuation characters</source>
<target state="translated">Alle Satzzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_separator_characters_long">
<source>All separator characters. This includes the Zs, Zl, and Zp categories.</source>
<target state="translated">Alle Trennzeichen. Hierzu gehören die Kategorien "Zs", "Zl" und "Zp".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_separator_characters_short">
<source>all separator characters</source>
<target state="translated">Alle Trennzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_symbols_long">
<source>All symbols. This includes the Sm, Sc, Sk, and So categories.</source>
<target state="translated">Alle Symbole. Hierzu gehören die Kategorien "Sm", "Sc", "Sk" und "So".</target>
<note />
</trans-unit>
<trans-unit id="Regex_all_symbols_short">
<source>all symbols</source>
<target state="translated">Alle Symbole</target>
<note />
</trans-unit>
<trans-unit id="Regex_alternation_long">
<source>You can use the vertical bar (|) character to match any one of a series of patterns, where the | character separates each pattern.</source>
<target state="translated">Mit dem senkrechten Strich (|) können Sie eine beliebige Reihe von Mustern abgleichen, wobei das |-Zeichen die einzelnen Muster voneinander trennt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_alternation_short">
<source>alternation</source>
<target state="translated">Alternierung</target>
<note />
</trans-unit>
<trans-unit id="Regex_any_character_group_long">
<source>The period character (.) matches any character except \n (the newline character, \u000A). If a regular expression pattern is modified by the RegexOptions.Singleline option, or if the portion of the pattern that contains the . character class is modified by the 's' option, . matches any character.</source>
<target state="translated">Der Punkt (.) stimmt mit einem beliebigen Zeichen außer "\n" überein (das Zeilenvorschubzeichen, \u000A). Wenn ein Muster für einen regulären Ausdruck durch die Option "RegexOptions.Singleline" geändert wird oder wenn der Teil des Musters, der die Zeichenklasse "." enthält, durch die Option "s" verändert wird, stimmt "." mit jedem beliebigen Zeichen überein.</target>
<note />
</trans-unit>
<trans-unit id="Regex_any_character_group_short">
<source>any character</source>
<target state="translated">Jedes Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_atomic_group_long">
<source>Atomic groups (known in some other regular expression engines as a nonbacktracking subexpression, an atomic subexpression, or a once-only subexpression) disable backtracking. The regular expression engine will match as many characters in the input string as it can. When no further match is possible, it will not backtrack to attempt alternate pattern matches. (That is, the subexpression matches only strings that would be matched by the subexpression alone; it does not attempt to match a string based on the subexpression and any subexpressions that follow it.)
This option is recommended if you know that backtracking will not succeed. Preventing the regular expression engine from performing unnecessary searching improves performance.</source>
<target state="translated">Die Rückverfolgung wird durch atomische Gruppen deaktiviert (in anderen Engines für reguläre Ausdrücke als Teilausdruck ohne Rückverfolgung, atomischer Teilausdruck oder Teilausdruck mit einmaligem Abgleich bezeichnet). Die Engine für reguläre Ausdrücke gleicht so viele Zeichen in der Eingabezeichenfolge wie möglich ab. Wenn kein weiterer Abgleich möglich ist, wird keine Rückverfolgung durchgeführt, um alternative Musterabgleiche zu versuchen. (Das heißt, der Teilausdruck stimmt nur mit Zeichenfolgen überein, die dem Teilausdruck allein entsprechen; es wird nicht versucht, eine Zeichenfolge basierend auf dem Teilausdruck und allen nachfolgenden Teilausdrücken abzugleichen.)
Diese Option empfiehlt sich, wenn Sie wissen, dass die Rückverfolgung nicht zum Erfolg führt. Indem Sie die Ausführung unnötiger Suchvorgänge durch die Engine für reguläre Ausdrücke verhindern, erzielen Sie eine verbesserte Leistung.</target>
<note />
</trans-unit>
<trans-unit id="Regex_atomic_group_short">
<source>atomic group</source>
<target state="translated">atomische Gruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_backspace_character_long">
<source>Matches a backspace character, \u0008</source>
<target state="translated">Entspricht einem Rückschrittzeichen, \u0008.</target>
<note />
</trans-unit>
<trans-unit id="Regex_backspace_character_short">
<source>backspace character</source>
<target state="translated">Rückschrittzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_balancing_group_long">
<source>A balancing group definition deletes the definition of a previously defined group and stores, in the current group, the interval between the previously defined group and the current group.
'name1' is the current group (optional), 'name2' is a previously defined group, and 'subexpression' is any valid regular expression pattern. The balancing group definition deletes the definition of name2 and stores the interval between name2 and name1 in name1. If no name2 group is defined, the match backtracks. Because deleting the last definition of name2 reveals the previous definition of name2, this construct lets you use the stack of captures for group name2 as a counter for keeping track of nested constructs such as parentheses or opening and closing brackets.
The balancing group definition uses 'name2' as a stack. The beginning character of each nested construct is placed in the group and in its Group.Captures collection. When the closing character is matched, its corresponding opening character is removed from the group, and the Captures collection is decreased by one. After the opening and closing characters of all nested constructs have been matched, 'name1' is empty.</source>
<target state="translated">Eine Ausgleichsgruppendefinition löscht die Definition einer zuvor definierten Gruppe und speichert in der aktuellen Gruppe das Intervall zwischen der zuvor definierten Gruppe und der aktuellen Gruppe.
"name1" ist die aktuelle Gruppe (optional), "name2" ist eine zuvor definierte Gruppe, und "teilausdruck" ist ein beliebiges gültiges Muster für reguläre Ausdrücke. Die Ausgleichsgruppendefinition löscht die Definition von "name2" und speichert das Intervall zwischen "name2" und "name1" in "name1". Wenn keine Gruppe "name2" definiert ist, wird für die Übereinstimmung eine Rückverfolgung durchgeführt. Weil durch das Löschen der letzten Definition von "name2" die vorherige Definition von "name2" angezeigt wird, können Sie mithilfe dieses Konstrukts den Stapel von Erfassungen für die Gruppe "name2" als Zähler für die Nachverfolgung geschachtelter Konstrukte wie z. B. öffnende und schließende Klammern verwenden.
Die Ausgleichsgruppendefinition verwendet "name2" als Stapel. Das Anfangszeichen der einzelnen geschachtelten Konstrukte wird in der Gruppe und in der zugehörigen Group.Captures-Sammlung platziert. Wenn das schließende Zeichen gefunden wurde, wird das entsprechende öffnende Zeichen aus der Gruppe entfernt, und die Captures-Sammlung wird um eins verringert. Nachdem die öffnenden und schließenden Zeichen aller geschachtelten Konstrukte abgeglichen wurden, ist "name1" leer.</target>
<note />
</trans-unit>
<trans-unit id="Regex_balancing_group_short">
<source>balancing group</source>
<target state="translated">Ausgleichsgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_base_group">
<source>base-group</source>
<target state="translated">Basisgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_bell_character_long">
<source>Matches a bell (alarm) character, \u0007</source>
<target state="translated">Entspricht einem Glockenzeichen (Alarm), \u0007.</target>
<note />
</trans-unit>
<trans-unit id="Regex_bell_character_short">
<source>bell character</source>
<target state="translated">Glockenzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_carriage_return_character_long">
<source>Matches a carriage-return character, \u000D. Note that \r is not equivalent to the newline character, \n.</source>
<target state="translated">Entspricht einem Wagenrücklaufzeichen, \u000D. Beachten Sie, dass "\r" nicht dem Zeilenvorschubzeichen "\n" entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_carriage_return_character_short">
<source>carriage-return character</source>
<target state="translated">Wagenrücklaufzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_character_class_subtraction_long">
<source>Character class subtraction yields a set of characters that is the result of excluding the characters in one character class from another character class.
'base_group' is a positive or negative character group or range. The 'excluded_group' component is another positive or negative character group, or another character class subtraction expression (that is, you can nest character class subtraction expressions).</source>
<target state="translated">Die Zeichenklassensubtraktion ergibt einen Satz von Zeichen, der auf dem Ausschließen der Zeichen einer Zeichenklasse von einer anderen Zeichenklasse beruht.
"base_group" ist eine positive oder negative Zeichengruppe bzw. ein positiver oder negativer Bereich. Die Komponente "excluded_group" ist eine andere positive oder negative Zeichengruppe oder ein anderer Ausdruck zur Zeichenklassensubtraktion (das heißt, Ausdrücke zur Zeichenklassensubtraktion können geschachtelt werden).</target>
<note />
</trans-unit>
<trans-unit id="Regex_character_class_subtraction_short">
<source>character class subtraction</source>
<target state="translated">Zeichenklassensubtraktion</target>
<note />
</trans-unit>
<trans-unit id="Regex_character_group">
<source>character-group</source>
<target state="translated">Zeichengruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_comment">
<source>comment</source>
<target state="translated">Kommentar</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_expression_match_long">
<source>This language element attempts to match one of two patterns depending on whether it can match an initial pattern.
'expression' is the initial pattern to match, 'yes' is the pattern to match if expression is matched, and 'no' is the optional pattern to match if expression is not matched.</source>
<target state="translated">Dieses Sprachelement unternimmt den Abgleich mit einem von zwei Mustern abhängig davon, ob der Abgleich mit einem Anfangsmuster möglich ist.
"expression" ist das anfängliche Muster für den Abgleich, "yes" ist das Muster, das bei Übereinstimmung des Ausdrucks abgeglichen werden soll, und "No" ist das optionale Muster, das abgeglichen werden soll, wenn der Ausdruck nicht übereinstimmt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_expression_match_short">
<source>conditional expression match</source>
<target state="translated">Abgleich mit bedingtem Ausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_group_match_long">
<source>This language element attempts to match one of two patterns depending on whether it has matched a specified capturing group.
'name' is the name (or number) of a capturing group, 'yes' is the expression to match if 'name' (or 'number') has a match, and 'no' is the optional expression to match if it does not.</source>
<target state="translated">Dieses Sprachelement unternimmt den Abgleich mit einem von zwei Mustern abhängig davon, ob eine Übereinstimmung mit einer angegebenen Erfassungsgruppe vorliegt.
"name" ist der Name (oder die Zahl) einer Erfassungsgruppe, "yes" ist der Ausdruck, der bei einer Übereinstimmung für "name" (oder "number") abgeglichen werden soll, und "no" ist der optionale Ausdruck, der andernfalls abgeglichen wird.</target>
<note />
</trans-unit>
<trans-unit id="Regex_conditional_group_match_short">
<source>conditional group match</source>
<target state="translated">Abgleich mit bedingter Gruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_contiguous_matches_long">
<source>The \G anchor specifies that a match must occur at the point where the previous match ended. When you use this anchor with the Regex.Matches or Match.NextMatch method, it ensures that all matches are contiguous.</source>
<target state="translated">Der \G-Anker gibt an, dass eine Übereinstimmung an dem Punkt erfolgen muss, an dem die vorherige Übereinstimmung endete. Wenn Sie diesen Anker mit der Regex.Matches- oder der Match.NextMatch-Methode verwenden, wird sichergestellt, dass alle Übereinstimmungen zusammenhängen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_contiguous_matches_short">
<source>contiguous matches</source>
<target state="translated">Zusammenhängende Übereinstimmungen</target>
<note />
</trans-unit>
<trans-unit id="Regex_control_character_long">
<source>Matches an ASCII control character, where X is the letter of the control character. For example, \cC is CTRL-C.</source>
<target state="translated">Entspricht einem ASCII-Steuerzeichen, wobei "X" der Buchstabe des Steuerzeichens ist. Beispiel: "\cC" steht für STRG-C.</target>
<note />
</trans-unit>
<trans-unit id="Regex_control_character_short">
<source>control character</source>
<target state="translated">Steuerzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_decimal_digit_character_long">
<source>\d matches any decimal digit. It is equivalent to the \p{Nd} regular expression pattern, which includes the standard decimal digits 0-9 as well as the decimal digits of a number of other character sets.
If ECMAScript-compliant behavior is specified, \d is equivalent to [0-9]</source>
<target state="translated">"\d" entspricht einer beliebigen Dezimalzahl. Identisch mit dem Muster für reguläre Ausdrücke "\p{Nd}", welches die Standarddezimalzahlen 0–9 sowie die Dezimalzahlen einer Reihe anderer Zeichensätze enthält.
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\d" gleichbedeutend mit "[0-9]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_decimal_digit_character_short">
<source>decimal-digit character</source>
<target state="translated">Dezimalzahl</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_line_comment_long">
<source>A number sign (#) marks an x-mode comment, which starts at the unescaped # character at the end of the regular expression pattern and continues until the end of the line. To use this construct, you must either enable the x option (through inline options) or supply the RegexOptions.IgnorePatternWhitespace value to the option parameter when instantiating the Regex object or calling a static Regex method.</source>
<target state="translated">Ein Nummernzeichen (#) markiert einen Kommentar im x-Modus, der am Ende des Musters für reguläre Ausdrücke bei dem #-Zeichen ohne Escapezeichen beginnt und bis zum Zeilenende fortgesetzt wird. Um dieses Konstrukt zu verwenden, müssen Sie entweder die x-Option (über Inlineoptionen) aktivieren oder den RegexOptions.IgnorePatternWhitespace-Wert beim Instanziieren des Regex-Objekts oder beim Aufrufen einer statischen Regex-Methode an den Optionsparameter übergeben.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_line_comment_short">
<source>end-of-line comment</source>
<target state="translated">Kommentar am Zeilenende</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_only_long">
<source>The \z anchor specifies that a match must occur at the end of the input string. Like the $ language element, \z ignores the RegexOptions.Multiline option. Unlike the \Z language element, \z does not match a \n character at the end of a string. Therefore, it can only match the last line of the input string.</source>
<target state="translated">Der \z-Anker gibt an, dass eine Übereinstimmung am Ende der Eingabezeichenfolge erfolgen muss. Wie das $-Sprachelement ignoriert \z die Option "RegexOptions.Multiline". Im Gegensatz zum \Z-Sprachelement stimmt \z nicht mit einem \n-Zeichen am Ende einer Zeichenfolge überein. Daher ist nur eine Übereinstimmung mit der letzten Zeile der Eingabezeichenfolge möglich.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_only_short">
<source>end of string only</source>
<target state="translated">Nur Ende der Zeichenfolge</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_before_ending_newline_long">
<source>The \Z anchor specifies that a match must occur at the end of the input string, or before \n at the end of the input string. It is identical to the $ anchor, except that \Z ignores the RegexOptions.Multiline option. Therefore, in a multiline string, it can only match the end of the last line, or the last line before \n.
The \Z anchor matches \n but does not match \r\n (the CR/LF character combination). To match CR/LF, include \r?\Z in the regular expression pattern.</source>
<target state="translated">Der \Z-Anker gibt an, dass eine Übereinstimmung am Ende der Eingabezeichenfolge oder vor "\n" am Ende der Eingabezeichenfolge erfolgen muss. \Z ist mit dem $-Anker identisch, außer dass \Z die Option "RegexOptions.Multiline" ignoriert. Daher ist in einer mehrzeiligen Zeichenfolge nur eine Übereinstimmung mit dem Ende der letzten Zeile oder der letzten Zeile vor "\n" möglich.
Der \Z-Anker entspricht "\n", stimmt jedoch nicht mit "\r\n" überein (CR/LF-Zeichenkombination). Schließen Sie "\r?\Z" in das Muster für reguläre Ausdrücke ein, um die Übereinstimmung mit CR/LF zu erreichen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_before_ending_newline_short">
<source>end of string or before ending newline</source>
<target state="translated">Ende der Zeichenfolge oder vor dem endenden Zeilenumbruch</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_line_long">
<source>The $ anchor specifies that the preceding pattern must occur at the end of the input string, or before \n at the end of the input string. If you use $ with the RegexOptions.Multiline option, the match can also occur at the end of a line.
The $ anchor matches \n but does not match \r\n (the combination of carriage return and newline characters, or CR/LF). To match the CR/LF character combination, include \r?$ in the regular expression pattern.</source>
<target state="translated">Der $-Anker gibt an, dass das vorangehende Muster am Ende der Eingabezeichenfolge oder vor "\n" am Ende der Eingabezeichenfolge vorliegen muss. Wenn Sie $ mit der Option "RegexOptions.Multiline" verwenden, kann die Übereinstimmung auch am Ende einer Zeile erfolgen.
Der $-Anker stimmt mit "\n", aber nicht mit "\r\n" überein (Kombination aus Wagenrücklauf- und Zeilenvorschubzeichen, auch CR/LF). Um der Kombination aus CR/LF-Zeichen zu entsprechen, schließen Sie "\r?$" in das Muster für reguläre Ausdrücke ein.</target>
<note />
</trans-unit>
<trans-unit id="Regex_end_of_string_or_line_short">
<source>end of string or line</source>
<target state="translated">Ende der Zeichenfolge oder Zeile</target>
<note />
</trans-unit>
<trans-unit id="Regex_escape_character_long">
<source>Matches an escape character, \u001B</source>
<target state="translated">Entspricht einem Escapezeichen, \u001B.</target>
<note />
</trans-unit>
<trans-unit id="Regex_escape_character_short">
<source>escape character</source>
<target state="translated">Escapezeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_excluded_group">
<source>excluded-group</source>
<target state="translated">Ausschlussgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_expression">
<source>expression</source>
<target state="translated">expression</target>
<note />
</trans-unit>
<trans-unit id="Regex_form_feed_character_long">
<source>Matches a form-feed character, \u000C</source>
<target state="translated">Entspricht einem Seitenvorschubzeichen, \u000C.</target>
<note />
</trans-unit>
<trans-unit id="Regex_form_feed_character_short">
<source>form-feed character</source>
<target state="translated">Seitenvorschubzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_group_options_long">
<source>This grouping construct applies or disables the specified options within a subexpression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are:
i Use case-insensitive matching.
m Use multiline mode, where ^ and $ match the beginning and end of each line
(instead of the beginning and end of the input string).
s Use single-line mode, where the period (.) matches every character
(instead of every character except \n).
n Do not capture unnamed groups. The only valid captures are explicitly
named or numbered groups of the form (?<name> subexpression).
x Exclude unescaped white space from the pattern, and enable comments
after a number sign (#).</source>
<target state="translated">Dieses Gruppierungskonstrukt wendet die angegebenen Optionen innerhalb eines Unterausdrucks an oder deaktiviert sie. Die zu aktivierenden Optionen werden nach dem Fragezeichen und die zu deaktivierenden Optionen nach dem Minuszeichen angegeben. Zulässige Optionen:
i Führt den Abgleich ohne Unterscheidung nach Groß-/Kleinschreibung durch.
m Verwendet den mehrzeiligen Modus, wobei "^" und "$" mit Anfang und Ende jeder einzelnen Zeile übereinstimmen
(anstelle von Anfang und Ende der Eingabezeichenfolge).
s Verwendet den einzeiligen Modus, wobei der Punkt (.) mit jedem Zeichen übereinstimmt
(anstelle von jedem Zeichen außer "\n").
n Erfasst keine unbenannten Gruppen. Die einzigen gültigen Erfassungen sind explizit
benannte oder nummerierte Gruppen im Format (?<name> Teilausdruck).
x Schließt Leerraum ohne Escapezeichen aus dem Muster aus und aktiviert Kommentare
nach einem Nummernzeichen (#).</target>
<note />
</trans-unit>
<trans-unit id="Regex_group_options_short">
<source>group options</source>
<target state="translated">Gruppenoptionen</target>
<note />
</trans-unit>
<trans-unit id="Regex_hexadecimal_escape_long">
<source>Matches an ASCII character, where ## is a two-digit hexadecimal character code.</source>
<target state="translated">Entspricht einem ASCII-Zeichen, wobei ## ein zweistelliger hexadezimaler Zeichencode ist.</target>
<note />
</trans-unit>
<trans-unit id="Regex_hexadecimal_escape_short">
<source>hexadecimal escape</source>
<target state="translated">Hexadezimale Escapezeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_comment_long">
<source>The (?# comment) construct lets you include an inline comment in a regular expression. The regular expression engine does not use any part of the comment in pattern matching, although the comment is included in the string that is returned by the Regex.ToString method. The comment ends at the first closing parenthesis.</source>
<target state="translated">Mit dem Konstrukt (?# Kommentar) können Sie einen Inlinekommentar in einen regulären Ausdruck einbeziehen. Die Engine für reguläre Ausdrücke verwendet keinen Teil des Kommentars beim Musterabgleich, auch wenn der Kommentar in der Zeichenfolge enthalten ist, die von der Regex.ToString-Methode zurückgegeben wird. Der Kommentar endet bei der ersten schließenden Klammer.</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_comment_short">
<source>inline comment</source>
<target state="translated">Inlinekommentar</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_options_long">
<source>Enables or disables specific pattern matching options for the remainder of a regular expression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are:
i Use case-insensitive matching.
m Use multiline mode, where ^ and $ match the beginning and end of each line
(instead of the beginning and end of the input string).
s Use single-line mode, where the period (.) matches every character
(instead of every character except \n).
n Do not capture unnamed groups. The only valid captures are explicitly named
or numbered groups of the form (?<name> subexpression).
x Exclude unescaped white space from the pattern, and enable comments
after a number sign (#).</source>
<target state="translated">Aktiviert oder deaktiviert bestimmte Optionen zum Musterabgleich für den Rest eines regulären Ausdrucks. Die zu aktivierenden Optionen werden nach dem Fragezeichen und die zu deaktivierenden Optionen nach dem Minuszeichen angegeben. Zulässige Optionen:
i Führt den Abgleich ohne Unterscheidung nach Groß-/Kleinschreibung durch.
m Verwendet den mehrzeiligen Modus, wobei "^" und "$" mit Anfang und Ende jeder einzelnen Zeile übereinstimmen
(anstelle von Anfang und Ende der Eingabezeichenfolge).
s Verwendet den einzeiligen Modus, wobei der Punkt (.) mit jedem Zeichen übereinstimmt
(anstelle von jedem Zeichen außer "\n").
n Erfasst keine unbenannten Gruppen. Die einzigen gültigen Erfassungen sind explizit
benannte oder nummerierte Gruppen im Format (?<name> Teilausdruck).
x Schließt Leerraum ohne Escapezeichen aus dem Muster aus und aktiviert Kommentare
nach einem Nummernzeichen (#).</target>
<note />
</trans-unit>
<trans-unit id="Regex_inline_options_short">
<source>inline options</source>
<target state="translated">Inlineoptionen</target>
<note />
</trans-unit>
<trans-unit id="Regex_issue_0">
<source>Regex issue: {0}</source>
<target state="translated">RegEx-Fehler: {0}</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors.</note>
</trans-unit>
<trans-unit id="Regex_letter_lowercase">
<source>letter, lowercase</source>
<target state="translated">Buchstabe, Kleinbuchstabe</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_modifier">
<source>letter, modifier</source>
<target state="translated">Buchstabe, Modifizierer</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_other">
<source>letter, other</source>
<target state="translated">Buchstabe, sonstiger</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_titlecase">
<source>letter, titlecase</source>
<target state="translated">Buchstabe, erster Buchstabe groß</target>
<note />
</trans-unit>
<trans-unit id="Regex_letter_uppercase">
<source>letter, uppercase</source>
<target state="translated">Buchstabe, Großbuchstabe</target>
<note />
</trans-unit>
<trans-unit id="Regex_mark_enclosing">
<source>mark, enclosing</source>
<target state="translated">Zeichen, einschließendes Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_mark_nonspacing">
<source>mark, nonspacing</source>
<target state="translated">Zeichen, Zeichen ohne eigene Breite</target>
<note />
</trans-unit>
<trans-unit id="Regex_mark_spacing_combining">
<source>mark, spacing combining</source>
<target state="translated">Zeichen, Zeichen mit eigener Breite, Verbindung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_lazy_long">
<source>The {n,}? quantifier matches the preceding element at least n times, where n is any integer, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,}</source>
<target state="translated">Der Quantifizierer "{n,}?" stimmt mit dem vorhergehenden Element mindestens n-mal, jedoch möglichst wenige Male überein. "n" steht hierbei für eine beliebige ganze Zahl. Dies ist das träge Äquivalent zum gierigen Quantifizierer "{n,}".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_lazy_short">
<source>match at least 'n' times (lazy)</source>
<target state="translated">Mindestens n-malige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_long">
<source>The {n,} quantifier matches the preceding element at least n times, where n is any integer. {n,} is a greedy quantifier whose lazy equivalent is {n,}?</source>
<target state="translated">Der Quantifizierer "{n,}" stimmt mit dem vorhergehenden Element mindestens n-mal überein. "n" steht hierbei für eine beliebige ganze Zahl. "{n,}" ist ein gieriger Quantifizierer, dessen träges Äquivalent "{n,}?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_at_least_n_times_short">
<source>match at least 'n' times</source>
<target state="translated">Mindestens n-malige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_lazy_long">
<source>The {n,m}? quantifier matches the preceding element between n and m times, where n and m are integers, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,m}</source>
<target state="translated">Der Quantifizierer "{n,m}?" stimmt mit dem vorhergehenden Element zwischen n- und m-mal, jedoch möglichst wenige Male überein. "n" und "m" stehen hierbei für ganze Zahlen. Dies ist das träge Äquivalent zum gierigen Quantifizierer "{n,m}".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_lazy_short">
<source>match at least 'n' times (lazy)</source>
<target state="translated">Mindestens n-malige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_long">
<source>The {n,m} quantifier matches the preceding element at least n times, but no more than m times, where n and m are integers. {n,m} is a greedy quantifier whose lazy equivalent is {n,m}?</source>
<target state="translated">Der Quantifizierer "{n,m}" stimmt mit dem vorhergehenden Element mindestens n-mal, aber nicht häufiger als m-mal überein. "n" und "m" stehen hierbei für ganze Zahlen. "{n,m}" ist ein gieriger Quantifizierer, dessen träges Äquivalent "{n,m}?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_between_m_and_n_times_short">
<source>match between 'm' and 'n' times</source>
<target state="translated">Zwischen m- und n-malige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_lazy_long">
<source>The {n}? quantifier matches the preceding element exactly n times, where n is any integer. It is the lazy counterpart of the greedy quantifier {n}+</source>
<target state="translated">Der Quantifizierer {n}? stimmt mit dem vorhergehenden Element genau n-mal überein. "n" steht hierbei für eine beliebige ganze Zahl. Dies ist das träge Äquivalent zum gierigen Quantifizierer "{n}+".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_lazy_short">
<source>match exactly 'n' times (lazy)</source>
<target state="translated">Genau n-malige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_long">
<source>The {n} quantifier matches the preceding element exactly n times, where n is any integer. {n} is a greedy quantifier whose lazy equivalent is {n}?</source>
<target state="translated">Der Quantifizierer "{n}" stimmt mit dem vorhergehenden Element genau n-mal überein. "n" steht hierbei für eine beliebige ganze Zahl. "{n}" ist ein gieriger Quantifizierer, dessen träges Äquivalent "{n}?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_exactly_n_times_short">
<source>match exactly 'n' times</source>
<target state="translated">Genau n-malige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_lazy_long">
<source>The +? quantifier matches the preceding element one or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier +</source>
<target state="translated">Der Quantifizierer "+?" stimmt mit dem vorhergehenden Element mindestens einmal, jedoch möglichst wenige Male überein. Dies ist das träge Äquivalent zum gierigen Quantifizierer "+".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_lazy_short">
<source>match one or more times (lazy)</source>
<target state="translated">Mindestens einmalige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_long">
<source>The + quantifier matches the preceding element one or more times. It is equivalent to the {1,} quantifier. + is a greedy quantifier whose lazy equivalent is +?.</source>
<target state="translated">Der Quantifizierer "+" stimmt mit dem vorhergehenden Element mindestens einmal überein. Dieser Quantifizierer ist identisch mit "{1,}". "+" ist ein gieriger Quantifizierer, dessen träges Äquivalent "+?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_one_or_more_times_short">
<source>match one or more times</source>
<target state="translated">Mindestens einmalige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_lazy_long">
<source>The *? quantifier matches the preceding element zero or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier *</source>
<target state="translated">Der Quantifizierer "*?" stimmt mit dem vorhergehenden Element mindestens nullmal, jedoch möglichst wenige Male überein. Dies ist das träge Äquivalent zum gierigen Quantifizierer "*".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_lazy_short">
<source>match zero or more times (lazy)</source>
<target state="translated">Mindestens nullmalige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_long">
<source>The * quantifier matches the preceding element zero or more times. It is equivalent to the {0,} quantifier. * is a greedy quantifier whose lazy equivalent is *?.</source>
<target state="translated">Der Quantifizierer "*" stimmt mit dem vorhergehenden Element mindestens nullmal überein. Dieser Quantifizierer ist identisch mit "{0,}". "*" ist ein gieriger Quantifizierer, dessen träges Äquivalent "*?" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_more_times_short">
<source>match zero or more times</source>
<target state="translated">Mindestens nullmalige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_lazy_long">
<source>The ?? quantifier matches the preceding element zero or one time, but as few times as possible. It is the lazy counterpart of the greedy quantifier ?</source>
<target state="translated">Der Quantifizierer "??" stimmt mit dem vorhergehenden Element null- oder einmal, jedoch möglichst wenige Male überein. Dies ist das träge Äquivalent zum gierigen Quantifizierer "?".</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_lazy_short">
<source>match zero or one time (lazy)</source>
<target state="translated">Null- oder einmalige Übereinstimmung (träge)</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_long">
<source>The ? quantifier matches the preceding element zero or one time. It is equivalent to the {0,1} quantifier. ? is a greedy quantifier whose lazy equivalent is ??.</source>
<target state="translated">Der Quantifizierer "?" stimmt mit dem vorhergehenden Element null- oder einmal überein. Dieser Quantifizierer ist identisch mit "{0,1}". "?" ist ein gieriger Quantifizierer, dessen träges Äquivalent "??" lautet.</target>
<note />
</trans-unit>
<trans-unit id="Regex_match_zero_or_one_time_short">
<source>match zero or one time</source>
<target state="translated">Null- oder einmalige Übereinstimmung</target>
<note />
</trans-unit>
<trans-unit id="Regex_matched_subexpression_long">
<source>This grouping construct captures a matched 'subexpression', where 'subexpression' is any valid regular expression pattern. Captures that use parentheses are numbered automatically from left to right based on the order of the opening parentheses in the regular expression, starting from one. The capture that is numbered zero is the text matched by the entire regular expression pattern.</source>
<target state="translated">Dieses Gruppierungskonstrukt erfasst einen übereinstimmenden "Teilausdruck", wobei "Teilausdruck" für ein beliebiges gültiges Muster für reguläre Ausdrücke steht. Erfassungen, die Klammern verwenden, werden basierend auf der Reihenfolge der öffnenden Klammern im regulären Ausdruck beginnend bei 1 automatisch von links nach rechts nummeriert. Bei der Erfassung mit der Nummerierung 0 handelt es sich um den Text, der mit dem gesamten Muster für reguläre Ausdrücke übereinstimmt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_matched_subexpression_short">
<source>matched subexpression</source>
<target state="translated">Übereinstimmender Teilausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_name">
<source>name</source>
<target state="translated">Name</target>
<note />
</trans-unit>
<trans-unit id="Regex_name1">
<source>name1</source>
<target state="translated">name1</target>
<note />
</trans-unit>
<trans-unit id="Regex_name2">
<source>name2</source>
<target state="translated">name2</target>
<note />
</trans-unit>
<trans-unit id="Regex_name_or_number">
<source>name-or-number</source>
<target state="translated">name-or-number</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_backreference_long">
<source>A named or numbered backreference.
'name' is the name of a capturing group defined in the regular expression pattern.</source>
<target state="translated">Ein benannter oder nummerierter Rückverweis.
"Name" ist der Name einer Erfassungsgruppe, die im Muster für reguläre Ausdrücke definiert ist.</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_backreference_short">
<source>named backreference</source>
<target state="translated">Benannter Rückverweis</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_matched_subexpression_long">
<source>Captures a matched subexpression and lets you access it by name or by number.
'name' is a valid group name, and 'subexpression' is any valid regular expression pattern. 'name' must not contain any punctuation characters and cannot begin with a number.
If the RegexOptions parameter of a regular expression pattern matching method includes the RegexOptions.ExplicitCapture flag, or if the n option is applied to this subexpression, the only way to capture a subexpression is to explicitly name capturing groups.</source>
<target state="translated">Erfasst einen übereinstimmenden Teilausdruck und ermöglicht Ihnen den Zugriff darauf anhand des Namens oder der Nummer.
"Name" ist ein gültiger Gruppenname, und "Teilausdruck" ist ein gültiges Muster für reguläre Ausdrücke. "Name" darf keine Satzzeichen enthalten und nicht mit einer Zahl beginnen.
Wenn der RegexOptions-Parameter einer Methode zum Abgleich von Mustern für reguläre Ausdrücke das Flag "RegexOptions.ExplicitCapture" enthält oder wenn die Option "n" auf diesen Teilausdruck angewendet wird, besteht die einzige Möglichkeit zum Erfassen eines Unterausdrucks darin, die Erfassungsgruppen explizit zu benennen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_named_matched_subexpression_short">
<source>named matched subexpression</source>
<target state="translated">Benannter übereinstimmender Teilausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_group_long">
<source>A negative character group specifies a list of characters that must not appear in an input string for a match to occur. The list of characters are specified individually.
Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F].</source>
<target state="translated">Eine negative Zeichengruppe gibt eine Liste von Zeichen an, die nicht in einer Eingabezeichenfolge vorkommen dürfen, damit eine Übereinstimmung vorliegt. Die Zeichen in der Liste werden einzeln angegeben.
Mehrere Zeichenbereiche können verkettet werden. Um beispielsweise den Bereich der Dezimalstellen von "0" bis "9", den Bereich der Kleinbuchstaben von "a" bis "f" und den Bereich der Großbuchstaben von "A" bis "F" anzugeben, verwenden Sie "[0-9a-fA-F]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_group_short">
<source>negative character group</source>
<target state="translated">Negative Zeichengruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_range_long">
<source>A negative character range specifies a list of characters that must not appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range, and 'lastCharacter' is the character that ends the range.
Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F].</source>
<target state="translated">Ein negativer Zeichenbereich gibt eine Liste von Zeichen an, die nicht in einer Eingabezeichenfolge vorkommen dürfen, damit eine Übereinstimmung vorliegt. "firstCharacter" entspricht dem ersten Zeichen und "lastCharacter" dem letzten Zeichen im Bereich.
Mehrere Zeichenbereiche können verkettet werden. Um beispielsweise den Bereich der Dezimalstellen von "0" bis "9", den Bereich der Kleinbuchstaben von "a" bis "f" und den Bereich der Großbuchstaben von "A" bis "F" anzugeben, verwenden Sie "[0-9a-fA-F]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_character_range_short">
<source>negative character range</source>
<target state="translated">Negativer Zeichenbereich</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_unicode_category_long">
<source>The regular expression construct \P{ name } matches any character that does not belong to a Unicode general category or named block, where name is the category abbreviation or named block name.</source>
<target state="translated">Das Konstrukt des regulären Ausdrucks "\P{ name }" entspricht einem beliebigen Zeichen, das zu keiner allgemeinen Unicode-Kategorie bzw. keinem benannten Block gehört, wobei "name" der Kategorieabkürzung oder dem Namen des benannten Blocks entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_negative_unicode_category_short">
<source>negative unicode category</source>
<target state="translated">Negative Unicode-Kategorie</target>
<note />
</trans-unit>
<trans-unit id="Regex_new_line_character_long">
<source>Matches a new-line character, \u000A</source>
<target state="translated">Entspricht einem Neue-Zeile-Zeichen, \u000A.</target>
<note />
</trans-unit>
<trans-unit id="Regex_new_line_character_short">
<source>new-line character</source>
<target state="translated">Neue-Zeile-Zeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_no">
<source>no</source>
<target state="translated">Nein</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_digit_character_long">
<source>\D matches any non-digit character. It is equivalent to the \P{Nd} regular expression pattern.
If ECMAScript-compliant behavior is specified, \D is equivalent to [^0-9]</source>
<target state="translated">"\D" entspricht einem beliebigen Zeichen, das keine Ziffer darstellt. Entspricht dem Muster für reguläre Ausdrücke "\P{Nd}".
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\D" gleichbedeutend mit "[^0-9]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_digit_character_short">
<source>non-digit character</source>
<target state="translated">Nicht-Ziffernzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_white_space_character_long">
<source>\S matches any non-white-space character. It is equivalent to the [^\f\n\r\t\v\x85\p{Z}] regular expression pattern, or the opposite of the regular expression pattern that is equivalent to \s, which matches white-space characters.
If ECMAScript-compliant behavior is specified, \S is equivalent to [^ \f\n\r\t\v]</source>
<target state="translated">"\S" entspricht einem beliebigen Nicht-Leerraumzeichen. Dies ist identisch mit dem Muster für reguläre Ausdrücke "[^\f\n\r\t\v\x85\p{Z}]" oder mit dem Gegenteil des Musters für reguläre Ausdrücke "\s", welches mit Leerraumzeichen übereinstimmt.
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\S" gleichbedeutend mit "[^ \f\n\r\t\v]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_white_space_character_short">
<source>non-white-space character</source>
<target state="translated">Nicht-Leerraumzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_word_boundary_long">
<source>The \B anchor specifies that the match must not occur on a word boundary. It is the opposite of the \b anchor.</source>
<target state="translated">Der \B-Anker gibt an, dass die Übereinstimmung nicht an einer Wortgrenze auftreten darf. Dies ist das Gegenteil vom \b-Anker.</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_word_boundary_short">
<source>non-word boundary</source>
<target state="translated">Nicht-Wortgrenze</target>
<note />
</trans-unit>
<trans-unit id="Regex_non_word_character_long">
<source>\W matches any non-word character. It matches any character except for those in the following Unicode categories:
Ll Letter, Lowercase
Lu Letter, Uppercase
Lt Letter, Titlecase
Lo Letter, Other
Lm Letter, Modifier
Mn Mark, Nonspacing
Nd Number, Decimal Digit
Pc Punctuation, Connector
If ECMAScript-compliant behavior is specified, \W is equivalent to [^a-zA-Z_0-9]</source>
<target state="translated">"\W" entspricht einem beliebigen Nicht-Wortzeichen. Stimmt mit einem beliebigen Zeichen überein, das nicht in den folgenden Unicode-Kategorien enthalten ist:
Ll Buchstabe, Kleinbuchstabe
Lu Buchstabe, Großbuchstabe
Lt Buchstabe, erster Buchstabe groß
Lo Buchstabe, sonstige
Lm Buchstabe, Modifizierer
Mn Zeichen, Zeichen ohne eigene Breite
Nd Zahl, Dezimalzahl
Pc Interpunktion, Verbindung
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\W" gleichbedeutend mit "[^a-zA-Z_0-9]".</target>
<note>Note: Ll, Lu, Lt, Lo, Lm, Mn, Nd, and Pc are all things that should not be localized. </note>
</trans-unit>
<trans-unit id="Regex_non_word_character_short">
<source>non-word character</source>
<target state="translated">Nicht-Wortzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_noncapturing_group_long">
<source>This construct does not capture the substring that is matched by a subexpression:
The noncapturing group construct is typically used when a quantifier is applied to a group, but the substrings captured by the group are of no interest.
If a regular expression includes nested grouping constructs, an outer noncapturing group construct does not apply to the inner nested group constructs.</source>
<target state="translated">Dieses Konstrukt erfasst nicht die Teilzeichenfolge, die mit einem Teilausdruck übereinstimmt:
Das Konstrukt der Nicht-Erfassungsgruppe wird normalerweise verwendet, wenn ein Quantifizierer auf eine Gruppe angewendet wird, die von der Gruppe erfassten Teilzeichenfolgen jedoch nicht relevant sind.
Wenn ein regulärer Ausdruck geschachtelte Gruppierungskonstrukte enthält, gilt ein äußeres Konstrukt von Nicht-Erfassungsgruppen nicht für die inneren geschachtelten Gruppenkonstrukte.</target>
<note />
</trans-unit>
<trans-unit id="Regex_noncapturing_group_short">
<source>noncapturing group</source>
<target state="translated">Nicht-Erfassungsgruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_number_decimal_digit">
<source>number, decimal digit</source>
<target state="translated">Zahl, Dezimalzahl</target>
<note />
</trans-unit>
<trans-unit id="Regex_number_letter">
<source>number, letter</source>
<target state="translated">Zahl, Buchstabe</target>
<note />
</trans-unit>
<trans-unit id="Regex_number_other">
<source>number, other</source>
<target state="translated">Zahl, sonstige</target>
<note />
</trans-unit>
<trans-unit id="Regex_numbered_backreference_long">
<source>A numbered backreference, where 'number' is the ordinal position of the capturing group in the regular expression. For example, \4 matches the contents of the fourth capturing group.
There is an ambiguity between octal escape codes (such as \16) and \number backreferences that use the same notation. If the ambiguity is a problem, you can use the \k<name> notation, which is unambiguous and cannot be confused with octal character codes. Similarly, hexadecimal codes such as \xdd are unambiguous and cannot be confused with backreferences.</source>
<target state="translated">Ein nummerierter Rückverweis, wobei "zahl" für die Ordnungsposition der Erfassungsgruppe im regulären Ausdruck steht. Beispiel: \4 entspricht dem Inhalt der vierten Erfassungsgruppe.
Es besteht eine Mehrdeutigkeit zwischen den Escapecodes für Oktalzahlen (z. B. \16) und den \zahl-Rückverweisen, die dieselbe Notation verwenden. Wenn die Mehrdeutigkeit ein Problem darstellt, können Sie die \k<name>-Notation verwenden, die eindeutig ist und nicht mit Oktalzeichencodes verwechselt werden kann. Ebenso eindeutig sind hexadezimale Codes wie \xdd, die nicht mit Rückverweisen verwechselt werden können.</target>
<note />
</trans-unit>
<trans-unit id="Regex_numbered_backreference_short">
<source>numbered backreference</source>
<target state="translated">Nummerierter Rückverweis</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_control">
<source>other, control</source>
<target state="translated">Sonstige, Steuerelement</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_format">
<source>other, format</source>
<target state="translated">Sonstige, Format</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_not_assigned">
<source>other, not assigned</source>
<target state="translated">Sonstige, nicht zugewiesen</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_private_use">
<source>other, private use</source>
<target state="translated">Sonstige, private Nutzung</target>
<note />
</trans-unit>
<trans-unit id="Regex_other_surrogate">
<source>other, surrogate</source>
<target state="translated">Sonstige, Ersatzzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_group_long">
<source>A positive character group specifies a list of characters, any one of which may appear in an input string for a match to occur.</source>
<target state="translated">Eine positive Zeichengruppe gibt eine Liste von Zeichen an, von denen jedes in einer Eingabezeichenfolge enthalten sein kann, damit eine Übereinstimmung auftritt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_group_short">
<source>positive character group</source>
<target state="translated">Positive Zeichengruppe</target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_range_long">
<source>A positive character range specifies a range of characters, any one of which may appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range and 'lastCharacter' is the character that ends the range. </source>
<target state="translated">Ein positiver Zeichenbereich gibt einen Bereich von Zeichen an, von denen jedes in einer Eingabezeichenfolge enthalten sein kann, damit eine Übereinstimmung auftritt. "firstCharacter" ist das erste Zeichen und "lastCharacter" das letzte Zeichen des Bereichs. </target>
<note />
</trans-unit>
<trans-unit id="Regex_positive_character_range_short">
<source>positive character range</source>
<target state="translated">Positiver Zeichenbereich</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_close">
<source>punctuation, close</source>
<target state="translated">Interpunktion, schließen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_connector">
<source>punctuation, connector</source>
<target state="translated">Interpunktion, Verbindung</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_dash">
<source>punctuation, dash</source>
<target state="translated">Interpunktion, Bindestrich</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_final_quote">
<source>punctuation, final quote</source>
<target state="translated">Interpunktion, schließendes Anführungszeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_initial_quote">
<source>punctuation, initial quote</source>
<target state="translated">Interpunktion, öffnendes Anführungszeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_open">
<source>punctuation, open</source>
<target state="translated">Interpunktion, öffnen</target>
<note />
</trans-unit>
<trans-unit id="Regex_punctuation_other">
<source>punctuation, other</source>
<target state="translated">Interpunktion, sonstige</target>
<note />
</trans-unit>
<trans-unit id="Regex_separator_line">
<source>separator, line</source>
<target state="translated">Trennzeichen, Zeile</target>
<note />
</trans-unit>
<trans-unit id="Regex_separator_paragraph">
<source>separator, paragraph</source>
<target state="translated">Trennzeichen, Absatz</target>
<note />
</trans-unit>
<trans-unit id="Regex_separator_space">
<source>separator, space</source>
<target state="translated">Trennzeichen, Leerzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_only_long">
<source>The \A anchor specifies that a match must occur at the beginning of the input string. It is identical to the ^ anchor, except that \A ignores the RegexOptions.Multiline option. Therefore, it can only match the start of the first line in a multiline input string.</source>
<target state="translated">Der \A-Anker gibt an, dass eine Übereinstimmung am Anfang der Eingabezeichenfolge erfolgen muss. Er ist identisch mit dem ^-Anker, mit der Ausnahme, dass \A die Option "RegexOptions.Multiline" ignoriert. Daher ist nur eine Übereinstimmung mit dem Anfang der ersten Zeile in einer mehrzeiligen Eingabezeichenfolge möglich.</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_only_short">
<source>start of string only</source>
<target state="translated">Nur Anfang der Zeichenfolge</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_or_line_long">
<source>The ^ anchor specifies that the following pattern must begin at the first character position of the string. If you use ^ with the RegexOptions.Multiline option, the match must occur at the beginning of each line.</source>
<target state="translated">Der ^-Anker gibt an, dass das folgende Muster an der ersten Zeichenposition der Zeichenfolge beginnen muss. Wenn Sie "^" mit der Option "RegexOptions.Multiline" verwenden, muss die Übereinstimmung am Anfang jeder Zeile erfolgen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_start_of_string_or_line_short">
<source>start of string or line</source>
<target state="translated">Anfang der Zeichenfolge oder Zeile</target>
<note />
</trans-unit>
<trans-unit id="Regex_subexpression">
<source>subexpression</source>
<target state="translated">Teilausdruck</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_currency">
<source>symbol, currency</source>
<target state="translated">Symbol, Währung</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_math">
<source>symbol, math</source>
<target state="translated">Symbol, Mathematik</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_modifier">
<source>symbol, modifier</source>
<target state="translated">Symbol, Modifizierer</target>
<note />
</trans-unit>
<trans-unit id="Regex_symbol_other">
<source>symbol, other</source>
<target state="translated">Symbol, sonstige</target>
<note />
</trans-unit>
<trans-unit id="Regex_tab_character_long">
<source>Matches a tab character, \u0009</source>
<target state="translated">Entspricht einem Tabstoppzeichen, \u0009.</target>
<note />
</trans-unit>
<trans-unit id="Regex_tab_character_short">
<source>tab character</source>
<target state="translated">Tabstoppzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_category_long">
<source>The regular expression construct \p{ name } matches any character that belongs to a Unicode general category or named block, where name is the category abbreviation or named block name.</source>
<target state="translated">Das Konstrukt des regulären Ausdrucks "\p{ name }" entspricht einem beliebigen Zeichen, das zu einer allgemeinen Unicode-Kategorie oder einem benannten Block gehört, wobei "name" der Kategorieabkürzung oder dem Namen des benannten Blocks entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_category_short">
<source>unicode category</source>
<target state="translated">Unicode-Kategorie</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_escape_long">
<source>Matches a UTF-16 code unit whose value is #### hexadecimal.</source>
<target state="translated">Entspricht einer UTF-16-Codeeinheit, deren Wert hexadezimal (####) ist.</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_escape_short">
<source>unicode escape</source>
<target state="translated">Unicode-Escapezeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_unicode_general_category_0">
<source>Unicode General Category: {0}</source>
<target state="translated">Allgemeine Unicode-Kategorie: {0}</target>
<note />
</trans-unit>
<trans-unit id="Regex_vertical_tab_character_long">
<source>Matches a vertical-tab character, \u000B</source>
<target state="translated">Entspricht einem vertikalen Tabstoppzeichen, \u000B.</target>
<note />
</trans-unit>
<trans-unit id="Regex_vertical_tab_character_short">
<source>vertical-tab character</source>
<target state="translated">Vertikales Tabstoppzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_white_space_character_long">
<source>\s matches any white-space character. It is equivalent to the following escape sequences and Unicode categories:
\f The form feed character, \u000C
\n The newline character, \u000A
\r The carriage return character, \u000D
\t The tab character, \u0009
\v The vertical tab character, \u000B
\x85 The ellipsis or NEXT LINE (NEL) character (…), \u0085
\p{Z} Matches any separator character
If ECMAScript-compliant behavior is specified, \s is equivalent to [ \f\n\r\t\v]</source>
<target state="translated">"\s" stimmt mit einem beliebigen Leerraumzeichen überein. Entspricht den folgenden Escapesequenzen und Unicode-Kategorien:
\f Das Seitenvorschubzeichen, \u000C
\n Das Zeilenvorschubzeichen, \u000A
\r Das Wagenrücklaufzeichen, \u000D
\t Das Tabstoppzeichen, \u0009
\v Das vertikale Tabstoppzeichen, \u000B
\x85 Das Auslassungszeichen oder NEL-Zeichen für die nächste Zeile (...), \u0085
\p{Z} Entspricht einem beliebigen Trennzeichen
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\s" gleichbedeutend mit "[\f\n\r\t\v]".</target>
<note />
</trans-unit>
<trans-unit id="Regex_white_space_character_short">
<source>white-space character</source>
<target state="translated">Leerraumzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_word_boundary_long">
<source>The \b anchor specifies that the match must occur on a boundary between a word character (the \w language element) and a non-word character (the \W language element). Word characters consist of alphanumeric characters and underscores; a non-word character is any character that is not alphanumeric or an underscore. The match may also occur on a word boundary at the beginning or end of the string.
The \b anchor is frequently used to ensure that a subexpression matches an entire word instead of just the beginning or end of a word.</source>
<target state="translated">Der \b-Anker gibt an, dass die Übereinstimmung an einer Grenze zwischen einem Wortzeichen (dem \w-Sprachelement) und einem Nicht-Wortzeichen (dem \W-Sprachelement) erfolgen muss. Wortzeichen bestehen aus alphanumerischen Zeichen und Unterstrichen; ein Nicht-Wortzeichen ist ein beliebiges Zeichen, das nicht alphanumerisch oder ein Unterstrich ist. Die Übereinstimmung kann auch an einer Wortgrenze am Anfang oder Ende der Zeichenfolge auftreten.
Der \b-Anker wird häufig verwendet, um sicherzustellen, dass ein Teilausdruck mit einem ganzen Wort statt nur mit dem Anfang oder Ende eines Worts übereinstimmt.</target>
<note />
</trans-unit>
<trans-unit id="Regex_word_boundary_short">
<source>word boundary</source>
<target state="translated">Wortgrenze</target>
<note />
</trans-unit>
<trans-unit id="Regex_word_character_long">
<source>\w matches any word character. A word character is a member of any of the following Unicode categories:
Ll Letter, Lowercase
Lu Letter, Uppercase
Lt Letter, Titlecase
Lo Letter, Other
Lm Letter, Modifier
Mn Mark, Nonspacing
Nd Number, Decimal Digit
Pc Punctuation, Connector
If ECMAScript-compliant behavior is specified, \w is equivalent to [a-zA-Z_0-9]</source>
<target state="translated">"\w" entspricht einem beliebigen Wortzeichen. Ein Wortzeichen gehört zu einer der folgenden Unicode-Kategorien:
Ll Buchstabe, Kleinbuchstabe
Lu Buchstabe, Großbuchstabe
Lt Buchstabe, erster Buchstabe groß
Lo Buchstabe, sonstige
Lm Buchstabe, Modifizierer
Mn Zeichen, Zeichen ohne eigene Breite
Nd Zahl, Dezimalzahl
Pc Interpunktion, Verbindung
Wenn das ECMAScript-konforme Verhalten angegeben wird, ist "\w" gleichbedeutend mit "[a-zA-Z_0-9]".</target>
<note>Note: Ll, Lu, Lt, Lo, Lm, Mn, Nd, and Pc are all things that should not be localized.</note>
</trans-unit>
<trans-unit id="Regex_word_character_short">
<source>word character</source>
<target state="translated">Wortzeichen</target>
<note />
</trans-unit>
<trans-unit id="Regex_yes">
<source>yes</source>
<target state="translated">Ja</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookahead_assertion_long">
<source>A zero-width negative lookahead assertion, where for the match to be successful, the input string must not match the regular expression pattern in subexpression. The matched string is not included in the match result.
A zero-width negative lookahead assertion is typically used either at the beginning or at the end of a regular expression. At the beginning of a regular expression, it can define a specific pattern that should not be matched when the beginning of the regular expression defines a similar but more general pattern to be matched. In this case, it is often used to limit backtracking. At the end of a regular expression, it can define a subexpression that cannot occur at the end of a match.</source>
<target state="translated">Eine negative Lookaheadassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn die Eingabezeichenfolge nicht dem Muster für reguläre Ausdrücke im Teilausdruck entspricht. Die übereinstimmende Zeichenfolge ist im Übereinstimmungsergebnis nicht enthalten.
Eine negative Lookaheadassertion mit Nullbreite wird in der Regel entweder am Anfang oder am Ende eines regulären Ausdrucks verwendet. Am Anfang eines regulären Ausdrucks kann ein bestimmtes Muster definiert werden, das nicht übereinstimmen darf, wenn der Anfang des regulären Ausdrucks ein ähnliches, aber allgemeineres Muster für den Abgleich definiert. In diesem Fall wird sie häufig verwendet, um die Rückverfolgung einzuschränken. Am Ende eines regulären Ausdrucks kann ein Teilausdruck definiert werden, der nicht am Ende einer Übereinstimmung vorliegen darf.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookahead_assertion_short">
<source>zero-width negative lookahead assertion</source>
<target state="translated">Negative Lookaheadassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookbehind_assertion_long">
<source>A zero-width negative lookbehind assertion, where for a match to be successful, 'subexpression' must not occur at the input string to the left of the current position. Any substring that does not match 'subexpression' is not included in the match result.
Zero-width negative lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define precludes a match in the string that follows. They are also used to limit backtracking when the last character or characters in a captured group must not be one or more of the characters that match that group's regular expression pattern.</source>
<target state="translated">Eine negative Lookbehindassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn "Teilausdruck" nicht in der Eingabezeichenfolge links von der aktuellen Position vorliegt. Teilzeichenfolgen, die nicht mit "Teilausdruck" übereinstimmen, sind im Übereinstimmungsergebnis nicht enthalten.
Negative Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang regulärer Ausdrücke verwendet. Das von ihnen definierte Muster verhindert eine Übereinstimmung in der nachfolgenden Zeichenfolge. Sie werden zudem zum Begrenzen der Rückverfolgung verwendet, wenn das letzte Zeichen oder die Zeichen in einer erfassten Gruppe nicht mit einem oder mehreren Zeichen übereinstimmen dürfen, die dem Muster für reguläre Ausdrücke der Gruppe entsprechen.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_negative_lookbehind_assertion_short">
<source>zero-width negative lookbehind assertion</source>
<target state="translated">Negative Lookbehindassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookahead_assertion_long">
<source>A zero-width positive lookahead assertion, where for a match to be successful, the input string must match the regular expression pattern in 'subexpression'. The matched substring is not included in the match result. A zero-width positive lookahead assertion does not backtrack.
Typically, a zero-width positive lookahead assertion is found at the end of a regular expression pattern. It defines a substring that must be found at the end of a string for a match to occur but that should not be included in the match. It is also useful for preventing excessive backtracking. You can use a zero-width positive lookahead assertion to ensure that a particular captured group begins with text that matches a subset of the pattern defined for that captured group.</source>
<target state="translated">Eine positive Lookaheadassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn die Eingabezeichenfolge dem Muster für reguläre Ausdrücke im Teilausdruck entspricht. Die abgeglichene Zeichenfolge ist im Übereinstimmungsergebnis nicht enthalten. Für eine positive Lookaheadassertion wird keine Rückverfolgung durchgeführt.
Eine positive Lookaheadassertion mit Nullbreite wird in der Regel am Ende eines Musters für reguläre Ausdrücke verwendet. Sie definiert eine Teilzeichenfolge, die sich am Ende einer Zeichenfolge befinden muss, damit eine Übereinstimmung vorliegt, die aber nicht in der Übereinstimmung enthalten sein darf. Sie eignet sich auch zum Verhindern einer übermäßigen Rückverfolgung. Mit einer positiven Lookaheadassertion mit Nullbreite können Sie sicherstellen, dass eine bestimmte erfasste Gruppe mit einem Text beginnt, der einer Teilmenge des für die erfasste Gruppe definierten Musters entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookahead_assertion_short">
<source>zero-width positive lookahead assertion</source>
<target state="translated">Positive Lookaheadassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookbehind_assertion_long">
<source>A zero-width positive lookbehind assertion, where for a match to be successful, 'subexpression' must occur at the input string to the left of the current position. 'subexpression' is not included in the match result. A zero-width positive lookbehind assertion does not backtrack.
Zero-width positive lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define is a precondition for a match, although it is not a part of the match result.</source>
<target state="translated">Eine positive Lookbehindassertion mit Nullbreite, bei der eine Übereinstimmung erfolgreich ist, wenn "Teilausdruck" in der Eingabezeichenfolge links von der aktuellen Position vorliegt. "Teilausdruck" ist im Übereinstimmungsergebnis nicht enthalten. Bei einer positiven Lookbehindassertion mit Nullbreite wird keine Rückverfolgung durchgeführt.
Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang regulärer Ausdrücke verwendet. Das von ihnen definierte Muster ist eine Vorbedingung für eine Übereinstimmung, auch wenn es nicht zum Übereinstimmungsergebnis gehört.</target>
<note />
</trans-unit>
<trans-unit id="Regex_zero_width_positive_lookbehind_assertion_short">
<source>zero-width positive lookbehind assertion</source>
<target state="translated">Positive Lookbehindassertion mit Nullbreite</target>
<note />
</trans-unit>
<trans-unit id="Related_method_signatures_found_in_metadata_will_not_be_updated">
<source>Related method signatures found in metadata will not be updated.</source>
<target state="translated">In Metadaten gefundene ähnliche Methodensignaturen werden nicht aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="Removal_of_document_not_supported">
<source>Removal of document not supported</source>
<target state="translated">Das Entfernen des Dokuments wird nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="Remove_async_modifier">
<source>Remove 'async' modifier</source>
<target state="translated">async-Modifizierer entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unnecessary_casts">
<source>Remove unnecessary casts</source>
<target state="translated">Nicht erforderliche Umwandlungen entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_variables">
<source>Remove unused variables</source>
<target state="translated">Nicht verwendete Variablen entfernen</target>
<note />
</trans-unit>
<trans-unit id="Removing_0_that_accessed_captured_variables_1_and_2_declared_in_different_scopes_requires_restarting_the_application">
<source>Removing {0} that accessed captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</source>
<target state="new">Removing {0} that accessed captured variables '{1}' and '{2}' declared in different scopes requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Removing_0_that_contains_an_active_statement_requires_restarting_the_application">
<source>Removing {0} that contains an active statement requires restarting the application.</source>
<target state="new">Removing {0} that contains an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Renaming_0_requires_restarting_the_application">
<source>Renaming {0} requires restarting the application.</source>
<target state="new">Renaming {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Renaming_0_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime">
<source>Renaming {0} requires restarting the application because it is not supported by the runtime.</source>
<target state="new">Renaming {0} requires restarting the application because it is not supported by the runtime.</target>
<note />
</trans-unit>
<trans-unit id="Renaming_a_captured_variable_from_0_to_1_requires_restarting_the_application">
<source>Renaming a captured variable, from '{0}' to '{1}' requires restarting the application.</source>
<target state="new">Renaming a captured variable, from '{0}' to '{1}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">"{0}" durch "{1}" ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Resolve_conflict_markers">
<source>Resolve conflict markers</source>
<target state="translated">Konfliktmarkierungen auflösen</target>
<note />
</trans-unit>
<trans-unit id="RudeEdit">
<source>Rude edit</source>
<target state="translated">Grobe Bearbeitung</target>
<note />
</trans-unit>
<trans-unit id="Selection_does_not_contain_a_valid_token">
<source>Selection does not contain a valid token.</source>
<target state="new">Selection does not contain a valid token.</target>
<note />
</trans-unit>
<trans-unit id="Selection_not_contained_inside_a_type">
<source>Selection not contained inside a type.</source>
<target state="new">Selection not contained inside a type.</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Zugriffsmodifizierer sortieren</target>
<note />
</trans-unit>
<trans-unit id="Split_into_consecutive_0_statements">
<source>Split into consecutive '{0}' statements</source>
<target state="translated">In aufeinanderfolgende {0}-Anweisungen teilen</target>
<note />
</trans-unit>
<trans-unit id="Split_into_nested_0_statements">
<source>Split into nested '{0}' statements</source>
<target state="translated">In geschachtelte {0}-Anweisungen teilen</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportReadAndSeek">
<source>Stream must support read and seek operations.</source>
<target state="translated">Stream muss Lese- und Suchvorgänge unterstützen.</target>
<note />
</trans-unit>
<trans-unit id="Suppress_0">
<source>Suppress {0}</source>
<target state="translated">{0} unterdrücken</target>
<note />
</trans-unit>
<trans-unit id="Switching_between_lambda_and_local_function_requires_restarting_the_application">
<source>Switching between a lambda and a local function requires restarting the application.</source>
<target state="new">Switching between a lambda and a local function requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_finalizer">
<source>TODO: free unmanaged resources (unmanaged objects) and override finalizer</source>
<target state="translated">TODO: Nicht verwaltete Ressourcen (nicht verwaltete Objekte) freigeben und Finalizer überschreiben</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources">
<source>TODO: override finalizer only if '{0}' has code to free unmanaged resources</source>
<target state="translated">TODO: Finalizer nur überschreiben, wenn "{0}" Code für die Freigabe nicht verwalteter Ressourcen enthält</target>
<note />
</trans-unit>
<trans-unit id="Target_type_matches">
<source>Target type matches</source>
<target state="translated">Übereinstimmungen mit Zieltyp</target>
<note />
</trans-unit>
<trans-unit id="The_assembly_0_containing_type_1_references_NET_Framework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">Die Assembly "{0}" mit dem Typ "{1}" verweist auf das .NET Framework. Dies wird nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_a_local_function_call_without_its_declaration">
<source>The selection contains a local function call without its declaration.</source>
<target state="translated">Die Auswahl enthält einen lokalen Funktionsaufruf ohne Deklaration.</target>
<note />
</trans-unit>
<trans-unit id="Too_many_bars_in_conditional_grouping">
<source>Too many | in (?()|)</source>
<target state="translated">Zu viele |-Zeichen in (?()|).</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(0)a|b|)</note>
</trans-unit>
<trans-unit id="Too_many_close_parens">
<source>Too many )'s</source>
<target state="translated">Zu viele )-Zeichen.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: )</note>
</trans-unit>
<trans-unit id="UnableToReadSourceFileOrPdb">
<source>Unable to read source file '{0}' or the PDB built for the containing project. Any changes made to this file while debugging won't be applied until its content matches the built source.</source>
<target state="translated">Die Quelldatei "{0}" oder die für das enthaltende Projekt kompilierte PDB-Datei kann nicht gelesen werden. Alle Änderungen, die während des Debuggens an dieser Datei vorgenommen wurden, werden erst angewendet, wenn der Inhalt dem kompilierten Quellcode entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Unknown_property">
<source>Unknown property</source>
<target state="translated">Unbekannte Eigenschaft</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{}</note>
</trans-unit>
<trans-unit id="Unknown_property_0">
<source>Unknown property '{0}'</source>
<target state="translated">Unbekannte Eigenschaft "{0}"</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{xxx}. Here, {0} will be the name of the unknown property ('xxx')</note>
</trans-unit>
<trans-unit id="Unrecognized_control_character">
<source>Unrecognized control character</source>
<target state="translated">Unbekanntes Steuerzeichen</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [\c]</note>
</trans-unit>
<trans-unit id="Unrecognized_escape_sequence_0">
<source>Unrecognized escape sequence \{0}</source>
<target state="translated">Unbekannte Escapesequenz \{0}.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: \m. Here, {0} will be the unrecognized character ('m')</note>
</trans-unit>
<trans-unit id="Unrecognized_grouping_construct">
<source>Unrecognized grouping construct</source>
<target state="translated">Unbekanntes Gruppierungskonstrukt.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<</note>
</trans-unit>
<trans-unit id="Unterminated_character_class_set">
<source>Unterminated [] set</source>
<target state="translated">Nicht abgeschlossener []-Satz</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [</note>
</trans-unit>
<trans-unit id="Unterminated_regex_comment">
<source>Unterminated (?#...) comment</source>
<target state="translated">Nicht abgeschlossener (?#...)-Kommentar.</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: (?#</note>
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Umbruch für alle Argumente aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_parameters">
<source>Unwrap all parameters</source>
<target state="translated">Umbruch für alle Parameter aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_and_indent_all_arguments">
<source>Unwrap and indent all arguments</source>
<target state="translated">Umbruch für alle Argumente aufheben und einrücken</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_and_indent_all_parameters">
<source>Unwrap and indent all parameters</source>
<target state="translated">Umbruch für alle Parameter aufheben und einrücken</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_argument_list">
<source>Unwrap argument list</source>
<target state="translated">Umbruch für Argumentliste aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_call_chain">
<source>Unwrap call chain</source>
<target state="translated">Umbruch für alle Aufrufkette aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_expression">
<source>Unwrap expression</source>
<target state="translated">Umbruch für Ausdruck aufheben</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_parameter_list">
<source>Unwrap parameter list</source>
<target state="translated">Umbruch für Parameterliste aufheben</target>
<note />
</trans-unit>
<trans-unit id="Updating_0_requires_restarting_the_application">
<source>Updating '{0}' requires restarting the application.</source>
<target state="new">Updating '{0}' requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_a_0_around_an_active_statement_requires_restarting_the_application">
<source>Updating a {0} around an active statement requires restarting the application.</source>
<target state="new">Updating a {0} around an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_a_complex_statement_containing_an_await_expression_requires_restarting_the_application">
<source>Updating a complex statement containing an await expression requires restarting the application.</source>
<target state="new">Updating a complex statement containing an await expression requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_an_active_statement_requires_restarting_the_application">
<source>Updating an active statement requires restarting the application.</source>
<target state="new">Updating an active statement requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_async_or_iterator_modifier_around_an_active_statement_requires_restarting_the_application">
<source>Updating async or iterator modifier around an active statement requires restarting the application.</source>
<target state="new">Updating async or iterator modifier around an active statement requires restarting the application.</target>
<note>{Locked="async"}{Locked="iterator"} "async" and "iterator" are C#/VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_reloadable_type_marked_by_0_attribute_or_its_member_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime">
<source>Updating a reloadable type (marked by {0}) or its member requires restarting the application because is not supported by the runtime.</source>
<target state="new">Updating a reloadable type (marked by {0}) or its member requires restarting the application because is not supported by the runtime.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_Handles_clause_of_0_requires_restarting_the_application">
<source>Updating the Handles clause of {0} requires restarting the application.</source>
<target state="new">Updating the Handles clause of {0} requires restarting the application.</target>
<note>{Locked="Handles"} "Handles" is VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_Implements_clause_of_a_0_requires_restarting_the_application">
<source>Updating the Implements clause of a {0} requires restarting the application.</source>
<target state="new">Updating the Implements clause of a {0} requires restarting the application.</target>
<note>{Locked="Implements"} "Implements" is VB keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_alias_of_Declare_statement_requires_restarting_the_application">
<source>Updating the alias of Declare statement requires restarting the application.</source>
<target state="new">Updating the alias of Declare statement requires restarting the application.</target>
<note>{Locked="Declare"} "Declare" is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_attributes_of_0_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime">
<source>Updating the attributes of {0} requires restarting the application because it is not supported by the runtime.</source>
<target state="new">Updating the attributes of {0} requires restarting the application because it is not supported by the runtime.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_base_class_and_or_base_interface_s_of_0_requires_restarting_the_application">
<source>Updating the base class and/or base interface(s) of {0} requires restarting the application.</source>
<target state="new">Updating the base class and/or base interface(s) of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_initializer_of_0_requires_restarting_the_application">
<source>Updating the initializer of {0} requires restarting the application.</source>
<target state="new">Updating the initializer of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_kind_of_a_property_event_accessor_requires_restarting_the_application">
<source>Updating the kind of a property/event accessor requires restarting the application.</source>
<target state="new">Updating the kind of a property/event accessor requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_kind_of_a_type_requires_restarting_the_application">
<source>Updating the kind of a type requires restarting the application.</source>
<target state="new">Updating the kind of a type requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_library_name_of_Declare_statement_requires_restarting_the_application">
<source>Updating the library name of Declare statement requires restarting the application.</source>
<target state="new">Updating the library name of Declare statement requires restarting the application.</target>
<note>{Locked="Declare"} "Declare" is VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Updating_the_modifiers_of_0_requires_restarting_the_application">
<source>Updating the modifiers of {0} requires restarting the application.</source>
<target state="new">Updating the modifiers of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_size_of_a_0_requires_restarting_the_application">
<source>Updating the size of a {0} requires restarting the application.</source>
<target state="new">Updating the size of a {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_type_of_0_requires_restarting_the_application">
<source>Updating the type of {0} requires restarting the application.</source>
<target state="new">Updating the type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_underlying_type_of_0_requires_restarting_the_application">
<source>Updating the underlying type of {0} requires restarting the application.</source>
<target state="new">Updating the underlying type of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Updating_the_variance_of_0_requires_restarting_the_application">
<source>Updating the variance of {0} requires restarting the application.</source>
<target state="new">Updating the variance of {0} requires restarting the application.</target>
<note />
</trans-unit>
<trans-unit id="Use_block_body_for_lambda_expressions">
<source>Use block body for lambda expressions</source>
<target state="translated">Blocktextkörper für Lambdaausdrücke verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Ausdruckskörper für Lambdaausdrücke verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_interpolated_verbatim_string">
<source>Use interpolated verbatim string</source>
<target state="translated">Interpolierte ausführliche Zeichenfolge verwenden</target>
<note />
</trans-unit>
<trans-unit id="Value_colon">
<source>Value:</source>
<target state="translated">Wert:</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_changing_namespace_may_produce_invalid_code_and_change_code_meaning">
<source>Warning: Changing namespace may produce invalid code and change code meaning.</source>
<target state="translated">Warnung: Durch die Änderung des Namespaces kann der Code ungültig werden oder seine Bedeutung verändern.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_semantics_may_change_when_converting_statement">
<source>Warning: Semantics may change when converting statement.</source>
<target state="translated">Warnung: Die Semantik kann sich beim Konvertieren der Anweisung ändern.</target>
<note />
</trans-unit>
<trans-unit id="Wrap_and_align_call_chain">
<source>Wrap and align call chain</source>
<target state="translated">Aufrufkette umbrechen und ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Wrap_and_align_expression">
<source>Wrap and align expression</source>
<target state="translated">Ausdruck umbrechen und ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Wrap_and_align_long_call_chain">
<source>Wrap and align long call chain</source>
<target state="translated">Lange Aufrufkette umbrechen und ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Wrap_call_chain">
<source>Wrap call chain</source>
<target state="translated">Aufrufkette umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_every_argument">
<source>Wrap every argument</source>
<target state="translated">Jedes Argument umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_every_parameter">
<source>Wrap every parameter</source>
<target state="translated">Alle Parameter umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_expression">
<source>Wrap expression</source>
<target state="translated">Ausdruck umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_long_argument_list">
<source>Wrap long argument list</source>
<target state="translated">Lange Argumentliste umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_long_call_chain">
<source>Wrap long call chain</source>
<target state="translated">Lange Aufrufkette umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrap_long_parameter_list">
<source>Wrap long parameter list</source>
<target state="translated">Lange Parameterliste umbrechen</target>
<note />
</trans-unit>
<trans-unit id="Wrapping">
<source>Wrapping</source>
<target state="translated">Umbruch</target>
<note />
</trans-unit>
<trans-unit id="You_can_use_the_navigation_bar_to_switch_contexts">
<source>You can use the navigation bar to switch contexts.</source>
<target state="translated">Sie können die Navigationsleiste verwenden, um den Kontext zu wechseln.</target>
<note />
</trans-unit>
<trans-unit id="_0_cannot_be_null_or_empty">
<source>'{0}' cannot be null or empty.</source>
<target state="translated">"{0}" kann nicht NULL oder leer sein.</target>
<note />
</trans-unit>
<trans-unit id="_0_cannot_be_null_or_whitespace">
<source>'{0}' cannot be null or whitespace.</source>
<target state="translated">"{0}" darf nicht NULL oder ein Leerraumzeichen sein.</target>
<note />
</trans-unit>
<trans-unit id="_0_dash_1">
<source>{0} - {1}</source>
<target state="translated">{0} - {1}</target>
<note />
</trans-unit>
<trans-unit id="_0_is_not_null_here">
<source>'{0}' is not null here.</source>
<target state="translated">"{0}" ist hier nicht NULL.</target>
<note />
</trans-unit>
<trans-unit id="_0_may_be_null_here">
<source>'{0}' may be null here.</source>
<target state="translated">"{0}" darf hier NULL sein.</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second">
<source>10,000,000ths of a second</source>
<target state="translated">10.000.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second_description">
<source>The "fffffff" custom format specifier represents the seven most significant digits of the seconds fraction; that is, it represents the ten millionths of a second in a date and time value.
Although it's possible to display the ten millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "fffffff" repräsentiert die sieben signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehnmillionstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Zehnmillionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second_non_zero">
<source>10,000,000ths of a second (non-zero)</source>
<target state="translated">10.000.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_10000000ths_of_a_second_non_zero_description">
<source>The "FFFFFFF" custom format specifier represents the seven most significant digits of the seconds fraction; that is, it represents the ten millionths of a second in a date and time value. However, trailing zeros or seven zero digits aren't displayed.
Although it's possible to display the ten millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFFFFF" repräsentiert die sieben signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehnmillionstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder sieben Nullstellen werden jedoch nicht angezeigt.
Obwohl die Zehnmillionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second">
<source>1,000,000ths of a second</source>
<target state="translated">1.000.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second_description">
<source>The "ffffff" custom format specifier represents the six most significant digits of the seconds fraction; that is, it represents the millionths of a second in a date and time value.
Although it's possible to display the millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ffffff" repräsentiert die sechs signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millionstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Millionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second_non_zero">
<source>1,000,000ths of a second (non-zero)</source>
<target state="translated">1.000.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_1000000ths_of_a_second_non_zero_description">
<source>The "FFFFFF" custom format specifier represents the six most significant digits of the seconds fraction; that is, it represents the millionths of a second in a date and time value. However, trailing zeros or six zero digits aren't displayed.
Although it's possible to display the millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFFFF" repräsentiert die sechs signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millionstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder sechs Nullstellen werden jedoch nicht angezeigt.
Obwohl die Millionstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second">
<source>100,000ths of a second</source>
<target state="translated">100.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second_description">
<source>The "fffff" custom format specifier represents the five most significant digits of the seconds fraction; that is, it represents the hundred thousandths of a second in a date and time value.
Although it's possible to display the hundred thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "fffff" repräsentiert die fünf signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hunderttausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Hunderttausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second_non_zero">
<source>100,000ths of a second (non-zero)</source>
<target state="translated">100.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_100000ths_of_a_second_non_zero_description">
<source>The "FFFFF" custom format specifier represents the five most significant digits of the seconds fraction; that is, it represents the hundred thousandths of a second in a date and time value. However, trailing zeros or five zero digits aren't displayed.
Although it's possible to display the hundred thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFFF" repräsentiert die fünf signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hunderttausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder fünf Nullstellen werden jedoch nicht angezeigt.
Obwohl die Hunderttausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second">
<source>10,000ths of a second</source>
<target state="translated">10.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second_description">
<source>The "ffff" custom format specifier represents the four most significant digits of the seconds fraction; that is, it represents the ten thousandths of a second in a date and time value.
Although it's possible to display the ten thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT version 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ffff" repräsentiert die vier signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehntausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar.
Obwohl die Zehntausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second_non_zero">
<source>10,000ths of a second (non-zero)</source>
<target state="translated">10.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_10000ths_of_a_second_non_zero_description">
<source>The "FFFF" custom format specifier represents the four most significant digits of the seconds fraction; that is, it represents the ten thousandths of a second in a date and time value. However, trailing zeros or four zero digits aren't displayed.
Although it's possible to display the ten thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On the Windows NT 3.5 (and later) and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFFF" repräsentiert die vier signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Zehntausendstel einer Sekunde in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder vier Nullstellen werden jedoch nicht angezeigt.
Obwohl die Zehntausendstel der Sekundenkomponente eines Uhrzeitwerts angezeigt werden können, ist dieser Wert möglicherweise nicht aussagekräftig. Die Genauigkeit von Datums- und Uhrzeitwerten hängt von der Auflösung der Systemuhr ab. Bei den Betriebssystemen Windows NT 3.5 (und höher) und Windows Vista beträgt die Auflösung der Systemuhr ca. 10–15 Millisekunden.</target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second">
<source>1,000ths of a second</source>
<target state="translated">1.000stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second_description">
<source>The "fff" custom format specifier represents the three most significant digits of the seconds fraction; that is, it represents the milliseconds in a date and time value.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "fff" repräsentiert die drei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millisekunden in einem Datums- und Uhrzeitwert dar. </target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second_non_zero">
<source>1,000ths of a second (non-zero)</source>
<target state="translated">1.000stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_1000ths_of_a_second_non_zero_description">
<source>The "FFF" custom format specifier represents the three most significant digits of the seconds fraction; that is, it represents the milliseconds in a date and time value. However, trailing zeros or three zero digits aren't displayed.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FFF" repräsentiert die drei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Millisekunden in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder drei Nullstellen werden jedoch nicht angezeigt.</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second">
<source>100ths of a second</source>
<target state="translated">100stel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second_description">
<source>The "ff" custom format specifier represents the two most significant digits of the seconds fraction; that is, it represents the hundredths of a second in a date and time value.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ff" repräsentiert die zwei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hundertstelsekunden in einem Datums- und Uhrzeitwert dar.</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second_non_zero">
<source>100ths of a second (non-zero)</source>
<target state="translated">100stel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_100ths_of_a_second_non_zero_description">
<source>The "FF" custom format specifier represents the two most significant digits of the seconds fraction; that is, it represents the hundredths of a second in a date and time value. However, trailing zeros or two zero digits aren't displayed.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "FF" repräsentiert die zwei signifikantesten Stellen des Sekundenbruchteils, d. h., er stellt die Hundertstelsekunden in einem Datums- und Uhrzeitwert dar. Nachgestellte Nullen oder zwei Nullstellen werden jedoch nicht angezeigt.</target>
<note />
</trans-unit>
<trans-unit id="_10ths_of_a_second">
<source>10ths of a second</source>
<target state="translated">Zehntel einer Sekunde</target>
<note />
</trans-unit>
<trans-unit id="_10ths_of_a_second_description">
<source>The "f" custom format specifier represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value.
If the "f" format specifier is used without other format specifiers, it's interpreted as the "f" standard date and time format specifier.
When you use "f" format specifiers as part of a format string supplied to the ParseExact or TryParseExact method, the number of "f" format specifiers indicates the number of most significant digits of the seconds fraction that must be present to successfully parse the string.</source>
<target state="new">The "f" custom format specifier represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value.
If the "f" format specifier is used without other format specifiers, it's interpreted as the "f" standard date and time format specifier.
When you use "f" format specifiers as part of a format string supplied to the ParseExact or TryParseExact method, the number of "f" format specifiers indicates the number of most significant digits of the seconds fraction that must be present to successfully parse the string.</target>
<note>{Locked="ParseExact"}{Locked="TryParseExact"}{Locked=""f""}</note>
</trans-unit>
<trans-unit id="_10ths_of_a_second_non_zero">
<source>10ths of a second (non-zero)</source>
<target state="translated">Zehntel einer Sekunde (ungleich 0)</target>
<note />
</trans-unit>
<trans-unit id="_10ths_of_a_second_non_zero_description">
<source>The "F" custom format specifier represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value. Nothing is displayed if the digit is zero.
If the "F" format specifier is used without other format specifiers, it's interpreted as the "F" standard date and time format specifier.
The number of "F" format specifiers used with the ParseExact, TryParseExact, ParseExact, or TryParseExact method indicates the maximum number of most significant digits of the seconds fraction that can be present to successfully parse the string.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "F" repräsentiert die signifikanteste Stelle des Sekundenbruchteils, d. h., er stellt die Zehntelsekunden in einem Datums- und Uhrzeitwert dar. Wenn die Stelle 0 lautet, wird nichts angezeigt.
Bei Verwendung des Formatbezeichners "f" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "f" für Datum und Uhrzeit interpretiert.
Bei Verwendung des Formatbezeichners "f" als Teil einer Formatzeichenfolge zur Übergabe an die ParseExact-, TryParseExact-, ParseExact- oder TryParseExact-Methode gibt die f-Formatbezeichneranzahl die Anzahl der signifikantesten Stellen des Sekundenbruchteils an, die vorhanden sein müssen, um die Zeichenfolge erfolgreich zu analysieren.</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_1_2_digits">
<source>12 hour clock (1-2 digits)</source>
<target state="translated">12-Stunden-Format (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_1_2_digits_description">
<source>The "h" custom format specifier represents the hour as a number from 1 through 12; that is, the hour is represented by a 12-hour clock that counts the whole hours since midnight or noon. A particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted without a leading zero. For example, given a time of 5:43 in the morning or afternoon, this custom format specifier displays "5".
If the "h" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "h" repräsentiert die Stunde als eine Zahl zwischen 1 und 12, d. h., die Stunde wird in einem 12-Stunden-Format dargestellt, bei dem die ganzen Stunden seit Mitternacht oder Mittag gezählt werden. Eine bestimmte Stunde nach Mitternacht ist nicht von der gleichen Stunde nach Mittag unterscheidbar. Der Stundenwert wird nicht gerundet, und ein einstelliger Stundenwert wird ohne führende Null formatiert. Beispielsweise zeigt dieser benutzerdefinierte Formatbezeichner bei der Uhrzeit 5:43 morgens oder nachmittags den Wert "5" an.
Bei Verwendung des Formatbezeichners "h" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datum und Uhrzeit interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_2_digits">
<source>12 hour clock (2 digits)</source>
<target state="translated">12-Stunden-Format (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_12_hour_clock_2_digits_description">
<source>The "hh" custom format specifier (plus any number of additional "h" specifiers) represents the hour as a number from 01 through 12; that is, the hour is represented by a 12-hour clock that counts the whole hours since midnight or noon. A particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted with a leading zero. For example, given a time of 5:43 in the morning or afternoon, this format specifier displays "05".</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "hh" (plus beliebig viele zusätzliche h-Bezeichner) repräsentiert die Stunde als eine Zahl zwischen 01 und 12, d. h., die Stunde wird in einem 12-Stunden-Format dargestellt, bei dem die ganzen Stunden seit Mitternacht oder Mittag gezählt werden. Eine bestimmte Stunde nach Mitternacht ist nicht von der gleichen Stunde nach Mittag unterscheidbar. Der Stundenwert wird nicht gerundet, und ein einstelliger Stundenwert wird mit einer führenden Null formatiert. Beispielsweise zeigt dieser benutzerdefinierte Formatbezeichner bei der Uhrzeit 5:43 morgens oder nachmittags den Wert "05" an.</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_1_2_digits">
<source>24 hour clock (1-2 digits)</source>
<target state="translated">24-Stunden-Format (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_1_2_digits_description">
<source>The "H" custom format specifier represents the hour as a number from 0 through 23; that is, the hour is represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted without a leading zero.
If the "H" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "H" repräsentiert die Stunde als eine Zahl zwischen 0 und 23, d. h., die Stunde wird in einem nullbasierten 24-Stunden-Format dargestellt, bei dem die Stunden seit Mitternacht gezählt werden. Ein einstelliger Stundenwert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "H" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datum und Uhrzeit interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_2_digits">
<source>24 hour clock (2 digits)</source>
<target state="translated">24-Stunden-Format (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="_24_hour_clock_2_digits_description">
<source>The "HH" custom format specifier (plus any number of additional "H" specifiers) represents the hour as a number from 00 through 23; that is, the hour is represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "HH" (plus beliebig viele zusätzliche H-Bezeichner) repräsentiert die Stunde als eine Zahl zwischen 00 und 23, d. h., die Stunde wird in einem nullbasierten 24-Stunden-Format dargestellt, bei dem die Stunden seit Mitternacht gezählt werden. Ein einstelliger Stundenwert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="and_update_call_sites_directly">
<source>and update call sites directly</source>
<target state="new">and update call sites directly</target>
<note />
</trans-unit>
<trans-unit id="code">
<source>code</source>
<target state="translated">Code</target>
<note />
</trans-unit>
<trans-unit id="date_separator">
<source>date separator</source>
<target state="translated">Datumstrennzeichen</target>
<note />
</trans-unit>
<trans-unit id="date_separator_description">
<source>The "/" custom format specifier represents the date separator, which is used to differentiate years, months, and days. The appropriate localized date separator is retrieved from the DateTimeFormatInfo.DateSeparator property of the current or specified culture.
Note: To change the date separator for a particular date and time string, specify the separator character within a literal string delimiter. For example, the custom format string mm'/'dd'/'yyyy produces a result string in which "/" is always used as the date separator. To change the date separator for all dates for a culture, either change the value of the DateTimeFormatInfo.DateSeparator property of the current culture, or instantiate a DateTimeFormatInfo object, assign the character to its DateSeparator property, and call an overload of the formatting method that includes an IFormatProvider parameter.
If the "/" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "/" repräsentiert das Datumstrennzeichen, das zur Unterscheidung von Jahren, Monaten und Tagen verwendet wird. Das geeignete lokalisierte Datumstrennzeichen wird aus der DateTimeFormatInfo.DateSeparator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.
Hinweis: Um das Datumstrennzeichen für eine bestimmte Datums- und Uhrzeitzeichenfolge zu ändern, geben Sie das Trennzeichen innerhalb eines Trennzeichens einer Literalzeichenfolge an. Beispielsweise erzeugt die benutzerdefinierte Formatzeichenfolge "mm'/'dd'/'yyyy" eine Ergebniszeichenfolge, in der stets "/" als Datumstrennzeichen verwendet wird. Um das Datumstrennzeichen für alle Datumswerte für eine Kultur zu ändern, ändern Sie entweder den Wert der DateTimeFormatInfo.DateSeparator-Eigenschaft der aktuellen Kultur, oder instanziieren Sie ein DateTimeFormatInfo-Objekt, weisen Sie das Zeichen der zugehörigen DateSeparator-Eigenschaft zu, und rufen Sie eine Überladung der Formatierungsmethode auf, die einen IFormatProvider-Parameter umfasst.
Bei Verwendung des Formatbezeichners "/" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_1_2_digits">
<source>day of the month (1-2 digits)</source>
<target state="translated">Tag des Monats (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_1_2_digits_description">
<source>The "d" custom format specifier represents the day of the month as a number from 1 through 31. A single-digit day is formatted without a leading zero.
If the "d" format specifier is used without other custom format specifiers, it's interpreted as the "d" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "d" repräsentiert den Tag des Monats als eine Zahl zwischen 1 und 31. Ein einstelliger Tageswert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "d" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "d" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_2_digits">
<source>day of the month (2 digits)</source>
<target state="translated">Tag des Monats (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_month_2_digits_description">
<source>The "dd" custom format string represents the day of the month as a number from 01 through 31. A single-digit day is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "dd" repräsentiert den Tag des Monats als eine Zahl zwischen 01 und 31. Ein einstelliger Tageswert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_abbreviated">
<source>day of the week (abbreviated)</source>
<target state="translated">Tag der Woche (abgekürzt)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_abbreviated_description">
<source>The "ddd" custom format specifier represents the abbreviated name of the day of the week. The localized abbreviated name of the day of the week is retrieved from the DateTimeFormatInfo.AbbreviatedDayNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ddd" repräsentiert den abgekürzten Namen des Wochentags. Der lokalisierte abgekürzte Name des Wochentags wird aus der DateTimeFormatInfo.AbbreviatedDayNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_full">
<source>day of the week (full)</source>
<target state="translated">Tag der Woche (vollständig)</target>
<note />
</trans-unit>
<trans-unit id="day_of_the_week_full_description">
<source>The "dddd" custom format specifier (plus any number of additional "d" specifiers) represents the full name of the day of the week. The localized name of the day of the week is retrieved from the DateTimeFormatInfo.DayNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "dddd" (plus beliebig viele zusätzliche d-Bezeichner) repräsentiert den vollständigen Namen des Wochentags. Der lokalisierte Name des Wochentags wird aus der DateTimeFormatInfo.DayNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="discard">
<source>discard</source>
<target state="translated">Ausschussvariable</target>
<note />
</trans-unit>
<trans-unit id="from_metadata">
<source>from metadata</source>
<target state="translated">aus Metadaten</target>
<note />
</trans-unit>
<trans-unit id="full_long_date_time">
<source>full long date/time</source>
<target state="translated">Vollständige(s) Datum/Uhrzeit (lang)</target>
<note />
</trans-unit>
<trans-unit id="full_long_date_time_description">
<source>The "F" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.FullDateTimePattern property. For example, the custom format string for the invariant culture is "dddd, dd MMMM yyyy HH:mm:ss".</source>
<target state="translated">Der Standardformatbezeichner "F" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitzeichenfolge, die durch die aktuelle DateTimeFormatInfo.FullDateTimePattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "dddd, dd MMMM yyyy HH:mm:ss".</target>
<note />
</trans-unit>
<trans-unit id="full_short_date_time">
<source>full short date/time</source>
<target state="translated">Vollständige(s) Datum/Uhrzeit (kurz)</target>
<note />
</trans-unit>
<trans-unit id="full_short_date_time_description">
<source>The Full Date Short Time ("f") Format Specifier
The "f" standard format specifier represents a combination of the long date ("D") and short time ("t") patterns, separated by a space.</source>
<target state="translated">Formatbezeichner für das Datum in Langform und die Uhrzeit in Kurzform ("f")
Der Standardformatbezeichner "f" repräsentiert eine Kombination aus den Mustern für das lange Datumsformat ("D") und das kurze Uhrzeitformat ("t"), getrennt durch ein Leerzeichen.</target>
<note />
</trans-unit>
<trans-unit id="general_long_date_time">
<source>general long date/time</source>
<target state="translated">Allgemeine(s) Datum/Uhrzeit (lang)</target>
<note />
</trans-unit>
<trans-unit id="general_long_date_time_description">
<source>The "G" standard format specifier represents a combination of the short date ("d") and long time ("T") patterns, separated by a space.</source>
<target state="translated">Der Standardformatbezeichner "G" repräsentiert eine Kombination aus den Mustern für das kurze Datumsformat ("d") und das lange Uhrzeitformat ("T"), getrennt durch ein Leerzeichen.</target>
<note />
</trans-unit>
<trans-unit id="general_short_date_time">
<source>general short date/time</source>
<target state="translated">Allgemeine(s) Datum/Uhrzeit (kurz)</target>
<note />
</trans-unit>
<trans-unit id="general_short_date_time_description">
<source>The "g" standard format specifier represents a combination of the short date ("d") and short time ("t") patterns, separated by a space.</source>
<target state="translated">Der Standardformatbezeichner "g" repräsentiert eine Kombination aus den Mustern für das kurze Datumsformat ("d") und das kurze Uhrzeitformat ("t"), getrennt durch ein Leerzeichen.</target>
<note />
</trans-unit>
<trans-unit id="generic_overload">
<source>generic overload</source>
<target state="translated">generische Überladung</target>
<note />
</trans-unit>
<trans-unit id="generic_overloads">
<source>generic overloads</source>
<target state="translated">generische Überladungen</target>
<note />
</trans-unit>
<trans-unit id="in_0_1_2">
<source>in {0} ({1} - {2})</source>
<target state="translated">in {0} ({1}–{2})</target>
<note />
</trans-unit>
<trans-unit id="in_Source_attribute">
<source>in Source (attribute)</source>
<target state="translated">in Quelle (Attribut)</target>
<note />
</trans-unit>
<trans-unit id="into_extracted_method_to_invoke_at_call_sites">
<source>into extracted method to invoke at call sites</source>
<target state="new">into extracted method to invoke at call sites</target>
<note />
</trans-unit>
<trans-unit id="into_new_overload">
<source>into new overload</source>
<target state="new">into new overload</target>
<note />
</trans-unit>
<trans-unit id="long_date">
<source>long date</source>
<target state="translated">Langes Datumsformat</target>
<note />
</trans-unit>
<trans-unit id="long_date_description">
<source>The "D" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.LongDatePattern property. For example, the custom format string for the invariant culture is "dddd, dd MMMM yyyy".</source>
<target state="translated">Der Standardformatbezeichner "D" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die aktuelle DateTimeFormatInfo.LongDatePattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "dddd, dd MMMM yyyy".</target>
<note />
</trans-unit>
<trans-unit id="long_time">
<source>long time</source>
<target state="translated">Langes Uhrzeitformat</target>
<note />
</trans-unit>
<trans-unit id="long_time_description">
<source>The "T" standard format specifier represents a custom date and time format string that is defined by a specific culture's DateTimeFormatInfo.LongTimePattern property. For example, the custom format string for the invariant culture is "HH:mm:ss".</source>
<target state="translated">Der Standardformatbezeichner "T" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.LongTimePattern-Eigenschaft einer bestimmten Kultur definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "HH:mm:ss".</target>
<note />
</trans-unit>
<trans-unit id="member_kind_and_name">
<source>{0} '{1}'</source>
<target state="translated">{0} "{1}"</target>
<note>e.g. "method 'M'"</note>
</trans-unit>
<trans-unit id="minute_1_2_digits">
<source>minute (1-2 digits)</source>
<target state="translated">Minute (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="minute_1_2_digits_description">
<source>The "m" custom format specifier represents the minute as a number from 0 through 59. The minute represents whole minutes that have passed since the last hour. A single-digit minute is formatted without a leading zero.
If the "m" format specifier is used without other custom format specifiers, it's interpreted as the "m" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "m" repräsentiert die Minute als eine Zahl zwischen 0 und 59. Der Minutenwert steht für ganze Minuten, die seit der letzten Stunde vergangen sind. Ein einstelliger Minutenwert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "m" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "m" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="minute_2_digits">
<source>minute (2 digits)</source>
<target state="translated">Minute (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="minute_2_digits_description">
<source>The "mm" custom format specifier (plus any number of additional "m" specifiers) represents the minute as a number from 00 through 59. The minute represents whole minutes that have passed since the last hour. A single-digit minute is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "mm" (plus beliebig viele zusätzliche m-Bezeichner) repräsentiert die Minute als eine Zahl zwischen 00 und 59. Der Minutenwert steht für ganze Minuten, die seit der letzten Stunde vergangen sind. Ein einstelliger Minutenwert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="month_1_2_digits">
<source>month (1-2 digits)</source>
<target state="translated">Monate (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="month_1_2_digits_description">
<source>The "M" custom format specifier represents the month as a number from 1 through 12 (or from 1 through 13 for calendars that have 13 months). A single-digit month is formatted without a leading zero.
If the "M" format specifier is used without other custom format specifiers, it's interpreted as the "M" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "M" repräsentiert den Monat als eine Zahl zwischen 1 und 12 (bzw. zwischen 1 und 13 für Kalender mit 13 Monaten). Ein einstelliger Monatswert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "M" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "M" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="month_2_digits">
<source>month (2 digits)</source>
<target state="translated">Monat (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="month_2_digits_description">
<source>The "MM" custom format specifier represents the month as a number from 01 through 12 (or from 1 through 13 for calendars that have 13 months). A single-digit month is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "MM" repräsentiert den Monat als eine Zahl zwischen 01 und 12 (bzw. zwischen 1 und 13 für Kalender mit 13 Monaten). Ein einstelliger Monatswert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="month_abbreviated">
<source>month (abbreviated)</source>
<target state="translated">Monat (abgekürzt)</target>
<note />
</trans-unit>
<trans-unit id="month_abbreviated_description">
<source>The "MMM" custom format specifier represents the abbreviated name of the month. The localized abbreviated name of the month is retrieved from the DateTimeFormatInfo.AbbreviatedMonthNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "MMM" repräsentiert den abgekürzten Namen des Monats. Der lokalisierte abgekürzte Name des Monats wird aus der DateTimeFormatInfo.AbbreviatedMonthNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="month_day">
<source>month day</source>
<target state="translated">Tag des Monats</target>
<note />
</trans-unit>
<trans-unit id="month_day_description">
<source>The "M" or "m" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.MonthDayPattern property. For example, the custom format string for the invariant culture is "MMMM dd".</source>
<target state="translated">Der Standardformatbezeichner "M" oder "m" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die aktuelle DateTimeFormatInfo.MonthDayPattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "MMMM dd".</target>
<note />
</trans-unit>
<trans-unit id="month_full">
<source>month (full)</source>
<target state="translated">Monat (vollständig)</target>
<note />
</trans-unit>
<trans-unit id="month_full_description">
<source>The "MMMM" custom format specifier represents the full name of the month. The localized name of the month is retrieved from the DateTimeFormatInfo.MonthNames property of the current or specified culture.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "MMMM" repräsentiert den vollständigen Namen des Monats. Der lokalisierte Name des Monats wird aus der DateTimeFormatInfo.MonthNames-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.</target>
<note />
</trans-unit>
<trans-unit id="overload">
<source>overload</source>
<target state="translated">Überladung</target>
<note />
</trans-unit>
<trans-unit id="overloads_">
<source>overloads</source>
<target state="translated">Überladungen</target>
<note />
</trans-unit>
<trans-unit id="_0_Keyword">
<source>{0} Keyword</source>
<target state="translated">{0}-Schlüsselwort</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_field_colon_0_and_use_property">
<source>Encapsulate field: '{0}' (and use property)</source>
<target state="translated">Feld kapseln: "{0}" (und Eigenschaft verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_field_colon_0_but_still_use_field">
<source>Encapsulate field: '{0}' (but still use field)</source>
<target state="translated">Feld kapseln: "{0}" (Feld jedoch weiterhin verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_fields_and_use_property">
<source>Encapsulate fields (and use property)</source>
<target state="translated">Felder kapseln (und Eigenschaft verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_fields_but_still_use_field">
<source>Encapsulate fields (but still use field)</source>
<target state="translated">Felder kapseln (Feld jedoch weiterhin verwenden)</target>
<note />
</trans-unit>
<trans-unit id="Could_not_extract_interface_colon_The_selection_is_not_inside_a_class_interface_struct">
<source>Could not extract interface: The selection is not inside a class/interface/struct.</source>
<target state="translated">Schnittstelle konnte nicht extrahiert werden: Die Auswahl befindet sich nicht in einer Klasse/Schnittstelle/Struktur.</target>
<note />
</trans-unit>
<trans-unit id="Could_not_extract_interface_colon_The_type_does_not_contain_any_member_that_can_be_extracted_to_an_interface">
<source>Could not extract interface: The type does not contain any member that can be extracted to an interface.</source>
<target state="translated">Schnittstelle konnte nicht extrahiert werden: Der Typ enthält kein Element, das in eine Schnittstelle extrahiert werden kann.</target>
<note />
</trans-unit>
<trans-unit id="can_t_not_construct_final_tree">
<source>can't not construct final tree</source>
<target state="translated">Endgültiger Baum konnte nicht erstellt werden</target>
<note />
</trans-unit>
<trans-unit id="Parameters_type_or_return_type_cannot_be_an_anonymous_type_colon_bracket_0_bracket">
<source>Parameters' type or return type cannot be an anonymous type : [{0}]</source>
<target state="translated">Parametertyp oder Rückgabetyp können kein anonymer Typ sein : [{0}]</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_no_active_statement">
<source>The selection contains no active statement.</source>
<target state="translated">Die Auswahl enthält keine aktive Anweisung.</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_an_error_or_unknown_type">
<source>The selection contains an error or unknown type.</source>
<target state="translated">Die Auswahl enthält einen Fehler oder einen unbekannten Typen.</target>
<note />
</trans-unit>
<trans-unit id="Type_parameter_0_is_hidden_by_another_type_parameter_1">
<source>Type parameter '{0}' is hidden by another type parameter '{1}'.</source>
<target state="translated">Typparameter "{0}" wird durch einen anderen Typparameter "{1}" verborgen.</target>
<note />
</trans-unit>
<trans-unit id="The_address_of_a_variable_is_used_inside_the_selected_code">
<source>The address of a variable is used inside the selected code.</source>
<target state="translated">Die Adress einer Variable wird in dem ausgewählten Code verwendet.</target>
<note />
</trans-unit>
<trans-unit id="Assigning_to_readonly_fields_must_be_done_in_a_constructor_colon_bracket_0_bracket">
<source>Assigning to readonly fields must be done in a constructor : [{0}].</source>
<target state="translated">Das Zuweisen zu schreibgeschützten Feldern muss in einem Konstruktor erfolgen: [{0}].</target>
<note />
</trans-unit>
<trans-unit id="generated_code_is_overlapping_with_hidden_portion_of_the_code">
<source>generated code is overlapping with hidden portion of the code</source>
<target state="translated">generierter Code überschneidet sich mit dem ausgeblendeten Teil des Codes</target>
<note />
</trans-unit>
<trans-unit id="Add_optional_parameters_to_0">
<source>Add optional parameters to '{0}'</source>
<target state="translated">Optionale Parameter zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameters_to_0">
<source>Add parameters to '{0}'</source>
<target state="translated">Parameter zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Generate_delegating_constructor_0_1">
<source>Generate delegating constructor '{0}({1})'</source>
<target state="translated">Delegierenden Konstruktor "{0}({1})" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_0_1">
<source>Generate constructor '{0}({1})'</source>
<target state="translated">Konstruktor "{0}({1})" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_field_assigning_constructor_0_1">
<source>Generate field assigning constructor '{0}({1})'</source>
<target state="translated">Feldzuweisungskonstruktor "{0}({1})" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_Equals_and_GetHashCode">
<source>Generate Equals and GetHashCode</source>
<target state="translated">"Equals" und "GetHashCode" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_Equals_object">
<source>Generate Equals(object)</source>
<target state="translated">"Equals(object)" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_GetHashCode">
<source>Generate GetHashCode()</source>
<target state="translated">"GetHashCode()" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor_in_0">
<source>Generate constructor in '{0}'</source>
<target state="translated">Konstruktor in "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_all">
<source>Generate all</source>
<target state="translated">Alle generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_enum_member_1_0">
<source>Generate enum member '{1}.{0}'</source>
<target state="translated">Aufzählungselement "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_constant_1_0">
<source>Generate constant '{1}.{0}'</source>
<target state="translated">Konstante "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_read_only_property_1_0">
<source>Generate read-only property '{1}.{0}'</source>
<target state="translated">Schreibgeschützte Eigenschaft "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_property_1_0">
<source>Generate property '{1}.{0}'</source>
<target state="translated">Eigenschaft "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_read_only_field_1_0">
<source>Generate read-only field '{1}.{0}'</source>
<target state="translated">Schreibgeschütztes Feld "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_field_1_0">
<source>Generate field '{1}.{0}'</source>
<target state="translated">Feld "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_local_0">
<source>Generate local '{0}'</source>
<target state="translated">Lokales "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_0_1_in_new_file">
<source>Generate {0} '{1}' in new file</source>
<target state="translated">{0}-Objekt "{1}" in neuer Datei generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_nested_0_1">
<source>Generate nested {0} '{1}'</source>
<target state="translated">Geschachteltes {0}-Objekt "{1}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Global_Namespace">
<source>Global Namespace</source>
<target state="translated">Globaler Namespace</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_abstractly">
<source>Implement interface abstractly</source>
<target state="translated">Schnittstelle abstrakt implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_through_0">
<source>Implement interface through '{0}'</source>
<target state="translated">Schnittstelle über "{0}" implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface">
<source>Implement interface</source>
<target state="translated">Schnittstelle implementieren</target>
<note />
</trans-unit>
<trans-unit id="Introduce_field_for_0">
<source>Introduce field for '{0}'</source>
<target state="translated">Feld für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_for_0">
<source>Introduce local for '{0}'</source>
<target state="translated">Lokales Element für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_constant_for_0">
<source>Introduce constant for '{0}'</source>
<target state="translated">Konstante für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_constant_for_0">
<source>Introduce local constant for '{0}'</source>
<target state="translated">Lokale Konstante für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_field_for_all_occurrences_of_0">
<source>Introduce field for all occurrences of '{0}'</source>
<target state="translated">Feld für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_for_all_occurrences_of_0">
<source>Introduce local for all occurrences of '{0}'</source>
<target state="translated">Lokales Element für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_constant_for_all_occurrences_of_0">
<source>Introduce constant for all occurrences of '{0}'</source>
<target state="translated">Konstante für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_local_constant_for_all_occurrences_of_0">
<source>Introduce local constant for all occurrences of '{0}'</source>
<target state="translated">Lokale Konstante für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_query_variable_for_all_occurrences_of_0">
<source>Introduce query variable for all occurrences of '{0}'</source>
<target state="translated">Abfragevariable für alle Vorkommen von "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Introduce_query_variable_for_0">
<source>Introduce query variable for '{0}'</source>
<target state="translated">Abfragevariable für "{0}" bereitstellen</target>
<note />
</trans-unit>
<trans-unit id="Anonymous_Types_colon">
<source>Anonymous Types:</source>
<target state="translated">Anonyme Typen:</target>
<note />
</trans-unit>
<trans-unit id="is_">
<source>is</source>
<target state="translated">ist</target>
<note />
</trans-unit>
<trans-unit id="Represents_an_object_whose_operations_will_be_resolved_at_runtime">
<source>Represents an object whose operations will be resolved at runtime.</source>
<target state="translated">Stellt ein Objekt dar, dessen Vorgänge zur Laufzeit aufgelöst werden.</target>
<note />
</trans-unit>
<trans-unit id="constant">
<source>constant</source>
<target state="translated">Konstante</target>
<note />
</trans-unit>
<trans-unit id="field">
<source>field</source>
<target state="translated">Feld</target>
<note />
</trans-unit>
<trans-unit id="local_constant">
<source>local constant</source>
<target state="translated">lokale Konstante</target>
<note />
</trans-unit>
<trans-unit id="local_variable">
<source>local variable</source>
<target state="translated">Lokale Variable</target>
<note />
</trans-unit>
<trans-unit id="label">
<source>label</source>
<target state="translated">Bezeichnung</target>
<note />
</trans-unit>
<trans-unit id="period_era">
<source>period/era</source>
<target state="translated">Zeitraum/Epoche</target>
<note />
</trans-unit>
<trans-unit id="period_era_description">
<source>The "g" or "gg" custom format specifiers (plus any number of additional "g" specifiers) represents the period or era, such as A.D. The formatting operation ignores this specifier if the date to be formatted doesn't have an associated period or era string.
If the "g" format specifier is used without other custom format specifiers, it's interpreted as the "g" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "g" oder "gg" (plus eine beliebige Anzahl zusätzlicher g-Bezeichner) repräsentiert ein Zeitalter oder eine Epoche, wie z. B. A. D. (Anno Domini). Dieser Bezeichner wird bei der Formatierung ignoriert, wenn dem zu formatierenden Datum keine Zeitalter- oder Epochenzeichenfolge zugeordnet ist.
Bei Verwendung des Formatbezeichners "g" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "g" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="property_accessor">
<source>property accessor</source>
<target state="new">property accessor</target>
<note />
</trans-unit>
<trans-unit id="range_variable">
<source>range variable</source>
<target state="translated">Bereichsvariable</target>
<note />
</trans-unit>
<trans-unit id="parameter">
<source>parameter</source>
<target state="translated">Parameter</target>
<note />
</trans-unit>
<trans-unit id="in_">
<source>in</source>
<target state="translated">Ein</target>
<note />
</trans-unit>
<trans-unit id="Summary_colon">
<source>Summary:</source>
<target state="translated">Zusammenfassung:</target>
<note />
</trans-unit>
<trans-unit id="Locals_and_parameters">
<source>Locals and parameters</source>
<target state="translated">Lokale Variablen und Parameter</target>
<note />
</trans-unit>
<trans-unit id="Type_parameters_colon">
<source>Type parameters:</source>
<target state="translated">Typparameter:</target>
<note />
</trans-unit>
<trans-unit id="Returns_colon">
<source>Returns:</source>
<target state="translated">Rückgabewerte:</target>
<note />
</trans-unit>
<trans-unit id="Exceptions_colon">
<source>Exceptions:</source>
<target state="translated">Ausnahmen:</target>
<note />
</trans-unit>
<trans-unit id="Remarks_colon">
<source>Remarks:</source>
<target state="translated">Hinweise:</target>
<note />
</trans-unit>
<trans-unit id="generating_source_for_symbols_of_this_type_is_not_supported">
<source>generating source for symbols of this type is not supported</source>
<target state="translated">Das Generieren der Symbolquelle dieses Typs wird nicht unterstützt</target>
<note />
</trans-unit>
<trans-unit id="Assembly">
<source>Assembly</source>
<target state="translated">Assembly</target>
<note />
</trans-unit>
<trans-unit id="location_unknown">
<source>location unknown</source>
<target state="translated">Standort unbekannt</target>
<note />
</trans-unit>
<trans-unit id="Unexpected_interface_member_kind_colon_0">
<source>Unexpected interface member kind: {0}</source>
<target state="translated">Unerwartete Schnittstellenelementart: {0}</target>
<note />
</trans-unit>
<trans-unit id="Unknown_symbol_kind">
<source>Unknown symbol kind</source>
<target state="translated">Unbekannte Symbolart</target>
<note />
</trans-unit>
<trans-unit id="Generate_abstract_property_1_0">
<source>Generate abstract property '{1}.{0}'</source>
<target state="translated">Abstrakte Eigenschaft "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_abstract_method_1_0">
<source>Generate abstract method '{1}.{0}'</source>
<target state="translated">Abstrakte Methode "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_method_1_0">
<source>Generate method '{1}.{0}'</source>
<target state="translated">Methode "{1}.{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Requested_assembly_already_loaded_from_0">
<source>Requested assembly already loaded from '{0}'.</source>
<target state="translated">Angefordertes Assembly wurde bereits von "{0}" geladen.</target>
<note />
</trans-unit>
<trans-unit id="The_symbol_does_not_have_an_icon">
<source>The symbol does not have an icon.</source>
<target state="translated">Das Symbol hat kein Symbolbild.</target>
<note />
</trans-unit>
<trans-unit id="Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket">
<source>Asynchronous method cannot have ref/out parameters : [{0}]</source>
<target state="translated">Asynchrone Methode darf keine ref/out-Parameter aufweisen : [{0}]</target>
<note />
</trans-unit>
<trans-unit id="The_member_is_defined_in_metadata">
<source>The member is defined in metadata.</source>
<target state="translated">Das Element wird in den Metadaten definiert.</target>
<note />
</trans-unit>
<trans-unit id="You_can_only_change_the_signature_of_a_constructor_indexer_method_or_delegate">
<source>You can only change the signature of a constructor, indexer, method or delegate.</source>
<target state="translated">Sie können nur die Signatur eines Konstruktors, eines Indexers, einer Methode oder eines Delegaten ändern.</target>
<note />
</trans-unit>
<trans-unit id="This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue">
<source>This symbol has related definitions or references in metadata. Changing its signature may result in build errors.
Do you want to continue?</source>
<target state="translated">Definitionen oder Verweise im Zusammenhang mit diesem Symbol befinden sich in den Metadaten. Durch Ändern der Signatur können Fehler beim Erstellen auftreten.
Möchten Sie fortfahren?</target>
<note />
</trans-unit>
<trans-unit id="Change_signature">
<source>Change signature...</source>
<target state="translated">Signatur ändern...</target>
<note />
</trans-unit>
<trans-unit id="Generate_new_type">
<source>Generate new type...</source>
<target state="translated">Neuen Typ generieren...</target>
<note />
</trans-unit>
<trans-unit id="User_Diagnostic_Analyzer_Failure">
<source>User Diagnostic Analyzer Failure.</source>
<target state="translated">Benutzerfehler bei Diagnoseanalysetool.</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_0_threw_an_exception_of_type_1_with_message_2">
<source>Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.</source>
<target state="translated">Die Analyse "{0}" hat eine Ausnahme vom Typ "{1}" mit der Meldung "{2}" ausgelöst.</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_0_threw_the_following_exception_colon_1">
<source>Analyzer '{0}' threw the following exception:
'{1}'.</source>
<target state="translated">Das Analysetool "{0}" hat die folgende Ausnahme ausgelöst:
"{1}".</target>
<note />
</trans-unit>
<trans-unit id="Simplify_Names">
<source>Simplify Names</source>
<target state="translated">Namen vereinfachen</target>
<note />
</trans-unit>
<trans-unit id="Simplify_Member_Access">
<source>Simplify Member Access</source>
<target state="translated">Memberzugriff vereinfachen</target>
<note />
</trans-unit>
<trans-unit id="Remove_qualification">
<source>Remove qualification</source>
<target state="translated">Qualifizierung entfernen</target>
<note />
</trans-unit>
<trans-unit id="Unknown_error_occurred">
<source>Unknown error occurred</source>
<target state="translated">Unbekannter Fehler aufgetreten</target>
<note />
</trans-unit>
<trans-unit id="Available">
<source>Available</source>
<target state="translated">Verfügbar</target>
<note />
</trans-unit>
<trans-unit id="Not_Available">
<source>Not Available ⚠</source>
<target state="translated">Nicht verfügbar ⚠</target>
<note />
</trans-unit>
<trans-unit id="_0_1">
<source> {0} - {1}</source>
<target state="translated"> {0} - {1}</target>
<note />
</trans-unit>
<trans-unit id="in_Source">
<source>in Source</source>
<target state="translated">In Quelle</target>
<note />
</trans-unit>
<trans-unit id="in_Suppression_File">
<source>in Suppression File</source>
<target state="translated">In Unterdrückungsdatei</target>
<note />
</trans-unit>
<trans-unit id="Remove_Suppression_0">
<source>Remove Suppression {0}</source>
<target state="translated">Unterdrückung "{0}" entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_Suppression">
<source>Remove Suppression</source>
<target state="translated">Unterdrückung entfernen</target>
<note />
</trans-unit>
<trans-unit id="Pending">
<source><Pending></source>
<target state="translated"><Ausstehend></target>
<note />
</trans-unit>
<trans-unit id="Note_colon_Tab_twice_to_insert_the_0_snippet">
<source>Note: Tab twice to insert the '{0}' snippet.</source>
<target state="translated">Hinweis: Drücken Sie zweimal die TAB-TASTE, um den Ausschnitt "{0}" einzufügen.</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_explicitly_with_Dispose_pattern">
<source>Implement interface explicitly with Dispose pattern</source>
<target state="translated">Schnittstelle explizit mit Dispose-Muster implementieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_interface_with_Dispose_pattern">
<source>Implement interface with Dispose pattern</source>
<target state="translated">Schnittstelle mit Dispose-Muster implementieren</target>
<note />
</trans-unit>
<trans-unit id="Re_triage_0_currently_1">
<source>Re-triage {0}(currently '{1}')</source>
<target state="translated">Erneute Triage {0} (zurzeit "{1}")</target>
<note />
</trans-unit>
<trans-unit id="Argument_cannot_have_a_null_element">
<source>Argument cannot have a null element.</source>
<target state="translated">Argument darf kein Nullelement enthalten.</target>
<note />
</trans-unit>
<trans-unit id="Argument_cannot_be_empty">
<source>Argument cannot be empty.</source>
<target state="translated">Argument darf nicht leer sein.</target>
<note />
</trans-unit>
<trans-unit id="Reported_diagnostic_with_ID_0_is_not_supported_by_the_analyzer">
<source>Reported diagnostic with ID '{0}' is not supported by the analyzer.</source>
<target state="translated">Die gemeldete Diagnose mit ID "{0}" wird vom Diagnoseanalysetool nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="Computing_fix_all_occurrences_code_fix">
<source>Computing fix all occurrences code fix...</source>
<target state="translated">Berechnen der Codefehlerbehebung für alle Vorkommen...</target>
<note />
</trans-unit>
<trans-unit id="Fix_all_occurrences">
<source>Fix all occurrences</source>
<target state="translated">Alle Vorkommen korrigieren</target>
<note />
</trans-unit>
<trans-unit id="Document">
<source>Document</source>
<target state="translated">Dokument</target>
<note />
</trans-unit>
<trans-unit id="Project">
<source>Project</source>
<target state="translated">Projekt </target>
<note />
</trans-unit>
<trans-unit id="Solution">
<source>Solution</source>
<target state="translated">Projektmappe</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_dispose_managed_state_managed_objects">
<source>TODO: dispose managed state (managed objects)</source>
<target state="translated">TODO: Verwalteten Zustand (verwaltete Objekte) bereinigen</target>
<note />
</trans-unit>
<trans-unit id="TODO_colon_set_large_fields_to_null">
<source>TODO: set large fields to null</source>
<target state="translated">TODO: Große Felder auf NULL setzen</target>
<note />
</trans-unit>
<trans-unit id="Compiler2">
<source>Compiler</source>
<target state="translated">Compiler</target>
<note />
</trans-unit>
<trans-unit id="Live">
<source>Live</source>
<target state="translated">Live</target>
<note />
</trans-unit>
<trans-unit id="enum_value">
<source>enum value</source>
<target state="translated">enum – Wert</target>
<note>{Locked="enum"} "enum" is a C#/VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="const_field">
<source>const field</source>
<target state="translated">const – Feld</target>
<note>{Locked="const"} "const" is a C#/VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="method">
<source>method</source>
<target state="translated">Methode</target>
<note />
</trans-unit>
<trans-unit id="operator_">
<source>operator</source>
<target state="translated">Operator</target>
<note />
</trans-unit>
<trans-unit id="constructor">
<source>constructor</source>
<target state="translated">Konstruktor</target>
<note />
</trans-unit>
<trans-unit id="auto_property">
<source>auto-property</source>
<target state="translated">Auto-Eigenschaft</target>
<note />
</trans-unit>
<trans-unit id="property_">
<source>property</source>
<target state="translated">Eigenschaft</target>
<note />
</trans-unit>
<trans-unit id="event_accessor">
<source>event accessor</source>
<target state="translated">Ereignisaccessor</target>
<note />
</trans-unit>
<trans-unit id="rfc1123_date_time">
<source>rfc1123 date/time</source>
<target state="translated">RFC1123-Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="rfc1123_date_time_description">
<source>The "R" or "r" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.RFC1123Pattern property. The pattern reflects a defined standard, and the property is read-only. Therefore, it is always the same, regardless of the culture used or the format provider supplied. The custom format string is "ddd, dd MMM yyyy HH':'mm':'ss 'GMT'". When this standard format specifier is used, the formatting or parsing operation always uses the invariant culture.</source>
<target state="translated">Der Standardformatbezeichner "R" oder "r" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.RFC1123Pattern-Eigenschaft definiert ist. Das Muster folgt einem definierten Standard, und die Eigenschaft ist schreibgeschützt. Daher ist sie immer gleich, unabhängig von der verwendeten Kultur oder dem angegebenen Formatanbieter. Die benutzerdefinierte Formatzeichenfolge lautet "ddd, dd MMM yyyy HH':'mm':'ss 'GMT'". Bei Verwendung dieses Standardformatbezeichners wird für die Formatierung oder Analyse immer die invariante Kultur verwendet.</target>
<note />
</trans-unit>
<trans-unit id="round_trip_date_time">
<source>round-trip date/time</source>
<target state="translated">Roundtrip-Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="round_trip_date_time_description">
<source>The "O" or "o" standard format specifier represents a custom date and time format string using a pattern that preserves time zone information and emits a result string that complies with ISO 8601. For DateTime values, this format specifier is designed to preserve date and time values along with the DateTime.Kind property in text. The formatted string can be parsed back by using the DateTime.Parse(String, IFormatProvider, DateTimeStyles) or DateTime.ParseExact method if the styles parameter is set to DateTimeStyles.RoundtripKind.
The "O" or "o" standard format specifier corresponds to the "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" custom format string for DateTime values and to the "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffzzz" custom format string for DateTimeOffset values. In this string, the pairs of single quotation marks that delimit individual characters, such as the hyphens, the colons, and the letter "T", indicate that the individual character is a literal that cannot be changed. The apostrophes do not appear in the output string.
The "O" or "o" standard format specifier (and the "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" custom format string) takes advantage of the three ways that ISO 8601 represents time zone information to preserve the Kind property of DateTime values:
The time zone component of DateTimeKind.Local date and time values is an offset from UTC (for example, +01:00, -07:00). All DateTimeOffset values are also represented in this format.
The time zone component of DateTimeKind.Utc date and time values uses "Z" (which stands for zero offset) to represent UTC.
DateTimeKind.Unspecified date and time values have no time zone information.
Because the "O" or "o" standard format specifier conforms to an international standard, the formatting or parsing operation that uses the specifier always uses the invariant culture and the Gregorian calendar.
Strings that are passed to the Parse, TryParse, ParseExact, and TryParseExact methods of DateTime and DateTimeOffset can be parsed by using the "O" or "o" format specifier if they are in one of these formats. In the case of DateTime objects, the parsing overload that you call should also include a styles parameter with a value of DateTimeStyles.RoundtripKind. Note that if you call a parsing method with the custom format string that corresponds to the "O" or "o" format specifier, you won't get the same results as "O" or "o". This is because parsing methods that use a custom format string can't parse the string representation of date and time values that lack a time zone component or use "Z" to indicate UTC.</source>
<target state="translated">Der Standardformatbezeichner "O" oder "o" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge mit Verwendung eines Musters, das die Zeitzoneninformationen beibehält und eine Ergebniszeichenfolge ausgibt, die ISO 8601 entspricht. Für DateTime-Werte ist dieser Formatbezeichner so ausgelegt, dass Datums- und Uhrzeitwerte zusammen mit der DateTime.Kind-Eigenschaft im Text erhalten bleiben. Die formatierte Zeichenfolge kann mit der Methode "DateTime.Parse(String, IFormatProvider, DateTimeStyles)" oder mit der DateTime.ParseExact-Methode rückanalysiert werden, wenn der styles-Parameter auf "DateTimeStyles.RoundtripKind" festgelegt ist.
Der Standardformatbezeichner "O" oder "o" entspricht der benutzerdefinierten Formatzeichenfolge "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" für DateTime-Werte und der benutzerdefinierten Formatzeichenfolge "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffzzz" für DateTimeOffset-Werte. In dieser Zeichenfolge weisen die Paare einfacher Anführungszeichen zum Abgrenzen einzelner Zeichen – beispielsweise Bindestriche, Doppelpunkte und der Buchstabe "T" – darauf hin, dass es sich bei dem einzelnen Zeichen um ein Literal handelt, das nicht geändert werden kann. Die Apostrophe werden in der Ausgabezeichenfolge nicht angezeigt.
Der Standardformatbezeichner "O" oder "o" (und die benutzerdefinierte Formatzeichenfolge "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK") nutzt die drei Möglichkeiten von ISO 8601 zur Darstellung von Zeitzoneninformationen, um die Kind-Eigenschaft der DateTime-Werte beizubehalten:
Die Zeitzonenkomponente von Datums- und Uhrzeitwerten von DateTimeKind.Local ist die UTC-Abweichung (z. B. +01:00, -07:00). Alle DateTimeOffset-Werte werden ebenfalls in diesem Format dargestellt.
Die Zeitzonenkomponente von Datums- und Uhrzeitwerten von DateTimeKind.Utc verwenden "Z" (entspricht der Abweichung 0), um UTC darzustellen.
Datums- und Uhrzeitwerte von DateTimeKind.Unspecified umfassen keine Zeitzoneninformationen.
Da der Standardformatbezeichner "O" oder "o" einem internationalen Standard entspricht, werden bei der Formatierung oder Analyse mit diesem Bezeichner immer die invariante Kultur und der gregorianische Kalender verwendet.
Zeichenfolgen zur Übergabe an die Parse-, TryParse-, ParseExact- und TryParseExact-Methoden von DateTime und DateTimeOffset können mithilfe der Formatbezeichner "O" oder "o" analysiert werden, wenn sie in einem dieser Formate vorliegen. Im Fall von DateTime-Objekten sollte die aufgerufene Analyseüberladung außerdem einen styles-Parameter mit dem Wert "DateTimeStyles.RoundtripKind" enthalten. Beachten Sie, dass Sie nicht die gleichen Ergebnisse wie für "O" oder "o" erhalten, wenn Sie eine Analysemethode mit der benutzerdefinierten Formatzeichenfolge aufrufen, die dem Formatbezeichner "O" oder "o" entspricht. Dafür gibt es folgenden Grund: Analysemethoden, die eine Zeichenfolge mit benutzerdefiniertem Format verwenden, können die Zeichenfolgendarstellung von Datums- und Uhrzeitwerten nicht analysieren, denen die Zeitzonenkomponente fehlt oder die "Z" zur Angabe von UTC verwenden.</target>
<note />
</trans-unit>
<trans-unit id="second_1_2_digits">
<source>second (1-2 digits)</source>
<target state="translated">Sekunde (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="second_1_2_digits_description">
<source>The "s" custom format specifier represents the seconds as a number from 0 through 59. The result represents whole seconds that have passed since the last minute. A single-digit second is formatted without a leading zero.
If the "s" format specifier is used without other custom format specifiers, it's interpreted as the "s" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "s" repräsentiert die Sekunden als eine Zahl zwischen 0 und 59. Das Ergebnis steht für ganze Sekunden, die seit der letzten Minute vergangen sind. Ein einstelliger Sekundenwert wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "s" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "s" für Datum und Uhrzeit interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="second_2_digits">
<source>second (2 digits)</source>
<target state="translated">Sekunde (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="second_2_digits_description">
<source>The "ss" custom format specifier (plus any number of additional "s" specifiers) represents the seconds as a number from 00 through 59. The result represents whole seconds that have passed since the last minute. A single-digit second is formatted with a leading zero.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "ss" (plus beliebig viele zusätzliche s-Bezeichner) repräsentiert die Sekunden als eine Zahl zwischen 00 und 59. Das Ergebnis steht für ganze Sekunden, die seit der letzten Minute vergangen sind. Ein einstelliger Sekundenwert wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="short_date">
<source>short date</source>
<target state="translated">Kurzes Datumsformat</target>
<note />
</trans-unit>
<trans-unit id="short_date_description">
<source>The "d" standard format specifier represents a custom date and time format string that is defined by a specific culture's DateTimeFormatInfo.ShortDatePattern property. For example, the custom format string that is returned by the ShortDatePattern property of the invariant culture is "MM/dd/yyyy".</source>
<target state="translated">Der Standardformatbezeichner "d" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.ShortDatePattern-Eigenschaft einer bestimmten Kultur definiert wird. Die von der ShortDatePattern-Eigenschaft der invarianten Kultur zurückgegebene benutzerdefinierte Formatzeichenfolge lautet beispielsweise "MM/dd/yyyy".</target>
<note />
</trans-unit>
<trans-unit id="short_time">
<source>short time</source>
<target state="translated">Kurzes Uhrzeitformat</target>
<note />
</trans-unit>
<trans-unit id="short_time_description">
<source>The "t" standard format specifier represents a custom date and time format string that is defined by the current DateTimeFormatInfo.ShortTimePattern property. For example, the custom format string for the invariant culture is "HH:mm".</source>
<target state="translated">Der Standardformatbezeichner "t" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die aktuelle DateTimeFormatInfo.ShortTimePattern-Eigenschaft definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "HH:mm".</target>
<note />
</trans-unit>
<trans-unit id="sortable_date_time">
<source>sortable date/time</source>
<target state="translated">Sortierbare(s) Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="sortable_date_time_description">
<source>The "s" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.SortableDateTimePattern property. The pattern reflects a defined standard (ISO 8601), and the property is read-only. Therefore, it is always the same, regardless of the culture used or the format provider supplied. The custom format string is "yyyy'-'MM'-'dd'T'HH':'mm':'ss".
The purpose of the "s" format specifier is to produce result strings that sort consistently in ascending or descending order based on date and time values. As a result, although the "s" standard format specifier represents a date and time value in a consistent format, the formatting operation does not modify the value of the date and time object that is being formatted to reflect its DateTime.Kind property or its DateTimeOffset.Offset value. For example, the result strings produced by formatting the date and time values 2014-11-15T18:32:17+00:00 and 2014-11-15T18:32:17+08:00 are identical.
When this standard format specifier is used, the formatting or parsing operation always uses the invariant culture.</source>
<target state="translated">Der Standardformatbezeichner "s" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.SortableDateTimePattern-Eigenschaft definiert wird. Das Muster folgt einem definierten Standard (ISO 8601), und die Eigenschaft ist schreibgeschützt. Daher ist sie immer gleich, unabhängig von der verwendeten Kultur oder dem angegebenen Formatanbieter. Die benutzerdefinierte Formatzeichenfolge lautet "yyyy'-'MM'-'dd'T'HH':'mm':'ss".
Der Zweck des Formatbezeichners "s" besteht darin, Ergebniszeichenfolgen zu erzeugen, die basierend auf Datums- und Uhrzeitwerten konsistent in aufsteigender oder absteigender Reihenfolge sortiert werden. Obwohl der Standardformatbezeichner "s" einen Datums- und Uhrzeitwert in einem konsistenten Format repräsentiert, wird der Wert des zu formatierenden Objekts für Datum und Uhrzeit bei der Formatierung nicht geändert, um die zugehörige DateTime.Kind-Eigenschaft oder den zugehörigen DateTimeOffset.Offset-Wert widerzuspiegeln. Beispielsweise sind die Ergebniszeichenfolgen, die bei Formatierung der Datums- und Uhrzeitwerte 2014-11-15T18:32:17+00:00 und 2014-11-15T18:32:17+08:00 generiert werden, identisch.
Bei Verwendung dieses Standardformatbezeichners wird zur Formatierung oder Analyse immer die invariante Kultur verwendet.</target>
<note />
</trans-unit>
<trans-unit id="static_constructor">
<source>static constructor</source>
<target state="translated">statischer Konstruktor</target>
<note />
</trans-unit>
<trans-unit id="symbol_cannot_be_a_namespace">
<source>'symbol' cannot be a namespace.</source>
<target state="translated">'"symbol" kann kein Namespace sein.</target>
<note />
</trans-unit>
<trans-unit id="time_separator">
<source>time separator</source>
<target state="translated">Zeittrennzeichen</target>
<note />
</trans-unit>
<trans-unit id="time_separator_description">
<source>The ":" custom format specifier represents the time separator, which is used to differentiate hours, minutes, and seconds. The appropriate localized time separator is retrieved from the DateTimeFormatInfo.TimeSeparator property of the current or specified culture.
Note: To change the time separator for a particular date and time string, specify the separator character within a literal string delimiter. For example, the custom format string hh'_'dd'_'ss produces a result string in which "_" (an underscore) is always used as the time separator. To change the time separator for all dates for a culture, either change the value of the DateTimeFormatInfo.TimeSeparator property of the current culture, or instantiate a DateTimeFormatInfo object, assign the character to its TimeSeparator property, and call an overload of the formatting method that includes an IFormatProvider parameter.
If the ":" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner ":" repräsentiert das Zeittrennzeichen, das zur Unterscheidung von Stunden, Minuten und Sekunden verwendet wird. Das geeignete lokalisierte Zeittrennzeichen wird aus der DateTimeFormatInfo.TimeSeparator-Eigenschaft der aktuellen oder angegebenen Kultur abgerufen.
Hinweis: Um das Zeittrennzeichen für eine bestimmte Datums- und Uhrzeitzeichenfolge zu ändern, geben Sie das Trennzeichen innerhalb eines Trennzeichens einer Literalzeichenfolge an. Beispielsweise erzeugt die benutzerdefinierte Formatzeichenfolge "hh'_'dd'_'ss" eine Ergebniszeichenfolge, in der stets "_" (ein Unterstrich) als Zeittrennzeichen verwendet wird. Um das Zeittrennzeichen für alle Datumswerte für eine Kultur zu ändern, ändern Sie entweder den Wert der DateTimeFormatInfo.TimeSeparator-Eigenschaft der aktuellen Kultur, oder instanziieren Sie ein DateTimeFormatInfo-Objekt, weisen Sie das Zeichen der zugehörigen TimeSeparator-Eigenschaft zu, und rufen Sie eine Überladung der Formatierungsmethode auf, die einen IFormatProvider-Parameter umfasst.
Bei Verwendung des Formatbezeichners ":" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="time_zone">
<source>time zone</source>
<target state="translated">Zeitzone</target>
<note />
</trans-unit>
<trans-unit id="time_zone_description">
<source>The "K" custom format specifier represents the time zone information of a date and time value. When this format specifier is used with DateTime values, the result string is defined by the value of the DateTime.Kind property:
For the local time zone (a DateTime.Kind property value of DateTimeKind.Local), this specifier is equivalent to the "zzz" specifier and produces a result string containing the local offset from Coordinated Universal Time (UTC); for example, "-07:00".
For a UTC time (a DateTime.Kind property value of DateTimeKind.Utc), the result string includes a "Z" character to represent a UTC date.
For a time from an unspecified time zone (a time whose DateTime.Kind property equals DateTimeKind.Unspecified), the result is equivalent to String.Empty.
For DateTimeOffset values, the "K" format specifier is equivalent to the "zzz" format specifier, and produces a result string containing the DateTimeOffset value's offset from UTC.
If the "K" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "K" repräsentiert die Zeitzoneninformation eines Datums- und Uhrzeitwerts. Bei Verwendung dieses Formatbezeichners mit DateTime-Werten wird die Ergebniszeichenfolge durch den Wert der DateTime.Kind-Eigenschaft definiert:
Für die lokale Zeitzone (ein DateTime.Kind-Eigenschaftswert von DateTimeKind.Local) entspricht dieser Bezeichner dem Bezeichner "zzz" und erzeugt eine Ergebniszeichenfolge, die die lokale Abweichung von der koordinierten Weltzeit (UTC) enthält, z. B. "-07:00".
Für eine UTC-Zeit (ein DateTime.Kind-Eigenschaftswert von DateTimeKind.Utc) enthält die Ergebniszeichenfolge ein Zeichen "Z" zur Darstellung eines UTC-Datums.
Für einen Zeitwert einer nicht angegebenen Zeitzone (ein Zeitwert, dessen DateTime.Kind-Eigenschaft "DateTimeKind.Unspecified" lautet) ist das Ergebnis äquivalent zu "String.Empty".
Für DateTimeOffset-Werte ist der Formatbezeichner "K" äquivalent zum Formatbezeichner "zzz" und erzeugt eine Ergebniszeichenfolge, die das Offset des DateTimeOffset-Werts von UTC enthält.
Bei Verwendung des Formatbezeichners "K" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="type">
<source>type</source>
<target state="new">type</target>
<note />
</trans-unit>
<trans-unit id="type_constraint">
<source>type constraint</source>
<target state="translated">Typeinschränkung</target>
<note />
</trans-unit>
<trans-unit id="type_parameter">
<source>type parameter</source>
<target state="translated">Typparameter</target>
<note />
</trans-unit>
<trans-unit id="attribute">
<source>attribute</source>
<target state="translated">Attribut</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_and_1_with_property">
<source>Replace '{0}' and '{1}' with property</source>
<target state="translated">"{0}" und "{1}" durch Eigenschaft ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_property">
<source>Replace '{0}' with property</source>
<target state="translated">"{0}" durch Eigenschaft ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Method_referenced_implicitly">
<source>Method referenced implicitly</source>
<target state="translated">Methode, auf die implizit verwiesen wird</target>
<note />
</trans-unit>
<trans-unit id="Generate_type_0">
<source>Generate type '{0}'</source>
<target state="translated">Typ "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_0_1">
<source>Generate {0} '{1}'</source>
<target state="translated">{0}-Objekt "{1}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Change_0_to_1">
<source>Change '{0}' to '{1}'.</source>
<target state="translated">Ändern Sie "{0}" in "{1}".</target>
<note />
</trans-unit>
<trans-unit id="Non_invoked_method_cannot_be_replaced_with_property">
<source>Non-invoked method cannot be replaced with property.</source>
<target state="translated">Eine nicht aufgerufene Methode kann nicht durch eine Eigenschaft ersetzt werden.</target>
<note />
</trans-unit>
<trans-unit id="Only_methods_with_a_single_argument_which_is_not_an_out_variable_declaration_can_be_replaced_with_a_property">
<source>Only methods with a single argument, which is not an out variable declaration, can be replaced with a property.</source>
<target state="translated">Nur Methoden mit einem einzelnen Argument, das keine out-Variablendeklaration ist, können durch eine Eigenschaft ersetzt werden.</target>
<note />
</trans-unit>
<trans-unit id="Roslyn_HostError">
<source>Roslyn.HostError</source>
<target state="translated">Roslyn.HostError</target>
<note />
</trans-unit>
<trans-unit id="An_instance_of_analyzer_0_cannot_be_created_from_1_colon_2">
<source>An instance of analyzer {0} cannot be created from {1}: {2}.</source>
<target state="translated">Eine Instanz des Analysetools "{0}" kann nicht aus {1} erstellt werden: {2}.</target>
<note />
</trans-unit>
<trans-unit id="The_assembly_0_does_not_contain_any_analyzers">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">Die Assembly "{0}" enthält keine Analysetools.</target>
<note />
</trans-unit>
<trans-unit id="Unable_to_load_Analyzer_assembly_0_colon_1">
<source>Unable to load Analyzer assembly {0}: {1}</source>
<target state="translated">Fehler beim Laden der Assembly "{0}" des Analysetools: {1}</target>
<note />
</trans-unit>
<trans-unit id="Make_method_synchronous">
<source>Make method synchronous</source>
<target state="translated">Methode synchron ausführen</target>
<note />
</trans-unit>
<trans-unit id="from_0">
<source>from {0}</source>
<target state="translated">aus {0}</target>
<note />
</trans-unit>
<trans-unit id="Find_and_install_latest_version">
<source>Find and install latest version</source>
<target state="translated">Nach aktueller Version suchen und diese installieren</target>
<note />
</trans-unit>
<trans-unit id="Use_local_version_0">
<source>Use local version '{0}'</source>
<target state="translated">Lokale Version "{0}" verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_locally_installed_0_version_1_This_version_used_in_colon_2">
<source>Use locally installed '{0}' version '{1}'
This version used in: {2}</source>
<target state="translated">Lokal installierte Version "{1}" von "{0}" verwenden.
Diese Version wird verwendet in: {2}</target>
<note />
</trans-unit>
<trans-unit id="Find_and_install_latest_version_of_0">
<source>Find and install latest version of '{0}'</source>
<target state="translated">Nach aktueller Version von "{0}" suchen und diese installieren</target>
<note />
</trans-unit>
<trans-unit id="Install_with_package_manager">
<source>Install with package manager...</source>
<target state="translated">Mit Paket-Manager installieren...</target>
<note />
</trans-unit>
<trans-unit id="Install_0_1">
<source>Install '{0} {1}'</source>
<target state="translated">"{0} {1}" installieren</target>
<note />
</trans-unit>
<trans-unit id="Install_version_0">
<source>Install version '{0}'</source>
<target state="translated">Version "{0}" installieren</target>
<note />
</trans-unit>
<trans-unit id="Generate_variable_0">
<source>Generate variable '{0}'</source>
<target state="translated">Variable "{0}" generieren</target>
<note />
</trans-unit>
<trans-unit id="Classes">
<source>Classes</source>
<target state="translated">Klassen</target>
<note />
</trans-unit>
<trans-unit id="Constants">
<source>Constants</source>
<target state="translated">Konstanten</target>
<note />
</trans-unit>
<trans-unit id="Delegates">
<source>Delegates</source>
<target state="translated">Delegaten</target>
<note />
</trans-unit>
<trans-unit id="Enums">
<source>Enums</source>
<target state="translated">Enumerationen</target>
<note />
</trans-unit>
<trans-unit id="Events">
<source>Events</source>
<target state="translated">Ereignisse</target>
<note />
</trans-unit>
<trans-unit id="Extension_methods">
<source>Extension methods</source>
<target state="translated">Erweiterungsmethoden</target>
<note />
</trans-unit>
<trans-unit id="Fields">
<source>Fields</source>
<target state="translated">Felder</target>
<note />
</trans-unit>
<trans-unit id="Interfaces">
<source>Interfaces</source>
<target state="translated">Schnittstellen</target>
<note />
</trans-unit>
<trans-unit id="Locals">
<source>Locals</source>
<target state="translated">Lokal</target>
<note />
</trans-unit>
<trans-unit id="Methods">
<source>Methods</source>
<target state="translated">Methoden</target>
<note />
</trans-unit>
<trans-unit id="Modules">
<source>Modules</source>
<target state="translated">Module</target>
<note />
</trans-unit>
<trans-unit id="Namespaces">
<source>Namespaces</source>
<target state="translated">Namespaces</target>
<note />
</trans-unit>
<trans-unit id="Properties">
<source>Properties</source>
<target state="translated">Eigenschaften</target>
<note />
</trans-unit>
<trans-unit id="Structures">
<source>Structures</source>
<target state="translated">Strukturen</target>
<note />
</trans-unit>
<trans-unit id="Parameters_colon">
<source>Parameters:</source>
<target state="translated">Parameter:</target>
<note />
</trans-unit>
<trans-unit id="Variadic_SignatureHelpItem_must_have_at_least_one_parameter">
<source>Variadic SignatureHelpItem must have at least one parameter.</source>
<target state="translated">Variadic-SignatureHelpItem muss mindestens ein Parameter aufweisen.</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_method">
<source>Replace '{0}' with method</source>
<target state="translated">"{0}" durch Methode ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_methods">
<source>Replace '{0}' with methods</source>
<target state="translated">"{0}" durch Methoden ersetzen</target>
<note />
</trans-unit>
<trans-unit id="Property_referenced_implicitly">
<source>Property referenced implicitly</source>
<target state="translated">Auf die Eigenschaft wird implizit verwiesen.</target>
<note />
</trans-unit>
<trans-unit id="Property_cannot_safely_be_replaced_with_a_method_call">
<source>Property cannot safely be replaced with a method call</source>
<target state="translated">Die Eigenschaft kann nicht sicher durch einen Methodenaufruf ersetzt werden.</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_interpolated_string">
<source>Convert to interpolated string</source>
<target state="translated">In interpolierte Zeichenfolge konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Move_type_to_0">
<source>Move type to {0}</source>
<target state="translated">Typ in {0} verschieben</target>
<note />
</trans-unit>
<trans-unit id="Rename_file_to_0">
<source>Rename file to {0}</source>
<target state="translated">Datei umbenennen in {0}</target>
<note />
</trans-unit>
<trans-unit id="Rename_type_to_0">
<source>Rename type to {0}</source>
<target state="translated">Typ umbenennen in {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_tag">
<source>Remove tag</source>
<target state="translated">Tag entfernen</target>
<note />
</trans-unit>
<trans-unit id="Add_missing_param_nodes">
<source>Add missing param nodes</source>
<target state="translated">Fehlende Parameterknoten hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Make_containing_scope_async">
<source>Make containing scope async</source>
<target state="translated">Enthaltenden Bereich als asynchron definieren</target>
<note />
</trans-unit>
<trans-unit id="Make_containing_scope_async_return_Task">
<source>Make containing scope async (return Task)</source>
<target state="translated">Enthaltenden Bereich als asynchron definieren (Task zurückgeben)</target>
<note />
</trans-unit>
<trans-unit id="paren_Unknown_paren">
<source>(Unknown)</source>
<target state="translated">(Unbekannt)</target>
<note />
</trans-unit>
<trans-unit id="Use_framework_type">
<source>Use framework type</source>
<target state="translated">Frameworktyp verwenden</target>
<note />
</trans-unit>
<trans-unit id="Install_package_0">
<source>Install package '{0}'</source>
<target state="translated">Paket "{0}" installieren</target>
<note />
</trans-unit>
<trans-unit id="project_0">
<source>project {0}</source>
<target state="translated">Projekt "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Fully_qualify_0">
<source>Fully qualify '{0}'</source>
<target state="translated">"{0}" voll qualifizieren</target>
<note />
</trans-unit>
<trans-unit id="Remove_reference_to_0">
<source>Remove reference to '{0}'.</source>
<target state="translated">Verweis auf "{0}" entfernen.</target>
<note />
</trans-unit>
<trans-unit id="Keywords">
<source>Keywords</source>
<target state="translated">Schlüsselwörter</target>
<note />
</trans-unit>
<trans-unit id="Snippets">
<source>Snippets</source>
<target state="translated">Codeausschnitte</target>
<note />
</trans-unit>
<trans-unit id="All_lowercase">
<source>All lowercase</source>
<target state="translated">Alles Kleinbuchstaben</target>
<note />
</trans-unit>
<trans-unit id="All_uppercase">
<source>All uppercase</source>
<target state="translated">Alles Großbuchstaben</target>
<note />
</trans-unit>
<trans-unit id="First_word_capitalized">
<source>First word capitalized</source>
<target state="translated">Erstes Wort groß geschrieben</target>
<note />
</trans-unit>
<trans-unit id="Pascal_Case">
<source>Pascal Case</source>
<target state="translated">Pascal-Schreibweise</target>
<note />
</trans-unit>
<trans-unit id="Remove_document_0">
<source>Remove document '{0}'</source>
<target state="translated">Dokument "{0}" entfernen</target>
<note />
</trans-unit>
<trans-unit id="Add_document_0">
<source>Add document '{0}'</source>
<target state="translated">Dokument "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_argument_name_0">
<source>Add argument name '{0}'</source>
<target state="translated">Argumentnamen "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Take_0">
<source>Take '{0}'</source>
<target state="translated">"{0}" übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Take_both">
<source>Take both</source>
<target state="translated">Beide übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Take_bottom">
<source>Take bottom</source>
<target state="translated">Unten übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Take_top">
<source>Take top</source>
<target state="translated">Oben übernehmen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_variable">
<source>Remove unused variable</source>
<target state="translated">Nicht verwendete Variable entfernen</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_binary">
<source>Convert to binary</source>
<target state="translated">In Binärformat konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_decimal">
<source>Convert to decimal</source>
<target state="translated">In Dezimalformat konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_hex">
<source>Convert to hex</source>
<target state="translated">In 'hex' konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Separate_thousands">
<source>Separate thousands</source>
<target state="translated">Tausender trennen</target>
<note />
</trans-unit>
<trans-unit id="Separate_words">
<source>Separate words</source>
<target state="translated">Wörter trennen</target>
<note />
</trans-unit>
<trans-unit id="Separate_nibbles">
<source>Separate nibbles</source>
<target state="translated">Halbbytes trennen</target>
<note />
</trans-unit>
<trans-unit id="Remove_separators">
<source>Remove separators</source>
<target state="translated">Trennzeichen entfernen</target>
<note />
</trans-unit>
<trans-unit id="Add_parameter_to_0">
<source>Add parameter to '{0}'</source>
<target state="translated">Parameter zu "{0}" hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Generate_constructor">
<source>Generate constructor...</source>
<target state="translated">Konstruktor generieren…</target>
<note />
</trans-unit>
<trans-unit id="Pick_members_to_be_used_as_constructor_parameters">
<source>Pick members to be used as constructor parameters</source>
<target state="translated">Member auswählen, die als Konstruktorparameter verwendet werden sollen</target>
<note />
</trans-unit>
<trans-unit id="Pick_members_to_be_used_in_Equals_GetHashCode">
<source>Pick members to be used in Equals/GetHashCode</source>
<target state="translated">Member auswählen, die in "Equals"/"GetHashCode" verwendet werden sollen</target>
<note />
</trans-unit>
<trans-unit id="Generate_overrides">
<source>Generate overrides...</source>
<target state="translated">Überschreibungen generieren…</target>
<note />
</trans-unit>
<trans-unit id="Pick_members_to_override">
<source>Pick members to override</source>
<target state="translated">Zu überschreibende Member auswählen</target>
<note />
</trans-unit>
<trans-unit id="Add_null_check">
<source>Add null check</source>
<target state="translated">NULL-Überprüfung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_string_IsNullOrEmpty_check">
<source>Add 'string.IsNullOrEmpty' check</source>
<target state="translated">"string.IsNullOrEmpty"-Überprüfung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Add_string_IsNullOrWhiteSpace_check">
<source>Add 'string.IsNullOrWhiteSpace' check</source>
<target state="translated">"string.IsNullOrWhiteSpace"-Überprüfung hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Initialize_field_0">
<source>Initialize field '{0}'</source>
<target state="translated">Feld "{0}" initialisieren</target>
<note />
</trans-unit>
<trans-unit id="Initialize_property_0">
<source>Initialize property '{0}'</source>
<target state="translated">Eigenschaft "{0}" initialisieren</target>
<note />
</trans-unit>
<trans-unit id="Add_null_checks">
<source>Add null checks</source>
<target state="translated">NULL-Überprüfungen hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Generate_operators">
<source>Generate operators</source>
<target state="translated">Operatoren generieren</target>
<note />
</trans-unit>
<trans-unit id="Implement_0">
<source>Implement {0}</source>
<target state="translated">{0} implementieren</target>
<note />
</trans-unit>
<trans-unit id="Reported_diagnostic_0_has_a_source_location_in_file_1_which_is_not_part_of_the_compilation_being_analyzed">
<source>Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.</source>
<target state="translated">Die gemeldete Diagnose "{0}" weist einen Quellspeicherort in der Datei "{1}" auf, die nicht Teil der Kompilierung ist, die analysiert wird.</target>
<note />
</trans-unit>
<trans-unit id="Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file">
<source>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</source>
<target state="translated">Die gemeldete Diagnose "{0}" enthält einen Quellspeicherort "{1}" in der Datei "{2}", der sich außerhalb der angegebenen Datei befindet.</target>
<note />
</trans-unit>
<trans-unit id="in_0_project_1">
<source>in {0} (project {1})</source>
<target state="translated">in "{0}" (Projekt "{1}")</target>
<note />
</trans-unit>
<trans-unit id="Add_accessibility_modifiers">
<source>Add accessibility modifiers</source>
<target state="translated">Zugriffsmodifizierer hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Deklaration nahe Referenz verschieben</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_full_property">
<source>Convert to full property</source>
<target state="translated">In vollständige Eigenschaft konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Warning_Method_overrides_symbol_from_metadata">
<source>Warning: Method overrides symbol from metadata</source>
<target state="translated">Warnung: Die Methode setzt das Symbol aus den Metadaten außer Kraft.</target>
<note />
</trans-unit>
<trans-unit id="Use_0">
<source>Use {0}</source>
<target state="translated">{0} verwenden</target>
<note />
</trans-unit>
<trans-unit id="Add_argument_name_0_including_trailing_arguments">
<source>Add argument name '{0}' (including trailing arguments)</source>
<target state="translated">Argumentnamen "{0}" (einschließlich nachfolgender Argumente) hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="local_function">
<source>local function</source>
<target state="translated">Lokale Funktion</target>
<note />
</trans-unit>
<trans-unit id="indexer_">
<source>indexer</source>
<target state="translated">Indexer</target>
<note />
</trans-unit>
<trans-unit id="Alias_ambiguous_type_0">
<source>Alias ambiguous type '{0}'</source>
<target state="translated">Nicht eindeutiger Aliastyp "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Collection_was_modified_during_iteration">
<source>Warning: Collection was modified during iteration.</source>
<target state="translated">Warnung: Die Sammlung wurde bei der Iteration geändert.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Iteration_variable_crossed_function_boundary">
<source>Warning: Iteration variable crossed function boundary.</source>
<target state="translated">Warnung: Die Iterationsvariable hat die Funktionsgrenze überschritten.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Collection_may_be_modified_during_iteration">
<source>Warning: Collection may be modified during iteration.</source>
<target state="translated">Warnung: Die Sammlung wird bei der Iteration möglicherweise geändert.</target>
<note />
</trans-unit>
<trans-unit id="universal_full_date_time">
<source>universal full date/time</source>
<target state="translated">Universelle(s) vollständige(s) Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="universal_full_date_time_description">
<source>The "U" standard format specifier represents a custom date and time format string that is defined by a specified culture's DateTimeFormatInfo.FullDateTimePattern property. The pattern is the same as the "F" pattern. However, the DateTime value is automatically converted to UTC before it is formatted.</source>
<target state="translated">Der Standardformatbezeichner "U" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.FullDateTimePattern-Eigenschaft einer angegebenen Kultur definiert ist. Das Muster ist mit dem F-Muster identisch. Der DateTime-Wert wird jedoch automatisch in UTC konvertiert, bevor er formatiert wird.</target>
<note />
</trans-unit>
<trans-unit id="universal_sortable_date_time">
<source>universal sortable date/time</source>
<target state="translated">Universelle(s) sortierbare(s) Datum/Uhrzeit</target>
<note />
</trans-unit>
<trans-unit id="universal_sortable_date_time_description">
<source>The "u" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.UniversalSortableDateTimePattern property. The pattern reflects a defined standard, and the property is read-only. Therefore, it is always the same, regardless of the culture used or the format provider supplied. The custom format string is "yyyy'-'MM'-'dd HH':'mm':'ss'Z'". When this standard format specifier is used, the formatting or parsing operation always uses the invariant culture.
Although the result string should express a time as Coordinated Universal Time (UTC), no conversion of the original DateTime value is performed during the formatting operation. Therefore, you must convert a DateTime value to UTC by calling the DateTime.ToUniversalTime method before formatting it.</source>
<target state="translated">Der Standardformatbezeichner "u" repräsentiert eine benutzerdefinierte Datums- und Uhrzeitformatzeichenfolge, die durch die DateTimeFormatInfo.UniversalSortableDateTimePattern-Eigenschaft definiert ist. Das Muster folgt einem definierten Standard, und die Eigenschaft ist schreibgeschützt. Daher ist sie immer gleich, unabhängig von der verwendeten Kultur oder dem angegebenen Formatanbieter. Die benutzerdefinierte Formatzeichenfolge lautet "yyyy'-'MM'-'dd HH':'mm':'ss'Z'". Bei Verwendung dieses Standardformatbezeichners wird bei Formatierung oder Analyse immer die invariante Kultur verwendet.
Obwohl die Ergebniszeichenfolge einen Zeitwert als koordinierte Weltzeit (UTC) ausdrücken sollte, findet während der Formatierung keine Konvertierung des ursprünglichen DateTime-Werts statt. Deshalb müssen Sie einen DateTime-Wert vor der Formatierung durch Aufruf der DateTime.ToUniversalTime-Methode in UTC konvertieren.</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_containing_member">
<source>updating usages in containing member</source>
<target state="translated">Verwendungen in enthaltenden Members wird aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_containing_project">
<source>updating usages in containing project</source>
<target state="translated">Verwendungen im enthaltenden Projekt werden aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_containing_type">
<source>updating usages in containing type</source>
<target state="translated">Verwendungen im enthaltenden Typ aktualisieren</target>
<note />
</trans-unit>
<trans-unit id="updating_usages_in_dependent_projects">
<source>updating usages in dependent projects</source>
<target state="translated">Verwendungen in abhängigen Projekten werden aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_and_minute_offset">
<source>utc hour and minute offset</source>
<target state="translated">UTC-Abweichung in Stunden und Minuten</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_and_minute_offset_description">
<source>With DateTime values, the "zzz" custom format specifier represents the signed offset of the local operating system's time zone from UTC, measured in hours and minutes. It doesn't reflect the value of an instance's DateTime.Kind property. For this reason, the "zzz" format specifier is not recommended for use with DateTime values.
With DateTimeOffset values, this format specifier represents the DateTimeOffset value's offset from UTC in hours and minutes.
The offset is always displayed with a leading sign. A plus sign (+) indicates hours ahead of UTC, and a minus sign (-) indicates hours behind UTC. A single-digit offset is formatted with a leading zero.</source>
<target state="translated">Bei DateTime-Werten repräsentiert der benutzerdefinierte Formatbezeichner "zzz" die Abweichung (einschließlich Vorzeichen) der Zeitzone des lokalen Betriebssystems von der koordinierten Weltzeit (UTC), gemessen in Stunden und Minuten. Er spiegelt nicht den Wert einer Instanz der DateTime.Kind-Eigenschaft wider. Aus diesem Grund wird der Formatbezeichner "zzz" nicht zur Verwendung mit DateTime-Werten empfohlen.
Bei DateTimeOffset-Werten stellt dieser Formatbezeichner die Abweichung des DateTimeOffset-Wertes von UTC in Stunden und Minuten dar.
Die Abweichung wird immer mit einem Vorzeichen angezeigt. Ein Pluszeichen (+) steht für Stunden vor UTC, ein Minuszeichen (-) für Stunden nach UTC. Eine einstellige Abweichung wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_1_2_digits">
<source>utc hour offset (1-2 digits)</source>
<target state="translated">UTC-Abweichung in Stunden (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_1_2_digits_description">
<source>With DateTime values, the "z" custom format specifier represents the signed offset of the local operating system's time zone from Coordinated Universal Time (UTC), measured in hours. It doesn't reflect the value of an instance's DateTime.Kind property. For this reason, the "z" format specifier is not recommended for use with DateTime values.
With DateTimeOffset values, this format specifier represents the DateTimeOffset value's offset from UTC in hours.
The offset is always displayed with a leading sign. A plus sign (+) indicates hours ahead of UTC, and a minus sign (-) indicates hours behind UTC. A single-digit offset is formatted without a leading zero.
If the "z" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.</source>
<target state="translated">Bei DateTime-Werten repräsentiert der benutzerdefinierte Formatbezeichner "z" die Abweichung (einschließlich Vorzeichen) der Zeitzone des lokalen Betriebssystems von der koordinierten Weltzeit (UTC), gemessen in Stunden. Er spiegelt nicht den Wert einer Instanz der DateTime.Kind-Eigenschaft wider. Aus diesem Grund wird der Formatbezeichner "z" nicht zur Verwendung mit DateTime-Werten empfohlen.
Bei DateTimeOffset-Werten stellt dieser Formatbezeichner die Abweichung des DateTimeOffset-Wertes von UTC in Stunden dar.
Die Abweichung wird immer mit einem Vorzeichen angezeigt. Ein Pluszeichen (+) steht für Stunden vor UTC, ein Minuszeichen (-) für Stunden nach UTC. Eine einstellige Abweichung wird ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "z" ohne weitere Formatbezeichner wird er als Standardformatbezeichner für Datums- und Uhrzeitwerte interpretiert und löst eine FormatException aus.</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_2_digits">
<source>utc hour offset (2 digits)</source>
<target state="translated">UTC-Abweichung in Stunden (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="utc_hour_offset_2_digits_description">
<source>With DateTime values, the "zz" custom format specifier represents the signed offset of the local operating system's time zone from UTC, measured in hours. It doesn't reflect the value of an instance's DateTime.Kind property. For this reason, the "zz" format specifier is not recommended for use with DateTime values.
With DateTimeOffset values, this format specifier represents the DateTimeOffset value's offset from UTC in hours.
The offset is always displayed with a leading sign. A plus sign (+) indicates hours ahead of UTC, and a minus sign (-) indicates hours behind UTC. A single-digit offset is formatted with a leading zero.</source>
<target state="translated">Bei DateTime-Werten repräsentiert der benutzerdefinierte Formatbezeichner "zz" die Abweichung (einschließlich Vorzeichen) der Zeitzone des lokalen Betriebssystems von der koordinierten Weltzeit (UTC), gemessen in Stunden. Er spiegelt nicht den Wert einer Instanz der DateTime.Kind-Eigenschaft wider. Aus diesem Grund wird der Formatbezeichner "zz" nicht zur Verwendung mit DateTime-Werten empfohlen.
Bei DateTimeOffset-Werten stellt dieser Formatbezeichner die Abweichung des DateTimeOffset-Wertes von UTC in Stunden dar.
Die Abweichung wird immer mit einem Vorzeichen angezeigt. Ein Pluszeichen (+) steht für Stunden vor UTC, ein Minuszeichen (-) für Stunden nach UTC. Eine einstellige Abweichung wird mit einer führenden Null formatiert.</target>
<note />
</trans-unit>
<trans-unit id="x_y_range_in_reverse_order">
<source>[x-y] range in reverse order</source>
<target state="translated">[x-y]-Bereich in umgekehrter Reihenfolge</target>
<note>This is an error message shown to the user when they write an invalid Regular Expression. Example: [b-a]</note>
</trans-unit>
<trans-unit id="year_1_2_digits">
<source>year (1-2 digits)</source>
<target state="translated">Jahr (1–2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_1_2_digits_description">
<source>The "y" custom format specifier represents the year as a one-digit or two-digit number. If the year has more than two digits, only the two low-order digits appear in the result. If the first digit of a two-digit year begins with a zero (for example, 2008), the number is formatted without a leading zero.
If the "y" format specifier is used without other custom format specifiers, it's interpreted as the "y" standard date and time format specifier.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "y" repräsentiert das Jahr als ein- oder zweistellige Zahl. Wenn das Jahr mehr als zwei Stellen aufweist, werden im Ergebnis nur die zwei niederwertigen Stellen angezeigt. Beginnt die erste Stelle eines zweistelligen Jahres mit einer Null (z. B. 2008), wird die Zahl ohne führende Null formatiert.
Bei Verwendung des Formatbezeichners "y" ohne weitere benutzerdefinierte Formatbezeichner wird er als Standardformatbezeichner "y" für Datums- und Uhrzeitwerte interpretiert.</target>
<note />
</trans-unit>
<trans-unit id="year_2_digits">
<source>year (2 digits)</source>
<target state="translated">Jahr (2 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_2_digits_description">
<source>The "yy" custom format specifier represents the year as a two-digit number. If the year has more than two digits, only the two low-order digits appear in the result. If the two-digit year has fewer than two significant digits, the number is padded with leading zeros to produce two digits.
In a parsing operation, a two-digit year that is parsed using the "yy" custom format specifier is interpreted based on the Calendar.TwoDigitYearMax property of the format provider's current calendar. The following example parses the string representation of a date that has a two-digit year by using the default Gregorian calendar of the en-US culture, which, in this case, is the current culture. It then changes the current culture's CultureInfo object to use a GregorianCalendar object whose TwoDigitYearMax property has been modified.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yy" repräsentiert das Jahr als zweistellige Zahl. Wenn das Jahr mehr als zwei Stellen aufweist, werden im Ergebnis nur die zwei niederwertigen Stellen angezeigt. Umfasst das zweistellige Jahr weniger als zwei signifikante Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um zwei Stellen zu erzeugen.
Bei der Analyse eines zweistelligen Jahreswerts mit dem benutzerdefinierten Formatbezeichner "yy" wird das Jahr auf Grundlage der Calendar.TwoDigitYearMax-Eigenschaft des aktuellen Kalenders des Formatanbieters interpretiert. Das folgende Beispiel analysiert die Zeichenfolgendarstellung eines Datums mit zweistelliger Jahreszahl unter Verwendung des standardmäßigen gregorianischen Kalenders der Kultur "en-US" (in diesem Fall die aktuelle Kultur). Anschließend wird das CultureInfo-Objekt der aktuellen Kultur so geändert, dass ein GregorianCalendar-Objekt verwendet wird, dessen TwoDigitYearMax-Eigenschaft geändert wurde.</target>
<note />
</trans-unit>
<trans-unit id="year_3_4_digits">
<source>year (3-4 digits)</source>
<target state="translated">Jahr (3–4 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_3_4_digits_description">
<source>The "yyy" custom format specifier represents the year with a minimum of three digits. If the year has more than three significant digits, they are included in the result string. If the year has fewer than three digits, the number is padded with leading zeros to produce three digits.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yyy" repräsentiert das Jahr mit mindestens drei Stellen. Wenn das Jahr mehr als drei signifikante Stellen aufweist, werden diese in die Ergebniszeichenfolge eingeschlossen. Umfasst das Jahr weniger als drei Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um drei Stellen zu erzeugen.</target>
<note />
</trans-unit>
<trans-unit id="year_4_digits">
<source>year (4 digits)</source>
<target state="translated">Jahr (4 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_4_digits_description">
<source>The "yyyy" custom format specifier represents the year with a minimum of four digits. If the year has more than four significant digits, they are included in the result string. If the year has fewer than four digits, the number is padded with leading zeros to produce four digits.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yyyy" repräsentiert das Jahr mit mindestens vier Stellen. Wenn das Jahr mehr als vier signifikante Stellen aufweist, werden sie in die Ergebniszeichenfolge eingeschlossen. Umfasst das Jahr weniger als vier Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um vier Stellen zu erzeugen.</target>
<note />
</trans-unit>
<trans-unit id="year_5_digits">
<source>year (5 digits)</source>
<target state="translated">Jahr (5 Stellen)</target>
<note />
</trans-unit>
<trans-unit id="year_5_digits_description">
<source>The "yyyyy" custom format specifier (plus any number of additional "y" specifiers) represents the year with a minimum of five digits. If the year has more than five significant digits, they are included in the result string. If the year has fewer than five digits, the number is padded with leading zeros to produce five digits.
If there are additional "y" specifiers, the number is padded with as many leading zeros as necessary to produce the number of "y" specifiers.</source>
<target state="translated">Der benutzerdefinierte Formatbezeichner "yyyyy" (plus beliebig viele zusätzliche y-Bezeichner) repräsentiert das Jahr mit mindestens fünf Stellen. Wenn das Jahr mehr als fünf signifikante Stellen aufweist, werden diese in die Ergebniszeichenfolge eingeschlossen. Umfasst das Jahr weniger als fünf Stellen, wird die Zahl mit führenden Nullen aufgefüllt, um fünf Stellen zu erzeugen.
Falls zusätzliche y-Bezeichner vorhanden sind, wird die Zahl mit so vielen führenden Nullen aufgefüllt, wie erforderlich sind, um die Anzahl der y-Bezeichner zu erhalten.</target>
<note />
</trans-unit>
<trans-unit id="year_month">
<source>year month</source>
<target state="translated">Monat des Jahres</target>
<note />
</trans-unit>
<trans-unit id="year_month_description">
<source>The "Y" or "y" standard format specifier represents a custom date and time format string that is defined by the DateTimeFormatInfo.YearMonthPattern property of a specified culture. For example, the custom format string for the invariant culture is "yyyy MMMM".</source>
<target state="translated">Der Standardformatbezeichner "Y" oder "y" repräsentiert eine benutzerdefinierte Datums- und Zeitformatzeichenfolge, die durch die DateTimeFormatInfo.YearMonthPattern-Eigenschaft einer bestimmten Kultur definiert ist. Die benutzerdefinierte Formatzeichenfolge für die invariante Kultur lautet beispielsweise "yyyy MMMM".</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hant.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VBEditorResources.resx">
<body>
<trans-unit id="Add_Missing_Imports_on_Paste">
<source>Add Missing Imports on Paste</source>
<target state="translated">在貼上時新增缺少的 Import</target>
<note>"imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Adding_missing_imports">
<source>Adding missing imports...</source>
<target state="translated">正在新增缺少的 import...</target>
<note>Thread awaited dialog text. "imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Case_Correction">
<source>Case Correction</source>
<target state="translated">大小寫修正</target>
<note />
</trans-unit>
<trans-unit id="Correcting_word_casing">
<source>Correcting word casing...</source>
<target state="translated">正在修正文字大小寫...</target>
<note />
</trans-unit>
<trans-unit id="This_call_is_required_by_the_designer">
<source>This call is required by the designer.</source>
<target state="translated">設計工具需要此呼叫。</target>
<note />
</trans-unit>
<trans-unit id="Add_any_initialization_after_the_InitializeComponent_call">
<source>Add any initialization after the InitializeComponent() call.</source>
<target state="translated">在 InitializeComponent() 呼叫之後加入所有初始設定。</target>
<note />
</trans-unit>
<trans-unit id="End_Construct">
<source>End Construct</source>
<target state="translated">End 建構</target>
<note />
</trans-unit>
<trans-unit id="Smart_Indenting">
<source>Smart Indenting</source>
<target state="translated">智慧縮排</target>
<note />
</trans-unit>
<trans-unit id="Formatting_Document">
<source>Formatting Document...</source>
<target state="translated">正在格式化文件...</target>
<note />
</trans-unit>
<trans-unit id="Insert_new_line">
<source>Insert new line</source>
<target state="translated">插入新行</target>
<note />
</trans-unit>
<trans-unit id="Format_Paste">
<source>Format Paste</source>
<target state="translated">貼上格式</target>
<note />
</trans-unit>
<trans-unit id="Formatting_pasted_text">
<source>Formatting pasted text...</source>
<target state="translated">正在格式化貼上的文字...</target>
<note />
</trans-unit>
<trans-unit id="Paste">
<source>Paste</source>
<target state="translated">貼上</target>
<note />
</trans-unit>
<trans-unit id="Format_on_Save">
<source>Format on Save</source>
<target state="translated">儲存時格式化</target>
<note />
</trans-unit>
<trans-unit id="Committing_line">
<source>Committing line</source>
<target state="translated">正在認可程式行</target>
<note />
</trans-unit>
<trans-unit id="Visual_Basic_Pretty_List">
<source>Visual Basic Pretty List</source>
<target state="translated">Visual Basic 美化清單</target>
<note />
</trans-unit>
<trans-unit id="not_supported">
<source>not supported</source>
<target state="translated">不支援</target>
<note />
</trans-unit>
<trans-unit id="Generate_Member">
<source>Generate Member</source>
<target state="translated">產生成員</target>
<note />
</trans-unit>
<trans-unit id="Line_commit">
<source>Line commit</source>
<target state="translated">行認可</target>
<note />
</trans-unit>
<trans-unit id="Implement_Abstract_Class_Or_Interface">
<source>Implement Abstract Class Or Interface</source>
<target state="translated">實作抽象類別或介面</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VBEditorResources.resx">
<body>
<trans-unit id="Add_Missing_Imports_on_Paste">
<source>Add Missing Imports on Paste</source>
<target state="translated">在貼上時新增缺少的 Import</target>
<note>"imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Adding_missing_imports">
<source>Adding missing imports...</source>
<target state="translated">正在新增缺少的 import...</target>
<note>Thread awaited dialog text. "imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Case_Correction">
<source>Case Correction</source>
<target state="translated">大小寫修正</target>
<note />
</trans-unit>
<trans-unit id="Correcting_word_casing">
<source>Correcting word casing...</source>
<target state="translated">正在修正文字大小寫...</target>
<note />
</trans-unit>
<trans-unit id="This_call_is_required_by_the_designer">
<source>This call is required by the designer.</source>
<target state="translated">設計工具需要此呼叫。</target>
<note />
</trans-unit>
<trans-unit id="Add_any_initialization_after_the_InitializeComponent_call">
<source>Add any initialization after the InitializeComponent() call.</source>
<target state="translated">在 InitializeComponent() 呼叫之後加入所有初始設定。</target>
<note />
</trans-unit>
<trans-unit id="End_Construct">
<source>End Construct</source>
<target state="translated">End 建構</target>
<note />
</trans-unit>
<trans-unit id="Smart_Indenting">
<source>Smart Indenting</source>
<target state="translated">智慧縮排</target>
<note />
</trans-unit>
<trans-unit id="Formatting_Document">
<source>Formatting Document...</source>
<target state="translated">正在格式化文件...</target>
<note />
</trans-unit>
<trans-unit id="Insert_new_line">
<source>Insert new line</source>
<target state="translated">插入新行</target>
<note />
</trans-unit>
<trans-unit id="Format_Paste">
<source>Format Paste</source>
<target state="translated">貼上格式</target>
<note />
</trans-unit>
<trans-unit id="Formatting_pasted_text">
<source>Formatting pasted text...</source>
<target state="translated">正在格式化貼上的文字...</target>
<note />
</trans-unit>
<trans-unit id="Paste">
<source>Paste</source>
<target state="translated">貼上</target>
<note />
</trans-unit>
<trans-unit id="Format_on_Save">
<source>Format on Save</source>
<target state="translated">儲存時格式化</target>
<note />
</trans-unit>
<trans-unit id="Committing_line">
<source>Committing line</source>
<target state="translated">正在認可程式行</target>
<note />
</trans-unit>
<trans-unit id="Visual_Basic_Pretty_List">
<source>Visual Basic Pretty List</source>
<target state="translated">Visual Basic 美化清單</target>
<note />
</trans-unit>
<trans-unit id="not_supported">
<source>not supported</source>
<target state="translated">不支援</target>
<note />
</trans-unit>
<trans-unit id="Generate_Member">
<source>Generate Member</source>
<target state="translated">產生成員</target>
<note />
</trans-unit>
<trans-unit id="Line_commit">
<source>Line commit</source>
<target state="translated">行認可</target>
<note />
</trans-unit>
<trans-unit id="Implement_Abstract_Class_Or_Interface">
<source>Implement Abstract Class Or Interface</source>
<target state="translated">實作抽象類別或介面</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/xlf/Resources.pl.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../Resources.resx">
<body>
<trans-unit id="InvalidDebuggerStatement">
<source>Statements of type '{0}' are not allowed in the Immediate window.</source>
<target state="translated">Instrukcje typu „{0}” nie są dozwolone w oknie bezpośrednim.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../Resources.resx">
<body>
<trans-unit id="InvalidDebuggerStatement">
<source>Statements of type '{0}' are not allowed in the Immediate window.</source>
<target state="translated">Instrukcje typu „{0}” nie są dozwolone w oknie bezpośrednim.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/VisualStudioDiagnosticsToolWindow/xlf/VisualStudioDiagnosticsWindow.vsct.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../VisualStudioDiagnosticsWindow.vsct">
<body>
<trans-unit id="cmdIDRoslynDiagnosticWindow|CommandName">
<source>cmdIDRoslynDiagnosticWindow</source>
<target state="translated">cmdIDRoslynDiagnosticWindow</target>
<note />
</trans-unit>
<trans-unit id="cmdIDRoslynDiagnosticWindow|ButtonText">
<source>Roslyn Diagnostics</source>
<target state="translated">Diagnostica di Roslyn</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../VisualStudioDiagnosticsWindow.vsct">
<body>
<trans-unit id="cmdIDRoslynDiagnosticWindow|CommandName">
<source>cmdIDRoslynDiagnosticWindow</source>
<target state="translated">cmdIDRoslynDiagnosticWindow</target>
<note />
</trans-unit>
<trans-unit id="cmdIDRoslynDiagnosticWindow|ButtonText">
<source>Roslyn Diagnostics</source>
<target state="translated">Diagnostica di Roslyn</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.pl.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../InteractiveEditorFeaturesResources.resx">
<body>
<trans-unit id="Building_Project">
<source>Building Project</source>
<target state="translated">Trwa kompilowanie projektu</target>
<note />
</trans-unit>
<trans-unit id="Copying_selection_to_Interactive_Window">
<source>Copying selection to Interactive Window.</source>
<target state="translated">Kopiowanie zaznaczenia do okna Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Executing_selection_in_Interactive_Window">
<source>Executing selection in Interactive Window.</source>
<target state="translated">Wykonywanie zaznaczenia w oknie Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Interactive_host_process_platform">
<source>Interactive host process platform</source>
<target state="translated">Platforma procesu hosta interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="Print_a_list_of_referenced_assemblies">
<source>Print a list of referenced assemblies.</source>
<target state="translated">Wydrukuj listę przywoływanych zestawów.</target>
<note />
</trans-unit>
<trans-unit id="The_references_command_is_not_supported_in_this_Interactive_Window_implementation">
<source>The references command is not supported in this Interactive Window implementation.</source>
<target state="translated">Polecenie references nie jest obsługiwane w tej implementacji okna Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Reset_the_execution_environment_to_the_initial_state_keep_history">
<source>Reset the execution environment to the initial state, keep history.</source>
<target state="translated">Przywróć początkowy stan środowiska wykonawczego, zachowując historię.</target>
<note />
</trans-unit>
<trans-unit id="Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script">
<source>Reset to a clean environment (only mscorlib referenced), do not run initialization script.</source>
<target state="translated">Przywróć czyste środowisko (tylko z odwołaniem do elementu mscorlib), nie uruchamiaj skryptu inicjowania.</target>
<note />
</trans-unit>
<trans-unit id="Resetting_execution_engine">
<source>Resetting execution engine.</source>
<target state="translated">Resetowanie aparatu wykonywania.</target>
<note />
</trans-unit>
<trans-unit id="Resetting_Interactive">
<source>Resetting Interactive</source>
<target state="translated">Resetowanie trybu interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="The_CurrentWindow_property_may_only_be_assigned_once">
<source>The CurrentWindow property may only be assigned once.</source>
<target state="translated">Właściwość CurrentWindow można przypisać tylko raz.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../InteractiveEditorFeaturesResources.resx">
<body>
<trans-unit id="Building_Project">
<source>Building Project</source>
<target state="translated">Trwa kompilowanie projektu</target>
<note />
</trans-unit>
<trans-unit id="Copying_selection_to_Interactive_Window">
<source>Copying selection to Interactive Window.</source>
<target state="translated">Kopiowanie zaznaczenia do okna Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Executing_selection_in_Interactive_Window">
<source>Executing selection in Interactive Window.</source>
<target state="translated">Wykonywanie zaznaczenia w oknie Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Interactive_host_process_platform">
<source>Interactive host process platform</source>
<target state="translated">Platforma procesu hosta interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="Print_a_list_of_referenced_assemblies">
<source>Print a list of referenced assemblies.</source>
<target state="translated">Wydrukuj listę przywoływanych zestawów.</target>
<note />
</trans-unit>
<trans-unit id="The_references_command_is_not_supported_in_this_Interactive_Window_implementation">
<source>The references command is not supported in this Interactive Window implementation.</source>
<target state="translated">Polecenie references nie jest obsługiwane w tej implementacji okna Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Reset_the_execution_environment_to_the_initial_state_keep_history">
<source>Reset the execution environment to the initial state, keep history.</source>
<target state="translated">Przywróć początkowy stan środowiska wykonawczego, zachowując historię.</target>
<note />
</trans-unit>
<trans-unit id="Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script">
<source>Reset to a clean environment (only mscorlib referenced), do not run initialization script.</source>
<target state="translated">Przywróć czyste środowisko (tylko z odwołaniem do elementu mscorlib), nie uruchamiaj skryptu inicjowania.</target>
<note />
</trans-unit>
<trans-unit id="Resetting_execution_engine">
<source>Resetting execution engine.</source>
<target state="translated">Resetowanie aparatu wykonywania.</target>
<note />
</trans-unit>
<trans-unit id="Resetting_Interactive">
<source>Resetting Interactive</source>
<target state="translated">Resetowanie trybu interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="The_CurrentWindow_property_may_only_be_assigned_once">
<source>The CurrentWindow property may only be assigned once.</source>
<target state="translated">Właściwość CurrentWindow można przypisać tylko raz.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="GetType_can_be_converted_to_NameOf">
<source>'GetType' can be converted to 'NameOf'</source>
<target state="translated">'GetType' può essere convertito in 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="If_statement_can_be_simplified">
<source>'If' statement can be simplified</source>
<target state="translated">L'istruzione 'If' può essere semplificata</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">L'istruzione Imports non è necessaria.</target>
<note />
</trans-unit>
<trans-unit id="Object_creation_can_be_simplified">
<source>Object creation can be simplified</source>
<target state="translated">La creazione di oggetti può essere semplificata</target>
<note />
</trans-unit>
<trans-unit id="Remove_ByVal">
<source>'ByVal' keyword is unnecessary and can be removed.</source>
<target state="translated">La parola chiave 'ByVal' non è necessaria e può essere rimossa.</target>
<note>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_IsNot_Nothing_check">
<source>Use 'IsNot Nothing' check</source>
<target state="translated">Usa controllo 'IsNot Nothing'</target>
<note />
</trans-unit>
<trans-unit id="Use_IsNot_expression">
<source>Use 'IsNot' expression</source>
<target state="translated">Usa l'espressione 'IsNot'</target>
<note>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_Is_Nothing_check">
<source>Use 'Is Nothing' check</source>
<target state="translated">Usa controllo 'Is Nothing'</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="GetType_can_be_converted_to_NameOf">
<source>'GetType' can be converted to 'NameOf'</source>
<target state="translated">'GetType' può essere convertito in 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="If_statement_can_be_simplified">
<source>'If' statement can be simplified</source>
<target state="translated">L'istruzione 'If' può essere semplificata</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">L'istruzione Imports non è necessaria.</target>
<note />
</trans-unit>
<trans-unit id="Object_creation_can_be_simplified">
<source>Object creation can be simplified</source>
<target state="translated">La creazione di oggetti può essere semplificata</target>
<note />
</trans-unit>
<trans-unit id="Remove_ByVal">
<source>'ByVal' keyword is unnecessary and can be removed.</source>
<target state="translated">La parola chiave 'ByVal' non è necessaria e può essere rimossa.</target>
<note>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_IsNot_Nothing_check">
<source>Use 'IsNot Nothing' check</source>
<target state="translated">Usa controllo 'IsNot Nothing'</target>
<note />
</trans-unit>
<trans-unit id="Use_IsNot_expression">
<source>Use 'IsNot' expression</source>
<target state="translated">Usa l'espressione 'IsNot'</target>
<note>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_Is_Nothing_check">
<source>Use 'Is Nothing' check</source>
<target state="translated">Usa controllo 'Is Nothing'</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Core/Rebuild/RebuildResources.resx | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="0_exists_1_times_in_compilation_options" xml:space="preserve">
<value>'{0}' exists '{1}' times in compilation options.</value>
</data>
<data name="A_non_null_PDB_stream_must_be_provided_because_the_compilation_does_not_have_an_embedded_PDB" xml:space="preserve">
<value>A non-null PDB stream must be provided because the compilation does not have an embedded PDB.</value>
</data>
<data name="Cannot_create_compilation_options_0" xml:space="preserve">
<value>Cannot create compilation options: {0}</value>
</data>
<data name="Could_not_get_PDB_file_path" xml:space="preserve">
<value>Could not get PDB file path.</value>
</data>
<data name="Does_not_contain_metadata_compilation_options" xml:space="preserve">
<value>Does not contain metadata compilation options.</value>
</data>
<data name="Encountered_null_or_empty_key_for_compilation_options_pairs" xml:space="preserve">
<value>Encountered null or empty key for compilation options pairs.</value>
</data>
<data name="Encountered_unexpected_byte_0_when_expecting_a_null_terminator" xml:space="preserve">
<value>Encountered unexpected byte '{0}' when expecting a null terminator.</value>
</data>
<data name="Invalid_language_name" xml:space="preserve">
<value>Invalid language name.</value>
</data>
<data name="PDB_stream_must_be_null_because_the_compilation_has_an_embedded_PDB" xml:space="preserve">
<value>PDB stream must be null because the compilation has an embedded PDB.</value>
</data>
<data name="Unexpected_value_for_EmbedInteropTypes_MetadataImageKind_0" xml:space="preserve">
<value>Unexpected value for EmbedInteropTypes/MetadataImageKind '{0}'.</value>
</data>
</root> | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="0_exists_1_times_in_compilation_options" xml:space="preserve">
<value>'{0}' exists '{1}' times in compilation options.</value>
</data>
<data name="A_non_null_PDB_stream_must_be_provided_because_the_compilation_does_not_have_an_embedded_PDB" xml:space="preserve">
<value>A non-null PDB stream must be provided because the compilation does not have an embedded PDB.</value>
</data>
<data name="Cannot_create_compilation_options_0" xml:space="preserve">
<value>Cannot create compilation options: {0}</value>
</data>
<data name="Could_not_get_PDB_file_path" xml:space="preserve">
<value>Could not get PDB file path.</value>
</data>
<data name="Does_not_contain_metadata_compilation_options" xml:space="preserve">
<value>Does not contain metadata compilation options.</value>
</data>
<data name="Encountered_null_or_empty_key_for_compilation_options_pairs" xml:space="preserve">
<value>Encountered null or empty key for compilation options pairs.</value>
</data>
<data name="Encountered_unexpected_byte_0_when_expecting_a_null_terminator" xml:space="preserve">
<value>Encountered unexpected byte '{0}' when expecting a null terminator.</value>
</data>
<data name="Invalid_language_name" xml:space="preserve">
<value>Invalid language name.</value>
</data>
<data name="PDB_stream_must_be_null_because_the_compilation_has_an_embedded_PDB" xml:space="preserve">
<value>PDB stream must be null because the compilation has an embedded PDB.</value>
</data>
<data name="Unexpected_value_for_EmbedInteropTypes_MetadataImageKind_0" xml:space="preserve">
<value>Unexpected value for EmbedInteropTypes/MetadataImageKind '{0}'.</value>
</data>
</root> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VisualBasicWorkspaceExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">在添加其他值时删除此值。</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VisualBasicWorkspaceExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">在添加其他值时删除此值。</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Tools/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.es.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../ExternalAccessFSharpResources.resx">
<body>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="translated">Agregar una referencia de ensamblado a "{0}"</target>
<note />
</trans-unit>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="translated">Agregar la palabra clave "new"</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="translated">Agregar una referencia de proyecto a "{0}"</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="translated">No se puede determinar el símbolo que hay debajo del símbolo de intercalación.</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="translated">No se puede navegar a la ubicación solicitada.</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="translated">Excepciones:</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="translated">Tipos de F# que admiten Dispose</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="translated">Métodos o funciones de F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="translated">Celdas de referencia o variables mutables de F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="translated">Formato printf de F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="translated">Propiedades de F#</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="translated">Parámetros genéricos:</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="translated">Implementar interfaz</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="translated">Implementar la interfaz sin la anotación de tipo</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="translated">Buscando el símbolo que hay debajo del símbolo de intercalación...</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="translated">El nombre se puede simplificar.</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="translated">Error al navegar al símbolo: {0}</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="translated">Navegando al símbolo...</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="translated">Prefijo "{0}" con guion bajo</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="translated">Quitar declaraciones abiertas sin usar</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="translated">Cambiar el nombre de "{0}" a "__"</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="translated">Cambiar el nombre de "{0}" a "_"</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="translated">Simplificar nombre</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="translated">El valor está sin usar</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="translated">La declaración abierta se puede quitar.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../ExternalAccessFSharpResources.resx">
<body>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="translated">Agregar una referencia de ensamblado a "{0}"</target>
<note />
</trans-unit>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="translated">Agregar la palabra clave "new"</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="translated">Agregar una referencia de proyecto a "{0}"</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="translated">No se puede determinar el símbolo que hay debajo del símbolo de intercalación.</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="translated">No se puede navegar a la ubicación solicitada.</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="translated">Excepciones:</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="translated">Tipos de F# que admiten Dispose</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="translated">Métodos o funciones de F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="translated">Celdas de referencia o variables mutables de F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="translated">Formato printf de F#</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="translated">Propiedades de F#</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="translated">Parámetros genéricos:</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="translated">Implementar interfaz</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="translated">Implementar la interfaz sin la anotación de tipo</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="translated">Buscando el símbolo que hay debajo del símbolo de intercalación...</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="translated">El nombre se puede simplificar.</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="translated">Error al navegar al símbolo: {0}</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="translated">Navegando al símbolo...</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="translated">Prefijo "{0}" con guion bajo</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="translated">Quitar declaraciones abiertas sin usar</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="translated">Cambiar el nombre de "{0}" a "__"</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="translated">Cambiar el nombre de "{0}" a "_"</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="translated">Simplificar nombre</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="translated">El valor está sin usar</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="translated">La declaración abierta se puede quitar.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ko.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../CodeAnalysisResources.resx">
<body>
<trans-unit id="A_language_name_cannot_be_specified_for_this_option">
<source>A language name cannot be specified for this option.</source>
<target state="translated">이 옵션에 대한 언어 이름을 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="A_language_name_must_be_specified_for_this_option">
<source>A language name must be specified for this option.</source>
<target state="translated">이 옵션에 대한 언어 이름을 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="AssemblyReferencesNetFramework">
<source>The assembly containing type '{0}' references .NET Framework, which is not supported.</source>
<target state="translated">'{0}' 형식을 포함하는 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.</target>
<note />
</trans-unit>
<trans-unit id="ChangesMustBeWithinBoundsOfSourceText">
<source>Changes must be within bounds of SourceText</source>
<target state="translated">변경 내용은 SourceText의 범위 내에 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ChangingVersionOfAssemblyReferenceIsNotAllowedDuringDebugging">
<source>Changing the version of an assembly reference is not allowed during debugging: '{0}' changed version to '{1}'.</source>
<target state="translated">디버깅 중에는 어셈블리 참조의 버전 변경이 허용되지 않습니다. '{0}'이(가) 버전을 '{1}'(으)로 변경했습니다.</target>
<note />
</trans-unit>
<trans-unit id="CompilerAnalyzerThrowsDescription">
<source>Analyzer '{0}' threw the following exception:
'{1}'.</source>
<target state="translated">'{0}' 분석기에서 다음 예외를 throw했습니다.
'{1}'</target>
<note />
</trans-unit>
<trans-unit id="DisableAnalyzerDiagnosticsMessage">
<source>Suppress the following diagnostics to disable this analyzer: {0}</source>
<target state="translated">이 분석기를 사용하지 않도록 설정하려면 다음 진단이 표시되지 않도록 설정하세요. {0}</target>
<note>{0}: Comma-separated list of diagnostic IDs</note>
</trans-unit>
<trans-unit id="HintNameInvalidChar">
<source>The hintName '{0}' contains an invalid character '{1}' at position {2}.</source>
<target state="new">The hintName '{0}' contains an invalid character '{1}' at position {2}.</target>
<note>{0}: the provided hintname. {1}: the invalid character, {2} the position it occurred at</note>
</trans-unit>
<trans-unit id="HintNameUniquePerGenerator">
<source>The hintName '{0}' of the added source file must be unique within a generator.</source>
<target state="new">The hintName '{0}' of the added source file must be unique within a generator.</target>
<note>{0}: the provided hintname</note>
</trans-unit>
<trans-unit id="InvalidAdditionalFile">
<source>Additional file doesn't belong to the underlying 'CompilationWithAnalyzers'.</source>
<target state="translated">추가 파일이 기본 'CompilationWithAnalyzers'에 속하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticSuppressionReported">
<source>Suppressed diagnostic ID '{0}' does not match suppressable ID '{1}' for the given suppression descriptor.</source>
<target state="translated">표시되지 않는 진단 ID '{0}'이(가) 지정된 비표시 설명자의 표시하지 않을 수 있는 ID '{1}'과(와) 일치하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperationBlockForAnalysisContext">
<source>Given operation block does not belong to the current analysis context.</source>
<target state="translated">지정한 작업 블록이 현재 분석 컨텍스트에 속하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="IsSymbolAccessibleBadWithin">
<source>Parameter '{0}' must be an 'INamedTypeSymbol' or an 'IAssemblySymbol'.</source>
<target state="translated">'{0}' 매개 변수는 'INamedTypeSymbol' 또는 'IAssemblySymbol'이어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="IsSymbolAccessibleWrongAssembly">
<source>Parameter '{0}' must be a symbol from this compilation or some referenced assembly.</source>
<target state="translated">'{0}' 매개 변수는 이 컴파일 또는 일부 참조된 어셈블리의 기호여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ModuleHasInvalidAttributes">
<source>Module has invalid attributes.</source>
<target state="translated">모듈에 잘못된 특성이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="NonReportedDiagnosticCannotBeSuppressed">
<source>Non-reported diagnostic with ID '{0}' cannot be suppressed.</source>
<target state="translated">ID가 '{0}'인 보고되지 않는 진단은 표시되지 않도록 설정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NotARootOperation">
<source>Given operation has a non-null parent.</source>
<target state="translated">지정한 작업에 null이 아닌 부모가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="OperationHasNullSemanticModel">
<source>Given operation has a null semantic model.</source>
<target state="translated">지정한 작업에 null 의미 체계 모델이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="OperationMustNotBeControlFlowGraphPart">
<source>The provided operation must not be part of a Control Flow Graph.</source>
<target state="translated">제공된 작업은 제어 흐름 그래프의 일부가 아니어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="OutputKindNotSupported">
<source>Output kind not supported.</source>
<target state="translated">출력 종류가 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="PathReturnedByResolveMetadataFileMustBeAbsolute">
<source>Path returned by {0}.ResolveMetadataFile must be absolute: '{1}'</source>
<target state="translated">{0}.ResolveMetadataFile에서 반환한 경로는 절대 경로여야 합니다. '{1}'</target>
<note />
</trans-unit>
<trans-unit id="AssemblyMustHaveAtLeastOneModule">
<source>Assembly must have at least one module.</source>
<target state="translated">어셈블리에는 모듈이 하나 이상 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ModuleCopyCannotBeUsedToCreateAssemblyMetadata">
<source>Module copy can't be used to create an assembly metadata.</source>
<target state="translated">모듈 복사본은 어셈블리 메타데이터를 만드는 데 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Single_type_per_generator_0">
<source>Only a single {0} can be registered per generator.</source>
<target state="translated">생성기당 하나의 {0}만 등록할 수 있습니다.</target>
<note>{0}: type name</note>
</trans-unit>
<trans-unit id="SourceTextRequiresEncoding">
<source>The SourceText with hintName '{0}' must have an explicit encoding set.</source>
<target state="new">The SourceText with hintName '{0}' must have an explicit encoding set.</target>
<note>'SourceText' is not localizable. {0}: the provided hintname</note>
</trans-unit>
<trans-unit id="SupportedDiagnosticsHasNullDescriptor">
<source>Analyzer '{0}' contains a null descriptor in its 'SupportedDiagnostics'.</source>
<target state="translated">'{0}' 분석기의 'SupportedDiagnostics'에 null 설명자가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="SupportedSuppressionsHasNullDescriptor">
<source>Analyzer '{0}' contains a null descriptor in its 'SupportedSuppressions'.</source>
<target state="translated">'{0}' 분석기의 'SupportedSuppressions'에 null 설명자가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="SuppressionDiagnosticDescriptorMessage">
<source>Diagnostic '{0}: {1}' was programmatically suppressed by a DiagnosticSuppressor with suppression ID '{2}' and justification '{3}'</source>
<target state="translated">진단 '{0}:{1}'은(는) 비표시 ID가 '{2}'이고 근거가 '{3}'인 DiagnosticSuppressor에서 프로그래밍 방식으로 표시되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="SuppressionDiagnosticDescriptorTitle">
<source>Programmatic suppression of an analyzer diagnostic</source>
<target state="translated">분석기 진단의 프로그래밍 방식 비표시</target>
<note />
</trans-unit>
<trans-unit id="SuppressionIdCantBeNullOrWhitespace">
<source>A SuppressionDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</source>
<target state="translated">SuppressionDescriptor에 null, 빈 문자열 및 공백만 포함된 문자열이 아닌 ID가 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementNullableAnnotationCountMismatch">
<source>If tuple element nullable annotations are specified, the number of annotations must match the cardinality of the tuple.</source>
<target state="translated">튜플 요소 nullable 주석이 지정된 경우, 주석 수는 튜플의 카디널리티와 일치해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToDetermineSpecificCauseOfFailure">
<source>Unable to determine specific cause of the failure.</source>
<target state="translated">오류의 특정 원인을 확인할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Unresolved">
<source>Unresolved: </source>
<target state="translated">확인되지 않음: </target>
<note />
</trans-unit>
<trans-unit id="Assembly">
<source>assembly</source>
<target state="translated">어셈블리</target>
<note />
</trans-unit>
<trans-unit id="Class1">
<source>class</source>
<target state="translated">클래스</target>
<note />
</trans-unit>
<trans-unit id="Constructor">
<source>constructor</source>
<target state="translated">생성자</target>
<note />
</trans-unit>
<trans-unit id="Delegate1">
<source>delegate</source>
<target state="translated">대리자</target>
<note />
</trans-unit>
<trans-unit id="Enum1">
<source>enum</source>
<target state="translated">열거형</target>
<note />
</trans-unit>
<trans-unit id="Event1">
<source>event</source>
<target state="translated">이벤트</target>
<note />
</trans-unit>
<trans-unit id="Field">
<source>field</source>
<target state="translated">필드</target>
<note />
</trans-unit>
<trans-unit id="TypeParameter">
<source>type parameter</source>
<target state="translated">형식 매개 변수</target>
<note />
</trans-unit>
<trans-unit id="Interface1">
<source>interface</source>
<target state="translated">인터페이스</target>
<note />
</trans-unit>
<trans-unit id="Method">
<source>method</source>
<target state="translated">메서드</target>
<note />
</trans-unit>
<trans-unit id="Module">
<source>module</source>
<target state="translated">모듈</target>
<note />
</trans-unit>
<trans-unit id="Parameter">
<source>parameter</source>
<target state="translated">매개 변수</target>
<note />
</trans-unit>
<trans-unit id="Property">
<source>property, indexer</source>
<target state="translated">속성, 인덱서</target>
<note />
</trans-unit>
<trans-unit id="Return1">
<source>return</source>
<target state="translated">돌아가기</target>
<note />
</trans-unit>
<trans-unit id="Struct1">
<source>struct</source>
<target state="translated">구조체</target>
<note />
</trans-unit>
<trans-unit id="CannotCreateReferenceToSubmission">
<source>Can't create a reference to a submission.</source>
<target state="translated">제출에 대한 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotCreateReferenceToModule">
<source>Can't create a reference to a module.</source>
<target state="translated">모듈에 대한 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InMemoryAssembly">
<source><in-memory assembly></source>
<target state="translated"><메모리 내 어셈블리></target>
<note />
</trans-unit>
<trans-unit id="InMemoryModule">
<source><in-memory module></source>
<target state="translated"><메모리 내 모듈></target>
<note />
</trans-unit>
<trans-unit id="SizeHasToBePositive">
<source>Size has to be positive.</source>
<target state="translated">크기는 양수여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="AssemblyFileNotFound">
<source>Assembly file not found</source>
<target state="translated">어셈블리 파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotEmbedInteropTypesFromModule">
<source>Can't embed interop types from module.</source>
<target state="translated">모듈에서 interop 형식을 포함할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotAliasModule">
<source>Can't alias a module.</source>
<target state="translated">모듈에 별칭을 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAlias">
<source>Invalid alias.</source>
<target state="translated">잘못된 별칭입니다.</target>
<note />
</trans-unit>
<trans-unit id="GetMetadataMustReturnInstance">
<source>{0}.GetMetadata() must return an instance of {1}.</source>
<target state="translated">{0}.GetMetadata()는 {1}의 인스턴스를 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedSuppressionReported">
<source>Reported suppression with ID '{0}' is not supported by the suppressor.</source>
<target state="translated">ID가 '{0}'인 보고된 비표시가 억제 장치에서 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer">
<source>Value too large to be represented as a 30 bit unsigned integer.</source>
<target state="translated">값이 너무 커서 30비트 정수로 표시할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Arrays_with_more_than_one_dimension_cannot_be_serialized">
<source>Arrays with more than one dimension cannot be serialized.</source>
<target state="translated">차원이 두 개 이상인 배열을 직렬화할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAssemblyName">
<source>Invalid assembly name: '{0}'</source>
<target state="translated">잘못된 어셈블리 이름입니다('{0}').</target>
<note />
</trans-unit>
<trans-unit id="AbsolutePathExpected">
<source>Absolute path expected.</source>
<target state="translated">절대 경로가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="EmptyKeyInPathMap">
<source>A key in the pathMap is empty.</source>
<target state="translated">pathMap의 키가 비어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="NullValueInPathMap">
<source>A value in the pathMap is null.</source>
<target state="translated">pathMap의 값이 null입니다.</target>
<note />
</trans-unit>
<trans-unit id="CompilationOptionsMustNotHaveErrors">
<source>Compilation options must not have errors.</source>
<target state="translated">컴파일 옵션에 오류가 없어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeCannotBeValuePointerbyRefOrOpen">
<source>Return type can't be a value type, pointer, by-ref or open generic type</source>
<target state="translated">반환 형식에는 값 형식, 포인터, by-ref 또는 공개 제네릭 형식을 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeCannotBeVoidByRefOrOpen">
<source>Return type can't be void, by-ref or open generic type</source>
<target state="translated">반환 형식에는 void, by-ref 또는 공개 제네릭 형식을 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TypeMustBeSameAsHostObjectTypeOfPreviousSubmission">
<source>Type must be same as host object type of previous submission.</source>
<target state="translated">형식은 이전 제출의 호스트 개체 형식과 같아야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PreviousSubmissionHasErrors">
<source>Previous submission has errors.</source>
<target state="translated">이전 제출에 오류가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOutputKindForSubmission">
<source>Invalid output kind for submission. DynamicallyLinkedLibrary expected.</source>
<target state="translated">제출에 대해 잘못된 출력 종류입니다. DynamicallyLinkedLibrary가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidCompilationOptions">
<source>Invalid compilation options -- submission can't be signed.</source>
<target state="translated">잘못된 컴파일 옵션입니다. 제출에 서명할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceStreamProviderShouldReturnNonNullStream">
<source>Resource stream provider should return non-null stream.</source>
<target state="translated">리소스 스트림 공급자는 null이 아닌 스트림을 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ReferenceResolverShouldReturnReadableNonNullStream">
<source>Reference resolver should return readable non-null stream.</source>
<target state="translated">참조 확인자는 읽을 수 있고 null이 아닌 스트림을 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="EmptyOrInvalidResourceName">
<source>Empty or invalid resource name</source>
<target state="translated">비어 있거나 잘못된 리소스 이름입니다.</target>
<note />
</trans-unit>
<trans-unit id="EmptyOrInvalidFileName">
<source>Empty or invalid file name</source>
<target state="translated">비어 있거나 잘못된 파일 이름입니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceDataProviderShouldReturnNonNullStream">
<source>Resource data provider should return non-null stream</source>
<target state="translated">리소스 데이터 공급자는 null이 아닌 스트림을 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="FileNotFound">
<source>File not found.</source>
<target state="translated">파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PathReturnedByResolveStrongNameKeyFileMustBeAbsolute">
<source>Path returned by {0}.ResolveStrongNameKeyFile must be absolute: '{1}'</source>
<target state="translated">{0}.ResolveStrongNameKeyFile에서 반환한 경로는 절대 경로여야 합니다. '{1}'</target>
<note />
</trans-unit>
<trans-unit id="TypeMustBeASubclassOfSyntaxAnnotation">
<source>type must be a subclass of SyntaxAnnotation.</source>
<target state="translated">형식은 SyntaxAnnotation의 하위 클래스여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidModuleName">
<source>Invalid module name specified in metadata module '{0}': '{1}'</source>
<target state="translated">'{0}' 메타데이터 모듈에 잘못된 모듈 이름이 지정되었습니다('{1}').</target>
<note />
</trans-unit>
<trans-unit id="FileSizeExceedsMaximumAllowed">
<source>File size exceeds maximum allowed size of a valid metadata file.</source>
<target state="translated">파일 크기가 유효한 메타데이터 파일에 허용된 최대 크기를 초과했습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameCannotBeNull">
<source>Name cannot be null.</source>
<target state="translated">이름은 null일 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameCannotBeEmpty">
<source>Name cannot be empty.</source>
<target state="translated">이름을 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameCannotStartWithWhitespace">
<source>Name cannot start with whitespace.</source>
<target state="translated">이름은 공백으로 시작할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameContainsInvalidCharacter">
<source>Name contains invalid characters.</source>
<target state="translated">이름에 잘못된 문자가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpanDoesNotIncludeStartOfLine">
<source>The span does not include the start of a line.</source>
<target state="translated">범위에 줄의 시작이 포함되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpanDoesNotIncludeEndOfLine">
<source>The span does not include the end of a line.</source>
<target state="translated">범위에 줄의 끝이 포함되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="StartMustNotBeNegative">
<source>'start' must not be negative</source>
<target state="translated">'start'는 음수일 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="EndMustNotBeLessThanStart">
<source>'end' must not be less than 'start'</source>
<target state="translated">'end'는 'start'보다 커야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidContentType">
<source>Invalid content type</source>
<target state="translated">잘못된 콘텐츠 형식입니다.</target>
<note />
</trans-unit>
<trans-unit id="ExpectedNonEmptyPublicKey">
<source>Expected non-empty public key</source>
<target state="translated">비어 있지 않은 공용 키가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidSizeOfPublicKeyToken">
<source>Invalid size of public key token.</source>
<target state="translated">잘못된 공용 키 토큰 크기입니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInAssemblyName">
<source>Invalid characters in assembly name</source>
<target state="translated">어셈블리 이름에 잘못된 문자가 있음</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInAssemblyCultureName">
<source>Invalid characters in assembly culture name</source>
<target state="translated">어셈블리 문화권 이름에 잘못된 문자가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportReadAndSeek">
<source>Stream must support read and seek operations.</source>
<target state="translated">스트림은 읽기 및 찾기 작업을 지원해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportRead">
<source>Stream must be readable.</source>
<target state="translated">스트림을 읽을 수 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportWrite">
<source>Stream must be writable.</source>
<target state="translated">스트림이 쓰기 가능해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PdbStreamUnexpectedWhenEmbedding">
<source>PDB stream should not be given when embedding PDB into the PE stream.</source>
<target state="translated">PDB를 PE 스트림에 포함할 경우 PDB 스트림을 지정하면 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="PdbStreamUnexpectedWhenEmittingMetadataOnly">
<source>PDB stream should not be given when emitting metadata only.</source>
<target state="translated">메타데이터만 내보낼 때 PDB 스트림을 지정해서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="MetadataPeStreamUnexpectedWhenEmittingMetadataOnly">
<source>Metadata PE stream should not be given when emitting metadata only.</source>
<target state="translated">메타데이터만 내보낼 때 메타데이터 PE 스트림을 지정해서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="IncludingPrivateMembersUnexpectedWhenEmittingToMetadataPeStream">
<source>Including private members should not be used when emitting to the secondary assembly output.</source>
<target state="translated">보조 어셈블리 출력으로 내보낼 때 프라이빗 멤버를 포함해서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="MustIncludePrivateMembersUnlessRefAssembly">
<source>Must include private members unless emitting a ref assembly.</source>
<target state="translated">참조 어셈블리를 내보내지 않는 경우 프라이빗 멤버를 포함해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="EmbeddingPdbUnexpectedWhenEmittingMetadata">
<source>Embedding PDB is not allowed when emitting metadata.</source>
<target state="translated">메타데이터를 내보낼 때 PDB를 포함할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotTargetNetModuleWhenEmittingRefAssembly">
<source>Cannot target net module when emitting ref assembly.</source>
<target state="translated">참조 어셈블리를 내보낼 때 NET 모듈을 대상으로 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidHash">
<source>Invalid hash.</source>
<target state="translated">잘못된 해시입니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedHashAlgorithm">
<source>Unsupported hash algorithm.</source>
<target state="translated">지원되지 않는 해시 알고리즘입니다.</target>
<note />
</trans-unit>
<trans-unit id="InconsistentLanguageVersions">
<source>Inconsistent language versions</source>
<target state="translated">일치하지 않는 언어 버전</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceInvalidRelocation">
<source>Win32 resources, assumed to be in COFF object format, have one or more invalid relocation header values.</source>
<target state="translated">COFF 개체 형식으로 간주되는 Win32 리소스에 잘못된 재배치 헤더 값이 둘 이상 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceInvalidSectionSize">
<source>Win32 resources, assumed to be in COFF object format, have an invalid section size.</source>
<target state="translated">COFF 개체 형식으로 간주되는 Win32 리소스에 잘못된 섹션 크기가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceInvalidSymbol">
<source>Win32 resources, assumed to be in COFF object format, have one or more invalid symbol values.</source>
<target state="translated">COFF 개체 형식으로 간주되는 Win32 리소스에 잘못된 기호 값이 둘 이상 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceMissingSection">
<source>Win32 resources, assumed to be in COFF object format, are missing one or both of sections '.rsrc$01' and '.rsrc$02'</source>
<target state="translated">COFF 형식으로 간주되는 Win32 리소스에 '.rsrc$01' 및 '.rsrc$02' 섹션이 하나 또는 둘 다 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="IconStreamUnexpectedFormat">
<source>Icon stream is not in the expected format.</source>
<target state="translated">아이콘 스트림이 필요한 형식이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidCultureName">
<source>Invalid culture name: '{0}'</source>
<target state="translated">잘못된 문화권 이름입니다('{0}').</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidGlobalSectionName">
<source>Global analyzer config section name '{0}' is invalid as it is not an absolute path. Section will be ignored. Section was declared in file: '{1}'</source>
<target state="translated">전역 분석기 구성 섹션 이름 '{0}'이(가) 절대 경로가 아니므로 잘못되었습니다. 섹션이 무시됩니다. 파일 '{1}'에 섹션이 선언되었습니다.</target>
<note>{0}: invalid section name, {1} path to global config</note>
</trans-unit>
<trans-unit id="WRN_InvalidGlobalSectionName_Title">
<source>Global analyzer config section name is invalid as it is not an absolute path. Section will be ignored.</source>
<target state="translated">전역 분석기 구성 섹션 이름이 절대 경로가 아니므로 잘못되었습니다. 섹션이 무시됩니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidSeverityInAnalyzerConfig">
<source>The diagnostic '{0}' was given an invalid severity '{1}' in the analyzer config file at '{2}'.</source>
<target state="translated">'{2}'의 분석기 구성 파일에 있는 진단 '{0}'에 잘못된 심각도 '{1}'이(가) 지정되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidSeverityInAnalyzerConfig_Title">
<source>Invalid severity in analyzer config file.</source>
<target state="translated">분석기 구성 파일의 심각도가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleGlobalAnalyzerKeys">
<source>Multiple global analyzer config files set the same key '{0}' in section '{1}'. It has been unset. Key was set by the following files: '{2}'</source>
<target state="translated">여러 전역 분석기 구성 파일이 섹션 '{1}'에 같은 키 '{0}'을(를) 설정했습니다. 해당 키 설정이 해제되었습니다. 키는 '{2}' 파일에 의해 설정되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleGlobalAnalyzerKeys_Title">
<source>Multiple global analyzer config files set the same key. It has been unset.</source>
<target state="translated">여러 전역 분석기 구성 파일이 같은 키를 설정했습니다. 해당 키 설정이 해제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WinRTIdentityCantBeRetargetable">
<source>WindowsRuntime identity can't be retargetable</source>
<target state="translated">WindowsRuntime ID는 대상으로 다시 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PEImageNotAvailable">
<source>PE image not available.</source>
<target state="translated">PE 이미지를 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="AssemblySigningNotSupported">
<source>Assembly signing not supported.</source>
<target state="translated">어셈블리 서명은 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="XmlReferencesNotSupported">
<source>References to XML documents are not supported.</source>
<target state="translated">XML 문서에 대한 참조는 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="FailedToResolveRuleSetName">
<source>Could not locate the rule set file '{0}'.</source>
<target state="translated">규칙 집합 파일 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidRuleSetInclude">
<source>An error occurred while loading the included rule set file {0} - {1}</source>
<target state="translated">포함된 규칙 설정 파일 {0}을(를) 로드하는 동안 오류가 발생했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="CompilerAnalyzerFailure">
<source>Analyzer Failure</source>
<target state="translated">분석기 오류</target>
<note>{0}: Analyzer name
{1}: Type name
{2}: Localized exception message
{3}: Localized detail message</note>
</trans-unit>
<trans-unit id="CompilerAnalyzerThrows">
<source>Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.
{3}</source>
<target state="translated">분석기 '{0}'에서 '{2}' 메시지와 함께 '{1}' 형식의 예외를 throw했습니다.
{3}</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDriverFailure">
<source>Analyzer Driver Failure</source>
<target state="translated">분석기 드라이버 오류</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDriverThrows">
<source>Analyzer driver threw an exception of type '{0}' with message '{1}'.</source>
<target state="translated">분석기 드라이버에서 '{1}' 메시지와 함께 '{0}' 형식의 예외를 throw했습니다.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDriverThrowsDescription">
<source>Analyzer driver threw the following exception:
'{0}'.</source>
<target state="translated">분석기 드라이버에서 다음 예외를 throw했습니다.
'{0}'.</target>
<note />
</trans-unit>
<trans-unit id="PEImageDoesntContainManagedMetadata">
<source>PE image doesn't contain managed metadata.</source>
<target state="translated">PE 이미지에 관리된 메타데이터가 포함되어 있지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="ChangesMustNotOverlap">
<source>The changes must not overlap.</source>
<target state="translated">변경 내용의 순서를 지정해야 하고 겹쳐서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="DiagnosticIdCantBeNullOrWhitespace">
<source>A DiagnosticDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</source>
<target state="translated">DiagnosticDescriptor에 null, 빈 문자열 및 공백만 포함된 문자열이 아닌 ID가 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="RuleSetHasDuplicateRules">
<source>The rule set file has duplicate rules for '{0}' with differing actions '{1}' and '{2}'.</source>
<target state="translated">규칙 설정 파일에서 '{1}' 및 '{2}'이(가) 다르게 동작하는 '{0}'에 대한 규칙이 중복되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="CantCreateModuleReferenceToAssembly">
<source>Can't create a module reference to an assembly.</source>
<target state="translated">어셈블리에 대한 모듈 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CantCreateReferenceToDynamicAssembly">
<source>Can't create a metadata reference to a dynamic assembly.</source>
<target state="translated">동적 어셈블리에 대한 메타데이터 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CantCreateReferenceToAssemblyWithoutLocation">
<source>Can't create a metadata reference to an assembly without location.</source>
<target state="translated">위치 없이 어셈블리에 대한 메타데이터 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentCannotBeEmpty">
<source>Argument cannot be empty.</source>
<target state="translated">인수는 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentElementCannotBeNull">
<source>Argument cannot have a null element.</source>
<target state="translated">인수에는 null 요소가 있을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedDiagnosticReported">
<source>Reported diagnostic with ID '{0}' is not supported by the analyzer.</source>
<target state="translated">ID가 '{0}'인 보고된 진단이 분석기에서 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticIdReported">
<source>Reported diagnostic has an ID '{0}', which is not a valid identifier.</source>
<target state="translated">보고된 진단의 ID가 '{0}'인데 유효한 식별자가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticLocationReported">
<source>Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.</source>
<target state="translated">보고된 진단 '{0}'의 소스 위치가 분석되는 컴파일의 일부가 아닌 '{1}' 파일에 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="The_type_0_is_not_understood_by_the_serialization_binder">
<source>The type '{0}' is not understood by the serialization binder.</source>
<target state="translated">직렬화 바인더가 '{0}' 형식을 인식할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Cannot_deserialize_type_0">
<source>Cannot deserialize type '{0}'.</source>
<target state="translated">'{0}' 형식을 역직렬화할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Cannot_serialize_type_0">
<source>Cannot serialize type '{0}'.</source>
<target state="translated">'{0}' 형식을 직렬화할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidNodeToTrack">
<source>Node to track is not a descendant of the root.</source>
<target state="translated">추적할 노드가 루트의 하위 항목이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="NodeOrTokenOutOfSequence">
<source>A node or token is out of sequence.</source>
<target state="translated">노드 또는 토큰이 순서를 벗어났습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedTypeOfNodeInList">
<source>A node in the list is not of the expected type.</source>
<target state="translated">목록의 노드가 필요한 형식이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingListItem">
<source>The item specified is not the element of a list.</source>
<target state="translated">지정한 항목은 목록의 요소가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidPublicKey">
<source>Invalid public key.</source>
<target state="translated">공개 키가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidPublicKeyToken">
<source>Invalid public key token.</source>
<target state="translated">공개 키 토큰이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDataAtOffset">
<source>Invalid data at offset {0}: {1}{2}*{3}{4}</source>
<target state="translated">{0} 오프셋의 잘못된 데이터: {1}{2}*{3}{4}</target>
<note />
</trans-unit>
<trans-unit id="SymWriterNotDeterministic">
<source>Windows PDB writer doesn't support deterministic compilation: '{0}'</source>
<target state="translated">Windows PDB 기록기는 결정적 컴파일을 지원하지 않습니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="SymWriterOlderVersionThanRequired">
<source>The version of Windows PDB writer is older than required: '{0}'</source>
<target state="translated">Windows PDB 기록기가 필요한 버전보다 이전 버전입니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="SymWriterDoesNotSupportSourceLink">
<source>Windows PDB writer doesn't support SourceLink feature: '{0}'</source>
<target state="translated">Windows PDB 기록기는 SourceLink 기능을 지원하지 않습니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="RuleSetBadAttributeValue">
<source>The attribute {0} has an invalid value of {1}.</source>
<target state="translated">{0} 특성에 잘못된 {1} 값이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="RuleSetMissingAttribute">
<source>The element {0} is missing an attribute named {1}.</source>
<target state="translated">{0} 요소에 이름이 {1}인 특성이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="KeepAliveIsNotAnInteger">
<source>Argument to '/keepalive' option is not a 32-bit integer.</source>
<target state="translated">/keepalive' 옵션의 인수는 32비트 정수가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="KeepAliveIsTooSmall">
<source>Arguments to '/keepalive' option below -1 are invalid.</source>
<target state="translated">-1 아래의 '/keepalive' 옵션에 대한 인수가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="KeepAliveWithoutShared">
<source>'/keepalive' option is only valid with '/shared' option.</source>
<target state="translated">'/keepalive' 옵션은 '/shared' 옵션과 함께 사용되는 경우에만 유효합니다.</target>
<note />
</trans-unit>
<trans-unit id="MismatchedVersion">
<source>Roslyn compiler server reports different protocol version than build task.</source>
<target state="translated">Roslyn 컴파일러 서버가 빌드 작업과 다른 프로토콜 버전을 보고합니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingKeepAlive">
<source>Missing argument for '/keepalive' option.</source>
<target state="translated">/keepalive' 옵션에 인수가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerTotalExecutionTime">
<source>Total analyzer execution time: {0} seconds.</source>
<target state="translated">총 분석기 실행 시간: {0}초.</target>
<note />
</trans-unit>
<trans-unit id="MultithreadedAnalyzerExecutionNote">
<source>NOTE: Elapsed time may be less than analyzer execution time because analyzers can run concurrently.</source>
<target state="translated">참고: 여러 분석기가 동시에 실행될 수 있으므로 경과된 시간이 분석기 실행 시간보다 짧을 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerExecutionTimeColumnHeader">
<source>Time (s)</source>
<target state="translated">시간(초)</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerNameColumnHeader">
<source>Analyzer</source>
<target state="translated">분석기</target>
<note />
</trans-unit>
<trans-unit id="NoAnalyzersFound">
<source>No analyzers found</source>
<target state="translated">분석기를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="DuplicateAnalyzerInstances">
<source>Argument contains duplicate analyzer instances.</source>
<target state="translated">인수에 중복된 분석기 인스턴스가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedAnalyzerInstance">
<source>Argument contains an analyzer instance that does not belong to the 'Analyzers' for this CompilationWithAnalyzers instance.</source>
<target state="translated">인수에 이 CompilationWithAnalyzers 인스턴스에 대한 '분석기'에 속하지 않는 분석기 인스턴스가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidTree">
<source>Syntax tree doesn't belong to the underlying 'Compilation'.</source>
<target state="translated">구문 트리가 기본 '컴파일'에 속하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceStreamEndedUnexpectedly">
<source>Resource stream ended at {0} bytes, expected {1} bytes.</source>
<target state="translated">리소스 스트림이 {0}바이트에서 끝났는데 {1}바이트여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="SharedArgumentMissing">
<source>Value for argument '/shared:' must not be empty</source>
<target state="translated">/shared:' 인수의 값은 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ExceptionContext">
<source>Exception occurred with following context:
{0}</source>
<target state="translated">다음 컨텍스트에서 예외가 발생했습니다.
{0}</target>
<note />
</trans-unit>
<trans-unit id="AnonymousTypeMemberAndNamesCountMismatch2">
<source>{0} and {1} must have the same length.</source>
<target state="translated">{0}과(와) {1}의 길이가 같아야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="AnonymousTypeArgumentCountMismatch2">
<source>{0} must either be 'default' or have the same length as {1}.</source>
<target state="translated">{0}은(는) '기본값'이거나 {1}과(와) 길이가 같아야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="InconsistentSyntaxTreeFeature">
<source>Inconsistent syntax tree features</source>
<target state="translated">일관성 없는 구문 트리 기능</target>
<note />
</trans-unit>
<trans-unit id="ReferenceOfTypeIsInvalid1">
<source>Reference of type '{0}' is not valid for this compilation.</source>
<target state="translated">'{0}' 형식의 참조를 이 컴파일에 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="MetadataRefNotFoundToRemove1">
<source>MetadataReference '{0}' not found to remove.</source>
<target state="translated">제거할 '{0}' MetadataReference를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementNameCountMismatch">
<source>If tuple element names are specified, the number of element names must match the cardinality of the tuple.</source>
<target state="translated">튜플 요소 이름을 지정하는 경우 요소 이름 수가 튜플의 카디널리티와 일치해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementNameEmpty">
<source>Tuple element name cannot be an empty string.</source>
<target state="translated">튜플 요소 이름은 빈 문자열일 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementLocationCountMismatch">
<source>If tuple element locations are specified, the number of locations must match the cardinality of the tuple.</source>
<target state="translated">튜플 요소 위치가 지정된 경우, 위치 수는 튜플의 카디널리티와 일치해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="TuplesNeedAtLeastTwoElements">
<source>Tuples must have at least two elements.</source>
<target state="translated">튜플에는 요소가 두 개 이상 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion">
<source>The compilation references multiple assemblies whose versions only differ in auto-generated build and/or revision numbers.</source>
<target state="translated">컴파일에서 버전이 자동 생성 빌드 및/또는 수정 번호만 다른 여러 어셈블리를 참조합니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleUnderlyingTypeMustBeTupleCompatible">
<source>The underlying type for a tuple must be tuple-compatible.</source>
<target state="translated">튜플의 기본 형식은 튜플과 호환되어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedResourceFileFormat">
<source>Unrecognized resource file format.</source>
<target state="translated">인식할 수 없는 리소스 파일 형식입니다.</target>
<note />
</trans-unit>
<trans-unit id="SourceTextCannotBeEmbedded">
<source>SourceText cannot be embedded. Provide encoding or canBeEmbedded=true at construction.</source>
<target state="translated">SourceText를 포함할 수 없습니다. 생성 시 인코딩 또는 canBeEmbedded=true를 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="StreamIsTooLong">
<source>Stream is too long.</source>
<target state="translated">스트림이 너무 깁니다.</target>
<note />
</trans-unit>
<trans-unit id="EmbeddedTextsRequirePdb">
<source>Embedded texts are only supported when emitting a PDB.</source>
<target state="translated">PDB를 내보낼 때만 포함된 텍스트가 지원됩니다.</target>
<note />
</trans-unit>
<trans-unit id="TheStreamCannotBeWrittenTo">
<source>The stream cannot be written to.</source>
<target state="translated">스트림에 쓸 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ElementIsExpected">
<source>element is expected</source>
<target state="translated">요소가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="SeparatorIsExpected">
<source>separator is expected</source>
<target state="translated">구분 기호가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="TheStreamCannotBeReadFrom">
<source>The stream cannot be read from.</source>
<target state="translated">스트림에서 읽을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Deserialization_reader_for_0_read_incorrect_number_of_values">
<source>Deserialization reader for '{0}' read incorrect number of values.</source>
<target state="translated">'{0}'에 대한 역직렬화 판독기가 잘못된 숫자 값을 읽습니다.</target>
<note />
</trans-unit>
<trans-unit id="Stream_contains_invalid_data">
<source>Stream contains invalid data</source>
<target state="translated">스트림에 잘못된 데이터가 들어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticSpanReported">
<source>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</source>
<target state="translated">보고된 진단 '{0}'의 소스 위치 '{1}'이(가) 지정된 파일의 범위 밖인 파일 '{2}'에 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ExceptionEnablingMulticoreJit">
<source>Warning: Could not enable multicore JIT due to exception: {0}.</source>
<target state="translated">경고: 다음 예외 때문에 멀티 코어 JIT를 사용할 수 없습니다. {0}</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../CodeAnalysisResources.resx">
<body>
<trans-unit id="A_language_name_cannot_be_specified_for_this_option">
<source>A language name cannot be specified for this option.</source>
<target state="translated">이 옵션에 대한 언어 이름을 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="A_language_name_must_be_specified_for_this_option">
<source>A language name must be specified for this option.</source>
<target state="translated">이 옵션에 대한 언어 이름을 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="AssemblyReferencesNetFramework">
<source>The assembly containing type '{0}' references .NET Framework, which is not supported.</source>
<target state="translated">'{0}' 형식을 포함하는 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.</target>
<note />
</trans-unit>
<trans-unit id="ChangesMustBeWithinBoundsOfSourceText">
<source>Changes must be within bounds of SourceText</source>
<target state="translated">변경 내용은 SourceText의 범위 내에 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ChangingVersionOfAssemblyReferenceIsNotAllowedDuringDebugging">
<source>Changing the version of an assembly reference is not allowed during debugging: '{0}' changed version to '{1}'.</source>
<target state="translated">디버깅 중에는 어셈블리 참조의 버전 변경이 허용되지 않습니다. '{0}'이(가) 버전을 '{1}'(으)로 변경했습니다.</target>
<note />
</trans-unit>
<trans-unit id="CompilerAnalyzerThrowsDescription">
<source>Analyzer '{0}' threw the following exception:
'{1}'.</source>
<target state="translated">'{0}' 분석기에서 다음 예외를 throw했습니다.
'{1}'</target>
<note />
</trans-unit>
<trans-unit id="DisableAnalyzerDiagnosticsMessage">
<source>Suppress the following diagnostics to disable this analyzer: {0}</source>
<target state="translated">이 분석기를 사용하지 않도록 설정하려면 다음 진단이 표시되지 않도록 설정하세요. {0}</target>
<note>{0}: Comma-separated list of diagnostic IDs</note>
</trans-unit>
<trans-unit id="HintNameInvalidChar">
<source>The hintName '{0}' contains an invalid character '{1}' at position {2}.</source>
<target state="new">The hintName '{0}' contains an invalid character '{1}' at position {2}.</target>
<note>{0}: the provided hintname. {1}: the invalid character, {2} the position it occurred at</note>
</trans-unit>
<trans-unit id="HintNameUniquePerGenerator">
<source>The hintName '{0}' of the added source file must be unique within a generator.</source>
<target state="new">The hintName '{0}' of the added source file must be unique within a generator.</target>
<note>{0}: the provided hintname</note>
</trans-unit>
<trans-unit id="InvalidAdditionalFile">
<source>Additional file doesn't belong to the underlying 'CompilationWithAnalyzers'.</source>
<target state="translated">추가 파일이 기본 'CompilationWithAnalyzers'에 속하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticSuppressionReported">
<source>Suppressed diagnostic ID '{0}' does not match suppressable ID '{1}' for the given suppression descriptor.</source>
<target state="translated">표시되지 않는 진단 ID '{0}'이(가) 지정된 비표시 설명자의 표시하지 않을 수 있는 ID '{1}'과(와) 일치하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperationBlockForAnalysisContext">
<source>Given operation block does not belong to the current analysis context.</source>
<target state="translated">지정한 작업 블록이 현재 분석 컨텍스트에 속하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="IsSymbolAccessibleBadWithin">
<source>Parameter '{0}' must be an 'INamedTypeSymbol' or an 'IAssemblySymbol'.</source>
<target state="translated">'{0}' 매개 변수는 'INamedTypeSymbol' 또는 'IAssemblySymbol'이어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="IsSymbolAccessibleWrongAssembly">
<source>Parameter '{0}' must be a symbol from this compilation or some referenced assembly.</source>
<target state="translated">'{0}' 매개 변수는 이 컴파일 또는 일부 참조된 어셈블리의 기호여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ModuleHasInvalidAttributes">
<source>Module has invalid attributes.</source>
<target state="translated">모듈에 잘못된 특성이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="NonReportedDiagnosticCannotBeSuppressed">
<source>Non-reported diagnostic with ID '{0}' cannot be suppressed.</source>
<target state="translated">ID가 '{0}'인 보고되지 않는 진단은 표시되지 않도록 설정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NotARootOperation">
<source>Given operation has a non-null parent.</source>
<target state="translated">지정한 작업에 null이 아닌 부모가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="OperationHasNullSemanticModel">
<source>Given operation has a null semantic model.</source>
<target state="translated">지정한 작업에 null 의미 체계 모델이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="OperationMustNotBeControlFlowGraphPart">
<source>The provided operation must not be part of a Control Flow Graph.</source>
<target state="translated">제공된 작업은 제어 흐름 그래프의 일부가 아니어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="OutputKindNotSupported">
<source>Output kind not supported.</source>
<target state="translated">출력 종류가 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="PathReturnedByResolveMetadataFileMustBeAbsolute">
<source>Path returned by {0}.ResolveMetadataFile must be absolute: '{1}'</source>
<target state="translated">{0}.ResolveMetadataFile에서 반환한 경로는 절대 경로여야 합니다. '{1}'</target>
<note />
</trans-unit>
<trans-unit id="AssemblyMustHaveAtLeastOneModule">
<source>Assembly must have at least one module.</source>
<target state="translated">어셈블리에는 모듈이 하나 이상 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ModuleCopyCannotBeUsedToCreateAssemblyMetadata">
<source>Module copy can't be used to create an assembly metadata.</source>
<target state="translated">모듈 복사본은 어셈블리 메타데이터를 만드는 데 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Single_type_per_generator_0">
<source>Only a single {0} can be registered per generator.</source>
<target state="translated">생성기당 하나의 {0}만 등록할 수 있습니다.</target>
<note>{0}: type name</note>
</trans-unit>
<trans-unit id="SourceTextRequiresEncoding">
<source>The SourceText with hintName '{0}' must have an explicit encoding set.</source>
<target state="new">The SourceText with hintName '{0}' must have an explicit encoding set.</target>
<note>'SourceText' is not localizable. {0}: the provided hintname</note>
</trans-unit>
<trans-unit id="SupportedDiagnosticsHasNullDescriptor">
<source>Analyzer '{0}' contains a null descriptor in its 'SupportedDiagnostics'.</source>
<target state="translated">'{0}' 분석기의 'SupportedDiagnostics'에 null 설명자가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="SupportedSuppressionsHasNullDescriptor">
<source>Analyzer '{0}' contains a null descriptor in its 'SupportedSuppressions'.</source>
<target state="translated">'{0}' 분석기의 'SupportedSuppressions'에 null 설명자가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="SuppressionDiagnosticDescriptorMessage">
<source>Diagnostic '{0}: {1}' was programmatically suppressed by a DiagnosticSuppressor with suppression ID '{2}' and justification '{3}'</source>
<target state="translated">진단 '{0}:{1}'은(는) 비표시 ID가 '{2}'이고 근거가 '{3}'인 DiagnosticSuppressor에서 프로그래밍 방식으로 표시되지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="SuppressionDiagnosticDescriptorTitle">
<source>Programmatic suppression of an analyzer diagnostic</source>
<target state="translated">분석기 진단의 프로그래밍 방식 비표시</target>
<note />
</trans-unit>
<trans-unit id="SuppressionIdCantBeNullOrWhitespace">
<source>A SuppressionDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</source>
<target state="translated">SuppressionDescriptor에 null, 빈 문자열 및 공백만 포함된 문자열이 아닌 ID가 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementNullableAnnotationCountMismatch">
<source>If tuple element nullable annotations are specified, the number of annotations must match the cardinality of the tuple.</source>
<target state="translated">튜플 요소 nullable 주석이 지정된 경우, 주석 수는 튜플의 카디널리티와 일치해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnableToDetermineSpecificCauseOfFailure">
<source>Unable to determine specific cause of the failure.</source>
<target state="translated">오류의 특정 원인을 확인할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Unresolved">
<source>Unresolved: </source>
<target state="translated">확인되지 않음: </target>
<note />
</trans-unit>
<trans-unit id="Assembly">
<source>assembly</source>
<target state="translated">어셈블리</target>
<note />
</trans-unit>
<trans-unit id="Class1">
<source>class</source>
<target state="translated">클래스</target>
<note />
</trans-unit>
<trans-unit id="Constructor">
<source>constructor</source>
<target state="translated">생성자</target>
<note />
</trans-unit>
<trans-unit id="Delegate1">
<source>delegate</source>
<target state="translated">대리자</target>
<note />
</trans-unit>
<trans-unit id="Enum1">
<source>enum</source>
<target state="translated">열거형</target>
<note />
</trans-unit>
<trans-unit id="Event1">
<source>event</source>
<target state="translated">이벤트</target>
<note />
</trans-unit>
<trans-unit id="Field">
<source>field</source>
<target state="translated">필드</target>
<note />
</trans-unit>
<trans-unit id="TypeParameter">
<source>type parameter</source>
<target state="translated">형식 매개 변수</target>
<note />
</trans-unit>
<trans-unit id="Interface1">
<source>interface</source>
<target state="translated">인터페이스</target>
<note />
</trans-unit>
<trans-unit id="Method">
<source>method</source>
<target state="translated">메서드</target>
<note />
</trans-unit>
<trans-unit id="Module">
<source>module</source>
<target state="translated">모듈</target>
<note />
</trans-unit>
<trans-unit id="Parameter">
<source>parameter</source>
<target state="translated">매개 변수</target>
<note />
</trans-unit>
<trans-unit id="Property">
<source>property, indexer</source>
<target state="translated">속성, 인덱서</target>
<note />
</trans-unit>
<trans-unit id="Return1">
<source>return</source>
<target state="translated">돌아가기</target>
<note />
</trans-unit>
<trans-unit id="Struct1">
<source>struct</source>
<target state="translated">구조체</target>
<note />
</trans-unit>
<trans-unit id="CannotCreateReferenceToSubmission">
<source>Can't create a reference to a submission.</source>
<target state="translated">제출에 대한 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotCreateReferenceToModule">
<source>Can't create a reference to a module.</source>
<target state="translated">모듈에 대한 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InMemoryAssembly">
<source><in-memory assembly></source>
<target state="translated"><메모리 내 어셈블리></target>
<note />
</trans-unit>
<trans-unit id="InMemoryModule">
<source><in-memory module></source>
<target state="translated"><메모리 내 모듈></target>
<note />
</trans-unit>
<trans-unit id="SizeHasToBePositive">
<source>Size has to be positive.</source>
<target state="translated">크기는 양수여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="AssemblyFileNotFound">
<source>Assembly file not found</source>
<target state="translated">어셈블리 파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotEmbedInteropTypesFromModule">
<source>Can't embed interop types from module.</source>
<target state="translated">모듈에서 interop 형식을 포함할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotAliasModule">
<source>Can't alias a module.</source>
<target state="translated">모듈에 별칭을 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAlias">
<source>Invalid alias.</source>
<target state="translated">잘못된 별칭입니다.</target>
<note />
</trans-unit>
<trans-unit id="GetMetadataMustReturnInstance">
<source>{0}.GetMetadata() must return an instance of {1}.</source>
<target state="translated">{0}.GetMetadata()는 {1}의 인스턴스를 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedSuppressionReported">
<source>Reported suppression with ID '{0}' is not supported by the suppressor.</source>
<target state="translated">ID가 '{0}'인 보고된 비표시가 억제 장치에서 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer">
<source>Value too large to be represented as a 30 bit unsigned integer.</source>
<target state="translated">값이 너무 커서 30비트 정수로 표시할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Arrays_with_more_than_one_dimension_cannot_be_serialized">
<source>Arrays with more than one dimension cannot be serialized.</source>
<target state="translated">차원이 두 개 이상인 배열을 직렬화할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAssemblyName">
<source>Invalid assembly name: '{0}'</source>
<target state="translated">잘못된 어셈블리 이름입니다('{0}').</target>
<note />
</trans-unit>
<trans-unit id="AbsolutePathExpected">
<source>Absolute path expected.</source>
<target state="translated">절대 경로가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="EmptyKeyInPathMap">
<source>A key in the pathMap is empty.</source>
<target state="translated">pathMap의 키가 비어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="NullValueInPathMap">
<source>A value in the pathMap is null.</source>
<target state="translated">pathMap의 값이 null입니다.</target>
<note />
</trans-unit>
<trans-unit id="CompilationOptionsMustNotHaveErrors">
<source>Compilation options must not have errors.</source>
<target state="translated">컴파일 옵션에 오류가 없어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeCannotBeValuePointerbyRefOrOpen">
<source>Return type can't be a value type, pointer, by-ref or open generic type</source>
<target state="translated">반환 형식에는 값 형식, 포인터, by-ref 또는 공개 제네릭 형식을 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeCannotBeVoidByRefOrOpen">
<source>Return type can't be void, by-ref or open generic type</source>
<target state="translated">반환 형식에는 void, by-ref 또는 공개 제네릭 형식을 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TypeMustBeSameAsHostObjectTypeOfPreviousSubmission">
<source>Type must be same as host object type of previous submission.</source>
<target state="translated">형식은 이전 제출의 호스트 개체 형식과 같아야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PreviousSubmissionHasErrors">
<source>Previous submission has errors.</source>
<target state="translated">이전 제출에 오류가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOutputKindForSubmission">
<source>Invalid output kind for submission. DynamicallyLinkedLibrary expected.</source>
<target state="translated">제출에 대해 잘못된 출력 종류입니다. DynamicallyLinkedLibrary가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidCompilationOptions">
<source>Invalid compilation options -- submission can't be signed.</source>
<target state="translated">잘못된 컴파일 옵션입니다. 제출에 서명할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceStreamProviderShouldReturnNonNullStream">
<source>Resource stream provider should return non-null stream.</source>
<target state="translated">리소스 스트림 공급자는 null이 아닌 스트림을 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ReferenceResolverShouldReturnReadableNonNullStream">
<source>Reference resolver should return readable non-null stream.</source>
<target state="translated">참조 확인자는 읽을 수 있고 null이 아닌 스트림을 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="EmptyOrInvalidResourceName">
<source>Empty or invalid resource name</source>
<target state="translated">비어 있거나 잘못된 리소스 이름입니다.</target>
<note />
</trans-unit>
<trans-unit id="EmptyOrInvalidFileName">
<source>Empty or invalid file name</source>
<target state="translated">비어 있거나 잘못된 파일 이름입니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceDataProviderShouldReturnNonNullStream">
<source>Resource data provider should return non-null stream</source>
<target state="translated">리소스 데이터 공급자는 null이 아닌 스트림을 반환해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="FileNotFound">
<source>File not found.</source>
<target state="translated">파일을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PathReturnedByResolveStrongNameKeyFileMustBeAbsolute">
<source>Path returned by {0}.ResolveStrongNameKeyFile must be absolute: '{1}'</source>
<target state="translated">{0}.ResolveStrongNameKeyFile에서 반환한 경로는 절대 경로여야 합니다. '{1}'</target>
<note />
</trans-unit>
<trans-unit id="TypeMustBeASubclassOfSyntaxAnnotation">
<source>type must be a subclass of SyntaxAnnotation.</source>
<target state="translated">형식은 SyntaxAnnotation의 하위 클래스여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidModuleName">
<source>Invalid module name specified in metadata module '{0}': '{1}'</source>
<target state="translated">'{0}' 메타데이터 모듈에 잘못된 모듈 이름이 지정되었습니다('{1}').</target>
<note />
</trans-unit>
<trans-unit id="FileSizeExceedsMaximumAllowed">
<source>File size exceeds maximum allowed size of a valid metadata file.</source>
<target state="translated">파일 크기가 유효한 메타데이터 파일에 허용된 최대 크기를 초과했습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameCannotBeNull">
<source>Name cannot be null.</source>
<target state="translated">이름은 null일 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameCannotBeEmpty">
<source>Name cannot be empty.</source>
<target state="translated">이름을 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameCannotStartWithWhitespace">
<source>Name cannot start with whitespace.</source>
<target state="translated">이름은 공백으로 시작할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="NameContainsInvalidCharacter">
<source>Name contains invalid characters.</source>
<target state="translated">이름에 잘못된 문자가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpanDoesNotIncludeStartOfLine">
<source>The span does not include the start of a line.</source>
<target state="translated">범위에 줄의 시작이 포함되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="SpanDoesNotIncludeEndOfLine">
<source>The span does not include the end of a line.</source>
<target state="translated">범위에 줄의 끝이 포함되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="StartMustNotBeNegative">
<source>'start' must not be negative</source>
<target state="translated">'start'는 음수일 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="EndMustNotBeLessThanStart">
<source>'end' must not be less than 'start'</source>
<target state="translated">'end'는 'start'보다 커야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidContentType">
<source>Invalid content type</source>
<target state="translated">잘못된 콘텐츠 형식입니다.</target>
<note />
</trans-unit>
<trans-unit id="ExpectedNonEmptyPublicKey">
<source>Expected non-empty public key</source>
<target state="translated">비어 있지 않은 공용 키가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidSizeOfPublicKeyToken">
<source>Invalid size of public key token.</source>
<target state="translated">잘못된 공용 키 토큰 크기입니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInAssemblyName">
<source>Invalid characters in assembly name</source>
<target state="translated">어셈블리 이름에 잘못된 문자가 있음</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInAssemblyCultureName">
<source>Invalid characters in assembly culture name</source>
<target state="translated">어셈블리 문화권 이름에 잘못된 문자가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportReadAndSeek">
<source>Stream must support read and seek operations.</source>
<target state="translated">스트림은 읽기 및 찾기 작업을 지원해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportRead">
<source>Stream must be readable.</source>
<target state="translated">스트림을 읽을 수 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="StreamMustSupportWrite">
<source>Stream must be writable.</source>
<target state="translated">스트림이 쓰기 가능해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="PdbStreamUnexpectedWhenEmbedding">
<source>PDB stream should not be given when embedding PDB into the PE stream.</source>
<target state="translated">PDB를 PE 스트림에 포함할 경우 PDB 스트림을 지정하면 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="PdbStreamUnexpectedWhenEmittingMetadataOnly">
<source>PDB stream should not be given when emitting metadata only.</source>
<target state="translated">메타데이터만 내보낼 때 PDB 스트림을 지정해서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="MetadataPeStreamUnexpectedWhenEmittingMetadataOnly">
<source>Metadata PE stream should not be given when emitting metadata only.</source>
<target state="translated">메타데이터만 내보낼 때 메타데이터 PE 스트림을 지정해서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="IncludingPrivateMembersUnexpectedWhenEmittingToMetadataPeStream">
<source>Including private members should not be used when emitting to the secondary assembly output.</source>
<target state="translated">보조 어셈블리 출력으로 내보낼 때 프라이빗 멤버를 포함해서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="MustIncludePrivateMembersUnlessRefAssembly">
<source>Must include private members unless emitting a ref assembly.</source>
<target state="translated">참조 어셈블리를 내보내지 않는 경우 프라이빗 멤버를 포함해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="EmbeddingPdbUnexpectedWhenEmittingMetadata">
<source>Embedding PDB is not allowed when emitting metadata.</source>
<target state="translated">메타데이터를 내보낼 때 PDB를 포함할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CannotTargetNetModuleWhenEmittingRefAssembly">
<source>Cannot target net module when emitting ref assembly.</source>
<target state="translated">참조 어셈블리를 내보낼 때 NET 모듈을 대상으로 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidHash">
<source>Invalid hash.</source>
<target state="translated">잘못된 해시입니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedHashAlgorithm">
<source>Unsupported hash algorithm.</source>
<target state="translated">지원되지 않는 해시 알고리즘입니다.</target>
<note />
</trans-unit>
<trans-unit id="InconsistentLanguageVersions">
<source>Inconsistent language versions</source>
<target state="translated">일치하지 않는 언어 버전</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceInvalidRelocation">
<source>Win32 resources, assumed to be in COFF object format, have one or more invalid relocation header values.</source>
<target state="translated">COFF 개체 형식으로 간주되는 Win32 리소스에 잘못된 재배치 헤더 값이 둘 이상 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceInvalidSectionSize">
<source>Win32 resources, assumed to be in COFF object format, have an invalid section size.</source>
<target state="translated">COFF 개체 형식으로 간주되는 Win32 리소스에 잘못된 섹션 크기가 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceInvalidSymbol">
<source>Win32 resources, assumed to be in COFF object format, have one or more invalid symbol values.</source>
<target state="translated">COFF 개체 형식으로 간주되는 Win32 리소스에 잘못된 기호 값이 둘 이상 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="CoffResourceMissingSection">
<source>Win32 resources, assumed to be in COFF object format, are missing one or both of sections '.rsrc$01' and '.rsrc$02'</source>
<target state="translated">COFF 형식으로 간주되는 Win32 리소스에 '.rsrc$01' 및 '.rsrc$02' 섹션이 하나 또는 둘 다 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="IconStreamUnexpectedFormat">
<source>Icon stream is not in the expected format.</source>
<target state="translated">아이콘 스트림이 필요한 형식이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidCultureName">
<source>Invalid culture name: '{0}'</source>
<target state="translated">잘못된 문화권 이름입니다('{0}').</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidGlobalSectionName">
<source>Global analyzer config section name '{0}' is invalid as it is not an absolute path. Section will be ignored. Section was declared in file: '{1}'</source>
<target state="translated">전역 분석기 구성 섹션 이름 '{0}'이(가) 절대 경로가 아니므로 잘못되었습니다. 섹션이 무시됩니다. 파일 '{1}'에 섹션이 선언되었습니다.</target>
<note>{0}: invalid section name, {1} path to global config</note>
</trans-unit>
<trans-unit id="WRN_InvalidGlobalSectionName_Title">
<source>Global analyzer config section name is invalid as it is not an absolute path. Section will be ignored.</source>
<target state="translated">전역 분석기 구성 섹션 이름이 절대 경로가 아니므로 잘못되었습니다. 섹션이 무시됩니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidSeverityInAnalyzerConfig">
<source>The diagnostic '{0}' was given an invalid severity '{1}' in the analyzer config file at '{2}'.</source>
<target state="translated">'{2}'의 분석기 구성 파일에 있는 진단 '{0}'에 잘못된 심각도 '{1}'이(가) 지정되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidSeverityInAnalyzerConfig_Title">
<source>Invalid severity in analyzer config file.</source>
<target state="translated">분석기 구성 파일의 심각도가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleGlobalAnalyzerKeys">
<source>Multiple global analyzer config files set the same key '{0}' in section '{1}'. It has been unset. Key was set by the following files: '{2}'</source>
<target state="translated">여러 전역 분석기 구성 파일이 섹션 '{1}'에 같은 키 '{0}'을(를) 설정했습니다. 해당 키 설정이 해제되었습니다. 키는 '{2}' 파일에 의해 설정되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleGlobalAnalyzerKeys_Title">
<source>Multiple global analyzer config files set the same key. It has been unset.</source>
<target state="translated">여러 전역 분석기 구성 파일이 같은 키를 설정했습니다. 해당 키 설정이 해제되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="WinRTIdentityCantBeRetargetable">
<source>WindowsRuntime identity can't be retargetable</source>
<target state="translated">WindowsRuntime ID는 대상으로 다시 지정할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="PEImageNotAvailable">
<source>PE image not available.</source>
<target state="translated">PE 이미지를 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="AssemblySigningNotSupported">
<source>Assembly signing not supported.</source>
<target state="translated">어셈블리 서명은 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="XmlReferencesNotSupported">
<source>References to XML documents are not supported.</source>
<target state="translated">XML 문서에 대한 참조는 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="FailedToResolveRuleSetName">
<source>Could not locate the rule set file '{0}'.</source>
<target state="translated">규칙 집합 파일 '{0}'을(를) 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidRuleSetInclude">
<source>An error occurred while loading the included rule set file {0} - {1}</source>
<target state="translated">포함된 규칙 설정 파일 {0}을(를) 로드하는 동안 오류가 발생했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="CompilerAnalyzerFailure">
<source>Analyzer Failure</source>
<target state="translated">분석기 오류</target>
<note>{0}: Analyzer name
{1}: Type name
{2}: Localized exception message
{3}: Localized detail message</note>
</trans-unit>
<trans-unit id="CompilerAnalyzerThrows">
<source>Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.
{3}</source>
<target state="translated">분석기 '{0}'에서 '{2}' 메시지와 함께 '{1}' 형식의 예외를 throw했습니다.
{3}</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDriverFailure">
<source>Analyzer Driver Failure</source>
<target state="translated">분석기 드라이버 오류</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDriverThrows">
<source>Analyzer driver threw an exception of type '{0}' with message '{1}'.</source>
<target state="translated">분석기 드라이버에서 '{1}' 메시지와 함께 '{0}' 형식의 예외를 throw했습니다.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDriverThrowsDescription">
<source>Analyzer driver threw the following exception:
'{0}'.</source>
<target state="translated">분석기 드라이버에서 다음 예외를 throw했습니다.
'{0}'.</target>
<note />
</trans-unit>
<trans-unit id="PEImageDoesntContainManagedMetadata">
<source>PE image doesn't contain managed metadata.</source>
<target state="translated">PE 이미지에 관리된 메타데이터가 포함되어 있지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="ChangesMustNotOverlap">
<source>The changes must not overlap.</source>
<target state="translated">변경 내용의 순서를 지정해야 하고 겹쳐서는 안 됩니다.</target>
<note />
</trans-unit>
<trans-unit id="DiagnosticIdCantBeNullOrWhitespace">
<source>A DiagnosticDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.</source>
<target state="translated">DiagnosticDescriptor에 null, 빈 문자열 및 공백만 포함된 문자열이 아닌 ID가 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="RuleSetHasDuplicateRules">
<source>The rule set file has duplicate rules for '{0}' with differing actions '{1}' and '{2}'.</source>
<target state="translated">규칙 설정 파일에서 '{1}' 및 '{2}'이(가) 다르게 동작하는 '{0}'에 대한 규칙이 중복되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="CantCreateModuleReferenceToAssembly">
<source>Can't create a module reference to an assembly.</source>
<target state="translated">어셈블리에 대한 모듈 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CantCreateReferenceToDynamicAssembly">
<source>Can't create a metadata reference to a dynamic assembly.</source>
<target state="translated">동적 어셈블리에 대한 메타데이터 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CantCreateReferenceToAssemblyWithoutLocation">
<source>Can't create a metadata reference to an assembly without location.</source>
<target state="translated">위치 없이 어셈블리에 대한 메타데이터 참조를 만들 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentCannotBeEmpty">
<source>Argument cannot be empty.</source>
<target state="translated">인수는 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentElementCannotBeNull">
<source>Argument cannot have a null element.</source>
<target state="translated">인수에는 null 요소가 있을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedDiagnosticReported">
<source>Reported diagnostic with ID '{0}' is not supported by the analyzer.</source>
<target state="translated">ID가 '{0}'인 보고된 진단이 분석기에서 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticIdReported">
<source>Reported diagnostic has an ID '{0}', which is not a valid identifier.</source>
<target state="translated">보고된 진단의 ID가 '{0}'인데 유효한 식별자가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticLocationReported">
<source>Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.</source>
<target state="translated">보고된 진단 '{0}'의 소스 위치가 분석되는 컴파일의 일부가 아닌 '{1}' 파일에 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="The_type_0_is_not_understood_by_the_serialization_binder">
<source>The type '{0}' is not understood by the serialization binder.</source>
<target state="translated">직렬화 바인더가 '{0}' 형식을 인식할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Cannot_deserialize_type_0">
<source>Cannot deserialize type '{0}'.</source>
<target state="translated">'{0}' 형식을 역직렬화할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Cannot_serialize_type_0">
<source>Cannot serialize type '{0}'.</source>
<target state="translated">'{0}' 형식을 직렬화할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidNodeToTrack">
<source>Node to track is not a descendant of the root.</source>
<target state="translated">추적할 노드가 루트의 하위 항목이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="NodeOrTokenOutOfSequence">
<source>A node or token is out of sequence.</source>
<target state="translated">노드 또는 토큰이 순서를 벗어났습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedTypeOfNodeInList">
<source>A node in the list is not of the expected type.</source>
<target state="translated">목록의 노드가 필요한 형식이 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingListItem">
<source>The item specified is not the element of a list.</source>
<target state="translated">지정한 항목은 목록의 요소가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidPublicKey">
<source>Invalid public key.</source>
<target state="translated">공개 키가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidPublicKeyToken">
<source>Invalid public key token.</source>
<target state="translated">공개 키 토큰이 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDataAtOffset">
<source>Invalid data at offset {0}: {1}{2}*{3}{4}</source>
<target state="translated">{0} 오프셋의 잘못된 데이터: {1}{2}*{3}{4}</target>
<note />
</trans-unit>
<trans-unit id="SymWriterNotDeterministic">
<source>Windows PDB writer doesn't support deterministic compilation: '{0}'</source>
<target state="translated">Windows PDB 기록기는 결정적 컴파일을 지원하지 않습니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="SymWriterOlderVersionThanRequired">
<source>The version of Windows PDB writer is older than required: '{0}'</source>
<target state="translated">Windows PDB 기록기가 필요한 버전보다 이전 버전입니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="SymWriterDoesNotSupportSourceLink">
<source>Windows PDB writer doesn't support SourceLink feature: '{0}'</source>
<target state="translated">Windows PDB 기록기는 SourceLink 기능을 지원하지 않습니다. '{0}'</target>
<note />
</trans-unit>
<trans-unit id="RuleSetBadAttributeValue">
<source>The attribute {0} has an invalid value of {1}.</source>
<target state="translated">{0} 특성에 잘못된 {1} 값이 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="RuleSetMissingAttribute">
<source>The element {0} is missing an attribute named {1}.</source>
<target state="translated">{0} 요소에 이름이 {1}인 특성이 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="KeepAliveIsNotAnInteger">
<source>Argument to '/keepalive' option is not a 32-bit integer.</source>
<target state="translated">/keepalive' 옵션의 인수는 32비트 정수가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="KeepAliveIsTooSmall">
<source>Arguments to '/keepalive' option below -1 are invalid.</source>
<target state="translated">-1 아래의 '/keepalive' 옵션에 대한 인수가 잘못되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="KeepAliveWithoutShared">
<source>'/keepalive' option is only valid with '/shared' option.</source>
<target state="translated">'/keepalive' 옵션은 '/shared' 옵션과 함께 사용되는 경우에만 유효합니다.</target>
<note />
</trans-unit>
<trans-unit id="MismatchedVersion">
<source>Roslyn compiler server reports different protocol version than build task.</source>
<target state="translated">Roslyn 컴파일러 서버가 빌드 작업과 다른 프로토콜 버전을 보고합니다.</target>
<note />
</trans-unit>
<trans-unit id="MissingKeepAlive">
<source>Missing argument for '/keepalive' option.</source>
<target state="translated">/keepalive' 옵션에 인수가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerTotalExecutionTime">
<source>Total analyzer execution time: {0} seconds.</source>
<target state="translated">총 분석기 실행 시간: {0}초.</target>
<note />
</trans-unit>
<trans-unit id="MultithreadedAnalyzerExecutionNote">
<source>NOTE: Elapsed time may be less than analyzer execution time because analyzers can run concurrently.</source>
<target state="translated">참고: 여러 분석기가 동시에 실행될 수 있으므로 경과된 시간이 분석기 실행 시간보다 짧을 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerExecutionTimeColumnHeader">
<source>Time (s)</source>
<target state="translated">시간(초)</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerNameColumnHeader">
<source>Analyzer</source>
<target state="translated">분석기</target>
<note />
</trans-unit>
<trans-unit id="NoAnalyzersFound">
<source>No analyzers found</source>
<target state="translated">분석기를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="DuplicateAnalyzerInstances">
<source>Argument contains duplicate analyzer instances.</source>
<target state="translated">인수에 중복된 분석기 인스턴스가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedAnalyzerInstance">
<source>Argument contains an analyzer instance that does not belong to the 'Analyzers' for this CompilationWithAnalyzers instance.</source>
<target state="translated">인수에 이 CompilationWithAnalyzers 인스턴스에 대한 '분석기'에 속하지 않는 분석기 인스턴스가 포함되어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidTree">
<source>Syntax tree doesn't belong to the underlying 'Compilation'.</source>
<target state="translated">구문 트리가 기본 '컴파일'에 속하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="ResourceStreamEndedUnexpectedly">
<source>Resource stream ended at {0} bytes, expected {1} bytes.</source>
<target state="translated">리소스 스트림이 {0}바이트에서 끝났는데 {1}바이트여야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="SharedArgumentMissing">
<source>Value for argument '/shared:' must not be empty</source>
<target state="translated">/shared:' 인수의 값은 비워 둘 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ExceptionContext">
<source>Exception occurred with following context:
{0}</source>
<target state="translated">다음 컨텍스트에서 예외가 발생했습니다.
{0}</target>
<note />
</trans-unit>
<trans-unit id="AnonymousTypeMemberAndNamesCountMismatch2">
<source>{0} and {1} must have the same length.</source>
<target state="translated">{0}과(와) {1}의 길이가 같아야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="AnonymousTypeArgumentCountMismatch2">
<source>{0} must either be 'default' or have the same length as {1}.</source>
<target state="translated">{0}은(는) '기본값'이거나 {1}과(와) 길이가 같아야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="InconsistentSyntaxTreeFeature">
<source>Inconsistent syntax tree features</source>
<target state="translated">일관성 없는 구문 트리 기능</target>
<note />
</trans-unit>
<trans-unit id="ReferenceOfTypeIsInvalid1">
<source>Reference of type '{0}' is not valid for this compilation.</source>
<target state="translated">'{0}' 형식의 참조를 이 컴파일에 사용할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="MetadataRefNotFoundToRemove1">
<source>MetadataReference '{0}' not found to remove.</source>
<target state="translated">제거할 '{0}' MetadataReference를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementNameCountMismatch">
<source>If tuple element names are specified, the number of element names must match the cardinality of the tuple.</source>
<target state="translated">튜플 요소 이름을 지정하는 경우 요소 이름 수가 튜플의 카디널리티와 일치해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementNameEmpty">
<source>Tuple element name cannot be an empty string.</source>
<target state="translated">튜플 요소 이름은 빈 문자열일 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleElementLocationCountMismatch">
<source>If tuple element locations are specified, the number of locations must match the cardinality of the tuple.</source>
<target state="translated">튜플 요소 위치가 지정된 경우, 위치 수는 튜플의 카디널리티와 일치해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="TuplesNeedAtLeastTwoElements">
<source>Tuples must have at least two elements.</source>
<target state="translated">튜플에는 요소가 두 개 이상 있어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion">
<source>The compilation references multiple assemblies whose versions only differ in auto-generated build and/or revision numbers.</source>
<target state="translated">컴파일에서 버전이 자동 생성 빌드 및/또는 수정 번호만 다른 여러 어셈블리를 참조합니다.</target>
<note />
</trans-unit>
<trans-unit id="TupleUnderlyingTypeMustBeTupleCompatible">
<source>The underlying type for a tuple must be tuple-compatible.</source>
<target state="translated">튜플의 기본 형식은 튜플과 호환되어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedResourceFileFormat">
<source>Unrecognized resource file format.</source>
<target state="translated">인식할 수 없는 리소스 파일 형식입니다.</target>
<note />
</trans-unit>
<trans-unit id="SourceTextCannotBeEmbedded">
<source>SourceText cannot be embedded. Provide encoding or canBeEmbedded=true at construction.</source>
<target state="translated">SourceText를 포함할 수 없습니다. 생성 시 인코딩 또는 canBeEmbedded=true를 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="StreamIsTooLong">
<source>Stream is too long.</source>
<target state="translated">스트림이 너무 깁니다.</target>
<note />
</trans-unit>
<trans-unit id="EmbeddedTextsRequirePdb">
<source>Embedded texts are only supported when emitting a PDB.</source>
<target state="translated">PDB를 내보낼 때만 포함된 텍스트가 지원됩니다.</target>
<note />
</trans-unit>
<trans-unit id="TheStreamCannotBeWrittenTo">
<source>The stream cannot be written to.</source>
<target state="translated">스트림에 쓸 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="ElementIsExpected">
<source>element is expected</source>
<target state="translated">요소가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="SeparatorIsExpected">
<source>separator is expected</source>
<target state="translated">구분 기호가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="TheStreamCannotBeReadFrom">
<source>The stream cannot be read from.</source>
<target state="translated">스트림에서 읽을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="Deserialization_reader_for_0_read_incorrect_number_of_values">
<source>Deserialization reader for '{0}' read incorrect number of values.</source>
<target state="translated">'{0}'에 대한 역직렬화 판독기가 잘못된 숫자 값을 읽습니다.</target>
<note />
</trans-unit>
<trans-unit id="Stream_contains_invalid_data">
<source>Stream contains invalid data</source>
<target state="translated">스트림에 잘못된 데이터가 들어 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="InvalidDiagnosticSpanReported">
<source>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</source>
<target state="translated">보고된 진단 '{0}'의 소스 위치 '{1}'이(가) 지정된 파일의 범위 밖인 파일 '{2}'에 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="ExceptionEnablingMulticoreJit">
<source>Warning: Could not enable multicore JIT due to exception: {0}.</source>
<target state="translated">경고: 다음 예외 때문에 멀티 코어 JIT를 사용할 수 없습니다. {0}</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.es.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../VisualBasicWorkspaceExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Quite este valor cuando se agregue otro.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../VisualBasicWorkspaceExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Quite este valor cuando se agregue otro.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../EditorFeaturesResources.resx">
<body>
<trans-unit id="All_methods">
<source>All methods</source>
<target state="translated">すべてのメソッド</target>
<note />
</trans-unit>
<trans-unit id="Always_for_clarity">
<source>Always for clarity</source>
<target state="translated">わかりやすくするために常に</target>
<note />
</trans-unit>
<trans-unit id="An_inline_rename_session_is_active_for_identifier_0">
<source>An inline rename session is active for identifier '{0}'. Invoke inline rename again to access additional options. You may continue to edit the identifier being renamed at any time.</source>
<target state="translated">識別子 '{0}' のインラインの名前変更セッションがアクティブです。追加オプションにアクセスするには、インラインの名前変更をもう一度呼び出します。名前を変更する識別子はいつでも引き続き編集できます。</target>
<note>For screenreaders. {0} is the identifier being renamed.</note>
</trans-unit>
<trans-unit id="Applying_changes">
<source>Applying changes</source>
<target state="translated">変更の適用</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters">
<source>Avoid unused parameters</source>
<target state="translated">使用されないパラメーターを指定しないでください</target>
<note />
</trans-unit>
<trans-unit id="Change_configuration">
<source>Change configuration</source>
<target state="translated">構成の変更</target>
<note />
</trans-unit>
<trans-unit id="Code_cleanup_is_not_configured">
<source>Code cleanup is not configured</source>
<target state="translated">コード クリーンアップは構成されていません</target>
<note />
</trans-unit>
<trans-unit id="Configure_it_now">
<source>Configure it now</source>
<target state="translated">今すぐ構成する</target>
<note />
</trans-unit>
<trans-unit id="Do_not_prefer_this_or_Me">
<source>Do not prefer 'this.' or 'Me.'</source>
<target state="translated">'this.' または 'Me' を優先しない</target>
<note />
</trans-unit>
<trans-unit id="Do_not_show_this_message_again">
<source>Do not show this message again</source>
<target state="translated">今後、このメッセージを表示しない</target>
<note />
</trans-unit>
<trans-unit id="Do_you_still_want_to_proceed_This_may_produce_broken_code">
<source>Do you still want to proceed? This may produce broken code.</source>
<target state="translated">続行しますか。破損状態のコードが生成される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="Expander_display_text">
<source>items from unimported namespaces</source>
<target state="translated">インポートされていない名前空間の項目</target>
<note />
</trans-unit>
<trans-unit id="Expander_image_element">
<source>Expander</source>
<target state="translated">展開コントロール</target>
<note />
</trans-unit>
<trans-unit id="Extract_method_encountered_the_following_issues">
<source>Extract method encountered the following issues:</source>
<target state="translated">メソッドの抽出で次の問題が発生しました:</target>
<note />
</trans-unit>
<trans-unit id="Filter_image_element">
<source>Filter</source>
<target state="translated">フィルター</target>
<note>Caption/tooltip for "Filter" image element displayed in completion popup.</note>
</trans-unit>
<trans-unit id="For_locals_parameters_and_members">
<source>For locals, parameters and members</source>
<target state="translated">ローカル、パラメーター、メンバーの場合</target>
<note />
</trans-unit>
<trans-unit id="For_member_access_expressions">
<source>For member access expressions</source>
<target state="translated">メンバー アクセス式の場合</target>
<note />
</trans-unit>
<trans-unit id="Format_document_performed_additional_cleanup">
<source>Format Document performed additional cleanup</source>
<target state="translated">ドキュメントのフォーマットで追加のクリーンアップが実行されました</target>
<note />
</trans-unit>
<trans-unit id="Get_help_for_0">
<source>Get help for '{0}'</source>
<target state="translated">'{0}' のヘルプの表示</target>
<note />
</trans-unit>
<trans-unit id="Get_help_for_0_from_Bing">
<source>Get help for '{0}' from Bing</source>
<target state="translated">Bing から '{0}' のヘルプを表示します</target>
<note />
</trans-unit>
<trans-unit id="Gathering_Suggestions_0">
<source>Gathering Suggestions - '{0}'</source>
<target state="translated">提案を収集しています - '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Gathering_Suggestions_Waiting_for_the_solution_to_fully_load">
<source>Gathering Suggestions - Waiting for the solution to fully load</source>
<target state="translated">提案を収集しています - ソリューションが完全に読み込まれるのを待機しています</target>
<note />
</trans-unit>
<trans-unit id="Go_To_Base">
<source>Go To Base</source>
<target state="translated">基本へ移動</target>
<note />
</trans-unit>
<trans-unit id="In_arithmetic_binary_operators">
<source>In arithmetic operators</source>
<target state="translated">算術演算子内で</target>
<note />
</trans-unit>
<trans-unit id="In_other_binary_operators">
<source>In other binary operators</source>
<target state="translated">その他のバイナリ演算子内で</target>
<note />
</trans-unit>
<trans-unit id="In_other_operators">
<source>In other operators</source>
<target state="translated">その他の演算子内で</target>
<note />
</trans-unit>
<trans-unit id="In_relational_binary_operators">
<source>In relational operators</source>
<target state="translated">関係演算子内で</target>
<note />
</trans-unit>
<trans-unit id="Indentation_Size">
<source>Indentation Size</source>
<target state="translated">インデントのサイズ</target>
<note />
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="translated">インラインのヒント</target>
<note />
</trans-unit>
<trans-unit id="Insert_Final_Newline">
<source>Insert Final Newline</source>
<target state="translated">最後の改行を挿入する</target>
<note />
</trans-unit>
<trans-unit id="Invalid_assembly_name">
<source>Invalid assembly name</source>
<target state="translated">無効なアセンブリ名</target>
<note />
</trans-unit>
<trans-unit id="Invalid_characters_in_assembly_name">
<source>Invalid characters in assembly name</source>
<target state="translated">アセンブリ名に無効な文字があります</target>
<note />
</trans-unit>
<trans-unit id="Keyword_Control">
<source>Keyword - Control</source>
<target state="translated">キーワード - コントロール</target>
<note />
</trans-unit>
<trans-unit id="Locating_bases">
<source>Locating bases...</source>
<target state="translated">ベースを検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Never_if_unnecessary">
<source>Never if unnecessary</source>
<target state="translated">不必要なら保持しない</target>
<note />
</trans-unit>
<trans-unit id="New_Line">
<source>New Line</source>
<target state="translated">改行</target>
<note />
</trans-unit>
<trans-unit id="No">
<source>No</source>
<target state="translated">いいえ</target>
<note />
</trans-unit>
<trans-unit id="Non_public_methods">
<source>Non-public methods</source>
<target state="translated">パブリックでないメソッド</target>
<note />
</trans-unit>
<trans-unit id="Operator_Overloaded">
<source>Operator - Overloaded</source>
<target state="translated">演算子 - オーバーロード</target>
<note />
</trans-unit>
<trans-unit id="Paste_Tracking">
<source>Paste Tracking</source>
<target state="translated">追跡の貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Prefer_System_HashCode_in_GetHashCode">
<source>Prefer 'System.HashCode' in 'GetHashCode'</source>
<target state="translated">'GetHashCode' の 'System.HashCode' を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_coalesce_expression">
<source>Prefer coalesce expression</source>
<target state="translated">合体式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_collection_initializer">
<source>Prefer collection initializer</source>
<target state="translated">コレクション初期化子を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_compound_assignments">
<source>Prefer compound assignments</source>
<target state="translated">複合代入を優先</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_assignments">
<source>Prefer conditional expression over 'if' with assignments</source>
<target state="translated">代入のある 'if' より条件式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_returns">
<source>Prefer conditional expression over 'if' with returns</source>
<target state="translated">戻り値のある 'if' より条件式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_explicit_tuple_name">
<source>Prefer explicit tuple name</source>
<target state="translated">明示的なタプル名を優先します</target>
<note />
</trans-unit>
<trans-unit id="Prefer_framework_type">
<source>Prefer framework type</source>
<target state="translated">フレームワークの型を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_anonymous_type_member_names">
<source>Prefer inferred anonymous type member names</source>
<target state="translated">推定された匿名型のメンバー名を優先します</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_tuple_names">
<source>Prefer inferred tuple element names</source>
<target state="translated">推定されたタプル要素の名前を優先します</target>
<note />
</trans-unit>
<trans-unit id="Prefer_is_null_for_reference_equality_checks">
<source>Prefer 'is null' for reference equality checks</source>
<target state="translated">参照の等値性のチェックには 'is null' を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_null_propagation">
<source>Prefer null propagation</source>
<target state="translated">null 値の反映を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_object_initializer">
<source>Prefer object initializer</source>
<target state="translated">オブジェクト初期化子を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_predefined_type">
<source>Prefer predefined type</source>
<target state="translated">定義済みの型を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_readonly_fields">
<source>Prefer readonly fields</source>
<target state="translated">readonly フィールドを優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simplified_boolean_expressions">
<source>Prefer simplified boolean expressions</source>
<target state="translated">簡素化されたブール式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_this_or_Me">
<source>Prefer 'this.' or 'Me.'</source>
<target state="translated">'this.' または 'Me' を優先する</target>
<note />
</trans-unit>
<trans-unit id="Preprocessor_Text">
<source>Preprocessor Text</source>
<target state="translated">プリプロセッサ テキスト</target>
<note />
</trans-unit>
<trans-unit id="Punctuation">
<source>Punctuation</source>
<target state="translated">句読点</target>
<note />
</trans-unit>
<trans-unit id="Qualify_event_access_with_this_or_Me">
<source>Qualify event access with 'this' or 'Me'</source>
<target state="translated">イベント アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Qualify_field_access_with_this_or_Me">
<source>Qualify field access with 'this' or 'Me'</source>
<target state="translated">フィールド アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Qualify_method_access_with_this_or_Me">
<source>Qualify method access with 'this' or 'Me'</source>
<target state="translated">メソッド アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Qualify_property_access_with_this_or_Me">
<source>Qualify property access with 'this' or 'Me'</source>
<target state="translated">プロパティ アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Reassigned_variable">
<source>Reassigned variable</source>
<target state="new">Reassigned variable</target>
<note />
</trans-unit>
<trans-unit id="Rename_file_name_doesnt_match">
<source>Rename _file (type does not match file name)</source>
<target state="translated">ファイル名の変更 (種類がファイル名と一致しません)(_F)</target>
<note />
</trans-unit>
<trans-unit id="Rename_file_partial_type">
<source>Rename _file (not allowed on partial types)</source>
<target state="translated">ファイル名の変更 (部分型では許可されません)(_F)</target>
<note>Disabled text status for file rename</note>
</trans-unit>
<trans-unit id="Rename_symbols_file">
<source>Rename symbol's _file</source>
<target state="translated">シンボルのファイルの名前を変更する(_F)</target>
<note>Indicates that the file a symbol is defined in will also be renamed</note>
</trans-unit>
<trans-unit id="Split_comment">
<source>Split comment</source>
<target state="translated">コメントの分割</target>
<note />
</trans-unit>
<trans-unit id="String_Escape_Character">
<source>String - Escape Character</source>
<target state="translated">文字列 - エスケープ文字</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Static">
<source>Symbol - Static</source>
<target state="translated">シンボル - 静的</target>
<note />
</trans-unit>
<trans-unit id="Tab_Size">
<source>Tab Size</source>
<target state="translated">タブのサイズ</target>
<note />
</trans-unit>
<trans-unit id="The_symbol_has_no_base">
<source>The symbol has no base.</source>
<target state="translated">シンボルにベースがありません。</target>
<note />
</trans-unit>
<trans-unit id="Toggle_Block_Comment">
<source>Toggle Block Comment</source>
<target state="translated">ブロック コメントの切り替え</target>
<note />
</trans-unit>
<trans-unit id="Toggle_Line_Comment">
<source>Toggle Line Comment</source>
<target state="translated">行コメントの切り替え</target>
<note />
</trans-unit>
<trans-unit id="Toggling_block_comment">
<source>Toggling block comment...</source>
<target state="translated">ブロック コメントを切り替えています...</target>
<note />
</trans-unit>
<trans-unit id="Toggling_line_comment">
<source>Toggling line comment...</source>
<target state="translated">行コメントを切り替えています...</target>
<note />
</trans-unit>
<trans-unit id="Use_Tabs">
<source>Use Tabs</source>
<target state="translated">タブの使用</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Constants">
<source>User Members - Constants</source>
<target state="translated">ユーザー メンバー - 定数</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Enum_Members">
<source>User Members - Enum Members</source>
<target state="translated">ユーザー メンバー - 列挙型メンバー</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Events">
<source>User Members - Events</source>
<target state="translated">ユーザー メンバー - イベント</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Extension_Methods">
<source>User Members - Extension Methods</source>
<target state="translated">ユーザー メンバー - 拡張メソッド</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Fields">
<source>User Members - Fields</source>
<target state="translated">ユーザー メンバー - フィールド</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Labels">
<source>User Members - Labels</source>
<target state="translated">ユーザー メンバー - ラベル</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Locals">
<source>User Members - Locals</source>
<target state="translated">ユーザー メンバー - ローカル</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Methods">
<source>User Members - Methods</source>
<target state="translated">ユーザー メンバー - メソッド</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Namespaces">
<source>User Members - Namespaces</source>
<target state="translated">ユーザー メンバー - 名前空間</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Parameters">
<source>User Members - Parameters</source>
<target state="translated">ユーザー メンバー - パラメーター</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Properties">
<source>User Members - Properties</source>
<target state="translated">ユーザー メンバー - プロパティ</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Classes">
<source>User Types - Classes</source>
<target state="translated">ユーザー タイプ - クラス</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Delegates">
<source>User Types - Delegates</source>
<target state="translated">ユーザー タイプ - デリゲート</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Enums">
<source>User Types - Enums</source>
<target state="translated">ユーザー タイプ - 列挙型</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Interfaces">
<source>User Types - Interfaces</source>
<target state="translated">ユーザー タイプ - インターフェイス</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Record_Structs">
<source>User Types - Record Structs</source>
<target state="translated">ユーザー タイプ - レコード構造体</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Records">
<source>User Types - Records</source>
<target state="translated">ユーザー タイプ - レコード</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Structures">
<source>User Types - Structures</source>
<target state="translated">ユーザー タイプ - 構造体</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Type_Parameters">
<source>User Types - Type Parameters</source>
<target state="translated">ユーザー タイプ - 型パラメーター</target>
<note />
</trans-unit>
<trans-unit id="String_Verbatim">
<source>String - Verbatim</source>
<target state="translated">文字列 - Verbatim</target>
<note />
</trans-unit>
<trans-unit id="Waiting_for_background_work_to_finish">
<source>Waiting for background work to finish...</source>
<target state="translated">バックグラウンド作業が終了するのを待っています...</target>
<note />
</trans-unit>
<trans-unit id="Warning_image_element">
<source>Warning</source>
<target state="translated">警告</target>
<note>Caption/tooltip for "Warning" image element displayed in completion popup.</note>
</trans-unit>
<trans-unit id="XML_Doc_Comments_Attribute_Name">
<source>XML Doc Comments - Attribute Name</source>
<target state="translated">XML ドキュメント コメント - 属性名</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_CData_Section">
<source>XML Doc Comments - CData Section</source>
<target state="translated">XML ドキュメント コメント - CData セクション</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Text">
<source>XML Doc Comments - Text</source>
<target state="translated">XML ドキュメント コメント - テキスト</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Delimiter">
<source>XML Doc Comments - Delimiter</source>
<target state="translated">XML ドキュメント コメント - 区切り記号</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Comment">
<source>XML Doc Comments - Comment</source>
<target state="translated">XML ドキュメント コメント - コメント</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Modules">
<source>User Types - Modules</source>
<target state="translated">ユーザー タイプ - モジュール</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Attribute_Name">
<source>VB XML Literals - Attribute Name</source>
<target state="translated">VB XML リテラル - 属性名</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Attribute_Quotes">
<source>VB XML Literals - Attribute Quotes</source>
<target state="translated">VB XML リテラル - 属性の引用符</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Attribute_Value">
<source>VB XML Literals - Attribute Value</source>
<target state="translated">VB XML リテラル - 属性値</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_CData_Section">
<source>VB XML Literals - CData Section</source>
<target state="translated">VB XML リテラル - CData セクション</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Comment">
<source>VB XML Literals - Comment</source>
<target state="translated">VB XML リテラル - コメント</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Delimiter">
<source>VB XML Literals - Delimiter</source>
<target state="translated">VB XML リテラル - 区切り記号</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Embedded_Expression">
<source>VB XML Literals - Embedded Expression</source>
<target state="translated">VB XML リテラル - 埋め込み式</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Entity_Reference">
<source>VB XML Literals - Entity Reference</source>
<target state="translated">VB XML リテラル - エンティティ参照</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Name">
<source>VB XML Literals - Name</source>
<target state="translated">VB XML リテラル - 名前</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Processing_Instruction">
<source>VB XML Literals - Processing Instruction</source>
<target state="translated">VB XML リテラル - 処理命令</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Text">
<source>VB XML Literals - Text</source>
<target state="translated">VB XML リテラル - テキスト</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Attribute_Quotes">
<source>XML Doc Comments - Attribute Quotes</source>
<target state="translated">XML ドキュメント コメント - 属性の引用符</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Attribute_Value">
<source>XML Doc Comments - Attribute Value</source>
<target state="translated">XML ドキュメント コメント - 属性値</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_Code">
<source>Unnecessary Code</source>
<target state="translated">不要なコード</target>
<note />
</trans-unit>
<trans-unit id="Rude_Edit">
<source>Rude Edit</source>
<target state="translated">Rude 編集</target>
<note />
</trans-unit>
<trans-unit id="Rename_will_update_1_reference_in_1_file">
<source>Rename will update 1 reference in 1 file.</source>
<target state="translated">名前を変更すると、1 ファイル内の 1 つの参照が更新されます。</target>
<note />
</trans-unit>
<trans-unit id="Rename_will_update_0_references_in_1_file">
<source>Rename will update {0} references in 1 file.</source>
<target state="translated">名前を変更すると、1 ファイル内の {0} 個の参照が更新されます。</target>
<note />
</trans-unit>
<trans-unit id="Rename_will_update_0_references_in_1_files">
<source>Rename will update {0} references in {1} files.</source>
<target state="translated">名前を変更すると、{1} 個のファイル内の {0} 個の参照が更新されます。</target>
<note />
</trans-unit>
<trans-unit id="Yes">
<source>Yes</source>
<target state="translated">はい</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_this_element_because_it_is_contained_in_a_read_only_file">
<source>You cannot rename this element because it is contained in a read-only file.</source>
<target state="translated">この要素は、読み取り専用ファイルに含まれているため、名前を変更できません。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_this_element_because_it_is_in_a_location_that_cannot_be_navigated_to">
<source>You cannot rename this element because it is in a location that cannot be navigated to.</source>
<target state="translated">この要素は、移動できない場所にあるため、名前を変更できません。</target>
<note />
</trans-unit>
<trans-unit id="_0_bases">
<source>'{0}' bases</source>
<target state="translated">'{0}' ベース</target>
<note />
</trans-unit>
<trans-unit id="_0_conflict_s_will_be_resolved">
<source>{0} conflict(s) will be resolved</source>
<target state="translated">{0} 個の競合が解決されます</target>
<note />
</trans-unit>
<trans-unit id="_0_implemented_members">
<source>'{0}' implemented members</source>
<target state="translated">'{0}' が実装されたメンバー</target>
<note />
</trans-unit>
<trans-unit id="_0_unresolvable_conflict_s">
<source>{0} unresolvable conflict(s)</source>
<target state="translated">未解決の競合 {0}</target>
<note />
</trans-unit>
<trans-unit id="Applying_0">
<source>Applying "{0}"...</source>
<target state="translated">"{0}" を適用しています...</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_to_1_with_content_colon">
<source>Adding '{0}' to '{1}' with content:</source>
<target state="translated">コンテンツを含む '{0}' を '{1}' に追加しています:</target>
<note />
</trans-unit>
<trans-unit id="Adding_project_0">
<source>Adding project '{0}'</source>
<target state="translated">プロジェクト '{0}' を追加しています</target>
<note />
</trans-unit>
<trans-unit id="Removing_project_0">
<source>Removing project '{0}'</source>
<target state="translated">プロジェクト '{0}' を削除しています</target>
<note />
</trans-unit>
<trans-unit id="Changing_project_references_for_0">
<source>Changing project references for '{0}'</source>
<target state="translated">プロジェクトの参照 '{0}' を変更しています</target>
<note />
</trans-unit>
<trans-unit id="Adding_reference_0_to_1">
<source>Adding reference '{0}' to '{1}'</source>
<target state="translated">参照 '{0}' を '{1}' に追加しています</target>
<note />
</trans-unit>
<trans-unit id="Removing_reference_0_from_1">
<source>Removing reference '{0}' from '{1}'</source>
<target state="translated">参照 '{0}' を '{1}' から削除しています</target>
<note />
</trans-unit>
<trans-unit id="Adding_analyzer_reference_0_to_1">
<source>Adding analyzer reference '{0}' to '{1}'</source>
<target state="translated">アナライザーの参照 '{0}' を '{1}' に追加しています</target>
<note />
</trans-unit>
<trans-unit id="Removing_analyzer_reference_0_from_1">
<source>Removing analyzer reference '{0}' from '{1}'</source>
<target state="translated">アナライザーの参照 '{0}' を '{1}' から削除しています</target>
<note />
</trans-unit>
<trans-unit id="XML_End_Tag_Completion">
<source>XML End Tag Completion</source>
<target state="translated">XML 終了タグ補完</target>
<note />
</trans-unit>
<trans-unit id="Completing_Tag">
<source>Completing Tag</source>
<target state="translated">タグ補完</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_Field">
<source>Encapsulate Field</source>
<target state="translated">フィールドのカプセル化</target>
<note />
</trans-unit>
<trans-unit id="Applying_Encapsulate_Field_refactoring">
<source>Applying "Encapsulate Field" refactoring...</source>
<target state="translated">"フィールドのカプセル化" リファクタリングを適用しています...</target>
<note />
</trans-unit>
<trans-unit id="Please_select_the_definition_of_the_field_to_encapsulate">
<source>Please select the definition of the field to encapsulate.</source>
<target state="translated">カプセル化するフィールドの定義を選択してください。</target>
<note />
</trans-unit>
<trans-unit id="Given_Workspace_doesn_t_support_Undo">
<source>Given Workspace doesn't support Undo</source>
<target state="translated">指定されたワークスペースは元に戻す操作をサポートしていません</target>
<note />
</trans-unit>
<trans-unit id="Searching">
<source>Searching...</source>
<target state="translated">検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Canceled">
<source>Canceled.</source>
<target state="translated">キャンセルされました。</target>
<note />
</trans-unit>
<trans-unit id="No_information_found">
<source>No information found.</source>
<target state="translated">情報が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="No_usages_found">
<source>No usages found.</source>
<target state="translated">使用状況が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="Implements_">
<source>Implements</source>
<target state="translated">実装</target>
<note />
</trans-unit>
<trans-unit id="Implemented_By">
<source>Implemented By</source>
<target state="translated">実装先</target>
<note />
</trans-unit>
<trans-unit id="Overrides_">
<source>Overrides</source>
<target state="translated">オーバーライド</target>
<note />
</trans-unit>
<trans-unit id="Overridden_By">
<source>Overridden By</source>
<target state="translated">オーバーライド元</target>
<note />
</trans-unit>
<trans-unit id="Directly_Called_In">
<source>Directly Called In</source>
<target state="translated">直接に呼び出し済み</target>
<note />
</trans-unit>
<trans-unit id="Indirectly_Called_In">
<source>Indirectly Called In</source>
<target state="translated">間接的に呼び出し済み</target>
<note />
</trans-unit>
<trans-unit id="Called_In">
<source>Called In</source>
<target state="translated">呼び出し済み</target>
<note />
</trans-unit>
<trans-unit id="Referenced_In">
<source>Referenced In</source>
<target state="translated">参照先</target>
<note />
</trans-unit>
<trans-unit id="No_references_found">
<source>No references found.</source>
<target state="translated">参照が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="No_derived_types_found">
<source>No derived types found.</source>
<target state="translated">派生型が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="No_implementations_found">
<source>No implementations found.</source>
<target state="translated">実装が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="_0_Line_1">
<source>{0} - (Line {1})</source>
<target state="translated">{0} - (行 {1})</target>
<note />
</trans-unit>
<trans-unit id="Class_Parts">
<source>Class Parts</source>
<target state="translated">クラスの部品</target>
<note />
</trans-unit>
<trans-unit id="Struct_Parts">
<source>Struct Parts</source>
<target state="translated">構造体の部品</target>
<note />
</trans-unit>
<trans-unit id="Interface_Parts">
<source>Interface Parts</source>
<target state="translated">インターフェイス パーツ</target>
<note />
</trans-unit>
<trans-unit id="Type_Parts">
<source>Type Parts</source>
<target state="translated">型の部品</target>
<note />
</trans-unit>
<trans-unit id="Inherits_">
<source>Inherits</source>
<target state="translated">継承</target>
<note />
</trans-unit>
<trans-unit id="Inherited_By">
<source>Inherited By</source>
<target state="translated">継承先</target>
<note />
</trans-unit>
<trans-unit id="Already_tracking_document_with_identical_key">
<source>Already tracking document with identical key</source>
<target state="translated">同じキーを持つドキュメントを既に追跡しています</target>
<note />
</trans-unit>
<trans-unit id="analyzer_Prefer_auto_properties">
<source>Prefer auto properties</source>
<target state="translated">自動プロパティを優先する</target>
<note />
</trans-unit>
<trans-unit id="document_is_not_currently_being_tracked">
<source>document is not currently being tracked</source>
<target state="translated">ドキュメントが現在追跡されていません</target>
<note />
</trans-unit>
<trans-unit id="Computing_Rename_information">
<source>Computing Rename information...</source>
<target state="translated">名前の変更情報を計算しています...</target>
<note />
</trans-unit>
<trans-unit id="Updating_files">
<source>Updating files...</source>
<target state="translated">ファイルを更新しています...</target>
<note />
</trans-unit>
<trans-unit id="Rename_operation_was_cancelled_or_is_not_valid">
<source>Rename operation was cancelled or is not valid</source>
<target state="translated">名前の変更操作は取り消されたか、または検証されていません</target>
<note />
</trans-unit>
<trans-unit id="Rename_Symbol">
<source>Rename Symbol</source>
<target state="translated">シンボルの名前変更</target>
<note />
</trans-unit>
<trans-unit id="Text_Buffer_Change">
<source>Text Buffer Change</source>
<target state="translated">テキスト バッファーの変更</target>
<note />
</trans-unit>
<trans-unit id="Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated">
<source>Rename operation was not properly completed. Some file might not have been updated.</source>
<target state="translated">名前の変更操作は正常に終了しませんでした。ファイルのいくつかは更新されなかった可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="Rename_0_to_1">
<source>Rename '{0}' to '{1}'</source>
<target state="translated">'{0}' を '{1}' に名前変更</target>
<note />
</trans-unit>
<trans-unit id="Preview_Warning">
<source>Preview Warning</source>
<target state="translated">警告のプレビュー</target>
<note />
</trans-unit>
<trans-unit id="external">
<source>(external)</source>
<target state="translated">(外部)</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Line_Ender">
<source>Automatic Line Ender</source>
<target state="translated">行の自動終了</target>
<note />
</trans-unit>
<trans-unit id="Automatically_completing">
<source>Automatically completing...</source>
<target state="translated">自動補完しています...</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Pair_Completion">
<source>Automatic Pair Completion</source>
<target state="translated">ペアの自動補完</target>
<note />
</trans-unit>
<trans-unit id="An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one">
<source>An active inline rename session is still active. Complete it before starting a new one.</source>
<target state="translated">アクティブなインラインの名前変更セッションがアクティブなままです。新しいセッションを開始する前に完了してください。</target>
<note />
</trans-unit>
<trans-unit id="The_buffer_is_not_part_of_a_workspace">
<source>The buffer is not part of a workspace.</source>
<target state="translated">バッファーはワークスペースの一部ではありません。</target>
<note />
</trans-unit>
<trans-unit id="The_token_is_not_contained_in_the_workspace">
<source>The token is not contained in the workspace.</source>
<target state="translated">トークンはワークスペースに含まれていません。</target>
<note />
</trans-unit>
<trans-unit id="You_must_rename_an_identifier">
<source>You must rename an identifier.</source>
<target state="translated">識別子の名前を変更する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_this_element">
<source>You cannot rename this element.</source>
<target state="translated">この要素の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="Please_resolve_errors_in_your_code_before_renaming_this_element">
<source>Please resolve errors in your code before renaming this element.</source>
<target state="translated">この要素の名前を変更する前に、コード内のエラーを解決してください。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_operators">
<source>You cannot rename operators.</source>
<target state="translated">演算子の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_elements_that_are_defined_in_metadata">
<source>You cannot rename elements that are defined in metadata.</source>
<target state="translated">メタデータで定義されている要素の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_elements_from_previous_submissions">
<source>You cannot rename elements from previous submissions.</source>
<target state="translated">前の送信からの要素の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="Navigation_Bars">
<source>Navigation Bars</source>
<target state="translated">ナビゲーション バー</target>
<note />
</trans-unit>
<trans-unit id="Refreshing_navigation_bars">
<source>Refreshing navigation bars...</source>
<target state="translated">ナビゲーション バーを更新しています...</target>
<note />
</trans-unit>
<trans-unit id="Format_Token">
<source>Format Token</source>
<target state="translated">書式トークン</target>
<note />
</trans-unit>
<trans-unit id="Smart_Indenting">
<source>Smart Indenting</source>
<target state="translated">スマート インデント</target>
<note />
</trans-unit>
<trans-unit id="Find_References">
<source>Find References</source>
<target state="translated">参照の検索</target>
<note />
</trans-unit>
<trans-unit id="Finding_references">
<source>Finding references...</source>
<target state="translated">参照を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_references_of_0">
<source>Finding references of "{0}"...</source>
<target state="translated">"{0}" の参照を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Comment_Selection">
<source>Comment Selection</source>
<target state="translated">選択範囲のコメント</target>
<note />
</trans-unit>
<trans-unit id="Uncomment_Selection">
<source>Uncomment Selection</source>
<target state="translated">選択範囲のコメントを解除</target>
<note />
</trans-unit>
<trans-unit id="Commenting_currently_selected_text">
<source>Commenting currently selected text...</source>
<target state="translated">現在選択されているテキストをコメントにしています...</target>
<note />
</trans-unit>
<trans-unit id="Uncommenting_currently_selected_text">
<source>Uncommenting currently selected text...</source>
<target state="translated">現在選択されているテキストをコメント解除しています...</target>
<note />
</trans-unit>
<trans-unit id="Insert_new_line">
<source>Insert new line</source>
<target state="translated">改行の挿入</target>
<note />
</trans-unit>
<trans-unit id="Documentation_Comment">
<source>Documentation Comment</source>
<target state="translated">ドキュメントのコメント</target>
<note />
</trans-unit>
<trans-unit id="Inserting_documentation_comment">
<source>Inserting documentation comment...</source>
<target state="translated">ドキュメントのコメントを挿入しています...</target>
<note />
</trans-unit>
<trans-unit id="Extract_Method">
<source>Extract Method</source>
<target state="translated">メソッドの抽出</target>
<note />
</trans-unit>
<trans-unit id="Applying_Extract_Method_refactoring">
<source>Applying "Extract Method" refactoring...</source>
<target state="translated">"メソッドの抽出" リファクタリングを適用しています...</target>
<note />
</trans-unit>
<trans-unit id="Format_Document">
<source>Format Document</source>
<target state="translated">ドキュメントのフォーマット</target>
<note />
</trans-unit>
<trans-unit id="Formatting_document">
<source>Formatting document...</source>
<target state="translated">ドキュメントを書式設定しています...</target>
<note />
</trans-unit>
<trans-unit id="Formatting">
<source>Formatting</source>
<target state="translated">書式設定</target>
<note />
</trans-unit>
<trans-unit id="Format_Selection">
<source>Format Selection</source>
<target state="translated">選択範囲のフォーマット</target>
<note />
</trans-unit>
<trans-unit id="Formatting_currently_selected_text">
<source>Formatting currently selected text...</source>
<target state="translated">現在選択されているテキストを書式設定しています...</target>
<note />
</trans-unit>
<trans-unit id="Cannot_navigate_to_the_symbol_under_the_caret">
<source>Cannot navigate to the symbol under the caret.</source>
<target state="translated">カレットの下のシンボルに移動できません。</target>
<note />
</trans-unit>
<trans-unit id="Go_to_Definition">
<source>Go to Definition</source>
<target state="translated">定義へ移動</target>
<note />
</trans-unit>
<trans-unit id="Navigating_to_definition">
<source>Navigating to definition...</source>
<target state="translated">定義に移動しています...</target>
<note />
</trans-unit>
<trans-unit id="Organize_Document">
<source>Organize Document</source>
<target state="translated">ドキュメントの整理</target>
<note />
</trans-unit>
<trans-unit id="Organizing_document">
<source>Organizing document...</source>
<target state="translated">ドキュメントを整理しています...</target>
<note />
</trans-unit>
<trans-unit id="Highlighted_Definition">
<source>Highlighted Definition</source>
<target state="translated">強調表示の定義</target>
<note />
</trans-unit>
<trans-unit id="The_new_name_is_not_a_valid_identifier">
<source>The new name is not a valid identifier.</source>
<target state="translated">新しい名前は、有効な識別子ではありません。</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Fixup">
<source>Inline Rename Fixup</source>
<target state="translated">インラインの名前変更の Fixup</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Resolved_Conflict">
<source>Inline Rename Resolved Conflict</source>
<target state="translated">インラインの名前変更の競合を解決しました</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename">
<source>Inline Rename</source>
<target state="translated">インラインの名前変更</target>
<note />
</trans-unit>
<trans-unit id="Rename">
<source>Rename</source>
<target state="translated">名前の変更</target>
<note />
</trans-unit>
<trans-unit id="Start_Rename">
<source>Start Rename</source>
<target state="translated">名前の変更を開始</target>
<note />
</trans-unit>
<trans-unit id="Display_conflict_resolutions">
<source>Display conflict resolutions</source>
<target state="translated">競合する解像度の表示</target>
<note />
</trans-unit>
<trans-unit id="Finding_token_to_rename">
<source>Finding token to rename...</source>
<target state="translated">名前を変更するトークンを検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Conflict">
<source>Conflict</source>
<target state="translated">競合</target>
<note />
</trans-unit>
<trans-unit id="Text_Navigation">
<source>Text Navigation</source>
<target state="translated">テキストのナビゲーション</target>
<note />
</trans-unit>
<trans-unit id="Finding_word_extent">
<source>Finding word extent...</source>
<target state="translated">単語の範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_enclosing_span">
<source>Finding enclosing span...</source>
<target state="translated">囲む範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_span_of_next_sibling">
<source>Finding span of next sibling...</source>
<target state="translated">次の兄弟の範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_span_of_previous_sibling">
<source>Finding span of previous sibling...</source>
<target state="translated">前の兄弟の範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Rename_colon_0">
<source>Rename: {0}</source>
<target state="translated">{0} の名前変更</target>
<note />
</trans-unit>
<trans-unit id="Light_bulb_session_is_already_dismissed">
<source>Light bulb session is already dismissed.</source>
<target state="translated">電球セッションは既に閉鎖されています。</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Pair_Completion_End_Point_Marker_Color">
<source>Automatic Pair Completion End Point Marker Color</source>
<target state="translated">ペアの自動補完の終点のマーカーの色</target>
<note />
</trans-unit>
<trans-unit id="Renaming_anonymous_type_members_is_not_yet_supported">
<source>Renaming anonymous type members is not yet supported.</source>
<target state="translated">匿名型メンバーの名前の変更は、まだサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="Engine_must_be_attached_to_an_Interactive_Window">
<source>Engine must be attached to an Interactive Window.</source>
<target state="translated">インタラクティブ ウィンドウにエンジンを関連付ける必要があります。</target>
<note />
</trans-unit>
<trans-unit id="Changes_the_current_prompt_settings">
<source>Changes the current prompt settings.</source>
<target state="translated">現在のプロンプトの設定を変更します。</target>
<note />
</trans-unit>
<trans-unit id="Unexpected_text_colon_0">
<source>Unexpected text: '{0}'</source>
<target state="translated">予期しないテキスト: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="The_triggerSpan_is_not_included_in_the_given_workspace">
<source>The triggerSpan is not included in the given workspace.</source>
<target state="translated">triggerSpan は指定されたワークスペースに含まれていません。</target>
<note />
</trans-unit>
<trans-unit id="This_session_has_already_been_dismissed">
<source>This session has already been dismissed.</source>
<target state="translated">このセッションは既に終了しています。</target>
<note />
</trans-unit>
<trans-unit id="The_transaction_is_already_complete">
<source>The transaction is already complete.</source>
<target state="translated">トランザクションが既に完了します。</target>
<note />
</trans-unit>
<trans-unit id="Not_a_source_error_line_column_unavailable">
<source>Not a source error, line/column unavailable</source>
<target state="translated">ソース エラーではなく、行/列を使用できません</target>
<note />
</trans-unit>
<trans-unit id="Can_t_compare_positions_from_different_text_snapshots">
<source>Can't compare positions from different text snapshots</source>
<target state="translated">異なるテキスト スナップショットから位置を比較できません</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Entity_Reference">
<source>XML Doc Comments - Entity Reference</source>
<target state="translated">XML ドキュメント コメント - エンティティ参照</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Name">
<source>XML Doc Comments - Name</source>
<target state="translated">XML ドキュメント コメント - 名前</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Processing_Instruction">
<source>XML Doc Comments - Processing Instruction</source>
<target state="translated">XML ドキュメント コメント - 処理命令</target>
<note />
</trans-unit>
<trans-unit id="Active_Statement">
<source>Active Statement</source>
<target state="translated">アクティブなステートメント</target>
<note />
</trans-unit>
<trans-unit id="Loading_Peek_information">
<source>Loading Peek information...</source>
<target state="translated">ピーク情報を読み込んでいます...</target>
<note />
</trans-unit>
<trans-unit id="Peek">
<source>Peek</source>
<target state="translated">ピーク</target>
<note />
</trans-unit>
<trans-unit id="Apply1">
<source>_Apply</source>
<target state="translated">適用(_A)</target>
<note />
</trans-unit>
<trans-unit id="Include_overload_s">
<source>Include _overload(s)</source>
<target state="translated">オーバーロードを含める(_O)</target>
<note />
</trans-unit>
<trans-unit id="Include_comments">
<source>Include _comments</source>
<target state="translated">コメントを含める(_C)</target>
<note />
</trans-unit>
<trans-unit id="Include_strings">
<source>Include _strings</source>
<target state="translated">文字列を含める(_S)</target>
<note />
</trans-unit>
<trans-unit id="Apply2">
<source>Apply</source>
<target state="translated">適用</target>
<note />
</trans-unit>
<trans-unit id="Change_Signature">
<source>Change Signature</source>
<target state="translated">署名の変更</target>
<note />
</trans-unit>
<trans-unit id="Preview_Changes_0">
<source>Preview Changes - {0}</source>
<target state="translated">変更のプレビュー - {0}</target>
<note />
</trans-unit>
<trans-unit id="Preview_Code_Changes_colon">
<source>Preview Code Changes:</source>
<target state="translated">コード変更のプレビュー:</target>
<note />
</trans-unit>
<trans-unit id="Preview_Changes">
<source>Preview Changes</source>
<target state="translated">変更のプレビュー</target>
<note />
</trans-unit>
<trans-unit id="Format_Paste">
<source>Format Paste</source>
<target state="translated">書式の貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Formatting_pasted_text">
<source>Formatting pasted text...</source>
<target state="translated">貼り付けたテキストを書式設定しています...</target>
<note />
</trans-unit>
<trans-unit id="The_definition_of_the_object_is_hidden">
<source>The definition of the object is hidden.</source>
<target state="translated">オブジェクトの定義が非表示になっています。</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Formatting">
<source>Automatic Formatting</source>
<target state="translated">自動書式</target>
<note />
</trans-unit>
<trans-unit id="We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proceed">
<source>We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?</source>
<target state="translated">構造体の "out/ref" パラメーターを作成しないことによって、エラーを解決できます。
続行しますか?</target>
<note />
</trans-unit>
<trans-unit id="Change_Signature_colon">
<source>Change Signature:</source>
<target state="translated">署名の変更:</target>
<note />
</trans-unit>
<trans-unit id="Rename_0_to_1_colon">
<source>Rename '{0}' to '{1}':</source>
<target state="translated">'{0}' の名前を '{1}' に変更します:</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_Field_colon">
<source>Encapsulate Field:</source>
<target state="translated">フィールドのカプセル化:</target>
<note />
</trans-unit>
<trans-unit id="Call_Hierarchy">
<source>Call Hierarchy</source>
<target state="translated">呼び出し階層</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_0">
<source>Calls To '{0}'</source>
<target state="translated">'{0}' への呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_Base_Member_0">
<source>Calls To Base Member '{0}'</source>
<target state="translated">基本メンバー '{0}' への呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_Interface_Implementation_0">
<source>Calls To Interface Implementation '{0}'</source>
<target state="translated">インターフェイスの実装 '{0}' への呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Computing_Call_Hierarchy_Information">
<source>Computing Call Hierarchy Information</source>
<target state="translated">呼び出し階層情報を計算しています</target>
<note />
</trans-unit>
<trans-unit id="Implements_0">
<source>Implements '{0}'</source>
<target state="translated">'{0}' を実装します</target>
<note />
</trans-unit>
<trans-unit id="Initializers">
<source>Initializers</source>
<target state="translated">初期化子</target>
<note />
</trans-unit>
<trans-unit id="References_To_Field_0">
<source>References To Field '{0}'</source>
<target state="translated">フィールド '{0}' への参照</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_Overrides">
<source>Calls To Overrides</source>
<target state="translated">オーバーライドへの呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Preview_changes1">
<source>_Preview changes</source>
<target state="translated">変更のプレビュー(_P)</target>
<note />
</trans-unit>
<trans-unit id="Apply3">
<source>Apply</source>
<target state="translated">適用</target>
<note />
</trans-unit>
<trans-unit id="Cancel">
<source>Cancel</source>
<target state="translated">キャンセル</target>
<note />
</trans-unit>
<trans-unit id="Changes">
<source>Changes</source>
<target state="translated">変更</target>
<note />
</trans-unit>
<trans-unit id="Preview_changes2">
<source>Preview changes</source>
<target state="translated">変更のプレビュー</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense">
<source>IntelliSense</source>
<target state="translated">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense_Commit_Formatting">
<source>IntelliSense Commit Formatting</source>
<target state="translated">IntelliSense のコミットの書式設定</target>
<note />
</trans-unit>
<trans-unit id="Rename_Tracking">
<source>Rename Tracking</source>
<target state="translated">名前変更の追跡</target>
<note />
</trans-unit>
<trans-unit id="Removing_0_from_1_with_content_colon">
<source>Removing '{0}' from '{1}' with content:</source>
<target state="translated">コンテンツを含む '{0}' を '{1}' から削除しています:</target>
<note />
</trans-unit>
<trans-unit id="_0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_that_support_this_operation">
<source>'{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation.</source>
<target state="translated">'{0}' は '{1}' の操作をサポートしません。ただし、この操作をサポートする入れ子になった '{2}' を含めることはできます ('{2}.{3}' を参照)。</target>
<note />
</trans-unit>
<trans-unit id="Brace_Completion">
<source>Brace Completion</source>
<target state="translated">かっこ完了</target>
<note />
</trans-unit>
<trans-unit id="Cannot_apply_operation_while_a_rename_session_is_active">
<source>Cannot apply operation while a rename session is active.</source>
<target state="translated">名前変更セッションがアクティブな間は、操作を適用できません。</target>
<note />
</trans-unit>
<trans-unit id="The_rename_tracking_session_was_cancelled_and_is_no_longer_available">
<source>The rename tracking session was cancelled and is no longer available.</source>
<target state="translated">名前変更の追跡セッションが取り消され、使用できなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="Highlighted_Written_Reference">
<source>Highlighted Written Reference</source>
<target state="translated">強調表示された書き込み参照</target>
<note />
</trans-unit>
<trans-unit id="Cursor_must_be_on_a_member_name">
<source>Cursor must be on a member name.</source>
<target state="translated">カーソルはメンバー名の上に置く必要があります。</target>
<note />
</trans-unit>
<trans-unit id="Brace_Matching">
<source>Brace Matching</source>
<target state="translated">かっこの一致</target>
<note />
</trans-unit>
<trans-unit id="Locating_implementations">
<source>Locating implementations...</source>
<target state="translated">実装を探しています...</target>
<note />
</trans-unit>
<trans-unit id="Go_To_Implementation">
<source>Go To Implementation</source>
<target state="translated">実装に移動</target>
<note />
</trans-unit>
<trans-unit id="The_symbol_has_no_implementations">
<source>The symbol has no implementations.</source>
<target state="translated">シンボルに実装がありません。</target>
<note />
</trans-unit>
<trans-unit id="New_name_colon_0">
<source>New name: {0}</source>
<target state="translated">新しい名前: {0}</target>
<note />
</trans-unit>
<trans-unit id="Modify_any_highlighted_location_to_begin_renaming">
<source>Modify any highlighted location to begin renaming.</source>
<target state="translated">名前の変更を始めるには、強調表示された場所を変更してください。</target>
<note />
</trans-unit>
<trans-unit id="Paste">
<source>Paste</source>
<target state="translated">貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Navigating">
<source>Navigating...</source>
<target state="translated">移動中...</target>
<note />
</trans-unit>
<trans-unit id="Suggestion_ellipses">
<source>Suggestion ellipses (…)</source>
<target state="translated">提案事項の省略記号 (…)</target>
<note />
</trans-unit>
<trans-unit id="_0_references">
<source>'{0}' references</source>
<target state="translated">'{0}' の参照</target>
<note />
</trans-unit>
<trans-unit id="_0_implementations">
<source>'{0}' implementations</source>
<target state="translated">'{0}' の実装</target>
<note />
</trans-unit>
<trans-unit id="_0_declarations">
<source>'{0}' declarations</source>
<target state="translated">'{0}' の宣言</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Conflict">
<source>Inline Rename Conflict</source>
<target state="translated">インラインの名前変更の競合</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Field_Background_and_Border">
<source>Inline Rename Field Background and Border</source>
<target state="translated">インラインの名前変更フィールドの背景と枠線</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Field_Text">
<source>Inline Rename Field Text</source>
<target state="translated">インラインの名前変更フィールドのテキスト</target>
<note />
</trans-unit>
<trans-unit id="Block_Comment_Editing">
<source>Block Comment Editing</source>
<target state="translated">コメント編集のブロック</target>
<note />
</trans-unit>
<trans-unit id="Comment_Uncomment_Selection">
<source>Comment/Uncomment Selection</source>
<target state="translated">選択範囲のコメント/コメント解除</target>
<note />
</trans-unit>
<trans-unit id="Code_Completion">
<source>Code Completion</source>
<target state="translated">コード補完</target>
<note />
</trans-unit>
<trans-unit id="Execute_In_Interactive">
<source>Execute In Interactive</source>
<target state="translated">対話形式で実行</target>
<note />
</trans-unit>
<trans-unit id="Extract_Interface">
<source>Extract Interface</source>
<target state="translated">インターフェイスの抽出</target>
<note />
</trans-unit>
<trans-unit id="Go_To_Adjacent_Member">
<source>Go To Adjacent Member</source>
<target state="translated">隣接するメンバーに移動</target>
<note />
</trans-unit>
<trans-unit id="Interactive">
<source>Interactive</source>
<target state="translated">対話型</target>
<note />
</trans-unit>
<trans-unit id="Paste_in_Interactive">
<source>Paste in Interactive</source>
<target state="translated">対話形式で貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Navigate_To_Highlight_Reference">
<source>Navigate To Highlighted Reference</source>
<target state="translated">強調表示された参照へ移動</target>
<note />
</trans-unit>
<trans-unit id="Outlining">
<source>Outlining</source>
<target state="translated">アウトライン</target>
<note />
</trans-unit>
<trans-unit id="Rename_Tracking_Cancellation">
<source>Rename Tracking Cancellation</source>
<target state="translated">名前変更の追跡取り消し</target>
<note />
</trans-unit>
<trans-unit id="Signature_Help">
<source>Signature Help</source>
<target state="translated">シグネチャ ヘルプ</target>
<note />
</trans-unit>
<trans-unit id="Smart_Token_Formatter">
<source>Smart Token Formatter</source>
<target state="translated">スマート トークン フォーマッタ</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../EditorFeaturesResources.resx">
<body>
<trans-unit id="All_methods">
<source>All methods</source>
<target state="translated">すべてのメソッド</target>
<note />
</trans-unit>
<trans-unit id="Always_for_clarity">
<source>Always for clarity</source>
<target state="translated">わかりやすくするために常に</target>
<note />
</trans-unit>
<trans-unit id="An_inline_rename_session_is_active_for_identifier_0">
<source>An inline rename session is active for identifier '{0}'. Invoke inline rename again to access additional options. You may continue to edit the identifier being renamed at any time.</source>
<target state="translated">識別子 '{0}' のインラインの名前変更セッションがアクティブです。追加オプションにアクセスするには、インラインの名前変更をもう一度呼び出します。名前を変更する識別子はいつでも引き続き編集できます。</target>
<note>For screenreaders. {0} is the identifier being renamed.</note>
</trans-unit>
<trans-unit id="Applying_changes">
<source>Applying changes</source>
<target state="translated">変更の適用</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters">
<source>Avoid unused parameters</source>
<target state="translated">使用されないパラメーターを指定しないでください</target>
<note />
</trans-unit>
<trans-unit id="Change_configuration">
<source>Change configuration</source>
<target state="translated">構成の変更</target>
<note />
</trans-unit>
<trans-unit id="Code_cleanup_is_not_configured">
<source>Code cleanup is not configured</source>
<target state="translated">コード クリーンアップは構成されていません</target>
<note />
</trans-unit>
<trans-unit id="Configure_it_now">
<source>Configure it now</source>
<target state="translated">今すぐ構成する</target>
<note />
</trans-unit>
<trans-unit id="Do_not_prefer_this_or_Me">
<source>Do not prefer 'this.' or 'Me.'</source>
<target state="translated">'this.' または 'Me' を優先しない</target>
<note />
</trans-unit>
<trans-unit id="Do_not_show_this_message_again">
<source>Do not show this message again</source>
<target state="translated">今後、このメッセージを表示しない</target>
<note />
</trans-unit>
<trans-unit id="Do_you_still_want_to_proceed_This_may_produce_broken_code">
<source>Do you still want to proceed? This may produce broken code.</source>
<target state="translated">続行しますか。破損状態のコードが生成される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="Expander_display_text">
<source>items from unimported namespaces</source>
<target state="translated">インポートされていない名前空間の項目</target>
<note />
</trans-unit>
<trans-unit id="Expander_image_element">
<source>Expander</source>
<target state="translated">展開コントロール</target>
<note />
</trans-unit>
<trans-unit id="Extract_method_encountered_the_following_issues">
<source>Extract method encountered the following issues:</source>
<target state="translated">メソッドの抽出で次の問題が発生しました:</target>
<note />
</trans-unit>
<trans-unit id="Filter_image_element">
<source>Filter</source>
<target state="translated">フィルター</target>
<note>Caption/tooltip for "Filter" image element displayed in completion popup.</note>
</trans-unit>
<trans-unit id="For_locals_parameters_and_members">
<source>For locals, parameters and members</source>
<target state="translated">ローカル、パラメーター、メンバーの場合</target>
<note />
</trans-unit>
<trans-unit id="For_member_access_expressions">
<source>For member access expressions</source>
<target state="translated">メンバー アクセス式の場合</target>
<note />
</trans-unit>
<trans-unit id="Format_document_performed_additional_cleanup">
<source>Format Document performed additional cleanup</source>
<target state="translated">ドキュメントのフォーマットで追加のクリーンアップが実行されました</target>
<note />
</trans-unit>
<trans-unit id="Get_help_for_0">
<source>Get help for '{0}'</source>
<target state="translated">'{0}' のヘルプの表示</target>
<note />
</trans-unit>
<trans-unit id="Get_help_for_0_from_Bing">
<source>Get help for '{0}' from Bing</source>
<target state="translated">Bing から '{0}' のヘルプを表示します</target>
<note />
</trans-unit>
<trans-unit id="Gathering_Suggestions_0">
<source>Gathering Suggestions - '{0}'</source>
<target state="translated">提案を収集しています - '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Gathering_Suggestions_Waiting_for_the_solution_to_fully_load">
<source>Gathering Suggestions - Waiting for the solution to fully load</source>
<target state="translated">提案を収集しています - ソリューションが完全に読み込まれるのを待機しています</target>
<note />
</trans-unit>
<trans-unit id="Go_To_Base">
<source>Go To Base</source>
<target state="translated">基本へ移動</target>
<note />
</trans-unit>
<trans-unit id="In_arithmetic_binary_operators">
<source>In arithmetic operators</source>
<target state="translated">算術演算子内で</target>
<note />
</trans-unit>
<trans-unit id="In_other_binary_operators">
<source>In other binary operators</source>
<target state="translated">その他のバイナリ演算子内で</target>
<note />
</trans-unit>
<trans-unit id="In_other_operators">
<source>In other operators</source>
<target state="translated">その他の演算子内で</target>
<note />
</trans-unit>
<trans-unit id="In_relational_binary_operators">
<source>In relational operators</source>
<target state="translated">関係演算子内で</target>
<note />
</trans-unit>
<trans-unit id="Indentation_Size">
<source>Indentation Size</source>
<target state="translated">インデントのサイズ</target>
<note />
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="translated">インラインのヒント</target>
<note />
</trans-unit>
<trans-unit id="Insert_Final_Newline">
<source>Insert Final Newline</source>
<target state="translated">最後の改行を挿入する</target>
<note />
</trans-unit>
<trans-unit id="Invalid_assembly_name">
<source>Invalid assembly name</source>
<target state="translated">無効なアセンブリ名</target>
<note />
</trans-unit>
<trans-unit id="Invalid_characters_in_assembly_name">
<source>Invalid characters in assembly name</source>
<target state="translated">アセンブリ名に無効な文字があります</target>
<note />
</trans-unit>
<trans-unit id="Keyword_Control">
<source>Keyword - Control</source>
<target state="translated">キーワード - コントロール</target>
<note />
</trans-unit>
<trans-unit id="Locating_bases">
<source>Locating bases...</source>
<target state="translated">ベースを検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Never_if_unnecessary">
<source>Never if unnecessary</source>
<target state="translated">不必要なら保持しない</target>
<note />
</trans-unit>
<trans-unit id="New_Line">
<source>New Line</source>
<target state="translated">改行</target>
<note />
</trans-unit>
<trans-unit id="No">
<source>No</source>
<target state="translated">いいえ</target>
<note />
</trans-unit>
<trans-unit id="Non_public_methods">
<source>Non-public methods</source>
<target state="translated">パブリックでないメソッド</target>
<note />
</trans-unit>
<trans-unit id="Operator_Overloaded">
<source>Operator - Overloaded</source>
<target state="translated">演算子 - オーバーロード</target>
<note />
</trans-unit>
<trans-unit id="Paste_Tracking">
<source>Paste Tracking</source>
<target state="translated">追跡の貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Prefer_System_HashCode_in_GetHashCode">
<source>Prefer 'System.HashCode' in 'GetHashCode'</source>
<target state="translated">'GetHashCode' の 'System.HashCode' を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_coalesce_expression">
<source>Prefer coalesce expression</source>
<target state="translated">合体式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_collection_initializer">
<source>Prefer collection initializer</source>
<target state="translated">コレクション初期化子を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_compound_assignments">
<source>Prefer compound assignments</source>
<target state="translated">複合代入を優先</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_assignments">
<source>Prefer conditional expression over 'if' with assignments</source>
<target state="translated">代入のある 'if' より条件式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_returns">
<source>Prefer conditional expression over 'if' with returns</source>
<target state="translated">戻り値のある 'if' より条件式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_explicit_tuple_name">
<source>Prefer explicit tuple name</source>
<target state="translated">明示的なタプル名を優先します</target>
<note />
</trans-unit>
<trans-unit id="Prefer_framework_type">
<source>Prefer framework type</source>
<target state="translated">フレームワークの型を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_anonymous_type_member_names">
<source>Prefer inferred anonymous type member names</source>
<target state="translated">推定された匿名型のメンバー名を優先します</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_tuple_names">
<source>Prefer inferred tuple element names</source>
<target state="translated">推定されたタプル要素の名前を優先します</target>
<note />
</trans-unit>
<trans-unit id="Prefer_is_null_for_reference_equality_checks">
<source>Prefer 'is null' for reference equality checks</source>
<target state="translated">参照の等値性のチェックには 'is null' を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_null_propagation">
<source>Prefer null propagation</source>
<target state="translated">null 値の反映を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_object_initializer">
<source>Prefer object initializer</source>
<target state="translated">オブジェクト初期化子を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_predefined_type">
<source>Prefer predefined type</source>
<target state="translated">定義済みの型を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_readonly_fields">
<source>Prefer readonly fields</source>
<target state="translated">readonly フィールドを優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simplified_boolean_expressions">
<source>Prefer simplified boolean expressions</source>
<target state="translated">簡素化されたブール式を優先する</target>
<note />
</trans-unit>
<trans-unit id="Prefer_this_or_Me">
<source>Prefer 'this.' or 'Me.'</source>
<target state="translated">'this.' または 'Me' を優先する</target>
<note />
</trans-unit>
<trans-unit id="Preprocessor_Text">
<source>Preprocessor Text</source>
<target state="translated">プリプロセッサ テキスト</target>
<note />
</trans-unit>
<trans-unit id="Punctuation">
<source>Punctuation</source>
<target state="translated">句読点</target>
<note />
</trans-unit>
<trans-unit id="Qualify_event_access_with_this_or_Me">
<source>Qualify event access with 'this' or 'Me'</source>
<target state="translated">イベント アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Qualify_field_access_with_this_or_Me">
<source>Qualify field access with 'this' or 'Me'</source>
<target state="translated">フィールド アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Qualify_method_access_with_this_or_Me">
<source>Qualify method access with 'this' or 'Me'</source>
<target state="translated">メソッド アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Qualify_property_access_with_this_or_Me">
<source>Qualify property access with 'this' or 'Me'</source>
<target state="translated">プロパティ アクセスを 'this' または 'Me' で修飾する</target>
<note />
</trans-unit>
<trans-unit id="Reassigned_variable">
<source>Reassigned variable</source>
<target state="new">Reassigned variable</target>
<note />
</trans-unit>
<trans-unit id="Rename_file_name_doesnt_match">
<source>Rename _file (type does not match file name)</source>
<target state="translated">ファイル名の変更 (種類がファイル名と一致しません)(_F)</target>
<note />
</trans-unit>
<trans-unit id="Rename_file_partial_type">
<source>Rename _file (not allowed on partial types)</source>
<target state="translated">ファイル名の変更 (部分型では許可されません)(_F)</target>
<note>Disabled text status for file rename</note>
</trans-unit>
<trans-unit id="Rename_symbols_file">
<source>Rename symbol's _file</source>
<target state="translated">シンボルのファイルの名前を変更する(_F)</target>
<note>Indicates that the file a symbol is defined in will also be renamed</note>
</trans-unit>
<trans-unit id="Split_comment">
<source>Split comment</source>
<target state="translated">コメントの分割</target>
<note />
</trans-unit>
<trans-unit id="String_Escape_Character">
<source>String - Escape Character</source>
<target state="translated">文字列 - エスケープ文字</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Static">
<source>Symbol - Static</source>
<target state="translated">シンボル - 静的</target>
<note />
</trans-unit>
<trans-unit id="Tab_Size">
<source>Tab Size</source>
<target state="translated">タブのサイズ</target>
<note />
</trans-unit>
<trans-unit id="The_symbol_has_no_base">
<source>The symbol has no base.</source>
<target state="translated">シンボルにベースがありません。</target>
<note />
</trans-unit>
<trans-unit id="Toggle_Block_Comment">
<source>Toggle Block Comment</source>
<target state="translated">ブロック コメントの切り替え</target>
<note />
</trans-unit>
<trans-unit id="Toggle_Line_Comment">
<source>Toggle Line Comment</source>
<target state="translated">行コメントの切り替え</target>
<note />
</trans-unit>
<trans-unit id="Toggling_block_comment">
<source>Toggling block comment...</source>
<target state="translated">ブロック コメントを切り替えています...</target>
<note />
</trans-unit>
<trans-unit id="Toggling_line_comment">
<source>Toggling line comment...</source>
<target state="translated">行コメントを切り替えています...</target>
<note />
</trans-unit>
<trans-unit id="Use_Tabs">
<source>Use Tabs</source>
<target state="translated">タブの使用</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Constants">
<source>User Members - Constants</source>
<target state="translated">ユーザー メンバー - 定数</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Enum_Members">
<source>User Members - Enum Members</source>
<target state="translated">ユーザー メンバー - 列挙型メンバー</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Events">
<source>User Members - Events</source>
<target state="translated">ユーザー メンバー - イベント</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Extension_Methods">
<source>User Members - Extension Methods</source>
<target state="translated">ユーザー メンバー - 拡張メソッド</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Fields">
<source>User Members - Fields</source>
<target state="translated">ユーザー メンバー - フィールド</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Labels">
<source>User Members - Labels</source>
<target state="translated">ユーザー メンバー - ラベル</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Locals">
<source>User Members - Locals</source>
<target state="translated">ユーザー メンバー - ローカル</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Methods">
<source>User Members - Methods</source>
<target state="translated">ユーザー メンバー - メソッド</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Namespaces">
<source>User Members - Namespaces</source>
<target state="translated">ユーザー メンバー - 名前空間</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Parameters">
<source>User Members - Parameters</source>
<target state="translated">ユーザー メンバー - パラメーター</target>
<note />
</trans-unit>
<trans-unit id="User_Members_Properties">
<source>User Members - Properties</source>
<target state="translated">ユーザー メンバー - プロパティ</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Classes">
<source>User Types - Classes</source>
<target state="translated">ユーザー タイプ - クラス</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Delegates">
<source>User Types - Delegates</source>
<target state="translated">ユーザー タイプ - デリゲート</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Enums">
<source>User Types - Enums</source>
<target state="translated">ユーザー タイプ - 列挙型</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Interfaces">
<source>User Types - Interfaces</source>
<target state="translated">ユーザー タイプ - インターフェイス</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Record_Structs">
<source>User Types - Record Structs</source>
<target state="translated">ユーザー タイプ - レコード構造体</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Records">
<source>User Types - Records</source>
<target state="translated">ユーザー タイプ - レコード</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Structures">
<source>User Types - Structures</source>
<target state="translated">ユーザー タイプ - 構造体</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Type_Parameters">
<source>User Types - Type Parameters</source>
<target state="translated">ユーザー タイプ - 型パラメーター</target>
<note />
</trans-unit>
<trans-unit id="String_Verbatim">
<source>String - Verbatim</source>
<target state="translated">文字列 - Verbatim</target>
<note />
</trans-unit>
<trans-unit id="Waiting_for_background_work_to_finish">
<source>Waiting for background work to finish...</source>
<target state="translated">バックグラウンド作業が終了するのを待っています...</target>
<note />
</trans-unit>
<trans-unit id="Warning_image_element">
<source>Warning</source>
<target state="translated">警告</target>
<note>Caption/tooltip for "Warning" image element displayed in completion popup.</note>
</trans-unit>
<trans-unit id="XML_Doc_Comments_Attribute_Name">
<source>XML Doc Comments - Attribute Name</source>
<target state="translated">XML ドキュメント コメント - 属性名</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_CData_Section">
<source>XML Doc Comments - CData Section</source>
<target state="translated">XML ドキュメント コメント - CData セクション</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Text">
<source>XML Doc Comments - Text</source>
<target state="translated">XML ドキュメント コメント - テキスト</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Delimiter">
<source>XML Doc Comments - Delimiter</source>
<target state="translated">XML ドキュメント コメント - 区切り記号</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Comment">
<source>XML Doc Comments - Comment</source>
<target state="translated">XML ドキュメント コメント - コメント</target>
<note />
</trans-unit>
<trans-unit id="User_Types_Modules">
<source>User Types - Modules</source>
<target state="translated">ユーザー タイプ - モジュール</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Attribute_Name">
<source>VB XML Literals - Attribute Name</source>
<target state="translated">VB XML リテラル - 属性名</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Attribute_Quotes">
<source>VB XML Literals - Attribute Quotes</source>
<target state="translated">VB XML リテラル - 属性の引用符</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Attribute_Value">
<source>VB XML Literals - Attribute Value</source>
<target state="translated">VB XML リテラル - 属性値</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_CData_Section">
<source>VB XML Literals - CData Section</source>
<target state="translated">VB XML リテラル - CData セクション</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Comment">
<source>VB XML Literals - Comment</source>
<target state="translated">VB XML リテラル - コメント</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Delimiter">
<source>VB XML Literals - Delimiter</source>
<target state="translated">VB XML リテラル - 区切り記号</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Embedded_Expression">
<source>VB XML Literals - Embedded Expression</source>
<target state="translated">VB XML リテラル - 埋め込み式</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Entity_Reference">
<source>VB XML Literals - Entity Reference</source>
<target state="translated">VB XML リテラル - エンティティ参照</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Name">
<source>VB XML Literals - Name</source>
<target state="translated">VB XML リテラル - 名前</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Processing_Instruction">
<source>VB XML Literals - Processing Instruction</source>
<target state="translated">VB XML リテラル - 処理命令</target>
<note />
</trans-unit>
<trans-unit id="VB_XML_Literals_Text">
<source>VB XML Literals - Text</source>
<target state="translated">VB XML リテラル - テキスト</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Attribute_Quotes">
<source>XML Doc Comments - Attribute Quotes</source>
<target state="translated">XML ドキュメント コメント - 属性の引用符</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Attribute_Value">
<source>XML Doc Comments - Attribute Value</source>
<target state="translated">XML ドキュメント コメント - 属性値</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_Code">
<source>Unnecessary Code</source>
<target state="translated">不要なコード</target>
<note />
</trans-unit>
<trans-unit id="Rude_Edit">
<source>Rude Edit</source>
<target state="translated">Rude 編集</target>
<note />
</trans-unit>
<trans-unit id="Rename_will_update_1_reference_in_1_file">
<source>Rename will update 1 reference in 1 file.</source>
<target state="translated">名前を変更すると、1 ファイル内の 1 つの参照が更新されます。</target>
<note />
</trans-unit>
<trans-unit id="Rename_will_update_0_references_in_1_file">
<source>Rename will update {0} references in 1 file.</source>
<target state="translated">名前を変更すると、1 ファイル内の {0} 個の参照が更新されます。</target>
<note />
</trans-unit>
<trans-unit id="Rename_will_update_0_references_in_1_files">
<source>Rename will update {0} references in {1} files.</source>
<target state="translated">名前を変更すると、{1} 個のファイル内の {0} 個の参照が更新されます。</target>
<note />
</trans-unit>
<trans-unit id="Yes">
<source>Yes</source>
<target state="translated">はい</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_this_element_because_it_is_contained_in_a_read_only_file">
<source>You cannot rename this element because it is contained in a read-only file.</source>
<target state="translated">この要素は、読み取り専用ファイルに含まれているため、名前を変更できません。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_this_element_because_it_is_in_a_location_that_cannot_be_navigated_to">
<source>You cannot rename this element because it is in a location that cannot be navigated to.</source>
<target state="translated">この要素は、移動できない場所にあるため、名前を変更できません。</target>
<note />
</trans-unit>
<trans-unit id="_0_bases">
<source>'{0}' bases</source>
<target state="translated">'{0}' ベース</target>
<note />
</trans-unit>
<trans-unit id="_0_conflict_s_will_be_resolved">
<source>{0} conflict(s) will be resolved</source>
<target state="translated">{0} 個の競合が解決されます</target>
<note />
</trans-unit>
<trans-unit id="_0_implemented_members">
<source>'{0}' implemented members</source>
<target state="translated">'{0}' が実装されたメンバー</target>
<note />
</trans-unit>
<trans-unit id="_0_unresolvable_conflict_s">
<source>{0} unresolvable conflict(s)</source>
<target state="translated">未解決の競合 {0}</target>
<note />
</trans-unit>
<trans-unit id="Applying_0">
<source>Applying "{0}"...</source>
<target state="translated">"{0}" を適用しています...</target>
<note />
</trans-unit>
<trans-unit id="Adding_0_to_1_with_content_colon">
<source>Adding '{0}' to '{1}' with content:</source>
<target state="translated">コンテンツを含む '{0}' を '{1}' に追加しています:</target>
<note />
</trans-unit>
<trans-unit id="Adding_project_0">
<source>Adding project '{0}'</source>
<target state="translated">プロジェクト '{0}' を追加しています</target>
<note />
</trans-unit>
<trans-unit id="Removing_project_0">
<source>Removing project '{0}'</source>
<target state="translated">プロジェクト '{0}' を削除しています</target>
<note />
</trans-unit>
<trans-unit id="Changing_project_references_for_0">
<source>Changing project references for '{0}'</source>
<target state="translated">プロジェクトの参照 '{0}' を変更しています</target>
<note />
</trans-unit>
<trans-unit id="Adding_reference_0_to_1">
<source>Adding reference '{0}' to '{1}'</source>
<target state="translated">参照 '{0}' を '{1}' に追加しています</target>
<note />
</trans-unit>
<trans-unit id="Removing_reference_0_from_1">
<source>Removing reference '{0}' from '{1}'</source>
<target state="translated">参照 '{0}' を '{1}' から削除しています</target>
<note />
</trans-unit>
<trans-unit id="Adding_analyzer_reference_0_to_1">
<source>Adding analyzer reference '{0}' to '{1}'</source>
<target state="translated">アナライザーの参照 '{0}' を '{1}' に追加しています</target>
<note />
</trans-unit>
<trans-unit id="Removing_analyzer_reference_0_from_1">
<source>Removing analyzer reference '{0}' from '{1}'</source>
<target state="translated">アナライザーの参照 '{0}' を '{1}' から削除しています</target>
<note />
</trans-unit>
<trans-unit id="XML_End_Tag_Completion">
<source>XML End Tag Completion</source>
<target state="translated">XML 終了タグ補完</target>
<note />
</trans-unit>
<trans-unit id="Completing_Tag">
<source>Completing Tag</source>
<target state="translated">タグ補完</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_Field">
<source>Encapsulate Field</source>
<target state="translated">フィールドのカプセル化</target>
<note />
</trans-unit>
<trans-unit id="Applying_Encapsulate_Field_refactoring">
<source>Applying "Encapsulate Field" refactoring...</source>
<target state="translated">"フィールドのカプセル化" リファクタリングを適用しています...</target>
<note />
</trans-unit>
<trans-unit id="Please_select_the_definition_of_the_field_to_encapsulate">
<source>Please select the definition of the field to encapsulate.</source>
<target state="translated">カプセル化するフィールドの定義を選択してください。</target>
<note />
</trans-unit>
<trans-unit id="Given_Workspace_doesn_t_support_Undo">
<source>Given Workspace doesn't support Undo</source>
<target state="translated">指定されたワークスペースは元に戻す操作をサポートしていません</target>
<note />
</trans-unit>
<trans-unit id="Searching">
<source>Searching...</source>
<target state="translated">検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Canceled">
<source>Canceled.</source>
<target state="translated">キャンセルされました。</target>
<note />
</trans-unit>
<trans-unit id="No_information_found">
<source>No information found.</source>
<target state="translated">情報が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="No_usages_found">
<source>No usages found.</source>
<target state="translated">使用状況が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="Implements_">
<source>Implements</source>
<target state="translated">実装</target>
<note />
</trans-unit>
<trans-unit id="Implemented_By">
<source>Implemented By</source>
<target state="translated">実装先</target>
<note />
</trans-unit>
<trans-unit id="Overrides_">
<source>Overrides</source>
<target state="translated">オーバーライド</target>
<note />
</trans-unit>
<trans-unit id="Overridden_By">
<source>Overridden By</source>
<target state="translated">オーバーライド元</target>
<note />
</trans-unit>
<trans-unit id="Directly_Called_In">
<source>Directly Called In</source>
<target state="translated">直接に呼び出し済み</target>
<note />
</trans-unit>
<trans-unit id="Indirectly_Called_In">
<source>Indirectly Called In</source>
<target state="translated">間接的に呼び出し済み</target>
<note />
</trans-unit>
<trans-unit id="Called_In">
<source>Called In</source>
<target state="translated">呼び出し済み</target>
<note />
</trans-unit>
<trans-unit id="Referenced_In">
<source>Referenced In</source>
<target state="translated">参照先</target>
<note />
</trans-unit>
<trans-unit id="No_references_found">
<source>No references found.</source>
<target state="translated">参照が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="No_derived_types_found">
<source>No derived types found.</source>
<target state="translated">派生型が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="No_implementations_found">
<source>No implementations found.</source>
<target state="translated">実装が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="_0_Line_1">
<source>{0} - (Line {1})</source>
<target state="translated">{0} - (行 {1})</target>
<note />
</trans-unit>
<trans-unit id="Class_Parts">
<source>Class Parts</source>
<target state="translated">クラスの部品</target>
<note />
</trans-unit>
<trans-unit id="Struct_Parts">
<source>Struct Parts</source>
<target state="translated">構造体の部品</target>
<note />
</trans-unit>
<trans-unit id="Interface_Parts">
<source>Interface Parts</source>
<target state="translated">インターフェイス パーツ</target>
<note />
</trans-unit>
<trans-unit id="Type_Parts">
<source>Type Parts</source>
<target state="translated">型の部品</target>
<note />
</trans-unit>
<trans-unit id="Inherits_">
<source>Inherits</source>
<target state="translated">継承</target>
<note />
</trans-unit>
<trans-unit id="Inherited_By">
<source>Inherited By</source>
<target state="translated">継承先</target>
<note />
</trans-unit>
<trans-unit id="Already_tracking_document_with_identical_key">
<source>Already tracking document with identical key</source>
<target state="translated">同じキーを持つドキュメントを既に追跡しています</target>
<note />
</trans-unit>
<trans-unit id="analyzer_Prefer_auto_properties">
<source>Prefer auto properties</source>
<target state="translated">自動プロパティを優先する</target>
<note />
</trans-unit>
<trans-unit id="document_is_not_currently_being_tracked">
<source>document is not currently being tracked</source>
<target state="translated">ドキュメントが現在追跡されていません</target>
<note />
</trans-unit>
<trans-unit id="Computing_Rename_information">
<source>Computing Rename information...</source>
<target state="translated">名前の変更情報を計算しています...</target>
<note />
</trans-unit>
<trans-unit id="Updating_files">
<source>Updating files...</source>
<target state="translated">ファイルを更新しています...</target>
<note />
</trans-unit>
<trans-unit id="Rename_operation_was_cancelled_or_is_not_valid">
<source>Rename operation was cancelled or is not valid</source>
<target state="translated">名前の変更操作は取り消されたか、または検証されていません</target>
<note />
</trans-unit>
<trans-unit id="Rename_Symbol">
<source>Rename Symbol</source>
<target state="translated">シンボルの名前変更</target>
<note />
</trans-unit>
<trans-unit id="Text_Buffer_Change">
<source>Text Buffer Change</source>
<target state="translated">テキスト バッファーの変更</target>
<note />
</trans-unit>
<trans-unit id="Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated">
<source>Rename operation was not properly completed. Some file might not have been updated.</source>
<target state="translated">名前の変更操作は正常に終了しませんでした。ファイルのいくつかは更新されなかった可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="Rename_0_to_1">
<source>Rename '{0}' to '{1}'</source>
<target state="translated">'{0}' を '{1}' に名前変更</target>
<note />
</trans-unit>
<trans-unit id="Preview_Warning">
<source>Preview Warning</source>
<target state="translated">警告のプレビュー</target>
<note />
</trans-unit>
<trans-unit id="external">
<source>(external)</source>
<target state="translated">(外部)</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Line_Ender">
<source>Automatic Line Ender</source>
<target state="translated">行の自動終了</target>
<note />
</trans-unit>
<trans-unit id="Automatically_completing">
<source>Automatically completing...</source>
<target state="translated">自動補完しています...</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Pair_Completion">
<source>Automatic Pair Completion</source>
<target state="translated">ペアの自動補完</target>
<note />
</trans-unit>
<trans-unit id="An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one">
<source>An active inline rename session is still active. Complete it before starting a new one.</source>
<target state="translated">アクティブなインラインの名前変更セッションがアクティブなままです。新しいセッションを開始する前に完了してください。</target>
<note />
</trans-unit>
<trans-unit id="The_buffer_is_not_part_of_a_workspace">
<source>The buffer is not part of a workspace.</source>
<target state="translated">バッファーはワークスペースの一部ではありません。</target>
<note />
</trans-unit>
<trans-unit id="The_token_is_not_contained_in_the_workspace">
<source>The token is not contained in the workspace.</source>
<target state="translated">トークンはワークスペースに含まれていません。</target>
<note />
</trans-unit>
<trans-unit id="You_must_rename_an_identifier">
<source>You must rename an identifier.</source>
<target state="translated">識別子の名前を変更する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_this_element">
<source>You cannot rename this element.</source>
<target state="translated">この要素の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="Please_resolve_errors_in_your_code_before_renaming_this_element">
<source>Please resolve errors in your code before renaming this element.</source>
<target state="translated">この要素の名前を変更する前に、コード内のエラーを解決してください。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_operators">
<source>You cannot rename operators.</source>
<target state="translated">演算子の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_elements_that_are_defined_in_metadata">
<source>You cannot rename elements that are defined in metadata.</source>
<target state="translated">メタデータで定義されている要素の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="You_cannot_rename_elements_from_previous_submissions">
<source>You cannot rename elements from previous submissions.</source>
<target state="translated">前の送信からの要素の名前を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="Navigation_Bars">
<source>Navigation Bars</source>
<target state="translated">ナビゲーション バー</target>
<note />
</trans-unit>
<trans-unit id="Refreshing_navigation_bars">
<source>Refreshing navigation bars...</source>
<target state="translated">ナビゲーション バーを更新しています...</target>
<note />
</trans-unit>
<trans-unit id="Format_Token">
<source>Format Token</source>
<target state="translated">書式トークン</target>
<note />
</trans-unit>
<trans-unit id="Smart_Indenting">
<source>Smart Indenting</source>
<target state="translated">スマート インデント</target>
<note />
</trans-unit>
<trans-unit id="Find_References">
<source>Find References</source>
<target state="translated">参照の検索</target>
<note />
</trans-unit>
<trans-unit id="Finding_references">
<source>Finding references...</source>
<target state="translated">参照を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_references_of_0">
<source>Finding references of "{0}"...</source>
<target state="translated">"{0}" の参照を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Comment_Selection">
<source>Comment Selection</source>
<target state="translated">選択範囲のコメント</target>
<note />
</trans-unit>
<trans-unit id="Uncomment_Selection">
<source>Uncomment Selection</source>
<target state="translated">選択範囲のコメントを解除</target>
<note />
</trans-unit>
<trans-unit id="Commenting_currently_selected_text">
<source>Commenting currently selected text...</source>
<target state="translated">現在選択されているテキストをコメントにしています...</target>
<note />
</trans-unit>
<trans-unit id="Uncommenting_currently_selected_text">
<source>Uncommenting currently selected text...</source>
<target state="translated">現在選択されているテキストをコメント解除しています...</target>
<note />
</trans-unit>
<trans-unit id="Insert_new_line">
<source>Insert new line</source>
<target state="translated">改行の挿入</target>
<note />
</trans-unit>
<trans-unit id="Documentation_Comment">
<source>Documentation Comment</source>
<target state="translated">ドキュメントのコメント</target>
<note />
</trans-unit>
<trans-unit id="Inserting_documentation_comment">
<source>Inserting documentation comment...</source>
<target state="translated">ドキュメントのコメントを挿入しています...</target>
<note />
</trans-unit>
<trans-unit id="Extract_Method">
<source>Extract Method</source>
<target state="translated">メソッドの抽出</target>
<note />
</trans-unit>
<trans-unit id="Applying_Extract_Method_refactoring">
<source>Applying "Extract Method" refactoring...</source>
<target state="translated">"メソッドの抽出" リファクタリングを適用しています...</target>
<note />
</trans-unit>
<trans-unit id="Format_Document">
<source>Format Document</source>
<target state="translated">ドキュメントのフォーマット</target>
<note />
</trans-unit>
<trans-unit id="Formatting_document">
<source>Formatting document...</source>
<target state="translated">ドキュメントを書式設定しています...</target>
<note />
</trans-unit>
<trans-unit id="Formatting">
<source>Formatting</source>
<target state="translated">書式設定</target>
<note />
</trans-unit>
<trans-unit id="Format_Selection">
<source>Format Selection</source>
<target state="translated">選択範囲のフォーマット</target>
<note />
</trans-unit>
<trans-unit id="Formatting_currently_selected_text">
<source>Formatting currently selected text...</source>
<target state="translated">現在選択されているテキストを書式設定しています...</target>
<note />
</trans-unit>
<trans-unit id="Cannot_navigate_to_the_symbol_under_the_caret">
<source>Cannot navigate to the symbol under the caret.</source>
<target state="translated">カレットの下のシンボルに移動できません。</target>
<note />
</trans-unit>
<trans-unit id="Go_to_Definition">
<source>Go to Definition</source>
<target state="translated">定義へ移動</target>
<note />
</trans-unit>
<trans-unit id="Navigating_to_definition">
<source>Navigating to definition...</source>
<target state="translated">定義に移動しています...</target>
<note />
</trans-unit>
<trans-unit id="Organize_Document">
<source>Organize Document</source>
<target state="translated">ドキュメントの整理</target>
<note />
</trans-unit>
<trans-unit id="Organizing_document">
<source>Organizing document...</source>
<target state="translated">ドキュメントを整理しています...</target>
<note />
</trans-unit>
<trans-unit id="Highlighted_Definition">
<source>Highlighted Definition</source>
<target state="translated">強調表示の定義</target>
<note />
</trans-unit>
<trans-unit id="The_new_name_is_not_a_valid_identifier">
<source>The new name is not a valid identifier.</source>
<target state="translated">新しい名前は、有効な識別子ではありません。</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Fixup">
<source>Inline Rename Fixup</source>
<target state="translated">インラインの名前変更の Fixup</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Resolved_Conflict">
<source>Inline Rename Resolved Conflict</source>
<target state="translated">インラインの名前変更の競合を解決しました</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename">
<source>Inline Rename</source>
<target state="translated">インラインの名前変更</target>
<note />
</trans-unit>
<trans-unit id="Rename">
<source>Rename</source>
<target state="translated">名前の変更</target>
<note />
</trans-unit>
<trans-unit id="Start_Rename">
<source>Start Rename</source>
<target state="translated">名前の変更を開始</target>
<note />
</trans-unit>
<trans-unit id="Display_conflict_resolutions">
<source>Display conflict resolutions</source>
<target state="translated">競合する解像度の表示</target>
<note />
</trans-unit>
<trans-unit id="Finding_token_to_rename">
<source>Finding token to rename...</source>
<target state="translated">名前を変更するトークンを検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Conflict">
<source>Conflict</source>
<target state="translated">競合</target>
<note />
</trans-unit>
<trans-unit id="Text_Navigation">
<source>Text Navigation</source>
<target state="translated">テキストのナビゲーション</target>
<note />
</trans-unit>
<trans-unit id="Finding_word_extent">
<source>Finding word extent...</source>
<target state="translated">単語の範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_enclosing_span">
<source>Finding enclosing span...</source>
<target state="translated">囲む範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_span_of_next_sibling">
<source>Finding span of next sibling...</source>
<target state="translated">次の兄弟の範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Finding_span_of_previous_sibling">
<source>Finding span of previous sibling...</source>
<target state="translated">前の兄弟の範囲を検索しています...</target>
<note />
</trans-unit>
<trans-unit id="Rename_colon_0">
<source>Rename: {0}</source>
<target state="translated">{0} の名前変更</target>
<note />
</trans-unit>
<trans-unit id="Light_bulb_session_is_already_dismissed">
<source>Light bulb session is already dismissed.</source>
<target state="translated">電球セッションは既に閉鎖されています。</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Pair_Completion_End_Point_Marker_Color">
<source>Automatic Pair Completion End Point Marker Color</source>
<target state="translated">ペアの自動補完の終点のマーカーの色</target>
<note />
</trans-unit>
<trans-unit id="Renaming_anonymous_type_members_is_not_yet_supported">
<source>Renaming anonymous type members is not yet supported.</source>
<target state="translated">匿名型メンバーの名前の変更は、まだサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="Engine_must_be_attached_to_an_Interactive_Window">
<source>Engine must be attached to an Interactive Window.</source>
<target state="translated">インタラクティブ ウィンドウにエンジンを関連付ける必要があります。</target>
<note />
</trans-unit>
<trans-unit id="Changes_the_current_prompt_settings">
<source>Changes the current prompt settings.</source>
<target state="translated">現在のプロンプトの設定を変更します。</target>
<note />
</trans-unit>
<trans-unit id="Unexpected_text_colon_0">
<source>Unexpected text: '{0}'</source>
<target state="translated">予期しないテキスト: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="The_triggerSpan_is_not_included_in_the_given_workspace">
<source>The triggerSpan is not included in the given workspace.</source>
<target state="translated">triggerSpan は指定されたワークスペースに含まれていません。</target>
<note />
</trans-unit>
<trans-unit id="This_session_has_already_been_dismissed">
<source>This session has already been dismissed.</source>
<target state="translated">このセッションは既に終了しています。</target>
<note />
</trans-unit>
<trans-unit id="The_transaction_is_already_complete">
<source>The transaction is already complete.</source>
<target state="translated">トランザクションが既に完了します。</target>
<note />
</trans-unit>
<trans-unit id="Not_a_source_error_line_column_unavailable">
<source>Not a source error, line/column unavailable</source>
<target state="translated">ソース エラーではなく、行/列を使用できません</target>
<note />
</trans-unit>
<trans-unit id="Can_t_compare_positions_from_different_text_snapshots">
<source>Can't compare positions from different text snapshots</source>
<target state="translated">異なるテキスト スナップショットから位置を比較できません</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Entity_Reference">
<source>XML Doc Comments - Entity Reference</source>
<target state="translated">XML ドキュメント コメント - エンティティ参照</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Name">
<source>XML Doc Comments - Name</source>
<target state="translated">XML ドキュメント コメント - 名前</target>
<note />
</trans-unit>
<trans-unit id="XML_Doc_Comments_Processing_Instruction">
<source>XML Doc Comments - Processing Instruction</source>
<target state="translated">XML ドキュメント コメント - 処理命令</target>
<note />
</trans-unit>
<trans-unit id="Active_Statement">
<source>Active Statement</source>
<target state="translated">アクティブなステートメント</target>
<note />
</trans-unit>
<trans-unit id="Loading_Peek_information">
<source>Loading Peek information...</source>
<target state="translated">ピーク情報を読み込んでいます...</target>
<note />
</trans-unit>
<trans-unit id="Peek">
<source>Peek</source>
<target state="translated">ピーク</target>
<note />
</trans-unit>
<trans-unit id="Apply1">
<source>_Apply</source>
<target state="translated">適用(_A)</target>
<note />
</trans-unit>
<trans-unit id="Include_overload_s">
<source>Include _overload(s)</source>
<target state="translated">オーバーロードを含める(_O)</target>
<note />
</trans-unit>
<trans-unit id="Include_comments">
<source>Include _comments</source>
<target state="translated">コメントを含める(_C)</target>
<note />
</trans-unit>
<trans-unit id="Include_strings">
<source>Include _strings</source>
<target state="translated">文字列を含める(_S)</target>
<note />
</trans-unit>
<trans-unit id="Apply2">
<source>Apply</source>
<target state="translated">適用</target>
<note />
</trans-unit>
<trans-unit id="Change_Signature">
<source>Change Signature</source>
<target state="translated">署名の変更</target>
<note />
</trans-unit>
<trans-unit id="Preview_Changes_0">
<source>Preview Changes - {0}</source>
<target state="translated">変更のプレビュー - {0}</target>
<note />
</trans-unit>
<trans-unit id="Preview_Code_Changes_colon">
<source>Preview Code Changes:</source>
<target state="translated">コード変更のプレビュー:</target>
<note />
</trans-unit>
<trans-unit id="Preview_Changes">
<source>Preview Changes</source>
<target state="translated">変更のプレビュー</target>
<note />
</trans-unit>
<trans-unit id="Format_Paste">
<source>Format Paste</source>
<target state="translated">書式の貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Formatting_pasted_text">
<source>Formatting pasted text...</source>
<target state="translated">貼り付けたテキストを書式設定しています...</target>
<note />
</trans-unit>
<trans-unit id="The_definition_of_the_object_is_hidden">
<source>The definition of the object is hidden.</source>
<target state="translated">オブジェクトの定義が非表示になっています。</target>
<note />
</trans-unit>
<trans-unit id="Automatic_Formatting">
<source>Automatic Formatting</source>
<target state="translated">自動書式</target>
<note />
</trans-unit>
<trans-unit id="We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proceed">
<source>We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?</source>
<target state="translated">構造体の "out/ref" パラメーターを作成しないことによって、エラーを解決できます。
続行しますか?</target>
<note />
</trans-unit>
<trans-unit id="Change_Signature_colon">
<source>Change Signature:</source>
<target state="translated">署名の変更:</target>
<note />
</trans-unit>
<trans-unit id="Rename_0_to_1_colon">
<source>Rename '{0}' to '{1}':</source>
<target state="translated">'{0}' の名前を '{1}' に変更します:</target>
<note />
</trans-unit>
<trans-unit id="Encapsulate_Field_colon">
<source>Encapsulate Field:</source>
<target state="translated">フィールドのカプセル化:</target>
<note />
</trans-unit>
<trans-unit id="Call_Hierarchy">
<source>Call Hierarchy</source>
<target state="translated">呼び出し階層</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_0">
<source>Calls To '{0}'</source>
<target state="translated">'{0}' への呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_Base_Member_0">
<source>Calls To Base Member '{0}'</source>
<target state="translated">基本メンバー '{0}' への呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_Interface_Implementation_0">
<source>Calls To Interface Implementation '{0}'</source>
<target state="translated">インターフェイスの実装 '{0}' への呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Computing_Call_Hierarchy_Information">
<source>Computing Call Hierarchy Information</source>
<target state="translated">呼び出し階層情報を計算しています</target>
<note />
</trans-unit>
<trans-unit id="Implements_0">
<source>Implements '{0}'</source>
<target state="translated">'{0}' を実装します</target>
<note />
</trans-unit>
<trans-unit id="Initializers">
<source>Initializers</source>
<target state="translated">初期化子</target>
<note />
</trans-unit>
<trans-unit id="References_To_Field_0">
<source>References To Field '{0}'</source>
<target state="translated">フィールド '{0}' への参照</target>
<note />
</trans-unit>
<trans-unit id="Calls_To_Overrides">
<source>Calls To Overrides</source>
<target state="translated">オーバーライドへの呼び出し</target>
<note />
</trans-unit>
<trans-unit id="Preview_changes1">
<source>_Preview changes</source>
<target state="translated">変更のプレビュー(_P)</target>
<note />
</trans-unit>
<trans-unit id="Apply3">
<source>Apply</source>
<target state="translated">適用</target>
<note />
</trans-unit>
<trans-unit id="Cancel">
<source>Cancel</source>
<target state="translated">キャンセル</target>
<note />
</trans-unit>
<trans-unit id="Changes">
<source>Changes</source>
<target state="translated">変更</target>
<note />
</trans-unit>
<trans-unit id="Preview_changes2">
<source>Preview changes</source>
<target state="translated">変更のプレビュー</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense">
<source>IntelliSense</source>
<target state="translated">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense_Commit_Formatting">
<source>IntelliSense Commit Formatting</source>
<target state="translated">IntelliSense のコミットの書式設定</target>
<note />
</trans-unit>
<trans-unit id="Rename_Tracking">
<source>Rename Tracking</source>
<target state="translated">名前変更の追跡</target>
<note />
</trans-unit>
<trans-unit id="Removing_0_from_1_with_content_colon">
<source>Removing '{0}' from '{1}' with content:</source>
<target state="translated">コンテンツを含む '{0}' を '{1}' から削除しています:</target>
<note />
</trans-unit>
<trans-unit id="_0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_that_support_this_operation">
<source>'{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation.</source>
<target state="translated">'{0}' は '{1}' の操作をサポートしません。ただし、この操作をサポートする入れ子になった '{2}' を含めることはできます ('{2}.{3}' を参照)。</target>
<note />
</trans-unit>
<trans-unit id="Brace_Completion">
<source>Brace Completion</source>
<target state="translated">かっこ完了</target>
<note />
</trans-unit>
<trans-unit id="Cannot_apply_operation_while_a_rename_session_is_active">
<source>Cannot apply operation while a rename session is active.</source>
<target state="translated">名前変更セッションがアクティブな間は、操作を適用できません。</target>
<note />
</trans-unit>
<trans-unit id="The_rename_tracking_session_was_cancelled_and_is_no_longer_available">
<source>The rename tracking session was cancelled and is no longer available.</source>
<target state="translated">名前変更の追跡セッションが取り消され、使用できなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="Highlighted_Written_Reference">
<source>Highlighted Written Reference</source>
<target state="translated">強調表示された書き込み参照</target>
<note />
</trans-unit>
<trans-unit id="Cursor_must_be_on_a_member_name">
<source>Cursor must be on a member name.</source>
<target state="translated">カーソルはメンバー名の上に置く必要があります。</target>
<note />
</trans-unit>
<trans-unit id="Brace_Matching">
<source>Brace Matching</source>
<target state="translated">かっこの一致</target>
<note />
</trans-unit>
<trans-unit id="Locating_implementations">
<source>Locating implementations...</source>
<target state="translated">実装を探しています...</target>
<note />
</trans-unit>
<trans-unit id="Go_To_Implementation">
<source>Go To Implementation</source>
<target state="translated">実装に移動</target>
<note />
</trans-unit>
<trans-unit id="The_symbol_has_no_implementations">
<source>The symbol has no implementations.</source>
<target state="translated">シンボルに実装がありません。</target>
<note />
</trans-unit>
<trans-unit id="New_name_colon_0">
<source>New name: {0}</source>
<target state="translated">新しい名前: {0}</target>
<note />
</trans-unit>
<trans-unit id="Modify_any_highlighted_location_to_begin_renaming">
<source>Modify any highlighted location to begin renaming.</source>
<target state="translated">名前の変更を始めるには、強調表示された場所を変更してください。</target>
<note />
</trans-unit>
<trans-unit id="Paste">
<source>Paste</source>
<target state="translated">貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Navigating">
<source>Navigating...</source>
<target state="translated">移動中...</target>
<note />
</trans-unit>
<trans-unit id="Suggestion_ellipses">
<source>Suggestion ellipses (…)</source>
<target state="translated">提案事項の省略記号 (…)</target>
<note />
</trans-unit>
<trans-unit id="_0_references">
<source>'{0}' references</source>
<target state="translated">'{0}' の参照</target>
<note />
</trans-unit>
<trans-unit id="_0_implementations">
<source>'{0}' implementations</source>
<target state="translated">'{0}' の実装</target>
<note />
</trans-unit>
<trans-unit id="_0_declarations">
<source>'{0}' declarations</source>
<target state="translated">'{0}' の宣言</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Conflict">
<source>Inline Rename Conflict</source>
<target state="translated">インラインの名前変更の競合</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Field_Background_and_Border">
<source>Inline Rename Field Background and Border</source>
<target state="translated">インラインの名前変更フィールドの背景と枠線</target>
<note />
</trans-unit>
<trans-unit id="Inline_Rename_Field_Text">
<source>Inline Rename Field Text</source>
<target state="translated">インラインの名前変更フィールドのテキスト</target>
<note />
</trans-unit>
<trans-unit id="Block_Comment_Editing">
<source>Block Comment Editing</source>
<target state="translated">コメント編集のブロック</target>
<note />
</trans-unit>
<trans-unit id="Comment_Uncomment_Selection">
<source>Comment/Uncomment Selection</source>
<target state="translated">選択範囲のコメント/コメント解除</target>
<note />
</trans-unit>
<trans-unit id="Code_Completion">
<source>Code Completion</source>
<target state="translated">コード補完</target>
<note />
</trans-unit>
<trans-unit id="Execute_In_Interactive">
<source>Execute In Interactive</source>
<target state="translated">対話形式で実行</target>
<note />
</trans-unit>
<trans-unit id="Extract_Interface">
<source>Extract Interface</source>
<target state="translated">インターフェイスの抽出</target>
<note />
</trans-unit>
<trans-unit id="Go_To_Adjacent_Member">
<source>Go To Adjacent Member</source>
<target state="translated">隣接するメンバーに移動</target>
<note />
</trans-unit>
<trans-unit id="Interactive">
<source>Interactive</source>
<target state="translated">対話型</target>
<note />
</trans-unit>
<trans-unit id="Paste_in_Interactive">
<source>Paste in Interactive</source>
<target state="translated">対話形式で貼り付け</target>
<note />
</trans-unit>
<trans-unit id="Navigate_To_Highlight_Reference">
<source>Navigate To Highlighted Reference</source>
<target state="translated">強調表示された参照へ移動</target>
<note />
</trans-unit>
<trans-unit id="Outlining">
<source>Outlining</source>
<target state="translated">アウトライン</target>
<note />
</trans-unit>
<trans-unit id="Rename_Tracking_Cancellation">
<source>Rename Tracking Cancellation</source>
<target state="translated">名前変更の追跡取り消し</target>
<note />
</trans-unit>
<trans-unit id="Signature_Help">
<source>Signature Help</source>
<target state="translated">シグネチャ ヘルプ</target>
<note />
</trans-unit>
<trans-unit id="Smart_Token_Formatter">
<source>Smart Token Formatter</source>
<target state="translated">スマート トークン フォーマッタ</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.es.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../CodeStyleFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Quite este valor cuando se agregue otro.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../CodeStyleFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Quite este valor cuando se agregue otro.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.cs.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../VisualBasicCompilerExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Odebrat tuto hodnotu, když se přidá jiná</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../VisualBasicCompilerExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">Odebrat tuto hodnotu, když se přidá jiná</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hant.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VisualBasicCompilerExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">當新增另一個值時移除此值。</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VisualBasicCompilerExtensionsResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="translated">當新增另一個值時移除此值。</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VBResources.resx">
<body>
<trans-unit id="ERR_AssignmentInitOnly">
<source>Init-only property '{0}' can only be assigned by an object member initializer, or on 'Me', 'MyClass` or 'MyBase' in an instance constructor.</source>
<target state="translated">Init only 属性 "{0}" 只能由对象成员初始值设定项分配,或在实例构造函数中的 "Me"、"MyClass" 或 "MyBase" 上分配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSwitchValue">
<source>Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.</source>
<target state="translated">命令行语法错误:“{0}”不是“{1}”选项的有效值。值的格式必须为 "{2}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CommentsAfterLineContinuationNotAvailable1">
<source>Please use language version {0} or greater to use comments after line continuation character.</source>
<target state="translated">请使用语言版本 {0} 或更高版本,以在行继续符后使用注释。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultInterfaceImplementationInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">无法嵌入类型“{0}”,因为它有非抽象成员。请考虑将“嵌入互操作类型”属性设置为 false。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleAnalyzerConfigsInSameDir">
<source>Multiple analyzer config files cannot be in the same directory ('{0}').</source>
<target state="translated">多个分析器配置文件不能位于同一目录({0})中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingInitOnlyProperty">
<source>'{0}' cannot override init-only '{1}'.</source>
<target state="translated">"{0}" 无法重写 init-only "{1}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementInitOnly">
<source>Init-only '{0}' cannot be implemented.</source>
<target state="translated">无法实现 init-only "{0}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReAbstractionInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">无法嵌入类型“{0}”,因为它有基本接口成员的重新抽象。请考虑将“嵌入互操作类型”属性设置为 false。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation">
<source>Target runtime doesn't support default interface implementation.</source>
<target state="translated">目标运行时不支持默认接口实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember">
<source>Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.</source>
<target state="translated">目标运行时不支持对接口的成员使用 "Protected"、"Protected Friend" 或 "Private Protected" 辅助功能。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsHandlerInTheSameType">
<source>Events of shared WithEvents variables cannot be handled by methods in a different type.</source>
<target state="translated">共享 WithEvents 变量的事件不能由其他类型的方法处理。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnmanagedCallersOnlyNotSupported">
<source>'UnmanagedCallersOnly' attribute is not supported.</source>
<target state="translated">不支持 "UnmanagedCallersOnly" 属性。</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CallerArgumentExpression">
<source>caller argument expression</source>
<target state="new">caller argument expression</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CommentsAfterLineContinuation">
<source>comments after line continuation</source>
<target state="translated">行继续符之后的注释</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InitOnlySettersUsage">
<source>assigning to or passing 'ByRef' properties with init-only setters</source>
<target state="translated">通过 init-only 资源库分配或传递 "ByRef" 属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_UnconstrainedTypeParameterInConditional">
<source>unconstrained type parameters in binary conditional expressions</source>
<target state="translated">二进制条件表达式中的无约束类型参数</target>
<note />
</trans-unit>
<trans-unit id="IDS_VBCHelp">
<source> 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
assembly.
-target:appcontainerexe Create a Windows application that runs in
AppContainer.
-target:winmdobj Create a Windows Metadata intermediate file
-doc[+|-] Generates XML documentation file.
-doc:<file> Generates XML documentation file to <file>.
-refout:<file> Reference assembly output to generate
- INPUT FILES -
-addmodule:<file_list> Reference metadata from the specified modules
-link:<file_list> Embed metadata from the specified interop
assembly. (Short form: -l)
-recurse:<wildcard> Include all files in the current directory
and subdirectories according to the
wildcard specifications.
-reference:<file_list> Reference metadata from the specified
assembly. (Short form: -r)
-analyzer:<file_list> Run the analyzers from this assembly
(Short form: -a)
-additionalfile:<file list> Additional files that don't directly affect code
generation but may be used by analyzers for producing
errors or warnings.
- RESOURCES -
-linkresource:<resinfo> Links the specified file as an external
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -linkres)
-nowin32manifest The default manifest should not be embedded
in the manifest section of the output PE.
-resource:<resinfo> Adds the specified file as an embedded
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -res)
-win32icon:<file> Specifies a Win32 icon file (.ico) for the
default Win32 resources.
-win32manifest:<file> The provided file is embedded in the manifest
section of the output PE.
-win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
-optimize[+|-] Enable optimizations.
-removeintchecks[+|-] Remove integer checks. Default off.
-debug[+|-] Emit debugging information.
-debug:full Emit full debugging information (default).
-debug:pdbonly Emit full debugging information.
-debug:portable Emit cross-platform debugging information.
-debug:embedded Emit cross-platform debugging information into
the target .dll or .exe.
-deterministic Produce a deterministic assembly
(including module version GUID and timestamp)
-refonly Produce a reference assembly in place of the main output
-instrument:TestCoverage Produce an assembly instrumented to collect
coverage information
-sourcelink:<file> Source link info to embed into PDB.
- ERRORS AND WARNINGS -
-nowarn Disable all warnings.
-nowarn:<number_list> Disable a list of individual warnings.
-warnaserror[+|-] Treat all warnings as errors.
-warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
-ruleset:<file> Specify a ruleset file that disables specific
diagnostics.
-errorlog:<file>[,version=<sarif_version>]
Specify a file to log all compiler and analyzer
diagnostics in SARIF format.
sarif_version:{1|2|2.1} Default is 1. 2 and 2.1
both mean SARIF version 2.1.0.
-reportanalyzer Report additional analyzer information, such as
execution time.
-skipanalyzers[+|-] Skip execution of diagnostic analyzers.
- LANGUAGE -
-define:<symbol_list> Declare global conditional compilation
symbol(s). symbol_list:name=value,...
(Short form: -d)
-imports:<import_list> Declare global Imports for namespaces in
referenced metadata files.
import_list:namespace,...
-langversion:? Display the allowed values for language version
-langversion:<string> Specify language version such as
`default` (latest major version), or
`latest` (latest version, including minor versions),
or specific versions like `14` or `15.3`
-optionexplicit[+|-] Require explicit declaration of variables.
-optioninfer[+|-] Allow type inference of variables.
-rootnamespace:<string> Specifies the root Namespace for all type
declarations.
-optionstrict[+|-] Enforce strict language semantics.
-optionstrict:custom Warn when strict language semantics are not
respected.
-optioncompare:binary Specifies binary-style string comparisons.
This is the default.
-optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
-help Display this usage message. (Short form: -?)
-noconfig Do not auto-include VBC.RSP file.
-nologo Do not display compiler copyright banner.
-quiet Quiet output mode.
-verbose Display verbose messages.
-parallel[+|-] Concurrent build.
-version Display the compiler version number and exit.
- ADVANCED -
-baseaddress:<number> The base address for a library or module
(hex).
-checksumalgorithm:<alg> Specify algorithm for calculating source file
checksum stored in PDB. Supported values are:
SHA1 or SHA256 (default).
-codepage:<number> Specifies the codepage to use when opening
source files.
-delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
-publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
-errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
-filealign:<number> Specify the alignment used for output file
sections.
-highentropyva[+|-] Enable high-entropy ASLR.
-keycontainer:<string> Specifies a strong name key container.
-keyfile:<file> Specifies a strong name key file.
-libpath:<path_list> List of directories to search for metadata
references. (Semi-colon delimited.)
-main:<class> Specifies the Class or Module that contains
Sub Main. It can also be a Class that
inherits from System.Windows.Forms.Form.
(Short form: -m)
-moduleassemblyname:<string> Name of the assembly which this module will
be a part of.
-netcf Target the .NET Compact Framework.
-nostdlib Do not reference standard libraries
(system.dll and VBC.RSP file).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Specify a mapping for source path names output by
the compiler.
-platform:<string> Limit which platforms this code can run on;
must be x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred or anycpu (default).
-preferreduilang Specify the preferred output language name.
-nosdkpath Disable searching the default SDK path for standard library assemblies.
-sdkpath:<path> Location of the .NET Framework SDK directory
(mscorlib.dll).
-subsystemversion:<version> Specify subsystem version of the output PE.
version:<number>[.<number>]
-utf8output[+|-] Emit compiler output in UTF8 character
encoding.
@<file> Insert command-line settings from a text file
-vbruntime[+|-|*] Compile with/without the default Visual Basic
runtime.
-vbruntime:<file> Compile with the alternate Visual Basic
runtime in <file>.
</source>
<target state="translated"> Visual Basic 编译器选项
- 输出文件 -
-out:<file> 指定输出文件名称。
-target:exe 创建控制台应用程序(默认)。
(缩写: -t)
-target:winexe 创建 Windows 应用程序。
-target:library 创建库程序集。
-target:module 创建可添加到程序集的
模块。
-target:appcontainerexe 创建在 AppContainer 中运行的
Windows 应用程序。
-target:winmdobj 创建 Windows 元数据中间文件
-doc[+|-] 生成 XML 文档文件。
-doc:<file> 将 XML 文档文件生成到 <file>
-refout:<file> 引用要生成的引用程序集
- 输入文件 -
-addmodule:<file_list> 从指定模块中引用元数据
-link:<file_list> 嵌入指定互操作程序集中的
元数据。(缩写: -l)
-recurse:<wildcard> 根据通配符规范包括
当前目录和子目录中
的所有文件。
-reference:<file_list> 从指定程序集中引用
元数据。(缩写: -r)
-analyzer:<file_list> 运行此程序集的分析器
(缩写: -a)
-additionalfile:<file list> 不直接影响代码
生成但可能被分析器用于生成
错误或警告的其他文件。
- 资源 -
-linkresource:<resinfo> 将指定文件作为外部
程序集资源进行链接。
resinfo:<file>[,<name>[,public|private]]
(缩写: -linkres)
-nowin32manifest 默认清单不应嵌入
输出 PE 的清单部分。
-resource:<resinfo> 将指定文件作为嵌入式
程序集资源进行添加。
resinfo:<file>[,<name>[,public|private]]
(缩写: -res)
-win32icon:<file> 为默认的 Win32 资源
指定 Win32 图标文件(.ico)。
-win32manifest:<file> 提供的文件嵌入在
输出 PE 的清单部分。
-win32resource:<file> 指定 Win32 资源文件(.res)。
- 代码生成 -
-optimize[+|-] 启用优化。
-removeintchecks[+|-] 删除整数检查。默认为“关”。
-debug[+|-] 发出调试信息。
-debug:full 发出完全调试信息(默认)。
-debug:pdbonly 发出完全调试信息。
-debug:portable 发出跨平台调试信息。
-debug:embedded 发出跨平台调试信息到
目标 .dll 或 .exe.
-deterministic 生成确定性程序集
(包括模块版本 GUID 和时间戳)
-refonly 生成引用程序集来替代主要输出
-instrument:TestCoverage 生成对其检测以收集覆盖率信息的t
程序集
-sourcelink:<file> 要嵌入到 PDB 中的源链接信息。
- 错误和警告 -
-nowarn 禁用所有警告。
-nowarn:<number_list> 禁用个人警告列表。
-warnaserror[+|-] 将所有警告视为错误。
-warnaserror[+|-]:<number_list> 将警告列表视为错误。
-ruleset:<file> 指定禁用特定诊断的
规则集文件。
-errorlog:<file>[,version=<sarif_version>]
指定用于以 SARIF 格式记录所有编译器和分析器诊断的
文件。
sarif_version:{1|2|2.1} 默认为 1. 2 和 2.1
两者均表示 SARIF 版本 2.1.0。
-reportanalyzer 报告其他分析器信息,如
执行时间。
-skipanalyzers[+|-] 跳过诊断分析器的执行。
- 语言 -
-define:<symbol_list> 声明全局条件编译
符号。symbol_list:name=value,...
(缩写: -d)
-imports:<import_list> 为引用的元数据文件中的命名空间声明
全局导入。
import_list:namespace,...
-langversion:? 显示允许的语言版本值
-langversion:<string> 指定语言版本,如
“default” (最新主要版本)、
“latest” (最新版本,包括次要版本)
或 “14”、”15.3”等特定版本
-optionexplicit[+|-] 需要显示声明变量。
-optioninfer[+|-] 允许变量的类型推理。
-rootnamespace:<string> 指定所有类型声明的根
命名空间。
-optionstrict[+|-] 强制严格语言语义。
-optionstrict:custom 不遵从严格语言语义时
发出警告。
-optioncompare:binary 指定二进制样式的字符串比较。
这是默认设置。
-optioncompare:text 指定文本样式字符串比较。
- 杂项 -
-help 显示此用法消息。(缩写: -?)
-noconfig 不自动包括 VBC.RSP 文件。
-nologo 不显示编译器版权横幅。
-quiet 安静输出模式。
-verbose 显示详细消息。
-parallel[+|-] 并发生成。
-version 显示编译器版本号并退出。
- 高级 -
-baseaddress:<number> 库或模块的基址
(十六进制)。
-checksumalgorithm:<alg> 指定计算存储在 PDB 中的源文件校验和
的算法。支持的值是:
SHA1 或 SHA256 (默认)。
-codepage:<number> 指定打开源文件时要使用的
代码页。
-delaysign[+|-] 仅使用强名称密钥的公共部分
对程序集进行延迟签名。
-publicsign[+|-] 仅使用强名称密钥的公共部分
对程序集进行公共签名
-errorreport:<string> 指定处理内部编译器错误的方式;
必须是 prompt、send、none 或 queue
(默认)。
-filealign:<number> 指定用于输出文件节的对齐
方式。
-highentropyva[+|-] 启用高平均信息量的 ASLR。
-keycontainer:<string> 指定强名称密钥容器。
-keyfile:<file> 指定强名称密钥文件。
-libpath:<path_list> 搜索元数据引用的目录
列表。(分号分隔。)
-main:<class> 指定包含 Sub Main 的类
或模块。也可为从
System.Windows.Forms.Form 继承的类。
(缩写: -m)
-moduleassemblyname:<string> 此模块所属程序集
的名称。
-netcf 以 .NET Compact Framework 为目标。
-nostdlib 不引用标准库
(system.dll 和 VBC.RSP 文件)。
-pathmap:<K1>=<V1>,<K2>=<V2>,...
按编译器指定源路径名称输出的
映射。
-platform:<string> 限制此代码可以在其上运行的平台;
必须是 x86、x64、Itanium、arm、arm64、
AnyCPU32BitPreferred 或 anycpu (默认)。
-preferreduilang 指定首选输出语言名称。
-nosdkpath 禁用搜索标准库程序集的默认 SDK 路径
-sdkpath:<path> .NET Framework SDK 目录的位置
(mscorlib.dll).
-subsystemversion:<version> 指定输出 PE 的子系统版本。
version:<number>[.<number>]
-utf8output[+|-] 以 UTF8 字符编码格式
发出编译器输出。
@<file> 从文本文件插入命令行设置
-vbruntime[+|-|*] 用/不用默认的 Visual Basic
运行时进行编译。
-vbruntime:<file> 使用 <file> 中的备用 Visual Basic 运行时
进行编译。
</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoFunctionPointerTypesInVB">
<source>There are no function pointer types in VB.</source>
<target state="translated">VB 中没有任何函数指针类型。</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoNativeIntegerTypesInVB">
<source>There are no native integer types in VB.</source>
<target state="translated">VB 中没有任何本机整数类型。</target>
<note />
</trans-unit>
<trans-unit id="Trees0">
<source>trees({0})</source>
<target state="translated">树({0})</target>
<note />
</trans-unit>
<trans-unit id="TreesMustHaveRootNode">
<source>trees({0}) must have root node with SyntaxKind.CompilationUnit.</source>
<target state="translated">树({0}) 必须具有带 SyntaxKind.CompilationUnit 的根节点。</target>
<note />
</trans-unit>
<trans-unit id="CannotAddCompilerSpecialTree">
<source>Cannot add compiler special tree</source>
<target state="translated">无法添加特定于编译器的树</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeAlreadyPresent">
<source>Syntax tree already present</source>
<target state="translated">语法树已存在</target>
<note />
</trans-unit>
<trans-unit id="SubmissionCanHaveAtMostOneSyntaxTree">
<source>Submission can have at most one syntax tree.</source>
<target state="translated">提交最多可以具有一个语法树。</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveCompilerSpecialTree">
<source>Cannot remove compiler special tree</source>
<target state="translated">无法移除特定于编译器的树</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeNotFoundToRemove">
<source>SyntaxTree '{0}' not found to remove</source>
<target state="translated">未找到要删除的 SyntaxTree“{0}”</target>
<note />
</trans-unit>
<trans-unit id="TreeMustHaveARootNodeWithCompilationUnit">
<source>Tree must have a root node with SyntaxKind.CompilationUnit</source>
<target state="translated">树必须具有带 SyntaxKind.CompilationUnit 的根节点</target>
<note />
</trans-unit>
<trans-unit id="CompilationVisualBasic">
<source>Compilation (Visual Basic): </source>
<target state="translated">编译(Visual Basic):</target>
<note />
</trans-unit>
<trans-unit id="NodeIsNotWithinSyntaxTree">
<source>Node is not within syntax tree</source>
<target state="translated">节点不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="CantReferenceCompilationFromTypes">
<source>Can't reference compilation of type '{0}' from {1} compilation.</source>
<target state="translated">无法从 {1} 编译引用类型为“{0}”的编译。</target>
<note />
</trans-unit>
<trans-unit id="PositionOfTypeParameterTooLarge">
<source>position of type parameter too large</source>
<target state="translated">类型参数的位置太大</target>
<note />
</trans-unit>
<trans-unit id="AssociatedTypeDoesNotHaveTypeParameters">
<source>Associated type does not have type parameters</source>
<target state="translated">关联类型没有类型参数</target>
<note />
</trans-unit>
<trans-unit id="IDS_FunctionReturnType">
<source>function return type</source>
<target state="translated">函数返回类型</target>
<note />
</trans-unit>
<trans-unit id="TypeArgumentCannotBeNothing">
<source>Type argument cannot be Nothing</source>
<target state="translated">类型参数不能是任何内容</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">包含类型“{1}”的程序集“{0}”引用了 .NET Framework,而此操作不受支持。</target>
<note>{1} is the type that was loaded, {0} is the containing assembly.</note>
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework_Title">
<source>The loaded assembly references .NET Framework, which is not supported.</source>
<target state="translated">加载的程序集引用了 .NET Framework,而此操作不受支持。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration">
<source>Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">生成器“{0}”未能生成源。它不会影响输出,因此可能会造成编译错误。异常的类型为“{1}”,显示消息“{2}”</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">生成器引发以下异常:
“{0}”。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Title">
<source>Generator failed to generate source.</source>
<target state="translated">生成器无法生成源。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization">
<source>Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">生成器“{0}”未能初始化。它不会影响输出,因此可能会造成编译错误。异常的类型为“{1}”,显示消息“{2}”</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">生成器引发以下异常:
“{0}”。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Title">
<source>Generator failed to initialize.</source>
<target state="translated">生成器初始化失败。</target>
<note />
</trans-unit>
<trans-unit id="WrongNumberOfTypeArguments">
<source>Wrong number of type arguments</source>
<target state="translated">类型参数的数目不正确</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileNotFound">
<source>file '{0}' could not be found</source>
<target state="translated">找不到文件“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoResponseFile">
<source>unable to open response file '{0}'</source>
<target state="translated">无法打开响应文件“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentRequired">
<source>option '{0}' requires '{1}'</source>
<target state="translated">选项“{0}”需要“{1}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_SwitchNeedsBool">
<source>option '{0}' can be followed only by '+' or '-'</source>
<target state="translated">选项“{0}”后面只能跟“+”或“-”</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSwitchValue">
<source>the value '{1}' is invalid for option '{0}'</source>
<target state="translated">值“{1}”对选项“{0}”无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_MutuallyExclusiveOptions">
<source>Compilation options '{0}' and '{1}' can't both be specified at the same time.</source>
<target state="translated">无法同时指定编译选项“{0}”和“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang">
<source>The language name '{0}' is invalid.</source>
<target state="translated">语言名“{0}”无效。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang_Title">
<source>The language name for /preferreduilang is invalid</source>
<target state="translated">/preferreduilang 的语言名称无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_VBCoreNetModuleConflict">
<source>The options /vbruntime* and /target:module cannot be combined.</source>
<target state="translated">/vbruntime* 选项不能与 /target:module 选项组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatForGuidForOption">
<source>Command-line syntax error: Invalid Guid format '{0}' for option '{1}'</source>
<target state="translated">命令行语法错误: Guid 格式“{0}”对于选项“{1}”无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingGuidForOption">
<source>Command-line syntax error: Missing Guid for option '{1}'</source>
<target state="translated">命令行语法错误: 选项“{1}”缺少 Guid</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadChecksumAlgorithm">
<source>Algorithm '{0}' is not supported</source>
<target state="translated">不支持算法“{0}”</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch">
<source>unrecognized option '{0}'; ignored</source>
<target state="translated">无法识别的选项“{0}”;已忽略</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch_Title">
<source>Unrecognized command-line option</source>
<target state="translated">无法识别的命令行选项</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSources">
<source>no input sources specified</source>
<target state="translated">未指定输入源</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded">
<source>source file '{0}' specified multiple times</source>
<target state="translated">源文件“{0}”指定了多次</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded_Title">
<source>Source file specified multiple times</source>
<target state="translated">多次指定源文件</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOpenFileWrite">
<source>can't open '{0}' for writing: {1}</source>
<target state="translated">无法打开“{0}”进行写入: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCodepage">
<source>code page '{0}' is invalid or not installed</source>
<target state="translated">代码页“{0}”无效或未安装</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryFile">
<source>the file '{0}' is not a text file</source>
<target state="translated">文件“{0}”不是文本文件</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibNotFound">
<source>could not find library '{0}'</source>
<target state="translated">找不到库“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataReferencesNotSupported">
<source>Metadata references not supported.</source>
<target state="translated">不支持元数据引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IconFileAndWin32ResFile">
<source>cannot specify both /win32icon and /win32resource</source>
<target state="translated">不能同时指定 /win32icon 和 /win32resource</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile">
<source>ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">/noconfig 选项是在响应文件中指定的,因此被忽略</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile_Title">
<source>Ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">/noconfig 选项是在响应文件中指定的,因此被忽略</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId">
<source>warning number '{0}' for the option '{1}' is either not configurable or not valid</source>
<target state="translated">选项“{1}”的警告编号“{0}”不可配置或无效</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId_Title">
<source>Warning number is either not configurable or not valid</source>
<target state="translated">警告编号不可配置或无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSourcesOut">
<source>cannot infer an output file name from resource only input files; provide the '/out' option</source>
<target state="translated">无法从仅资源输入文件推理出输出文件名;提供“/out”选项</target>
<note />
</trans-unit>
<trans-unit id="ERR_NeedModule">
<source>the /moduleassemblyname option may only be specified when building a target of type 'module'</source>
<target state="translated">只有在生成“module”类型的目标时才能指定 /moduleassemblyname 选项</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyName">
<source>'{0}' is not a valid value for /moduleassemblyname</source>
<target state="translated">“{0}”不是 /moduleassemblyname 的有效值</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingManifestSwitches">
<source>Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.</source>
<target state="translated">嵌入 Win32 清单时出错: 选项 /win32manifest 与 /nowin32manifest 冲突。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest">
<source>Option /win32manifest ignored. It can be specified only when the target is an assembly.</source>
<target state="translated">已忽略选项 /win32manifest。只有在目标是程序集时才能指定该选项。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest_Title">
<source>Option /win32manifest ignored</source>
<target state="translated">/win32manifest 选项已忽略</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInNamespace">
<source>Statement is not valid in a namespace.</source>
<target state="translated">语句在命名空间中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedType1">
<source>Type '{0}' is not defined.</source>
<target state="translated">未定义类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNext">
<source>'Next' expected.</source>
<target state="translated">'应为 "Next"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCharConstant">
<source>Character constant must contain exactly one character.</source>
<target state="translated">字符常量必须正好包含一个字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssemblyEvent3">
<source>Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">需要对程序集“{0}”(包含事件“{1}”的定义)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModuleEvent3">
<source>Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">需要对模块“{0}”(包含事件“{1}”的定义)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbExpectedEndIf">
<source>'#If' block must end with a matching '#End If'.</source>
<target state="translated">'"#If" 块必须以匹配的 "#End If" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbNoMatchingIf">
<source>'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.</source>
<target state="translated">'"#ElseIf"、"#Else" 或 "#End If" 前面必须是匹配的 "#If"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbBadElseif">
<source>'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'"#ElseIf" 前面必须是匹配的 "#If" 或 "#ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromRestrictedType1">
<source>Inheriting from '{0}' is not valid.</source>
<target state="translated">从“{0}”继承无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvOutsideProc">
<source>Labels are not valid outside methods.</source>
<target state="translated">标签在方法外部无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantImplement">
<source>Delegates cannot implement interface methods.</source>
<target state="translated">委托无法实现接口方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantHandleEvents">
<source>Delegates cannot handle events.</source>
<target state="translated">委托无法处理事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorRequiresReferenceTypes1">
<source>'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.</source>
<target state="translated">'“Is”运算符不接受类型为“{0}”的操作数。操作数必须是引用类型或可以为 null 的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfRequiresReferenceType1">
<source>'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.</source>
<target state="translated">'“TypeOf ... Is”要求它的左操作数具有引用类型,但此操作数具有值类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasSet">
<source>Properties declared 'ReadOnly' cannot have a 'Set'.</source>
<target state="translated">声明为 "ReadOnly" 的属性不能有 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasGet">
<source>Properties declared 'WriteOnly' cannot have a 'Get'.</source>
<target state="translated">声明为 "WriteOnly" 的属性不能有 "Get"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideProc">
<source>Statement is not valid inside a method.</source>
<target state="translated">语句在方法内部无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideBlock">
<source>Statement is not valid inside '{0}' block.</source>
<target state="translated">语句在“{0}”块内部无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedExpressionStatement">
<source>Expression statement is only allowed at the end of an interactive submission.</source>
<target state="translated">只允许在交互提交结尾处使用表达式语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndProp">
<source>Property missing 'End Property'.</source>
<target state="translated">Property 缺少 "End Property"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSubExpected">
<source>'End Sub' expected.</source>
<target state="translated">'应为 "End Sub"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndFunctionExpected">
<source>'End Function' expected.</source>
<target state="translated">'应为 "End Function"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseNoMatchingIf">
<source>'#Else' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'"#Else" 前面必须是匹配的 "#If" 或 "#ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantRaiseBaseEvent">
<source>Derived classes cannot raise base class events.</source>
<target state="translated">派生类不能引发基类事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryWithoutCatchOrFinally">
<source>Try must have at least one 'Catch' or a 'Finally'.</source>
<target state="translated">Try 必须至少有一个 "Catch" 或 "Finally"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventsCantBeFunctions">
<source>Events cannot have a return type.</source>
<target state="translated">事件不能有返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndBrack">
<source>Bracketed identifier is missing closing ']'.</source>
<target state="translated">用括号标识的标识符缺少右边的 "]"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Syntax">
<source>Syntax error.</source>
<target state="translated">语法错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Overflow">
<source>Overflow.</source>
<target state="translated">溢出。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalChar">
<source>Character is not valid.</source>
<target state="translated">字符无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StdInOptionProvidedButConsoleInputIsNotRedirected">
<source>stdin argument '-' is specified, but input has not been redirected from the standard input stream.</source>
<target state="translated">已指定 stdin 参数 "-",但尚未从标准输入流重定向输入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectOperand1">
<source>Option Strict On prohibits operands of type Object for operator '{0}'.</source>
<target state="translated">Option Strict On 禁止将 Object 类型的操作数用于运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotBeProperty">
<source>Loop control variable cannot be a property or a late-bound indexed array.</source>
<target state="translated">循环控制变量不能是属性或后期绑定索引数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodBodyNotAtLineStart">
<source>First statement of a method body cannot be on the same line as the method declaration.</source>
<target state="translated">方法主体的第一条语句和方法声明不能位于同一行。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MaximumNumberOfErrors">
<source>Maximum number of errors has been exceeded.</source>
<target state="translated">已超出最大错误数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordNotInInstanceMethod1">
<source>'{0}' is valid only within an instance method.</source>
<target state="translated">“{0}”仅在实例方法中有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromStructure1">
<source>'{0}' is not valid within a structure.</source>
<target state="translated">“{0}”在结构中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor1">
<source>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.</source>
<target state="translated">特性构造函数具有“{0}”类型的参数,此参数不是整型、浮点型或枚举类型,也不是 Object、Char、String、Boolean、System.Type 之一或这些类型的一维数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWithOptArgs">
<source>Method cannot have both a ParamArray and Optional parameters.</source>
<target state="translated">方法不能同时具有 ParamArray 和 Optional 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedArray1">
<source>'{0}' statement requires an array.</source>
<target state="translated">“{0}”语句需要数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayNotArray">
<source>ParamArray parameter must be an array.</source>
<target state="translated">ParamArray 参数必须是一个数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayRank">
<source>ParamArray parameter must be a one-dimensional array.</source>
<target state="translated">ParamArray 参数必须是一维数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayRankLimit">
<source>Array exceeds the limit of 32 dimensions.</source>
<target state="translated">数组超过了 32 维数限制。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsNewArray">
<source>Arrays cannot be declared with 'New'.</source>
<target state="translated">不能用 "New" 声明数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs1">
<source>Too many arguments to '{0}'.</source>
<target state="translated">“{0}”的参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedCase">
<source>Statements and labels are not valid between 'Select Case' and first 'Case'.</source>
<target state="translated">位于 "Select Case" 与第一个 "Case" 之间的语句和标签无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstExpr">
<source>Constant expression is required.</source>
<target state="translated">要求常量表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression.</source>
<target state="translated">常量表达式中不能发生从“{0}”到“{1}”的转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMe">
<source>'Me' cannot be the target of an assignment.</source>
<target state="translated">'"Me" 不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyAssignment">
<source>'ReadOnly' variable cannot be the target of an assignment.</source>
<target state="translated">'"ReadOnly" 变量不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSubOfFunc">
<source>'Exit Sub' is not valid in a Function or Property.</source>
<target state="translated">'"Exit Sub" 在函数或属性中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitPropNot">
<source>'Exit Property' is not valid in a Function or Sub.</source>
<target state="translated">'“Exit Property”在函数或 Sub 中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitFuncOfSub">
<source>'Exit Function' is not valid in a Sub or Property.</source>
<target state="translated">'"Exit Function" 在 Sub 或属性中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LValueRequired">
<source>Expression is a value and therefore cannot be the target of an assignment.</source>
<target state="translated">表达式是一个值,因此不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForIndexInUse1">
<source>For loop control variable '{0}' already in use by an enclosing For loop.</source>
<target state="translated">For 循环控制变量“{0}”已由封闭 For 循环使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextForMismatch1">
<source>Next control variable does not match For loop control variable '{0}'.</source>
<target state="translated">Next 控制变量与 For 循环控制变量“{0}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseElseNoSelect">
<source>'Case Else' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'“Case Else”只能出现在“Select Case”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseNoSelect">
<source>'Case' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'“Case”只能出现在“Select Case”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAssignToConst">
<source>Constant cannot be the target of an assignment.</source>
<target state="translated">常量不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedSubscript">
<source>Named arguments are not valid as array subscripts.</source>
<target state="translated">命名参数作为数组下标无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndIf">
<source>'If' must end with a matching 'End If'.</source>
<target state="translated">'“If”必须以匹配的“End If”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWhile">
<source>'While' must end with a matching 'End While'.</source>
<target state="translated">'“While”必须以匹配的“End While”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLoop">
<source>'Do' must end with a matching 'Loop'.</source>
<target state="translated">'"Do" 必须以匹配的 "Loop" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNext">
<source>'For' must end with a matching 'Next'.</source>
<target state="translated">'"For" 必须以匹配的 "Next" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWith">
<source>'With' must end with a matching 'End With'.</source>
<target state="translated">'“With”必须以匹配的“End With”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseNoMatchingIf">
<source>'Else' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'"Else" 前面必须是匹配的 "If" 或 "ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndIfNoMatchingIf">
<source>'End If' must be preceded by a matching 'If'.</source>
<target state="translated">'"End If" 前面必须是匹配的 "If"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSelectNoSelect">
<source>'End Select' must be preceded by a matching 'Select Case'.</source>
<target state="translated">'"End Select" 前面必须是匹配的 "Select Case"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitDoNotWithinDo">
<source>'Exit Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'"Exit Do" 只能出现在 "Do" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWhileNoWhile">
<source>'End While' must be preceded by a matching 'While'.</source>
<target state="translated">'“End While”前面必须是匹配的“While”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopNoMatchingDo">
<source>'Loop' must be preceded by a matching 'Do'.</source>
<target state="translated">'"Loop" 前面必须是匹配的 "Do"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextNoMatchingFor">
<source>'Next' must be preceded by a matching 'For'.</source>
<target state="translated">'"Next" 前面必须是匹配的 "For"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWithWithoutWith">
<source>'End With' must be preceded by a matching 'With'.</source>
<target state="translated">'“End With”前面必须是匹配的“With”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefined1">
<source>Label '{0}' is already defined in the current method.</source>
<target state="translated">当前方法中已定义了标签“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSelect">
<source>'Select Case' must end with a matching 'End Select'.</source>
<target state="translated">'“Select Case”必须以匹配的“End Select”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitForNotWithinFor">
<source>'Exit For' can only appear inside a 'For' statement.</source>
<target state="translated">'"Exit For" 只能出现在 "For" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitWhileNotWithinWhile">
<source>'Exit While' can only appear inside a 'While' statement.</source>
<target state="translated">'"Exit While" 只能出现在 "While" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyProperty1">
<source>'ReadOnly' property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'“ReadOnly”属性“{0}”不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSelectNotWithinSelect">
<source>'Exit Select' can only appear inside a 'Select' statement.</source>
<target state="translated">'"Exit Select" 只能出现在 "Select" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BranchOutOfFinally">
<source>Branching out of a 'Finally' is not valid.</source>
<target state="translated">从“Finally”中分支无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualNotObjectRecord1">
<source>'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.</source>
<target state="translated">'“!”要求其左操作数具有类型参数、类或接口类型,但此操作数的类型为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewIndices">
<source>Number of indices is less than the number of dimensions of the indexed array.</source>
<target state="translated">索引数少于索引数组的维数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyIndices">
<source>Number of indices exceeds the number of dimensions of the indexed array.</source>
<target state="translated">索引数超过索引数组的维数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EnumNotExpression1">
<source>'{0}' is an Enum type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个枚举类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeNotExpression1">
<source>'{0}' is a type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassNotExpression1">
<source>'{0}' is a class type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个类类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNotExpression1">
<source>'{0}' is a structure type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个结构类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotExpression1">
<source>'{0}' is an interface type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个接口类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotExpression1">
<source>'{0}' is a namespace and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个命名空间,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNamespaceName1">
<source>'{0}' is not a valid name and cannot be used as the root namespace name.</source>
<target state="translated">“{0}”不是有效名称,不能用作根命名空间名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlPrefixNotExpression">
<source>'{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.</source>
<target state="translated">“{0}”是 XML 前缀,不能用作表达式。请使用 GetXmlNamespace 运算符创建命名空间对象。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleExtends">
<source>'Inherits' can appear only once within a 'Class' statement and can only specify one class.</source>
<target state="translated">'"Inherits" 只能在 "Class" 语句中出现一次,并且只能指定一个类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropMustHaveGetSet">
<source>Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.</source>
<target state="translated">不带 "ReadOnly" 或 "WriteOnly" 说明符的属性必须同时提供 "Get" 和 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasNoWrite">
<source>'WriteOnly' property must provide a 'Set'.</source>
<target state="translated">'"WriteOnly" 属性必须提供 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasNoGet">
<source>'ReadOnly' property must provide a 'Get'.</source>
<target state="translated">'"ReadOnly" 属性必须提供 "Get"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttribute1">
<source>Attribute '{0}' is not valid: Incorrect argument value.</source>
<target state="translated">特性“{0}”无效: 参数值不正确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LabelNotDefined1">
<source>Label '{0}' is not defined.</source>
<target state="translated">未定义标签“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ErrorCreatingWin32ResourceFile">
<source>Error creating Win32 resources: {0}</source>
<target state="translated">创建 Win32 资源时出错: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToCreateTempFile">
<source>Cannot create temporary file: {0}</source>
<target state="translated">无法创建临时文件: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCall2">
<source>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.</source>
<target state="translated">“{1}”的基类“{0}”没有不使用参数就可以调用的可访问“Sub New”,因此该“Sub New”的第一个语句必须是对“MyBase.New”或“MyClass.New”的调用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMember3">
<source>{0} '{1}' must implement '{2}' for interface '{3}'.</source>
<target state="translated">{0}“{1}”必须为接口“{3}”实现“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithRef">
<source>Leading '.' or '!' can only appear inside a 'With' statement.</source>
<target state="translated">前导“.”或“!”只能出现在“With”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAccessCategoryUsed">
<source>Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.</source>
<target state="translated">只能指定 "Public"、"Private"、"Protected"、"Friend"、"Protected Friend" 或 "Private Protected" 中的一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateModifierCategoryUsed">
<source>Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.</source>
<target state="translated">只能指定 "NotOverridable"、"MustOverride" 或 "Overridable" 中的一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateSpecifier">
<source>Specifier is duplicated.</source>
<target state="translated">说明符重复。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeConflict6">
<source>{0} '{1}' and {2} '{3}' conflict in {4} '{5}'.</source>
<target state="translated">{0}“{1}”和 {2}“{3}”在 {4}“{5}”中冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeKeyword">
<source>Keyword does not name a type.</source>
<target state="translated">关键字没有指定类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraSpecifiers">
<source>Specifiers valid only at the beginning of a declaration.</source>
<target state="translated">说明符仅在声明的开始处有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedType">
<source>Type expected.</source>
<target state="translated">应为类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfKeyword">
<source>Keyword is not valid as an identifier.</source>
<target state="translated">关键字作为标识符无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEnum">
<source>'End Enum' must be preceded by a matching 'Enum'.</source>
<target state="translated">'“End Enum”前面必须是匹配的“Enum”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEnum">
<source>'Enum' must end with a matching 'End Enum'.</source>
<target state="translated">'"Enum" 必须以匹配的 "End Enum" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDeclaration">
<source>Declaration expected.</source>
<target state="translated">应为声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeLast">
<source>End of parameter list expected. Cannot define parameters after a paramarray parameter.</source>
<target state="translated">应为参数列表的结尾。不能在 Paramarray 参数后定义参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvalidOnInheritsImplOpt">
<source>Specifiers and attributes are not valid on this statement.</source>
<target state="translated">说明符和特性在此语句上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSpecifier">
<source>Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.</source>
<target state="translated">应为“Dim”、“Const”、“Public”、“Private”、“Protected”、“Friend”、“Shadows”、“ReadOnly”或“Shared”中的一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedComma">
<source>Comma expected.</source>
<target state="translated">应为逗号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAs">
<source>'As' expected.</source>
<target state="translated">'应为 "As"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRparen">
<source>')' expected.</source>
<target state="translated">'应为 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLparen">
<source>'(' expected.</source>
<target state="translated">'应为“(”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNewInType">
<source>'New' is not valid in this context.</source>
<target state="translated">'"New" 在此上下文中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExpression">
<source>Expression expected.</source>
<target state="translated">应为表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptional">
<source>'Optional' expected.</source>
<target state="translated">'应为 "Optional"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifier">
<source>Identifier expected.</source>
<target state="translated">应为标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIntLiteral">
<source>Integer constant expected.</source>
<target state="translated">应为整数常量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEOS">
<source>End of statement expected.</source>
<target state="translated">应为语句结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedForOptionStmt">
<source>'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.</source>
<target state="translated">'“Option”的后面必须跟有“Compare”、“Explicit”、“Infer”或“Strict”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionCompare">
<source>'Option Compare' must be followed by 'Text' or 'Binary'.</source>
<target state="translated">'"Option Compare" 的后面必须跟有 "Text" 或 "Binary"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptionCompare">
<source>'Compare' expected.</source>
<target state="translated">'应为 "Compare"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObject">
<source>Option Strict On requires all variable declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On 要求所有变量声明都有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitProc">
<source>Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On 要求所有函数、属性和运算符声明都有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitArgs">
<source>Option Strict On requires that all method parameters have an 'As' clause.</source>
<target state="translated">Option Strict On 要求所有方法参数都有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidParameterSyntax">
<source>Comma or ')' expected.</source>
<target state="translated">应为逗号或 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubFunction">
<source>'Sub' or 'Function' expected.</source>
<target state="translated">'应为“Sub”或“Function”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedStringLiteral">
<source>String constant expected.</source>
<target state="translated">应为字符串常量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingLibInDeclare">
<source>'Lib' expected.</source>
<target state="translated">'应为 "Lib"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateNoInvoke1">
<source>Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.</source>
<target state="translated">委托类“{0}”没有 Invoke 方法,所以此类型的表达式不能作为方法调用的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingIsInTypeOf">
<source>'Is' expected.</source>
<target state="translated">'应为 "Is"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateOption1">
<source>'Option {0}' statement can only appear once per file.</source>
<target state="translated">'每个文件中只能出现一次“Option {0}”语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantInherit">
<source>'Inherits' not valid in Modules.</source>
<target state="translated">'"Inherits" 在模块中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantImplement">
<source>'Implements' not valid in Modules.</source>
<target state="translated">'"Implements" 在模块中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadImplementsType">
<source>Implemented type must be an interface.</source>
<target state="translated">已实现的类型必须是接口。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstFlags1">
<source>'{0}' is not valid on a constant declaration.</source>
<target state="translated">“{0}”在常量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithEventsFlags1">
<source>'{0}' is not valid on a WithEvents declaration.</source>
<target state="translated">“{0}”在 WithEvents 声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDimFlags1">
<source>'{0}' is not valid on a member variable declaration.</source>
<target state="translated">“{0}”在成员变量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParamName1">
<source>Parameter already declared with name '{0}'.</source>
<target state="translated">已用名称“{0}”声明了参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopDoubleCondition">
<source>'Loop' cannot have a condition if matching 'Do' has one.</source>
<target state="translated">'"Loop" 和匹配的 "Do" 不能同时具有条件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRelational">
<source>Relational operator expected.</source>
<target state="translated">应为关系运算符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExitKind">
<source>'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.</source>
<target state="translated">'“Exit”的后面必须跟有“Sub”、“Function”、“Property”、“Do”、“For”、“While”、“Select”或“Try”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgumentInAttributeList">
<source>Named argument expected.</source>
<target state="translated">应为命名参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation">
<source>Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.</source>
<target state="translated">命名参数规范必须出现在已在后期绑定调用中指定的所有固定参数之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgument">
<source>Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.</source>
<target state="translated">需要命名参数。请使用语言版本 {0} 或更高版本,以使用非尾随命名参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMethodFlags1">
<source>'{0}' is not valid on a method declaration.</source>
<target state="translated">“{0}”在方法声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEventFlags1">
<source>'{0}' is not valid on an event declaration.</source>
<target state="translated">“{0}”在事件声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDeclareFlags1">
<source>'{0}' is not valid on a Declare.</source>
<target state="translated">“{0}”在 Declare 中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalConstFlags1">
<source>'{0}' is not valid on a local constant declaration.</source>
<target state="translated">“{0}”在局部常量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalDimFlags1">
<source>'{0}' is not valid on a local variable declaration.</source>
<target state="translated">“{0}”在局部变量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedConditionalDirective">
<source>'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.</source>
<target state="translated">'应为“If”、“ElseIf”、“Else”、“Const”、“Region”、“ExternalSource”、“ExternalChecksum”、“Enable”、“Disable”、“End”或“R”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEQ">
<source>'=' expected.</source>
<target state="translated">'应为 "="。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorNotFound1">
<source>Type '{0}' has no constructors.</source>
<target state="translated">类型“{0}”没有构造函数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndInterface">
<source>'End Interface' must be preceded by a matching 'Interface'.</source>
<target state="translated">'“End Interface”前面必须是匹配的“Interface”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndInterface">
<source>'Interface' must end with a matching 'End Interface'.</source>
<target state="translated">'"Interface" 必须以匹配的 "End Interface" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFrom2">
<source>
'{0}' inherits from '{1}'.</source>
<target state="translated">
“{0}”从“{1}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNestedIn2">
<source>
'{0}' is nested in '{1}'.</source>
<target state="translated">
“{0}”嵌套在“{1}”中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycle1">
<source>Class '{0}' cannot inherit from itself: {1}</source>
<target state="translated">类“{0}”不能从自身继承: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonClass">
<source>Classes can inherit only from other classes.</source>
<target state="translated">类只能从其他类继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedType3">
<source>'{0}' is already declared as '{1}' in this {2}.</source>
<target state="translated">“{0}”已在此 {2} 中声明为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverrideAccess2">
<source>'{0}' cannot override '{1}' because they have different access levels.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们具有不同的访问级别。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideNotOverridable2">
<source>'{0}' cannot override '{1}' because it is declared 'NotOverridable'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为后者已声明为“NotOverridable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDef1">
<source>'{0}' has multiple definitions with identical signatures.</source>
<target state="translated">“{0}”具有多个带相同签名的定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDefWithDifferentTupleNames2">
<source>'{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.</source>
<target state="translated">“{0}”具有多个带不同元组元素名称却有相同签名的定义,包括“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceMethodFlags1">
<source>'{0}' is not valid on an interface method declaration.</source>
<target state="translated">“{0}”在接口方法声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound2">
<source>'{0}' is not a parameter of '{1}'.</source>
<target state="translated">“{0}”不是“{1}”的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfacePropertyFlags1">
<source>'{0}' is not valid on an interface property declaration.</source>
<target state="translated">“{0}”在接口属性声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice2">
<source>Parameter '{0}' of '{1}' already has a matching argument.</source>
<target state="translated">“{1}”的参数“{0}”已有匹配的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCantUseEventSpecifier1">
<source>'{0}' is not valid on an interface event declaration.</source>
<target state="translated">“{0}”在接口事件声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNoMatch2">
<source>Type character '{0}' does not match declared data type '{1}'.</source>
<target state="translated">类型字符“{0}”与声明的数据类型“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubOrFunction">
<source>'Sub' or 'Function' expected after 'Delegate'.</source>
<target state="translated">'“Delegate”后面应为“Sub”或“Function”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEmptyEnum1">
<source>Enum '{0}' must contain at least one member.</source>
<target state="translated">枚举“{0}”必须至少包含一个成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidConstructorCall">
<source>Constructor call is valid only as the first statement in an instance constructor.</source>
<target state="translated">构造函数调用仅作为实例构造函数中的第一条语句有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideConstructor">
<source>'Sub New' cannot be declared 'Overrides'.</source>
<target state="translated">'“Sub New”不能声明为“Overrides”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorCannotBeDeclaredPartial">
<source>'Sub New' cannot be declared 'Partial'.</source>
<target state="translated">'“Sub New”不能声明为“Partial”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleEmitFailure">
<source>Failed to emit module '{0}': {1}</source>
<target state="translated">未能发出模块“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncUpdateFailedMissingAttribute">
<source>Cannot update '{0}'; attribute '{1}' is missing.</source>
<target state="translated">无法更新“{0}”;特性“{1}”缺失。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideNotNeeded3">
<source>{0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.</source>
<target state="translated">{0}“{1}”不能声明为“Overrides”,因为它不重写基类中的 {0}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDot">
<source>'.' expected.</source>
<target state="translated">'应为“.”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocals1">
<source>Local variable '{0}' is already declared in the current block.</source>
<target state="translated">当前块中已声明了局部变量“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProc">
<source>Statement cannot appear within a method body. End of method assumed.</source>
<target state="translated">语句不能出现在方法主体内。假定为方法末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalSameAsFunc">
<source>Local variable cannot have the same name as the function containing it.</source>
<target state="translated">局部变量不能与包含它的函数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordEmbeds2">
<source>
'{0}' contains '{1}' (variable '{2}').</source>
<target state="translated">
“{0}”包含“{1}”(变量“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordCycle2">
<source>Structure '{0}' cannot contain an instance of itself: {1}</source>
<target state="translated">结构“{0}”不能包含自身的实例: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCycle1">
<source>Interface '{0}' cannot inherit from itself: {1}</source>
<target state="translated">接口“{0}”不能从自身继承: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle2">
<source>
'{0}' calls '{1}'.</source>
<target state="translated">
“{0}”调用“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle1">
<source>Constructor '{0}' cannot call itself: {1}</source>
<target state="translated">构造函数“{0}”不能调用自身: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromCantInherit3">
<source>'{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.</source>
<target state="translated">“{1}”已声明为“NotInheritable”,因此“{0}”无法从 {2}“{1}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithOptional2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by optional parameters.</source>
<target state="translated">“{0}” 和“{1}”的差异仅在于可选参数,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithReturnType2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by return types.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于返回类型,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharWithType1">
<source>Type character '{0}' cannot be used in a declaration with an explicit type.</source>
<target state="translated">在具有显式类型的声明中不能使用类型字符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnSub">
<source>Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.</source>
<target state="translated">"Sub" 不返回值,因此在 "Sub" 声明中不能使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithDefault2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于可选参数的默认值,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingSubscript">
<source>Array subscript expression missing.</source>
<target state="translated">缺少数组下标表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithDefault2">
<source>'{0}' cannot override '{1}' because they differ by the default values of optional parameters.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在可选参数的默认值上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptional2">
<source>'{0}' cannot override '{1}' because they differ by optional parameters.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在可选参数上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldOfValueFieldOfMarshalByRef3">
<source>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.</source>
<target state="translated">“{0}”,是使用“System.MarshalByRefObject”作为基类的类“{2}”的值类型字段“{1}”的成员,无法引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}'.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseAfterCaseElse">
<source>'Case' cannot follow a 'Case Else' in the same 'Select' statement.</source>
<target state="translated">'在同一“Select”语句中,“Case”不能位于“Case Else”之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayMismatch4">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”,因为“{2}”不是从“{3}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertObjectArrayMismatch3">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”,因为“{2}”不是引用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopType1">
<source>'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.</source>
<target state="translated">'“For”循环控制变量的类型不能是“{0}”,因为该类型不支持所需的运算符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithByref2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于声明为“ByRef”或“ByVal”的参数,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonInterface">
<source>Interface can inherit only from another interface.</source>
<target state="translated">接口只能从其他接口继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceOrderOnInherits">
<source>'Inherits' statements must precede all declarations in an interface.</source>
<target state="translated">'“Inherits”语句必须位于接口中的所有声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateDefaultProps1">
<source>'Default' can be applied to only one property name in a {0}.</source>
<target state="translated">'“Default”只可应用于“{0}”中的一个属性名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMissingFromProperty2">
<source>'{0}' and '{1}' cannot overload each other because only one is declared 'Default'.</source>
<target state="translated">“{0}”和“{1}”中只有一个声明为“Default”,因此它们无法相互重载。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingPropertyKind2">
<source>'{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在是“ReadOnly”还是“WriteOnly”上不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInInterface">
<source>'Sub New' cannot be declared in an interface.</source>
<target state="translated">'"Sub New" 不能在接口中声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNew1">
<source>'Sub New' cannot be declared '{0}'.</source>
<target state="translated">'“Sub New”不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadingPropertyKind2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">“{0}” 和“{1}”的差异仅在于“ReadOnly”和“WriteOnly”,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDefaultNotExtend1">
<source>Class '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">无法为类“{0}”编制索引,因为它没有默认属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithArrayVsParamArray2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于声明为 "ParamArray" 的参数,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInstanceMemberAccess">
<source>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.</source>
<target state="translated">没有类的显式实例,就无法从共享方法或共享成员初始值设定项中引用该类的实例成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRbrace">
<source>'}' expected.</source>
<target state="translated">'应为 "}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleAsType1">
<source>Module '{0}' cannot be used as a type.</source>
<target state="translated">模块“{0}”不能用作类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnNonClass">
<source>'New' cannot be used on an interface.</source>
<target state="translated">'"New"不能在接口上使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchAfterFinally">
<source>'Catch' cannot appear after 'Finally' within a 'Try' statement.</source>
<target state="translated">'在“Try”语句中,“Catch”不能出现在“Finally”之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNoMatchingTry">
<source>'Catch' cannot appear outside a 'Try' statement.</source>
<target state="translated">'“Catch”不能出现在“Try”语句之外。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyAfterFinally">
<source>'Finally' can only appear once in a 'Try' statement.</source>
<target state="translated">'“Finally”只能在“Try”语句中出现一次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyNoMatchingTry">
<source>'Finally' cannot appear outside a 'Try' statement.</source>
<target state="translated">'“Finally”不能出现在“Try”语句之外。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndTryNoTry">
<source>'End Try' must be preceded by a matching 'Try'.</source>
<target state="translated">'“End Try”前面必须是匹配的“Try”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndTry">
<source>'Try' must end with a matching 'End Try'.</source>
<target state="translated">'“Try”必须以匹配的“End Try”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDelegateFlags1">
<source>'{0}' is not valid on a Delegate declaration.</source>
<target state="translated">“{0}”在委托声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstructorOnBase2">
<source>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.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,原因是它的基类“{1}”没有不使用参数就可以调用的可访问“Sub New”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleSymbol2">
<source>'{0}' is not accessible in this context because it is '{1}'.</source>
<target state="translated">“{0}”是“{1}”,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleMember3">
<source>'{0}.{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">“{0}.{1}”是“{2}” ,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNotException1">
<source>'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.</source>
<target state="translated">'“Catch”无法捕捉类型“{0}”,因为该类型既不是“System.Exception”也不是从“System.Exception”继承的类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitTryNotWithinTry">
<source>'Exit Try' can only appear inside a 'Try' statement.</source>
<target state="translated">'"Exit Try" 只能出现在 "Try" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRecordFlags1">
<source>'{0}' is not valid on a Structure declaration.</source>
<target state="translated">“{0}”在结构声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEnumFlags1">
<source>'{0}' is not valid on an Enum declaration.</source>
<target state="translated">“{0}”在枚举声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceFlags1">
<source>'{0}' is not valid on an Interface declaration.</source>
<target state="translated">“{0}”在接口声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithByref2">
<source>'{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在某个参数上存在差异,一个被标记为“ByRef”,而另一个被标记为“ByVal”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyBaseAbstractCall1">
<source>'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.</source>
<target state="translated">'“MyBase”不能用和方法“{0}”一起使用,因为它被声明为“MustOverride”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentNotMemberOfInterface4">
<source>'{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.</source>
<target state="translated">“{0}”无法实现“{1}”,因为接口“{3}”上不存在匹配的 {2}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementingInterfaceWithDifferentTupleNames5">
<source>'{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.</source>
<target state="translated">“{0}”不能在接口“{3}”上实现{1}“{2}”,因为“{4}”中的元组元素名称与“{5}”中的名称不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsRequiresClass">
<source>'WithEvents' variables must have an 'As' clause.</source>
<target state="translated">'"WithEvents" 变量必须有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsAsStruct">
<source>'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.</source>
<target state="translated">'"WithEvents" 变量只能类型化为具有类约束的类、接口或类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayRankMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”,原因是数组类型的维数不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimRankMismatch">
<source>'ReDim' cannot change the number of dimensions of an array.</source>
<target state="translated">'"ReDim" 无法更改数组的维数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartupCodeNotFound1">
<source>'Sub Main' was not found in '{0}'.</source>
<target state="translated">“{0}”中找不到“Sub Main”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstAsNonConstant">
<source>Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.</source>
<target state="translated">常量必须是内部类型或者枚举类型,不能是类、结构、类型参数或数组类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSub">
<source>'End Sub' must be preceded by a matching 'Sub'.</source>
<target state="translated">'“End Sub”前面必须是匹配的“Sub”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndFunction">
<source>'End Function' must be preceded by a matching 'Function'.</source>
<target state="translated">'“End Function”前面必须是匹配的“Function”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndProperty">
<source>'End Property' must be preceded by a matching 'Property'.</source>
<target state="translated">'“End Property”前面必须是匹配的“Property”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseMethodSpecifier1">
<source>Methods in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的方法不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseEventSpecifier1">
<source>Events in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的事件不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseVarSpecifier1">
<source>Members in a Structure cannot be declared '{0}'.</source>
<target state="translated">结构中的成员不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOverrideDueToReturn2">
<source>'{0}' cannot override '{1}' because they differ by their return types.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们的返回类型不同。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2">
<source>'{0}' cannot override '{1}' because they differ by their tuple element names.</source>
<target state="translated">“{0}”不能替代“{1}”,因为它们的元组元素名称不同。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2_Title">
<source>Member cannot override because it differs by its tuple element names.</source>
<target state="translated">成员不能替代,因为它的元组元素名称不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantWithNoValue">
<source>Constants must have a value.</source>
<target state="translated">常量必须具有值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionOverflow1">
<source>Constant expression not representable in type '{0}'.</source>
<target state="translated">常量表达式无法在类型“{0}”中表示。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertyGet">
<source>'Get' is already declared.</source>
<target state="translated">'已声明 "Get"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertySet">
<source>'Set' is already declared.</source>
<target state="translated">'已声明 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotDeclared1">
<source>'{0}' is not declared. It may be inaccessible due to its protection level.</source>
<target state="translated">'未声明“{0}”。由于其保护级别,它可能无法访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperands3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'.</source>
<target state="translated">没有为类型“{1}”和“{2}”定义运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedProcedure">
<source>Expression is not a method.</source>
<target state="translated">表达式不是方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument2">
<source>Argument not specified for parameter '{0}' of '{1}'.</source>
<target state="translated">没有为“{1}”的形参“{0}”指定实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMember2">
<source>'{0}' is not a member of '{1}'.</source>
<target state="translated">“{0}”不是“{1}”的成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndClassNoClass">
<source>'End Class' must be preceded by a matching 'Class'.</source>
<target state="translated">'"End Class" 前面必须是匹配的 "Class"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadClassFlags1">
<source>Classes cannot be declared '{0}'.</source>
<target state="translated">类不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportsMustBeFirst">
<source>'Imports' statements must precede any declarations.</source>
<target state="translated">'“Imports”语句前面必须是声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonNamespaceOrClassOnImport2">
<source>'{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.</source>
<target state="translated">'Imports “{0}”的“{1}”不引用命名空间、类、结构、枚举或模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNotallowed">
<source>Type declaration characters are not valid in this context.</source>
<target state="translated">类型声明字符在此上下文中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectReferenceNotSupplied">
<source>Reference to a non-shared member requires an object reference.</source>
<target state="translated">对非共享成员的引用要求对象引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassNotInClass">
<source>'MyClass' cannot be used outside of a class.</source>
<target state="translated">'"MyClass" 不能在类的外部使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndexedNotArrayOrProc">
<source>Expression is not an array or a method, and cannot have an argument list.</source>
<target state="translated">表达式不是数组或方法,不能具有参数列表。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventSourceIsArray">
<source>'WithEvents' variables cannot be typed as arrays.</source>
<target state="translated">'“WithEvents”变量不能类型化为数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorWithParams">
<source>Shared 'Sub New' cannot have any parameters.</source>
<target state="translated">共享的 "Sub New" 不能具有任何参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorIllegalSpec1">
<source>Shared 'Sub New' cannot be declared '{0}'.</source>
<target state="translated">共享的“Sub New”不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndClass">
<source>'Class' statement must end with a matching 'End Class'.</source>
<target state="translated">'“Class”语句必须以匹配的“End Class”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryOperand2">
<source>Operator '{0}' is not defined for type '{1}'.</source>
<target state="translated">没有为类型“{1}”定义运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsWithDefault1">
<source>'Default' cannot be combined with '{0}'.</source>
<target state="translated">'“Default”不能与“{0}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidValue">
<source>Expression does not produce a value.</source>
<target state="translated">表达式不产生值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorFunction">
<source>Constructor must be declared as a Sub, not as a Function.</source>
<target state="translated">构造函数必须声明为 Sub,而不是 Function。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLiteralExponent">
<source>Exponent is not valid.</source>
<target state="translated">指数无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewCannotHandleEvents">
<source>'Sub New' cannot handle events.</source>
<target state="translated">'"Sub New" 无法处理事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularEvaluation1">
<source>Constant '{0}' cannot depend on its own value.</source>
<target state="translated">常量“{0}”不能依赖自身的值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedMeth1">
<source>'Shared' cannot be combined with '{0}' on a method declaration.</source>
<target state="translated">'“Shared”不能与方法声明上的“{0}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedProperty1">
<source>'Shared' cannot be combined with '{0}' on a property declaration.</source>
<target state="translated">'“Shared”不能与属性声明上的“{0}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnStdModuleProperty1">
<source>Properties in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的属性不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedOnProcThatImpl">
<source>Methods or events that implement interface members cannot be declared 'Shared'.</source>
<target state="translated">实现接口成员的方法或事件不能声明为 "Shared"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoWithEventsVarOnHandlesList">
<source>Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</source>
<target state="translated">Handles 子句要求一个在包含类型或它的某个基类型中定义的 WithEvents 变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatch5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.</source>
<target state="translated">“{0}”将对基 {1} 的访问扩展到 {3}“{4}”,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionDisallowed2">
<source>Option Strict On disallows implicit conversions from '{0}' to '{1}'.</source>
<target state="translated">Option Strict On 不允许从“{0}”到“{1}”的隐式转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoArgumentCountOverloadCandidates1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of arguments.</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”接受此数目的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoViableOverloadCandidates1">
<source>Overload resolution failed because no '{0}' is accessible.</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoCallableOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}</source>
<target state="translated">重载决策失败,因为没有可使用这些参数调用的可访问“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called:{1}</source>
<target state="translated">重载决策失败,原因是没有可访问的“{0}”可以进行调用:{1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonNarrowingOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}</source>
<target state="translated">重载决策失败,因为没有不使用收缩转换即可调用的可访问重载“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing3">
<source>Argument matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">与形参“{0}”匹配的实参从“{1}”收缩到“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoMostSpecificOverload2">
<source>Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”最适合这些参数: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotMostSpecificOverload">
<source>Not most specific.</source>
<target state="translated">不是最适合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate2">
<source>
'{0}': {1}</source>
<target state="translated">
“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGetProperty1">
<source>Property '{0}' is 'WriteOnly'.</source>
<target state="translated">属性“{0}”为“WriteOnly”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSetProperty1">
<source>Property '{0}' is 'ReadOnly'.</source>
<target state="translated">属性“{0}”为“ReadOnly”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamTypingInconsistency">
<source>All parameters must be explicitly typed if any of them are explicitly typed.</source>
<target state="translated">如果任何一个参数已显式类型化,则所有参数都必须显式类型化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamNameFunctionNameCollision">
<source>Parameter cannot have the same name as its defining function.</source>
<target state="translated">参数不能与它的定义函数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DateToDoubleConversion">
<source>Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.</source>
<target state="translated">从“Date”到“Double”的转换需要调用“Date.ToOADate”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoubleToDateConversion">
<source>Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.</source>
<target state="translated">从 "Double" 到 "Date" 的转换需要调用 "Date.FromOADate" 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ZeroDivide">
<source>Division by zero occurred while evaluating this expression.</source>
<target state="translated">计算此表达式时出现被零除的情况。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryAndOnErrorDoNotMix">
<source>Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.</source>
<target state="translated">方法不能既包含 "Try" 语句,又包含 "On Error" 或 "Resume" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyAccessIgnored">
<source>Property access must assign to the property or use its value.</source>
<target state="translated">属性访问必须分配给属性或使用属性值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNoDefault1">
<source>'{0}' cannot be indexed because it has no default property.</source>
<target state="translated">'无法为“{0}”编制索引,因为它没有默认属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyAttribute1">
<source>Attribute '{0}' cannot be applied to an assembly.</source>
<target state="translated">属性“{0}”不能应用于程序集。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidModuleAttribute1">
<source>Attribute '{0}' cannot be applied to a module.</source>
<target state="translated">属性“{0}”不能应用于模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInUnnamedNamespace1">
<source>'{0}' is ambiguous.</source>
<target state="translated">“{0}”不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMemberNotProperty1">
<source>Default member of '{0}' is not a property.</source>
<target state="translated">“{0}”的默认成员不是属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespace2">
<source>'{0}' is ambiguous in the namespace '{1}'.</source>
<target state="translated">“{1}”在命名空间中“{0}”不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInImports2">
<source>'{0}' is ambiguous, imported from the namespaces or types '{1}'.</source>
<target state="translated">“{0}”不明确,从命名空间或类型“{1}”导入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInModules2">
<source>'{0}' is ambiguous between declarations in Modules '{1}'.</source>
<target state="translated">“{0}”在模块“{1}”中的声明之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespaces2">
<source>'{0}' is ambiguous between declarations in namespaces '{1}'.</source>
<target state="translated">“{0}”在命名空间“{1}”中的声明之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooFewDimensions">
<source>Array initializer has too few dimensions.</source>
<target state="translated">数组初始值设定项的维数太少。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooManyDimensions">
<source>Array initializer has too many dimensions.</source>
<target state="translated">数组初始值设定项的维数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooFewElements1">
<source>Array initializer is missing {0} elements.</source>
<target state="translated">数组初始值设定项缺少 {0} 个元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooManyElements1">
<source>Array initializer has {0} too many elements.</source>
<target state="translated">数组初始值设定项拥有的元素太多({0}个)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewOnAbstractClass">
<source>'New' cannot be used on a class that is declared 'MustInherit'.</source>
<target state="translated">'"New" 不能在声明为 "MustInherit" 的类上使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateNamedImportAlias1">
<source>Alias '{0}' is already declared.</source>
<target state="translated">已声明别名“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePrefix">
<source>XML namespace prefix '{0}' is already declared.</source>
<target state="translated">已声明 XML 命名空间前缀“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsLateBinding">
<source>Option Strict On disallows late binding.</source>
<target state="translated">Option Strict On 不允许后期绑定。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfOperandNotMethod">
<source>'AddressOf' operand must be the name of a method (without parentheses).</source>
<target state="translated">'“AddressOf”操作数必须是某个方法的名称(不带圆括号)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndExternalSource">
<source>'#End ExternalSource' must be preceded by a matching '#ExternalSource'.</source>
<target state="translated">'"#End ExternalSource" 前面必须是匹配的 "#ExternalSource"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndExternalSource">
<source>'#ExternalSource' statement must end with a matching '#End ExternalSource'.</source>
<target state="translated">'“#ExternalSource”语句必须以匹配的“#End ExternalSource”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedExternalSource">
<source>'#ExternalSource' directives cannot be nested.</source>
<target state="translated">'"#ExternalSource" 指令不能嵌套。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'“AddressOf”表达式无法转换为“{0} ”,因为“{0}”不是委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyncLockRequiresReferenceType1">
<source>'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.</source>
<target state="translated">'"SyncLock" 操作数不能是“{0}”类型,因为“{0}”不是引用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodAlreadyImplemented2">
<source>'{0}.{1}' cannot be implemented more than once.</source>
<target state="translated">“{0}.{1}”不能多次实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateInInherits1">
<source>'{0}' cannot be inherited more than once.</source>
<target state="translated">“{0}”不能被继承多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamArrayArgument">
<source>Named argument cannot match a ParamArray parameter.</source>
<target state="translated">命名实参不能匹配 ParamArray 形参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedParamArrayArgument">
<source>Omitted argument cannot match a ParamArray parameter.</source>
<target state="translated">省略的实参不能匹配 ParamArray 形参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayArgumentMismatch">
<source>Argument cannot match a ParamArray parameter.</source>
<target state="translated">参数不能匹配 ParamArray 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNotFound1">
<source>Event '{0}' cannot be found.</source>
<target state="translated">找不到事件“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseVariableSpecifier1">
<source>Variables in Modules cannot be declared '{0}'.</source>
<target state="translated">模块中的变量不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsSharedHandler">
<source>Events of shared WithEvents variables cannot be handled by non-shared methods.</source>
<target state="translated">共享 WithEvents 变量的事件不能由非共享方法处理。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedMinus">
<source>'-' expected.</source>
<target state="translated">'应为“-”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceMemberSyntax">
<source>Interface members must be methods, properties, events, or type definitions.</source>
<target state="translated">接口成员必须是方法、属性、事件或类型定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideInterface">
<source>Statement cannot appear within an interface body.</source>
<target state="translated">语句不能出现在接口体内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsInterface">
<source>Statement cannot appear within an interface body. End of interface assumed.</source>
<target state="translated">语句不能出现在接口体内。假定为接口末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsInNotInheritableClass1">
<source>'NotInheritable' classes cannot have members declared '{0}'.</source>
<target state="translated">'“NotInheritable”类不能有声明为“{0}”的成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseOnlyClassesMustBeExplicit2">
<source>Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.</source>
<target state="translated">类“{0}”必须声明为“MustInherit”或重写以下继承的“MustOverride”成员: {1}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritEventNotOverridden">
<source>'{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.</source>
<target state="translated">“{0}”是基类“{1}” 中的 MustOverride 事件。Visual Basic 不支持事件替代。必须提供基类中事件的实现或让类“{2}“成为 MustInherit。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NegativeArraySize">
<source>Array dimensions cannot have a negative size.</source>
<target state="translated">数组维数的大小不能为负。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassAbstractCall1">
<source>'MustOverride' method '{0}' cannot be called with 'MyClass'.</source>
<target state="translated">'无法用“MyClass”调用“MustOverride”方法“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndDisallowedInDllProjects">
<source>'End' statement cannot be used in class library projects.</source>
<target state="translated">'在类库项目中不能使用 "End" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BlockLocalShadowing1">
<source>Variable '{0}' hides a variable in an enclosing block.</source>
<target state="translated">变量“{0}”在封闭块中隐藏变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleNotAtNamespace">
<source>'Module' statements can occur only at file or namespace level.</source>
<target state="translated">'"Module" 语句只能出现在文件级或命名空间级。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAtNamespace">
<source>'Namespace' statements can occur only at file or namespace level.</source>
<target state="translated">'"Namespace" 语句只能出现在文件级或命名空间级。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEnum">
<source>Statement cannot appear within an Enum body.</source>
<target state="translated">语句不能出现在枚举体内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEnum">
<source>Statement cannot appear within an Enum body. End of Enum assumed.</source>
<target state="translated">语句不能出现在枚举体内。假定已到达枚举末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrict">
<source>'Option Strict' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'"Option Strict" 的后面只能跟 "On" 或 "Off"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndStructureNoStructure">
<source>'End Structure' must be preceded by a matching 'Structure'.</source>
<target state="translated">'"End Structure" 前面必须是匹配的 "Structure"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndModuleNoModule">
<source>'End Module' must be preceded by a matching 'Module'.</source>
<target state="translated">'"End Module" 前面必须是匹配的 "Module"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndNamespaceNoNamespace">
<source>'End Namespace' must be preceded by a matching 'Namespace'.</source>
<target state="translated">'"End Namespace" 前面必须是匹配的 "Namespace"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndStructure">
<source>'Structure' statement must end with a matching 'End Structure'.</source>
<target state="translated">'“Structure”语句必须以匹配的“End Structure”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndModule">
<source>'Module' statement must end with a matching 'End Module'.</source>
<target state="translated">'“Module”语句必须以匹配的“End Module”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndNamespace">
<source>'Namespace' statement must end with a matching 'End Namespace'.</source>
<target state="translated">'“Namespace”语句必须以匹配的“End Namespace”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionStmtWrongOrder">
<source>'Option' statements must precede any declarations or 'Imports' statements.</source>
<target state="translated">'"Option" 语句必须位于任何声明或 "Imports" 语句之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantInherit">
<source>Structures cannot have 'Inherits' statements.</source>
<target state="translated">结构不能有 "Inherits" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInStruct">
<source>Structures cannot declare a non-shared 'Sub New' with no parameters.</source>
<target state="translated">结构不能声明没有参数的非共享 "Sub New"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndGet">
<source>'End Get' must be preceded by a matching 'Get'.</source>
<target state="translated">'“End Get”前面必须是匹配的“Get”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndGet">
<source>'Get' statement must end with a matching 'End Get'.</source>
<target state="translated">'"Get" 语句必须以匹配的 "End Get" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSet">
<source>'End Set' must be preceded by a matching 'Set'.</source>
<target state="translated">'“End Set”前面必须是匹配的“Set”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndSet">
<source>'Set' statement must end with a matching 'End Set'.</source>
<target state="translated">'"Set" 语句必须以匹配的 "End Set" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProperty">
<source>Statement cannot appear within a property body. End of property assumed.</source>
<target state="translated">语句不能出现在属性体内。假定为属性末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateWriteabilityCategoryUsed">
<source>'ReadOnly' and 'WriteOnly' cannot be combined.</source>
<target state="translated">'"ReadOnly" 不能与 "WriteOnly" 组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedGreater">
<source>'>' expected.</source>
<target state="translated">'应为“>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeStmtWrongOrder">
<source>Assembly or Module attribute statements must precede any declarations in a file.</source>
<target state="translated">Assembly 或 Module 特性语句必须位于文件中的任何声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoExplicitArraySizes">
<source>Array bounds cannot appear in type specifiers.</source>
<target state="translated">数组界限不能出现在类型说明符中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyFlags1">
<source>Properties cannot be declared '{0}'.</source>
<target state="translated">属性不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionExplicit">
<source>'Option Explicit' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'"Option Explicit" 的后面只能跟 "On" 或 "Off"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleParameterSpecifiers">
<source>'ByVal' and 'ByRef' cannot be combined.</source>
<target state="translated">'“ByVal”不能与“ByRef”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleOptionalParameterSpecifiers">
<source>'Optional' and 'ParamArray' cannot be combined.</source>
<target state="translated">"Optional" 不能与 "ParamArray" 组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedProperty1">
<source>Property '{0}' is of an unsupported type.</source>
<target state="translated">属性“{0}”的类型不受支持。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionalParameterUsage1">
<source>Attribute '{0}' cannot be applied to a method with optional parameters.</source>
<target state="translated">属性“{0}”不能应用于具有可选参数的方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonFunction">
<source>'Return' statement in a Sub or a Set cannot return a value.</source>
<target state="translated">'Sub 或 Set 中的 "Return" 语句不能返回值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnterminatedStringLiteral">
<source>String constants must end with a double quote.</source>
<target state="translated">字符串常量必须以双引号结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedType1">
<source>'{0}' is an unsupported type.</source>
<target state="translated">“{0}”是不受支持的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEnumBase">
<source>Enums must be declared as an integral type.</source>
<target state="translated">枚举必须声明为整型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefIllegal1">
<source>{0} parameters cannot be declared 'ByRef'.</source>
<target state="translated">{0} 参数不能声明为“ByRef”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssembly3">
<source>Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">需要对程序集“{0}”(包含类型“{1}”)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModule3">
<source>Reference required to module '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">需要对模块“{0}”(包含类型“{1}”)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnWithoutValue">
<source>'Return' statement in a Function, Get, or Operator must return a value.</source>
<target state="translated">'Function、Get 或 Operator 中的 "Return" 语句必须返回值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedField1">
<source>Field '{0}' is of an unsupported type.</source>
<target state="translated">字段“{0}”的类型不受支持。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedMethod1">
<source>'{0}' has a return type that is not supported or parameter types that are not supported.</source>
<target state="translated">“{0}”有不受支持的返回类型或不受支持的参数类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonIndexProperty1">
<source>Property '{0}' with no parameters cannot be found.</source>
<target state="translated">无法找到不带参数的属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributePropertyType1">
<source>Property or field '{0}' does not have a valid attribute type.</source>
<target state="translated">属性或字段“{0}”没有有效的特性类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalsCannotHaveAttributes">
<source>Attributes cannot be applied to local variables.</source>
<target state="translated">特性不能应用于局部变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyOrFieldNotDefined1">
<source>Field or property '{0}' is not found.</source>
<target state="translated">找不到字段或属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsage2">
<source>Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性“{0}”不能应用于“{1}”,因为该属性在此声明类型中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsageOnAccessor">
<source>Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性“{0}”不能应用于“{2}”的“{1}”,因为该属性在此声明类型中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedTypeInInheritsClause2">
<source>Class '{0}' cannot reference its nested type '{1}' in Inherits clause.</source>
<target state="translated">类“{0}”无法在 Inherits 子句中引用其嵌套类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInItsInheritsClause1">
<source>Class '{0}' cannot reference itself in Inherits clause.</source>
<target state="translated">类“{0}”不能在 Inherits 子句中引用自己。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseTypeReferences2">
<source>
Base type of '{0}' needs '{1}' to be resolved.</source>
<target state="translated">
“{0}”基类型需要解析“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalBaseTypeReferences3">
<source>Inherits clause of {0} '{1}' causes cyclic dependency: {2}</source>
<target state="translated">{0}“{1}”的继承子句会导致循环依赖: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsage1">
<source>Attribute '{0}' cannot be applied multiple times.</source>
<target state="translated">属性“{0}”不能应用多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsageInNetModule2">
<source>Attribute '{0}' in '{1}' cannot be applied multiple times.</source>
<target state="translated">“{1}”中的属性“{0}”不能应用多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantThrowNonException">
<source>'Throw' operand must derive from 'System.Exception'.</source>
<target state="translated">'“Throw”操作数必须从“System.Exception”派生。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeInCatchToRethrow">
<source>'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.</source>
<target state="translated">'"Throw" 语句在 "Catch" 语句外或 "Finally" 语句内不能省略操作数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeByVal">
<source>ParamArray parameters must be declared 'ByVal'.</source>
<target state="translated">ParamArray 参数必须声明为 "ByVal"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">“{0}”已过时:“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimNoSizes">
<source>'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.</source>
<target state="translated">"ReDim" 语句需要一个带圆括号的列表,该列表列出数组每个维度的新界限。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithMultipleDeclarators">
<source>Explicit initialization is not permitted with multiple variables declared with a single type specifier.</source>
<target state="translated">不允许通过用单个类型说明符声明多个变量来进行显式初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithExplicitArraySizes">
<source>Explicit initialization is not permitted for arrays declared with explicit bounds.</source>
<target state="translated">对于用显式界限声明的数组不允许进行显式初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSyncLockNoSyncLock">
<source>'End SyncLock' must be preceded by a matching 'SyncLock'.</source>
<target state="translated">'“End SyncLock”前面必须是匹配的“SyncLock”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSyncLock">
<source>'SyncLock' statement must end with a matching 'End SyncLock'.</source>
<target state="translated">'“SyncLock”语句必须以匹配的“End SyncLock”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotEvent2">
<source>'{0}' is not an event of '{1}'.</source>
<target state="translated">“{0}”不是“{1}”的事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddOrRemoveHandlerEvent">
<source>'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.</source>
<target state="translated">'“AddHandler”或“RemoveHandler”语句事件操作数必须是以点限定的表达式或者是简单的名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedEnd">
<source>'End' statement not valid.</source>
<target state="translated">'"End" 语句无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitForNonArray2">
<source>Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.</source>
<target state="translated">数组初始值设定项仅对数组有效,但“{0}”的类型是“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndRegionNoRegion">
<source>'#End Region' must be preceded by a matching '#Region'.</source>
<target state="translated">'"#End Region" 前面必须是匹配的 "#Region"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndRegion">
<source>'#Region' statement must end with a matching '#End Region'.</source>
<target state="translated">'"#Region" 语句必须以匹配的 "#End Region" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsStmtWrongOrder">
<source>'Inherits' statement must precede all declarations in a class.</source>
<target state="translated">'“Inherits”语句必须位于类中的所有声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousAcrossInterfaces3">
<source>'{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.</source>
<target state="translated">“{0}”在继承接口“{1}”和“{2}”之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyAmbiguousAcrossInterfaces4">
<source>Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.</source>
<target state="translated">默认属性访问在接口“{1}”的继承接口成员“{0}”和接口“{3}”的继承接口成员“{2}”之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceEventCantUse1">
<source>Events in interfaces cannot be declared '{0}'.</source>
<target state="translated">接口中的事件无法声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExecutableAsDeclaration">
<source>Statement cannot appear outside of a method body.</source>
<target state="translated">语句不能出现在方法主体外。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNoDefault1">
<source>Structure '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">无法为结构“{0}”编制索引,因为它没有默认属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustShadow2">
<source>{0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.</source>
<target state="translated">{0}“{1}”必须声明为“Shadows”,因为具有此名称的另一个成员被声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptionalTypes2">
<source>'{0}' cannot override '{1}' because they differ by the types of optional parameters.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在可选参数类型上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndOfExpression">
<source>End of expression expected.</source>
<target state="translated">应为表达式结尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructsCannotHandleEvents">
<source>Methods declared in structures cannot have 'Handles' clauses.</source>
<target state="translated">结构中声明的方法不能有 "Handles" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridesImpliesOverridable">
<source>Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.</source>
<target state="translated">声明为 "Overrides" 的方法是隐式可重写的,因此它们不能声明为 "Overridable"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParam1">
<source>'{0}' is already declared as a parameter of this method.</source>
<target state="translated">“{0}”已声明为此方法的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParamInLambda1">
<source>Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.</source>
<target state="translated">变量“{0}”已声明为此 lambda 表达式或某个封闭 lambda 表达式的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseTypeSpecifier1">
<source>Type in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的类型不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InValidSubMainsFound1">
<source>No accessible 'Main' method with an appropriate signature was found in '{0}'.</source>
<target state="translated">“{0}”中找不到带有适当签名的可访问“Main”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MoreThanOneValidMainWasFound2">
<source>'Sub Main' is declared more than once in '{0}': {1}</source>
<target state="translated">'在“{0}”中多次声明了“Sub Main”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotConvertValue2">
<source>Value '{0}' cannot be converted to '{1}'.</source>
<target state="translated">值“{0}”无法转换为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInSyncLock">
<source>'On Error' statements are not valid within 'SyncLock' statements.</source>
<target state="translated">'"On Error" 语句在 "SyncLock" 语句内无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionCollection2">
<source>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.</source>
<target state="translated">Option Strict On 不允许从“{0}”到“{1}”的隐式转换;Visual Basic 6.0 集合类型与 .NET Framework 集合类型不兼容。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoTryHandler">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”语句无效,因为“{0}”位于不包含此语句的“Try”、“Catch”或“Finally”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoSyncLock">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“SyncLock”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoWith">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“With”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoFor">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“For”或“For Each”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicConstructor">
<source>Attribute cannot be used because it does not have a Public constructor.</source>
<target state="translated">特性没有 Public 构造函数,因此不能使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultEventNotFound1">
<source>Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.</source>
<target state="translated">由“DefaultEvent”属性指定的事件“{0}”不是该类的公共可访问事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNonSerializedUsage">
<source>'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.</source>
<target state="translated">'"NonSerialized" 特性对此成员无效,因为它的包含类不作为 "Serializable" 公开。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedContinueKind">
<source>'Continue' must be followed by 'Do', 'For' or 'While'.</source>
<target state="translated">'“Continue”的后面必须跟有“Do”、“For”或“While”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueDoNotWithinDo">
<source>'Continue Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'“Continue Do”只能出现在“Do”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueForNotWithinFor">
<source>'Continue For' can only appear inside a 'For' statement.</source>
<target state="translated">'“Continue For”只能出现在“For”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueWhileNotWithinWhile">
<source>'Continue While' can only appear inside a 'While' statement.</source>
<target state="translated">'“Continue While”只能出现在“While”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParameterSpecifier">
<source>Parameter specifier is duplicated.</source>
<target state="translated">参数说明符重复。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a Module cannot be declared '{0}'.</source>
<target state="translated">'模块中的“Declare”语句不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a structure cannot be declared '{0}'.</source>
<target state="translated">'结构中的“Declare”语句不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfValueType1">
<source>'TryCast' operand must be reference type, but '{0}' is a value type.</source>
<target state="translated">'“TryCast”操作数必须是引用类型,但“{0}”是值类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfUnconstrainedTypeParam1">
<source>'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.</source>
<target state="translated">'“TryCast”操作数必须是类约束类型参数,但“{0}”没有类约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousDelegateBinding2">
<source>No accessible '{0}' is most specific: {1}</source>
<target state="translated">没有非常明确的可访问“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedStructMemberCannotSpecifyNew">
<source>Non-shared members in a Structure cannot be declared 'New'.</source>
<target state="translated">Structure 中的非共享成员不能声明为 "New"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericSubMainsFound1">
<source>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.</source>
<target state="translated">在“{0}”中找到的带有适当签名的可访问“Main”方法要么都是泛型方法,要么嵌套在泛型类型中,因此均不能用作启动方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GeneralProjectImportsError3">
<source>Error in project-level import '{0}' at '{1}' : {2}</source>
<target state="translated">项目级 import“{0}”中的“{1}”位置出错: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidTypeForAliasesImport2">
<source>'{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.</source>
<target state="translated">“{0}”的 Imports 别名的“{1}”不引用命名空间、类、结构、接口、枚举或模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedConstant2">
<source>Field '{0}.{1}' has an invalid constant value.</source>
<target state="translated">字段“{0}.{1}”具有无效常量值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteArgumentsNeedParens">
<source>Method arguments must be enclosed in parentheses.</source>
<target state="translated">方法参数必须括在括号中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLineNumbersAreLabels">
<source>Labels that are numbers must be followed by colons.</source>
<target state="translated">数字标签后面必须跟冒号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteStructureNotType">
<source>'Type' statements are no longer supported; use 'Structure' statements instead.</source>
<target state="translated">'不再支持 "Type" 语句;请改用 "Structure" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteObjectNotVariant">
<source>'Variant' is no longer a supported type; use the 'Object' type instead.</source>
<target state="translated">'"Variant" 不再是受支持的类型;请改用 "Object" 类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLetSetNotNeeded">
<source>'Let' and 'Set' assignment statements are no longer supported.</source>
<target state="translated">'不再支持 "Let" 和 "Set" 赋值语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoletePropertyGetLetSet">
<source>Property Get/Let/Set are no longer supported; use the new Property declaration syntax.</source>
<target state="translated">不再支持 Property Get/Let/Set;请使用新的 Property 声明语法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteWhileWend">
<source>'Wend' statements are no longer supported; use 'End While' statements instead.</source>
<target state="translated">'不再支持 "Wend" 语句;请改用 "End While" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteRedimAs">
<source>'ReDim' statements can no longer be used to declare array variables.</source>
<target state="translated">'"ReDim" 语句不能再用于声明数组变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOptionalWithoutValue">
<source>Optional parameters must specify a default value.</source>
<target state="translated">可选参数必须指定默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGosub">
<source>'GoSub' statements are no longer supported.</source>
<target state="translated">'不再支持 "GoSub" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOnGotoGosub">
<source>'On GoTo' and 'On GoSub' statements are no longer supported.</source>
<target state="translated">'不再支持 "On GoTo" 和 "On GoSub" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteEndIf">
<source>'EndIf' statements are no longer supported; use 'End If' instead.</source>
<target state="translated">'不再支持 "EndIf" 语句;请改用 "End If"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteExponent">
<source>'D' can no longer be used to indicate an exponent, use 'E' instead.</source>
<target state="translated">'"D" 不能再用来表示指数;请改用 "E"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteAsAny">
<source>'As Any' is not supported in 'Declare' statements.</source>
<target state="translated">'"Declare" 语句中不支持 "As Any"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGetStatement">
<source>'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.</source>
<target state="translated">'不再支持 "Get" 语句。"Microsoft.VisualBasic" 命名空间中有文件 I/O 功能。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithArrayVsParamArray2">
<source>'{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在声明为 "ParamArray" 的参数上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularBaseDependencies4">
<source>This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.</source>
<target state="translated">此继承将导致在 {0}“{1}”及其嵌套类型或基类型“{2}”之间产生循环依赖项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedBase2">
<source>{0} '{1}' cannot inherit from a type nested within it.</source>
<target state="translated">{0}“{1}”不能从嵌套在它里面的类型继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchOutsideAssembly4">
<source>'{0}' cannot expose type '{1}' outside the project through {2} '{3}'.</source>
<target state="translated">“{0}”不能通过 {2}“{3}”在项目外部公开类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatchOutside3">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.</source>
<target state="translated">“{0}”将对基 {1} 的访问扩展到程序集之外,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">“{1}”的“{0}”访问器已过时:“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">“{1}”的“{0}”访问器已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent6">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.</source>
<target state="translated">“{0}”不能通过 {4}“{5}”向 {2}“{3}”公开它正在实现的事件的基础委托类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent4">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.</source>
<target state="translated">“{0}”不能通过 {2}“{3}”公开它正在实现的事件的基础委托类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycleInImportedType1">
<source>Type '{0}' is not supported because it either directly or indirectly inherits from itself.</source>
<target state="translated">类型“{0}”直接或者间接从自身继承,因此不受支持。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,因为它的基类“{2}”中的“{1}”被标记为已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,因为它的基类“{2}”中的“{1}”被标记为已过时:“{3}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">此“Sub New”的第一条语句必须是对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标为已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall4">
<source>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}'.</source>
<target state="translated">此“Sub New”的第一条语句必须是对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标为已过时:“{3}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatch7">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.</source>
<target state="translated">“{0}”将对类型“{3}”的访问扩展到{4}“{5}”,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatchOutside5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.</source>
<target state="translated">“{0}”将对类型“{3}”的访问扩展到程序集之外,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeAccessMismatch3">
<source>Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.</source>
<target state="translated">“{1}”的指定访问“{0}”与它的一个其他分部类型上指定的访问“{2}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeBadMustInherit1">
<source>'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.</source>
<target state="translated">'“MustInherit”不能为分部类型“{0}”指定,因为它不能与为该类型的某个其他分部类型指定的“NotInheritable”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverOnNotInheritPartClsMem1">
<source>'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.</source>
<target state="translated">'不能在此成员上指定“MustOverride”,因为它所在的分部类型在另一个分部定义中被声明为“NotInheritable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseMismatchForPartialClass3">
<source>Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.</source>
<target state="translated">为类“{1}”指定的基类“{0}”不能与它的其他分部类型之一的基类“{2}”不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeTypeParamNameMismatch3">
<source>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}'.</source>
<target state="translated">类型参数名“{0}”与在“{2}”的某个其他分部类型上定义的相应类型参数的名称“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeConstraintMismatch1">
<source>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}'.</source>
<target state="translated">此类型参数的约束与在“{0}”的某个其他分部类型上定义的相应类型参数的约束不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LateBoundOverloadInterfaceCall1">
<source>Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.</source>
<target state="translated">后期绑定重载决策不能应用于“{0}”,因为访问实例是一个接口类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredAttributeConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.</source>
<target state="translated">在用作属性参数的常量表达式中不能发生从“{0}”到“{1}”的转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousOverrides3">
<source>Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}</source>
<target state="translated">无法重写与此签名匹配的成员“{0}”,因为类“{1}”包含多个具有此相同名称和签名的成员: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverriddenCandidate1">
<source>
'{0}'</source>
<target state="translated">
“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplements3">
<source>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}'</source>
<target state="translated">无法实现与此签名匹配的成员“{0}.{1}”,因为接口“{2}”包含多个具有此相同名称和签名的成员:
'{3}'
'{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotCreatableDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'“AddressOf”表达式无法转换为“{0}”,因为类型“{0}”已声明为“MustInherit”,无法创建。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassGenericMethod">
<source>Generic methods cannot be exposed to COM.</source>
<target state="translated">泛型方法不能向 COM 公开。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntaxInCastOp">
<source>Syntax error in cast operator; two arguments separated by comma are required.</source>
<target state="translated">强制转换运算符中有语法错误;需要两个用逗号分隔的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerForNonConstDim">
<source>Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.</source>
<target state="translated">无法为不定维度指定数组初始值设定项;请使用空初始值设定项“{}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingFailure3">
<source>No accessible method '{0}' has a signature compatible with delegate '{1}':{2}</source>
<target state="translated">没有任何可访问的方法“{0}”具有与委托“{1}”兼容的签名: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructLayoutAttributeNotAllowed">
<source>Attribute 'StructLayout' cannot be applied to a generic type.</source>
<target state="translated">特性 "StructLayout" 不能应用于泛型类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal1">
<source>Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.</source>
<target state="translated">范围变量“{0}”隐藏封闭块中的某个变量或以前在查询表达式中定义的某个范围变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionInfer">
<source>'Option Infer' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'"Option Infer" 后面只能跟 "On" 或 "Off"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularInference1">
<source>Type of '{0}' cannot be inferred from an expression containing '{0}'.</source>
<target state="translated">无法从包含“{0}”的表达式中推断“{0}”的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleOverridingMethod5">
<source>'{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.</source>
<target state="translated">'类“{1}”中的“{0}”不能重写类“{3}”中的“{2}”,因为中间类“{4}”重写了类“{3}”中的“{2}”,但不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableWidestType1">
<source>Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">无法推断“{0}”的类型,因为循环边界和 step 子句不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousWidestType3">
<source>Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">“{0}”的类型不明确,因为循环边界和 step 子句不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperatorInInit">
<source>'=' expected (object initializer).</source>
<target state="translated">'应为 "="(对象初始值设定项)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQualifiedNameInInit">
<source>Name of field or property being initialized in an object initializer must start with '.'.</source>
<target state="translated">正在对象初始值设定项中初始化的字段或属性的名称必须以 "."开头。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLbrace">
<source>'{' expected.</source>
<target state="translated">'应为 "{"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeOrWith">
<source>Type or 'With' expected.</source>
<target state="translated">应为类型或 "With"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAggrMemberInit1">
<source>Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.</source>
<target state="translated">多次初始化“{0}”的。字段和属性只能在对象初始值设定项表达式中初始化一次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonFieldPropertyAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化成员“{0}”,因为它不是一个字段或属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedMemberAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is shared.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化成员“{0}”,因为它是共享的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterizedPropertyInAggrInit1">
<source>Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化属性“{0}”,因为它需要参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoZeroCountArgumentInitCandidates1">
<source>Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化属性“{0}”,因为所有可访问的重载都需要参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AggrInitInvalidForObject">
<source>Object initializer syntax cannot be used to initialize an instance of 'System.Object'.</source>
<target state="translated">不能使用对象初始值设定项语法初始化“System.Object”的实例。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerExpected">
<source>Initializer expected.</source>
<target state="translated">应为初始值设定项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LineContWithCommentOrNoPrecSpace">
<source>The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.</source>
<target state="translated">行继续符 "_" 前面必须至少有一个空格,且其后必须有注释或 "_" 必须是该行的最后一个字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFile1">
<source>Unable to load module file '{0}': {1}</source>
<target state="translated">无法加载模块文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRefLib1">
<source>Unable to load referenced library '{0}': {1}</source>
<target state="translated">无法加载引用的库“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventHandlerSignatureIncompatible2">
<source>Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.</source>
<target state="translated">方法“{0}”无法处理事件“{1}”,因为它们的签名不兼容。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionalCompilationConstantNotValid">
<source>Conditional compilation constant '{1}' is not valid: {0}</source>
<target state="translated">条件编译常数“{1}”无效: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwice1">
<source>Interface '{0}' can be implemented only once by this type.</source>
<target state="translated">接口“{0}”只能由此类型实现一次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">接口“{0}”只能通过此类型实现一次,但已显示有不同的元组元素名称,如“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">接口“{0}”只能通过此类型实现一次,但已显示有不同的元组元素名称,如“{1}”(通过“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">接口“{0}”只能通过此类型实现一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">接口“{0}”只能通过此类型实现一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”(通过“{3}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">接口“{0}”只能通过此接口继承一次,但已显示有不同的元组元素名称,如“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">接口“{0}”只能通过此接口继承一次,但已显示有不同的元组元素名称,如“{1}”(通过“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">接口“{0}”只能通过此接口继承一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">接口“{0}”只能通过此接口继承一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”(通过“{3}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotImplemented1">
<source>Interface '{0}' is not implemented by this class.</source>
<target state="translated">接口“{0}”不是由此类实现的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplementsMember3">
<source>'{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.</source>
<target state="translated">“{0}”存在于多个基接口中。请使用在“Implements”子句中声明“{0}”的接口的名称,而不要使用派生接口的名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsOnNew">
<source>'Sub New' cannot implement interface members.</source>
<target state="translated">'“Sub New”无法实现接口成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitInStruct">
<source>Arrays declared as structure members cannot be declared with an initial size.</source>
<target state="translated">声明为结构成员的数组不能用初始大小声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventTypeNotDelegate">
<source>Events declared with an 'As' clause must have a delegate type.</source>
<target state="translated">用 "As" 子句声明的事件必须有委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ProtectedTypeOutsideClass">
<source>Protected types can only be declared inside of a class.</source>
<target state="translated">受保护的类型只能在类内部声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyWithNoParams">
<source>Properties with no required parameters cannot be declared 'Default'.</source>
<target state="translated">不带必选参数的属性不能声明为“Default”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerInStruct">
<source>Initializers on structure members are valid only for 'Shared' members and constants.</source>
<target state="translated">结构成员上的初始值设定项仅对“Shared”成员和常量有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateImport1">
<source>Namespace or type '{0}' has already been imported.</source>
<target state="translated">已导入命名空间或类型呢“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFlags1">
<source>Modules cannot be declared '{0}'.</source>
<target state="translated">模块不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsStmtWrongOrder">
<source>'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.</source>
<target state="translated">'“Implements”语句在类中必须位于任何“Inherits”语句之后,所有声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithSynth7">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.</source>
<target state="translated">{0}“{1}”隐式定义的“{2}”与为 {5}“{6}”中的 {3}“{4}”隐式声明的成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithMember5">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.</source>
<target state="translated">{0}“{1}”隐式定义的“{2}”与 {3}“{4}”中的同名成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberClashesWithSynth6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.</source>
<target state="translated">{0}“{1}”与为 {4}“{5}”中的 {2}“{3}”隐式声明的成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeClashesWithVbCoreType4">
<source>{0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.</source>
<target state="translated">{0}“{1}”与 Visual Basic 运行时 {2}“{3}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeMissingAction">
<source>First argument to a security attribute must be a valid SecurityAction.</source>
<target state="translated">安全属性的第一个参数必须是有效的 SecurityAction。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidAction">
<source>Security attribute '{0}' has an invalid SecurityAction value '{1}'.</source>
<target state="translated">安全属性“{0}”具有无效的 SecurityAction 值“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionAssembly">
<source>SecurityAction value '{0}' is invalid for security attributes applied to an assembly.</source>
<target state="translated">SecurityAction 值“{0}”对应用于程序集的安全属性无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionTypeOrMethod">
<source>SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.</source>
<target state="translated">SecurityAction 值“{0}”对应用于类型或方法的安全属性无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrincipalPermissionInvalidAction">
<source>SecurityAction value '{0}' is invalid for PrincipalPermission attribute.</source>
<target state="translated">SecurityAction 值“{0}”对 PrincipalPermission 属性无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeInvalidFile">
<source>Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.</source>
<target state="translated">无法解析为 PermissionSet 属性的命名参数“{1}”指定的文件路径“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeFileReadError">
<source>Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.</source>
<target state="translated">读取为 PermissionSet 属性的命名参数“{1}”指定的文件“'{0}' ”时出错:“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasOnlyOneParam">
<source>'Set' method cannot have more than one parameter.</source>
<target state="translated">'"Set" 方法不能有一个以上的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetValueNotPropertyType">
<source>'Set' parameter must have the same type as the containing property.</source>
<target state="translated">'"Set" 参数必须与包含属性的类型相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasToBeByVal1">
<source>'Set' parameter cannot be declared '{0}'.</source>
<target state="translated">'“Set”参数不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureCantUseProtected">
<source>Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.</source>
<target state="translated">结构中的方法不能声明为 "Protected"、"Protected Friend" 或 "Private Protected"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceDelegateSpecifier1">
<source>Delegate in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的委托不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceEnumSpecifier1">
<source>Enum in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的枚举不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceClassSpecifier1">
<source>Class in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的类不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceStructSpecifier1">
<source>Structure in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的结构不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceInterfaceSpecifier1">
<source>Interface in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的接口不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">“{0}”已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotAssembly">
<source>'{0}' is a module and cannot be referenced as an assembly.</source>
<target state="translated">“{0}”是一个模块,不能作为程序集引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotModule">
<source>'{0}' is an assembly and cannot be referenced as a module.</source>
<target state="translated">“{0}”是一个程序集,不能作为模块引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceComparison3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.</source>
<target state="translated">没有为类型“{1}”和“{2}”定义运算符“{0}”。请使用“Is”运算符比较两个引用的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchVariableNotLocal1">
<source>'{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.</source>
<target state="translated">“{0}”不是局部变量或参数,因此不能用作“Catch”变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleMemberCantImplement">
<source>Members in a Module cannot implement interface members.</source>
<target state="translated">模块中的成员无法实现接口成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventDelegatesCantBeFunctions">
<source>Events cannot be declared with a delegate type that has a return type.</source>
<target state="translated">事件不能用具有返回类型的委托类型声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDate">
<source>Date constant is not valid.</source>
<target state="translated">日期常量无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverride4">
<source>'{0}' cannot override '{1}' because it is not declared 'Overridable'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为后者未声明为“Overridable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArraysOnBoth">
<source>Array modifiers cannot be specified on both a variable and its type.</source>
<target state="translated">不能在变量及其类型上同时指定数组修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotOverridableRequiresOverrides">
<source>'NotOverridable' cannot be specified for methods that do not override another method.</source>
<target state="translated">'不能为不重写另一个方法的方法指定 "NotOverridable"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrivateTypeOutsideType">
<source>Types declared 'Private' must be inside another type.</source>
<target state="translated">声明为 "Private" 的类型必须在另一个类型内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeRefResolutionError3">
<source>Import of type '{0}' from assembly or module '{1}' failed.</source>
<target state="translated">从程序集或模块“{1}”导入类型“{0}”失败。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleTypeRefResolutionError1">
<source>Predefined type '{0}' is not defined or imported.</source>
<target state="translated">预定义的类型“{0}”未定义或未导入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWrongType">
<source>ParamArray parameters must have an array type.</source>
<target state="translated">ParamArray 参数必须有数组类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CoClassMissing2">
<source>Implementing class '{0}' for interface '{1}' cannot be found.</source>
<target state="translated">无法找到接口“{1}”的实现类“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidCoClass1">
<source>Type '{0}' cannot be used as an implementing class.</source>
<target state="translated">类型“{0}”不能用作实现类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMeReference">
<source>Reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">调用另一个构造函数时引用尚未完成的对象是无效的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitMeReference">
<source>Implicit reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">调用另一个构造函数时隐式引用尚未完成的对象是无效的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeMemberNotFound2">
<source>Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.</source>
<target state="translated">类“{1}”中找不到成员“{0}”。此情况通常是由于不匹配的“Microsoft.VisualBasic.dll”造成的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags">
<source>Property accessors cannot be declared '{0}'.</source>
<target state="translated">不能将属性访问器声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlagsRestrict">
<source>Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.</source>
<target state="translated">访问修饰符“{0}”无效。“Get”和“Set”的访问修饰符的限制性应该比属性访问级别更强。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneAccessorForGetSet">
<source>Access modifier can only be applied to either 'Get' or 'Set', but not both.</source>
<target state="translated">访问修饰符只能用于 "Get" 或者 "Set",但不能同时用于这二者。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleSet">
<source>'Set' accessor of property '{0}' is not accessible.</source>
<target state="translated">'属性“{0}”的“Set”访问器不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleGet">
<source>'Get' accessor of property '{0}' is not accessible.</source>
<target state="translated">'属性“{0}”的“Get”访问器不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyNoAccessorFlag">
<source>'WriteOnly' properties cannot have an access modifier on 'Set'.</source>
<target state="translated">'"WriteOnly" 属性在 "Set" 上不能有访问修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyNoAccessorFlag">
<source>'ReadOnly' properties cannot have an access modifier on 'Get'.</source>
<target state="translated">'"ReadOnly" 属性在 "Get" 上不能有访问修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags1">
<source>Property accessors cannot be declared '{0}' in a 'NotOverridable' property.</source>
<target state="translated">属性访问器不能在“NotOverridable”属性中声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags2">
<source>Property accessors cannot be declared '{0}' in a 'Default' property.</source>
<target state="translated">属性访问器不能在“Default”属性中声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags3">
<source>Property cannot be declared '{0}' because it contains a 'Private' accessor.</source>
<target state="translated">属性包含“Private”访问器,因此不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleCoClass3">
<source>Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">接口“{1}”的实现类“{0}”是“{2}”,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingValuesForArraysInApplAttrs">
<source>Arrays used as attribute arguments are required to explicitly specify values for all elements.</source>
<target state="translated">必须有用作特性参数的数组才能显式指定所有元素的值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitEventMemberNotInvalid">
<source>'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.</source>
<target state="translated">'"Exit AddHandler"、"Exit RemoveHandler" 和 "Exit RaiseEvent" 无效。请使用 "Return" 从事件成员中退出。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEvent">
<source>Statement cannot appear within an event body. End of event assumed.</source>
<target state="translated">语句不能出现在事件体内。假定为事件末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEvent">
<source>'Custom Event' must end with a matching 'End Event'.</source>
<target state="translated">'Custom Event 必须以匹配的 "End Event" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndAddHandler">
<source>'AddHandler' declaration must end with a matching 'End AddHandler'.</source>
<target state="translated">'"AddHandler" 声明必须以匹配的 "End AddHandler" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRemoveHandler">
<source>'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.</source>
<target state="translated">'"RemoveHandler" 声明必须以匹配的 "End RemoveHandler" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRaiseEvent">
<source>'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.</source>
<target state="translated">'"RaiseEvent" 声明必须以匹配的 "End RaiseEvent" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventInvInInterface">
<source>'Custom' modifier is not valid on events declared in interfaces.</source>
<target state="translated">'“Custom”修饰符在接口中声明的事件上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventRequiresAs">
<source>'Custom' modifier is not valid on events declared without explicit delegate types.</source>
<target state="translated">'“Custom”修饰符在未用显式委托类型声明的事件上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEvent">
<source>'End Event' must be preceded by a matching 'Custom Event'.</source>
<target state="translated">'“End Event”前面必须是匹配的“Custom Event”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndAddHandler">
<source>'End AddHandler' must be preceded by a matching 'AddHandler' declaration.</source>
<target state="translated">'“End AddHandler”前面必须是匹配的“AddHandler”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRemoveHandler">
<source>'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.</source>
<target state="translated">'“End RemoveHandler”前面必须是匹配的“RemoveHandler”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRaiseEvent">
<source>'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.</source>
<target state="translated">'“End RaiseEvent”前面必须是匹配的“RaiseEvent”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAddHandlerDef">
<source>'AddHandler' is already declared.</source>
<target state="translated">'已经声明 "AddHandler"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRemoveHandlerDef">
<source>'RemoveHandler' is already declared.</source>
<target state="translated">'已经声明 "RemoveHandler"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRaiseEventDef">
<source>'RaiseEvent' is already declared.</source>
<target state="translated">'已经声明 "RaiseEvent"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingAddHandlerDef1">
<source>'AddHandler' definition missing for event '{0}'.</source>
<target state="translated">'缺少事件“{0}”的“AddHandler”定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRemoveHandlerDef1">
<source>'RemoveHandler' definition missing for event '{0}'.</source>
<target state="translated">'缺少事件“{0}”的“RemoveHandler”定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRaiseEventDef1">
<source>'RaiseEvent' definition missing for event '{0}'.</source>
<target state="translated">'缺少事件“{0}”的“RaiseEvent”定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveHasOnlyOneParam">
<source>'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.</source>
<target state="translated">'“AddHandler”和“RemoveHandler”方法必须正好有一个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveByrefParamIllegal">
<source>'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.</source>
<target state="translated">'“AddHandler”和“RemoveHandler”方法参数不能声明为“ByRef”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvOnEventMethod">
<source>Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.</source>
<target state="translated">说明符在 "AddHandler"、"RemoveHandler" 和 "RaiseEvent" 方法上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddRemoveParamNotEventType">
<source>'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.</source>
<target state="translated">'“AddHandler”和“RemoveHandler”方法参数必须与包含事件具有相同的委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RaiseEventShapeMismatch1">
<source>'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.</source>
<target state="translated">'“RaiseEvent”方法必须具有与包含事件的委托类型“{0}”相同的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventMethodOptionalParamIllegal1">
<source>'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.</source>
<target state="translated">'“AddHandler”、“RemoveHandler”和“RaiseEvent”方法参数不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReferToMyGroupInsideGroupType1">
<source>'{0}' cannot refer to itself through its default instance; use 'Me' instead.</source>
<target state="translated">“{0}”不能通过其默认实例指代自身;请改用“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfCustomModifier">
<source>'Custom' modifier can only be used immediately before an 'Event' declaration.</source>
<target state="translated">'"Custom" 修饰符只能在紧靠 "Event" 声明之前使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrictCustom">
<source>Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).</source>
<target state="translated">Option Strict Custom 只能用作命令行编译器(vbc.exe)的选项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteInvalidOnEventMember">
<source>'{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.</source>
<target state="translated">“{0}”不能应用于“'AddHandler”、“RemoveHandler”或“'RaiseEvent”定义。如有必要,请将该属性直接应用于事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible2">
<source>Method '{0}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">方法“{0}”没有与委托“{1}”兼容的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlName">
<source>XML name expected.</source>
<target state="translated">应为 XML 名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedXmlPrefix">
<source>XML namespace prefix '{0}' is not defined.</source>
<target state="translated">未定义 XML 命名空间前缀“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateXmlAttribute">
<source>Duplicate XML attribute '{0}'.</source>
<target state="translated">重复的 XML 属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MismatchedXmlEndTag">
<source>End tag </{0}{1}{2}> expected.</source>
<target state="translated">应为结束标记 </{0}{1}{2}>。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingXmlEndTag">
<source>Element is missing an end tag.</source>
<target state="translated">元素缺少结束标记。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlPrefix">
<source>XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.</source>
<target state="translated">XML 命名空间前缀“{0}”已保留供 XML 使用,并且命名空间 URI 不能更改。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingVersionInXmlDecl">
<source>Required attribute 'version' missing from XML declaration.</source>
<target state="translated">XML 声明中缺少必需的特性 "version"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalAttributeInXmlDecl">
<source>XML declaration does not allow attribute '{0}{1}{2}'.</source>
<target state="translated">XML 声明不允许属性“{0}{1}{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QuotedEmbeddedExpression">
<source>Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.</source>
<target state="translated">带引号的特性值内不能出现嵌入式表达式。请尝试移除引号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VersionMustBeFirstInXmlDecl">
<source>XML attribute 'version' must be the first attribute in XML declaration.</source>
<target state="translated">XML 特性 "version" 必须是 XML 声明中的第一个特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOrder">
<source>XML attribute '{0}' must appear before XML attribute '{1}'.</source>
<target state="translated">XML 特性“{0}”必须出现在 XML 特性“{1}”之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndEmbedded">
<source>Expected closing '%>' for embedded expression.</source>
<target state="translated">应为嵌入表达式的结束标记“%>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndPI">
<source>Expected closing '?>' for XML processor instruction.</source>
<target state="translated">应为 XML 处理器指令的结束标记“?>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndComment">
<source>Expected closing '-->' for XML comment.</source>
<target state="translated">应为 XML 注释的结束标记“-->”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndCData">
<source>Expected closing ']]>' for XML CDATA section.</source>
<target state="translated">应为 XML CDATA 部分的结束标记“]]>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSQuote">
<source>Expected matching closing single quote for XML attribute value.</source>
<target state="translated">XML 特性值应有匹配的右单引号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQuote">
<source>Expected matching closing double quote for XML attribute value.</source>
<target state="translated">XML 特性值应有匹配的右双引号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLT">
<source>Expected beginning '<' for an XML tag.</source>
<target state="translated">XML 标记前应有 "<"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartAttributeValue">
<source>Expected quoted XML attribute value or embedded expression.</source>
<target state="translated">应为带引号的 XML 特性值或嵌入式表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDiv">
<source>Expected '/' for XML end tag.</source>
<target state="translated">应使用“/”作为 XML 结束标记。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoXmlAxesLateBinding">
<source>XML axis properties do not support late binding.</source>
<target state="translated">XML 轴属性不支持后期绑定。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlStartNameChar">
<source>Character '{0}' ({1}) is not allowed at the beginning of an XML name.</source>
<target state="translated">XML 名称的开头不允许出现字符“{0}”({1})。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlNameChar">
<source>Character '{0}' ({1}) is not allowed in an XML name.</source>
<target state="translated">XML 名称中允许字符“{0}”({1})。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlCommentChar">
<source>Character sequence '--' is not allowed in an XML comment.</source>
<target state="translated">XML 注释中不允许出现字符序列“--”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmbeddedExpression">
<source>An embedded expression cannot be used here.</source>
<target state="translated">不能在此处使用嵌入式表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlWhiteSpace">
<source>Missing required white space.</source>
<target state="translated">缺少必需的空白。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalProcessingInstructionName">
<source>XML processing instruction name '{0}' is not valid.</source>
<target state="translated">XML 处理指令名称“{0}”无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DTDNotSupported">
<source>XML DTDs are not supported.</source>
<target state="translated">不支持 XML DTD。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlWhiteSpace">
<source>White space cannot appear here.</source>
<target state="translated">此处不能使用空白。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSColon">
<source>Expected closing ';' for XML entity.</source>
<target state="translated">应为 XML 实体的结束标记“;”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlBeginEmbedded">
<source>Expected '%=' at start of an embedded expression.</source>
<target state="translated">嵌入表达式的开头应为“%=”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEntityReference">
<source>XML entity references are not supported.</source>
<target state="translated">不支持 XML 实体引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue1">
<source>Attribute value is not valid; expecting '{0}'.</source>
<target state="translated">属性值无效;应为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue2">
<source>Attribute value is not valid; expecting '{0}' or '{1}'.</source>
<target state="translated">属性值无效;应为“{0}”或“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlNamespace">
<source>Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.</source>
<target state="translated">不能将前缀“{0}”绑定到为“{1}”保留的命名空间名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalDefaultNamespace">
<source>Namespace declaration with prefix cannot have an empty value inside an XML literal.</source>
<target state="translated">带前缀的命名空间声明在 XML 文本中不能有空值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualifiedNameNotAllowed">
<source>':' is not allowed. XML qualified names cannot be used in this context.</source>
<target state="translated">'不允许使用 ":"。不能在此上下文中使用 XML 限定名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlns">
<source>Namespace declaration must start with 'xmlns'.</source>
<target state="translated">命名空间声明必须以“xmlns”开头。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlnsPrefix">
<source>Element names cannot use the 'xmlns' prefix.</source>
<target state="translated">元素名不能使用“xmlns”前缀。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlFeaturesNotAvailable">
<source>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.</source>
<target state="translated">XML 文本和 XML 轴属性不可用。添加对 System.Xml、System.Xml.Linq 和 System.Core 的引用,或其他声明 System.Linq.Enumerable、System.Xml.Linq.XElement、System.Xml.Linq.XName、System.Xml.Linq.XAttribute 和 System.Xml.Linq.XNamespace 类型的程序集。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToReadUacManifest2">
<source>Unable to open Win32 manifest file '{0}' : {1}</source>
<target state="translated">无法打开 Win32 清单文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3">
<source>Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.</source>
<target state="translated">无法将“{0}”转换为“{1}”。可使用“Value”属性来获取“{2}”的第一个元素的字符串值。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3_Title">
<source>Cannot convert IEnumerable(Of XElement) to String</source>
<target state="translated">无法将 IEnumerable(Of XElement) 转换为字符串</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatchForXml3">
<source>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}'.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”。可使用“Value”属性来获取“{2}”的第一个元素的字符串值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperandsForXml4">
<source>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}'.</source>
<target state="translated">没有为类型“{1}”和“{2}”定义运算符“{0}”。可使用“Value”属性来获取“{3}”的第一个元素的字符串值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FullWidthAsXmlDelimiter">
<source>Full width characters are not valid as XML delimiters.</source>
<target state="translated">全角字符不能用作 XML 分隔符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSubsystemVersion">
<source>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.</source>
<target state="translated">值“{0}”不是有效的子系统版本。对于 ARM 或 AppContainerExe,版本必须为 6.02 或更高版本,对于其他内容,版本必须为 4.00 或更高版本。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFileAlignment">
<source>Invalid file section alignment '{0}'</source>
<target state="translated">无效的文件节对齐方式“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOutputName">
<source>Invalid output name: {0}</source>
<target state="translated">无效输出名: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInformationFormat">
<source>Invalid debug information format: {0}</source>
<target state="translated">无效的调试信息格式: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibAnycpu32bitPreferredConflict">
<source>/platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.</source>
<target state="translated">/platform:anycpu32bitpreferred 只能与 /t:exe、/t:winexe 和 /t:appcontainerexe 一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedAccess">
<source>Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.</source>
<target state="translated">表达式的类型为“{0}”,这是受限类型,不能用于访问从“Object”或“ValueType”继承的成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedConversion1">
<source>Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.</source>
<target state="translated">类型“{0}”的表达式无法转换为“Object”或“ValueType”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInLabel">
<source>Type characters are not allowed in label identifiers.</source>
<target state="translated">标签标识符中不允许使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedType1">
<source>'{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.</source>
<target state="translated">“{0}”不能设置为可以为 null,而且不能用作数组元素、字段、匿名类型成员、类型参数、"ByRef" 参数或 return 语句的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInAlias">
<source>Type characters are not allowed on Imports aliases.</source>
<target state="translated">在 Imports 别名上不允许使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleConstructorOnBase">
<source>Class '{0}' has no accessible 'Sub New' and cannot be inherited.</source>
<target state="translated">类“{0}”没有可访问的“Sub New”,不能被继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInStruct">
<source>Local variables within methods of structures cannot be declared 'Static'.</source>
<target state="translated">结构方法内部的局部变量不能声明为“Static”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalStatic1">
<source>Static local variable '{0}' is already declared.</source>
<target state="translated">已声明静态局部变量“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportAliasConflictsWithType2">
<source>Imports alias '{0}' conflicts with '{1}' declared in the root namespace.</source>
<target state="translated">Imports 别名“{0}”与根命名空间中声明的“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantShadowAMustOverride1">
<source>'{0}' cannot shadow a method declared 'MustOverride'.</source>
<target state="translated">“{0}”不能隐藏声明为“MustOverride”的方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleEventImplMismatch3">
<source>Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.</source>
<target state="translated">事件“{0}”不能实现事件“{2}.{1}”,因为其委托类型与“{0}”实现的另一个事件的委托类型不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSpecifierCombo2">
<source>'{0}' and '{1}' cannot be combined.</source>
<target state="translated">“{0}”不能与“{1}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeOverloads2">
<source>{0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.</source>
<target state="translated">{0}“{1}”必须声明为“Overloads”,因为另一个“{1}”声明为“Overloads”或“Overrides”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverridesInClass1">
<source>'{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.</source>
<target state="translated">“{0}”包含声明为“MustOverride”的方法,因此它必须声明为“MustInherit”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInClass">
<source>'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.</source>
<target state="translated">'类中的“Handles”必须指定用单个标识符限定的“WithEvents”变量、“MyBase”、“MyClass”或“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberShadowsMustOverride5">
<source>'{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.</source>
<target state="translated">'为 {1}“{2}”隐式声明的“{0}”不能隐藏基 {3}“{4}”中的“MustOverride”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotOverrideInAccessibleMember">
<source>'{0}' cannot override '{1}' because it is not accessible in this context.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它在此上下文中是无法访问的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInModule">
<source>'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.</source>
<target state="translated">'模块中的“Handles”必须指定用单个标识符限定的“WithEvents”变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOpRequiresReferenceTypes1">
<source>'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.</source>
<target state="translated">'“IsNot”要求具有引用类型的操作数,但此操作数的值类型为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClashWithReservedEnumMember1">
<source>'{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.</source>
<target state="translated">“{0}”与在所有枚举中隐式声明的同名保留成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedEnumMember2">
<source>'{0}' is already declared in this {1}.</source>
<target state="translated">'此 {1} 中已声明了“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadUseOfVoid">
<source>'System.Void' can only be used in a GetType expression.</source>
<target state="translated">'“System.Void”只能在 GetType 表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplMismatch5">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.</source>
<target state="translated">事件“{0}”无法实现接口“{2}”上的事件“{1}”,因为其委托类型“{3}”和“{4}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeUnavailable3">
<source>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}'.</source>
<target state="translated">程序集“{1}”中的类型“{0}”已转发到程序集“{2}”。您的项目中缺少对“{2}”的引用或者程序集中“{2}”缺少类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeFwdCycle2">
<source>'{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.</source>
<target state="translated">'程序集“{1}”中的“{0}”已被转发给自身,因此它是一种不受支持的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeInCCExpression">
<source>Non-intrinsic type names are not allowed in conditional compilation expressions.</source>
<target state="translated">在条件编译表达式中不允许有非内部的类型名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCCExpression">
<source>Syntax error in conditional compilation expression.</source>
<target state="translated">条件编译表达式中有语法错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidArrayDisallowed">
<source>Arrays of type 'System.Void' are not allowed in this expression.</source>
<target state="translated">此表达式中不允许使用 "System.Void" 类型的数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataMembersAmbiguous3">
<source>'{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.</source>
<target state="translated">“{0}”不明确,因为 {1}“{2}”中存在多种具有此名称的成员</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfExprAlwaysFalse2">
<source>Expression of type '{0}' can never be of type '{1}'.</source>
<target state="translated">类型“{0}”的表达式永远不能为类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyPrivatePartialMethods1">
<source>Partial methods must be declared 'Private' instead of '{0}'.</source>
<target state="translated">必须将分部方法声明为“Private”,而不是“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBePrivate">
<source>Partial methods must be declared 'Private'.</source>
<target state="translated">必须将分部方法声明为 "Private"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOnePartialMethodAllowed2">
<source>Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.</source>
<target state="translated">方法“{0}”不能声明为“Partial”,因为只有一个方法“{1}”可以标记为“Partial”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneImplementingMethodAllowed3">
<source>Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.</source>
<target state="translated">方法“{0}”无法实现分部方法“{1}”,因为它已经由“{2}”实现。分部方法只能由一个方法实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodMustBeEmpty">
<source>Partial methods must have empty method bodies.</source>
<target state="translated">分部方法必须具有空方法体。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBeSub1">
<source>'{0}' cannot be declared 'Partial' because partial methods must be Subs.</source>
<target state="translated">“{0}”不能声明为“Partial”,因为分部方法必须为 Subs。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodGenericConstraints2">
<source>Method '{0}' does not have the same generic constraints as the partial method '{1}'.</source>
<target state="translated">方法“{0}”没有与分部方法“{1}”相同的泛型约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialDeclarationImplements1">
<source>Partial method '{0}' cannot use the 'Implements' keyword.</source>
<target state="translated">分部方法“{0}”不能使用“Implements”关键字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPartialMethodInAddressOf1">
<source>'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.</source>
<target state="translated">'“AddressOf”不能应用于“{0}”,因为“{0}”是不包含实现的分部方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementationMustBePrivate2">
<source>Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.</source>
<target state="translated">方法“{0}”必须声明为“Private”,以便实现分部方法“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamNamesMustMatch3">
<source>Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.</source>
<target state="translated">参数名“{0}”与在分部方法声明“{2}”上定义的相应参数的名称“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodTypeParamNameMismatch3">
<source>Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.</source>
<target state="translated">类型参数“{0}”的名称与在分部方法声明“{2}”上定义的相应类型参数“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeSharedProperty1">
<source>'Shared' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'“Shared”特性属性“{0}”不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeReadOnlyProperty1">
<source>'ReadOnly' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'“ReadOnly”特性属性“{0}”不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceName1">
<source>Resource name '{0}' cannot be used more than once.</source>
<target state="translated">资源名称“{0}”不能多次使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceFileName1">
<source>Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.</source>
<target state="translated">每个链接的资源和模块都必须有唯一的文件名。此程序集中多次指定了文件名“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustBeClassNotStruct1">
<source>'{0}' cannot be used as an attribute because it is not a class.</source>
<target state="translated">“{0}”不是类,因此不能用作属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustInheritSysAttr">
<source>'{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.</source>
<target state="translated">“{0}”不从“System.Attribute”继承,因此不能用作属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeCannotBeAbstract">
<source>'{0}' cannot be used as an attribute because it is declared 'MustInherit'.</source>
<target state="translated">“{0}”已声明为“MustInherit”,因此不能用作属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToOpenResourceFile1">
<source>Unable to open resource file '{0}': {1}</source>
<target state="translated">无法打开资源文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicProperty1">
<source>Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.</source>
<target state="translated">特性成员“{0}”未声明为“Public”,因此不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_STAThreadAndMTAThread0">
<source>'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.</source>
<target state="translated">'"System.STAThreadAttribute" 和 "System.MTAThreadAttribute" 不能同时应用于同一方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndirectUnreferencedAssembly4">
<source>Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.</source>
<target state="translated">项目“{0}”间接引用包含“{2}”的程序集“{1}”。请在您的项目中添加对“{3}”的文件引用。 </target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicType1">
<source>Type '{0}' cannot be used in an attribute because it is not declared 'Public'.</source>
<target state="translated">类型“{0}”未声明为“Public”,因此不能用在特性中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicContType2">
<source>Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.</source>
<target state="translated">类型“{0}”的容器“{1}”未声明为“Public”,因此不能用在特性中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnNonEmptySubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于带有非空体的 Sub、Function 或 Operator。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnDeclare">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于 Declare。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnGetOrSet">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于 Get 或 Set。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnGenericSubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于属于泛型类型或者包含在泛型类型中的方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassOnGeneric">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”不能应用于属于泛型类型或者包含在泛型类型中的类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInstanceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于实例方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInterfaceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于接口方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnEventMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于 "AddHandler"、"RemoveHandler" 或 "RaiseEvent" 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadArguments">
<source>Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.</source>
<target state="translated">友元程序集引用“{0}”无效。不能在 InternalsVisibleTo 声明中指定版本、区域性、公钥标记或处理器架构。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyStrongNameRequired">
<source>Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.</source>
<target state="translated">友元程序集引用“{0}”无效。强名称签名的程序集必须在其 InternalsVisibleTo 声明中指定一个公钥。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyNameInvalid">
<source>Friend declaration '{0}' is invalid and cannot be resolved.</source>
<target state="translated">友元声明“{0}”无效,且无法解析。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadAccessOverride2">
<source>Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.</source>
<target state="translated">成员“{0}”无法重写另一个程序集/项目中定义的成员“{1}”,因为访问修饰符“Protected Friend”扩展了可访问性。请改用“Protected”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfLocalBeforeDeclaration1">
<source>Local variable '{0}' cannot be referred to before it is declared.</source>
<target state="translated">局部变量“{0}”在声明之前不能被引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromModule1">
<source>'{0}' is not valid within a Module.</source>
<target state="translated">“{0}”在模块中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BogusWithinLineIf">
<source>Statement cannot end a block outside of a line 'If' statement.</source>
<target state="translated">语句不能在“If”语句行之外结束块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CharToIntegralTypeMismatch1">
<source>'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.</source>
<target state="translated">'“Char”值不能转换为“{0}”。请使用“Microsoft.VisualBasic.AscW”将字符解释为 Unicode 值,或者使用“Microsoft.VisualBasic.Val”将字符解释为数字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IntegralToCharTypeMismatch1">
<source>'{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.</source>
<target state="translated">“{0}”值不能转换为“Char”。使用“Microsoft.VisualBasic.ChrW”将数值解释为 Unicode 字符或先将其转换为“String”以产生数字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDirectDelegateConstruction1">
<source>Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.</source>
<target state="translated">委托“{0}”需要使用一个“AddressOf”表达式或 lambda 表达式作为其构造函数的唯一参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodMustBeFirstStatementOnLine">
<source>Method declaration statements must be the first statement on a logical line.</source>
<target state="translated">方法声明语句必须是逻辑行上的第一条语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrAssignmentNotFieldOrProp1">
<source>'{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.</source>
<target state="translated">“{0}”不是字段或属性(Property),因此不能命名为属性(Attribute)说明符中的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectComparison1">
<source>Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.</source>
<target state="translated">Option Strict On 不允许将类型 Object 的操作数用于运算符“{0}”。请使用“Is”运算符测试对象标识。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstituentArraySizes">
<source>Bounds can be specified only for the top-level array when initializing an array of arrays.</source>
<target state="translated">初始化数组的数组时,只能指定顶级数组的界限。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileAttributeNotAssemblyOrModule">
<source>'Assembly' or 'Module' expected.</source>
<target state="translated">'应为“Assembly”或“Module”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FunctionResultCannotBeIndexed1">
<source>'{0}' has no parameters and its return type cannot be indexed.</source>
<target state="translated">“{0}”没有任何参数,并且无法对它的返回类型进行索引。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentSyntax">
<source>Comma, ')', or a valid expression continuation expected.</source>
<target state="translated">应为逗号、")" 或有效的表达式继续符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedResumeOrGoto">
<source>'Resume' or 'GoTo' expected.</source>
<target state="translated">'应为 "Resume" 或 "GoTo"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperator">
<source>'=' expected.</source>
<target state="translated">'应为 "="。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted2">
<source>Parameter '{0}' in '{1}' already has a matching omitted argument.</source>
<target state="translated">“{1}”中的形参“{0}”已具有匹配的省略实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotCallEvent1">
<source>'{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.</source>
<target state="translated">“{0}”是事件,不能直接调用。请使用“RaiseEvent”语句引发事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachCollectionDesignPattern1">
<source>Expression is of type '{0}', which is not a collection type.</source>
<target state="translated">表达式的类型为“{0}”,该类型不是集合类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultValueForNonOptionalParam">
<source>Default values cannot be supplied for parameters that are not declared 'Optional'.</source>
<target state="translated">无法向未声明为 "Optional" 的参数提供默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyBase">
<source>'MyBase' must be followed by '.' and an identifier.</source>
<target state="translated">'“MyBase”的后面必须跟有“.”和标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyClass">
<source>'MyClass' must be followed by '.' and an identifier.</source>
<target state="translated">'“MyClass”的后面必须跟有“.”和标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictArgumentCopyBackNarrowing3">
<source>Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">将“ByRef”形参“{0}”的值复制回匹配实参时,Option Strict On 不允许从类型“{1}”收缩为类型“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseifAfterElse">
<source>'#ElseIf' cannot follow '#Else' as part of a '#If' block.</source>
<target state="translated">'"#ElseIf" 不能作为 "#If" 块的一部分跟在 "#Else" 之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StandaloneAttribute">
<source>Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.</source>
<target state="translated">特性说明符不是一个完整的语句。请使用行继续符将该特性应用于下列语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoUniqueConstructorOnBase2">
<source>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.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,因它的基类“{1}”有多个不使用参数就可以调用的可访问“Sub New”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraNextVariable">
<source>'Next' statement names more variables than there are matching 'For' statements.</source>
<target state="translated">'“Next”语句命名的变量比已有的匹配“For”语句多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCallTooMany2">
<source>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.</source>
<target state="translated">“{1}”的基类“{0}”没有不使用参数就可以调用的可访问“Sub New”,因此该“Sub New”的第一个语句必须是对“MyBase.New”或“MyClass.New”的调用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForCtlVarArraySizesSpecified">
<source>Array declared as for loop control variable cannot be declared with an initial size.</source>
<target state="translated">声明用于循环控制变量的数组时不能使用初始大小的值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNewOverloads">
<source>The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.</source>
<target state="translated">“{0}”关键字用于重载继承的成员;重载“Sub New”时不要使用“{0}”关键字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnGenericParam">
<source>Type character cannot be used in a type parameter declaration.</source>
<target state="translated">在类型参数声明中不能使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments1">
<source>Too few type arguments to '{0}'.</source>
<target state="translated">“{0}”的类型参数太少。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments1">
<source>Too many type arguments to '{0}'.</source>
<target state="translated">“{0}”的类型参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericConstraintNotSatisfied2">
<source>Type argument '{0}' does not inherit from or implement the constraint type '{1}'.</source>
<target state="translated">类型参数“{0}”不能继承自或实现约束类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric1">
<source>'{0}' has no type parameters and so cannot have type arguments.</source>
<target state="translated">“{0}”没有类型形参,因此不能有类型实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnGenericParam">
<source>'New' cannot be used on a type parameter that does not have a 'New' constraint.</source>
<target state="translated">'不能在没有 "New" 约束的类型参数上使用 "New"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleClassConstraints1">
<source>Type parameter '{0}' can only have one constraint that is a class.</source>
<target state="translated">类型参数“{0}”只能有一个属于类的约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstNotClassInterfaceOrTypeParam1">
<source>Type constraint '{0}' must be either a class, interface or type parameter.</source>
<target state="translated">类型约束“{0}”必须是类、接口或类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateTypeParamName1">
<source>Type parameter already declared with name '{0}'.</source>
<target state="translated">类型参数已使用名称“{0}”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam2">
<source>Type parameter '{0}' for '{1}' cannot be inferred.</source>
<target state="translated">无法推断“{1}”的类型参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorGenericParam1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'类型“{0}”是没有类约束的类型参数,因此类型“{0}”的“Is”操作数只能与“Nothing”比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentCopyBackNarrowing3">
<source>Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.</source>
<target state="translated">将“ByRef”参数“{0}”的值复制回匹配的参数将导致从类型“{1}”到类型“{2}”的收缩。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingGenericParamWithMember1">
<source>'{0}' has the same name as a type parameter.</source>
<target state="translated">“{0}”与一个类型参数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamBase2">
<source>{0} '{1}' cannot inherit from a type parameter.</source>
<target state="translated">{0}“{1}”不能从类型参数中继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsGenericParam">
<source>Type parameter not allowed in 'Implements' clause.</source>
<target state="translated">“Implements”子句中不允许类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyNullLowerBound">
<source>Array lower bounds can be only '0'.</source>
<target state="translated">数组的下限只能是“0”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassConstraintNotInheritable1">
<source>Type constraint cannot be a 'NotInheritable' class.</source>
<target state="translated">类型约束不能是“NotInheritable”类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintIsRestrictedType1">
<source>'{0}' cannot be used as a type constraint.</source>
<target state="translated">“{0}”不能用作类型约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamsOnInvalidMember">
<source>Type parameters cannot be specified on this declaration.</source>
<target state="translated">在此声明上不能指定类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericArgsOnAttributeSpecifier">
<source>Type arguments are not valid because attributes cannot be generic.</source>
<target state="translated">由于特性不能是泛型,因此类型参数无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrCannotBeGenerics">
<source>Type parameters, generic types or types contained in generic types cannot be used as attributes.</source>
<target state="translated">类型参数、泛型类型或泛型类型中包含的类型不能用作特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInGenericMethod">
<source>Local variables within generic methods cannot be declared 'Static'.</source>
<target state="translated">泛型方法中的局部变量不能声明为“Static”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntMemberShadowsGenericParam3">
<source>{0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.</source>
<target state="translated">{0}“{1}”隐式定义了与某个类型参数同名的成员“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintAlreadyExists1">
<source>Constraint type '{0}' already specified for this type parameter.</source>
<target state="translated">已为此类型参数指定了约束类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfacePossiblyImplTwice2">
<source>Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,该接口的实现可能与另一个已实现的接口“{1}”的实现冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModulesCannotBeGeneric">
<source>Modules cannot be generic.</source>
<target state="translated">模块不能是泛型的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericClassCannotInheritAttr">
<source>Classes that are generic or contained in a generic type cannot inherit from an attribute class.</source>
<target state="translated">属于泛型或包含在泛型类型中的类不能从特性类继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DeclaresCantBeInGeneric">
<source>'Declare' statements are not allowed in generic types or types contained in generic types.</source>
<target state="translated">'泛型类型或包含在泛型类型中的类型中不允许“Declare”语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithConstraintMismatch2">
<source>'{0}' cannot override '{1}' because they differ by type parameter constraints.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在类型参数约束上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsWithConstraintMismatch3">
<source>'{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.</source>
<target state="translated">“{0}”无法实现“{1}.{2}”,因为它们在类型参数约束上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OpenTypeDisallowed">
<source>Type parameters or types constructed with type parameters are not allowed in attribute arguments.</source>
<target state="translated">特性实参中不允许类型形参或用类型形参构造的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesInvalidOnGenericMethod">
<source>Generic methods cannot use 'Handles' clause.</source>
<target state="translated">泛型方法不能使用“Handles”子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleNewConstraints">
<source>'New' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'"New" 约束不能为同一类型参数指定多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritForNewConstraint2">
<source>Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”声明为“MustInherit”,并且不满足类型形参“{1}”的“New”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableNewForNewConstraint2">
<source>Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”必须具有一个公共的无参数实例构造函数,才能满足类型形参“{1}”的“New”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGenericParamForNewConstraint2">
<source>Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">类型参数“{0}”必须具有“New”约束或“Structure”约束,才能满足类型参数“{1}”的“New”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewArgsDisallowedForTypeParam">
<source>Arguments cannot be passed to a 'New' used on a type parameter.</source>
<target state="translated">无法给类型形参上使用的 "New" 传递实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRawGenericTypeImport1">
<source>Generic type '{0}' cannot be imported more than once.</source>
<target state="translated">不能多次导入泛型类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypeArgumentCountOverloadCand1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of type arguments.</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”接受此数量的类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeArgsUnexpected">
<source>Type arguments unexpected.</source>
<target state="translated">不应为类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameSameAsMethodTypeParam1">
<source>'{0}' is already declared as a type parameter of this method.</source>
<target state="translated">“{0}”已声明为此方法的类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamNameFunctionNameCollision">
<source>Type parameter cannot have the same name as its defining function.</source>
<target state="translated">类型参数不能与其定义函数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstraintSyntax">
<source>Type or 'New' expected.</source>
<target state="translated">应为类型或“New”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OfExpected">
<source>'Of' required when specifying type arguments for a generic type or method.</source>
<target state="translated">'在指定泛型类型或方法的类型参数时需要 "Of"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayOfRawGenericInvalid">
<source>'(' unexpected. Arrays of uninstantiated generic types are not allowed.</source>
<target state="translated">'不应为 "("。不允许非实例化泛型类型的数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachAmbiguousIEnumerable1">
<source>'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.</source>
<target state="translated">'类型“{0}”的“For Each”不明确,因为此类型实现了“System.Collections.Generic.IEnumerable(Of T)”的多个实例化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorGenericParam1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'类型“{0}”是没有类约束的类型参数,因此类型“{0}”的“Isnot”操作数只能与“Nothing”比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamQualifierDisallowed">
<source>Type parameters cannot be used as qualifiers.</source>
<target state="translated">类型参数不能用作限定符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingCommaOrRParen">
<source>Comma or ')' expected.</source>
<target state="translated">应为逗号或 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingAsCommaOrRParen">
<source>'As', comma or ')' expected.</source>
<target state="translated">'应为 "As"、逗号或 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleReferenceConstraints">
<source>'Class' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'"Class" 约束不能为同一类型参数指定多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleValueConstraints">
<source>'Structure' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'"Structure" 约束不能为同一类型参数指定多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewAndValueConstraintsCombined">
<source>'New' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'"New" 约束不能与 "Structure" 约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndValueConstraintsCombined">
<source>'Class' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'"Class" 约束不能与 "Structure" 约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraint2">
<source>Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”不满足类型形参“{1}”的“Structure”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForRefConstraint2">
<source>Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”不满足类型形参“{1}”的“Class”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndClassTypeConstrCombined">
<source>'Class' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'"Class" 约束不能与特定的类类型约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueAndClassTypeConstrCombined">
<source>'Structure' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'"Structure" 约束不能与特定的类类型约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectIndirect4">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.</source>
<target state="translated">从类型参数约束“{1}”获得的间接约束“{0}”与从类型参数约束“{3}”获得的间接约束“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashDirectIndirect3">
<source>Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.</source>
<target state="translated">约束“{0}”与从类型参数约束“{2}”获得的间接约束“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectDirect3">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.</source>
<target state="translated">从类型参数约束“{1}”获得的间接约束“{0}”与约束“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycleLink2">
<source>
'{0}' is constrained to '{1}'.</source>
<target state="translated">
“{0}”被约束为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycle2">
<source>Type parameter '{0}' cannot be constrained to itself: {1}</source>
<target state="translated">类型参数“{0}”不能约束为自身: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamWithStructConstAsConst">
<source>Type parameter with a 'Structure' constraint cannot be used as a constraint.</source>
<target state="translated">具有 "Structure" 约束的类型参数不能用作约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableDisallowedForStructConstr1">
<source>'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.</source>
<target state="translated">'“System.Nullable”不满足类型参数“{0}”的“Structure”约束。仅允许不可为 null 的“Structure”类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingDirectConstraints3">
<source>Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.</source>
<target state="translated">约束“{0}”与已为类型参数“{2}”指定的约束“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithInterface2">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,该接口与接口“{1}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseUnifiesWithInterfaces3">
<source>Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,它所继承的接口“{1}”可能与接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,继承的接口“{1}”可能与接口“{3}”继承的接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithBase3">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,该接口与接口“{2}”继承的接口“{1}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsBaseUnifiesWithInterfaces3">
<source>Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,它所继承的接口“{1}”可能与实现的接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,它所继承的接口“{1}”可能与实现的接口“{3}”所继承的接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceUnifiesWithBase3">
<source>Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,它可能与实现的接口“{2}”所继承的接口“{1}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalsCantBeStructGenericParams">
<source>Generic parameters used as optional parameter types must be class constrained.</source>
<target state="translated">用作可选参数类型的泛型参数必须受类约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNullableMethod">
<source>Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.</source>
<target state="translated">“System.Nullable(Of T)”的方法不能用作“AddressOf”运算符的操作数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorNullable1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'类型“{0}”是可以为 null 的类型,因此“{0}”的“Is”操作数只能与“Nothing”进行比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorNullable1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'类型“{0}”是可以为 null 的类型,因此“{0}”的“IsNot”操作数只能与“Nothing”进行比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingTypeOutsideClass1">
<source>'{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.</source>
<target state="translated">“{0}”不能在类、结构或接口外声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertySetParamCollisionWithValue">
<source>Property parameters cannot have the name 'Value'.</source>
<target state="translated">属性参数的名称不能为 "Value"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SxSIndirectRefHigherThanDirectRef3">
<source>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}.</source>
<target state="translated">项目当前包含对多个版本的“{0}”的引用、对版本 {2} 的直接引用和对版本 {1} 的间接引用。请将直接引用更改为使用 {0} 的版本 {1} (或更高版本)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReferenceStrong">
<source>Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.</source>
<target state="translated">导入了具有等效标识的多个程序集:“{0}”和“{1}”。请删除重复引用之一。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReference2">
<source>Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.</source>
<target state="translated">项目已经具有对程序集“{0}”的引用。无法添加另一个对“{1}”的引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCallOrIndex">
<source>Illegal call expression or index expression.</source>
<target state="translated">非法的调用表达式或索引表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictDefaultPropertyAttribute">
<source>Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.</source>
<target state="translated">默认属性与“{0}”上定义的“DefaultMemberAttribute”之间有冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeUuid2">
<source>'{0}' cannot be applied because the format of the GUID '{1}' is not correct.</source>
<target state="translated">'GUID“{1}”的格式不正确,因此无法应用“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassAndReservedAttribute1">
<source>'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”和“{0}”不能同时应用于同一个类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass2">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”的容器“{1}”未声明为“Public”,因此不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispIdZero1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”为默认属性保留的值为零,因此“System.Runtime.InteropServices.DispIdAttribute”不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispId1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”保留的值小于零,因此“System.Runtime.InteropServices.DispIdAttribute”不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassDuplicateGuids1">
<source>'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.</source>
<target state="translated">“{0}”上“Microsoft.VisualBasic.ComClassAttribute”的“InterfaceId”和“EventsId”参数的值不能相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassCantBeAbstract0">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”不能应用于被声明为“MustInherit”的类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass1">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”未声明为“Public”,因此不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnknownOperator">
<source>Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">运算符声明必须是以下符号之一: +、-、*、\、/、^、&,、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue 和 IsFalse。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateConversionCategoryUsed">
<source>'Widening' and 'Narrowing' cannot be combined.</source>
<target state="translated">'"Widening" 不能与 "Narrowing" 组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorNotOverloadable">
<source>Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">运算符不可重载。运算符声明必须是以下符号之一: +、-、*、\、/、^、&,、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue 和 IsFalse。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHandles">
<source>'Handles' is not valid on operator declarations.</source>
<target state="translated">'“Handles”在运算符声明上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplements">
<source>'Implements' is not valid on operator declarations.</source>
<target state="translated">'“Implements”在运算符声明上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorExpected">
<source>'End Operator' expected.</source>
<target state="translated">'应为 "End Operator"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorNotAtLineStart">
<source>'End Operator' must be the first statement on a line.</source>
<target state="translated">'“End Operator”必须是一行中的第一条语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndOperator">
<source>'End Operator' must be preceded by a matching 'Operator'.</source>
<target state="translated">'“End Operator”前面必须是匹配的“Operator”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitOperatorNotValid">
<source>'Exit Operator' is not valid. Use 'Return' to exit an operator.</source>
<target state="translated">'"Exit Operator" 无效。请使用 "Return" 从运算符中退出。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayIllegal1">
<source>'{0}' parameters cannot be declared 'ParamArray'.</source>
<target state="translated">“{0}”参数不能声明为 "ParamArray"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalIllegal1">
<source>'{0}' parameters cannot be declared 'Optional'.</source>
<target state="translated">“{0}”参数不能声明为“Optional”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBePublic">
<source>Operators must be declared 'Public'.</source>
<target state="translated">运算符必须声明为 "Public"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBeShared">
<source>Operators must be declared 'Shared'.</source>
<target state="translated">运算符必须声明为 "Shared"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOperatorFlags1">
<source>Operators cannot be declared '{0}'.</source>
<target state="translated">运算符不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneParameterRequired1">
<source>Operator '{0}' must have one parameter.</source>
<target state="translated">运算符“{0}”必须有一个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TwoParametersRequired1">
<source>Operator '{0}' must have two parameters.</source>
<target state="translated">运算符“{0}”必须有两个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneOrTwoParametersRequired1">
<source>Operator '{0}' must have either one or two parameters.</source>
<target state="translated">运算符“{0}”必须有一个两个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvMustBeWideningOrNarrowing">
<source>Conversion operators must be declared either 'Widening' or 'Narrowing'.</source>
<target state="translated">转换运算符必须声明为“Widening”或者“Narrowing”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorDeclaredInModule">
<source>Operators cannot be declared in modules.</source>
<target state="translated">运算符不能在模块中声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSpecifierOnNonConversion1">
<source>Only conversion operators can be declared '{0}'.</source>
<target state="translated">只有转换运算符可以声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryParamMustBeContainingType1">
<source>Parameter of this unary operator must be of the containing type '{0}'.</source>
<target state="translated">此一元运算符的参数必须属于包含类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryParamMustBeContainingType1">
<source>At least one parameter of this binary operator must be of the containing type '{0}'.</source>
<target state="translated">此二元运算符的至少一个参数必须属于包含类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvParamMustBeContainingType1">
<source>Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.</source>
<target state="translated">此转换运算符的参数类型或返回类型必须属于包含类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresBoolReturnType1">
<source>Operator '{0}' must have a return type of Boolean.</source>
<target state="translated">运算符“{0}”必须具有 Boolean 返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToSameType">
<source>Conversion operators cannot convert from a type to the same type.</source>
<target state="translated">转换运算符不能从某一类型转换为相同的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToInterfaceType">
<source>Conversion operators cannot convert to an interface type.</source>
<target state="translated">转换运算符不能转换为接口类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToBaseType">
<source>Conversion operators cannot convert from a type to its base type.</source>
<target state="translated">转换运算符不能从某一类型转换为它的基类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToDerivedType">
<source>Conversion operators cannot convert from a type to its derived type.</source>
<target state="translated">转换运算符不能从某一类型转换为它的派生类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToObject">
<source>Conversion operators cannot convert to Object.</source>
<target state="translated">转换运算符不能转换为 Object。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromInterfaceType">
<source>Conversion operators cannot convert from an interface type.</source>
<target state="translated">转换运算符不能从接口类型转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromBaseType">
<source>Conversion operators cannot convert from a base type.</source>
<target state="translated">转换运算符不能从基类型转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromDerivedType">
<source>Conversion operators cannot convert from a derived type.</source>
<target state="translated">转换运算符不能从派生类型转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromObject">
<source>Conversion operators cannot convert from Object.</source>
<target state="translated">转换运算符不能从 Object 转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MatchingOperatorExpected2">
<source>Matching '{0}' operator is required for '{1}'.</source>
<target state="translated">“{1}”需要匹配“{0}”运算符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableLogicalOperator3">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.</source>
<target state="translated">“{0}”的返回类型和参数类型必须是“{1}”,才能在“{2}”表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionOperatorRequired3">
<source>Type '{0}' must define operator '{1}' to be used in a '{2}' expression.</source>
<target state="translated">类型“{0}”必须定义运算符“{1}”,才能在“{2}”表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CopyBackTypeMismatch3">
<source>Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.</source>
<target state="translated">由于类型“{1}”不能转换为类型“{2}”,因此无法将“ByRef”参数“{0}”的值复制回匹配的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopOperatorRequired2">
<source>Type '{0}' must define operator '{1}' to be used in a 'For' statement.</source>
<target state="translated">类型“{0}”必须定义运算符“{1}”,才能在“For”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopOperator2">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">“{0}”的返回类型和参数类型必须是“{1}”,才能在“For”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopRelOperator2">
<source>Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">“{0}”的参数类型必须是“{1}”,才能在“For”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresIntegerParameter1">
<source>Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.</source>
<target state="translated">运算符“{0}”必须有另一个“Integer”或“Integer?”类型的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyNullableOnBoth">
<source>Nullable modifier cannot be specified on both a variable and its type.</source>
<target state="translated">不能在变量及其类型上同时指定可以为 null 的修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraintNull">
<source>Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.</source>
<target state="translated">类型“{0}”必须是一个被约束为“Structure”的值类型或类型参数,才能与“Nullable”或可以为 null 的修饰符“?”一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArrayAndNullableOnBoth">
<source>Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.</source>
<target state="translated">不能在变量及其类型上同时指定可为 null 的修饰符“?”和数组修饰符“(”/“)”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyTypeCharacterOnIIF">
<source>Expressions used with an 'If' expression cannot contain type characters.</source>
<target state="translated">与“If”表达式一起使用的表达式不能包含类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFName">
<source>'If' operands cannot be named arguments.</source>
<target state="translated">'“If”操作数不能是命名参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion">
<source>Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.</source>
<target state="translated">无法推断“If”运算符的第二个和第三个操作数的通用类型。其中一个必须是另一个的扩大转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCondTypeInIIF">
<source>First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.</source>
<target state="translated">二进制“If”表达式中的第一个操作数必须是可以为 null 的类型或引用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCallIIF">
<source>'If' operator cannot be used in a 'Call' statement.</source>
<target state="translated">'“If”运算符不能在“Call”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyAsNewAndNullable">
<source>Nullable modifier cannot be specified in variable declarations with 'As New'.</source>
<target state="translated">在变量声明中不能用“As New”指定可以为 null 的修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion2">
<source>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.</source>
<target state="translated">无法推断二元“If”运算符的第一个和第二个操作数的通用类型。其中一个必须是另一个的扩大转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNullTypeInCCExpression">
<source>Nullable types are not allowed in conditional compilation expressions.</source>
<target state="translated">在条件编译表达式中不允许有可以为 null 的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableImplicit">
<source>Nullable modifier cannot be used with a variable whose implicit type is 'Object'.</source>
<target state="translated">可以为 null 的修饰符不能与隐式类型为 "Object" 的变量一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRuntimeHelper">
<source>Requested operation is not available because the runtime library function '{0}' is not defined.</source>
<target state="translated">所请求的操作不可用,因为没有定义运行库函数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterGlobalNameSpace">
<source>'Global' must be followed by '.' and an identifier.</source>
<target state="translated">'“Global”的后面必须跟有“.”和标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalExpectedIdentifier">
<source>'Global' not allowed in this context; identifier expected.</source>
<target state="translated">'此上下文中不允许 "Global";应为标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalInHandles">
<source>'Global' not allowed in handles; local name expected.</source>
<target state="translated">'句柄中不允许 "Global";应为本地名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseIfNoMatchingIf">
<source>'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'"ElseIf" 前面必须是匹配的 "If" 或 "ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor2">
<source>Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.</source>
<target state="translated">特性构造函数有一个“{0}”类型的“ByRef”参数;不能用带有 byref 参数的构造函数来应用特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndUsingWithoutUsing">
<source>'End Using' must be preceded by a matching 'Using'.</source>
<target state="translated">'“End Using”前面必须是匹配的“Using”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndUsing">
<source>'Using' must end with a matching 'End Using'.</source>
<target state="translated">'“Using”必须以匹配的“End Using”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoUsing">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“Using”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingRequiresDisposePattern">
<source>'Using' operand of type '{0}' must implement 'System.IDisposable'.</source>
<target state="translated">“{0}”类型的“Using”操作数必须实现“System.IDisposable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarNeedsInitializer">
<source>'Using' resource variable must have an explicit initialization.</source>
<target state="translated">'"Using" 资源变量必须有一个显式初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarCantBeArray">
<source>'Using' resource variable type can not be array type.</source>
<target state="translated">'"Using" 资源变量类型不能是数组类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInUsing">
<source>'On Error' statements are not valid within 'Using' statements.</source>
<target state="translated">'"On Error" 语句在 "Using" 语句内无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyNameConflictInMyCollection">
<source>'{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.</source>
<target state="translated">“{0}”与“My”组中公开的类型“{1}”所使用的成员同名。请重命名该类型或其封闭命名空间。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitVar">
<source>Implicit variable '{0}' is invalid because of '{1}'.</source>
<target state="translated">由于“{1}”,隐式变量“{0}”无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectInitializerRequiresFieldName">
<source>Object initializers require a field name to initialize.</source>
<target state="translated">对象初始值设定项需要一个字段名称以便进行初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedFrom">
<source>'From' expected.</source>
<target state="translated">'应为“From”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch1">
<source>Nested function does not have the same signature as delegate '{0}'.</source>
<target state="translated">嵌套函数与委托“{0}”的签名不相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch2">
<source>Nested sub does not have a signature that is compatible with delegate '{0}'.</source>
<target state="translated">嵌套 Sub 的签名与委托“{0}”不兼容。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamQuery1">
<source>'ByRef' parameter '{0}' cannot be used in a query expression.</source>
<target state="translated">'不能在查询表达式中使用“ByRef”参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionTreeNotSupported">
<source>Expression cannot be converted into an expression tree.</source>
<target state="translated">无法将表达式转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeQuery">
<source>Instance members and 'Me' cannot be used within query expressions in structures.</source>
<target state="translated">无法在结构中的查询表达式中使用实例成员和“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InferringNonArrayType1">
<source>Variable cannot be initialized with non-array type '{0}'.</source>
<target state="translated">无法用非数组类型“{0}”初始化变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefParamInExpressionTree">
<source>References to 'ByRef' parameters cannot be converted to an expression tree.</source>
<target state="translated">对“ByRef”参数的引用无法转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAnonTypeMemberName1">
<source>Anonymous type member or property '{0}' is already declared.</source>
<target state="translated">已声明匿名类型成员或属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAnonymousTypeForExprTree">
<source>Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.</source>
<target state="translated">无法将匿名类型转换为表达式树,因为此类型的属性用于初始化其他属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftAnonymousType1">
<source>Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.</source>
<target state="translated">不能在同一个初始化列表中的 lambda 表达式定义中使用匿名类型属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionOnlyAllowedOnModuleSubOrFunction">
<source>'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.</source>
<target state="translated">'“Extension”特性只能应用于“Module”、“Sub”或“Function”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNotInModule">
<source>Extension methods can be defined only in modules.</source>
<target state="translated">只能在模块中定义扩展方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNoParams">
<source>Extension methods must declare at least one parameter. The first parameter specifies which type to extend.</source>
<target state="translated">扩展方法必须至少声明一个参数。第一个参数指定要扩展的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOptionalFirstArg">
<source>'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'“Optional”无法应用于扩展方法的第一个参数。第一个参数指定要扩展哪个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodParamArrayFirstArg">
<source>'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">"ParamArray" 无法应用于扩展方法的第一个参数。第一个参数指定要扩展哪个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeFieldNameInference">
<source>Anonymous type member name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">只能从不带参数的简单名或限定名中推断匿名类型成员名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMemberOfAnonymousType2">
<source>'{0}' is not a member of '{1}'; it does not exist in the current context.</source>
<target state="translated">“{0}”不是“{1}”的成员;它不存在于当前上下文。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionAttributeInvalid">
<source>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.</source>
<target state="translated">编译器找到的“System.Runtime.CompilerServices.ExtensionAttribute”的自定义设计版本无效。必须将其特性用法标志设置为允许程序集、类和方法使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypePropertyOutOfOrder1">
<source>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.</source>
<target state="translated">无法使用匿名类型成员属性“{0}”来推断另一个成员属性的类型,因为尚未建立“{0}”的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in anonymous type declarations.</source>
<target state="translated">不能在匿名类型声明中使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleLiteralDisallowsTypeChar">
<source>Type characters cannot be used in tuple literals.</source>
<target state="translated">类型字符无法用在元组文本中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewWithTupleTypeSyntax">
<source>'New' cannot be used with tuple type. Use a tuple literal expression instead.</source>
<target state="translated">"New" 不能与元组类型共同使用。请改用元组字面量表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PredefinedValueTupleTypeMustBeStruct">
<source>Predefined type '{0}' must be a structure.</source>
<target state="translated">预定义的类型“{0}”必须是一种结构。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodUncallable1">
<source>Extension method '{0}' has type constraints that can never be satisfied.</source>
<target state="translated">扩展方法“{0}”具有无法满足的类型约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate3">
<source>
Extension method '{0}' defined in '{1}': {2}</source>
<target state="translated">
“{1}”中定义的扩展方法“{0}”: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatch">
<source>Method does not have a signature compatible with the delegate.</source>
<target state="translated">方法没有与委托兼容的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingTypeInferenceFails">
<source>Type arguments could not be inferred from the delegate.</source>
<target state="translated">未能从委托中推断类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs">
<source>Too many arguments.</source>
<target state="translated">参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted1">
<source>Parameter '{0}' already has a matching omitted argument.</source>
<target state="translated">形参“{0}”已具有匹配的省略实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice1">
<source>Parameter '{0}' already has a matching argument.</source>
<target state="translated">形参“{0}”已具有匹配的实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound1">
<source>'{0}' is not a method parameter.</source>
<target state="translated">“{0}”不是方法参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument1">
<source>Argument not specified for parameter '{0}'.</source>
<target state="translated">没有为参数“{0}”指定参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam1">
<source>Type parameter '{0}' cannot be inferred.</source>
<target state="translated">无法推断类型参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate2">
<source>
Extension method '{0}' defined in '{1}'.</source>
<target state="translated">
“{1}”中定义的扩展方法“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNeedField">
<source>Anonymous type must contain at least one member.</source>
<target state="translated">匿名类型必须至少包含一个成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNameWithoutPeriod">
<source>Anonymous type member name must be preceded by a period.</source>
<target state="translated">匿名类型成员名前面必须有一个句点。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeExpectedIdentifier">
<source>Identifier expected, preceded with a period.</source>
<target state="translated">应为开头带有句点的标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs2">
<source>Too many arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">对“{1}”中定义的扩展方法“{0}”而言,参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted3">
<source>Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.</source>
<target state="translated">“{2}”中定义的扩展方法中的“{1}”形参“{0}”已具有匹配的省略实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice3">
<source>Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.</source>
<target state="translated">“{2}”中定义的扩展方法“{1}”的形参“{0}”已具有匹配的实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound3">
<source>'{0}' is not a parameter of extension method '{1}' defined in '{2}'.</source>
<target state="translated">“{0}”不是“{2}”中定义的扩展方法“{1}”的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument3">
<source>Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.</source>
<target state="translated">没有为“{2}”中定义的扩展方法“{1}”的形参“{0}”指定实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam3">
<source>Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.</source>
<target state="translated">无法推断“{2}”中定义的扩展方法“{1}”的类型参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments2">
<source>Too few type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">对“{1}”中定义的扩展方法“{0}”而言,类型参数太少。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments2">
<source>Too many type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">对“{1}”中定义的扩展方法“{0}”而言,类型参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInOrEq">
<source>'In' or '=' expected.</source>
<target state="translated">'应为“In”或“=”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQueryableSource">
<source>Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.</source>
<target state="translated">类型“{0}”的表达式不可查询。请确保不缺少程序集引用和/或 LINQ 提供程序的命名空间导入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryOperatorNotFound">
<source>Definition of method '{0}' is not accessible in this context.</source>
<target state="translated">方法“{0}”的定义在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseOnErrorGotoWithClosure">
<source>Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.</source>
<target state="translated">方法不能同时包含“{0}”语句以及在 lambda 或查询表达式中使用的变量的定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotGotoNonScopeBlocksWithClosure">
<source>'{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.</source>
<target state="translated">“{0}{1}”无效,因为“{2}”所在的范围定义一个用在 lambda 表达式或查询表达式中的变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeQuery">
<source>Instance of restricted type '{0}' cannot be used in a query expression.</source>
<target state="translated">不能在查询表达式中使用受限类型“{0}”的实例。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeFieldNameInference">
<source>Range variable name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">只能从不带参数的简单名或限定名中推断范围变量名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryDuplicateAnonTypeMemberName1">
<source>Range variable '{0}' is already declared.</source>
<target state="translated">已声明范围变量“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in range variable declarations.</source>
<target state="translated">在范围变量声明中不能使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyInClosure">
<source>'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.</source>
<target state="translated">'在构造函数内的 lambda 表达式中,"ReadOnly" 变量不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoMultiDimArrayCreation">
<source>Multi-dimensional array cannot be converted to an expression tree.</source>
<target state="translated">多维数组无法转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoLateBind">
<source>Late binding operations cannot be converted to an expression tree.</source>
<target state="translated">后期绑定操作无法转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedBy">
<source>'By' expected.</source>
<target state="translated">'应为 "By"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryInvalidControlVariableName1">
<source>Range variable name cannot match the name of a member of the 'Object' class.</source>
<target state="translated">范围变量名无法与 "Object" 类的成员名匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIn">
<source>'In' expected.</source>
<target state="translated">'应为“In”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryNameNotDeclared">
<source>Name '{0}' is either not declared or not in the current scope.</source>
<target state="translated">名称“{0}”未声明或不在当前作用域中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedFunctionArgumentNarrowing3">
<source>Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">与参数“{0}”匹配的嵌套函数的返回类型从“{1}”收缩到“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonTypeFieldXMLNameInference">
<source>Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">无法根据不是有效 Visual Basic 标识符的 XML 标识符推断出匿名类型成员名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonTypeFieldXMLNameInference">
<source>Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">无法根据不是有效 Visual Basic 标识符的 XML 标识符推断出范围变量名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInto">
<source>'Into' expected.</source>
<target state="translated">'应为“Into”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnAggregation">
<source>Aggregate function name cannot be used with a type character.</source>
<target state="translated">聚合函数名不能与类型字符一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOn">
<source>'On' expected.</source>
<target state="translated">'应为 "On"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEquals">
<source>'Equals' expected.</source>
<target state="translated">'应为“Equals”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAnd">
<source>'And' expected.</source>
<target state="translated">'应为 "And"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsTypeMismatch">
<source>'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.</source>
<target state="translated">'“Equals”不能对类型为“{0}”的值与类型“{1}”的值进行比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsOperandIsBad">
<source>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.</source>
<target state="translated">“Equals”运算符的每一侧都必须至少引用一个范围变量。范围变量 {0} 必须出现在“Equals”运算符的一侧,范围变量 {1} 必须出现在另一侧。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotDelegate1">
<source>Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">Lambda 表达式无法转换为“{0}”,因为“{0}”不是委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotCreatableDelegate1">
<source>Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">Lambda 表达式无法转换为“{0}”,因为类型“{0}”被声明为“MustInherit”,无法创建。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotInferNullableForVariable1">
<source>A nullable type cannot be inferred for variable '{0}'.</source>
<target state="translated">对于变量“{0}”不能推断可以为 null 的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableTypeInferenceNotSupported">
<source>Nullable type inference is not supported in this context.</source>
<target state="translated">在该上下文中不支持可以为 null 的类型推理。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedJoin">
<source>'Join' expected.</source>
<target state="translated">'应为“Join”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableParameterMustSpecifyType">
<source>Nullable parameters must specify a type.</source>
<target state="translated">可以为 null 的参数必须指定一个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal2">
<source>Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">范围变量“{0}”隐藏封闭块中的某个变量、以前定义的某个范围变量或者在查询表达式中隐式声明的某个变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdasCannotHaveAttributes">
<source>Attributes cannot be applied to parameters of lambda expressions.</source>
<target state="translated">特性不能应用于 lambda 表达式的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaInSelectCaseExpr">
<source>Lambda expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">Lambda 表达式在 "Select Case" 语句的第一个表达式中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfInSelectCaseExpr">
<source>'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">'“AddressOf”表达式在“Select Case”语句的第一个表达式中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableCharNotSupported">
<source>The '?' character cannot be used here.</source>
<target state="translated">此处不能使用 "?" 字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeLambda">
<source>Instance members and 'Me' cannot be used within a lambda expression in structures.</source>
<target state="translated">无法在结构中的 lambda 表达式内使用实例成员和“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamLambda1">
<source>'ByRef' parameter '{0}' cannot be used in a lambda expression.</source>
<target state="translated">'不能在 lambda 表达式中使用“ByRef”参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeLambda">
<source>Instance of restricted type '{0}' cannot be used in a lambda expression.</source>
<target state="translated">不能在 lambda 表达式中使用受限类型“{0}”的实例。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaParamShadowLocal1">
<source>Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">Lambda 参数“{0}”隐藏封闭块中的某个变量、以前定义的某个范围变量或者在查询表达式中隐式声明的某个变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObjectLambda">
<source>Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.</source>
<target state="translated">Option Strict On 要求使用 "As" 子句来声明其类型无法推断的每个 lambda 表达式参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyParamsOnLambdaParamNoType">
<source>Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.</source>
<target state="translated">不能在 lambda 表达式的参数名中指定数组修饰符。数组修饰符必须在其类型中指定。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型。显式指定该数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit3">
<source>Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous1">
<source>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.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为可能会存在多个类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为可能会存在多个类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{0}”中定义的扩展方法“{1}”中类型形参的数据类型,因为可能会存在多个类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为可能会存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为可能会存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{0}”中定义的扩展方法“{1}”中类型形参的数据类型,因为可能会存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest1">
<source>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.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为这些数据类型不会转换为同一类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为这些数据类型不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff2">
<source>Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.</source>
<target state="translated">Option Strict On 不允许对方法“{0}”和委托“{1}”之间的隐式类型转换进行收缩。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleReturnTypeOfMember2">
<source>'{0}' is not accessible in this context because the return type is not accessible.</source>
<target state="translated">“{0}”是不可访问的返回类型,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifierOrGroup">
<source>'Group' or an identifier expected.</source>
<target state="translated">'应为“Group”或标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedGroup">
<source>'Group' not allowed in this context; identifier expected.</source>
<target state="translated">'此上下文中不允许 "Group";应为标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff3">
<source>Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.</source>
<target state="translated">Option Strict On 不允许对“{2}”中定义的扩展方法“{0}”和委托“{1}”之间的隐式类型转换进行收缩。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible3">
<source>Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">“{2}”中定义的扩展方法“{0}”没有与委托“{1}”兼容的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing2">
<source>Argument matching parameter '{0}' narrows to '{1}'.</source>
<target state="translated">与形参“{0}”匹配的实参收缩到“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate1">
<source>
{0}</source>
<target state="translated">
{0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyInitializedInStructure">
<source>Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.</source>
<target state="translated">如果没有将结构中包含的自动实现的属性标记为 "Shared",这些属性就不能有初始值设定项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsElements">
<source>XML elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 元素不能从类型“{0}”中选择。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsAttributes">
<source>XML attributes cannot be selected from type '{0}'.</source>
<target state="translated">XML 特性不能从类型“{0}”中选择。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsDescendants">
<source>XML descendant elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 子代元素不能从类型“{0}”中选择。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric2">
<source>Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.</source>
<target state="translated">“{1}”中定义的扩展方法“{0}”不是泛型方法(或没有可用的类型形参),因此无法拥有类型实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodCannotBeLateBound">
<source>Late-bound extension methods are not supported.</source>
<target state="translated">不支持后期绑定的扩展方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceArrayRankMismatch1">
<source>Cannot infer a data type for '{0}' because the array dimensions do not match.</source>
<target state="translated">无法推断“{0}”的数据类型,因为数组维数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryStrictDisallowImplicitObject">
<source>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.</source>
<target state="translated">无法推断范围变量的类型,且 Option Strict on 不允许后期绑定。请使用“As”子句来指定类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedInterfaceWithGeneric">
<source>Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.</source>
<target state="translated">无法嵌入类型“{0}”,因为它有泛型参数。请考虑禁用互操作类型嵌入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseGenericTypeAcrossAssemblyBoundaries">
<source>Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.</source>
<target state="translated">无法跨程序集边界使用类型“{0}”,因为它有身为嵌入的互操作类型的泛型类型参数。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">“{0}”已过时:“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2_Title">
<source>Type or member is obsolete</source>
<target state="translated">类型或成员已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4">
<source>{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'.</source>
<target state="translated">{0}“{1}”隐藏在基 {2}“{3}”中声明的可重载的成员。如果要重载基方法,则此方法必须声明为“Overloads”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4_Title">
<source>Member shadows an overloadable member declared in the base type</source>
<target state="translated">成员隐藏在基类型中声明的可重载的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5">
<source>{0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”与基 {3}“{4}”中的 {2}“{1}”冲突,应该声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5_Title">
<source>Member conflicts with member in the base type and should be declared 'Shadows'</source>
<target state="translated">成员与基类型中的成员发生冲突,因此应声明为 "Shadows"</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2">
<source>{0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.</source>
<target state="translated">{0}“{1}”隐藏基 {2}“{3}”中的可重写方法。若要重写基方法,必须将此方法声明为“Overrides”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2_Title">
<source>Member shadows an overridable method in the base type</source>
<target state="translated">成员隐藏基类型中的可重写的方法</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4">
<source>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'.</source>
<target state="translated">默认属性“{0}”与基 {2}“{3}”中的默认属性“{1}”冲突。“{0}”将成为默认属性。“{0}”应声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4_Title">
<source>Default property conflicts with the default property in the base type</source>
<target state="translated">默认属性与基类型中的默认属性发生冲突</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">“{0}”已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1_Title">
<source>Type or member is obsolete</source>
<target state="translated">类型或成员已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0">
<source>Possible problem detected while building assembly: {0}</source>
<target state="translated">生成程序集时检测到可能存在的问题: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">生成程序集时检测到可能的问题</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1">
<source>Possible problem detected while building assembly '{0}': {1}</source>
<target state="translated">生成程序集“{0}”时检测到可能存在的问题: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">生成程序集时检测到可能的问题</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1">
<source>'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.</source>
<target state="translated">'为类“{0}”指定了“Microsoft.VisualBasic.ComClassAttribute”,但“{0}”没有可以向 COM 公开的公共成员;因此不生成 COM 接口。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM</source>
<target state="translated">'为类指定了 "Microsoft.VisualBasic.ComClassAttribute",但类没有可向 COM 公开的公共成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5">
<source>{0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”隐式声明的“{2}”与基 {3}“{4}”中的成员冲突,因此应将 {0} 声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5_Title">
<source>Property or event implicitly declares type or member that conflicts with a member in the base type</source>
<target state="translated">属性或事件隐式声明与基类型中的成员发生冲突的类型或成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”与为基 {4}“{5}”中 {2}“{3}”隐式声明的成员冲突,应将它声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6_Title">
<source>Member conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">成员与为基类型中的属性或事件隐式声明的成员冲突</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7">
<source>{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'.</source>
<target state="translated">{0}“{1}”隐式声明的“{2}”与为基 {5}“{6}”中的 {3}“{4}”隐式声明的成员冲突。{0} 应声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7_Title">
<source>Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">属性或事件隐式声明与为基类型中的属性或事件隐式声明的成员发生冲突的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">“{1}”的“{0}”访问器已过时:“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3_Title">
<source>Property accessor is obsolete</source>
<target state="translated">属性访问器已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">“{1}”的“{0}”访问器已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2_Title">
<source>Property accessor is obsolete</source>
<target state="translated">属性访问器已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1">
<source>Type of member '{0}' is not CLS-compliant.</source>
<target state="translated">成员“{0}”的类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1_Title">
<source>Type of member is not CLS-compliant</source>
<target state="translated">成员的类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.</source>
<target state="translated">“{0}”不符合 CLS,因为它是从不符合 CLS 的“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because it derives from base type that is not CLS-compliant</source>
<target state="translated">类型不符合 CLS,原因是它从不符合 CLS 的基类型派生</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1">
<source>Return type of function '{0}' is not CLS-compliant.</source>
<target state="translated">函数“{0}”的返回类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1_Title">
<source>Return type of function is not CLS-compliant</source>
<target state="translated">函数的返回类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1">
<source>Type of parameter '{0}' is not CLS-compliant.</source>
<target state="translated">参数“{0}”的类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1_Title">
<source>Type of parameter is not CLS-compliant</source>
<target state="translated">参数的类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.</source>
<target state="translated">“{0}”不符合 CLS,因为它所继承的接口“{1}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because the interface it inherits from is not CLS-compliant</source>
<target state="translated">类型不符合 CLS,原因是它继承自的接口不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3">
<source>{0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.</source>
<target state="translated">{0}“{1}”不能被标记为符合 CLS,因为它的包含类型“{2}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3_Title">
<source>Member cannot be marked CLS-compliant because its containing type is not CLS-compliant</source>
<target state="translated">无法将成员标记为符合 CLS,原因是它的包含类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1">
<source>Name '{0}' is not CLS-compliant.</source>
<target state="translated">名称“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1_Title">
<source>Name is not CLS-compliant</source>
<target state="translated">名称不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1">
<source>Underlying type '{0}' of Enum is not CLS-compliant.</source>
<target state="translated">枚举的基础类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1_Title">
<source>Underlying type of Enum is not CLS-compliant</source>
<target state="translated">枚举的基础类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1">
<source>Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.</source>
<target state="translated">在符合 CLS 的接口中不允许出现不符合 CLS 的“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1_Title">
<source>Non CLS-compliant member is not allowed in a CLS-compliant interface</source>
<target state="translated">在符合 CLS 的接口中不允许出现不符合 CLS 的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.</source>
<target state="translated">在符合 CLS 的类型“{0}”中不允许出现不符合 CLS 的 "MustOverride" 成员。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1_Title">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type</source>
<target state="translated">在符合 CLS 的类型中不允许出现不符合 CLS 的 "Mustoverride" 成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2">
<source>'{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.</source>
<target state="translated">“{0}”不符合 CLS,因为它重载仅在数组参数类型的数组或数组参数类型的秩方面与它不同的“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2_Title">
<source>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</source>
<target state="translated">方法不符合 CLS,因为它重载仅在数组参数类型的数组或数组参数类型的秩方面与它不同的方法</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1">
<source>Root namespace '{0}' is not CLS-compliant.</source>
<target state="translated">根命名空间“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1_Title">
<source>Root namespace is not CLS-compliant</source>
<target state="translated">根命名空间不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2">
<source>Name '{0}' in the root namespace '{1}' is not CLS-compliant.</source>
<target state="translated">根命名空间“{1}”中的名称“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2_Title">
<source>Part of the root namespace is not CLS-compliant</source>
<target state="translated">根命名空间的一部分不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1">
<source>Generic parameter constraint type '{0}' is not CLS-compliant.</source>
<target state="translated">泛型形参约束类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1_Title">
<source>Generic parameter constraint type is not CLS-compliant</source>
<target state="translated">泛型参数约束类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1">
<source>Type '{0}' is not CLS-compliant.</source>
<target state="translated">类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1_Title">
<source>Type is not CLS-compliant</source>
<target state="translated">类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1">
<source>Type of optional value for optional parameter '{0}' is not CLS-compliant.</source>
<target state="translated">可选参数“{0}”的可选值的类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1_Title">
<source>Type of optional value for optional parameter is not CLS-compliant</source>
<target state="translated">可选参数的可选值类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.</source>
<target state="translated">System.CLSCompliantAttribute 不能应用于属性 "Get" 或 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet_Title">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'</source>
<target state="translated">System.CLSCompliantAttribute 不能应用于属性 "Get" 或 "Set"</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6">
<source>{0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.</source>
<target state="translated">{0}“{1}”和分部 {2}“{3}”在 {4}“{5}”中冲突,但由于其中的一个被声明为 Partial,因此正在合并。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6_Title">
<source>Type and partial type conflict, but are being merged because one of them is declared partial</source>
<target state="translated">类型和分部类型冲突,但由于其中一个被声明为 Partial,因此正在合并</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1">
<source>Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.</source>
<target state="translated">类型参数“{0}”与封闭类型的类型参数同名。封闭类型的类型参数将被隐藏。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1_Title">
<source>Type parameter has the same name as a type parameter of an enclosing type</source>
<target state="translated">类型参数与封闭类型的类型参数具有相同的名称</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1">
<source>Could not find standard library '{0}'.</source>
<target state="translated">未能找到标准库“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1_Title">
<source>Could not find standard library</source>
<target state="translated">找不到标准库</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2">
<source>Delegate type '{0}' of event '{1}' is not CLS-compliant.</source>
<target state="translated">事件“{1}”的委托类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2_Title">
<source>Delegate type of event is not CLS-compliant</source>
<target state="translated">事件的委托类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties">
<source>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.</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute 在应用于属性定义时不影响“Get”或“Set”。请根据相应的情况,将此特性直接应用于“Get”和“Set”过程。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties_Title">
<source>System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition</source>
<target state="translated">在应用到属性定义时,System.Diagnostics.DebuggerHiddenAttribute 不影响 "Get" 或 "Set"</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange">
<source>Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.</source>
<target state="translated">为 "Case" 语句指定的范围无效。请确保下限小于或等于上限。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange_Title">
<source>Range specified for 'Case' statement is not valid</source>
<target state="translated">为 "Case" 语句指定的范围无效</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3">
<source>'{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.</source>
<target state="translated">'事件“{1}”的“{0}”方法不能被标记为符合 CLS,因为它的包含类型“{2}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3_Title">
<source>AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant</source>
<target state="translated">事件的 AddHandler 方法或 RemoveHandler 方法无法标记为符合 CLS,原因是它的包含类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2">
<source>'{0}' in designer-generated type '{1}' should call InitializeComponent method.</source>
<target state="translated">'设计器生成的类型“{1}”中的“{0}”应调用 InitializeComponent 方法。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2_Title">
<source>Constructor in designer-generated type should call InitializeComponent method</source>
<target state="translated">设计器生成的类型中的构造函数应调用 InitializeComponent 方法</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3">
<source>Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.</source>
<target state="translated">命名空间名“{0}”的大小写与“{2}”中命名空间名“{1}”的大小写不匹配。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3_Title">
<source>Casing of namespace name does not match</source>
<target state="translated">命名空间名称的大小写不匹配</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1">
<source>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.</source>
<target state="translated">Imports“{0}”中指定的命名空间或类型不包含任何公共成员,或者找不到该命名空间或类型。确保定义了该命名空间或类型且其中至少包含一个公共成员。确保导入的元素名不使用任何别名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1_Title">
<source>Namespace or type specified in Imports statement doesn't contain any public member or cannot be found</source>
<target state="translated">在 Imports 语句中指定的命名空间或类型不包含任何公共成员或找不到公共成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1">
<source>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.</source>
<target state="translated">项目级 Imports“{0}”中指定的命名空间或类型不包含任何公共成员,或者找不到公共成员。要确保定义了该命名空间或类型且其中至少包含一个公共成员;还要确保导入的元素名不使用任何别名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title">
<source>Namespace or type imported at project level doesn't contain any public member or cannot be found</source>
<target state="translated">在项目级别导入的命名空间或类型不包含任何公共成员或找不到公共成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2">
<source>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.</source>
<target state="translated">已创建对嵌入的互操作程序集“{0}”的引用,因为程序集“{1}”间接引用了该程序集。请考虑更改其中一个程序集的“嵌入互操作类型”属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2_Title">
<source>A reference was created to embedded interop assembly because of an indirect reference to that assembly</source>
<target state="translated">已创建对嵌入的互操作程序集的引用,因为间接引用了该程序集</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">类“{0}”应该声明一个“Sub New”,因为其基类“{2}”中的“{1}”被标记为已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">类应声明 "Sub New",原因是它的基类中的构造函数被标记为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">类“{0}”应该声明一个“Sub New”,因为其基类“{2}”中的“{1}”被标记为已过时:“{3}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">类应声明 "Sub New",原因是它的基类中的构造函数被标记为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">此“Sub New”中的第一条语句应为对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标记为已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3_Title">
<source>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</source>
<target state="translated">此 "Sub New" 的第一条语句必须是对 "MyBase.New" 或 "MyClass.New" 的显式调用,原因是基类中的构造函数被标为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4">
<source>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}'</source>
<target state="translated">此“Sub New”中的第一条语句应为对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标记为已过时:“{3}”</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4_Title">
<source>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</source>
<target state="translated">此 "Sub New" 的第一条语句必须是对 "MyBase.New" 或 "MyClass.New" 的显式调用,原因是基类中的构造函数被标为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator">
<source>Operator without an 'As' clause; type of Object assumed.</source>
<target state="translated">运算符没有 "As" 子句;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator_Title">
<source>Operator without an 'As' clause</source>
<target state="translated">运算符没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2">
<source>Type arguments inferred for method '{0}' result in the following warnings :{1}</source>
<target state="translated">为方法“{0}”推断的类型参数导致以下警告:{1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2_Title">
<source>Type arguments inferred for method result in warnings</source>
<target state="translated">为方法推断的类型参数导致警告</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations.</source>
<target state="translated">特性 "Conditional" 只在 "Sub" 声明中有效。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction_Title">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations</source>
<target state="translated">特性 "Conditional" 只在 "Sub" 声明中有效</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute">
<source>Use command-line option '{0}' or appropriate project settings instead of '{1}'.</source>
<target state="translated">请使用命令行选项“{0}”或适当的项目设置,而不是“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute_Title">
<source>Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute</source>
<target state="translated">使用命令行选项 /keyfile、/keycontainer 或 /delaysign,而不要使用 AssemblyKeyFileAttribute、AssemblyKeyNameAttribute 或 AssemblyDelaySignAttribute</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall">
<source>Statement recursively calls the containing '{0}' for event '{1}'.</source>
<target state="translated">语句以递归方式调用事件“{1}”的包含“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall_Title">
<source>Statement recursively calls the event's containing AddHandler</source>
<target state="translated">语句递归调用事件包含的 AddHandler</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack">
<source>Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">将“ByRef”形参“{0}”的值复制回匹配实参时,发生从“{1}”到“{2}”的隐式转换。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack_Title">
<source>Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument</source>
<target state="translated">在把 "ByRef" 参数的值复制回匹配参数的过程中进行隐式转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2">
<source>{0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”与继承层次结构中的其他同名成员冲突,因此应声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2_Title">
<source>Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'</source>
<target state="translated">方法与继承层次结构中的其他同名成员冲突,因此应声明为 "Shadows"</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall">
<source>Expression recursively calls the containing Operator '{0}'.</source>
<target state="translated">表达式以递归方式调用包含运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall_Title">
<source>Expression recursively calls the containing Operator</source>
<target state="translated">表达式递归调用包含运算符</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2">
<source>Implicit conversion from '{0}' to '{1}'.</source>
<target state="translated">从“{0}”到“{1}”的隐式转换。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2_Title">
<source>Implicit conversion</source>
<target state="translated">隐式转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing">
<source>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.</source>
<target state="translated">局部变量“{0}”是只读的并且其类型是结构。调用此变量的成员或通过 ByRef 传递它不会更改其内容,并可能导致意外的错误。考虑在“Using”块之外声明此变量。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type is a structure</source>
<target state="translated">Using 语句声明的局部变量是只读的,它的类型是一种结构</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing">
<source>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.</source>
<target state="translated">局部变量“{0}”是只读的。其类型为结构时,调用其成员或使用 ByRef 传递该类型不会更改其内容,并可能会导致意外的结果。考虑在“Using”块之外声明此变量。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type may be a structure</source>
<target state="translated">Using 语句声明的局部变量是只读的,它的类型可能是一种结构</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1_Title">
<source>Implicit conversion</source>
<target state="translated">隐式转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution">
<source>Late bound resolution; runtime errors could occur.</source>
<target state="translated">后期绑定解决方案;可能会发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution_Title">
<source>Late bound resolution</source>
<target state="translated">后期绑定解决方案</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1">
<source>Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.</source>
<target state="translated">对运算符“{0}”使用了 Object 类型的操作数;应使用“Is”运算符来测试对象标识。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">为运算符使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2">
<source>Operands of type Object used for operator '{0}'; runtime errors could occur.</source>
<target state="translated">对运算符“{0}”使用了 Object 类型的操作数;可能会发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">为运算符使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">变量声明没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1_Title">
<source>Function without an 'As' clause</source>
<target state="translated">函数没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1_Title">
<source>Property without an 'As' clause</source>
<target state="translated">属性没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl">
<source>Variable declaration without an 'As' clause; type of Object assumed.</source>
<target state="translated">变量声明没有 "As" 子句;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">变量声明没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction">
<source>Function without an 'As' clause; return type of Object assumed.</source>
<target state="translated">函数没有 "As" 子句;假定返回类型为 Object。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction_Title">
<source>Function without an 'As' clause</source>
<target state="translated">函数没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty">
<source>Property without an 'As' clause; type of Object assumed.</source>
<target state="translated">属性没有 "As" 子句;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty_Title">
<source>Property without an 'As' clause</source>
<target state="translated">属性没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal">
<source>Unused local variable: '{0}'.</source>
<target state="translated">未使用的局部变量:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal_Title">
<source>Unused local variable</source>
<target state="translated">未使用的本地变量</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance">
<source>Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.</source>
<target state="translated">通过实例访问共享成员、常量成员、枚举成员或嵌套类型;将不计算限定表达式。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance_Title">
<source>Access of shared member, constant member, enum member or nested type through an instance</source>
<target state="translated">通过实例访问共享成员、常量成员、枚举成员或嵌套类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall">
<source>Expression recursively calls the containing property '{0}'.</source>
<target state="translated">表达式递归调用包含属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall_Title">
<source>Expression recursively calls the containing property</source>
<target state="translated">表达式递归调用包含属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch">
<source>'Catch' block never reached, because '{0}' inherits from '{1}'.</source>
<target state="translated">'永远不会到达“Catch”块,因为“{0}”从“{1}”继承。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch_Title">
<source>'Catch' block never reached; exception type's base type handled above in the same Try statement</source>
<target state="translated">'永远不会到达 "Catch" 块;异常类型的基类型已在上面同一个 Try 语句中处理</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef">
<source>Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">变量“{0}”在赋值前通过引用传递。可能会在运行时导致 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已通过引用传递</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch">
<source>'Catch' block never reached; '{0}' handled above in the same Try statement.</source>
<target state="translated">'永远不会到达“Catch”块;“{0}”已在上面同一个 Try 语句中处理。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch_Title">
<source>'Catch' block never reached; exception type handled above in the same Try statement</source>
<target state="translated">'永远不会到达 "Catch" 块;异常类型已在上面同一个 Try 语句中处理</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not">
<source>Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.</source>
<target state="translated">对运算符“{0}”使用了 Object 类型的操作数;应使用“IsNot”运算符来测试对象标识。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not_Title">
<source>Operands of type Object used for operator <></source>
<target state="translated">为运算符 <> 使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum">
<source>Bad checksum value, non hex digits or odd number of hex digits.</source>
<target state="translated">错误的校验和值、非十六进制数字或奇数个十六进制数字。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum_Title">
<source>Bad checksum value, non hex digits or odd number of hex digits</source>
<target state="translated">错误的校验和值、非十六进制数字或奇数个十六进制数字</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum">
<source>File name already declared with a different GUID and checksum value.</source>
<target state="translated">已使用另一个 GUID 和校验和值声明了文件名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum_Title">
<source>File name already declared with a different GUID and checksum value</source>
<target state="translated">已使用另一个 GUID 和校验和值声明了文件名</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum">
<source>Bad GUID format.</source>
<target state="translated">错误的 GUID 格式。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum_Title">
<source>Bad GUID format</source>
<target state="translated">错误的 GUID 格式</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.</source>
<target state="translated">在 "Select"、"Case" 语句的表达式中使用了 Object 类型的操作数;可能会发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase_Title">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements</source>
<target state="translated">"Select"、"Case" 语句的表达式中使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing">
<source>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'.</source>
<target state="translated">此表达式的计算结果始终为 Nothing (由于来自等于运算符的 null 传播)。若要检查值是否为 null,请考虑使用 "Is Nothing"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">此表达式的计算结果始终为 Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing">
<source>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'.</source>
<target state="translated">此表达式的计算结果始终为 Nothing (由于来自等于运算符的 null 传播)。若要检查值是否不为 null,请考虑使用 "IsNot Nothing"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">此表达式的计算结果始终为 Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst">
<source>Unused local constant: '{0}'.</source>
<target state="translated">未使用的局部常量:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst_Title">
<source>Unused local constant</source>
<target state="translated">未使用的局部常量</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5">
<source>'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}.</source>
<target state="translated">'类“{0}”上的“Microsoft.VisualBasic.ComClassAttribute”隐式声明的 {1}“{2}”与 {3}“{4}”中的同名成员冲突。如果要隐藏基 {4} 上的名称,请使用“Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name</source>
<target state="translated">'类上的 "Microsoft.VisualBasic.ComClassAttribute" 隐式声明与同名成员发生冲突的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1">
<source>'{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.</source>
<target state="translated">“{0}”无法作为属性“Let”向 COM 公开。将无法使用“Let”语句从 Visual Basic 6.0 向该属性分配非对象值(如数字或字符串)。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1_Title">
<source>Property cannot be exposed to COM as a property 'Let'</source>
<target state="translated">无法将属性作为 "Let" 属性向 COM 公开</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef">
<source>Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">变量“{0}”在赋值前被使用。可能会在运行时导致 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已被使用</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1">
<source>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.</source>
<target state="translated">函数“{0}”不会在所有代码路径上都返回值。当使用结果时,可能会在运行时发生 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">函数没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1">
<source>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.</source>
<target state="translated">运算符“{0}”不会在所有代码路径上都返回值。当使用结果时,可能会在运行时发生 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">运算符没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1">
<source>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.</source>
<target state="translated">属性“{0}”不会在所有代码路径上都返回值。当使用结果时,可能会在运行时发生 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">属性没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr">
<source>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</source>
<target state="translated">变量“{0}”在赋值前通过引用传递。可能会在运行时导致 null 引用异常。请确保结构或所有引用成员在使用前已经初始化</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已通过引用传递</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr">
<source>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</source>
<target state="translated">变量“{0}”在赋值前被使用。可能会在运行时导致 null 引用异常。请确保结构或所有引用成员在使用前已经初始化</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已被使用</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference">
<source>Static variable declared without an 'As' clause; type of Object assumed.</source>
<target state="translated">未使用 "As" 子句声明的静态变量;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference_Title">
<source>Static variable declared without an 'As' clause</source>
<target state="translated">声明静态变量时未使用 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName">
<source>Assembly reference '{0}' is invalid and cannot be resolved.</source>
<target state="translated">程序集引用“{0}”无效,无法解析。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName_Title">
<source>Assembly reference is invalid and cannot be resolved</source>
<target state="translated">程序集引用无效,无法解析</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine">
<source>XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.</source>
<target state="translated">XML 注释块必须紧挨着它应用于的语言元素的前面。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine_Title">
<source>XML comment block must immediately precede the language element to which it applies</source>
<target state="translated">XML 注释块必须紧跟它所应用于的语言元素</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock">
<source>Only one XML comment block is allowed per language element.</source>
<target state="translated">每个语言元素只能有一个 XML 注释块。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock_Title">
<source>Only one XML comment block is allowed per language element</source>
<target state="translated">每个语言元素只能有一个 XML 注释块</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine">
<source>XML comment must be the first statement on a line. XML comment will be ignored.</source>
<target state="translated">XML 注释必须是一行中的第一条语句。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine_Title">
<source>XML comment must be the first statement on a line</source>
<target state="translated">XML 注释必须是一行上的第一条语句</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod">
<source>XML comment cannot appear within a method or a property. XML comment will be ignored.</source>
<target state="translated">XML 注释不能在方法或属性内出现。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod_Title">
<source>XML comment cannot appear within a method or a property</source>
<target state="translated">XML 注释不能在方法或属性内出现</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1">
<source>XML documentation parse error: {0} XML comment will be ignored.</source>
<target state="translated">XML 文档分析错误: {0} XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1_Title">
<source>XML documentation parse error</source>
<target state="translated">XML 文档分析错误</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1">
<source>XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.</source>
<target state="translated">具有相同特性的 XML 注释标记“{0}”在同一 XML 注释块中出现多次。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1_Title">
<source>XML comment tag appears with identical attributes more than once in the same XML comment block</source>
<target state="translated">具有相同属性的 XML 注释标记在同一个 XML 注释块中出现多次</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2">
<source>XML comment tag '{0}' is not permitted on a '{1}' language element.</source>
<target state="translated">“{1}”语言元素中不允许 XML 注释标记“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2_Title">
<source>XML comment tag is not permitted on language element</source>
<target state="translated">语言元素中不允许出现 XML 注释标记</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2">
<source>XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML 注释参数“{0}”和相应的“{1}”语句的参数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2_Title">
<source>XML comment parameter does not match a parameter on the corresponding declaration statement</source>
<target state="translated">XML 注释参数与相应的声明语句上的参数不匹配</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName">
<source>XML comment parameter must have a 'name' attribute.</source>
<target state="translated">XML 注释参数必须具有 "name" 属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName_Title">
<source>XML comment parameter must have a 'name' attribute</source>
<target state="translated">XML 注释参数必须具有 "name" 属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1">
<source>XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.</source>
<target state="translated">XML 注释中的一个标记具有未能解析的“cref”特性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1_Title">
<source>XML comment has a tag with a 'cref' attribute that could not be resolved</source>
<target state="translated">XML 注释包含具有无法解析的 "cref" 属性的标记</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1">
<source>XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.</source>
<target state="translated">XML 注释标记“include”必须具有“{0}”特性。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1_Title">
<source>XML comment tag 'include' must have 'file' and 'path' attributes</source>
<target state="translated">XML 注释标记 "include" 必须具有 "file" 和 "path" 特性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2">
<source>Unable to create XML documentation file '{0}': {1}</source>
<target state="translated">无法创建 XML 文档文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2_Title">
<source>Unable to create XML documentation file</source>
<target state="translated">无法创建 XML 文档文件</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement">
<source>XML documentation comments must precede member or type declarations.</source>
<target state="translated">XML 文档注释必须位于成员声明或类型声明之前。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement_Title">
<source>XML documentation comments must precede member or type declarations</source>
<target state="translated">XML 文档注释必须位于成员声明或类型声明之前</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.</source>
<target state="translated">WriteOnly 属性中不允许有 XML 注释标记 "returns"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty_Title">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property</source>
<target state="translated">"WriteOnly" 属性中不允许出现 XML 注释标记 "returns"</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType">
<source>XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.</source>
<target state="translated">XML 注释在分部 {0} 中不能应用多次。此 {0} 的 XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType_Title">
<source>XML comment cannot be applied more than once on a partial type</source>
<target state="translated">XML 注释无法在一个分部类型上应用多次</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element.</source>
<target state="translated">declare sub 语言元素中不允许有 XML 注释标记 "returns"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub_Title">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element</source>
<target state="translated">"declare sub" 语言元素中不允许出现 XML 注释标记 "returns"</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag">
<source>XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.</source>
<target state="translated">XML 文档分析错误: 开始标记“{0}”没有匹配的结束标记。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag_Title">
<source>XML documentation parse error: Start tag doesn't have a matching end tag</source>
<target state="translated">XML 文档分析错误: 开始标记没有匹配的结束标记</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2">
<source>XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML 注释类型参数“{0}”和相应的“{1}”语句的类型参数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2_Title">
<source>XML comment type parameter does not match a type parameter on the corresponding declaration statement</source>
<target state="translated">XML 注释类型参数与相应的声明语句上的类型参数不匹配</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName">
<source>XML comment type parameter must have a 'name' attribute.</source>
<target state="translated">XML 注释类型参数必须具有 "name" 属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName_Title">
<source>XML comment type parameter must have a 'name' attribute</source>
<target state="translated">XML 注释类型参数必须具有 "name" 属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef">
<source>XML comment exception must have a 'cref' attribute.</source>
<target state="translated">XML 注释异常必须具有 "cref" 属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef_Title">
<source>XML comment exception must have a 'cref' attribute</source>
<target state="translated">XML 注释异常必须具有 "cref" 属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment">
<source>Unable to include XML fragment '{0}' of file '{1}'.</source>
<target state="translated">无法包括文件“{1}”的 XML 段落“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment_Title">
<source>Unable to include XML fragment</source>
<target state="translated">无法包括 XML 段落</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML">
<source>Unable to include XML fragment '{1}' of file '{0}'. {2}</source>
<target state="translated">无法包括文件“{0}”的 XML 段落“{1}”。{2}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML_Title">
<source>Unable to include XML fragment</source>
<target state="translated">无法包括 XML 段落</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2">
<source>Runtime errors might occur when converting '{0}' to '{1}'.</source>
<target state="translated">将“{0}”转换为“{1}”时可能发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2_Title">
<source>Runtime errors might occur when converting to or from interface type</source>
<target state="translated">运行时错误可能在转换到或从接口类型转换时发生</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda">
<source>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.</source>
<target state="translated">在 lambda 表达式中使用迭代变量可能会产生意外的结果。应改为在循环中创建一个局部变量并将迭代变量的值赋给它。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda_Title">
<source>Using the iteration variable in a lambda expression may have unexpected results</source>
<target state="translated">在 lambda 表达式中使用迭代变量可能会产生意外的结果</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler">
<source>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.</source>
<target state="translated">Lambda 表达式将不会从此事件处理程序中移除。将 lambda 表达式赋给变量,并使用该变量添加和移除事件。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler_Title">
<source>Lambda expression will not be removed from this event handler</source>
<target state="translated">Lambda 表达式将不会从此事件处理程序中删除</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery">
<source>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.</source>
<target state="translated">在查询表达式中使用迭代变量可能会产生意外的结果。应改为在循环中创建一个局部变量并将迭代变量的值赋给它。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery_Title">
<source>Using the iteration variable in a query expression may have unexpected results</source>
<target state="translated">在查询表达式中使用迭代变量可能会产生意外的结果</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler">
<source>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.</source>
<target state="translated">"AddressOf" 表达式在此上下文中不起作用,因为 "AddressOf" 的方法参数需要到该事件的委托类型的宽松转换。将 "AddressOf' 表达式赋给变量,并使用变量将该方法作为处理程序进行添加或移除。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler_Title">
<source>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</source>
<target state="translated">"AddressOf" 表达式在此上下文中不起作用,原因是 "AddressOf" 的方法参数需要到该事件的委托类型的宽松转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl">
<source>Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.</source>
<target state="translated">假定范围变量属于对象类型,因为无法推断其类型。请使用“As”子句指定不同类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl_Title">
<source>Range variable is assumed to be of type Object because its type cannot be inferred</source>
<target state="translated">范围变量被假设为 Object 类型,原因是无法推断它的类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingFunction">
<source>Multiline lambda expression is missing 'End Function'.</source>
<target state="translated">多行 lambda 表达式缺少 "End Function"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingSub">
<source>Multiline lambda expression is missing 'End Sub'.</source>
<target state="translated">多行 lambda 表达式缺少 "End Sub"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOnLambdaReturnType">
<source>Attributes cannot be applied to return types of lambda expressions.</source>
<target state="translated">特性不能应用于 lambda 表达式的返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubDisallowsStatement">
<source>Statement is not valid inside a single-line statement lambda.</source>
<target state="translated">该语句在单行语句 lambda 中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesBang">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key</source>
<target state="translated">此单行语句 lambda 必须括在括号中。例如: (Sub() <语句>)!key</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesDot">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke()</source>
<target state="translated">此单行语句 lambda 必须括在括号中。例如: (Sub() <语句>).Invoke()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesLParen">
<source>This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) ()</source>
<target state="translated">此单行语句 lambda 必须括在括号中。例如: Call (Sub() <语句>) ()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresSingleStatement">
<source>Single-line statement lambdas must include exactly one statement.</source>
<target state="translated">单行语句 lambda 必须仅包含一个语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StaticInLambda">
<source>Static local variables cannot be declared inside lambda expressions.</source>
<target state="translated">无法在 lambda 表达式内声明静态局部变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializedExpandedProperty">
<source>Expanded Properties cannot be initialized.</source>
<target state="translated">无法初始化扩展属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantHaveParams">
<source>Auto-implemented properties cannot have parameters.</source>
<target state="translated">自动实现的属性不能带有参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantBeWriteOnly">
<source>Auto-implemented properties cannot be WriteOnly.</source>
<target state="translated">自动实现的属性不能为 WriteOnly。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFCount">
<source>'If' operator requires either two or three operands.</source>
<target state="translated">'“If”运算符需要两个或三个操作数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotACollection1">
<source>Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.</source>
<target state="translated">无法用集合初始值设定项初始化类型“{0}”,因为该类型不是集合类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAddMethod1">
<source>Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.</source>
<target state="translated">无法用集合初始值设定项初始化类型“{0}”,因为该类型没有可访问的“Add”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCombineInitializers">
<source>An Object Initializer and a Collection Initializer cannot be combined in the same initialization.</source>
<target state="translated">不能将对象初始值设定项与集合初始值设定项组合到同一个初始化过程中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmptyAggregateInitializer">
<source>An aggregate collection initializer entry must contain at least one element.</source>
<target state="translated">聚合集合初始值设定项必须至少包含一个元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndElementNoMatchingStart">
<source>XML end element must be preceded by a matching start element.</source>
<target state="translated">XML 结束元素前面必须是匹配的开始元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdasCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside a lambda expression.</source>
<target state="translated">'“On Error”和“Resume”不能出现在 lambda 表达式内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceDisallowedHere">
<source>Keywords 'Out' and 'In' can only be used in interface and delegate declarations.</source>
<target state="translated">关键字 "Out" 和 "In" 只能在接口声明和委托声明中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndCDataNotAllowedInContent">
<source>The literal string ']]>' is not allowed in element content.</source>
<target state="translated">元素内容中不允许使用字符串“]]>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadsModifierInModule">
<source>Inappropriate use of '{0}' keyword in a module.</source>
<target state="translated">模块中不恰当地使用了“{0}”关键字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedTypeOrNamespace1">
<source>Type or namespace '{0}' is not defined.</source>
<target state="translated">未定义类型或命名空间“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentityDirectCastForFloat">
<source>Using DirectCast operator to cast a floating-point value to the same type is not supported.</source>
<target state="translated">不支持使用 DirectCast 运算符将浮点值强制转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete.</source>
<target state="translated">使用 DirectCast 运算符将值类型强制转换为同一类型的做法已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType_Title">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete</source>
<target state="translated">使用 DirectCast 运算符将值类型强制转换为同一类型的做法已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode">
<source>Unreachable code detected.</source>
<target state="translated">检测到无法访问的代码。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode_Title">
<source>Unreachable code detected</source>
<target state="translated">检测到无法访问的代码</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1">
<source>Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">函数“{0}”不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">函数没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1">
<source>Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">运算符“{0}”不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">运算符没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1">
<source>Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">属性“{0}”不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">属性没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedGlobalNamespace">
<source>Global namespace may not be nested in another namespace.</source>
<target state="translated">全局命名空间不能嵌套在另一个命名空间中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatch6">
<source>'{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.</source>
<target state="translated">“{0}”不能通过 {4}“{5}”在 {2}“{3}”中公开类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMetaDataReference1">
<source>'{0}' cannot be referenced because it is not a valid assembly.</source>
<target state="translated">“{0}”不是有效程序集,因此无法引用它。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementAllAccessors">
<source>'{0}' cannot be implemented by a {1} property.</source>
<target state="translated">“{0}”无法由 {1} 属性实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMustOverride">
<source>
{0}: {1}</source>
<target state="translated">
{0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfTooManyTypesObjectDisallowed">
<source>Cannot infer a common type because more than one type is possible.</source>
<target state="translated">无法推断通用类型,因为可能存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed">
<source>Cannot infer a common type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">无法推断通用类型,因为可能存在多个类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed_Title">
<source>Cannot infer a common type because more than one type is possible</source>
<target state="translated">无法推断通用类型,原因是可能存在多个类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoTypeObjectDisallowed">
<source>Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.</source>
<target state="translated">无法推断通用类型,且 Option Strict On 不允许假定“Object”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed">
<source>Cannot infer a common type; 'Object' assumed.</source>
<target state="translated">无法推断通用类型;假定为“Object”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed_Title">
<source>Cannot infer a common type</source>
<target state="translated">无法推断通用类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoType">
<source>Cannot infer a common type.</source>
<target state="translated">无法推断通用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyFileFailure">
<source>Error extracting public key from file '{0}': {1}</source>
<target state="translated">从文件“{0}”中提取公钥时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyContainerFailure">
<source>Error extracting public key from container '{0}': {1}</source>
<target state="translated">从容器“{0}”中提取公钥时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefNotEqualToThis">
<source>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.</source>
<target state="translated">友元访问权限由“{0}”授予,但是输出程序集的公钥与授予程序集中特性指定的公钥不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefSigningMismatch">
<source>Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.</source>
<target state="translated">友元访问权限由“{0}”授予,但是输出程序集的强名称签名状态与授予程序集的强名称签名状态不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNoKey">
<source>Public sign was specified and requires a public key, but no public key was specified</source>
<target state="translated">已指定公共符号并且它需要一个公钥,但未指定任何公钥</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNetModule">
<source>Public signing is not supported for netmodules.</source>
<target state="translated">netmodule 不支持公共签名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning">
<source>Attribute '{0}' is ignored when public signing is specified.</source>
<target state="translated">指定公共签名时,将忽略特性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning_Title">
<source>Attribute is ignored when public signing is specified.</source>
<target state="translated">指定公共签名时,将忽略特性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey">
<source>Delay signing was specified and requires a public key, but no public key was specified.</source>
<target state="translated">指定了延迟签名,这需要公钥,但是未指定任何公钥。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey_Title">
<source>Delay signing was specified and requires a public key, but no public key was specified</source>
<target state="translated">指定了延迟签名,这需要公钥,但是未指定任何公钥</target>
<note />
</trans-unit>
<trans-unit id="ERR_SignButNoPrivateKey">
<source>Key file '{0}' is missing the private key needed for signing.</source>
<target state="translated">密钥文件“{0}”缺少进行签名所需的私钥。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FailureSigningAssembly">
<source>Error signing assembly '{0}': {1}</source>
<target state="translated">对程序集“{0}”签名时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat">
<source>The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]</source>
<target state="translated">指定的版本字符串不符合所需格式 - major[.minor[.build|*[.revision|*]]]</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定版本字符串不符合建议格式 - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat_Title">
<source>The specified version string does not conform to the recommended format</source>
<target state="translated">指定的版本字符串不符合建议的格式</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat2">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定版本字符串不符合建议格式 - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCultureForExe">
<source>Executables cannot be satellite assemblies; culture should always be empty</source>
<target state="translated">可执行文件不能是附属程序集;区域性应始终为空</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored">
<source>The entry point of the program is global script code; ignoring '{0}' entry point.</source>
<target state="translated">程序的入口点是全局脚本代码;正在忽略“{0}”入口点。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored_Title">
<source>The entry point of the program is global script code; ignoring entry point</source>
<target state="translated">程序的入口点是全局脚本代码;正在忽略入口点</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName">
<source>The xmlns attribute has special meaning and should not be written with a prefix.</source>
<target state="translated">xmlns 特性具有特殊含义,不应使用前缀进行编写。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName_Title">
<source>The xmlns attribute has special meaning and should not be written with a prefix</source>
<target state="translated">xmlns 特性具有特殊含义,不应使用前缀进行编写</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName">
<source>It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?</source>
<target state="translated">建议不要将特性命名为 xmlns。是否有意编写“xmlns:{0}”以定义名为“{0}”的前缀?</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName_Title">
<source>It is not recommended to have attributes named xmlns</source>
<target state="translated">不建议拥有名为 xmlns 的属性</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSingleScript">
<source>Expected a single script (.vbx file)</source>
<target state="translated">需要一个脚本 (.vbx 文件)</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedAssemblyName">
<source>The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session</source>
<target state="translated">程序集名“{0}”保留名称,不能在交互会话中用作引用</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceDirectiveOnlyAllowedInScripts">
<source>#R is only allowed in scripts</source>
<target state="translated">仅在脚本中允许 #R</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAllowedInScript">
<source>You cannot declare Namespace in script code</source>
<target state="translated">不能在脚本代码中声明命名空间</target>
<note />
</trans-unit>
<trans-unit id="ERR_KeywordNotAllowedInScript">
<source>You cannot use '{0}' in top-level script code</source>
<target state="translated">您不能使用顶级脚本代码中的“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoType">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">无法推断返回类型。请考虑添加一个“As”子句来指定返回类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed">
<source>Cannot infer a return type; 'Object' assumed.</source>
<target state="translated">无法推断返回类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed_Title">
<source>Cannot infer a return type</source>
<target state="translated">无法推断返回类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed">
<source>Cannot infer a return type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">无法推断返回类型,因为可能存在多个类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed_Title">
<source>Cannot infer a return type because more than one type is possible</source>
<target state="translated">无法推断返回类型,原因是可能存在多个类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoTypeObjectDisallowed">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">无法推断返回类型。请考虑添加一个 "As" 子句来指定返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaTooManyTypesObjectDisallowed">
<source>Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">无法推断返回类型,因为可能存在多个类型。请考虑添加一个 "As" 子句来指定返回类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch">
<source>The command line switch '{0}' is not yet implemented and was ignored.</source>
<target state="translated">命令行开关“{0}”尚未实现,已忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch_Title">
<source>Command line switch is not yet implemented</source>
<target state="translated">命令行开关尚未实现</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoTypeObjectDisallowed">
<source>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.</source>
<target state="translated">无法推断元素类型,且 Option Strict On 不允许假定 "Object"。指定数组的类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoType">
<source>Cannot infer an element type. Specifying the type of the array might correct this error.</source>
<target state="translated">无法推断元素类型。指定数组的类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitTooManyTypesObjectDisallowed">
<source>Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.</source>
<target state="translated">无法推断元素类型,因为可能存在多个类型。指定数组的类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed">
<source>Cannot infer an element type; 'Object' assumed.</source>
<target state="translated">无法推断元素类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed_Title">
<source>Cannot infer an element type</source>
<target state="translated">无法推断元素类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed">
<source>Cannot infer an element type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">无法推断元素类型,因为可能存在多个类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed_Title">
<source>Cannot infer an element type because more than one type is possible</source>
<target state="translated">无法推断元素类型,原因是可能存在多个类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3">
<source>Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.</source>
<target state="translated">未能推断“{1}”中“{0}”的数据类型。假定为“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3_Title">
<source>Data type could not be inferred</source>
<target state="translated">无法推断数据类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousCastConversion2">
<source>Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.</source>
<target state="translated">Option Strict 不允许进行“{0}”到“{1}”的隐式转换,因为转换不明确。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2">
<source>Conversion from '{0}' to '{1}' may be ambiguous.</source>
<target state="translated">从“{0}”到“{1}”的转换可能不明确。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2_Title">
<source>Conversion may be ambiguous</source>
<target state="translated">转换可能不明确</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑改用“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑改用“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3_Title">
<source>Type cannot be converted to target collection type</source>
<target state="translated">无法将类型转换为目标集合类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedIn6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.</source>
<target state="translated">“{4}”不能转换为“{5}”,因为根据“{3}”中“In”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedOut6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.</source>
<target state="translated">“{4}”不能转换为“{5}”,因为根据“{3}”中“Out”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6">
<source>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}'.</source>
<target state="translated">从“{4}”到“{5}”的隐式转换;此转换可能失败,因为根据“{3}”中“In”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter</source>
<target state="translated">隐式转换;此转换可能失败,原因是目标类型不是从源类型派生的,而这是 "In" 泛型参数所必需的</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6">
<source>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}'.</source>
<target state="translated">从“{4}”到“{5}”的隐式转换;此转换可能失败,因为根据“{3}”中“Out”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter</source>
<target state="translated">隐式转换;此转换可能失败,原因是目标类型不是从源类型派生的,而这是 "Out" 泛型参数所必需的</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 In 类型参数“In {2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 Out 类型参数“Out {2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 In 类型参数“In {2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">无法将类型转换为目标类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 Out 类型参数“Out {2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">无法将类型转换为目标类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3">
<source>Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.</source>
<target state="translated">“{2}”中的“In”和“Out”参数导致接口“{0}”与另一个已实现的接口“{1}”一起使用时目的不明确。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3_Title">
<source>Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters</source>
<target state="translated">接口对于另一个实现的接口不明确,原因在于 "In" 和 "Out" 参数</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInterfaceNesting">
<source>Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.</source>
<target state="translated">无法在含有 "In" 或 "Out" 类型参数的接口中声明枚举、类和结构。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VariancePreventsSynthesizedEvents2">
<source>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 ...)'.</source>
<target state="translated">在“{0}”这样的含有“In”或“Out”类型参数的接口中,不允许带参数的事件定义。考虑使用不在“{0}”中定义的委托类型来声明事件。例如,“Event {1} As Action(Of ...)”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInByRefDisallowed1">
<source>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.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“In”和“Out”类型参数不能用于 ByRef 参数类型,且“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用于“{1}”,因为“In”和“Out”类型参数不能设置为可以为 null,并且“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{2}”中的“{1}”,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”中“{3}”的“{2}”,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInPropertyDisallowed1">
<source>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.</source>
<target state="translated">在此上下文中,类型“{0}”不能用作属性类型,因为“{0}”是“In”类型参数,且该属性未标记为 WriteOnly。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReadOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用作 ReadOnly 属性类型,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReturnDisallowed1">
<source>Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用作返回类型,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByRefDisallowed1">
<source>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.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“In”和“Out”类型参数不能用于 ByRef 参数类型,且“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByValDisallowed1">
<source>Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用作 ByVal 参数类型,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutConstraintDisallowed1">
<source>Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用作泛型类型约束,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用于“{1}”,因为“In”和“Out”类型参数不能设置为可以为 null,并且“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{2}”中的“{1}”,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”中“{3}”的“{2}”,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutPropertyDisallowed1">
<source>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.</source>
<target state="translated">在此上下文中,类型“{0}”不能用作属性类型,因为“{0}”是“Out”类型参数,且该属性未标记为 ReadOnly。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutWriteOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用作 WriteOnly 属性类型,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowed2">
<source>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}'.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedForGeneric4">
<source>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}'.</source>
<target state="translated">类型“{0}”不能在此上下文中用于“{3}”中的“{2}”,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHere3">
<source>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}'.</source>
<target state="translated">类型“{0}”不能在此上下文用于“{2}”,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHereForGeneric5">
<source>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}'.</source>
<target state="translated">类型“{0}”不能在此上下文中用于“{2}”中“{4}”的“{3}”,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterNotValidForType">
<source>Parameter not valid for the specified unmanaged type.</source>
<target state="translated">参数对于指定非托管类型无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeNotValidForFields">
<source>Unmanaged type '{0}' not valid for fields.</source>
<target state="translated">非托管类型“{0}”对于字段无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeOnlyValidForFields">
<source>Unmanaged type '{0}' is only valid for fields.</source>
<target state="translated">非托管类型“{0}”仅对字段有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired1">
<source>Attribute parameter '{0}' must be specified.</source>
<target state="translated">必须指定特性参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired2">
<source>Attribute parameter '{0}' or '{1}' must be specified.</source>
<target state="translated">必须指定特性参数“{0}”或“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberConflictWithSynth4">
<source>Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.</source>
<target state="translated">与为 {2}“{3}”中的“{1}”隐式声明的“{0}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ProjectSettingsLocationName">
<source><project settings></source>
<target state="translated"><项目设置></target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty">
<source>Attributes applied on a return type of a WriteOnly Property have no effect.</source>
<target state="translated">应用于 WriteOnly 属性的返回类型的特性不起作用。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title">
<source>Attributes applied on a return type of a WriteOnly Property have no effect</source>
<target state="translated">应用于 WriteOnly 属性的返回类型的特性不起作用</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidTarget">
<source>Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.</source>
<target state="translated">安全特性“{0}”对此声明类型无效。安全特性仅对程序集、类型和方法声明有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AbsentReferenceToPIA1">
<source>Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?</source>
<target state="translated">找不到与嵌入的类型“{0}”匹配的互操作类型。是否缺少程序集引用?</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLinkClassWithNoPIA1">
<source>Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.</source>
<target state="translated">当类“{0}”的程序集配置为嵌入互操作类型时,不允许使用对该类的引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidStructMemberNoPIA1">
<source>Embedded interop structure '{0}' can contain only public instance fields.</source>
<target state="translated">嵌入的互操作结构“{0}”只能包含公共实例字段。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPIAAttributeMissing2">
<source>Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.</source>
<target state="translated">无法嵌入互操作类型“{0}”,因为它缺少必需的“{1}”特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoAssemblyGuid1">
<source>Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.</source>
<target state="translated">无法嵌入来自程序集“{0}”的互操作类型,因为它缺少“{1}”特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalTypes3">
<source>Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.</source>
<target state="translated">无法嵌入程序集“{1}”和“{2}”中找到的互操作类型“{0}”。请考虑禁用互操作类型的嵌入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoTypeLibAttribute1">
<source>Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.</source>
<target state="translated">无法嵌入来自程序集“{0}”的互操作类型,因为它缺少“{1}”特性或“{2}”特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceInterfaceMustBeInterface">
<source>Interface '{0}' has an invalid source interface which is required to embed event '{1}'.</source>
<target state="translated">接口“{0}”的源接口无效,该源接口是嵌入事件“{1}”所必需的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNoPIANoBackingMember">
<source>Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.</source>
<target state="translated">源接口“{0}”缺少方法“{2}”,此方法对嵌入事件“{1}”是必需的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedInteropType">
<source>Nested type '{0}' cannot be embedded.</source>
<target state="translated">无法嵌入嵌套类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalTypeNameClash2">
<source>Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.</source>
<target state="translated">嵌入来自程序集“{1}”中的互操作类型“{0}”会导致当前程序集中发生名称冲突。请考虑禁用互操作类型的嵌入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InteropMethodWithBody1">
<source>Embedded interop method '{0}' contains a body.</source>
<target state="translated">嵌入互操作方法“{0}”包含主体。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncInQuery">
<source>'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.</source>
<target state="translated">'"Await" 只能在初始 "From" 子句的第一个集合表达式或 "Join" 子句的集合表达式的查询表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGetAwaiterMethod1">
<source>'Await' requires that the type '{0}' have a suitable GetAwaiter method.</source>
<target state="translated">'“Await”要求类型“{0}”包含适当的 GetAwaiter 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIsCompletedOnCompletedGetResult2">
<source>'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.</source>
<target state="translated">'“Await”要求“{1}.GetAwaiter()”的返回类型“{0}”包含适当的 IsCompleted、OnCompleted 和 GetResult 成员,并实现 INotifyCompletion 或 ICriticalNotifyCompletion</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoesntImplementAwaitInterface2">
<source>'{0}' does not implement '{1}'.</source>
<target state="translated">“{0}”未实现“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNothing">
<source>Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.</source>
<target state="translated">不能等待 Nothing。请考虑改为等待“Task.Yield()”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncByRefParam">
<source>Async methods cannot have ByRef parameters.</source>
<target state="translated">异步方法不能包含 ByRef 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAsyncIteratorModifiers">
<source>'Async' and 'Iterator' modifiers cannot be used together.</source>
<target state="translated">'“Async”和“Iterator”修饰符不能一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadResumableAccessReturnVariable">
<source>The implicit return variable of an Iterator or Async method cannot be accessed.</source>
<target state="translated">无法访问迭代器方法或异步方法的隐式返回变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonGenericTaskAsync">
<source>'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)'.</source>
<target state="translated">'此异步方法中的 "Return" 语句无法返回值,因为函数的返回类型为 "Task" 。请考虑将函数的返回类型更改为 "Task(Of T)"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturnOperand1">
<source>Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.</source>
<target state="translated">这是一个异步方法,因此返回表达式的类型必须为“{0}”而不是“Task(Of {0})”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturn">
<source>The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).</source>
<target state="translated">只能在 Sub 上或者在返回 Task 或 Task(Of T) 的函数上使用 "Async" 修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAwaitAsyncSub1">
<source>'{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.</source>
<target state="translated">“{0}”不返回 Task 且无法等待。请考虑将它更改为 Async Function。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLambdaModifier">
<source>'Only the 'Async' or 'Iterator' modifier is valid on a lambda.</source>
<target state="translated">'仅“Async”或“Iterator”修饰符在 lambda 上有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncMethod">
<source>'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})'.</source>
<target state="translated">'“Await”只能在异步方法中使用。请考虑使用“Async”修饰符标记此方法,并将其返回类型更改为“Task(Of {0})”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncVoidMethod">
<source>'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.</source>
<target state="translated">'“Await”只能用于异步方法中。请考虑用“Async”修饰符标记此方法,并将其返回类型更改为“Task”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncLambda">
<source>'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.</source>
<target state="translated">'“Await”只能用于异步 lambda 表达式中。请考虑用“Async”修饰符标记此 lambda 表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNotInAsyncMethodOrLambda">
<source>'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.</source>
<target state="translated">'仅当其包含方法或 lambda 表达式用“Async”修饰符标记时,才能使用“Await”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StatementLambdaInExpressionTree">
<source>Statement lambdas cannot be converted to expression trees.</source>
<target state="translated">语句 lambda 不能转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression">
<source>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.</source>
<target state="translated">由于此调用不会等待,因此在调用完成前将继续执行当前方法。请考虑对调用结果应用 Await 运算符。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression_Title">
<source>Because this call is not awaited, execution of the current method continues before the call is completed</source>
<target state="translated">由于此调用不会等待,因此在调用完成前将继续执行当前方法</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotAwait">
<source>Loop control variable cannot include an 'Await'.</source>
<target state="translated">循环控制变量不可包含 "Await"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticInitializerInResumable">
<source>Static variables cannot appear inside Async or Iterator methods.</source>
<target state="translated">静态变量不能出现在异步方法或迭代器方法内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedResumableType1">
<source>'{0}' cannot be used as a parameter type for an Iterator or Async method.</source>
<target state="translated">“{0}”不能用作 Iterator 或 Async 方法的参数类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorAsync">
<source>Constructor must not have the 'Async' modifier.</source>
<target state="translated">构造函数不得包含“Async”修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustNotBeAsync1">
<source>'{0}' cannot be declared 'Partial' because it has the 'Async' modifier.</source>
<target state="translated">“{0}”不能声明为“Partial”,因为它具有“Async”修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumablesCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside async or iterator methods.</source>
<target state="translated">'"On Error" 和 "Resume" 不能出现在异步方法或迭代器方法内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumableLambdaInExpressionTree">
<source>Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.</source>
<target state="translated">无法将带 "Async" 或 "Iterator" 修饰符的 lambda 转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeResumable1">
<source>Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.</source>
<target state="translated">不能在异步方法或迭代器方法中声明受限类型“{0}”的变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInTryHandler">
<source>'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.</source>
<target state="translated">'不能在“Catch”语句、“Finally”语句或“SyncLock”语句内使用“Await”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits">
<source>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.</source>
<target state="translated">此异步方法缺少 "Await" 运算符,因此它将同步运行。请考虑使用 "Await" 运算符等待非阻止 API 调用,或使用 "Await Task.Run(...)" 利用后台线程执行占用大量 CPU 的工作。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits_Title">
<source>This async method lacks 'Await' operators and so will run synchronously</source>
<target state="translated">此异步方法缺少 "Await" 运算符,因此将以同步方式运行</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate">
<source>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.</source>
<target state="translated">从此 Async Function 返回的任务将被删除,并且忽略其中的任何异常。考虑将其更改为 Async Sub,以便传播其异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate_Title">
<source>The Task returned from this Async Function will be dropped, and any exceptions in it ignored</source>
<target state="translated">自此 Async Function 返回的任务将被丢弃,它包含的任何异常也将被忽略</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsyncInClassOrStruct">
<source>Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.</source>
<target state="translated">在具有“SecurityCritical”或“SecuritySafeCritical”属性的 [Class|Structure|Interface|Module] 中不允许使用 Async 或 Iterator 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsync">
<source>Security attribute '{0}' cannot be applied to an Async or Iterator method.</source>
<target state="translated">安全属性“{0}”不能应用于 Async 或 Iterator 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnResumableMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于异步方法或迭代器方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynchronizedAsyncMethod">
<source>'MethodImplOptions.Synchronized' cannot be applied to an Async method.</source>
<target state="translated">'"MethodImplOptions.Synchronized" 不能应用于异步方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsyncSubMain">
<source>The 'Main' method cannot be marked 'Async'.</source>
<target state="translated">"Main" 方法不能标记为 "Async"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction">
<source>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.</source>
<target state="translated">此处某些重载使用的是 Async Function 而不是 Async Sub。请考虑使用 Async Function 或将此 Async Sub 显式强制转换为所需类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction_Title">
<source>Some overloads here take an Async Function rather than an Async Sub</source>
<target state="translated">此处的一些重载采用的是 Async Function,而不是 Async Sub</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyGroupCollectionAttributeCycle">
<source>MyGroupCollectionAttribute cannot be applied to itself.</source>
<target state="translated">MyGroupCollectionAttribute 不能应用于自身。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LiteralExpected">
<source>Literal expected.</source>
<target state="translated">应为文本。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WinRTEventWithoutDelegate">
<source>Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.</source>
<target state="translated">面向 WinMD 的事件声明必须指定委托类型。请在事件声明中添加一个 As 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MixingWinRTAndNETEvents">
<source>Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'</source>
<target state="translated">事件“{0}”无法实现 Windows 运行时事件“{1}”和常规 .NET 事件“{2}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplRemoveHandlerParamWrong">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.</source>
<target state="translated">事件“{0}”无法实现接口“{2}”上的事件“{1}”,因为其“RemoveHandler”方法的参数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddParamWrongForWinRT">
<source>The type of the 'AddHandler' method's parameter must be the same as the type of the event.</source>
<target state="translated">“AddHandler”方法的参数的类型必须与事件的类型相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RemoveParamWrongForWinRT">
<source>In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'</source>
<target state="translated">在 Windows Runtime 事件中,“RemoveHandler”方法参数的类型必须为“EventRegistrationToken”</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface5">
<source>'{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed</source>
<target state="translated">'“实现 {2}”中的“{0}.{1}”已由基类“{3}”实现。不允许重新实现 Windows Runtime 接口“{4}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface4">
<source>'{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed</source>
<target state="translated">“{0}.{1}”已由基类“{2}”实现。不允许重新实现 Windows Runtime 接口“{3}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorByRefParam">
<source>Iterator methods cannot have ByRef parameters.</source>
<target state="translated">迭代器方法不能包含 ByRef 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorExpressionLambda">
<source>Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.</source>
<target state="translated">单行 lambda 不能包含“Iterator”修饰符。请改用多行 lambda。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorReturn">
<source>Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.</source>
<target state="translated">迭代器函数必须返回 IEnumerable(Of T) 或 IEnumerator(Of T),或返回非泛型格式的 IEnumerable 或 IEnumerator。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadReturnValueInIterator">
<source>To return a value from an Iterator function, use 'Yield' rather than 'Return'.</source>
<target state="translated">若要从迭代器函数返回值,请使用“Yield”而不是“Return”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInNonIteratorMethod">
<source>'Yield' can only be used in a method marked with the 'Iterator' modifier.</source>
<target state="translated">'只能在用“Iterator”修饰符标记的方法中使用“Yield”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInTryHandler">
<source>'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.</source>
<target state="translated">'不能在“Catch”语句或“Finally”语句内使用“Yield”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1">
<source>The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">Windows 运行时事件“{0}”的 AddHandler 不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1_Title">
<source>The AddHandler for Windows Runtime event doesn't return a value on all code paths</source>
<target state="translated">Windows 运行时事件的 AddHandler 没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodDefaultParameterValueMismatch2">
<source>Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">方法“{0}”的可选参数没有与分部方法“{1}”的相应参数相同的默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamArrayMismatch2">
<source>Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">方法“{0}”的参数在分部方法“{1}”的相应参数的 ParamArray 修饰符上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMismatch">
<source>Module name '{0}' stored in '{1}' must match its filename.</source>
<target state="translated">存储在“{1}”中的模块名“{0}”必须与其文件名匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleName">
<source>Invalid module name: {0}</source>
<target state="translated">无效的模块名称: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden">
<source>Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.</source>
<target state="translated">来自模块“{1}”的特性“{0}”将忽略,以便支持源中出现的实例。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden_Title">
<source>Attribute from module will be ignored in favor of the instance appearing in source</source>
<target state="translated">为支持源中出现的实例,将忽略模块的特性</target>
<note />
</trans-unit>
<trans-unit id="ERR_CmdOptionConflictsSource">
<source>Attribute '{0}' given in a source file conflicts with option '{1}'.</source>
<target state="translated">源文件中提供的特定“{0}”与选项“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName">
<source>Referenced assembly '{0}' does not have a strong name.</source>
<target state="translated">引用程序集“{0}”没有强名称。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName_Title">
<source>Referenced assembly does not have a strong name</source>
<target state="translated">引用程序集没有强名称</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSignaturePublicKey">
<source>Invalid signature public key specified in AssemblySignatureKeyAttribute.</source>
<target state="translated">在 AssemblySignatureKeyAttribute 中指定的签名公钥无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CollisionWithPublicTypeInModule">
<source>Type '{0}' conflicts with public type defined in added module '{1}'.</source>
<target state="translated">类型“{0}”与添加的模块“{1}”中定义的公共类型冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypeConflictsWithDeclaration">
<source>Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">从模块“{1}”导出的类型“{0}”与此程序集主模块中声明的类型冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypesConflict">
<source>Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">从模块“{1}”导出的类型“{0}”与从模块“{3}”导出的类型“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch">
<source>Referenced assembly '{0}' has different culture setting of '{1}'.</source>
<target state="translated">引用程序集“{0}”具有不同区域性设置“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch_Title">
<source>Referenced assembly has different culture setting</source>
<target state="translated">引用程序集具有不同区域性设置</target>
<note />
</trans-unit>
<trans-unit id="ERR_AgnosticToMachineModule">
<source>Agnostic assembly cannot have a processor specific module '{0}'.</source>
<target state="translated">不可知的程序集不能具有特定于处理器的模块“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingMachineModule">
<source>Assembly and module '{0}' cannot target different processors.</source>
<target state="translated">程序集和模块“{0}”不能以不同处理器为目标。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly">
<source>Referenced assembly '{0}' targets a different processor.</source>
<target state="translated">引用程序集“{0}”面向的是另一个处理器。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly_Title">
<source>Referenced assembly targets a different processor</source>
<target state="translated">引用程序集面向的是另一个处理器</target>
<note />
</trans-unit>
<trans-unit id="ERR_CryptoHashFailed">
<source>Cryptographic failure while creating hashes.</source>
<target state="translated">创建哈希时加密失败。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantHaveWin32ResAndManifest">
<source>Conflicting options specified: Win32 resource file; Win32 manifest.</source>
<target state="translated">指定的选项冲突: Win32 资源文件;Win32 清单。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithDeclaration">
<source>Forwarded type '{0}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">转发的类型“{0}”与此程序集主模块中声明的类型冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypesConflict">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.</source>
<target state="translated">转发到程序集“{1}”的类型“{0}”与转发到程序集“{3}”的类型“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongMetadataName">
<source>Name '{0}' exceeds the maximum length allowed in metadata.</source>
<target state="translated">名称“{0}”超出元数据中允许的最大长度。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNetModuleReference">
<source>Reference to '{0}' netmodule missing.</source>
<target state="translated">缺少对“{0}”netmodule 的引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMustBeUnique">
<source>Module '{0}' is already defined in this assembly. Each module must have a unique filename.</source>
<target state="translated">模块“{0}”已在此程序集中定义。每个模块必须具有唯一的文件名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithExportedType">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">转发到程序集“{1}”的类型“{0}”与从模块“{3}”导出的类型“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDREFERENCE">
<source>Adding assembly reference '{0}'</source>
<target state="translated">正在添加程序集引用“{0}”</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDLINKREFERENCE">
<source>Adding embedded assembly reference '{0}'</source>
<target state="translated">正在添加嵌入程序集引用“{0}”</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDMODULE">
<source>Adding module reference '{0}'</source>
<target state="translated">正在添加模块引用“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestingViolatesCLS1">
<source>Type '{0}' does not inherit the generic type parameters of its container.</source>
<target state="translated">类型“{0}”不继承其容器的泛型类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PDBWritingFailed">
<source>Failure writing debug information: {0}</source>
<target state="translated">写入调试信息失败: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamDefaultValueDiffersFromAttribute">
<source>The parameter has multiple distinct default values.</source>
<target state="translated">参数具有多个不同的默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldHasMultipleDistinctConstantValues">
<source>The field has multiple distinct constant values.</source>
<target state="translated">字段具有多个不同的常量值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncNoPIAReference">
<source>Cannot continue since the edit includes a reference to an embedded type: '{0}'.</source>
<target state="translated">无法继续,因为编辑包括对嵌入类型的引用:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncReferenceToAddedMember">
<source>Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.</source>
<target state="translated">在当前调试会话期间添加的成员“{0}”只能从其声明的程序集“{1}”中访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedModule1">
<source>'{0}' is an unsupported .NET module.</source>
<target state="translated">“{0}”是不受支持的 .NET 模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedEvent1">
<source>'{0}' is an unsupported event.</source>
<target state="translated">“{0}”是不受支持的事件。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesCanNotHaveTypeArguments">
<source>Properties can not have type arguments</source>
<target state="translated">属性不能具有类型参数</target>
<note />
</trans-unit>
<trans-unit id="IdentifierSyntaxNotWithinSyntaxTree">
<source>IdentifierSyntax not within syntax tree</source>
<target state="translated">IdentifierSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="AnonymousObjectCreationExpressionSyntaxNotWithinTree">
<source>AnonymousObjectCreationExpressionSyntax not within syntax tree</source>
<target state="translated">AnonymousObjectCreationExpressionSyntax 未在语法树内</target>
<note />
</trans-unit>
<trans-unit id="FieldInitializerSyntaxNotWithinSyntaxTree">
<source>FieldInitializerSyntax not within syntax tree</source>
<target state="translated">FieldInitializerSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="IDS_TheSystemCannotFindThePathSpecified">
<source>The system cannot find the path specified</source>
<target state="translated">系统无法找到指定路径</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoPointerTypesInVB">
<source>There are no pointer types in VB.</source>
<target state="translated">VB 中没有任何指针属性。</target>
<note />
</trans-unit>
<trans-unit id="ThereIsNoDynamicTypeInVB">
<source>There is no dynamic type in VB.</source>
<target state="translated">VB 中没有任何动态类型。</target>
<note />
</trans-unit>
<trans-unit id="VariableSyntaxNotWithinSyntaxTree">
<source>variableSyntax not within syntax tree</source>
<target state="translated">variableSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="AggregateSyntaxNotWithinSyntaxTree">
<source>AggregateSyntax not within syntax tree</source>
<target state="translated">AggregateSyntax 未在语法树内</target>
<note />
</trans-unit>
<trans-unit id="FunctionSyntaxNotWithinSyntaxTree">
<source>FunctionSyntax not within syntax tree</source>
<target state="translated">FunctionSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="PositionIsNotWithinSyntax">
<source>Position is not within syntax tree</source>
<target state="translated">位置不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="RangeVariableSyntaxNotWithinSyntaxTree">
<source>RangeVariableSyntax not within syntax tree</source>
<target state="translated">RangeVariableSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinSyntaxTree">
<source>DeclarationSyntax not within syntax tree</source>
<target state="translated">DeclarationSyntax 未在语法树内</target>
<note />
</trans-unit>
<trans-unit id="StatementOrExpressionIsNotAValidType">
<source>StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax</source>
<target state="translated">StatementOrExpression 不是 ExecutableStatementSyntax 或 ExpressionSyntax</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinTree">
<source>DeclarationSyntax not within tree</source>
<target state="translated">DeclarationSyntax 未在树内</target>
<note />
</trans-unit>
<trans-unit id="TypeParameterNotWithinTree">
<source>TypeParameter not within tree</source>
<target state="translated">TypeParameter 不在树中</target>
<note />
</trans-unit>
<trans-unit id="NotWithinTree">
<source> not within tree</source>
<target state="translated"> 不在树中</target>
<note />
</trans-unit>
<trans-unit id="LocationMustBeProvided">
<source>Location must be provided in order to provide minimal type qualification.</source>
<target state="translated">必须提供位置才能提供最低程度的类型限定。</target>
<note />
</trans-unit>
<trans-unit id="SemanticModelMustBeProvided">
<source>SemanticModel must be provided in order to provide minimal type qualification.</source>
<target state="translated">必须提供 SemanticModel 才能提供最低程度的类型限定。</target>
<note />
</trans-unit>
<trans-unit id="NumberOfTypeParametersAndArgumentsMustMatch">
<source>the number of type parameters and arguments should be the same</source>
<target state="translated">类型形参和实参的数量应相同</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResourceInModule">
<source>Cannot link resource files when building a module</source>
<target state="translated">生成模块时,无法链接资源文件</target>
<note />
</trans-unit>
<trans-unit id="NotAVbSymbol">
<source>Not a VB symbol.</source>
<target state="translated">不是 VB 符号。</target>
<note />
</trans-unit>
<trans-unit id="ElementsCannotBeNull">
<source>Elements cannot be null.</source>
<target state="translated">元素不能为 Null。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause">
<source>Unused import clause.</source>
<target state="translated">未使用导入子句。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement">
<source>Unused import statement.</source>
<target state="translated">未使用导入语句。</target>
<note />
</trans-unit>
<trans-unit id="WrongSemanticModelType">
<source>Expected a {0} SemanticModel.</source>
<target state="translated">应为 {0} SemanticModel。</target>
<note />
</trans-unit>
<trans-unit id="PositionNotWithinTree">
<source>Position must be within span of the syntax tree.</source>
<target state="translated">位置必须处于语法树范围内。</target>
<note />
</trans-unit>
<trans-unit id="SpeculatedSyntaxNodeCannotBelongToCurrentCompilation">
<source>Syntax node to be speculated cannot belong to a syntax tree from the current compilation.</source>
<target state="translated">要推断的语法节点不能属于来自当前编译的语法树。</target>
<note />
</trans-unit>
<trans-unit id="ChainingSpeculativeModelIsNotSupported">
<source>Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.</source>
<target state="translated">不支持链接推理语义模型。应从非推理 ParentModel 创建推理模型。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ToolName">
<source>Microsoft (R) Visual Basic Compiler</source>
<target state="translated">Microsoft (R) Visual Basic 编译器</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine1">
<source>{0} version {1}</source>
<target state="translated">{0} 版本 {1}</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">版权所有(C) Microsoft Corporation。保留所有权利。</target>
<note />
</trans-unit>
<trans-unit id="IDS_LangVersions">
<source>Supported language versions:</source>
<target state="translated">支持的语言版本:</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong">
<source>Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">本地名称“{0}”对于 PDB 太长。请考虑缩短或在不使用 /debug 的情况下编译。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong_Title">
<source>Local name is too long for PDB</source>
<target state="translated">本地名称对于 PDB 太长</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong">
<source>Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">导入字符串“{0}”对于 PDB 太长。请考虑缩短或在不使用 /debug 的情况下编译。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong_Title">
<source>Import string is too long for PDB</source>
<target state="translated">导入字符串对 PDB 而言太长</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter">
<source>XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.</source>
<target state="translated">XML 注释中的一个标记具有绑定到类型参数的“cref”特性“{0}”。请改用 <typeparamref> 标记。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter_Title">
<source>XML comment has a tag with a 'cref' attribute that bound to a type parameter</source>
<target state="translated">XML 注释包含的一个标记具有绑定到类型参数的 "cref" 属性</target>
<note />
</trans-unit>
<trans-unit id="ERR_LinkedNetmoduleMetadataMustProvideFullPEImage">
<source>Linked netmodule metadata must provide a full PE image: '{0}'.</source>
<target state="translated">链接 netmodule 元数据必须提供完整 PE 映像:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated">
<source>An instance of analyzer {0} cannot be created from {1} : {2}.</source>
<target state="translated">无法从 {1} 创建分析器 {0} 的实例: {2}。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated_Title">
<source>Instance of analyzer cannot be created</source>
<target state="translated">无法创建分析器实例</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">程序集 {0} 不包含任何分析器。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly_Title">
<source>Assembly does not contain any analyzers</source>
<target state="translated">程序集不包含任何分析器</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer">
<source>Unable to load analyzer assembly {0} : {1}.</source>
<target state="translated">无法加载分析器程序集 {0}: {1}。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer_Title">
<source>Unable to load analyzer assembly</source>
<target state="translated">无法加载分析器程序集</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer">
<source>Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.</source>
<target state="translated">正在跳过分析器程序集 {0} 中的某些类型,因为出现 ReflectionTypeLoadException: {1}。</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer_Title">
<source>Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException</source>
<target state="translated">跳过加载分析器程序集中因 ReflectionTypeLoadException 而失败的类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReadRulesetFile">
<source>Error reading ruleset file {0} - {1}</source>
<target state="translated">读取规则集文件 {0} 时出错 - {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PlatformDoesntSupport">
<source>{0} is not supported in current project type.</source>
<target state="translated">当前项目类型不支持 {0}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantUseRequiredAttribute">
<source>The RequiredAttribute attribute is not permitted on Visual Basic types.</source>
<target state="translated">Visual Basic 类型上不允许有 RequiredAttribute 特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncodinglessSyntaxTree">
<source>Cannot emit debug information for a source text without encoding.</source>
<target state="translated">无法在不进行编码的情况下发出源文本的调试信息。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatSpecifier">
<source>'{0}' is not a valid format specifier</source>
<target state="translated">“{0}”不是有效的格式说明符</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPreprocessorConstantType">
<source>Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.</source>
<target state="translated">不支持“{1}”类型的预处理器常数“{0}”,仅允许使用基元类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedWarningKeyword">
<source>'Warning' expected.</source>
<target state="translated">'应为“Warning”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotBeMadeNullable1">
<source>'{0}' cannot be made nullable.</source>
<target state="translated">“{0}”不可以为 Null。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConditionalWithRef">
<source>Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.</source>
<target state="translated">以 "?" 开头的情况只能出现在“With”语句中,不能出现在对象成员初始值设定项中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullPropagatingOpInExpressionTree">
<source>A null propagating operator cannot be converted into an expression tree.</source>
<target state="translated">无法将 null 传播运算符转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongOrComplexExpression">
<source>An expression is too long or complex to compile</source>
<target state="translated">表达式太长或者过于复杂,无法编译</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionDoesntHaveName">
<source>This expression does not have a name.</source>
<target state="translated">该表达式不具有名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNameOfSubExpression">
<source>This sub-expression cannot be used inside NameOf argument.</source>
<target state="translated">此子表达式不能在 NameOf 参数中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodTypeArgsUnexpected">
<source>Method type arguments unexpected.</source>
<target state="translated">意外的方法类型参数。</target>
<note />
</trans-unit>
<trans-unit id="NoNoneSearchCriteria">
<source>SearchCriteria is expected.</source>
<target state="translated">需要 SearchCriteria。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCulture">
<source>Assembly culture strings may not contain embedded NUL characters.</source>
<target state="translated">程序集区域性字符串可能不包含嵌入式 NUL 字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InReferencedAssembly">
<source>There is an error in a referenced assembly '{0}'.</source>
<target state="translated">引用的程序集“{0}”中有错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationFormatWhitespace">
<source>Format specifier may not contain trailing whitespace.</source>
<target state="translated">格式说明符可能不包含尾随空格。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationAlignmentOutOfRange">
<source>Alignment value is outside of the supported range.</source>
<target state="translated">对齐值不在支持的范围内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolatedStringFactoryError">
<source>There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.</source>
<target state="translated">向 {0}.{1} 发出调用时出现一个或多个错误。方法或其返回类型可能缺失或格式不正确。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause_Title">
<source>Unused import clause</source>
<target state="translated">未使用 import 子句</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement_Title">
<source>Unused import statement</source>
<target state="translated">未使用 import 语句</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantStringTooLong">
<source>Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.</source>
<target state="translated">由串联所得的字符串常量长度超过了 System.Int32.MaxValue。请尝试将字符串拆分为多个常量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LanguageVersion">
<source>Visual Basic {0} does not support {1}.</source>
<target state="translated">Visual Basic {0} 不支持 {1}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPdbData">
<source>Error reading debug information for '{0}'</source>
<target state="translated">读取“{0}”的调试信息时出错</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ArrayLiterals">
<source>array literal expressions</source>
<target state="translated">数组文本表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AsyncExpressions">
<source>async methods or lambdas</source>
<target state="translated">异步方法或 lambda</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AutoProperties">
<source>auto-implemented properties</source>
<target state="translated">自动实现的属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ReadonlyAutoProperties">
<source>readonly auto-implemented properties</source>
<target state="translated">自动实现的只读属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CoContraVariance">
<source>variance</source>
<target state="translated">变型</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CollectionInitializers">
<source>collection initializers</source>
<target state="translated">集合初始值设定项</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_GlobalNamespace">
<source>declaring a Global namespace</source>
<target state="translated">声明全局命名空间</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Iterators">
<source>iterators</source>
<target state="translated">迭代器</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuation">
<source>implicit line continuation</source>
<target state="translated">隐式行继续符</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_StatementLambdas">
<source>multi-line lambda expressions</source>
<target state="translated">多行 lambda 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_SubLambdas">
<source>'Sub' lambda expressions</source>
<target state="translated">'“Sub”lambda 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NullPropagatingOperator">
<source>null conditional operations</source>
<target state="translated">空条件操作</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NameOfExpressions">
<source>'nameof' expressions</source>
<target state="translated">'"nameof" 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_RegionsEverywhere">
<source>region directives within method bodies or regions crossing boundaries of declaration blocks</source>
<target state="translated">方法主体内的 region 指令或跨声明块边界的 region</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_MultilineStringLiterals">
<source>multiline string literals</source>
<target state="translated">多行字符串文本</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CObjInAttributeArguments">
<source>CObj in attribute arguments</source>
<target state="translated">属性参数中的 CObj</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuationComments">
<source>line continuation comments</source>
<target state="translated">行延续注释</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_TypeOfIsNot">
<source>TypeOf IsNot expression</source>
<target state="translated">TypeOf IsNot 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_YearFirstDateLiterals">
<source>year-first date literals</source>
<target state="translated">年份在最前面的日期文本</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_WarningDirectives">
<source>warning directives</source>
<target state="translated">warning 指令</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialModules">
<source>partial modules</source>
<target state="translated">部分模块</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialInterfaces">
<source>partial interfaces</source>
<target state="translated">部分接口</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite">
<source>implementing read-only or write-only property with read-write property</source>
<target state="translated">使用读写属性实现只读或只写属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_DigitSeparators">
<source>digit separators</source>
<target state="translated">数字分隔符</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_BinaryLiterals">
<source>binary literals</source>
<target state="translated">二进制文字</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Tuples">
<source>tuples</source>
<target state="translated">元组</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PrivateProtected">
<source>Private Protected</source>
<target state="translated">Private Protected</target>
<note />
</trans-unit>
<trans-unit id="ERR_DebugEntryPointNotSourceMethodDefinition">
<source>Debug entry point must be a definition of a method declared in the current compilation.</source>
<target state="translated">调试入口点必须是当前编译中声明的方法的定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPathMap">
<source>The pathmap option was incorrectly formatted.</source>
<target state="translated">路径映射选项的格式不正确。</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeIsNotASubmission">
<source>Syntax tree should be created from a submission.</source>
<target state="translated">应从提交创建语法树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyUserStrings">
<source>Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.</source>
<target state="translated">该程序所使用的用户字符串的合并后长度超出所允许的限制。请尝试减少字符串文本或 XML 文本的使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PeWritingFailure">
<source>An error occurred while writing the output file: {0}</source>
<target state="translated">写入输出文件时出错: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionMustBeAbsolutePath">
<source>Option '{0}' must be an absolute path.</source>
<target state="translated">选项“{0}”必须是绝对路径。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceLinkRequiresPdb">
<source>/sourcelink switch is only supported when emitting PDB.</source>
<target state="translated">只在发出 PDB 时才支持 /sourcelink 开关。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleDuplicateElementName">
<source>Tuple element names must be unique.</source>
<target state="translated">元组元素名称必须是唯一的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch">
<source>The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.</source>
<target state="translated">由于目标类型“{1}”指定了其他名称或未指定名称,因此元组元素名称“{0}”被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch_Title">
<source>The tuple element name is ignored because a different name or no name is specified by the assignment target.</source>
<target state="translated">由于分配目标指定了其他名称或未指定名称,因此元组元素名称被忽略。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementName">
<source>Tuple element name '{0}' is only allowed at position {1}.</source>
<target state="translated">只允许位置 {1} 使用元组元素名称“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementNameAnyPosition">
<source>Tuple element name '{0}' is disallowed at any position.</source>
<target state="translated">任何位置都不允许使用元组元素名称“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleTooFewElements">
<source>Tuple must contain at least two elements.</source>
<target state="translated">元组必须包含至少两个元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleElementNamesAttributeMissing">
<source>Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?</source>
<target state="translated">由于找不到编译器必需的类型“{0}”,因此无法使用元组来定义类或成员。是否缺少引用?</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExplicitTupleElementNamesAttribute">
<source>Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.</source>
<target state="translated">无法显式引用 "System.Runtime.CompilerServices.TupleElementNamesAttribute"。请使用元组语法指定元组名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefReturningCallInExpressionTree">
<source>An expression tree may not contain a call to a method or property that returns by reference.</source>
<target state="translated">表达式树不能包含对引用所返回的方法或属性的调用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedWithoutPdb">
<source>/embed switch is only supported when emitting a PDB.</source>
<target state="translated">仅在发出 PDB 时才支持 /embed 开关。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInstrumentationKind">
<source>Invalid instrumentation kind: {0}</source>
<target state="translated">无效的检测类型: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DocFileGen">
<source>Error writing to XML documentation file: {0}</source>
<target state="translated">写入 XML 文档文件时出错: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAssemblyName">
<source>Invalid assembly name: {0}</source>
<target state="translated">无效的程序集名称: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeForwardedToMultipleAssemblies">
<source>Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.</source>
<target state="translated">程序集“{1}”中的模块“{0}”将类型“{2}”转发到多个程序集: “{3}”和“{4}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Merge_conflict_marker_encountered">
<source>Merge conflict marker encountered</source>
<target state="translated">遇到合并冲突标记</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoRefOutWhenRefOnly">
<source>Do not use refout when using refonly.</source>
<target state="translated">不要在使用 refonly 时使用 refout。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNetModuleOutputWhenRefOutOrRefOnly">
<source>Cannot compile net modules when using /refout or /refonly.</source>
<target state="translated">无法在使用 /refout 或 /refonly 时编译 Net 模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNonTrailingNamedArgument">
<source>Named argument '{0}' is used out-of-position but is followed by an unnamed argument</source>
<target state="translated">命名参数“{0}”的使用位置不当,但后跟一个未命名参数</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDocumentationMode">
<source>Provided documentation mode is unsupported or invalid: '{0}'.</source>
<target state="translated">提供的文档模式不受支持或无效:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLanguageVersion">
<source>Provided language version is unsupported or invalid: '{0}'.</source>
<target state="translated">提供的语言版本不受支持或无效:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSourceCodeKind">
<source>Provided source code kind is unsupported or invalid: '{0}'</source>
<target state="translated">提供的源代码类型不受支持或无效:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleInferredNamesNotAvailable">
<source>Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.</source>
<target state="translated">推断出元组元素名称“{0}”。请使用语言版本 {1} 或更高版本按推断名称访问元素。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental">
<source>'{0}' is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">“{0}”仅用于评估,在将来的更新中可能会被更改或删除。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental_Title">
<source>Type is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">类型仅用于评估,在将来的更新中可能会被更改或删除。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInfo">
<source>Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'</source>
<target state="translated">无法从程序集“{2}”读取方法“{0}”(令牌 0x{1})的调试信息</target>
<note />
</trans-unit>
<trans-unit id="IConversionExpressionIsNotVisualBasicConversion">
<source>{0} is not a valid Visual Basic conversion expression</source>
<target state="translated">{0} 不是有效的 Visual Basic 转换表达式</target>
<note />
</trans-unit>
<trans-unit id="IArgumentIsNotVisualBasicArgument">
<source>{0} is not a valid Visual Basic argument</source>
<target state="translated">{0} 不是有效的 Visual Basic 参数</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LeadingDigitSeparator">
<source>leading digit separator</source>
<target state="translated">前导数字分隔符</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleResolutionAmbiguous3">
<source>Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'</source>
<target state="translated">已在多个引用的程序集(“{1}”和“{2}”)中声明了预定义类型“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment">
<source>{0} is not a valid Visual Basic compound assignment operation</source>
<target state="translated">{0} 不是有效的 Visual Basic 复合赋值运算</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHashAlgorithmName">
<source>Invalid hash algorithm name: '{0}'</source>
<target state="translated">无效的哈希算法名称:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InterpolatedStrings">
<source>interpolated strings</source>
<target state="translated">内插字符串</target>
<note />
</trans-unit>
<trans-unit id="FTL_InvalidInputFileName">
<source>File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long</source>
<target state="translated">文件名“{0}”为空、包含无效字符、未使用绝对路径指定驱动器或太长</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB">
<source>'{0}' is not supported in VB.</source>
<target state="translated">VB 中不支持“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB_Title">
<source>Attribute is not supported in VB</source>
<target state="translated">VB 中不支持属性</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VBResources.resx">
<body>
<trans-unit id="ERR_AssignmentInitOnly">
<source>Init-only property '{0}' can only be assigned by an object member initializer, or on 'Me', 'MyClass` or 'MyBase' in an instance constructor.</source>
<target state="translated">Init only 属性 "{0}" 只能由对象成员初始值设定项分配,或在实例构造函数中的 "Me"、"MyClass" 或 "MyBase" 上分配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSwitchValue">
<source>Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.</source>
<target state="translated">命令行语法错误:“{0}”不是“{1}”选项的有效值。值的格式必须为 "{2}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CommentsAfterLineContinuationNotAvailable1">
<source>Please use language version {0} or greater to use comments after line continuation character.</source>
<target state="translated">请使用语言版本 {0} 或更高版本,以在行继续符后使用注释。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultInterfaceImplementationInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">无法嵌入类型“{0}”,因为它有非抽象成员。请考虑将“嵌入互操作类型”属性设置为 false。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleAnalyzerConfigsInSameDir">
<source>Multiple analyzer config files cannot be in the same directory ('{0}').</source>
<target state="translated">多个分析器配置文件不能位于同一目录({0})中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingInitOnlyProperty">
<source>'{0}' cannot override init-only '{1}'.</source>
<target state="translated">"{0}" 无法重写 init-only "{1}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementInitOnly">
<source>Init-only '{0}' cannot be implemented.</source>
<target state="translated">无法实现 init-only "{0}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReAbstractionInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">无法嵌入类型“{0}”,因为它有基本接口成员的重新抽象。请考虑将“嵌入互操作类型”属性设置为 false。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation">
<source>Target runtime doesn't support default interface implementation.</source>
<target state="translated">目标运行时不支持默认接口实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember">
<source>Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.</source>
<target state="translated">目标运行时不支持对接口的成员使用 "Protected"、"Protected Friend" 或 "Private Protected" 辅助功能。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsHandlerInTheSameType">
<source>Events of shared WithEvents variables cannot be handled by methods in a different type.</source>
<target state="translated">共享 WithEvents 变量的事件不能由其他类型的方法处理。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnmanagedCallersOnlyNotSupported">
<source>'UnmanagedCallersOnly' attribute is not supported.</source>
<target state="translated">不支持 "UnmanagedCallersOnly" 属性。</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CallerArgumentExpression">
<source>caller argument expression</source>
<target state="new">caller argument expression</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CommentsAfterLineContinuation">
<source>comments after line continuation</source>
<target state="translated">行继续符之后的注释</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InitOnlySettersUsage">
<source>assigning to or passing 'ByRef' properties with init-only setters</source>
<target state="translated">通过 init-only 资源库分配或传递 "ByRef" 属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_UnconstrainedTypeParameterInConditional">
<source>unconstrained type parameters in binary conditional expressions</source>
<target state="translated">二进制条件表达式中的无约束类型参数</target>
<note />
</trans-unit>
<trans-unit id="IDS_VBCHelp">
<source> 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
assembly.
-target:appcontainerexe Create a Windows application that runs in
AppContainer.
-target:winmdobj Create a Windows Metadata intermediate file
-doc[+|-] Generates XML documentation file.
-doc:<file> Generates XML documentation file to <file>.
-refout:<file> Reference assembly output to generate
- INPUT FILES -
-addmodule:<file_list> Reference metadata from the specified modules
-link:<file_list> Embed metadata from the specified interop
assembly. (Short form: -l)
-recurse:<wildcard> Include all files in the current directory
and subdirectories according to the
wildcard specifications.
-reference:<file_list> Reference metadata from the specified
assembly. (Short form: -r)
-analyzer:<file_list> Run the analyzers from this assembly
(Short form: -a)
-additionalfile:<file list> Additional files that don't directly affect code
generation but may be used by analyzers for producing
errors or warnings.
- RESOURCES -
-linkresource:<resinfo> Links the specified file as an external
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -linkres)
-nowin32manifest The default manifest should not be embedded
in the manifest section of the output PE.
-resource:<resinfo> Adds the specified file as an embedded
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -res)
-win32icon:<file> Specifies a Win32 icon file (.ico) for the
default Win32 resources.
-win32manifest:<file> The provided file is embedded in the manifest
section of the output PE.
-win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
-optimize[+|-] Enable optimizations.
-removeintchecks[+|-] Remove integer checks. Default off.
-debug[+|-] Emit debugging information.
-debug:full Emit full debugging information (default).
-debug:pdbonly Emit full debugging information.
-debug:portable Emit cross-platform debugging information.
-debug:embedded Emit cross-platform debugging information into
the target .dll or .exe.
-deterministic Produce a deterministic assembly
(including module version GUID and timestamp)
-refonly Produce a reference assembly in place of the main output
-instrument:TestCoverage Produce an assembly instrumented to collect
coverage information
-sourcelink:<file> Source link info to embed into PDB.
- ERRORS AND WARNINGS -
-nowarn Disable all warnings.
-nowarn:<number_list> Disable a list of individual warnings.
-warnaserror[+|-] Treat all warnings as errors.
-warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
-ruleset:<file> Specify a ruleset file that disables specific
diagnostics.
-errorlog:<file>[,version=<sarif_version>]
Specify a file to log all compiler and analyzer
diagnostics in SARIF format.
sarif_version:{1|2|2.1} Default is 1. 2 and 2.1
both mean SARIF version 2.1.0.
-reportanalyzer Report additional analyzer information, such as
execution time.
-skipanalyzers[+|-] Skip execution of diagnostic analyzers.
- LANGUAGE -
-define:<symbol_list> Declare global conditional compilation
symbol(s). symbol_list:name=value,...
(Short form: -d)
-imports:<import_list> Declare global Imports for namespaces in
referenced metadata files.
import_list:namespace,...
-langversion:? Display the allowed values for language version
-langversion:<string> Specify language version such as
`default` (latest major version), or
`latest` (latest version, including minor versions),
or specific versions like `14` or `15.3`
-optionexplicit[+|-] Require explicit declaration of variables.
-optioninfer[+|-] Allow type inference of variables.
-rootnamespace:<string> Specifies the root Namespace for all type
declarations.
-optionstrict[+|-] Enforce strict language semantics.
-optionstrict:custom Warn when strict language semantics are not
respected.
-optioncompare:binary Specifies binary-style string comparisons.
This is the default.
-optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
-help Display this usage message. (Short form: -?)
-noconfig Do not auto-include VBC.RSP file.
-nologo Do not display compiler copyright banner.
-quiet Quiet output mode.
-verbose Display verbose messages.
-parallel[+|-] Concurrent build.
-version Display the compiler version number and exit.
- ADVANCED -
-baseaddress:<number> The base address for a library or module
(hex).
-checksumalgorithm:<alg> Specify algorithm for calculating source file
checksum stored in PDB. Supported values are:
SHA1 or SHA256 (default).
-codepage:<number> Specifies the codepage to use when opening
source files.
-delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
-publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
-errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
-filealign:<number> Specify the alignment used for output file
sections.
-highentropyva[+|-] Enable high-entropy ASLR.
-keycontainer:<string> Specifies a strong name key container.
-keyfile:<file> Specifies a strong name key file.
-libpath:<path_list> List of directories to search for metadata
references. (Semi-colon delimited.)
-main:<class> Specifies the Class or Module that contains
Sub Main. It can also be a Class that
inherits from System.Windows.Forms.Form.
(Short form: -m)
-moduleassemblyname:<string> Name of the assembly which this module will
be a part of.
-netcf Target the .NET Compact Framework.
-nostdlib Do not reference standard libraries
(system.dll and VBC.RSP file).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Specify a mapping for source path names output by
the compiler.
-platform:<string> Limit which platforms this code can run on;
must be x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred or anycpu (default).
-preferreduilang Specify the preferred output language name.
-nosdkpath Disable searching the default SDK path for standard library assemblies.
-sdkpath:<path> Location of the .NET Framework SDK directory
(mscorlib.dll).
-subsystemversion:<version> Specify subsystem version of the output PE.
version:<number>[.<number>]
-utf8output[+|-] Emit compiler output in UTF8 character
encoding.
@<file> Insert command-line settings from a text file
-vbruntime[+|-|*] Compile with/without the default Visual Basic
runtime.
-vbruntime:<file> Compile with the alternate Visual Basic
runtime in <file>.
</source>
<target state="translated"> Visual Basic 编译器选项
- 输出文件 -
-out:<file> 指定输出文件名称。
-target:exe 创建控制台应用程序(默认)。
(缩写: -t)
-target:winexe 创建 Windows 应用程序。
-target:library 创建库程序集。
-target:module 创建可添加到程序集的
模块。
-target:appcontainerexe 创建在 AppContainer 中运行的
Windows 应用程序。
-target:winmdobj 创建 Windows 元数据中间文件
-doc[+|-] 生成 XML 文档文件。
-doc:<file> 将 XML 文档文件生成到 <file>
-refout:<file> 引用要生成的引用程序集
- 输入文件 -
-addmodule:<file_list> 从指定模块中引用元数据
-link:<file_list> 嵌入指定互操作程序集中的
元数据。(缩写: -l)
-recurse:<wildcard> 根据通配符规范包括
当前目录和子目录中
的所有文件。
-reference:<file_list> 从指定程序集中引用
元数据。(缩写: -r)
-analyzer:<file_list> 运行此程序集的分析器
(缩写: -a)
-additionalfile:<file list> 不直接影响代码
生成但可能被分析器用于生成
错误或警告的其他文件。
- 资源 -
-linkresource:<resinfo> 将指定文件作为外部
程序集资源进行链接。
resinfo:<file>[,<name>[,public|private]]
(缩写: -linkres)
-nowin32manifest 默认清单不应嵌入
输出 PE 的清单部分。
-resource:<resinfo> 将指定文件作为嵌入式
程序集资源进行添加。
resinfo:<file>[,<name>[,public|private]]
(缩写: -res)
-win32icon:<file> 为默认的 Win32 资源
指定 Win32 图标文件(.ico)。
-win32manifest:<file> 提供的文件嵌入在
输出 PE 的清单部分。
-win32resource:<file> 指定 Win32 资源文件(.res)。
- 代码生成 -
-optimize[+|-] 启用优化。
-removeintchecks[+|-] 删除整数检查。默认为“关”。
-debug[+|-] 发出调试信息。
-debug:full 发出完全调试信息(默认)。
-debug:pdbonly 发出完全调试信息。
-debug:portable 发出跨平台调试信息。
-debug:embedded 发出跨平台调试信息到
目标 .dll 或 .exe.
-deterministic 生成确定性程序集
(包括模块版本 GUID 和时间戳)
-refonly 生成引用程序集来替代主要输出
-instrument:TestCoverage 生成对其检测以收集覆盖率信息的t
程序集
-sourcelink:<file> 要嵌入到 PDB 中的源链接信息。
- 错误和警告 -
-nowarn 禁用所有警告。
-nowarn:<number_list> 禁用个人警告列表。
-warnaserror[+|-] 将所有警告视为错误。
-warnaserror[+|-]:<number_list> 将警告列表视为错误。
-ruleset:<file> 指定禁用特定诊断的
规则集文件。
-errorlog:<file>[,version=<sarif_version>]
指定用于以 SARIF 格式记录所有编译器和分析器诊断的
文件。
sarif_version:{1|2|2.1} 默认为 1. 2 和 2.1
两者均表示 SARIF 版本 2.1.0。
-reportanalyzer 报告其他分析器信息,如
执行时间。
-skipanalyzers[+|-] 跳过诊断分析器的执行。
- 语言 -
-define:<symbol_list> 声明全局条件编译
符号。symbol_list:name=value,...
(缩写: -d)
-imports:<import_list> 为引用的元数据文件中的命名空间声明
全局导入。
import_list:namespace,...
-langversion:? 显示允许的语言版本值
-langversion:<string> 指定语言版本,如
“default” (最新主要版本)、
“latest” (最新版本,包括次要版本)
或 “14”、”15.3”等特定版本
-optionexplicit[+|-] 需要显示声明变量。
-optioninfer[+|-] 允许变量的类型推理。
-rootnamespace:<string> 指定所有类型声明的根
命名空间。
-optionstrict[+|-] 强制严格语言语义。
-optionstrict:custom 不遵从严格语言语义时
发出警告。
-optioncompare:binary 指定二进制样式的字符串比较。
这是默认设置。
-optioncompare:text 指定文本样式字符串比较。
- 杂项 -
-help 显示此用法消息。(缩写: -?)
-noconfig 不自动包括 VBC.RSP 文件。
-nologo 不显示编译器版权横幅。
-quiet 安静输出模式。
-verbose 显示详细消息。
-parallel[+|-] 并发生成。
-version 显示编译器版本号并退出。
- 高级 -
-baseaddress:<number> 库或模块的基址
(十六进制)。
-checksumalgorithm:<alg> 指定计算存储在 PDB 中的源文件校验和
的算法。支持的值是:
SHA1 或 SHA256 (默认)。
-codepage:<number> 指定打开源文件时要使用的
代码页。
-delaysign[+|-] 仅使用强名称密钥的公共部分
对程序集进行延迟签名。
-publicsign[+|-] 仅使用强名称密钥的公共部分
对程序集进行公共签名
-errorreport:<string> 指定处理内部编译器错误的方式;
必须是 prompt、send、none 或 queue
(默认)。
-filealign:<number> 指定用于输出文件节的对齐
方式。
-highentropyva[+|-] 启用高平均信息量的 ASLR。
-keycontainer:<string> 指定强名称密钥容器。
-keyfile:<file> 指定强名称密钥文件。
-libpath:<path_list> 搜索元数据引用的目录
列表。(分号分隔。)
-main:<class> 指定包含 Sub Main 的类
或模块。也可为从
System.Windows.Forms.Form 继承的类。
(缩写: -m)
-moduleassemblyname:<string> 此模块所属程序集
的名称。
-netcf 以 .NET Compact Framework 为目标。
-nostdlib 不引用标准库
(system.dll 和 VBC.RSP 文件)。
-pathmap:<K1>=<V1>,<K2>=<V2>,...
按编译器指定源路径名称输出的
映射。
-platform:<string> 限制此代码可以在其上运行的平台;
必须是 x86、x64、Itanium、arm、arm64、
AnyCPU32BitPreferred 或 anycpu (默认)。
-preferreduilang 指定首选输出语言名称。
-nosdkpath 禁用搜索标准库程序集的默认 SDK 路径
-sdkpath:<path> .NET Framework SDK 目录的位置
(mscorlib.dll).
-subsystemversion:<version> 指定输出 PE 的子系统版本。
version:<number>[.<number>]
-utf8output[+|-] 以 UTF8 字符编码格式
发出编译器输出。
@<file> 从文本文件插入命令行设置
-vbruntime[+|-|*] 用/不用默认的 Visual Basic
运行时进行编译。
-vbruntime:<file> 使用 <file> 中的备用 Visual Basic 运行时
进行编译。
</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoFunctionPointerTypesInVB">
<source>There are no function pointer types in VB.</source>
<target state="translated">VB 中没有任何函数指针类型。</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoNativeIntegerTypesInVB">
<source>There are no native integer types in VB.</source>
<target state="translated">VB 中没有任何本机整数类型。</target>
<note />
</trans-unit>
<trans-unit id="Trees0">
<source>trees({0})</source>
<target state="translated">树({0})</target>
<note />
</trans-unit>
<trans-unit id="TreesMustHaveRootNode">
<source>trees({0}) must have root node with SyntaxKind.CompilationUnit.</source>
<target state="translated">树({0}) 必须具有带 SyntaxKind.CompilationUnit 的根节点。</target>
<note />
</trans-unit>
<trans-unit id="CannotAddCompilerSpecialTree">
<source>Cannot add compiler special tree</source>
<target state="translated">无法添加特定于编译器的树</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeAlreadyPresent">
<source>Syntax tree already present</source>
<target state="translated">语法树已存在</target>
<note />
</trans-unit>
<trans-unit id="SubmissionCanHaveAtMostOneSyntaxTree">
<source>Submission can have at most one syntax tree.</source>
<target state="translated">提交最多可以具有一个语法树。</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveCompilerSpecialTree">
<source>Cannot remove compiler special tree</source>
<target state="translated">无法移除特定于编译器的树</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeNotFoundToRemove">
<source>SyntaxTree '{0}' not found to remove</source>
<target state="translated">未找到要删除的 SyntaxTree“{0}”</target>
<note />
</trans-unit>
<trans-unit id="TreeMustHaveARootNodeWithCompilationUnit">
<source>Tree must have a root node with SyntaxKind.CompilationUnit</source>
<target state="translated">树必须具有带 SyntaxKind.CompilationUnit 的根节点</target>
<note />
</trans-unit>
<trans-unit id="CompilationVisualBasic">
<source>Compilation (Visual Basic): </source>
<target state="translated">编译(Visual Basic):</target>
<note />
</trans-unit>
<trans-unit id="NodeIsNotWithinSyntaxTree">
<source>Node is not within syntax tree</source>
<target state="translated">节点不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="CantReferenceCompilationFromTypes">
<source>Can't reference compilation of type '{0}' from {1} compilation.</source>
<target state="translated">无法从 {1} 编译引用类型为“{0}”的编译。</target>
<note />
</trans-unit>
<trans-unit id="PositionOfTypeParameterTooLarge">
<source>position of type parameter too large</source>
<target state="translated">类型参数的位置太大</target>
<note />
</trans-unit>
<trans-unit id="AssociatedTypeDoesNotHaveTypeParameters">
<source>Associated type does not have type parameters</source>
<target state="translated">关联类型没有类型参数</target>
<note />
</trans-unit>
<trans-unit id="IDS_FunctionReturnType">
<source>function return type</source>
<target state="translated">函数返回类型</target>
<note />
</trans-unit>
<trans-unit id="TypeArgumentCannotBeNothing">
<source>Type argument cannot be Nothing</source>
<target state="translated">类型参数不能是任何内容</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">包含类型“{1}”的程序集“{0}”引用了 .NET Framework,而此操作不受支持。</target>
<note>{1} is the type that was loaded, {0} is the containing assembly.</note>
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework_Title">
<source>The loaded assembly references .NET Framework, which is not supported.</source>
<target state="translated">加载的程序集引用了 .NET Framework,而此操作不受支持。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration">
<source>Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">生成器“{0}”未能生成源。它不会影响输出,因此可能会造成编译错误。异常的类型为“{1}”,显示消息“{2}”</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">生成器引发以下异常:
“{0}”。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Title">
<source>Generator failed to generate source.</source>
<target state="translated">生成器无法生成源。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization">
<source>Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">生成器“{0}”未能初始化。它不会影响输出,因此可能会造成编译错误。异常的类型为“{1}”,显示消息“{2}”</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">生成器引发以下异常:
“{0}”。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Title">
<source>Generator failed to initialize.</source>
<target state="translated">生成器初始化失败。</target>
<note />
</trans-unit>
<trans-unit id="WrongNumberOfTypeArguments">
<source>Wrong number of type arguments</source>
<target state="translated">类型参数的数目不正确</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileNotFound">
<source>file '{0}' could not be found</source>
<target state="translated">找不到文件“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoResponseFile">
<source>unable to open response file '{0}'</source>
<target state="translated">无法打开响应文件“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentRequired">
<source>option '{0}' requires '{1}'</source>
<target state="translated">选项“{0}”需要“{1}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_SwitchNeedsBool">
<source>option '{0}' can be followed only by '+' or '-'</source>
<target state="translated">选项“{0}”后面只能跟“+”或“-”</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSwitchValue">
<source>the value '{1}' is invalid for option '{0}'</source>
<target state="translated">值“{1}”对选项“{0}”无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_MutuallyExclusiveOptions">
<source>Compilation options '{0}' and '{1}' can't both be specified at the same time.</source>
<target state="translated">无法同时指定编译选项“{0}”和“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang">
<source>The language name '{0}' is invalid.</source>
<target state="translated">语言名“{0}”无效。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang_Title">
<source>The language name for /preferreduilang is invalid</source>
<target state="translated">/preferreduilang 的语言名称无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_VBCoreNetModuleConflict">
<source>The options /vbruntime* and /target:module cannot be combined.</source>
<target state="translated">/vbruntime* 选项不能与 /target:module 选项组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatForGuidForOption">
<source>Command-line syntax error: Invalid Guid format '{0}' for option '{1}'</source>
<target state="translated">命令行语法错误: Guid 格式“{0}”对于选项“{1}”无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingGuidForOption">
<source>Command-line syntax error: Missing Guid for option '{1}'</source>
<target state="translated">命令行语法错误: 选项“{1}”缺少 Guid</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadChecksumAlgorithm">
<source>Algorithm '{0}' is not supported</source>
<target state="translated">不支持算法“{0}”</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch">
<source>unrecognized option '{0}'; ignored</source>
<target state="translated">无法识别的选项“{0}”;已忽略</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch_Title">
<source>Unrecognized command-line option</source>
<target state="translated">无法识别的命令行选项</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSources">
<source>no input sources specified</source>
<target state="translated">未指定输入源</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded">
<source>source file '{0}' specified multiple times</source>
<target state="translated">源文件“{0}”指定了多次</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded_Title">
<source>Source file specified multiple times</source>
<target state="translated">多次指定源文件</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOpenFileWrite">
<source>can't open '{0}' for writing: {1}</source>
<target state="translated">无法打开“{0}”进行写入: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCodepage">
<source>code page '{0}' is invalid or not installed</source>
<target state="translated">代码页“{0}”无效或未安装</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryFile">
<source>the file '{0}' is not a text file</source>
<target state="translated">文件“{0}”不是文本文件</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibNotFound">
<source>could not find library '{0}'</source>
<target state="translated">找不到库“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataReferencesNotSupported">
<source>Metadata references not supported.</source>
<target state="translated">不支持元数据引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IconFileAndWin32ResFile">
<source>cannot specify both /win32icon and /win32resource</source>
<target state="translated">不能同时指定 /win32icon 和 /win32resource</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile">
<source>ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">/noconfig 选项是在响应文件中指定的,因此被忽略</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile_Title">
<source>Ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">/noconfig 选项是在响应文件中指定的,因此被忽略</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId">
<source>warning number '{0}' for the option '{1}' is either not configurable or not valid</source>
<target state="translated">选项“{1}”的警告编号“{0}”不可配置或无效</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId_Title">
<source>Warning number is either not configurable or not valid</source>
<target state="translated">警告编号不可配置或无效</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSourcesOut">
<source>cannot infer an output file name from resource only input files; provide the '/out' option</source>
<target state="translated">无法从仅资源输入文件推理出输出文件名;提供“/out”选项</target>
<note />
</trans-unit>
<trans-unit id="ERR_NeedModule">
<source>the /moduleassemblyname option may only be specified when building a target of type 'module'</source>
<target state="translated">只有在生成“module”类型的目标时才能指定 /moduleassemblyname 选项</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyName">
<source>'{0}' is not a valid value for /moduleassemblyname</source>
<target state="translated">“{0}”不是 /moduleassemblyname 的有效值</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingManifestSwitches">
<source>Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.</source>
<target state="translated">嵌入 Win32 清单时出错: 选项 /win32manifest 与 /nowin32manifest 冲突。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest">
<source>Option /win32manifest ignored. It can be specified only when the target is an assembly.</source>
<target state="translated">已忽略选项 /win32manifest。只有在目标是程序集时才能指定该选项。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest_Title">
<source>Option /win32manifest ignored</source>
<target state="translated">/win32manifest 选项已忽略</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInNamespace">
<source>Statement is not valid in a namespace.</source>
<target state="translated">语句在命名空间中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedType1">
<source>Type '{0}' is not defined.</source>
<target state="translated">未定义类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNext">
<source>'Next' expected.</source>
<target state="translated">'应为 "Next"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCharConstant">
<source>Character constant must contain exactly one character.</source>
<target state="translated">字符常量必须正好包含一个字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssemblyEvent3">
<source>Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">需要对程序集“{0}”(包含事件“{1}”的定义)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModuleEvent3">
<source>Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">需要对模块“{0}”(包含事件“{1}”的定义)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbExpectedEndIf">
<source>'#If' block must end with a matching '#End If'.</source>
<target state="translated">'"#If" 块必须以匹配的 "#End If" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbNoMatchingIf">
<source>'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.</source>
<target state="translated">'"#ElseIf"、"#Else" 或 "#End If" 前面必须是匹配的 "#If"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbBadElseif">
<source>'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'"#ElseIf" 前面必须是匹配的 "#If" 或 "#ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromRestrictedType1">
<source>Inheriting from '{0}' is not valid.</source>
<target state="translated">从“{0}”继承无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvOutsideProc">
<source>Labels are not valid outside methods.</source>
<target state="translated">标签在方法外部无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantImplement">
<source>Delegates cannot implement interface methods.</source>
<target state="translated">委托无法实现接口方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantHandleEvents">
<source>Delegates cannot handle events.</source>
<target state="translated">委托无法处理事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorRequiresReferenceTypes1">
<source>'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.</source>
<target state="translated">'“Is”运算符不接受类型为“{0}”的操作数。操作数必须是引用类型或可以为 null 的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfRequiresReferenceType1">
<source>'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.</source>
<target state="translated">'“TypeOf ... Is”要求它的左操作数具有引用类型,但此操作数具有值类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasSet">
<source>Properties declared 'ReadOnly' cannot have a 'Set'.</source>
<target state="translated">声明为 "ReadOnly" 的属性不能有 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasGet">
<source>Properties declared 'WriteOnly' cannot have a 'Get'.</source>
<target state="translated">声明为 "WriteOnly" 的属性不能有 "Get"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideProc">
<source>Statement is not valid inside a method.</source>
<target state="translated">语句在方法内部无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideBlock">
<source>Statement is not valid inside '{0}' block.</source>
<target state="translated">语句在“{0}”块内部无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedExpressionStatement">
<source>Expression statement is only allowed at the end of an interactive submission.</source>
<target state="translated">只允许在交互提交结尾处使用表达式语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndProp">
<source>Property missing 'End Property'.</source>
<target state="translated">Property 缺少 "End Property"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSubExpected">
<source>'End Sub' expected.</source>
<target state="translated">'应为 "End Sub"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndFunctionExpected">
<source>'End Function' expected.</source>
<target state="translated">'应为 "End Function"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseNoMatchingIf">
<source>'#Else' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'"#Else" 前面必须是匹配的 "#If" 或 "#ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantRaiseBaseEvent">
<source>Derived classes cannot raise base class events.</source>
<target state="translated">派生类不能引发基类事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryWithoutCatchOrFinally">
<source>Try must have at least one 'Catch' or a 'Finally'.</source>
<target state="translated">Try 必须至少有一个 "Catch" 或 "Finally"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventsCantBeFunctions">
<source>Events cannot have a return type.</source>
<target state="translated">事件不能有返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndBrack">
<source>Bracketed identifier is missing closing ']'.</source>
<target state="translated">用括号标识的标识符缺少右边的 "]"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Syntax">
<source>Syntax error.</source>
<target state="translated">语法错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Overflow">
<source>Overflow.</source>
<target state="translated">溢出。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalChar">
<source>Character is not valid.</source>
<target state="translated">字符无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StdInOptionProvidedButConsoleInputIsNotRedirected">
<source>stdin argument '-' is specified, but input has not been redirected from the standard input stream.</source>
<target state="translated">已指定 stdin 参数 "-",但尚未从标准输入流重定向输入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectOperand1">
<source>Option Strict On prohibits operands of type Object for operator '{0}'.</source>
<target state="translated">Option Strict On 禁止将 Object 类型的操作数用于运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotBeProperty">
<source>Loop control variable cannot be a property or a late-bound indexed array.</source>
<target state="translated">循环控制变量不能是属性或后期绑定索引数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodBodyNotAtLineStart">
<source>First statement of a method body cannot be on the same line as the method declaration.</source>
<target state="translated">方法主体的第一条语句和方法声明不能位于同一行。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MaximumNumberOfErrors">
<source>Maximum number of errors has been exceeded.</source>
<target state="translated">已超出最大错误数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordNotInInstanceMethod1">
<source>'{0}' is valid only within an instance method.</source>
<target state="translated">“{0}”仅在实例方法中有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromStructure1">
<source>'{0}' is not valid within a structure.</source>
<target state="translated">“{0}”在结构中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor1">
<source>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.</source>
<target state="translated">特性构造函数具有“{0}”类型的参数,此参数不是整型、浮点型或枚举类型,也不是 Object、Char、String、Boolean、System.Type 之一或这些类型的一维数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWithOptArgs">
<source>Method cannot have both a ParamArray and Optional parameters.</source>
<target state="translated">方法不能同时具有 ParamArray 和 Optional 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedArray1">
<source>'{0}' statement requires an array.</source>
<target state="translated">“{0}”语句需要数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayNotArray">
<source>ParamArray parameter must be an array.</source>
<target state="translated">ParamArray 参数必须是一个数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayRank">
<source>ParamArray parameter must be a one-dimensional array.</source>
<target state="translated">ParamArray 参数必须是一维数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayRankLimit">
<source>Array exceeds the limit of 32 dimensions.</source>
<target state="translated">数组超过了 32 维数限制。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsNewArray">
<source>Arrays cannot be declared with 'New'.</source>
<target state="translated">不能用 "New" 声明数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs1">
<source>Too many arguments to '{0}'.</source>
<target state="translated">“{0}”的参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedCase">
<source>Statements and labels are not valid between 'Select Case' and first 'Case'.</source>
<target state="translated">位于 "Select Case" 与第一个 "Case" 之间的语句和标签无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstExpr">
<source>Constant expression is required.</source>
<target state="translated">要求常量表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression.</source>
<target state="translated">常量表达式中不能发生从“{0}”到“{1}”的转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMe">
<source>'Me' cannot be the target of an assignment.</source>
<target state="translated">'"Me" 不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyAssignment">
<source>'ReadOnly' variable cannot be the target of an assignment.</source>
<target state="translated">'"ReadOnly" 变量不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSubOfFunc">
<source>'Exit Sub' is not valid in a Function or Property.</source>
<target state="translated">'"Exit Sub" 在函数或属性中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitPropNot">
<source>'Exit Property' is not valid in a Function or Sub.</source>
<target state="translated">'“Exit Property”在函数或 Sub 中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitFuncOfSub">
<source>'Exit Function' is not valid in a Sub or Property.</source>
<target state="translated">'"Exit Function" 在 Sub 或属性中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LValueRequired">
<source>Expression is a value and therefore cannot be the target of an assignment.</source>
<target state="translated">表达式是一个值,因此不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForIndexInUse1">
<source>For loop control variable '{0}' already in use by an enclosing For loop.</source>
<target state="translated">For 循环控制变量“{0}”已由封闭 For 循环使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextForMismatch1">
<source>Next control variable does not match For loop control variable '{0}'.</source>
<target state="translated">Next 控制变量与 For 循环控制变量“{0}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseElseNoSelect">
<source>'Case Else' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'“Case Else”只能出现在“Select Case”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseNoSelect">
<source>'Case' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'“Case”只能出现在“Select Case”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAssignToConst">
<source>Constant cannot be the target of an assignment.</source>
<target state="translated">常量不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedSubscript">
<source>Named arguments are not valid as array subscripts.</source>
<target state="translated">命名参数作为数组下标无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndIf">
<source>'If' must end with a matching 'End If'.</source>
<target state="translated">'“If”必须以匹配的“End If”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWhile">
<source>'While' must end with a matching 'End While'.</source>
<target state="translated">'“While”必须以匹配的“End While”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLoop">
<source>'Do' must end with a matching 'Loop'.</source>
<target state="translated">'"Do" 必须以匹配的 "Loop" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNext">
<source>'For' must end with a matching 'Next'.</source>
<target state="translated">'"For" 必须以匹配的 "Next" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWith">
<source>'With' must end with a matching 'End With'.</source>
<target state="translated">'“With”必须以匹配的“End With”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseNoMatchingIf">
<source>'Else' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'"Else" 前面必须是匹配的 "If" 或 "ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndIfNoMatchingIf">
<source>'End If' must be preceded by a matching 'If'.</source>
<target state="translated">'"End If" 前面必须是匹配的 "If"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSelectNoSelect">
<source>'End Select' must be preceded by a matching 'Select Case'.</source>
<target state="translated">'"End Select" 前面必须是匹配的 "Select Case"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitDoNotWithinDo">
<source>'Exit Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'"Exit Do" 只能出现在 "Do" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWhileNoWhile">
<source>'End While' must be preceded by a matching 'While'.</source>
<target state="translated">'“End While”前面必须是匹配的“While”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopNoMatchingDo">
<source>'Loop' must be preceded by a matching 'Do'.</source>
<target state="translated">'"Loop" 前面必须是匹配的 "Do"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextNoMatchingFor">
<source>'Next' must be preceded by a matching 'For'.</source>
<target state="translated">'"Next" 前面必须是匹配的 "For"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWithWithoutWith">
<source>'End With' must be preceded by a matching 'With'.</source>
<target state="translated">'“End With”前面必须是匹配的“With”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefined1">
<source>Label '{0}' is already defined in the current method.</source>
<target state="translated">当前方法中已定义了标签“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSelect">
<source>'Select Case' must end with a matching 'End Select'.</source>
<target state="translated">'“Select Case”必须以匹配的“End Select”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitForNotWithinFor">
<source>'Exit For' can only appear inside a 'For' statement.</source>
<target state="translated">'"Exit For" 只能出现在 "For" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitWhileNotWithinWhile">
<source>'Exit While' can only appear inside a 'While' statement.</source>
<target state="translated">'"Exit While" 只能出现在 "While" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyProperty1">
<source>'ReadOnly' property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'“ReadOnly”属性“{0}”不能作为赋值目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSelectNotWithinSelect">
<source>'Exit Select' can only appear inside a 'Select' statement.</source>
<target state="translated">'"Exit Select" 只能出现在 "Select" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BranchOutOfFinally">
<source>Branching out of a 'Finally' is not valid.</source>
<target state="translated">从“Finally”中分支无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualNotObjectRecord1">
<source>'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.</source>
<target state="translated">'“!”要求其左操作数具有类型参数、类或接口类型,但此操作数的类型为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewIndices">
<source>Number of indices is less than the number of dimensions of the indexed array.</source>
<target state="translated">索引数少于索引数组的维数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyIndices">
<source>Number of indices exceeds the number of dimensions of the indexed array.</source>
<target state="translated">索引数超过索引数组的维数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EnumNotExpression1">
<source>'{0}' is an Enum type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个枚举类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeNotExpression1">
<source>'{0}' is a type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassNotExpression1">
<source>'{0}' is a class type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个类类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNotExpression1">
<source>'{0}' is a structure type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个结构类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotExpression1">
<source>'{0}' is an interface type and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个接口类型,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotExpression1">
<source>'{0}' is a namespace and cannot be used as an expression.</source>
<target state="translated">“{0}”是一个命名空间,不能用作表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNamespaceName1">
<source>'{0}' is not a valid name and cannot be used as the root namespace name.</source>
<target state="translated">“{0}”不是有效名称,不能用作根命名空间名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlPrefixNotExpression">
<source>'{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.</source>
<target state="translated">“{0}”是 XML 前缀,不能用作表达式。请使用 GetXmlNamespace 运算符创建命名空间对象。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleExtends">
<source>'Inherits' can appear only once within a 'Class' statement and can only specify one class.</source>
<target state="translated">'"Inherits" 只能在 "Class" 语句中出现一次,并且只能指定一个类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropMustHaveGetSet">
<source>Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.</source>
<target state="translated">不带 "ReadOnly" 或 "WriteOnly" 说明符的属性必须同时提供 "Get" 和 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasNoWrite">
<source>'WriteOnly' property must provide a 'Set'.</source>
<target state="translated">'"WriteOnly" 属性必须提供 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasNoGet">
<source>'ReadOnly' property must provide a 'Get'.</source>
<target state="translated">'"ReadOnly" 属性必须提供 "Get"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttribute1">
<source>Attribute '{0}' is not valid: Incorrect argument value.</source>
<target state="translated">特性“{0}”无效: 参数值不正确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LabelNotDefined1">
<source>Label '{0}' is not defined.</source>
<target state="translated">未定义标签“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ErrorCreatingWin32ResourceFile">
<source>Error creating Win32 resources: {0}</source>
<target state="translated">创建 Win32 资源时出错: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToCreateTempFile">
<source>Cannot create temporary file: {0}</source>
<target state="translated">无法创建临时文件: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCall2">
<source>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.</source>
<target state="translated">“{1}”的基类“{0}”没有不使用参数就可以调用的可访问“Sub New”,因此该“Sub New”的第一个语句必须是对“MyBase.New”或“MyClass.New”的调用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMember3">
<source>{0} '{1}' must implement '{2}' for interface '{3}'.</source>
<target state="translated">{0}“{1}”必须为接口“{3}”实现“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithRef">
<source>Leading '.' or '!' can only appear inside a 'With' statement.</source>
<target state="translated">前导“.”或“!”只能出现在“With”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAccessCategoryUsed">
<source>Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.</source>
<target state="translated">只能指定 "Public"、"Private"、"Protected"、"Friend"、"Protected Friend" 或 "Private Protected" 中的一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateModifierCategoryUsed">
<source>Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.</source>
<target state="translated">只能指定 "NotOverridable"、"MustOverride" 或 "Overridable" 中的一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateSpecifier">
<source>Specifier is duplicated.</source>
<target state="translated">说明符重复。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeConflict6">
<source>{0} '{1}' and {2} '{3}' conflict in {4} '{5}'.</source>
<target state="translated">{0}“{1}”和 {2}“{3}”在 {4}“{5}”中冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeKeyword">
<source>Keyword does not name a type.</source>
<target state="translated">关键字没有指定类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraSpecifiers">
<source>Specifiers valid only at the beginning of a declaration.</source>
<target state="translated">说明符仅在声明的开始处有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedType">
<source>Type expected.</source>
<target state="translated">应为类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfKeyword">
<source>Keyword is not valid as an identifier.</source>
<target state="translated">关键字作为标识符无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEnum">
<source>'End Enum' must be preceded by a matching 'Enum'.</source>
<target state="translated">'“End Enum”前面必须是匹配的“Enum”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEnum">
<source>'Enum' must end with a matching 'End Enum'.</source>
<target state="translated">'"Enum" 必须以匹配的 "End Enum" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDeclaration">
<source>Declaration expected.</source>
<target state="translated">应为声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeLast">
<source>End of parameter list expected. Cannot define parameters after a paramarray parameter.</source>
<target state="translated">应为参数列表的结尾。不能在 Paramarray 参数后定义参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvalidOnInheritsImplOpt">
<source>Specifiers and attributes are not valid on this statement.</source>
<target state="translated">说明符和特性在此语句上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSpecifier">
<source>Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.</source>
<target state="translated">应为“Dim”、“Const”、“Public”、“Private”、“Protected”、“Friend”、“Shadows”、“ReadOnly”或“Shared”中的一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedComma">
<source>Comma expected.</source>
<target state="translated">应为逗号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAs">
<source>'As' expected.</source>
<target state="translated">'应为 "As"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRparen">
<source>')' expected.</source>
<target state="translated">'应为 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLparen">
<source>'(' expected.</source>
<target state="translated">'应为“(”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNewInType">
<source>'New' is not valid in this context.</source>
<target state="translated">'"New" 在此上下文中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExpression">
<source>Expression expected.</source>
<target state="translated">应为表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptional">
<source>'Optional' expected.</source>
<target state="translated">'应为 "Optional"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifier">
<source>Identifier expected.</source>
<target state="translated">应为标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIntLiteral">
<source>Integer constant expected.</source>
<target state="translated">应为整数常量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEOS">
<source>End of statement expected.</source>
<target state="translated">应为语句结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedForOptionStmt">
<source>'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.</source>
<target state="translated">'“Option”的后面必须跟有“Compare”、“Explicit”、“Infer”或“Strict”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionCompare">
<source>'Option Compare' must be followed by 'Text' or 'Binary'.</source>
<target state="translated">'"Option Compare" 的后面必须跟有 "Text" 或 "Binary"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptionCompare">
<source>'Compare' expected.</source>
<target state="translated">'应为 "Compare"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObject">
<source>Option Strict On requires all variable declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On 要求所有变量声明都有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitProc">
<source>Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On 要求所有函数、属性和运算符声明都有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitArgs">
<source>Option Strict On requires that all method parameters have an 'As' clause.</source>
<target state="translated">Option Strict On 要求所有方法参数都有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidParameterSyntax">
<source>Comma or ')' expected.</source>
<target state="translated">应为逗号或 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubFunction">
<source>'Sub' or 'Function' expected.</source>
<target state="translated">'应为“Sub”或“Function”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedStringLiteral">
<source>String constant expected.</source>
<target state="translated">应为字符串常量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingLibInDeclare">
<source>'Lib' expected.</source>
<target state="translated">'应为 "Lib"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateNoInvoke1">
<source>Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.</source>
<target state="translated">委托类“{0}”没有 Invoke 方法,所以此类型的表达式不能作为方法调用的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingIsInTypeOf">
<source>'Is' expected.</source>
<target state="translated">'应为 "Is"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateOption1">
<source>'Option {0}' statement can only appear once per file.</source>
<target state="translated">'每个文件中只能出现一次“Option {0}”语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantInherit">
<source>'Inherits' not valid in Modules.</source>
<target state="translated">'"Inherits" 在模块中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantImplement">
<source>'Implements' not valid in Modules.</source>
<target state="translated">'"Implements" 在模块中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadImplementsType">
<source>Implemented type must be an interface.</source>
<target state="translated">已实现的类型必须是接口。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstFlags1">
<source>'{0}' is not valid on a constant declaration.</source>
<target state="translated">“{0}”在常量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithEventsFlags1">
<source>'{0}' is not valid on a WithEvents declaration.</source>
<target state="translated">“{0}”在 WithEvents 声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDimFlags1">
<source>'{0}' is not valid on a member variable declaration.</source>
<target state="translated">“{0}”在成员变量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParamName1">
<source>Parameter already declared with name '{0}'.</source>
<target state="translated">已用名称“{0}”声明了参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopDoubleCondition">
<source>'Loop' cannot have a condition if matching 'Do' has one.</source>
<target state="translated">'"Loop" 和匹配的 "Do" 不能同时具有条件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRelational">
<source>Relational operator expected.</source>
<target state="translated">应为关系运算符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExitKind">
<source>'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.</source>
<target state="translated">'“Exit”的后面必须跟有“Sub”、“Function”、“Property”、“Do”、“For”、“While”、“Select”或“Try”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgumentInAttributeList">
<source>Named argument expected.</source>
<target state="translated">应为命名参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation">
<source>Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.</source>
<target state="translated">命名参数规范必须出现在已在后期绑定调用中指定的所有固定参数之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgument">
<source>Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.</source>
<target state="translated">需要命名参数。请使用语言版本 {0} 或更高版本,以使用非尾随命名参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMethodFlags1">
<source>'{0}' is not valid on a method declaration.</source>
<target state="translated">“{0}”在方法声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEventFlags1">
<source>'{0}' is not valid on an event declaration.</source>
<target state="translated">“{0}”在事件声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDeclareFlags1">
<source>'{0}' is not valid on a Declare.</source>
<target state="translated">“{0}”在 Declare 中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalConstFlags1">
<source>'{0}' is not valid on a local constant declaration.</source>
<target state="translated">“{0}”在局部常量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalDimFlags1">
<source>'{0}' is not valid on a local variable declaration.</source>
<target state="translated">“{0}”在局部变量声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedConditionalDirective">
<source>'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.</source>
<target state="translated">'应为“If”、“ElseIf”、“Else”、“Const”、“Region”、“ExternalSource”、“ExternalChecksum”、“Enable”、“Disable”、“End”或“R”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEQ">
<source>'=' expected.</source>
<target state="translated">'应为 "="。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorNotFound1">
<source>Type '{0}' has no constructors.</source>
<target state="translated">类型“{0}”没有构造函数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndInterface">
<source>'End Interface' must be preceded by a matching 'Interface'.</source>
<target state="translated">'“End Interface”前面必须是匹配的“Interface”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndInterface">
<source>'Interface' must end with a matching 'End Interface'.</source>
<target state="translated">'"Interface" 必须以匹配的 "End Interface" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFrom2">
<source>
'{0}' inherits from '{1}'.</source>
<target state="translated">
“{0}”从“{1}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNestedIn2">
<source>
'{0}' is nested in '{1}'.</source>
<target state="translated">
“{0}”嵌套在“{1}”中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycle1">
<source>Class '{0}' cannot inherit from itself: {1}</source>
<target state="translated">类“{0}”不能从自身继承: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonClass">
<source>Classes can inherit only from other classes.</source>
<target state="translated">类只能从其他类继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedType3">
<source>'{0}' is already declared as '{1}' in this {2}.</source>
<target state="translated">“{0}”已在此 {2} 中声明为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverrideAccess2">
<source>'{0}' cannot override '{1}' because they have different access levels.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们具有不同的访问级别。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideNotOverridable2">
<source>'{0}' cannot override '{1}' because it is declared 'NotOverridable'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为后者已声明为“NotOverridable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDef1">
<source>'{0}' has multiple definitions with identical signatures.</source>
<target state="translated">“{0}”具有多个带相同签名的定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDefWithDifferentTupleNames2">
<source>'{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.</source>
<target state="translated">“{0}”具有多个带不同元组元素名称却有相同签名的定义,包括“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceMethodFlags1">
<source>'{0}' is not valid on an interface method declaration.</source>
<target state="translated">“{0}”在接口方法声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound2">
<source>'{0}' is not a parameter of '{1}'.</source>
<target state="translated">“{0}”不是“{1}”的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfacePropertyFlags1">
<source>'{0}' is not valid on an interface property declaration.</source>
<target state="translated">“{0}”在接口属性声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice2">
<source>Parameter '{0}' of '{1}' already has a matching argument.</source>
<target state="translated">“{1}”的参数“{0}”已有匹配的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCantUseEventSpecifier1">
<source>'{0}' is not valid on an interface event declaration.</source>
<target state="translated">“{0}”在接口事件声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNoMatch2">
<source>Type character '{0}' does not match declared data type '{1}'.</source>
<target state="translated">类型字符“{0}”与声明的数据类型“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubOrFunction">
<source>'Sub' or 'Function' expected after 'Delegate'.</source>
<target state="translated">'“Delegate”后面应为“Sub”或“Function”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEmptyEnum1">
<source>Enum '{0}' must contain at least one member.</source>
<target state="translated">枚举“{0}”必须至少包含一个成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidConstructorCall">
<source>Constructor call is valid only as the first statement in an instance constructor.</source>
<target state="translated">构造函数调用仅作为实例构造函数中的第一条语句有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideConstructor">
<source>'Sub New' cannot be declared 'Overrides'.</source>
<target state="translated">'“Sub New”不能声明为“Overrides”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorCannotBeDeclaredPartial">
<source>'Sub New' cannot be declared 'Partial'.</source>
<target state="translated">'“Sub New”不能声明为“Partial”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleEmitFailure">
<source>Failed to emit module '{0}': {1}</source>
<target state="translated">未能发出模块“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncUpdateFailedMissingAttribute">
<source>Cannot update '{0}'; attribute '{1}' is missing.</source>
<target state="translated">无法更新“{0}”;特性“{1}”缺失。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideNotNeeded3">
<source>{0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.</source>
<target state="translated">{0}“{1}”不能声明为“Overrides”,因为它不重写基类中的 {0}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDot">
<source>'.' expected.</source>
<target state="translated">'应为“.”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocals1">
<source>Local variable '{0}' is already declared in the current block.</source>
<target state="translated">当前块中已声明了局部变量“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProc">
<source>Statement cannot appear within a method body. End of method assumed.</source>
<target state="translated">语句不能出现在方法主体内。假定为方法末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalSameAsFunc">
<source>Local variable cannot have the same name as the function containing it.</source>
<target state="translated">局部变量不能与包含它的函数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordEmbeds2">
<source>
'{0}' contains '{1}' (variable '{2}').</source>
<target state="translated">
“{0}”包含“{1}”(变量“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordCycle2">
<source>Structure '{0}' cannot contain an instance of itself: {1}</source>
<target state="translated">结构“{0}”不能包含自身的实例: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCycle1">
<source>Interface '{0}' cannot inherit from itself: {1}</source>
<target state="translated">接口“{0}”不能从自身继承: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle2">
<source>
'{0}' calls '{1}'.</source>
<target state="translated">
“{0}”调用“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle1">
<source>Constructor '{0}' cannot call itself: {1}</source>
<target state="translated">构造函数“{0}”不能调用自身: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromCantInherit3">
<source>'{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.</source>
<target state="translated">“{1}”已声明为“NotInheritable”,因此“{0}”无法从 {2}“{1}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithOptional2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by optional parameters.</source>
<target state="translated">“{0}” 和“{1}”的差异仅在于可选参数,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithReturnType2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by return types.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于返回类型,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharWithType1">
<source>Type character '{0}' cannot be used in a declaration with an explicit type.</source>
<target state="translated">在具有显式类型的声明中不能使用类型字符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnSub">
<source>Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.</source>
<target state="translated">"Sub" 不返回值,因此在 "Sub" 声明中不能使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithDefault2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于可选参数的默认值,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingSubscript">
<source>Array subscript expression missing.</source>
<target state="translated">缺少数组下标表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithDefault2">
<source>'{0}' cannot override '{1}' because they differ by the default values of optional parameters.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在可选参数的默认值上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptional2">
<source>'{0}' cannot override '{1}' because they differ by optional parameters.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在可选参数上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldOfValueFieldOfMarshalByRef3">
<source>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.</source>
<target state="translated">“{0}”,是使用“System.MarshalByRefObject”作为基类的类“{2}”的值类型字段“{1}”的成员,无法引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}'.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseAfterCaseElse">
<source>'Case' cannot follow a 'Case Else' in the same 'Select' statement.</source>
<target state="translated">'在同一“Select”语句中,“Case”不能位于“Case Else”之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayMismatch4">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”,因为“{2}”不是从“{3}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertObjectArrayMismatch3">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”,因为“{2}”不是引用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopType1">
<source>'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.</source>
<target state="translated">'“For”循环控制变量的类型不能是“{0}”,因为该类型不支持所需的运算符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithByref2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于声明为“ByRef”或“ByVal”的参数,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonInterface">
<source>Interface can inherit only from another interface.</source>
<target state="translated">接口只能从其他接口继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceOrderOnInherits">
<source>'Inherits' statements must precede all declarations in an interface.</source>
<target state="translated">'“Inherits”语句必须位于接口中的所有声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateDefaultProps1">
<source>'Default' can be applied to only one property name in a {0}.</source>
<target state="translated">'“Default”只可应用于“{0}”中的一个属性名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMissingFromProperty2">
<source>'{0}' and '{1}' cannot overload each other because only one is declared 'Default'.</source>
<target state="translated">“{0}”和“{1}”中只有一个声明为“Default”,因此它们无法相互重载。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingPropertyKind2">
<source>'{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在是“ReadOnly”还是“WriteOnly”上不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInInterface">
<source>'Sub New' cannot be declared in an interface.</source>
<target state="translated">'"Sub New" 不能在接口中声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNew1">
<source>'Sub New' cannot be declared '{0}'.</source>
<target state="translated">'“Sub New”不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadingPropertyKind2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">“{0}” 和“{1}”的差异仅在于“ReadOnly”和“WriteOnly”,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDefaultNotExtend1">
<source>Class '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">无法为类“{0}”编制索引,因为它没有默认属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithArrayVsParamArray2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.</source>
<target state="translated">“{0}”和“{1}”的差异仅在于声明为 "ParamArray" 的参数,因此它们无法重载对方。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInstanceMemberAccess">
<source>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.</source>
<target state="translated">没有类的显式实例,就无法从共享方法或共享成员初始值设定项中引用该类的实例成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRbrace">
<source>'}' expected.</source>
<target state="translated">'应为 "}"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleAsType1">
<source>Module '{0}' cannot be used as a type.</source>
<target state="translated">模块“{0}”不能用作类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnNonClass">
<source>'New' cannot be used on an interface.</source>
<target state="translated">'"New"不能在接口上使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchAfterFinally">
<source>'Catch' cannot appear after 'Finally' within a 'Try' statement.</source>
<target state="translated">'在“Try”语句中,“Catch”不能出现在“Finally”之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNoMatchingTry">
<source>'Catch' cannot appear outside a 'Try' statement.</source>
<target state="translated">'“Catch”不能出现在“Try”语句之外。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyAfterFinally">
<source>'Finally' can only appear once in a 'Try' statement.</source>
<target state="translated">'“Finally”只能在“Try”语句中出现一次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyNoMatchingTry">
<source>'Finally' cannot appear outside a 'Try' statement.</source>
<target state="translated">'“Finally”不能出现在“Try”语句之外。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndTryNoTry">
<source>'End Try' must be preceded by a matching 'Try'.</source>
<target state="translated">'“End Try”前面必须是匹配的“Try”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndTry">
<source>'Try' must end with a matching 'End Try'.</source>
<target state="translated">'“Try”必须以匹配的“End Try”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDelegateFlags1">
<source>'{0}' is not valid on a Delegate declaration.</source>
<target state="translated">“{0}”在委托声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstructorOnBase2">
<source>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.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,原因是它的基类“{1}”没有不使用参数就可以调用的可访问“Sub New”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleSymbol2">
<source>'{0}' is not accessible in this context because it is '{1}'.</source>
<target state="translated">“{0}”是“{1}”,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleMember3">
<source>'{0}.{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">“{0}.{1}”是“{2}” ,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNotException1">
<source>'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.</source>
<target state="translated">'“Catch”无法捕捉类型“{0}”,因为该类型既不是“System.Exception”也不是从“System.Exception”继承的类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitTryNotWithinTry">
<source>'Exit Try' can only appear inside a 'Try' statement.</source>
<target state="translated">'"Exit Try" 只能出现在 "Try" 语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRecordFlags1">
<source>'{0}' is not valid on a Structure declaration.</source>
<target state="translated">“{0}”在结构声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEnumFlags1">
<source>'{0}' is not valid on an Enum declaration.</source>
<target state="translated">“{0}”在枚举声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceFlags1">
<source>'{0}' is not valid on an Interface declaration.</source>
<target state="translated">“{0}”在接口声明中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithByref2">
<source>'{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在某个参数上存在差异,一个被标记为“ByRef”,而另一个被标记为“ByVal”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyBaseAbstractCall1">
<source>'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.</source>
<target state="translated">'“MyBase”不能用和方法“{0}”一起使用,因为它被声明为“MustOverride”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentNotMemberOfInterface4">
<source>'{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.</source>
<target state="translated">“{0}”无法实现“{1}”,因为接口“{3}”上不存在匹配的 {2}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementingInterfaceWithDifferentTupleNames5">
<source>'{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.</source>
<target state="translated">“{0}”不能在接口“{3}”上实现{1}“{2}”,因为“{4}”中的元组元素名称与“{5}”中的名称不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsRequiresClass">
<source>'WithEvents' variables must have an 'As' clause.</source>
<target state="translated">'"WithEvents" 变量必须有 "As" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsAsStruct">
<source>'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.</source>
<target state="translated">'"WithEvents" 变量只能类型化为具有类约束的类、接口或类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayRankMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”,原因是数组类型的维数不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimRankMismatch">
<source>'ReDim' cannot change the number of dimensions of an array.</source>
<target state="translated">'"ReDim" 无法更改数组的维数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartupCodeNotFound1">
<source>'Sub Main' was not found in '{0}'.</source>
<target state="translated">“{0}”中找不到“Sub Main”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstAsNonConstant">
<source>Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.</source>
<target state="translated">常量必须是内部类型或者枚举类型,不能是类、结构、类型参数或数组类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSub">
<source>'End Sub' must be preceded by a matching 'Sub'.</source>
<target state="translated">'“End Sub”前面必须是匹配的“Sub”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndFunction">
<source>'End Function' must be preceded by a matching 'Function'.</source>
<target state="translated">'“End Function”前面必须是匹配的“Function”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndProperty">
<source>'End Property' must be preceded by a matching 'Property'.</source>
<target state="translated">'“End Property”前面必须是匹配的“Property”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseMethodSpecifier1">
<source>Methods in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的方法不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseEventSpecifier1">
<source>Events in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的事件不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseVarSpecifier1">
<source>Members in a Structure cannot be declared '{0}'.</source>
<target state="translated">结构中的成员不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOverrideDueToReturn2">
<source>'{0}' cannot override '{1}' because they differ by their return types.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们的返回类型不同。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2">
<source>'{0}' cannot override '{1}' because they differ by their tuple element names.</source>
<target state="translated">“{0}”不能替代“{1}”,因为它们的元组元素名称不同。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2_Title">
<source>Member cannot override because it differs by its tuple element names.</source>
<target state="translated">成员不能替代,因为它的元组元素名称不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantWithNoValue">
<source>Constants must have a value.</source>
<target state="translated">常量必须具有值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionOverflow1">
<source>Constant expression not representable in type '{0}'.</source>
<target state="translated">常量表达式无法在类型“{0}”中表示。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertyGet">
<source>'Get' is already declared.</source>
<target state="translated">'已声明 "Get"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertySet">
<source>'Set' is already declared.</source>
<target state="translated">'已声明 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotDeclared1">
<source>'{0}' is not declared. It may be inaccessible due to its protection level.</source>
<target state="translated">'未声明“{0}”。由于其保护级别,它可能无法访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperands3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'.</source>
<target state="translated">没有为类型“{1}”和“{2}”定义运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedProcedure">
<source>Expression is not a method.</source>
<target state="translated">表达式不是方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument2">
<source>Argument not specified for parameter '{0}' of '{1}'.</source>
<target state="translated">没有为“{1}”的形参“{0}”指定实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMember2">
<source>'{0}' is not a member of '{1}'.</source>
<target state="translated">“{0}”不是“{1}”的成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndClassNoClass">
<source>'End Class' must be preceded by a matching 'Class'.</source>
<target state="translated">'"End Class" 前面必须是匹配的 "Class"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadClassFlags1">
<source>Classes cannot be declared '{0}'.</source>
<target state="translated">类不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportsMustBeFirst">
<source>'Imports' statements must precede any declarations.</source>
<target state="translated">'“Imports”语句前面必须是声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonNamespaceOrClassOnImport2">
<source>'{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.</source>
<target state="translated">'Imports “{0}”的“{1}”不引用命名空间、类、结构、枚举或模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNotallowed">
<source>Type declaration characters are not valid in this context.</source>
<target state="translated">类型声明字符在此上下文中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectReferenceNotSupplied">
<source>Reference to a non-shared member requires an object reference.</source>
<target state="translated">对非共享成员的引用要求对象引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassNotInClass">
<source>'MyClass' cannot be used outside of a class.</source>
<target state="translated">'"MyClass" 不能在类的外部使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndexedNotArrayOrProc">
<source>Expression is not an array or a method, and cannot have an argument list.</source>
<target state="translated">表达式不是数组或方法,不能具有参数列表。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventSourceIsArray">
<source>'WithEvents' variables cannot be typed as arrays.</source>
<target state="translated">'“WithEvents”变量不能类型化为数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorWithParams">
<source>Shared 'Sub New' cannot have any parameters.</source>
<target state="translated">共享的 "Sub New" 不能具有任何参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorIllegalSpec1">
<source>Shared 'Sub New' cannot be declared '{0}'.</source>
<target state="translated">共享的“Sub New”不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndClass">
<source>'Class' statement must end with a matching 'End Class'.</source>
<target state="translated">'“Class”语句必须以匹配的“End Class”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryOperand2">
<source>Operator '{0}' is not defined for type '{1}'.</source>
<target state="translated">没有为类型“{1}”定义运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsWithDefault1">
<source>'Default' cannot be combined with '{0}'.</source>
<target state="translated">'“Default”不能与“{0}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidValue">
<source>Expression does not produce a value.</source>
<target state="translated">表达式不产生值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorFunction">
<source>Constructor must be declared as a Sub, not as a Function.</source>
<target state="translated">构造函数必须声明为 Sub,而不是 Function。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLiteralExponent">
<source>Exponent is not valid.</source>
<target state="translated">指数无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewCannotHandleEvents">
<source>'Sub New' cannot handle events.</source>
<target state="translated">'"Sub New" 无法处理事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularEvaluation1">
<source>Constant '{0}' cannot depend on its own value.</source>
<target state="translated">常量“{0}”不能依赖自身的值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedMeth1">
<source>'Shared' cannot be combined with '{0}' on a method declaration.</source>
<target state="translated">'“Shared”不能与方法声明上的“{0}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedProperty1">
<source>'Shared' cannot be combined with '{0}' on a property declaration.</source>
<target state="translated">'“Shared”不能与属性声明上的“{0}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnStdModuleProperty1">
<source>Properties in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的属性不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedOnProcThatImpl">
<source>Methods or events that implement interface members cannot be declared 'Shared'.</source>
<target state="translated">实现接口成员的方法或事件不能声明为 "Shared"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoWithEventsVarOnHandlesList">
<source>Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</source>
<target state="translated">Handles 子句要求一个在包含类型或它的某个基类型中定义的 WithEvents 变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatch5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.</source>
<target state="translated">“{0}”将对基 {1} 的访问扩展到 {3}“{4}”,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionDisallowed2">
<source>Option Strict On disallows implicit conversions from '{0}' to '{1}'.</source>
<target state="translated">Option Strict On 不允许从“{0}”到“{1}”的隐式转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoArgumentCountOverloadCandidates1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of arguments.</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”接受此数目的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoViableOverloadCandidates1">
<source>Overload resolution failed because no '{0}' is accessible.</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoCallableOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}</source>
<target state="translated">重载决策失败,因为没有可使用这些参数调用的可访问“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called:{1}</source>
<target state="translated">重载决策失败,原因是没有可访问的“{0}”可以进行调用:{1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonNarrowingOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}</source>
<target state="translated">重载决策失败,因为没有不使用收缩转换即可调用的可访问重载“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing3">
<source>Argument matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">与形参“{0}”匹配的实参从“{1}”收缩到“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoMostSpecificOverload2">
<source>Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”最适合这些参数: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotMostSpecificOverload">
<source>Not most specific.</source>
<target state="translated">不是最适合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate2">
<source>
'{0}': {1}</source>
<target state="translated">
“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGetProperty1">
<source>Property '{0}' is 'WriteOnly'.</source>
<target state="translated">属性“{0}”为“WriteOnly”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSetProperty1">
<source>Property '{0}' is 'ReadOnly'.</source>
<target state="translated">属性“{0}”为“ReadOnly”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamTypingInconsistency">
<source>All parameters must be explicitly typed if any of them are explicitly typed.</source>
<target state="translated">如果任何一个参数已显式类型化,则所有参数都必须显式类型化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamNameFunctionNameCollision">
<source>Parameter cannot have the same name as its defining function.</source>
<target state="translated">参数不能与它的定义函数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DateToDoubleConversion">
<source>Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.</source>
<target state="translated">从“Date”到“Double”的转换需要调用“Date.ToOADate”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoubleToDateConversion">
<source>Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.</source>
<target state="translated">从 "Double" 到 "Date" 的转换需要调用 "Date.FromOADate" 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ZeroDivide">
<source>Division by zero occurred while evaluating this expression.</source>
<target state="translated">计算此表达式时出现被零除的情况。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryAndOnErrorDoNotMix">
<source>Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.</source>
<target state="translated">方法不能既包含 "Try" 语句,又包含 "On Error" 或 "Resume" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyAccessIgnored">
<source>Property access must assign to the property or use its value.</source>
<target state="translated">属性访问必须分配给属性或使用属性值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNoDefault1">
<source>'{0}' cannot be indexed because it has no default property.</source>
<target state="translated">'无法为“{0}”编制索引,因为它没有默认属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyAttribute1">
<source>Attribute '{0}' cannot be applied to an assembly.</source>
<target state="translated">属性“{0}”不能应用于程序集。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidModuleAttribute1">
<source>Attribute '{0}' cannot be applied to a module.</source>
<target state="translated">属性“{0}”不能应用于模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInUnnamedNamespace1">
<source>'{0}' is ambiguous.</source>
<target state="translated">“{0}”不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMemberNotProperty1">
<source>Default member of '{0}' is not a property.</source>
<target state="translated">“{0}”的默认成员不是属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespace2">
<source>'{0}' is ambiguous in the namespace '{1}'.</source>
<target state="translated">“{1}”在命名空间中“{0}”不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInImports2">
<source>'{0}' is ambiguous, imported from the namespaces or types '{1}'.</source>
<target state="translated">“{0}”不明确,从命名空间或类型“{1}”导入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInModules2">
<source>'{0}' is ambiguous between declarations in Modules '{1}'.</source>
<target state="translated">“{0}”在模块“{1}”中的声明之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespaces2">
<source>'{0}' is ambiguous between declarations in namespaces '{1}'.</source>
<target state="translated">“{0}”在命名空间“{1}”中的声明之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooFewDimensions">
<source>Array initializer has too few dimensions.</source>
<target state="translated">数组初始值设定项的维数太少。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooManyDimensions">
<source>Array initializer has too many dimensions.</source>
<target state="translated">数组初始值设定项的维数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooFewElements1">
<source>Array initializer is missing {0} elements.</source>
<target state="translated">数组初始值设定项缺少 {0} 个元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooManyElements1">
<source>Array initializer has {0} too many elements.</source>
<target state="translated">数组初始值设定项拥有的元素太多({0}个)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewOnAbstractClass">
<source>'New' cannot be used on a class that is declared 'MustInherit'.</source>
<target state="translated">'"New" 不能在声明为 "MustInherit" 的类上使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateNamedImportAlias1">
<source>Alias '{0}' is already declared.</source>
<target state="translated">已声明别名“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePrefix">
<source>XML namespace prefix '{0}' is already declared.</source>
<target state="translated">已声明 XML 命名空间前缀“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsLateBinding">
<source>Option Strict On disallows late binding.</source>
<target state="translated">Option Strict On 不允许后期绑定。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfOperandNotMethod">
<source>'AddressOf' operand must be the name of a method (without parentheses).</source>
<target state="translated">'“AddressOf”操作数必须是某个方法的名称(不带圆括号)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndExternalSource">
<source>'#End ExternalSource' must be preceded by a matching '#ExternalSource'.</source>
<target state="translated">'"#End ExternalSource" 前面必须是匹配的 "#ExternalSource"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndExternalSource">
<source>'#ExternalSource' statement must end with a matching '#End ExternalSource'.</source>
<target state="translated">'“#ExternalSource”语句必须以匹配的“#End ExternalSource”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedExternalSource">
<source>'#ExternalSource' directives cannot be nested.</source>
<target state="translated">'"#ExternalSource" 指令不能嵌套。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'“AddressOf”表达式无法转换为“{0} ”,因为“{0}”不是委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyncLockRequiresReferenceType1">
<source>'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.</source>
<target state="translated">'"SyncLock" 操作数不能是“{0}”类型,因为“{0}”不是引用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodAlreadyImplemented2">
<source>'{0}.{1}' cannot be implemented more than once.</source>
<target state="translated">“{0}.{1}”不能多次实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateInInherits1">
<source>'{0}' cannot be inherited more than once.</source>
<target state="translated">“{0}”不能被继承多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamArrayArgument">
<source>Named argument cannot match a ParamArray parameter.</source>
<target state="translated">命名实参不能匹配 ParamArray 形参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedParamArrayArgument">
<source>Omitted argument cannot match a ParamArray parameter.</source>
<target state="translated">省略的实参不能匹配 ParamArray 形参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayArgumentMismatch">
<source>Argument cannot match a ParamArray parameter.</source>
<target state="translated">参数不能匹配 ParamArray 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNotFound1">
<source>Event '{0}' cannot be found.</source>
<target state="translated">找不到事件“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseVariableSpecifier1">
<source>Variables in Modules cannot be declared '{0}'.</source>
<target state="translated">模块中的变量不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsSharedHandler">
<source>Events of shared WithEvents variables cannot be handled by non-shared methods.</source>
<target state="translated">共享 WithEvents 变量的事件不能由非共享方法处理。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedMinus">
<source>'-' expected.</source>
<target state="translated">'应为“-”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceMemberSyntax">
<source>Interface members must be methods, properties, events, or type definitions.</source>
<target state="translated">接口成员必须是方法、属性、事件或类型定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideInterface">
<source>Statement cannot appear within an interface body.</source>
<target state="translated">语句不能出现在接口体内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsInterface">
<source>Statement cannot appear within an interface body. End of interface assumed.</source>
<target state="translated">语句不能出现在接口体内。假定为接口末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsInNotInheritableClass1">
<source>'NotInheritable' classes cannot have members declared '{0}'.</source>
<target state="translated">'“NotInheritable”类不能有声明为“{0}”的成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseOnlyClassesMustBeExplicit2">
<source>Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.</source>
<target state="translated">类“{0}”必须声明为“MustInherit”或重写以下继承的“MustOverride”成员: {1}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritEventNotOverridden">
<source>'{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.</source>
<target state="translated">“{0}”是基类“{1}” 中的 MustOverride 事件。Visual Basic 不支持事件替代。必须提供基类中事件的实现或让类“{2}“成为 MustInherit。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NegativeArraySize">
<source>Array dimensions cannot have a negative size.</source>
<target state="translated">数组维数的大小不能为负。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassAbstractCall1">
<source>'MustOverride' method '{0}' cannot be called with 'MyClass'.</source>
<target state="translated">'无法用“MyClass”调用“MustOverride”方法“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndDisallowedInDllProjects">
<source>'End' statement cannot be used in class library projects.</source>
<target state="translated">'在类库项目中不能使用 "End" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BlockLocalShadowing1">
<source>Variable '{0}' hides a variable in an enclosing block.</source>
<target state="translated">变量“{0}”在封闭块中隐藏变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleNotAtNamespace">
<source>'Module' statements can occur only at file or namespace level.</source>
<target state="translated">'"Module" 语句只能出现在文件级或命名空间级。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAtNamespace">
<source>'Namespace' statements can occur only at file or namespace level.</source>
<target state="translated">'"Namespace" 语句只能出现在文件级或命名空间级。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEnum">
<source>Statement cannot appear within an Enum body.</source>
<target state="translated">语句不能出现在枚举体内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEnum">
<source>Statement cannot appear within an Enum body. End of Enum assumed.</source>
<target state="translated">语句不能出现在枚举体内。假定已到达枚举末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrict">
<source>'Option Strict' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'"Option Strict" 的后面只能跟 "On" 或 "Off"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndStructureNoStructure">
<source>'End Structure' must be preceded by a matching 'Structure'.</source>
<target state="translated">'"End Structure" 前面必须是匹配的 "Structure"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndModuleNoModule">
<source>'End Module' must be preceded by a matching 'Module'.</source>
<target state="translated">'"End Module" 前面必须是匹配的 "Module"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndNamespaceNoNamespace">
<source>'End Namespace' must be preceded by a matching 'Namespace'.</source>
<target state="translated">'"End Namespace" 前面必须是匹配的 "Namespace"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndStructure">
<source>'Structure' statement must end with a matching 'End Structure'.</source>
<target state="translated">'“Structure”语句必须以匹配的“End Structure”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndModule">
<source>'Module' statement must end with a matching 'End Module'.</source>
<target state="translated">'“Module”语句必须以匹配的“End Module”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndNamespace">
<source>'Namespace' statement must end with a matching 'End Namespace'.</source>
<target state="translated">'“Namespace”语句必须以匹配的“End Namespace”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionStmtWrongOrder">
<source>'Option' statements must precede any declarations or 'Imports' statements.</source>
<target state="translated">'"Option" 语句必须位于任何声明或 "Imports" 语句之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantInherit">
<source>Structures cannot have 'Inherits' statements.</source>
<target state="translated">结构不能有 "Inherits" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInStruct">
<source>Structures cannot declare a non-shared 'Sub New' with no parameters.</source>
<target state="translated">结构不能声明没有参数的非共享 "Sub New"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndGet">
<source>'End Get' must be preceded by a matching 'Get'.</source>
<target state="translated">'“End Get”前面必须是匹配的“Get”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndGet">
<source>'Get' statement must end with a matching 'End Get'.</source>
<target state="translated">'"Get" 语句必须以匹配的 "End Get" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSet">
<source>'End Set' must be preceded by a matching 'Set'.</source>
<target state="translated">'“End Set”前面必须是匹配的“Set”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndSet">
<source>'Set' statement must end with a matching 'End Set'.</source>
<target state="translated">'"Set" 语句必须以匹配的 "End Set" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProperty">
<source>Statement cannot appear within a property body. End of property assumed.</source>
<target state="translated">语句不能出现在属性体内。假定为属性末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateWriteabilityCategoryUsed">
<source>'ReadOnly' and 'WriteOnly' cannot be combined.</source>
<target state="translated">'"ReadOnly" 不能与 "WriteOnly" 组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedGreater">
<source>'>' expected.</source>
<target state="translated">'应为“>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeStmtWrongOrder">
<source>Assembly or Module attribute statements must precede any declarations in a file.</source>
<target state="translated">Assembly 或 Module 特性语句必须位于文件中的任何声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoExplicitArraySizes">
<source>Array bounds cannot appear in type specifiers.</source>
<target state="translated">数组界限不能出现在类型说明符中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyFlags1">
<source>Properties cannot be declared '{0}'.</source>
<target state="translated">属性不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionExplicit">
<source>'Option Explicit' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'"Option Explicit" 的后面只能跟 "On" 或 "Off"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleParameterSpecifiers">
<source>'ByVal' and 'ByRef' cannot be combined.</source>
<target state="translated">'“ByVal”不能与“ByRef”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleOptionalParameterSpecifiers">
<source>'Optional' and 'ParamArray' cannot be combined.</source>
<target state="translated">"Optional" 不能与 "ParamArray" 组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedProperty1">
<source>Property '{0}' is of an unsupported type.</source>
<target state="translated">属性“{0}”的类型不受支持。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionalParameterUsage1">
<source>Attribute '{0}' cannot be applied to a method with optional parameters.</source>
<target state="translated">属性“{0}”不能应用于具有可选参数的方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonFunction">
<source>'Return' statement in a Sub or a Set cannot return a value.</source>
<target state="translated">'Sub 或 Set 中的 "Return" 语句不能返回值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnterminatedStringLiteral">
<source>String constants must end with a double quote.</source>
<target state="translated">字符串常量必须以双引号结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedType1">
<source>'{0}' is an unsupported type.</source>
<target state="translated">“{0}”是不受支持的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEnumBase">
<source>Enums must be declared as an integral type.</source>
<target state="translated">枚举必须声明为整型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefIllegal1">
<source>{0} parameters cannot be declared 'ByRef'.</source>
<target state="translated">{0} 参数不能声明为“ByRef”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssembly3">
<source>Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">需要对程序集“{0}”(包含类型“{1}”)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModule3">
<source>Reference required to module '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">需要对模块“{0}”(包含类型“{1}”)的引用。请在项目中添加一个。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnWithoutValue">
<source>'Return' statement in a Function, Get, or Operator must return a value.</source>
<target state="translated">'Function、Get 或 Operator 中的 "Return" 语句必须返回值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedField1">
<source>Field '{0}' is of an unsupported type.</source>
<target state="translated">字段“{0}”的类型不受支持。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedMethod1">
<source>'{0}' has a return type that is not supported or parameter types that are not supported.</source>
<target state="translated">“{0}”有不受支持的返回类型或不受支持的参数类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonIndexProperty1">
<source>Property '{0}' with no parameters cannot be found.</source>
<target state="translated">无法找到不带参数的属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributePropertyType1">
<source>Property or field '{0}' does not have a valid attribute type.</source>
<target state="translated">属性或字段“{0}”没有有效的特性类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalsCannotHaveAttributes">
<source>Attributes cannot be applied to local variables.</source>
<target state="translated">特性不能应用于局部变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyOrFieldNotDefined1">
<source>Field or property '{0}' is not found.</source>
<target state="translated">找不到字段或属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsage2">
<source>Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性“{0}”不能应用于“{1}”,因为该属性在此声明类型中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsageOnAccessor">
<source>Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性“{0}”不能应用于“{2}”的“{1}”,因为该属性在此声明类型中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedTypeInInheritsClause2">
<source>Class '{0}' cannot reference its nested type '{1}' in Inherits clause.</source>
<target state="translated">类“{0}”无法在 Inherits 子句中引用其嵌套类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInItsInheritsClause1">
<source>Class '{0}' cannot reference itself in Inherits clause.</source>
<target state="translated">类“{0}”不能在 Inherits 子句中引用自己。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseTypeReferences2">
<source>
Base type of '{0}' needs '{1}' to be resolved.</source>
<target state="translated">
“{0}”基类型需要解析“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalBaseTypeReferences3">
<source>Inherits clause of {0} '{1}' causes cyclic dependency: {2}</source>
<target state="translated">{0}“{1}”的继承子句会导致循环依赖: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsage1">
<source>Attribute '{0}' cannot be applied multiple times.</source>
<target state="translated">属性“{0}”不能应用多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsageInNetModule2">
<source>Attribute '{0}' in '{1}' cannot be applied multiple times.</source>
<target state="translated">“{1}”中的属性“{0}”不能应用多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantThrowNonException">
<source>'Throw' operand must derive from 'System.Exception'.</source>
<target state="translated">'“Throw”操作数必须从“System.Exception”派生。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeInCatchToRethrow">
<source>'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.</source>
<target state="translated">'"Throw" 语句在 "Catch" 语句外或 "Finally" 语句内不能省略操作数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeByVal">
<source>ParamArray parameters must be declared 'ByVal'.</source>
<target state="translated">ParamArray 参数必须声明为 "ByVal"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">“{0}”已过时:“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimNoSizes">
<source>'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.</source>
<target state="translated">"ReDim" 语句需要一个带圆括号的列表,该列表列出数组每个维度的新界限。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithMultipleDeclarators">
<source>Explicit initialization is not permitted with multiple variables declared with a single type specifier.</source>
<target state="translated">不允许通过用单个类型说明符声明多个变量来进行显式初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithExplicitArraySizes">
<source>Explicit initialization is not permitted for arrays declared with explicit bounds.</source>
<target state="translated">对于用显式界限声明的数组不允许进行显式初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSyncLockNoSyncLock">
<source>'End SyncLock' must be preceded by a matching 'SyncLock'.</source>
<target state="translated">'“End SyncLock”前面必须是匹配的“SyncLock”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSyncLock">
<source>'SyncLock' statement must end with a matching 'End SyncLock'.</source>
<target state="translated">'“SyncLock”语句必须以匹配的“End SyncLock”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotEvent2">
<source>'{0}' is not an event of '{1}'.</source>
<target state="translated">“{0}”不是“{1}”的事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddOrRemoveHandlerEvent">
<source>'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.</source>
<target state="translated">'“AddHandler”或“RemoveHandler”语句事件操作数必须是以点限定的表达式或者是简单的名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedEnd">
<source>'End' statement not valid.</source>
<target state="translated">'"End" 语句无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitForNonArray2">
<source>Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.</source>
<target state="translated">数组初始值设定项仅对数组有效,但“{0}”的类型是“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndRegionNoRegion">
<source>'#End Region' must be preceded by a matching '#Region'.</source>
<target state="translated">'"#End Region" 前面必须是匹配的 "#Region"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndRegion">
<source>'#Region' statement must end with a matching '#End Region'.</source>
<target state="translated">'"#Region" 语句必须以匹配的 "#End Region" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsStmtWrongOrder">
<source>'Inherits' statement must precede all declarations in a class.</source>
<target state="translated">'“Inherits”语句必须位于类中的所有声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousAcrossInterfaces3">
<source>'{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.</source>
<target state="translated">“{0}”在继承接口“{1}”和“{2}”之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyAmbiguousAcrossInterfaces4">
<source>Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.</source>
<target state="translated">默认属性访问在接口“{1}”的继承接口成员“{0}”和接口“{3}”的继承接口成员“{2}”之间不明确。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceEventCantUse1">
<source>Events in interfaces cannot be declared '{0}'.</source>
<target state="translated">接口中的事件无法声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExecutableAsDeclaration">
<source>Statement cannot appear outside of a method body.</source>
<target state="translated">语句不能出现在方法主体外。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNoDefault1">
<source>Structure '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">无法为结构“{0}”编制索引,因为它没有默认属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustShadow2">
<source>{0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.</source>
<target state="translated">{0}“{1}”必须声明为“Shadows”,因为具有此名称的另一个成员被声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptionalTypes2">
<source>'{0}' cannot override '{1}' because they differ by the types of optional parameters.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在可选参数类型上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndOfExpression">
<source>End of expression expected.</source>
<target state="translated">应为表达式结尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructsCannotHandleEvents">
<source>Methods declared in structures cannot have 'Handles' clauses.</source>
<target state="translated">结构中声明的方法不能有 "Handles" 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridesImpliesOverridable">
<source>Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.</source>
<target state="translated">声明为 "Overrides" 的方法是隐式可重写的,因此它们不能声明为 "Overridable"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParam1">
<source>'{0}' is already declared as a parameter of this method.</source>
<target state="translated">“{0}”已声明为此方法的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParamInLambda1">
<source>Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.</source>
<target state="translated">变量“{0}”已声明为此 lambda 表达式或某个封闭 lambda 表达式的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseTypeSpecifier1">
<source>Type in a Module cannot be declared '{0}'.</source>
<target state="translated">模块中的类型不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InValidSubMainsFound1">
<source>No accessible 'Main' method with an appropriate signature was found in '{0}'.</source>
<target state="translated">“{0}”中找不到带有适当签名的可访问“Main”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MoreThanOneValidMainWasFound2">
<source>'Sub Main' is declared more than once in '{0}': {1}</source>
<target state="translated">'在“{0}”中多次声明了“Sub Main”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotConvertValue2">
<source>Value '{0}' cannot be converted to '{1}'.</source>
<target state="translated">值“{0}”无法转换为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInSyncLock">
<source>'On Error' statements are not valid within 'SyncLock' statements.</source>
<target state="translated">'"On Error" 语句在 "SyncLock" 语句内无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionCollection2">
<source>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.</source>
<target state="translated">Option Strict On 不允许从“{0}”到“{1}”的隐式转换;Visual Basic 6.0 集合类型与 .NET Framework 集合类型不兼容。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoTryHandler">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”语句无效,因为“{0}”位于不包含此语句的“Try”、“Catch”或“Finally”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoSyncLock">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“SyncLock”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoWith">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“With”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoFor">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“For”或“For Each”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicConstructor">
<source>Attribute cannot be used because it does not have a Public constructor.</source>
<target state="translated">特性没有 Public 构造函数,因此不能使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultEventNotFound1">
<source>Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.</source>
<target state="translated">由“DefaultEvent”属性指定的事件“{0}”不是该类的公共可访问事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNonSerializedUsage">
<source>'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.</source>
<target state="translated">'"NonSerialized" 特性对此成员无效,因为它的包含类不作为 "Serializable" 公开。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedContinueKind">
<source>'Continue' must be followed by 'Do', 'For' or 'While'.</source>
<target state="translated">'“Continue”的后面必须跟有“Do”、“For”或“While”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueDoNotWithinDo">
<source>'Continue Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'“Continue Do”只能出现在“Do”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueForNotWithinFor">
<source>'Continue For' can only appear inside a 'For' statement.</source>
<target state="translated">'“Continue For”只能出现在“For”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueWhileNotWithinWhile">
<source>'Continue While' can only appear inside a 'While' statement.</source>
<target state="translated">'“Continue While”只能出现在“While”语句内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParameterSpecifier">
<source>Parameter specifier is duplicated.</source>
<target state="translated">参数说明符重复。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a Module cannot be declared '{0}'.</source>
<target state="translated">'模块中的“Declare”语句不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a structure cannot be declared '{0}'.</source>
<target state="translated">'结构中的“Declare”语句不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfValueType1">
<source>'TryCast' operand must be reference type, but '{0}' is a value type.</source>
<target state="translated">'“TryCast”操作数必须是引用类型,但“{0}”是值类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfUnconstrainedTypeParam1">
<source>'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.</source>
<target state="translated">'“TryCast”操作数必须是类约束类型参数,但“{0}”没有类约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousDelegateBinding2">
<source>No accessible '{0}' is most specific: {1}</source>
<target state="translated">没有非常明确的可访问“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedStructMemberCannotSpecifyNew">
<source>Non-shared members in a Structure cannot be declared 'New'.</source>
<target state="translated">Structure 中的非共享成员不能声明为 "New"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericSubMainsFound1">
<source>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.</source>
<target state="translated">在“{0}”中找到的带有适当签名的可访问“Main”方法要么都是泛型方法,要么嵌套在泛型类型中,因此均不能用作启动方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GeneralProjectImportsError3">
<source>Error in project-level import '{0}' at '{1}' : {2}</source>
<target state="translated">项目级 import“{0}”中的“{1}”位置出错: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidTypeForAliasesImport2">
<source>'{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.</source>
<target state="translated">“{0}”的 Imports 别名的“{1}”不引用命名空间、类、结构、接口、枚举或模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedConstant2">
<source>Field '{0}.{1}' has an invalid constant value.</source>
<target state="translated">字段“{0}.{1}”具有无效常量值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteArgumentsNeedParens">
<source>Method arguments must be enclosed in parentheses.</source>
<target state="translated">方法参数必须括在括号中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLineNumbersAreLabels">
<source>Labels that are numbers must be followed by colons.</source>
<target state="translated">数字标签后面必须跟冒号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteStructureNotType">
<source>'Type' statements are no longer supported; use 'Structure' statements instead.</source>
<target state="translated">'不再支持 "Type" 语句;请改用 "Structure" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteObjectNotVariant">
<source>'Variant' is no longer a supported type; use the 'Object' type instead.</source>
<target state="translated">'"Variant" 不再是受支持的类型;请改用 "Object" 类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLetSetNotNeeded">
<source>'Let' and 'Set' assignment statements are no longer supported.</source>
<target state="translated">'不再支持 "Let" 和 "Set" 赋值语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoletePropertyGetLetSet">
<source>Property Get/Let/Set are no longer supported; use the new Property declaration syntax.</source>
<target state="translated">不再支持 Property Get/Let/Set;请使用新的 Property 声明语法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteWhileWend">
<source>'Wend' statements are no longer supported; use 'End While' statements instead.</source>
<target state="translated">'不再支持 "Wend" 语句;请改用 "End While" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteRedimAs">
<source>'ReDim' statements can no longer be used to declare array variables.</source>
<target state="translated">'"ReDim" 语句不能再用于声明数组变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOptionalWithoutValue">
<source>Optional parameters must specify a default value.</source>
<target state="translated">可选参数必须指定默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGosub">
<source>'GoSub' statements are no longer supported.</source>
<target state="translated">'不再支持 "GoSub" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOnGotoGosub">
<source>'On GoTo' and 'On GoSub' statements are no longer supported.</source>
<target state="translated">'不再支持 "On GoTo" 和 "On GoSub" 语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteEndIf">
<source>'EndIf' statements are no longer supported; use 'End If' instead.</source>
<target state="translated">'不再支持 "EndIf" 语句;请改用 "End If"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteExponent">
<source>'D' can no longer be used to indicate an exponent, use 'E' instead.</source>
<target state="translated">'"D" 不能再用来表示指数;请改用 "E"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteAsAny">
<source>'As Any' is not supported in 'Declare' statements.</source>
<target state="translated">'"Declare" 语句中不支持 "As Any"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGetStatement">
<source>'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.</source>
<target state="translated">'不再支持 "Get" 语句。"Microsoft.VisualBasic" 命名空间中有文件 I/O 功能。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithArrayVsParamArray2">
<source>'{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在声明为 "ParamArray" 的参数上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularBaseDependencies4">
<source>This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.</source>
<target state="translated">此继承将导致在 {0}“{1}”及其嵌套类型或基类型“{2}”之间产生循环依赖项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedBase2">
<source>{0} '{1}' cannot inherit from a type nested within it.</source>
<target state="translated">{0}“{1}”不能从嵌套在它里面的类型继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchOutsideAssembly4">
<source>'{0}' cannot expose type '{1}' outside the project through {2} '{3}'.</source>
<target state="translated">“{0}”不能通过 {2}“{3}”在项目外部公开类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatchOutside3">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.</source>
<target state="translated">“{0}”将对基 {1} 的访问扩展到程序集之外,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">“{1}”的“{0}”访问器已过时:“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">“{1}”的“{0}”访问器已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent6">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.</source>
<target state="translated">“{0}”不能通过 {4}“{5}”向 {2}“{3}”公开它正在实现的事件的基础委托类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent4">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.</source>
<target state="translated">“{0}”不能通过 {2}“{3}”公开它正在实现的事件的基础委托类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycleInImportedType1">
<source>Type '{0}' is not supported because it either directly or indirectly inherits from itself.</source>
<target state="translated">类型“{0}”直接或者间接从自身继承,因此不受支持。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,因为它的基类“{2}”中的“{1}”被标记为已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,因为它的基类“{2}”中的“{1}”被标记为已过时:“{3}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">此“Sub New”的第一条语句必须是对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标为已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall4">
<source>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}'.</source>
<target state="translated">此“Sub New”的第一条语句必须是对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标为已过时:“{3}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatch7">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.</source>
<target state="translated">“{0}”将对类型“{3}”的访问扩展到{4}“{5}”,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatchOutside5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.</source>
<target state="translated">“{0}”将对类型“{3}”的访问扩展到程序集之外,因此无法从 {1}“{2}”继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeAccessMismatch3">
<source>Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.</source>
<target state="translated">“{1}”的指定访问“{0}”与它的一个其他分部类型上指定的访问“{2}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeBadMustInherit1">
<source>'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.</source>
<target state="translated">'“MustInherit”不能为分部类型“{0}”指定,因为它不能与为该类型的某个其他分部类型指定的“NotInheritable”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverOnNotInheritPartClsMem1">
<source>'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.</source>
<target state="translated">'不能在此成员上指定“MustOverride”,因为它所在的分部类型在另一个分部定义中被声明为“NotInheritable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseMismatchForPartialClass3">
<source>Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.</source>
<target state="translated">为类“{1}”指定的基类“{0}”不能与它的其他分部类型之一的基类“{2}”不同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeTypeParamNameMismatch3">
<source>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}'.</source>
<target state="translated">类型参数名“{0}”与在“{2}”的某个其他分部类型上定义的相应类型参数的名称“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeConstraintMismatch1">
<source>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}'.</source>
<target state="translated">此类型参数的约束与在“{0}”的某个其他分部类型上定义的相应类型参数的约束不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LateBoundOverloadInterfaceCall1">
<source>Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.</source>
<target state="translated">后期绑定重载决策不能应用于“{0}”,因为访问实例是一个接口类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredAttributeConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.</source>
<target state="translated">在用作属性参数的常量表达式中不能发生从“{0}”到“{1}”的转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousOverrides3">
<source>Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}</source>
<target state="translated">无法重写与此签名匹配的成员“{0}”,因为类“{1}”包含多个具有此相同名称和签名的成员: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverriddenCandidate1">
<source>
'{0}'</source>
<target state="translated">
“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplements3">
<source>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}'</source>
<target state="translated">无法实现与此签名匹配的成员“{0}.{1}”,因为接口“{2}”包含多个具有此相同名称和签名的成员:
'{3}'
'{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotCreatableDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'“AddressOf”表达式无法转换为“{0}”,因为类型“{0}”已声明为“MustInherit”,无法创建。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassGenericMethod">
<source>Generic methods cannot be exposed to COM.</source>
<target state="translated">泛型方法不能向 COM 公开。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntaxInCastOp">
<source>Syntax error in cast operator; two arguments separated by comma are required.</source>
<target state="translated">强制转换运算符中有语法错误;需要两个用逗号分隔的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerForNonConstDim">
<source>Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.</source>
<target state="translated">无法为不定维度指定数组初始值设定项;请使用空初始值设定项“{}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingFailure3">
<source>No accessible method '{0}' has a signature compatible with delegate '{1}':{2}</source>
<target state="translated">没有任何可访问的方法“{0}”具有与委托“{1}”兼容的签名: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructLayoutAttributeNotAllowed">
<source>Attribute 'StructLayout' cannot be applied to a generic type.</source>
<target state="translated">特性 "StructLayout" 不能应用于泛型类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal1">
<source>Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.</source>
<target state="translated">范围变量“{0}”隐藏封闭块中的某个变量或以前在查询表达式中定义的某个范围变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionInfer">
<source>'Option Infer' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'"Option Infer" 后面只能跟 "On" 或 "Off"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularInference1">
<source>Type of '{0}' cannot be inferred from an expression containing '{0}'.</source>
<target state="translated">无法从包含“{0}”的表达式中推断“{0}”的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleOverridingMethod5">
<source>'{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.</source>
<target state="translated">'类“{1}”中的“{0}”不能重写类“{3}”中的“{2}”,因为中间类“{4}”重写了类“{3}”中的“{2}”,但不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableWidestType1">
<source>Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">无法推断“{0}”的类型,因为循环边界和 step 子句不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousWidestType3">
<source>Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">“{0}”的类型不明确,因为循环边界和 step 子句不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperatorInInit">
<source>'=' expected (object initializer).</source>
<target state="translated">'应为 "="(对象初始值设定项)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQualifiedNameInInit">
<source>Name of field or property being initialized in an object initializer must start with '.'.</source>
<target state="translated">正在对象初始值设定项中初始化的字段或属性的名称必须以 "."开头。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLbrace">
<source>'{' expected.</source>
<target state="translated">'应为 "{"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeOrWith">
<source>Type or 'With' expected.</source>
<target state="translated">应为类型或 "With"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAggrMemberInit1">
<source>Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.</source>
<target state="translated">多次初始化“{0}”的。字段和属性只能在对象初始值设定项表达式中初始化一次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonFieldPropertyAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化成员“{0}”,因为它不是一个字段或属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedMemberAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is shared.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化成员“{0}”,因为它是共享的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterizedPropertyInAggrInit1">
<source>Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化属性“{0}”,因为它需要参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoZeroCountArgumentInitCandidates1">
<source>Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.</source>
<target state="translated">无法在对象初始值设定项表达式中初始化属性“{0}”,因为所有可访问的重载都需要参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AggrInitInvalidForObject">
<source>Object initializer syntax cannot be used to initialize an instance of 'System.Object'.</source>
<target state="translated">不能使用对象初始值设定项语法初始化“System.Object”的实例。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerExpected">
<source>Initializer expected.</source>
<target state="translated">应为初始值设定项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LineContWithCommentOrNoPrecSpace">
<source>The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.</source>
<target state="translated">行继续符 "_" 前面必须至少有一个空格,且其后必须有注释或 "_" 必须是该行的最后一个字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFile1">
<source>Unable to load module file '{0}': {1}</source>
<target state="translated">无法加载模块文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRefLib1">
<source>Unable to load referenced library '{0}': {1}</source>
<target state="translated">无法加载引用的库“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventHandlerSignatureIncompatible2">
<source>Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.</source>
<target state="translated">方法“{0}”无法处理事件“{1}”,因为它们的签名不兼容。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionalCompilationConstantNotValid">
<source>Conditional compilation constant '{1}' is not valid: {0}</source>
<target state="translated">条件编译常数“{1}”无效: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwice1">
<source>Interface '{0}' can be implemented only once by this type.</source>
<target state="translated">接口“{0}”只能由此类型实现一次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">接口“{0}”只能通过此类型实现一次,但已显示有不同的元组元素名称,如“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">接口“{0}”只能通过此类型实现一次,但已显示有不同的元组元素名称,如“{1}”(通过“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">接口“{0}”只能通过此类型实现一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">接口“{0}”只能通过此类型实现一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”(通过“{3}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">接口“{0}”只能通过此接口继承一次,但已显示有不同的元组元素名称,如“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">接口“{0}”只能通过此接口继承一次,但已显示有不同的元组元素名称,如“{1}”(通过“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">接口“{0}”只能通过此接口继承一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">接口“{0}”只能通过此接口继承一次(通过“{1}”),但已显示有不同的元组元素名称,如“{2}”(通过“{3}”)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotImplemented1">
<source>Interface '{0}' is not implemented by this class.</source>
<target state="translated">接口“{0}”不是由此类实现的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplementsMember3">
<source>'{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.</source>
<target state="translated">“{0}”存在于多个基接口中。请使用在“Implements”子句中声明“{0}”的接口的名称,而不要使用派生接口的名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsOnNew">
<source>'Sub New' cannot implement interface members.</source>
<target state="translated">'“Sub New”无法实现接口成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitInStruct">
<source>Arrays declared as structure members cannot be declared with an initial size.</source>
<target state="translated">声明为结构成员的数组不能用初始大小声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventTypeNotDelegate">
<source>Events declared with an 'As' clause must have a delegate type.</source>
<target state="translated">用 "As" 子句声明的事件必须有委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ProtectedTypeOutsideClass">
<source>Protected types can only be declared inside of a class.</source>
<target state="translated">受保护的类型只能在类内部声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyWithNoParams">
<source>Properties with no required parameters cannot be declared 'Default'.</source>
<target state="translated">不带必选参数的属性不能声明为“Default”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerInStruct">
<source>Initializers on structure members are valid only for 'Shared' members and constants.</source>
<target state="translated">结构成员上的初始值设定项仅对“Shared”成员和常量有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateImport1">
<source>Namespace or type '{0}' has already been imported.</source>
<target state="translated">已导入命名空间或类型呢“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFlags1">
<source>Modules cannot be declared '{0}'.</source>
<target state="translated">模块不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsStmtWrongOrder">
<source>'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.</source>
<target state="translated">'“Implements”语句在类中必须位于任何“Inherits”语句之后,所有声明之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithSynth7">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.</source>
<target state="translated">{0}“{1}”隐式定义的“{2}”与为 {5}“{6}”中的 {3}“{4}”隐式声明的成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithMember5">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.</source>
<target state="translated">{0}“{1}”隐式定义的“{2}”与 {3}“{4}”中的同名成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberClashesWithSynth6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.</source>
<target state="translated">{0}“{1}”与为 {4}“{5}”中的 {2}“{3}”隐式声明的成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeClashesWithVbCoreType4">
<source>{0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.</source>
<target state="translated">{0}“{1}”与 Visual Basic 运行时 {2}“{3}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeMissingAction">
<source>First argument to a security attribute must be a valid SecurityAction.</source>
<target state="translated">安全属性的第一个参数必须是有效的 SecurityAction。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidAction">
<source>Security attribute '{0}' has an invalid SecurityAction value '{1}'.</source>
<target state="translated">安全属性“{0}”具有无效的 SecurityAction 值“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionAssembly">
<source>SecurityAction value '{0}' is invalid for security attributes applied to an assembly.</source>
<target state="translated">SecurityAction 值“{0}”对应用于程序集的安全属性无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionTypeOrMethod">
<source>SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.</source>
<target state="translated">SecurityAction 值“{0}”对应用于类型或方法的安全属性无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrincipalPermissionInvalidAction">
<source>SecurityAction value '{0}' is invalid for PrincipalPermission attribute.</source>
<target state="translated">SecurityAction 值“{0}”对 PrincipalPermission 属性无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeInvalidFile">
<source>Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.</source>
<target state="translated">无法解析为 PermissionSet 属性的命名参数“{1}”指定的文件路径“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeFileReadError">
<source>Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.</source>
<target state="translated">读取为 PermissionSet 属性的命名参数“{1}”指定的文件“'{0}' ”时出错:“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasOnlyOneParam">
<source>'Set' method cannot have more than one parameter.</source>
<target state="translated">'"Set" 方法不能有一个以上的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetValueNotPropertyType">
<source>'Set' parameter must have the same type as the containing property.</source>
<target state="translated">'"Set" 参数必须与包含属性的类型相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasToBeByVal1">
<source>'Set' parameter cannot be declared '{0}'.</source>
<target state="translated">'“Set”参数不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureCantUseProtected">
<source>Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.</source>
<target state="translated">结构中的方法不能声明为 "Protected"、"Protected Friend" 或 "Private Protected"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceDelegateSpecifier1">
<source>Delegate in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的委托不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceEnumSpecifier1">
<source>Enum in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的枚举不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceClassSpecifier1">
<source>Class in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的类不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceStructSpecifier1">
<source>Structure in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的结构不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceInterfaceSpecifier1">
<source>Interface in an interface cannot be declared '{0}'.</source>
<target state="translated">接口中的接口不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">“{0}”已过时。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotAssembly">
<source>'{0}' is a module and cannot be referenced as an assembly.</source>
<target state="translated">“{0}”是一个模块,不能作为程序集引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotModule">
<source>'{0}' is an assembly and cannot be referenced as a module.</source>
<target state="translated">“{0}”是一个程序集,不能作为模块引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceComparison3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.</source>
<target state="translated">没有为类型“{1}”和“{2}”定义运算符“{0}”。请使用“Is”运算符比较两个引用的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchVariableNotLocal1">
<source>'{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.</source>
<target state="translated">“{0}”不是局部变量或参数,因此不能用作“Catch”变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleMemberCantImplement">
<source>Members in a Module cannot implement interface members.</source>
<target state="translated">模块中的成员无法实现接口成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventDelegatesCantBeFunctions">
<source>Events cannot be declared with a delegate type that has a return type.</source>
<target state="translated">事件不能用具有返回类型的委托类型声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDate">
<source>Date constant is not valid.</source>
<target state="translated">日期常量无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverride4">
<source>'{0}' cannot override '{1}' because it is not declared 'Overridable'.</source>
<target state="translated">“{0}”无法重写“{1}”,因为后者未声明为“Overridable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArraysOnBoth">
<source>Array modifiers cannot be specified on both a variable and its type.</source>
<target state="translated">不能在变量及其类型上同时指定数组修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotOverridableRequiresOverrides">
<source>'NotOverridable' cannot be specified for methods that do not override another method.</source>
<target state="translated">'不能为不重写另一个方法的方法指定 "NotOverridable"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrivateTypeOutsideType">
<source>Types declared 'Private' must be inside another type.</source>
<target state="translated">声明为 "Private" 的类型必须在另一个类型内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeRefResolutionError3">
<source>Import of type '{0}' from assembly or module '{1}' failed.</source>
<target state="translated">从程序集或模块“{1}”导入类型“{0}”失败。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleTypeRefResolutionError1">
<source>Predefined type '{0}' is not defined or imported.</source>
<target state="translated">预定义的类型“{0}”未定义或未导入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWrongType">
<source>ParamArray parameters must have an array type.</source>
<target state="translated">ParamArray 参数必须有数组类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CoClassMissing2">
<source>Implementing class '{0}' for interface '{1}' cannot be found.</source>
<target state="translated">无法找到接口“{1}”的实现类“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidCoClass1">
<source>Type '{0}' cannot be used as an implementing class.</source>
<target state="translated">类型“{0}”不能用作实现类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMeReference">
<source>Reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">调用另一个构造函数时引用尚未完成的对象是无效的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitMeReference">
<source>Implicit reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">调用另一个构造函数时隐式引用尚未完成的对象是无效的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeMemberNotFound2">
<source>Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.</source>
<target state="translated">类“{1}”中找不到成员“{0}”。此情况通常是由于不匹配的“Microsoft.VisualBasic.dll”造成的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags">
<source>Property accessors cannot be declared '{0}'.</source>
<target state="translated">不能将属性访问器声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlagsRestrict">
<source>Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.</source>
<target state="translated">访问修饰符“{0}”无效。“Get”和“Set”的访问修饰符的限制性应该比属性访问级别更强。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneAccessorForGetSet">
<source>Access modifier can only be applied to either 'Get' or 'Set', but not both.</source>
<target state="translated">访问修饰符只能用于 "Get" 或者 "Set",但不能同时用于这二者。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleSet">
<source>'Set' accessor of property '{0}' is not accessible.</source>
<target state="translated">'属性“{0}”的“Set”访问器不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleGet">
<source>'Get' accessor of property '{0}' is not accessible.</source>
<target state="translated">'属性“{0}”的“Get”访问器不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyNoAccessorFlag">
<source>'WriteOnly' properties cannot have an access modifier on 'Set'.</source>
<target state="translated">'"WriteOnly" 属性在 "Set" 上不能有访问修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyNoAccessorFlag">
<source>'ReadOnly' properties cannot have an access modifier on 'Get'.</source>
<target state="translated">'"ReadOnly" 属性在 "Get" 上不能有访问修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags1">
<source>Property accessors cannot be declared '{0}' in a 'NotOverridable' property.</source>
<target state="translated">属性访问器不能在“NotOverridable”属性中声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags2">
<source>Property accessors cannot be declared '{0}' in a 'Default' property.</source>
<target state="translated">属性访问器不能在“Default”属性中声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags3">
<source>Property cannot be declared '{0}' because it contains a 'Private' accessor.</source>
<target state="translated">属性包含“Private”访问器,因此不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleCoClass3">
<source>Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">接口“{1}”的实现类“{0}”是“{2}”,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingValuesForArraysInApplAttrs">
<source>Arrays used as attribute arguments are required to explicitly specify values for all elements.</source>
<target state="translated">必须有用作特性参数的数组才能显式指定所有元素的值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitEventMemberNotInvalid">
<source>'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.</source>
<target state="translated">'"Exit AddHandler"、"Exit RemoveHandler" 和 "Exit RaiseEvent" 无效。请使用 "Return" 从事件成员中退出。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEvent">
<source>Statement cannot appear within an event body. End of event assumed.</source>
<target state="translated">语句不能出现在事件体内。假定为事件末尾。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEvent">
<source>'Custom Event' must end with a matching 'End Event'.</source>
<target state="translated">'Custom Event 必须以匹配的 "End Event" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndAddHandler">
<source>'AddHandler' declaration must end with a matching 'End AddHandler'.</source>
<target state="translated">'"AddHandler" 声明必须以匹配的 "End AddHandler" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRemoveHandler">
<source>'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.</source>
<target state="translated">'"RemoveHandler" 声明必须以匹配的 "End RemoveHandler" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRaiseEvent">
<source>'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.</source>
<target state="translated">'"RaiseEvent" 声明必须以匹配的 "End RaiseEvent" 结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventInvInInterface">
<source>'Custom' modifier is not valid on events declared in interfaces.</source>
<target state="translated">'“Custom”修饰符在接口中声明的事件上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventRequiresAs">
<source>'Custom' modifier is not valid on events declared without explicit delegate types.</source>
<target state="translated">'“Custom”修饰符在未用显式委托类型声明的事件上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEvent">
<source>'End Event' must be preceded by a matching 'Custom Event'.</source>
<target state="translated">'“End Event”前面必须是匹配的“Custom Event”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndAddHandler">
<source>'End AddHandler' must be preceded by a matching 'AddHandler' declaration.</source>
<target state="translated">'“End AddHandler”前面必须是匹配的“AddHandler”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRemoveHandler">
<source>'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.</source>
<target state="translated">'“End RemoveHandler”前面必须是匹配的“RemoveHandler”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRaiseEvent">
<source>'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.</source>
<target state="translated">'“End RaiseEvent”前面必须是匹配的“RaiseEvent”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAddHandlerDef">
<source>'AddHandler' is already declared.</source>
<target state="translated">'已经声明 "AddHandler"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRemoveHandlerDef">
<source>'RemoveHandler' is already declared.</source>
<target state="translated">'已经声明 "RemoveHandler"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRaiseEventDef">
<source>'RaiseEvent' is already declared.</source>
<target state="translated">'已经声明 "RaiseEvent"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingAddHandlerDef1">
<source>'AddHandler' definition missing for event '{0}'.</source>
<target state="translated">'缺少事件“{0}”的“AddHandler”定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRemoveHandlerDef1">
<source>'RemoveHandler' definition missing for event '{0}'.</source>
<target state="translated">'缺少事件“{0}”的“RemoveHandler”定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRaiseEventDef1">
<source>'RaiseEvent' definition missing for event '{0}'.</source>
<target state="translated">'缺少事件“{0}”的“RaiseEvent”定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveHasOnlyOneParam">
<source>'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.</source>
<target state="translated">'“AddHandler”和“RemoveHandler”方法必须正好有一个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveByrefParamIllegal">
<source>'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.</source>
<target state="translated">'“AddHandler”和“RemoveHandler”方法参数不能声明为“ByRef”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvOnEventMethod">
<source>Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.</source>
<target state="translated">说明符在 "AddHandler"、"RemoveHandler" 和 "RaiseEvent" 方法上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddRemoveParamNotEventType">
<source>'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.</source>
<target state="translated">'“AddHandler”和“RemoveHandler”方法参数必须与包含事件具有相同的委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RaiseEventShapeMismatch1">
<source>'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.</source>
<target state="translated">'“RaiseEvent”方法必须具有与包含事件的委托类型“{0}”相同的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventMethodOptionalParamIllegal1">
<source>'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.</source>
<target state="translated">'“AddHandler”、“RemoveHandler”和“RaiseEvent”方法参数不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReferToMyGroupInsideGroupType1">
<source>'{0}' cannot refer to itself through its default instance; use 'Me' instead.</source>
<target state="translated">“{0}”不能通过其默认实例指代自身;请改用“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfCustomModifier">
<source>'Custom' modifier can only be used immediately before an 'Event' declaration.</source>
<target state="translated">'"Custom" 修饰符只能在紧靠 "Event" 声明之前使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrictCustom">
<source>Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).</source>
<target state="translated">Option Strict Custom 只能用作命令行编译器(vbc.exe)的选项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteInvalidOnEventMember">
<source>'{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.</source>
<target state="translated">“{0}”不能应用于“'AddHandler”、“RemoveHandler”或“'RaiseEvent”定义。如有必要,请将该属性直接应用于事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible2">
<source>Method '{0}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">方法“{0}”没有与委托“{1}”兼容的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlName">
<source>XML name expected.</source>
<target state="translated">应为 XML 名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedXmlPrefix">
<source>XML namespace prefix '{0}' is not defined.</source>
<target state="translated">未定义 XML 命名空间前缀“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateXmlAttribute">
<source>Duplicate XML attribute '{0}'.</source>
<target state="translated">重复的 XML 属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MismatchedXmlEndTag">
<source>End tag </{0}{1}{2}> expected.</source>
<target state="translated">应为结束标记 </{0}{1}{2}>。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingXmlEndTag">
<source>Element is missing an end tag.</source>
<target state="translated">元素缺少结束标记。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlPrefix">
<source>XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.</source>
<target state="translated">XML 命名空间前缀“{0}”已保留供 XML 使用,并且命名空间 URI 不能更改。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingVersionInXmlDecl">
<source>Required attribute 'version' missing from XML declaration.</source>
<target state="translated">XML 声明中缺少必需的特性 "version"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalAttributeInXmlDecl">
<source>XML declaration does not allow attribute '{0}{1}{2}'.</source>
<target state="translated">XML 声明不允许属性“{0}{1}{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QuotedEmbeddedExpression">
<source>Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.</source>
<target state="translated">带引号的特性值内不能出现嵌入式表达式。请尝试移除引号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VersionMustBeFirstInXmlDecl">
<source>XML attribute 'version' must be the first attribute in XML declaration.</source>
<target state="translated">XML 特性 "version" 必须是 XML 声明中的第一个特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOrder">
<source>XML attribute '{0}' must appear before XML attribute '{1}'.</source>
<target state="translated">XML 特性“{0}”必须出现在 XML 特性“{1}”之前。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndEmbedded">
<source>Expected closing '%>' for embedded expression.</source>
<target state="translated">应为嵌入表达式的结束标记“%>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndPI">
<source>Expected closing '?>' for XML processor instruction.</source>
<target state="translated">应为 XML 处理器指令的结束标记“?>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndComment">
<source>Expected closing '-->' for XML comment.</source>
<target state="translated">应为 XML 注释的结束标记“-->”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndCData">
<source>Expected closing ']]>' for XML CDATA section.</source>
<target state="translated">应为 XML CDATA 部分的结束标记“]]>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSQuote">
<source>Expected matching closing single quote for XML attribute value.</source>
<target state="translated">XML 特性值应有匹配的右单引号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQuote">
<source>Expected matching closing double quote for XML attribute value.</source>
<target state="translated">XML 特性值应有匹配的右双引号。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLT">
<source>Expected beginning '<' for an XML tag.</source>
<target state="translated">XML 标记前应有 "<"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartAttributeValue">
<source>Expected quoted XML attribute value or embedded expression.</source>
<target state="translated">应为带引号的 XML 特性值或嵌入式表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDiv">
<source>Expected '/' for XML end tag.</source>
<target state="translated">应使用“/”作为 XML 结束标记。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoXmlAxesLateBinding">
<source>XML axis properties do not support late binding.</source>
<target state="translated">XML 轴属性不支持后期绑定。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlStartNameChar">
<source>Character '{0}' ({1}) is not allowed at the beginning of an XML name.</source>
<target state="translated">XML 名称的开头不允许出现字符“{0}”({1})。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlNameChar">
<source>Character '{0}' ({1}) is not allowed in an XML name.</source>
<target state="translated">XML 名称中允许字符“{0}”({1})。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlCommentChar">
<source>Character sequence '--' is not allowed in an XML comment.</source>
<target state="translated">XML 注释中不允许出现字符序列“--”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmbeddedExpression">
<source>An embedded expression cannot be used here.</source>
<target state="translated">不能在此处使用嵌入式表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlWhiteSpace">
<source>Missing required white space.</source>
<target state="translated">缺少必需的空白。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalProcessingInstructionName">
<source>XML processing instruction name '{0}' is not valid.</source>
<target state="translated">XML 处理指令名称“{0}”无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DTDNotSupported">
<source>XML DTDs are not supported.</source>
<target state="translated">不支持 XML DTD。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlWhiteSpace">
<source>White space cannot appear here.</source>
<target state="translated">此处不能使用空白。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSColon">
<source>Expected closing ';' for XML entity.</source>
<target state="translated">应为 XML 实体的结束标记“;”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlBeginEmbedded">
<source>Expected '%=' at start of an embedded expression.</source>
<target state="translated">嵌入表达式的开头应为“%=”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEntityReference">
<source>XML entity references are not supported.</source>
<target state="translated">不支持 XML 实体引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue1">
<source>Attribute value is not valid; expecting '{0}'.</source>
<target state="translated">属性值无效;应为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue2">
<source>Attribute value is not valid; expecting '{0}' or '{1}'.</source>
<target state="translated">属性值无效;应为“{0}”或“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlNamespace">
<source>Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.</source>
<target state="translated">不能将前缀“{0}”绑定到为“{1}”保留的命名空间名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalDefaultNamespace">
<source>Namespace declaration with prefix cannot have an empty value inside an XML literal.</source>
<target state="translated">带前缀的命名空间声明在 XML 文本中不能有空值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualifiedNameNotAllowed">
<source>':' is not allowed. XML qualified names cannot be used in this context.</source>
<target state="translated">'不允许使用 ":"。不能在此上下文中使用 XML 限定名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlns">
<source>Namespace declaration must start with 'xmlns'.</source>
<target state="translated">命名空间声明必须以“xmlns”开头。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlnsPrefix">
<source>Element names cannot use the 'xmlns' prefix.</source>
<target state="translated">元素名不能使用“xmlns”前缀。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlFeaturesNotAvailable">
<source>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.</source>
<target state="translated">XML 文本和 XML 轴属性不可用。添加对 System.Xml、System.Xml.Linq 和 System.Core 的引用,或其他声明 System.Linq.Enumerable、System.Xml.Linq.XElement、System.Xml.Linq.XName、System.Xml.Linq.XAttribute 和 System.Xml.Linq.XNamespace 类型的程序集。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToReadUacManifest2">
<source>Unable to open Win32 manifest file '{0}' : {1}</source>
<target state="translated">无法打开 Win32 清单文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3">
<source>Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.</source>
<target state="translated">无法将“{0}”转换为“{1}”。可使用“Value”属性来获取“{2}”的第一个元素的字符串值。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3_Title">
<source>Cannot convert IEnumerable(Of XElement) to String</source>
<target state="translated">无法将 IEnumerable(Of XElement) 转换为字符串</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatchForXml3">
<source>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}'.</source>
<target state="translated">类型“{0}”的值无法转换为“{1}”。可使用“Value”属性来获取“{2}”的第一个元素的字符串值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperandsForXml4">
<source>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}'.</source>
<target state="translated">没有为类型“{1}”和“{2}”定义运算符“{0}”。可使用“Value”属性来获取“{3}”的第一个元素的字符串值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FullWidthAsXmlDelimiter">
<source>Full width characters are not valid as XML delimiters.</source>
<target state="translated">全角字符不能用作 XML 分隔符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSubsystemVersion">
<source>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.</source>
<target state="translated">值“{0}”不是有效的子系统版本。对于 ARM 或 AppContainerExe,版本必须为 6.02 或更高版本,对于其他内容,版本必须为 4.00 或更高版本。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFileAlignment">
<source>Invalid file section alignment '{0}'</source>
<target state="translated">无效的文件节对齐方式“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOutputName">
<source>Invalid output name: {0}</source>
<target state="translated">无效输出名: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInformationFormat">
<source>Invalid debug information format: {0}</source>
<target state="translated">无效的调试信息格式: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibAnycpu32bitPreferredConflict">
<source>/platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.</source>
<target state="translated">/platform:anycpu32bitpreferred 只能与 /t:exe、/t:winexe 和 /t:appcontainerexe 一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedAccess">
<source>Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.</source>
<target state="translated">表达式的类型为“{0}”,这是受限类型,不能用于访问从“Object”或“ValueType”继承的成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedConversion1">
<source>Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.</source>
<target state="translated">类型“{0}”的表达式无法转换为“Object”或“ValueType”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInLabel">
<source>Type characters are not allowed in label identifiers.</source>
<target state="translated">标签标识符中不允许使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedType1">
<source>'{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.</source>
<target state="translated">“{0}”不能设置为可以为 null,而且不能用作数组元素、字段、匿名类型成员、类型参数、"ByRef" 参数或 return 语句的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInAlias">
<source>Type characters are not allowed on Imports aliases.</source>
<target state="translated">在 Imports 别名上不允许使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleConstructorOnBase">
<source>Class '{0}' has no accessible 'Sub New' and cannot be inherited.</source>
<target state="translated">类“{0}”没有可访问的“Sub New”,不能被继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInStruct">
<source>Local variables within methods of structures cannot be declared 'Static'.</source>
<target state="translated">结构方法内部的局部变量不能声明为“Static”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalStatic1">
<source>Static local variable '{0}' is already declared.</source>
<target state="translated">已声明静态局部变量“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportAliasConflictsWithType2">
<source>Imports alias '{0}' conflicts with '{1}' declared in the root namespace.</source>
<target state="translated">Imports 别名“{0}”与根命名空间中声明的“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantShadowAMustOverride1">
<source>'{0}' cannot shadow a method declared 'MustOverride'.</source>
<target state="translated">“{0}”不能隐藏声明为“MustOverride”的方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleEventImplMismatch3">
<source>Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.</source>
<target state="translated">事件“{0}”不能实现事件“{2}.{1}”,因为其委托类型与“{0}”实现的另一个事件的委托类型不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSpecifierCombo2">
<source>'{0}' and '{1}' cannot be combined.</source>
<target state="translated">“{0}”不能与“{1}”组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeOverloads2">
<source>{0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.</source>
<target state="translated">{0}“{1}”必须声明为“Overloads”,因为另一个“{1}”声明为“Overloads”或“Overrides”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverridesInClass1">
<source>'{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.</source>
<target state="translated">“{0}”包含声明为“MustOverride”的方法,因此它必须声明为“MustInherit”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInClass">
<source>'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.</source>
<target state="translated">'类中的“Handles”必须指定用单个标识符限定的“WithEvents”变量、“MyBase”、“MyClass”或“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberShadowsMustOverride5">
<source>'{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.</source>
<target state="translated">'为 {1}“{2}”隐式声明的“{0}”不能隐藏基 {3}“{4}”中的“MustOverride”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotOverrideInAccessibleMember">
<source>'{0}' cannot override '{1}' because it is not accessible in this context.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它在此上下文中是无法访问的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInModule">
<source>'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.</source>
<target state="translated">'模块中的“Handles”必须指定用单个标识符限定的“WithEvents”变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOpRequiresReferenceTypes1">
<source>'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.</source>
<target state="translated">'“IsNot”要求具有引用类型的操作数,但此操作数的值类型为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClashWithReservedEnumMember1">
<source>'{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.</source>
<target state="translated">“{0}”与在所有枚举中隐式声明的同名保留成员冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedEnumMember2">
<source>'{0}' is already declared in this {1}.</source>
<target state="translated">'此 {1} 中已声明了“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadUseOfVoid">
<source>'System.Void' can only be used in a GetType expression.</source>
<target state="translated">'“System.Void”只能在 GetType 表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplMismatch5">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.</source>
<target state="translated">事件“{0}”无法实现接口“{2}”上的事件“{1}”,因为其委托类型“{3}”和“{4}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeUnavailable3">
<source>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}'.</source>
<target state="translated">程序集“{1}”中的类型“{0}”已转发到程序集“{2}”。您的项目中缺少对“{2}”的引用或者程序集中“{2}”缺少类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeFwdCycle2">
<source>'{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.</source>
<target state="translated">'程序集“{1}”中的“{0}”已被转发给自身,因此它是一种不受支持的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeInCCExpression">
<source>Non-intrinsic type names are not allowed in conditional compilation expressions.</source>
<target state="translated">在条件编译表达式中不允许有非内部的类型名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCCExpression">
<source>Syntax error in conditional compilation expression.</source>
<target state="translated">条件编译表达式中有语法错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidArrayDisallowed">
<source>Arrays of type 'System.Void' are not allowed in this expression.</source>
<target state="translated">此表达式中不允许使用 "System.Void" 类型的数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataMembersAmbiguous3">
<source>'{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.</source>
<target state="translated">“{0}”不明确,因为 {1}“{2}”中存在多种具有此名称的成员</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfExprAlwaysFalse2">
<source>Expression of type '{0}' can never be of type '{1}'.</source>
<target state="translated">类型“{0}”的表达式永远不能为类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyPrivatePartialMethods1">
<source>Partial methods must be declared 'Private' instead of '{0}'.</source>
<target state="translated">必须将分部方法声明为“Private”,而不是“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBePrivate">
<source>Partial methods must be declared 'Private'.</source>
<target state="translated">必须将分部方法声明为 "Private"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOnePartialMethodAllowed2">
<source>Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.</source>
<target state="translated">方法“{0}”不能声明为“Partial”,因为只有一个方法“{1}”可以标记为“Partial”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneImplementingMethodAllowed3">
<source>Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.</source>
<target state="translated">方法“{0}”无法实现分部方法“{1}”,因为它已经由“{2}”实现。分部方法只能由一个方法实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodMustBeEmpty">
<source>Partial methods must have empty method bodies.</source>
<target state="translated">分部方法必须具有空方法体。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBeSub1">
<source>'{0}' cannot be declared 'Partial' because partial methods must be Subs.</source>
<target state="translated">“{0}”不能声明为“Partial”,因为分部方法必须为 Subs。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodGenericConstraints2">
<source>Method '{0}' does not have the same generic constraints as the partial method '{1}'.</source>
<target state="translated">方法“{0}”没有与分部方法“{1}”相同的泛型约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialDeclarationImplements1">
<source>Partial method '{0}' cannot use the 'Implements' keyword.</source>
<target state="translated">分部方法“{0}”不能使用“Implements”关键字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPartialMethodInAddressOf1">
<source>'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.</source>
<target state="translated">'“AddressOf”不能应用于“{0}”,因为“{0}”是不包含实现的分部方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementationMustBePrivate2">
<source>Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.</source>
<target state="translated">方法“{0}”必须声明为“Private”,以便实现分部方法“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamNamesMustMatch3">
<source>Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.</source>
<target state="translated">参数名“{0}”与在分部方法声明“{2}”上定义的相应参数的名称“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodTypeParamNameMismatch3">
<source>Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.</source>
<target state="translated">类型参数“{0}”的名称与在分部方法声明“{2}”上定义的相应类型参数“{1}”不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeSharedProperty1">
<source>'Shared' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'“Shared”特性属性“{0}”不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeReadOnlyProperty1">
<source>'ReadOnly' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'“ReadOnly”特性属性“{0}”不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceName1">
<source>Resource name '{0}' cannot be used more than once.</source>
<target state="translated">资源名称“{0}”不能多次使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceFileName1">
<source>Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.</source>
<target state="translated">每个链接的资源和模块都必须有唯一的文件名。此程序集中多次指定了文件名“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustBeClassNotStruct1">
<source>'{0}' cannot be used as an attribute because it is not a class.</source>
<target state="translated">“{0}”不是类,因此不能用作属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustInheritSysAttr">
<source>'{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.</source>
<target state="translated">“{0}”不从“System.Attribute”继承,因此不能用作属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeCannotBeAbstract">
<source>'{0}' cannot be used as an attribute because it is declared 'MustInherit'.</source>
<target state="translated">“{0}”已声明为“MustInherit”,因此不能用作属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToOpenResourceFile1">
<source>Unable to open resource file '{0}': {1}</source>
<target state="translated">无法打开资源文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicProperty1">
<source>Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.</source>
<target state="translated">特性成员“{0}”未声明为“Public”,因此不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_STAThreadAndMTAThread0">
<source>'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.</source>
<target state="translated">'"System.STAThreadAttribute" 和 "System.MTAThreadAttribute" 不能同时应用于同一方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndirectUnreferencedAssembly4">
<source>Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.</source>
<target state="translated">项目“{0}”间接引用包含“{2}”的程序集“{1}”。请在您的项目中添加对“{3}”的文件引用。 </target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicType1">
<source>Type '{0}' cannot be used in an attribute because it is not declared 'Public'.</source>
<target state="translated">类型“{0}”未声明为“Public”,因此不能用在特性中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicContType2">
<source>Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.</source>
<target state="translated">类型“{0}”的容器“{1}”未声明为“Public”,因此不能用在特性中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnNonEmptySubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于带有非空体的 Sub、Function 或 Operator。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnDeclare">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于 Declare。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnGetOrSet">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于 Get 或 Set。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnGenericSubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于属于泛型类型或者包含在泛型类型中的方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassOnGeneric">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”不能应用于属于泛型类型或者包含在泛型类型中的类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInstanceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于实例方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInterfaceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于接口方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnEventMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于 "AddHandler"、"RemoveHandler" 或 "RaiseEvent" 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadArguments">
<source>Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.</source>
<target state="translated">友元程序集引用“{0}”无效。不能在 InternalsVisibleTo 声明中指定版本、区域性、公钥标记或处理器架构。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyStrongNameRequired">
<source>Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.</source>
<target state="translated">友元程序集引用“{0}”无效。强名称签名的程序集必须在其 InternalsVisibleTo 声明中指定一个公钥。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyNameInvalid">
<source>Friend declaration '{0}' is invalid and cannot be resolved.</source>
<target state="translated">友元声明“{0}”无效,且无法解析。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadAccessOverride2">
<source>Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.</source>
<target state="translated">成员“{0}”无法重写另一个程序集/项目中定义的成员“{1}”,因为访问修饰符“Protected Friend”扩展了可访问性。请改用“Protected”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfLocalBeforeDeclaration1">
<source>Local variable '{0}' cannot be referred to before it is declared.</source>
<target state="translated">局部变量“{0}”在声明之前不能被引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromModule1">
<source>'{0}' is not valid within a Module.</source>
<target state="translated">“{0}”在模块中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BogusWithinLineIf">
<source>Statement cannot end a block outside of a line 'If' statement.</source>
<target state="translated">语句不能在“If”语句行之外结束块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CharToIntegralTypeMismatch1">
<source>'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.</source>
<target state="translated">'“Char”值不能转换为“{0}”。请使用“Microsoft.VisualBasic.AscW”将字符解释为 Unicode 值,或者使用“Microsoft.VisualBasic.Val”将字符解释为数字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IntegralToCharTypeMismatch1">
<source>'{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.</source>
<target state="translated">“{0}”值不能转换为“Char”。使用“Microsoft.VisualBasic.ChrW”将数值解释为 Unicode 字符或先将其转换为“String”以产生数字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDirectDelegateConstruction1">
<source>Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.</source>
<target state="translated">委托“{0}”需要使用一个“AddressOf”表达式或 lambda 表达式作为其构造函数的唯一参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodMustBeFirstStatementOnLine">
<source>Method declaration statements must be the first statement on a logical line.</source>
<target state="translated">方法声明语句必须是逻辑行上的第一条语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrAssignmentNotFieldOrProp1">
<source>'{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.</source>
<target state="translated">“{0}”不是字段或属性(Property),因此不能命名为属性(Attribute)说明符中的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectComparison1">
<source>Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.</source>
<target state="translated">Option Strict On 不允许将类型 Object 的操作数用于运算符“{0}”。请使用“Is”运算符测试对象标识。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstituentArraySizes">
<source>Bounds can be specified only for the top-level array when initializing an array of arrays.</source>
<target state="translated">初始化数组的数组时,只能指定顶级数组的界限。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileAttributeNotAssemblyOrModule">
<source>'Assembly' or 'Module' expected.</source>
<target state="translated">'应为“Assembly”或“Module”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FunctionResultCannotBeIndexed1">
<source>'{0}' has no parameters and its return type cannot be indexed.</source>
<target state="translated">“{0}”没有任何参数,并且无法对它的返回类型进行索引。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentSyntax">
<source>Comma, ')', or a valid expression continuation expected.</source>
<target state="translated">应为逗号、")" 或有效的表达式继续符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedResumeOrGoto">
<source>'Resume' or 'GoTo' expected.</source>
<target state="translated">'应为 "Resume" 或 "GoTo"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperator">
<source>'=' expected.</source>
<target state="translated">'应为 "="。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted2">
<source>Parameter '{0}' in '{1}' already has a matching omitted argument.</source>
<target state="translated">“{1}”中的形参“{0}”已具有匹配的省略实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotCallEvent1">
<source>'{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.</source>
<target state="translated">“{0}”是事件,不能直接调用。请使用“RaiseEvent”语句引发事件。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachCollectionDesignPattern1">
<source>Expression is of type '{0}', which is not a collection type.</source>
<target state="translated">表达式的类型为“{0}”,该类型不是集合类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultValueForNonOptionalParam">
<source>Default values cannot be supplied for parameters that are not declared 'Optional'.</source>
<target state="translated">无法向未声明为 "Optional" 的参数提供默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyBase">
<source>'MyBase' must be followed by '.' and an identifier.</source>
<target state="translated">'“MyBase”的后面必须跟有“.”和标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyClass">
<source>'MyClass' must be followed by '.' and an identifier.</source>
<target state="translated">'“MyClass”的后面必须跟有“.”和标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictArgumentCopyBackNarrowing3">
<source>Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">将“ByRef”形参“{0}”的值复制回匹配实参时,Option Strict On 不允许从类型“{1}”收缩为类型“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseifAfterElse">
<source>'#ElseIf' cannot follow '#Else' as part of a '#If' block.</source>
<target state="translated">'"#ElseIf" 不能作为 "#If" 块的一部分跟在 "#Else" 之后。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StandaloneAttribute">
<source>Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.</source>
<target state="translated">特性说明符不是一个完整的语句。请使用行继续符将该特性应用于下列语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoUniqueConstructorOnBase2">
<source>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.</source>
<target state="translated">类“{0}”必须声明一个“Sub New”,因它的基类“{1}”有多个不使用参数就可以调用的可访问“Sub New”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraNextVariable">
<source>'Next' statement names more variables than there are matching 'For' statements.</source>
<target state="translated">'“Next”语句命名的变量比已有的匹配“For”语句多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCallTooMany2">
<source>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.</source>
<target state="translated">“{1}”的基类“{0}”没有不使用参数就可以调用的可访问“Sub New”,因此该“Sub New”的第一个语句必须是对“MyBase.New”或“MyClass.New”的调用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForCtlVarArraySizesSpecified">
<source>Array declared as for loop control variable cannot be declared with an initial size.</source>
<target state="translated">声明用于循环控制变量的数组时不能使用初始大小的值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNewOverloads">
<source>The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.</source>
<target state="translated">“{0}”关键字用于重载继承的成员;重载“Sub New”时不要使用“{0}”关键字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnGenericParam">
<source>Type character cannot be used in a type parameter declaration.</source>
<target state="translated">在类型参数声明中不能使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments1">
<source>Too few type arguments to '{0}'.</source>
<target state="translated">“{0}”的类型参数太少。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments1">
<source>Too many type arguments to '{0}'.</source>
<target state="translated">“{0}”的类型参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericConstraintNotSatisfied2">
<source>Type argument '{0}' does not inherit from or implement the constraint type '{1}'.</source>
<target state="translated">类型参数“{0}”不能继承自或实现约束类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric1">
<source>'{0}' has no type parameters and so cannot have type arguments.</source>
<target state="translated">“{0}”没有类型形参,因此不能有类型实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnGenericParam">
<source>'New' cannot be used on a type parameter that does not have a 'New' constraint.</source>
<target state="translated">'不能在没有 "New" 约束的类型参数上使用 "New"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleClassConstraints1">
<source>Type parameter '{0}' can only have one constraint that is a class.</source>
<target state="translated">类型参数“{0}”只能有一个属于类的约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstNotClassInterfaceOrTypeParam1">
<source>Type constraint '{0}' must be either a class, interface or type parameter.</source>
<target state="translated">类型约束“{0}”必须是类、接口或类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateTypeParamName1">
<source>Type parameter already declared with name '{0}'.</source>
<target state="translated">类型参数已使用名称“{0}”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam2">
<source>Type parameter '{0}' for '{1}' cannot be inferred.</source>
<target state="translated">无法推断“{1}”的类型参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorGenericParam1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'类型“{0}”是没有类约束的类型参数,因此类型“{0}”的“Is”操作数只能与“Nothing”比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentCopyBackNarrowing3">
<source>Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.</source>
<target state="translated">将“ByRef”参数“{0}”的值复制回匹配的参数将导致从类型“{1}”到类型“{2}”的收缩。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingGenericParamWithMember1">
<source>'{0}' has the same name as a type parameter.</source>
<target state="translated">“{0}”与一个类型参数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamBase2">
<source>{0} '{1}' cannot inherit from a type parameter.</source>
<target state="translated">{0}“{1}”不能从类型参数中继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsGenericParam">
<source>Type parameter not allowed in 'Implements' clause.</source>
<target state="translated">“Implements”子句中不允许类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyNullLowerBound">
<source>Array lower bounds can be only '0'.</source>
<target state="translated">数组的下限只能是“0”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassConstraintNotInheritable1">
<source>Type constraint cannot be a 'NotInheritable' class.</source>
<target state="translated">类型约束不能是“NotInheritable”类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintIsRestrictedType1">
<source>'{0}' cannot be used as a type constraint.</source>
<target state="translated">“{0}”不能用作类型约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamsOnInvalidMember">
<source>Type parameters cannot be specified on this declaration.</source>
<target state="translated">在此声明上不能指定类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericArgsOnAttributeSpecifier">
<source>Type arguments are not valid because attributes cannot be generic.</source>
<target state="translated">由于特性不能是泛型,因此类型参数无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrCannotBeGenerics">
<source>Type parameters, generic types or types contained in generic types cannot be used as attributes.</source>
<target state="translated">类型参数、泛型类型或泛型类型中包含的类型不能用作特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInGenericMethod">
<source>Local variables within generic methods cannot be declared 'Static'.</source>
<target state="translated">泛型方法中的局部变量不能声明为“Static”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntMemberShadowsGenericParam3">
<source>{0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.</source>
<target state="translated">{0}“{1}”隐式定义了与某个类型参数同名的成员“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintAlreadyExists1">
<source>Constraint type '{0}' already specified for this type parameter.</source>
<target state="translated">已为此类型参数指定了约束类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfacePossiblyImplTwice2">
<source>Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,该接口的实现可能与另一个已实现的接口“{1}”的实现冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModulesCannotBeGeneric">
<source>Modules cannot be generic.</source>
<target state="translated">模块不能是泛型的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericClassCannotInheritAttr">
<source>Classes that are generic or contained in a generic type cannot inherit from an attribute class.</source>
<target state="translated">属于泛型或包含在泛型类型中的类不能从特性类继承。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DeclaresCantBeInGeneric">
<source>'Declare' statements are not allowed in generic types or types contained in generic types.</source>
<target state="translated">'泛型类型或包含在泛型类型中的类型中不允许“Declare”语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithConstraintMismatch2">
<source>'{0}' cannot override '{1}' because they differ by type parameter constraints.</source>
<target state="translated">“{0}”无法重写“{1}”,因为它们在类型参数约束上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsWithConstraintMismatch3">
<source>'{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.</source>
<target state="translated">“{0}”无法实现“{1}.{2}”,因为它们在类型参数约束上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OpenTypeDisallowed">
<source>Type parameters or types constructed with type parameters are not allowed in attribute arguments.</source>
<target state="translated">特性实参中不允许类型形参或用类型形参构造的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesInvalidOnGenericMethod">
<source>Generic methods cannot use 'Handles' clause.</source>
<target state="translated">泛型方法不能使用“Handles”子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleNewConstraints">
<source>'New' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'"New" 约束不能为同一类型参数指定多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritForNewConstraint2">
<source>Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”声明为“MustInherit”,并且不满足类型形参“{1}”的“New”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableNewForNewConstraint2">
<source>Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”必须具有一个公共的无参数实例构造函数,才能满足类型形参“{1}”的“New”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGenericParamForNewConstraint2">
<source>Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">类型参数“{0}”必须具有“New”约束或“Structure”约束,才能满足类型参数“{1}”的“New”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewArgsDisallowedForTypeParam">
<source>Arguments cannot be passed to a 'New' used on a type parameter.</source>
<target state="translated">无法给类型形参上使用的 "New" 传递实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRawGenericTypeImport1">
<source>Generic type '{0}' cannot be imported more than once.</source>
<target state="translated">不能多次导入泛型类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypeArgumentCountOverloadCand1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of type arguments.</source>
<target state="translated">重载决策失败,因为没有可访问的“{0}”接受此数量的类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeArgsUnexpected">
<source>Type arguments unexpected.</source>
<target state="translated">不应为类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameSameAsMethodTypeParam1">
<source>'{0}' is already declared as a type parameter of this method.</source>
<target state="translated">“{0}”已声明为此方法的类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamNameFunctionNameCollision">
<source>Type parameter cannot have the same name as its defining function.</source>
<target state="translated">类型参数不能与其定义函数同名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstraintSyntax">
<source>Type or 'New' expected.</source>
<target state="translated">应为类型或“New”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OfExpected">
<source>'Of' required when specifying type arguments for a generic type or method.</source>
<target state="translated">'在指定泛型类型或方法的类型参数时需要 "Of"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayOfRawGenericInvalid">
<source>'(' unexpected. Arrays of uninstantiated generic types are not allowed.</source>
<target state="translated">'不应为 "("。不允许非实例化泛型类型的数组。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachAmbiguousIEnumerable1">
<source>'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.</source>
<target state="translated">'类型“{0}”的“For Each”不明确,因为此类型实现了“System.Collections.Generic.IEnumerable(Of T)”的多个实例化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorGenericParam1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'类型“{0}”是没有类约束的类型参数,因此类型“{0}”的“Isnot”操作数只能与“Nothing”比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamQualifierDisallowed">
<source>Type parameters cannot be used as qualifiers.</source>
<target state="translated">类型参数不能用作限定符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingCommaOrRParen">
<source>Comma or ')' expected.</source>
<target state="translated">应为逗号或 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingAsCommaOrRParen">
<source>'As', comma or ')' expected.</source>
<target state="translated">'应为 "As"、逗号或 ")"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleReferenceConstraints">
<source>'Class' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'"Class" 约束不能为同一类型参数指定多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleValueConstraints">
<source>'Structure' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'"Structure" 约束不能为同一类型参数指定多次。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewAndValueConstraintsCombined">
<source>'New' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'"New" 约束不能与 "Structure" 约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndValueConstraintsCombined">
<source>'Class' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'"Class" 约束不能与 "Structure" 约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraint2">
<source>Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”不满足类型形参“{1}”的“Structure”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForRefConstraint2">
<source>Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.</source>
<target state="translated">类型实参“{0}”不满足类型形参“{1}”的“Class”约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndClassTypeConstrCombined">
<source>'Class' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'"Class" 约束不能与特定的类类型约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueAndClassTypeConstrCombined">
<source>'Structure' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'"Structure" 约束不能与特定的类类型约束组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectIndirect4">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.</source>
<target state="translated">从类型参数约束“{1}”获得的间接约束“{0}”与从类型参数约束“{3}”获得的间接约束“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashDirectIndirect3">
<source>Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.</source>
<target state="translated">约束“{0}”与从类型参数约束“{2}”获得的间接约束“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectDirect3">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.</source>
<target state="translated">从类型参数约束“{1}”获得的间接约束“{0}”与约束“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycleLink2">
<source>
'{0}' is constrained to '{1}'.</source>
<target state="translated">
“{0}”被约束为“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycle2">
<source>Type parameter '{0}' cannot be constrained to itself: {1}</source>
<target state="translated">类型参数“{0}”不能约束为自身: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamWithStructConstAsConst">
<source>Type parameter with a 'Structure' constraint cannot be used as a constraint.</source>
<target state="translated">具有 "Structure" 约束的类型参数不能用作约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableDisallowedForStructConstr1">
<source>'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.</source>
<target state="translated">'“System.Nullable”不满足类型参数“{0}”的“Structure”约束。仅允许不可为 null 的“Structure”类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingDirectConstraints3">
<source>Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.</source>
<target state="translated">约束“{0}”与已为类型参数“{2}”指定的约束“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithInterface2">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,该接口与接口“{1}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseUnifiesWithInterfaces3">
<source>Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,它所继承的接口“{1}”可能与接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,继承的接口“{1}”可能与接口“{3}”继承的接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithBase3">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.</source>
<target state="translated">无法继承接口“{0}”,因为对于某些类型参数,该接口与接口“{2}”继承的接口“{1}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsBaseUnifiesWithInterfaces3">
<source>Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,它所继承的接口“{1}”可能与实现的接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,它所继承的接口“{1}”可能与实现的接口“{3}”所继承的接口“{2}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceUnifiesWithBase3">
<source>Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.</source>
<target state="translated">无法实现接口“{0}”,因为对于某些类型参数,它可能与实现的接口“{2}”所继承的接口“{1}”相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalsCantBeStructGenericParams">
<source>Generic parameters used as optional parameter types must be class constrained.</source>
<target state="translated">用作可选参数类型的泛型参数必须受类约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNullableMethod">
<source>Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.</source>
<target state="translated">“System.Nullable(Of T)”的方法不能用作“AddressOf”运算符的操作数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorNullable1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'类型“{0}”是可以为 null 的类型,因此“{0}”的“Is”操作数只能与“Nothing”进行比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorNullable1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'类型“{0}”是可以为 null 的类型,因此“{0}”的“IsNot”操作数只能与“Nothing”进行比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingTypeOutsideClass1">
<source>'{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.</source>
<target state="translated">“{0}”不能在类、结构或接口外声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertySetParamCollisionWithValue">
<source>Property parameters cannot have the name 'Value'.</source>
<target state="translated">属性参数的名称不能为 "Value"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SxSIndirectRefHigherThanDirectRef3">
<source>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}.</source>
<target state="translated">项目当前包含对多个版本的“{0}”的引用、对版本 {2} 的直接引用和对版本 {1} 的间接引用。请将直接引用更改为使用 {0} 的版本 {1} (或更高版本)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReferenceStrong">
<source>Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.</source>
<target state="translated">导入了具有等效标识的多个程序集:“{0}”和“{1}”。请删除重复引用之一。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReference2">
<source>Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.</source>
<target state="translated">项目已经具有对程序集“{0}”的引用。无法添加另一个对“{1}”的引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCallOrIndex">
<source>Illegal call expression or index expression.</source>
<target state="translated">非法的调用表达式或索引表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictDefaultPropertyAttribute">
<source>Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.</source>
<target state="translated">默认属性与“{0}”上定义的“DefaultMemberAttribute”之间有冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeUuid2">
<source>'{0}' cannot be applied because the format of the GUID '{1}' is not correct.</source>
<target state="translated">'GUID“{1}”的格式不正确,因此无法应用“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassAndReservedAttribute1">
<source>'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”和“{0}”不能同时应用于同一个类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass2">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”的容器“{1}”未声明为“Public”,因此不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispIdZero1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”为默认属性保留的值为零,因此“System.Runtime.InteropServices.DispIdAttribute”不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispId1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”保留的值小于零,因此“System.Runtime.InteropServices.DispIdAttribute”不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassDuplicateGuids1">
<source>'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.</source>
<target state="translated">“{0}”上“Microsoft.VisualBasic.ComClassAttribute”的“InterfaceId”和“EventsId”参数的值不能相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassCantBeAbstract0">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”不能应用于被声明为“MustInherit”的类。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass1">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.</source>
<target state="translated">'“Microsoft.VisualBasic.ComClassAttribute”未声明为“Public”,因此不能应用于“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnknownOperator">
<source>Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">运算符声明必须是以下符号之一: +、-、*、\、/、^、&,、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue 和 IsFalse。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateConversionCategoryUsed">
<source>'Widening' and 'Narrowing' cannot be combined.</source>
<target state="translated">'"Widening" 不能与 "Narrowing" 组合。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorNotOverloadable">
<source>Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">运算符不可重载。运算符声明必须是以下符号之一: +、-、*、\、/、^、&,、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue 和 IsFalse。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHandles">
<source>'Handles' is not valid on operator declarations.</source>
<target state="translated">'“Handles”在运算符声明上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplements">
<source>'Implements' is not valid on operator declarations.</source>
<target state="translated">'“Implements”在运算符声明上无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorExpected">
<source>'End Operator' expected.</source>
<target state="translated">'应为 "End Operator"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorNotAtLineStart">
<source>'End Operator' must be the first statement on a line.</source>
<target state="translated">'“End Operator”必须是一行中的第一条语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndOperator">
<source>'End Operator' must be preceded by a matching 'Operator'.</source>
<target state="translated">'“End Operator”前面必须是匹配的“Operator”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitOperatorNotValid">
<source>'Exit Operator' is not valid. Use 'Return' to exit an operator.</source>
<target state="translated">'"Exit Operator" 无效。请使用 "Return" 从运算符中退出。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayIllegal1">
<source>'{0}' parameters cannot be declared 'ParamArray'.</source>
<target state="translated">“{0}”参数不能声明为 "ParamArray"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalIllegal1">
<source>'{0}' parameters cannot be declared 'Optional'.</source>
<target state="translated">“{0}”参数不能声明为“Optional”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBePublic">
<source>Operators must be declared 'Public'.</source>
<target state="translated">运算符必须声明为 "Public"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBeShared">
<source>Operators must be declared 'Shared'.</source>
<target state="translated">运算符必须声明为 "Shared"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOperatorFlags1">
<source>Operators cannot be declared '{0}'.</source>
<target state="translated">运算符不能声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneParameterRequired1">
<source>Operator '{0}' must have one parameter.</source>
<target state="translated">运算符“{0}”必须有一个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TwoParametersRequired1">
<source>Operator '{0}' must have two parameters.</source>
<target state="translated">运算符“{0}”必须有两个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneOrTwoParametersRequired1">
<source>Operator '{0}' must have either one or two parameters.</source>
<target state="translated">运算符“{0}”必须有一个两个参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvMustBeWideningOrNarrowing">
<source>Conversion operators must be declared either 'Widening' or 'Narrowing'.</source>
<target state="translated">转换运算符必须声明为“Widening”或者“Narrowing”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorDeclaredInModule">
<source>Operators cannot be declared in modules.</source>
<target state="translated">运算符不能在模块中声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSpecifierOnNonConversion1">
<source>Only conversion operators can be declared '{0}'.</source>
<target state="translated">只有转换运算符可以声明为“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryParamMustBeContainingType1">
<source>Parameter of this unary operator must be of the containing type '{0}'.</source>
<target state="translated">此一元运算符的参数必须属于包含类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryParamMustBeContainingType1">
<source>At least one parameter of this binary operator must be of the containing type '{0}'.</source>
<target state="translated">此二元运算符的至少一个参数必须属于包含类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvParamMustBeContainingType1">
<source>Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.</source>
<target state="translated">此转换运算符的参数类型或返回类型必须属于包含类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresBoolReturnType1">
<source>Operator '{0}' must have a return type of Boolean.</source>
<target state="translated">运算符“{0}”必须具有 Boolean 返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToSameType">
<source>Conversion operators cannot convert from a type to the same type.</source>
<target state="translated">转换运算符不能从某一类型转换为相同的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToInterfaceType">
<source>Conversion operators cannot convert to an interface type.</source>
<target state="translated">转换运算符不能转换为接口类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToBaseType">
<source>Conversion operators cannot convert from a type to its base type.</source>
<target state="translated">转换运算符不能从某一类型转换为它的基类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToDerivedType">
<source>Conversion operators cannot convert from a type to its derived type.</source>
<target state="translated">转换运算符不能从某一类型转换为它的派生类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToObject">
<source>Conversion operators cannot convert to Object.</source>
<target state="translated">转换运算符不能转换为 Object。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromInterfaceType">
<source>Conversion operators cannot convert from an interface type.</source>
<target state="translated">转换运算符不能从接口类型转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromBaseType">
<source>Conversion operators cannot convert from a base type.</source>
<target state="translated">转换运算符不能从基类型转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromDerivedType">
<source>Conversion operators cannot convert from a derived type.</source>
<target state="translated">转换运算符不能从派生类型转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromObject">
<source>Conversion operators cannot convert from Object.</source>
<target state="translated">转换运算符不能从 Object 转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MatchingOperatorExpected2">
<source>Matching '{0}' operator is required for '{1}'.</source>
<target state="translated">“{1}”需要匹配“{0}”运算符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableLogicalOperator3">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.</source>
<target state="translated">“{0}”的返回类型和参数类型必须是“{1}”,才能在“{2}”表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionOperatorRequired3">
<source>Type '{0}' must define operator '{1}' to be used in a '{2}' expression.</source>
<target state="translated">类型“{0}”必须定义运算符“{1}”,才能在“{2}”表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CopyBackTypeMismatch3">
<source>Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.</source>
<target state="translated">由于类型“{1}”不能转换为类型“{2}”,因此无法将“ByRef”参数“{0}”的值复制回匹配的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopOperatorRequired2">
<source>Type '{0}' must define operator '{1}' to be used in a 'For' statement.</source>
<target state="translated">类型“{0}”必须定义运算符“{1}”,才能在“For”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopOperator2">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">“{0}”的返回类型和参数类型必须是“{1}”,才能在“For”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopRelOperator2">
<source>Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">“{0}”的参数类型必须是“{1}”,才能在“For”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresIntegerParameter1">
<source>Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.</source>
<target state="translated">运算符“{0}”必须有另一个“Integer”或“Integer?”类型的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyNullableOnBoth">
<source>Nullable modifier cannot be specified on both a variable and its type.</source>
<target state="translated">不能在变量及其类型上同时指定可以为 null 的修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraintNull">
<source>Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.</source>
<target state="translated">类型“{0}”必须是一个被约束为“Structure”的值类型或类型参数,才能与“Nullable”或可以为 null 的修饰符“?”一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArrayAndNullableOnBoth">
<source>Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.</source>
<target state="translated">不能在变量及其类型上同时指定可为 null 的修饰符“?”和数组修饰符“(”/“)”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyTypeCharacterOnIIF">
<source>Expressions used with an 'If' expression cannot contain type characters.</source>
<target state="translated">与“If”表达式一起使用的表达式不能包含类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFName">
<source>'If' operands cannot be named arguments.</source>
<target state="translated">'“If”操作数不能是命名参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion">
<source>Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.</source>
<target state="translated">无法推断“If”运算符的第二个和第三个操作数的通用类型。其中一个必须是另一个的扩大转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCondTypeInIIF">
<source>First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.</source>
<target state="translated">二进制“If”表达式中的第一个操作数必须是可以为 null 的类型或引用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCallIIF">
<source>'If' operator cannot be used in a 'Call' statement.</source>
<target state="translated">'“If”运算符不能在“Call”语句中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyAsNewAndNullable">
<source>Nullable modifier cannot be specified in variable declarations with 'As New'.</source>
<target state="translated">在变量声明中不能用“As New”指定可以为 null 的修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion2">
<source>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.</source>
<target state="translated">无法推断二元“If”运算符的第一个和第二个操作数的通用类型。其中一个必须是另一个的扩大转换。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNullTypeInCCExpression">
<source>Nullable types are not allowed in conditional compilation expressions.</source>
<target state="translated">在条件编译表达式中不允许有可以为 null 的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableImplicit">
<source>Nullable modifier cannot be used with a variable whose implicit type is 'Object'.</source>
<target state="translated">可以为 null 的修饰符不能与隐式类型为 "Object" 的变量一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRuntimeHelper">
<source>Requested operation is not available because the runtime library function '{0}' is not defined.</source>
<target state="translated">所请求的操作不可用,因为没有定义运行库函数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterGlobalNameSpace">
<source>'Global' must be followed by '.' and an identifier.</source>
<target state="translated">'“Global”的后面必须跟有“.”和标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalExpectedIdentifier">
<source>'Global' not allowed in this context; identifier expected.</source>
<target state="translated">'此上下文中不允许 "Global";应为标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalInHandles">
<source>'Global' not allowed in handles; local name expected.</source>
<target state="translated">'句柄中不允许 "Global";应为本地名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseIfNoMatchingIf">
<source>'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'"ElseIf" 前面必须是匹配的 "If" 或 "ElseIf"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor2">
<source>Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.</source>
<target state="translated">特性构造函数有一个“{0}”类型的“ByRef”参数;不能用带有 byref 参数的构造函数来应用特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndUsingWithoutUsing">
<source>'End Using' must be preceded by a matching 'Using'.</source>
<target state="translated">'“End Using”前面必须是匹配的“Using”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndUsing">
<source>'Using' must end with a matching 'End Using'.</source>
<target state="translated">'“Using”必须以匹配的“End Using”结束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoUsing">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.</source>
<target state="translated">'“GoTo {0}”无效,因为“{0}”位于不包含此语句的“Using”语句中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingRequiresDisposePattern">
<source>'Using' operand of type '{0}' must implement 'System.IDisposable'.</source>
<target state="translated">“{0}”类型的“Using”操作数必须实现“System.IDisposable”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarNeedsInitializer">
<source>'Using' resource variable must have an explicit initialization.</source>
<target state="translated">'"Using" 资源变量必须有一个显式初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarCantBeArray">
<source>'Using' resource variable type can not be array type.</source>
<target state="translated">'"Using" 资源变量类型不能是数组类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInUsing">
<source>'On Error' statements are not valid within 'Using' statements.</source>
<target state="translated">'"On Error" 语句在 "Using" 语句内无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyNameConflictInMyCollection">
<source>'{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.</source>
<target state="translated">“{0}”与“My”组中公开的类型“{1}”所使用的成员同名。请重命名该类型或其封闭命名空间。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitVar">
<source>Implicit variable '{0}' is invalid because of '{1}'.</source>
<target state="translated">由于“{1}”,隐式变量“{0}”无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectInitializerRequiresFieldName">
<source>Object initializers require a field name to initialize.</source>
<target state="translated">对象初始值设定项需要一个字段名称以便进行初始化。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedFrom">
<source>'From' expected.</source>
<target state="translated">'应为“From”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch1">
<source>Nested function does not have the same signature as delegate '{0}'.</source>
<target state="translated">嵌套函数与委托“{0}”的签名不相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch2">
<source>Nested sub does not have a signature that is compatible with delegate '{0}'.</source>
<target state="translated">嵌套 Sub 的签名与委托“{0}”不兼容。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamQuery1">
<source>'ByRef' parameter '{0}' cannot be used in a query expression.</source>
<target state="translated">'不能在查询表达式中使用“ByRef”参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionTreeNotSupported">
<source>Expression cannot be converted into an expression tree.</source>
<target state="translated">无法将表达式转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeQuery">
<source>Instance members and 'Me' cannot be used within query expressions in structures.</source>
<target state="translated">无法在结构中的查询表达式中使用实例成员和“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InferringNonArrayType1">
<source>Variable cannot be initialized with non-array type '{0}'.</source>
<target state="translated">无法用非数组类型“{0}”初始化变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefParamInExpressionTree">
<source>References to 'ByRef' parameters cannot be converted to an expression tree.</source>
<target state="translated">对“ByRef”参数的引用无法转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAnonTypeMemberName1">
<source>Anonymous type member or property '{0}' is already declared.</source>
<target state="translated">已声明匿名类型成员或属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAnonymousTypeForExprTree">
<source>Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.</source>
<target state="translated">无法将匿名类型转换为表达式树,因为此类型的属性用于初始化其他属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftAnonymousType1">
<source>Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.</source>
<target state="translated">不能在同一个初始化列表中的 lambda 表达式定义中使用匿名类型属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionOnlyAllowedOnModuleSubOrFunction">
<source>'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.</source>
<target state="translated">'“Extension”特性只能应用于“Module”、“Sub”或“Function”声明。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNotInModule">
<source>Extension methods can be defined only in modules.</source>
<target state="translated">只能在模块中定义扩展方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNoParams">
<source>Extension methods must declare at least one parameter. The first parameter specifies which type to extend.</source>
<target state="translated">扩展方法必须至少声明一个参数。第一个参数指定要扩展的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOptionalFirstArg">
<source>'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'“Optional”无法应用于扩展方法的第一个参数。第一个参数指定要扩展哪个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodParamArrayFirstArg">
<source>'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">"ParamArray" 无法应用于扩展方法的第一个参数。第一个参数指定要扩展哪个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeFieldNameInference">
<source>Anonymous type member name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">只能从不带参数的简单名或限定名中推断匿名类型成员名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMemberOfAnonymousType2">
<source>'{0}' is not a member of '{1}'; it does not exist in the current context.</source>
<target state="translated">“{0}”不是“{1}”的成员;它不存在于当前上下文。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionAttributeInvalid">
<source>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.</source>
<target state="translated">编译器找到的“System.Runtime.CompilerServices.ExtensionAttribute”的自定义设计版本无效。必须将其特性用法标志设置为允许程序集、类和方法使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypePropertyOutOfOrder1">
<source>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.</source>
<target state="translated">无法使用匿名类型成员属性“{0}”来推断另一个成员属性的类型,因为尚未建立“{0}”的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in anonymous type declarations.</source>
<target state="translated">不能在匿名类型声明中使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleLiteralDisallowsTypeChar">
<source>Type characters cannot be used in tuple literals.</source>
<target state="translated">类型字符无法用在元组文本中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewWithTupleTypeSyntax">
<source>'New' cannot be used with tuple type. Use a tuple literal expression instead.</source>
<target state="translated">"New" 不能与元组类型共同使用。请改用元组字面量表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PredefinedValueTupleTypeMustBeStruct">
<source>Predefined type '{0}' must be a structure.</source>
<target state="translated">预定义的类型“{0}”必须是一种结构。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodUncallable1">
<source>Extension method '{0}' has type constraints that can never be satisfied.</source>
<target state="translated">扩展方法“{0}”具有无法满足的类型约束。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate3">
<source>
Extension method '{0}' defined in '{1}': {2}</source>
<target state="translated">
“{1}”中定义的扩展方法“{0}”: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatch">
<source>Method does not have a signature compatible with the delegate.</source>
<target state="translated">方法没有与委托兼容的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingTypeInferenceFails">
<source>Type arguments could not be inferred from the delegate.</source>
<target state="translated">未能从委托中推断类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs">
<source>Too many arguments.</source>
<target state="translated">参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted1">
<source>Parameter '{0}' already has a matching omitted argument.</source>
<target state="translated">形参“{0}”已具有匹配的省略实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice1">
<source>Parameter '{0}' already has a matching argument.</source>
<target state="translated">形参“{0}”已具有匹配的实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound1">
<source>'{0}' is not a method parameter.</source>
<target state="translated">“{0}”不是方法参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument1">
<source>Argument not specified for parameter '{0}'.</source>
<target state="translated">没有为参数“{0}”指定参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam1">
<source>Type parameter '{0}' cannot be inferred.</source>
<target state="translated">无法推断类型参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate2">
<source>
Extension method '{0}' defined in '{1}'.</source>
<target state="translated">
“{1}”中定义的扩展方法“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNeedField">
<source>Anonymous type must contain at least one member.</source>
<target state="translated">匿名类型必须至少包含一个成员。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNameWithoutPeriod">
<source>Anonymous type member name must be preceded by a period.</source>
<target state="translated">匿名类型成员名前面必须有一个句点。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeExpectedIdentifier">
<source>Identifier expected, preceded with a period.</source>
<target state="translated">应为开头带有句点的标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs2">
<source>Too many arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">对“{1}”中定义的扩展方法“{0}”而言,参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted3">
<source>Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.</source>
<target state="translated">“{2}”中定义的扩展方法中的“{1}”形参“{0}”已具有匹配的省略实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice3">
<source>Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.</source>
<target state="translated">“{2}”中定义的扩展方法“{1}”的形参“{0}”已具有匹配的实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound3">
<source>'{0}' is not a parameter of extension method '{1}' defined in '{2}'.</source>
<target state="translated">“{0}”不是“{2}”中定义的扩展方法“{1}”的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument3">
<source>Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.</source>
<target state="translated">没有为“{2}”中定义的扩展方法“{1}”的形参“{0}”指定实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam3">
<source>Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.</source>
<target state="translated">无法推断“{2}”中定义的扩展方法“{1}”的类型参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments2">
<source>Too few type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">对“{1}”中定义的扩展方法“{0}”而言,类型参数太少。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments2">
<source>Too many type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">对“{1}”中定义的扩展方法“{0}”而言,类型参数太多。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInOrEq">
<source>'In' or '=' expected.</source>
<target state="translated">'应为“In”或“=”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQueryableSource">
<source>Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.</source>
<target state="translated">类型“{0}”的表达式不可查询。请确保不缺少程序集引用和/或 LINQ 提供程序的命名空间导入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryOperatorNotFound">
<source>Definition of method '{0}' is not accessible in this context.</source>
<target state="translated">方法“{0}”的定义在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseOnErrorGotoWithClosure">
<source>Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.</source>
<target state="translated">方法不能同时包含“{0}”语句以及在 lambda 或查询表达式中使用的变量的定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotGotoNonScopeBlocksWithClosure">
<source>'{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.</source>
<target state="translated">“{0}{1}”无效,因为“{2}”所在的范围定义一个用在 lambda 表达式或查询表达式中的变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeQuery">
<source>Instance of restricted type '{0}' cannot be used in a query expression.</source>
<target state="translated">不能在查询表达式中使用受限类型“{0}”的实例。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeFieldNameInference">
<source>Range variable name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">只能从不带参数的简单名或限定名中推断范围变量名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryDuplicateAnonTypeMemberName1">
<source>Range variable '{0}' is already declared.</source>
<target state="translated">已声明范围变量“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in range variable declarations.</source>
<target state="translated">在范围变量声明中不能使用类型字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyInClosure">
<source>'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.</source>
<target state="translated">'在构造函数内的 lambda 表达式中,"ReadOnly" 变量不能作为赋值的目标。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoMultiDimArrayCreation">
<source>Multi-dimensional array cannot be converted to an expression tree.</source>
<target state="translated">多维数组无法转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoLateBind">
<source>Late binding operations cannot be converted to an expression tree.</source>
<target state="translated">后期绑定操作无法转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedBy">
<source>'By' expected.</source>
<target state="translated">'应为 "By"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryInvalidControlVariableName1">
<source>Range variable name cannot match the name of a member of the 'Object' class.</source>
<target state="translated">范围变量名无法与 "Object" 类的成员名匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIn">
<source>'In' expected.</source>
<target state="translated">'应为“In”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryNameNotDeclared">
<source>Name '{0}' is either not declared or not in the current scope.</source>
<target state="translated">名称“{0}”未声明或不在当前作用域中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedFunctionArgumentNarrowing3">
<source>Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">与参数“{0}”匹配的嵌套函数的返回类型从“{1}”收缩到“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonTypeFieldXMLNameInference">
<source>Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">无法根据不是有效 Visual Basic 标识符的 XML 标识符推断出匿名类型成员名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonTypeFieldXMLNameInference">
<source>Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">无法根据不是有效 Visual Basic 标识符的 XML 标识符推断出范围变量名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInto">
<source>'Into' expected.</source>
<target state="translated">'应为“Into”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnAggregation">
<source>Aggregate function name cannot be used with a type character.</source>
<target state="translated">聚合函数名不能与类型字符一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOn">
<source>'On' expected.</source>
<target state="translated">'应为 "On"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEquals">
<source>'Equals' expected.</source>
<target state="translated">'应为“Equals”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAnd">
<source>'And' expected.</source>
<target state="translated">'应为 "And"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsTypeMismatch">
<source>'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.</source>
<target state="translated">'“Equals”不能对类型为“{0}”的值与类型“{1}”的值进行比较。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsOperandIsBad">
<source>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.</source>
<target state="translated">“Equals”运算符的每一侧都必须至少引用一个范围变量。范围变量 {0} 必须出现在“Equals”运算符的一侧,范围变量 {1} 必须出现在另一侧。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotDelegate1">
<source>Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">Lambda 表达式无法转换为“{0}”,因为“{0}”不是委托类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotCreatableDelegate1">
<source>Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">Lambda 表达式无法转换为“{0}”,因为类型“{0}”被声明为“MustInherit”,无法创建。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotInferNullableForVariable1">
<source>A nullable type cannot be inferred for variable '{0}'.</source>
<target state="translated">对于变量“{0}”不能推断可以为 null 的类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableTypeInferenceNotSupported">
<source>Nullable type inference is not supported in this context.</source>
<target state="translated">在该上下文中不支持可以为 null 的类型推理。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedJoin">
<source>'Join' expected.</source>
<target state="translated">'应为“Join”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableParameterMustSpecifyType">
<source>Nullable parameters must specify a type.</source>
<target state="translated">可以为 null 的参数必须指定一个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal2">
<source>Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">范围变量“{0}”隐藏封闭块中的某个变量、以前定义的某个范围变量或者在查询表达式中隐式声明的某个变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdasCannotHaveAttributes">
<source>Attributes cannot be applied to parameters of lambda expressions.</source>
<target state="translated">特性不能应用于 lambda 表达式的参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaInSelectCaseExpr">
<source>Lambda expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">Lambda 表达式在 "Select Case" 语句的第一个表达式中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfInSelectCaseExpr">
<source>'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">'“AddressOf”表达式在“Select Case”语句的第一个表达式中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableCharNotSupported">
<source>The '?' character cannot be used here.</source>
<target state="translated">此处不能使用 "?" 字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeLambda">
<source>Instance members and 'Me' cannot be used within a lambda expression in structures.</source>
<target state="translated">无法在结构中的 lambda 表达式内使用实例成员和“Me”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamLambda1">
<source>'ByRef' parameter '{0}' cannot be used in a lambda expression.</source>
<target state="translated">'不能在 lambda 表达式中使用“ByRef”参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeLambda">
<source>Instance of restricted type '{0}' cannot be used in a lambda expression.</source>
<target state="translated">不能在 lambda 表达式中使用受限类型“{0}”的实例。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaParamShadowLocal1">
<source>Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">Lambda 参数“{0}”隐藏封闭块中的某个变量、以前定义的某个范围变量或者在查询表达式中隐式声明的某个变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObjectLambda">
<source>Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.</source>
<target state="translated">Option Strict On 要求使用 "As" 子句来声明其类型无法推断的每个 lambda 表达式参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyParamsOnLambdaParamNoType">
<source>Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.</source>
<target state="translated">不能在 lambda 表达式的参数名中指定数组修饰符。数组修饰符必须在其类型中指定。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型。显式指定该数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit3">
<source>Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous1">
<source>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.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为可能会存在多个类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为可能会存在多个类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{0}”中定义的扩展方法“{1}”中类型形参的数据类型,因为可能会存在多个类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为可能会存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为可能会存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{0}”中定义的扩展方法“{1}”中类型形参的数据类型,因为可能会存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest1">
<source>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.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为这些数据类型不会转换为同一类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。显式指定数据类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.</source>
<target state="translated">无法从这些实参推断类型形参的数据类型,因为这些数据类型不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest2">
<source>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.</source>
<target state="translated">无法从这些实参推断方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest3">
<source>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.</source>
<target state="translated">无法从这些实参推断“{1}”中定义的扩展方法“{0}”中类型形参的数据类型,因为这些数据类型不会转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff2">
<source>Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.</source>
<target state="translated">Option Strict On 不允许对方法“{0}”和委托“{1}”之间的隐式类型转换进行收缩。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleReturnTypeOfMember2">
<source>'{0}' is not accessible in this context because the return type is not accessible.</source>
<target state="translated">“{0}”是不可访问的返回类型,因此它在此上下文中不可访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifierOrGroup">
<source>'Group' or an identifier expected.</source>
<target state="translated">'应为“Group”或标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedGroup">
<source>'Group' not allowed in this context; identifier expected.</source>
<target state="translated">'此上下文中不允许 "Group";应为标识符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff3">
<source>Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.</source>
<target state="translated">Option Strict On 不允许对“{2}”中定义的扩展方法“{0}”和委托“{1}”之间的隐式类型转换进行收缩。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible3">
<source>Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">“{2}”中定义的扩展方法“{0}”没有与委托“{1}”兼容的签名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing2">
<source>Argument matching parameter '{0}' narrows to '{1}'.</source>
<target state="translated">与形参“{0}”匹配的实参收缩到“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate1">
<source>
{0}</source>
<target state="translated">
{0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyInitializedInStructure">
<source>Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.</source>
<target state="translated">如果没有将结构中包含的自动实现的属性标记为 "Shared",这些属性就不能有初始值设定项。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsElements">
<source>XML elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 元素不能从类型“{0}”中选择。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsAttributes">
<source>XML attributes cannot be selected from type '{0}'.</source>
<target state="translated">XML 特性不能从类型“{0}”中选择。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsDescendants">
<source>XML descendant elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 子代元素不能从类型“{0}”中选择。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric2">
<source>Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.</source>
<target state="translated">“{1}”中定义的扩展方法“{0}”不是泛型方法(或没有可用的类型形参),因此无法拥有类型实参。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodCannotBeLateBound">
<source>Late-bound extension methods are not supported.</source>
<target state="translated">不支持后期绑定的扩展方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceArrayRankMismatch1">
<source>Cannot infer a data type for '{0}' because the array dimensions do not match.</source>
<target state="translated">无法推断“{0}”的数据类型,因为数组维数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryStrictDisallowImplicitObject">
<source>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.</source>
<target state="translated">无法推断范围变量的类型,且 Option Strict on 不允许后期绑定。请使用“As”子句来指定类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedInterfaceWithGeneric">
<source>Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.</source>
<target state="translated">无法嵌入类型“{0}”,因为它有泛型参数。请考虑禁用互操作类型嵌入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseGenericTypeAcrossAssemblyBoundaries">
<source>Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.</source>
<target state="translated">无法跨程序集边界使用类型“{0}”,因为它有身为嵌入的互操作类型的泛型类型参数。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">“{0}”已过时:“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2_Title">
<source>Type or member is obsolete</source>
<target state="translated">类型或成员已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4">
<source>{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'.</source>
<target state="translated">{0}“{1}”隐藏在基 {2}“{3}”中声明的可重载的成员。如果要重载基方法,则此方法必须声明为“Overloads”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4_Title">
<source>Member shadows an overloadable member declared in the base type</source>
<target state="translated">成员隐藏在基类型中声明的可重载的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5">
<source>{0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”与基 {3}“{4}”中的 {2}“{1}”冲突,应该声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5_Title">
<source>Member conflicts with member in the base type and should be declared 'Shadows'</source>
<target state="translated">成员与基类型中的成员发生冲突,因此应声明为 "Shadows"</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2">
<source>{0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.</source>
<target state="translated">{0}“{1}”隐藏基 {2}“{3}”中的可重写方法。若要重写基方法,必须将此方法声明为“Overrides”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2_Title">
<source>Member shadows an overridable method in the base type</source>
<target state="translated">成员隐藏基类型中的可重写的方法</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4">
<source>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'.</source>
<target state="translated">默认属性“{0}”与基 {2}“{3}”中的默认属性“{1}”冲突。“{0}”将成为默认属性。“{0}”应声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4_Title">
<source>Default property conflicts with the default property in the base type</source>
<target state="translated">默认属性与基类型中的默认属性发生冲突</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">“{0}”已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1_Title">
<source>Type or member is obsolete</source>
<target state="translated">类型或成员已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0">
<source>Possible problem detected while building assembly: {0}</source>
<target state="translated">生成程序集时检测到可能存在的问题: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">生成程序集时检测到可能的问题</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1">
<source>Possible problem detected while building assembly '{0}': {1}</source>
<target state="translated">生成程序集“{0}”时检测到可能存在的问题: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">生成程序集时检测到可能的问题</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1">
<source>'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.</source>
<target state="translated">'为类“{0}”指定了“Microsoft.VisualBasic.ComClassAttribute”,但“{0}”没有可以向 COM 公开的公共成员;因此不生成 COM 接口。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM</source>
<target state="translated">'为类指定了 "Microsoft.VisualBasic.ComClassAttribute",但类没有可向 COM 公开的公共成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5">
<source>{0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”隐式声明的“{2}”与基 {3}“{4}”中的成员冲突,因此应将 {0} 声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5_Title">
<source>Property or event implicitly declares type or member that conflicts with a member in the base type</source>
<target state="translated">属性或事件隐式声明与基类型中的成员发生冲突的类型或成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”与为基 {4}“{5}”中 {2}“{3}”隐式声明的成员冲突,应将它声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6_Title">
<source>Member conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">成员与为基类型中的属性或事件隐式声明的成员冲突</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7">
<source>{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'.</source>
<target state="translated">{0}“{1}”隐式声明的“{2}”与为基 {5}“{6}”中的 {3}“{4}”隐式声明的成员冲突。{0} 应声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7_Title">
<source>Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">属性或事件隐式声明与为基类型中的属性或事件隐式声明的成员发生冲突的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">“{1}”的“{0}”访问器已过时:“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3_Title">
<source>Property accessor is obsolete</source>
<target state="translated">属性访问器已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">“{1}”的“{0}”访问器已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2_Title">
<source>Property accessor is obsolete</source>
<target state="translated">属性访问器已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1">
<source>Type of member '{0}' is not CLS-compliant.</source>
<target state="translated">成员“{0}”的类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1_Title">
<source>Type of member is not CLS-compliant</source>
<target state="translated">成员的类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.</source>
<target state="translated">“{0}”不符合 CLS,因为它是从不符合 CLS 的“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because it derives from base type that is not CLS-compliant</source>
<target state="translated">类型不符合 CLS,原因是它从不符合 CLS 的基类型派生</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1">
<source>Return type of function '{0}' is not CLS-compliant.</source>
<target state="translated">函数“{0}”的返回类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1_Title">
<source>Return type of function is not CLS-compliant</source>
<target state="translated">函数的返回类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1">
<source>Type of parameter '{0}' is not CLS-compliant.</source>
<target state="translated">参数“{0}”的类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1_Title">
<source>Type of parameter is not CLS-compliant</source>
<target state="translated">参数的类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.</source>
<target state="translated">“{0}”不符合 CLS,因为它所继承的接口“{1}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because the interface it inherits from is not CLS-compliant</source>
<target state="translated">类型不符合 CLS,原因是它继承自的接口不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3">
<source>{0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.</source>
<target state="translated">{0}“{1}”不能被标记为符合 CLS,因为它的包含类型“{2}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3_Title">
<source>Member cannot be marked CLS-compliant because its containing type is not CLS-compliant</source>
<target state="translated">无法将成员标记为符合 CLS,原因是它的包含类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1">
<source>Name '{0}' is not CLS-compliant.</source>
<target state="translated">名称“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1_Title">
<source>Name is not CLS-compliant</source>
<target state="translated">名称不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1">
<source>Underlying type '{0}' of Enum is not CLS-compliant.</source>
<target state="translated">枚举的基础类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1_Title">
<source>Underlying type of Enum is not CLS-compliant</source>
<target state="translated">枚举的基础类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1">
<source>Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.</source>
<target state="translated">在符合 CLS 的接口中不允许出现不符合 CLS 的“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1_Title">
<source>Non CLS-compliant member is not allowed in a CLS-compliant interface</source>
<target state="translated">在符合 CLS 的接口中不允许出现不符合 CLS 的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.</source>
<target state="translated">在符合 CLS 的类型“{0}”中不允许出现不符合 CLS 的 "MustOverride" 成员。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1_Title">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type</source>
<target state="translated">在符合 CLS 的类型中不允许出现不符合 CLS 的 "Mustoverride" 成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2">
<source>'{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.</source>
<target state="translated">“{0}”不符合 CLS,因为它重载仅在数组参数类型的数组或数组参数类型的秩方面与它不同的“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2_Title">
<source>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</source>
<target state="translated">方法不符合 CLS,因为它重载仅在数组参数类型的数组或数组参数类型的秩方面与它不同的方法</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1">
<source>Root namespace '{0}' is not CLS-compliant.</source>
<target state="translated">根命名空间“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1_Title">
<source>Root namespace is not CLS-compliant</source>
<target state="translated">根命名空间不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2">
<source>Name '{0}' in the root namespace '{1}' is not CLS-compliant.</source>
<target state="translated">根命名空间“{1}”中的名称“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2_Title">
<source>Part of the root namespace is not CLS-compliant</source>
<target state="translated">根命名空间的一部分不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1">
<source>Generic parameter constraint type '{0}' is not CLS-compliant.</source>
<target state="translated">泛型形参约束类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1_Title">
<source>Generic parameter constraint type is not CLS-compliant</source>
<target state="translated">泛型参数约束类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1">
<source>Type '{0}' is not CLS-compliant.</source>
<target state="translated">类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1_Title">
<source>Type is not CLS-compliant</source>
<target state="translated">类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1">
<source>Type of optional value for optional parameter '{0}' is not CLS-compliant.</source>
<target state="translated">可选参数“{0}”的可选值的类型不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1_Title">
<source>Type of optional value for optional parameter is not CLS-compliant</source>
<target state="translated">可选参数的可选值类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.</source>
<target state="translated">System.CLSCompliantAttribute 不能应用于属性 "Get" 或 "Set"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet_Title">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'</source>
<target state="translated">System.CLSCompliantAttribute 不能应用于属性 "Get" 或 "Set"</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6">
<source>{0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.</source>
<target state="translated">{0}“{1}”和分部 {2}“{3}”在 {4}“{5}”中冲突,但由于其中的一个被声明为 Partial,因此正在合并。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6_Title">
<source>Type and partial type conflict, but are being merged because one of them is declared partial</source>
<target state="translated">类型和分部类型冲突,但由于其中一个被声明为 Partial,因此正在合并</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1">
<source>Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.</source>
<target state="translated">类型参数“{0}”与封闭类型的类型参数同名。封闭类型的类型参数将被隐藏。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1_Title">
<source>Type parameter has the same name as a type parameter of an enclosing type</source>
<target state="translated">类型参数与封闭类型的类型参数具有相同的名称</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1">
<source>Could not find standard library '{0}'.</source>
<target state="translated">未能找到标准库“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1_Title">
<source>Could not find standard library</source>
<target state="translated">找不到标准库</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2">
<source>Delegate type '{0}' of event '{1}' is not CLS-compliant.</source>
<target state="translated">事件“{1}”的委托类型“{0}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2_Title">
<source>Delegate type of event is not CLS-compliant</source>
<target state="translated">事件的委托类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties">
<source>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.</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute 在应用于属性定义时不影响“Get”或“Set”。请根据相应的情况,将此特性直接应用于“Get”和“Set”过程。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties_Title">
<source>System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition</source>
<target state="translated">在应用到属性定义时,System.Diagnostics.DebuggerHiddenAttribute 不影响 "Get" 或 "Set"</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange">
<source>Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.</source>
<target state="translated">为 "Case" 语句指定的范围无效。请确保下限小于或等于上限。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange_Title">
<source>Range specified for 'Case' statement is not valid</source>
<target state="translated">为 "Case" 语句指定的范围无效</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3">
<source>'{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.</source>
<target state="translated">'事件“{1}”的“{0}”方法不能被标记为符合 CLS,因为它的包含类型“{2}”不符合 CLS。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3_Title">
<source>AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant</source>
<target state="translated">事件的 AddHandler 方法或 RemoveHandler 方法无法标记为符合 CLS,原因是它的包含类型不符合 CLS</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2">
<source>'{0}' in designer-generated type '{1}' should call InitializeComponent method.</source>
<target state="translated">'设计器生成的类型“{1}”中的“{0}”应调用 InitializeComponent 方法。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2_Title">
<source>Constructor in designer-generated type should call InitializeComponent method</source>
<target state="translated">设计器生成的类型中的构造函数应调用 InitializeComponent 方法</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3">
<source>Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.</source>
<target state="translated">命名空间名“{0}”的大小写与“{2}”中命名空间名“{1}”的大小写不匹配。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3_Title">
<source>Casing of namespace name does not match</source>
<target state="translated">命名空间名称的大小写不匹配</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1">
<source>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.</source>
<target state="translated">Imports“{0}”中指定的命名空间或类型不包含任何公共成员,或者找不到该命名空间或类型。确保定义了该命名空间或类型且其中至少包含一个公共成员。确保导入的元素名不使用任何别名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1_Title">
<source>Namespace or type specified in Imports statement doesn't contain any public member or cannot be found</source>
<target state="translated">在 Imports 语句中指定的命名空间或类型不包含任何公共成员或找不到公共成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1">
<source>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.</source>
<target state="translated">项目级 Imports“{0}”中指定的命名空间或类型不包含任何公共成员,或者找不到公共成员。要确保定义了该命名空间或类型且其中至少包含一个公共成员;还要确保导入的元素名不使用任何别名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title">
<source>Namespace or type imported at project level doesn't contain any public member or cannot be found</source>
<target state="translated">在项目级别导入的命名空间或类型不包含任何公共成员或找不到公共成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2">
<source>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.</source>
<target state="translated">已创建对嵌入的互操作程序集“{0}”的引用,因为程序集“{1}”间接引用了该程序集。请考虑更改其中一个程序集的“嵌入互操作类型”属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2_Title">
<source>A reference was created to embedded interop assembly because of an indirect reference to that assembly</source>
<target state="translated">已创建对嵌入的互操作程序集的引用,因为间接引用了该程序集</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">类“{0}”应该声明一个“Sub New”,因为其基类“{2}”中的“{1}”被标记为已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">类应声明 "Sub New",原因是它的基类中的构造函数被标记为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">类“{0}”应该声明一个“Sub New”,因为其基类“{2}”中的“{1}”被标记为已过时:“{3}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">类应声明 "Sub New",原因是它的基类中的构造函数被标记为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">此“Sub New”中的第一条语句应为对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标记为已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3_Title">
<source>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</source>
<target state="translated">此 "Sub New" 的第一条语句必须是对 "MyBase.New" 或 "MyClass.New" 的显式调用,原因是基类中的构造函数被标为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4">
<source>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}'</source>
<target state="translated">此“Sub New”中的第一条语句应为对“MyBase.New”或“MyClass.New”的显式调用,因为“{2}”的基类“{1}”中的“{0}”被标记为已过时:“{3}”</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4_Title">
<source>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</source>
<target state="translated">此 "Sub New" 的第一条语句必须是对 "MyBase.New" 或 "MyClass.New" 的显式调用,原因是基类中的构造函数被标为已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator">
<source>Operator without an 'As' clause; type of Object assumed.</source>
<target state="translated">运算符没有 "As" 子句;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator_Title">
<source>Operator without an 'As' clause</source>
<target state="translated">运算符没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2">
<source>Type arguments inferred for method '{0}' result in the following warnings :{1}</source>
<target state="translated">为方法“{0}”推断的类型参数导致以下警告:{1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2_Title">
<source>Type arguments inferred for method result in warnings</source>
<target state="translated">为方法推断的类型参数导致警告</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations.</source>
<target state="translated">特性 "Conditional" 只在 "Sub" 声明中有效。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction_Title">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations</source>
<target state="translated">特性 "Conditional" 只在 "Sub" 声明中有效</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute">
<source>Use command-line option '{0}' or appropriate project settings instead of '{1}'.</source>
<target state="translated">请使用命令行选项“{0}”或适当的项目设置,而不是“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute_Title">
<source>Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute</source>
<target state="translated">使用命令行选项 /keyfile、/keycontainer 或 /delaysign,而不要使用 AssemblyKeyFileAttribute、AssemblyKeyNameAttribute 或 AssemblyDelaySignAttribute</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall">
<source>Statement recursively calls the containing '{0}' for event '{1}'.</source>
<target state="translated">语句以递归方式调用事件“{1}”的包含“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall_Title">
<source>Statement recursively calls the event's containing AddHandler</source>
<target state="translated">语句递归调用事件包含的 AddHandler</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack">
<source>Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">将“ByRef”形参“{0}”的值复制回匹配实参时,发生从“{1}”到“{2}”的隐式转换。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack_Title">
<source>Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument</source>
<target state="translated">在把 "ByRef" 参数的值复制回匹配参数的过程中进行隐式转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2">
<source>{0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.</source>
<target state="translated">{0}“{1}”与继承层次结构中的其他同名成员冲突,因此应声明为“Shadows”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2_Title">
<source>Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'</source>
<target state="translated">方法与继承层次结构中的其他同名成员冲突,因此应声明为 "Shadows"</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall">
<source>Expression recursively calls the containing Operator '{0}'.</source>
<target state="translated">表达式以递归方式调用包含运算符“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall_Title">
<source>Expression recursively calls the containing Operator</source>
<target state="translated">表达式递归调用包含运算符</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2">
<source>Implicit conversion from '{0}' to '{1}'.</source>
<target state="translated">从“{0}”到“{1}”的隐式转换。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2_Title">
<source>Implicit conversion</source>
<target state="translated">隐式转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing">
<source>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.</source>
<target state="translated">局部变量“{0}”是只读的并且其类型是结构。调用此变量的成员或通过 ByRef 传递它不会更改其内容,并可能导致意外的错误。考虑在“Using”块之外声明此变量。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type is a structure</source>
<target state="translated">Using 语句声明的局部变量是只读的,它的类型是一种结构</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing">
<source>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.</source>
<target state="translated">局部变量“{0}”是只读的。其类型为结构时,调用其成员或使用 ByRef 传递该类型不会更改其内容,并可能会导致意外的结果。考虑在“Using”块之外声明此变量。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type may be a structure</source>
<target state="translated">Using 语句声明的局部变量是只读的,它的类型可能是一种结构</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1_Title">
<source>Implicit conversion</source>
<target state="translated">隐式转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution">
<source>Late bound resolution; runtime errors could occur.</source>
<target state="translated">后期绑定解决方案;可能会发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution_Title">
<source>Late bound resolution</source>
<target state="translated">后期绑定解决方案</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1">
<source>Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.</source>
<target state="translated">对运算符“{0}”使用了 Object 类型的操作数;应使用“Is”运算符来测试对象标识。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">为运算符使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2">
<source>Operands of type Object used for operator '{0}'; runtime errors could occur.</source>
<target state="translated">对运算符“{0}”使用了 Object 类型的操作数;可能会发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">为运算符使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">变量声明没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1_Title">
<source>Function without an 'As' clause</source>
<target state="translated">函数没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1_Title">
<source>Property without an 'As' clause</source>
<target state="translated">属性没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl">
<source>Variable declaration without an 'As' clause; type of Object assumed.</source>
<target state="translated">变量声明没有 "As" 子句;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">变量声明没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction">
<source>Function without an 'As' clause; return type of Object assumed.</source>
<target state="translated">函数没有 "As" 子句;假定返回类型为 Object。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction_Title">
<source>Function without an 'As' clause</source>
<target state="translated">函数没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty">
<source>Property without an 'As' clause; type of Object assumed.</source>
<target state="translated">属性没有 "As" 子句;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty_Title">
<source>Property without an 'As' clause</source>
<target state="translated">属性没有 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal">
<source>Unused local variable: '{0}'.</source>
<target state="translated">未使用的局部变量:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal_Title">
<source>Unused local variable</source>
<target state="translated">未使用的本地变量</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance">
<source>Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.</source>
<target state="translated">通过实例访问共享成员、常量成员、枚举成员或嵌套类型;将不计算限定表达式。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance_Title">
<source>Access of shared member, constant member, enum member or nested type through an instance</source>
<target state="translated">通过实例访问共享成员、常量成员、枚举成员或嵌套类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall">
<source>Expression recursively calls the containing property '{0}'.</source>
<target state="translated">表达式递归调用包含属性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall_Title">
<source>Expression recursively calls the containing property</source>
<target state="translated">表达式递归调用包含属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch">
<source>'Catch' block never reached, because '{0}' inherits from '{1}'.</source>
<target state="translated">'永远不会到达“Catch”块,因为“{0}”从“{1}”继承。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch_Title">
<source>'Catch' block never reached; exception type's base type handled above in the same Try statement</source>
<target state="translated">'永远不会到达 "Catch" 块;异常类型的基类型已在上面同一个 Try 语句中处理</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef">
<source>Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">变量“{0}”在赋值前通过引用传递。可能会在运行时导致 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已通过引用传递</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch">
<source>'Catch' block never reached; '{0}' handled above in the same Try statement.</source>
<target state="translated">'永远不会到达“Catch”块;“{0}”已在上面同一个 Try 语句中处理。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch_Title">
<source>'Catch' block never reached; exception type handled above in the same Try statement</source>
<target state="translated">'永远不会到达 "Catch" 块;异常类型已在上面同一个 Try 语句中处理</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not">
<source>Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.</source>
<target state="translated">对运算符“{0}”使用了 Object 类型的操作数;应使用“IsNot”运算符来测试对象标识。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not_Title">
<source>Operands of type Object used for operator <></source>
<target state="translated">为运算符 <> 使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum">
<source>Bad checksum value, non hex digits or odd number of hex digits.</source>
<target state="translated">错误的校验和值、非十六进制数字或奇数个十六进制数字。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum_Title">
<source>Bad checksum value, non hex digits or odd number of hex digits</source>
<target state="translated">错误的校验和值、非十六进制数字或奇数个十六进制数字</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum">
<source>File name already declared with a different GUID and checksum value.</source>
<target state="translated">已使用另一个 GUID 和校验和值声明了文件名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum_Title">
<source>File name already declared with a different GUID and checksum value</source>
<target state="translated">已使用另一个 GUID 和校验和值声明了文件名</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum">
<source>Bad GUID format.</source>
<target state="translated">错误的 GUID 格式。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum_Title">
<source>Bad GUID format</source>
<target state="translated">错误的 GUID 格式</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.</source>
<target state="translated">在 "Select"、"Case" 语句的表达式中使用了 Object 类型的操作数;可能会发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase_Title">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements</source>
<target state="translated">"Select"、"Case" 语句的表达式中使用的 Object 类型的操作数</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing">
<source>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'.</source>
<target state="translated">此表达式的计算结果始终为 Nothing (由于来自等于运算符的 null 传播)。若要检查值是否为 null,请考虑使用 "Is Nothing"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">此表达式的计算结果始终为 Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing">
<source>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'.</source>
<target state="translated">此表达式的计算结果始终为 Nothing (由于来自等于运算符的 null 传播)。若要检查值是否不为 null,请考虑使用 "IsNot Nothing"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">此表达式的计算结果始终为 Nothing</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst">
<source>Unused local constant: '{0}'.</source>
<target state="translated">未使用的局部常量:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst_Title">
<source>Unused local constant</source>
<target state="translated">未使用的局部常量</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5">
<source>'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}.</source>
<target state="translated">'类“{0}”上的“Microsoft.VisualBasic.ComClassAttribute”隐式声明的 {1}“{2}”与 {3}“{4}”中的同名成员冲突。如果要隐藏基 {4} 上的名称,请使用“Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name</source>
<target state="translated">'类上的 "Microsoft.VisualBasic.ComClassAttribute" 隐式声明与同名成员发生冲突的成员</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1">
<source>'{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.</source>
<target state="translated">“{0}”无法作为属性“Let”向 COM 公开。将无法使用“Let”语句从 Visual Basic 6.0 向该属性分配非对象值(如数字或字符串)。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1_Title">
<source>Property cannot be exposed to COM as a property 'Let'</source>
<target state="translated">无法将属性作为 "Let" 属性向 COM 公开</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef">
<source>Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">变量“{0}”在赋值前被使用。可能会在运行时导致 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已被使用</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1">
<source>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.</source>
<target state="translated">函数“{0}”不会在所有代码路径上都返回值。当使用结果时,可能会在运行时发生 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">函数没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1">
<source>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.</source>
<target state="translated">运算符“{0}”不会在所有代码路径上都返回值。当使用结果时,可能会在运行时发生 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">运算符没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1">
<source>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.</source>
<target state="translated">属性“{0}”不会在所有代码路径上都返回值。当使用结果时,可能会在运行时发生 null 引用异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">属性没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr">
<source>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</source>
<target state="translated">变量“{0}”在赋值前通过引用传递。可能会在运行时导致 null 引用异常。请确保结构或所有引用成员在使用前已经初始化</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已通过引用传递</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr">
<source>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</source>
<target state="translated">变量“{0}”在赋值前被使用。可能会在运行时导致 null 引用异常。请确保结构或所有引用成员在使用前已经初始化</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">在为变量赋值之前,变量已被使用</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference">
<source>Static variable declared without an 'As' clause; type of Object assumed.</source>
<target state="translated">未使用 "As" 子句声明的静态变量;假定为 Object 类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference_Title">
<source>Static variable declared without an 'As' clause</source>
<target state="translated">声明静态变量时未使用 "As" 子句</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName">
<source>Assembly reference '{0}' is invalid and cannot be resolved.</source>
<target state="translated">程序集引用“{0}”无效,无法解析。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName_Title">
<source>Assembly reference is invalid and cannot be resolved</source>
<target state="translated">程序集引用无效,无法解析</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine">
<source>XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.</source>
<target state="translated">XML 注释块必须紧挨着它应用于的语言元素的前面。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine_Title">
<source>XML comment block must immediately precede the language element to which it applies</source>
<target state="translated">XML 注释块必须紧跟它所应用于的语言元素</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock">
<source>Only one XML comment block is allowed per language element.</source>
<target state="translated">每个语言元素只能有一个 XML 注释块。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock_Title">
<source>Only one XML comment block is allowed per language element</source>
<target state="translated">每个语言元素只能有一个 XML 注释块</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine">
<source>XML comment must be the first statement on a line. XML comment will be ignored.</source>
<target state="translated">XML 注释必须是一行中的第一条语句。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine_Title">
<source>XML comment must be the first statement on a line</source>
<target state="translated">XML 注释必须是一行上的第一条语句</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod">
<source>XML comment cannot appear within a method or a property. XML comment will be ignored.</source>
<target state="translated">XML 注释不能在方法或属性内出现。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod_Title">
<source>XML comment cannot appear within a method or a property</source>
<target state="translated">XML 注释不能在方法或属性内出现</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1">
<source>XML documentation parse error: {0} XML comment will be ignored.</source>
<target state="translated">XML 文档分析错误: {0} XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1_Title">
<source>XML documentation parse error</source>
<target state="translated">XML 文档分析错误</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1">
<source>XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.</source>
<target state="translated">具有相同特性的 XML 注释标记“{0}”在同一 XML 注释块中出现多次。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1_Title">
<source>XML comment tag appears with identical attributes more than once in the same XML comment block</source>
<target state="translated">具有相同属性的 XML 注释标记在同一个 XML 注释块中出现多次</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2">
<source>XML comment tag '{0}' is not permitted on a '{1}' language element.</source>
<target state="translated">“{1}”语言元素中不允许 XML 注释标记“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2_Title">
<source>XML comment tag is not permitted on language element</source>
<target state="translated">语言元素中不允许出现 XML 注释标记</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2">
<source>XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML 注释参数“{0}”和相应的“{1}”语句的参数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2_Title">
<source>XML comment parameter does not match a parameter on the corresponding declaration statement</source>
<target state="translated">XML 注释参数与相应的声明语句上的参数不匹配</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName">
<source>XML comment parameter must have a 'name' attribute.</source>
<target state="translated">XML 注释参数必须具有 "name" 属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName_Title">
<source>XML comment parameter must have a 'name' attribute</source>
<target state="translated">XML 注释参数必须具有 "name" 属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1">
<source>XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.</source>
<target state="translated">XML 注释中的一个标记具有未能解析的“cref”特性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1_Title">
<source>XML comment has a tag with a 'cref' attribute that could not be resolved</source>
<target state="translated">XML 注释包含具有无法解析的 "cref" 属性的标记</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1">
<source>XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.</source>
<target state="translated">XML 注释标记“include”必须具有“{0}”特性。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1_Title">
<source>XML comment tag 'include' must have 'file' and 'path' attributes</source>
<target state="translated">XML 注释标记 "include" 必须具有 "file" 和 "path" 特性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2">
<source>Unable to create XML documentation file '{0}': {1}</source>
<target state="translated">无法创建 XML 文档文件“{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2_Title">
<source>Unable to create XML documentation file</source>
<target state="translated">无法创建 XML 文档文件</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement">
<source>XML documentation comments must precede member or type declarations.</source>
<target state="translated">XML 文档注释必须位于成员声明或类型声明之前。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement_Title">
<source>XML documentation comments must precede member or type declarations</source>
<target state="translated">XML 文档注释必须位于成员声明或类型声明之前</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.</source>
<target state="translated">WriteOnly 属性中不允许有 XML 注释标记 "returns"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty_Title">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property</source>
<target state="translated">"WriteOnly" 属性中不允许出现 XML 注释标记 "returns"</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType">
<source>XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.</source>
<target state="translated">XML 注释在分部 {0} 中不能应用多次。此 {0} 的 XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType_Title">
<source>XML comment cannot be applied more than once on a partial type</source>
<target state="translated">XML 注释无法在一个分部类型上应用多次</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element.</source>
<target state="translated">declare sub 语言元素中不允许有 XML 注释标记 "returns"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub_Title">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element</source>
<target state="translated">"declare sub" 语言元素中不允许出现 XML 注释标记 "returns"</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag">
<source>XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.</source>
<target state="translated">XML 文档分析错误: 开始标记“{0}”没有匹配的结束标记。XML 注释将被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag_Title">
<source>XML documentation parse error: Start tag doesn't have a matching end tag</source>
<target state="translated">XML 文档分析错误: 开始标记没有匹配的结束标记</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2">
<source>XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML 注释类型参数“{0}”和相应的“{1}”语句的类型参数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2_Title">
<source>XML comment type parameter does not match a type parameter on the corresponding declaration statement</source>
<target state="translated">XML 注释类型参数与相应的声明语句上的类型参数不匹配</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName">
<source>XML comment type parameter must have a 'name' attribute.</source>
<target state="translated">XML 注释类型参数必须具有 "name" 属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName_Title">
<source>XML comment type parameter must have a 'name' attribute</source>
<target state="translated">XML 注释类型参数必须具有 "name" 属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef">
<source>XML comment exception must have a 'cref' attribute.</source>
<target state="translated">XML 注释异常必须具有 "cref" 属性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef_Title">
<source>XML comment exception must have a 'cref' attribute</source>
<target state="translated">XML 注释异常必须具有 "cref" 属性</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment">
<source>Unable to include XML fragment '{0}' of file '{1}'.</source>
<target state="translated">无法包括文件“{1}”的 XML 段落“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment_Title">
<source>Unable to include XML fragment</source>
<target state="translated">无法包括 XML 段落</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML">
<source>Unable to include XML fragment '{1}' of file '{0}'. {2}</source>
<target state="translated">无法包括文件“{0}”的 XML 段落“{1}”。{2}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML_Title">
<source>Unable to include XML fragment</source>
<target state="translated">无法包括 XML 段落</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2">
<source>Runtime errors might occur when converting '{0}' to '{1}'.</source>
<target state="translated">将“{0}”转换为“{1}”时可能发生运行时错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2_Title">
<source>Runtime errors might occur when converting to or from interface type</source>
<target state="translated">运行时错误可能在转换到或从接口类型转换时发生</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda">
<source>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.</source>
<target state="translated">在 lambda 表达式中使用迭代变量可能会产生意外的结果。应改为在循环中创建一个局部变量并将迭代变量的值赋给它。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda_Title">
<source>Using the iteration variable in a lambda expression may have unexpected results</source>
<target state="translated">在 lambda 表达式中使用迭代变量可能会产生意外的结果</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler">
<source>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.</source>
<target state="translated">Lambda 表达式将不会从此事件处理程序中移除。将 lambda 表达式赋给变量,并使用该变量添加和移除事件。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler_Title">
<source>Lambda expression will not be removed from this event handler</source>
<target state="translated">Lambda 表达式将不会从此事件处理程序中删除</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery">
<source>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.</source>
<target state="translated">在查询表达式中使用迭代变量可能会产生意外的结果。应改为在循环中创建一个局部变量并将迭代变量的值赋给它。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery_Title">
<source>Using the iteration variable in a query expression may have unexpected results</source>
<target state="translated">在查询表达式中使用迭代变量可能会产生意外的结果</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler">
<source>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.</source>
<target state="translated">"AddressOf" 表达式在此上下文中不起作用,因为 "AddressOf" 的方法参数需要到该事件的委托类型的宽松转换。将 "AddressOf' 表达式赋给变量,并使用变量将该方法作为处理程序进行添加或移除。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler_Title">
<source>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</source>
<target state="translated">"AddressOf" 表达式在此上下文中不起作用,原因是 "AddressOf" 的方法参数需要到该事件的委托类型的宽松转换</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl">
<source>Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.</source>
<target state="translated">假定范围变量属于对象类型,因为无法推断其类型。请使用“As”子句指定不同类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl_Title">
<source>Range variable is assumed to be of type Object because its type cannot be inferred</source>
<target state="translated">范围变量被假设为 Object 类型,原因是无法推断它的类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingFunction">
<source>Multiline lambda expression is missing 'End Function'.</source>
<target state="translated">多行 lambda 表达式缺少 "End Function"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingSub">
<source>Multiline lambda expression is missing 'End Sub'.</source>
<target state="translated">多行 lambda 表达式缺少 "End Sub"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOnLambdaReturnType">
<source>Attributes cannot be applied to return types of lambda expressions.</source>
<target state="translated">特性不能应用于 lambda 表达式的返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubDisallowsStatement">
<source>Statement is not valid inside a single-line statement lambda.</source>
<target state="translated">该语句在单行语句 lambda 中无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesBang">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key</source>
<target state="translated">此单行语句 lambda 必须括在括号中。例如: (Sub() <语句>)!key</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesDot">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke()</source>
<target state="translated">此单行语句 lambda 必须括在括号中。例如: (Sub() <语句>).Invoke()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesLParen">
<source>This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) ()</source>
<target state="translated">此单行语句 lambda 必须括在括号中。例如: Call (Sub() <语句>) ()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresSingleStatement">
<source>Single-line statement lambdas must include exactly one statement.</source>
<target state="translated">单行语句 lambda 必须仅包含一个语句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StaticInLambda">
<source>Static local variables cannot be declared inside lambda expressions.</source>
<target state="translated">无法在 lambda 表达式内声明静态局部变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializedExpandedProperty">
<source>Expanded Properties cannot be initialized.</source>
<target state="translated">无法初始化扩展属性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantHaveParams">
<source>Auto-implemented properties cannot have parameters.</source>
<target state="translated">自动实现的属性不能带有参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantBeWriteOnly">
<source>Auto-implemented properties cannot be WriteOnly.</source>
<target state="translated">自动实现的属性不能为 WriteOnly。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFCount">
<source>'If' operator requires either two or three operands.</source>
<target state="translated">'“If”运算符需要两个或三个操作数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotACollection1">
<source>Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.</source>
<target state="translated">无法用集合初始值设定项初始化类型“{0}”,因为该类型不是集合类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAddMethod1">
<source>Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.</source>
<target state="translated">无法用集合初始值设定项初始化类型“{0}”,因为该类型没有可访问的“Add”方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCombineInitializers">
<source>An Object Initializer and a Collection Initializer cannot be combined in the same initialization.</source>
<target state="translated">不能将对象初始值设定项与集合初始值设定项组合到同一个初始化过程中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmptyAggregateInitializer">
<source>An aggregate collection initializer entry must contain at least one element.</source>
<target state="translated">聚合集合初始值设定项必须至少包含一个元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndElementNoMatchingStart">
<source>XML end element must be preceded by a matching start element.</source>
<target state="translated">XML 结束元素前面必须是匹配的开始元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdasCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside a lambda expression.</source>
<target state="translated">'“On Error”和“Resume”不能出现在 lambda 表达式内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceDisallowedHere">
<source>Keywords 'Out' and 'In' can only be used in interface and delegate declarations.</source>
<target state="translated">关键字 "Out" 和 "In" 只能在接口声明和委托声明中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndCDataNotAllowedInContent">
<source>The literal string ']]>' is not allowed in element content.</source>
<target state="translated">元素内容中不允许使用字符串“]]>”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadsModifierInModule">
<source>Inappropriate use of '{0}' keyword in a module.</source>
<target state="translated">模块中不恰当地使用了“{0}”关键字。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedTypeOrNamespace1">
<source>Type or namespace '{0}' is not defined.</source>
<target state="translated">未定义类型或命名空间“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentityDirectCastForFloat">
<source>Using DirectCast operator to cast a floating-point value to the same type is not supported.</source>
<target state="translated">不支持使用 DirectCast 运算符将浮点值强制转换为同一类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete.</source>
<target state="translated">使用 DirectCast 运算符将值类型强制转换为同一类型的做法已过时。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType_Title">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete</source>
<target state="translated">使用 DirectCast 运算符将值类型强制转换为同一类型的做法已过时</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode">
<source>Unreachable code detected.</source>
<target state="translated">检测到无法访问的代码。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode_Title">
<source>Unreachable code detected</source>
<target state="translated">检测到无法访问的代码</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1">
<source>Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">函数“{0}”不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">函数没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1">
<source>Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">运算符“{0}”不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">运算符没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1">
<source>Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">属性“{0}”不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">属性没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedGlobalNamespace">
<source>Global namespace may not be nested in another namespace.</source>
<target state="translated">全局命名空间不能嵌套在另一个命名空间中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatch6">
<source>'{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.</source>
<target state="translated">“{0}”不能通过 {4}“{5}”在 {2}“{3}”中公开类型“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMetaDataReference1">
<source>'{0}' cannot be referenced because it is not a valid assembly.</source>
<target state="translated">“{0}”不是有效程序集,因此无法引用它。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementAllAccessors">
<source>'{0}' cannot be implemented by a {1} property.</source>
<target state="translated">“{0}”无法由 {1} 属性实现。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMustOverride">
<source>
{0}: {1}</source>
<target state="translated">
{0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfTooManyTypesObjectDisallowed">
<source>Cannot infer a common type because more than one type is possible.</source>
<target state="translated">无法推断通用类型,因为可能存在多个类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed">
<source>Cannot infer a common type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">无法推断通用类型,因为可能存在多个类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed_Title">
<source>Cannot infer a common type because more than one type is possible</source>
<target state="translated">无法推断通用类型,原因是可能存在多个类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoTypeObjectDisallowed">
<source>Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.</source>
<target state="translated">无法推断通用类型,且 Option Strict On 不允许假定“Object”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed">
<source>Cannot infer a common type; 'Object' assumed.</source>
<target state="translated">无法推断通用类型;假定为“Object”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed_Title">
<source>Cannot infer a common type</source>
<target state="translated">无法推断通用类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoType">
<source>Cannot infer a common type.</source>
<target state="translated">无法推断通用类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyFileFailure">
<source>Error extracting public key from file '{0}': {1}</source>
<target state="translated">从文件“{0}”中提取公钥时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyContainerFailure">
<source>Error extracting public key from container '{0}': {1}</source>
<target state="translated">从容器“{0}”中提取公钥时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefNotEqualToThis">
<source>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.</source>
<target state="translated">友元访问权限由“{0}”授予,但是输出程序集的公钥与授予程序集中特性指定的公钥不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefSigningMismatch">
<source>Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.</source>
<target state="translated">友元访问权限由“{0}”授予,但是输出程序集的强名称签名状态与授予程序集的强名称签名状态不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNoKey">
<source>Public sign was specified and requires a public key, but no public key was specified</source>
<target state="translated">已指定公共符号并且它需要一个公钥,但未指定任何公钥</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNetModule">
<source>Public signing is not supported for netmodules.</source>
<target state="translated">netmodule 不支持公共签名。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning">
<source>Attribute '{0}' is ignored when public signing is specified.</source>
<target state="translated">指定公共签名时,将忽略特性“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning_Title">
<source>Attribute is ignored when public signing is specified.</source>
<target state="translated">指定公共签名时,将忽略特性。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey">
<source>Delay signing was specified and requires a public key, but no public key was specified.</source>
<target state="translated">指定了延迟签名,这需要公钥,但是未指定任何公钥。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey_Title">
<source>Delay signing was specified and requires a public key, but no public key was specified</source>
<target state="translated">指定了延迟签名,这需要公钥,但是未指定任何公钥</target>
<note />
</trans-unit>
<trans-unit id="ERR_SignButNoPrivateKey">
<source>Key file '{0}' is missing the private key needed for signing.</source>
<target state="translated">密钥文件“{0}”缺少进行签名所需的私钥。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FailureSigningAssembly">
<source>Error signing assembly '{0}': {1}</source>
<target state="translated">对程序集“{0}”签名时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat">
<source>The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]</source>
<target state="translated">指定的版本字符串不符合所需格式 - major[.minor[.build|*[.revision|*]]]</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定版本字符串不符合建议格式 - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat_Title">
<source>The specified version string does not conform to the recommended format</source>
<target state="translated">指定的版本字符串不符合建议的格式</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat2">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定版本字符串不符合建议格式 - major.minor.build.revision</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCultureForExe">
<source>Executables cannot be satellite assemblies; culture should always be empty</source>
<target state="translated">可执行文件不能是附属程序集;区域性应始终为空</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored">
<source>The entry point of the program is global script code; ignoring '{0}' entry point.</source>
<target state="translated">程序的入口点是全局脚本代码;正在忽略“{0}”入口点。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored_Title">
<source>The entry point of the program is global script code; ignoring entry point</source>
<target state="translated">程序的入口点是全局脚本代码;正在忽略入口点</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName">
<source>The xmlns attribute has special meaning and should not be written with a prefix.</source>
<target state="translated">xmlns 特性具有特殊含义,不应使用前缀进行编写。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName_Title">
<source>The xmlns attribute has special meaning and should not be written with a prefix</source>
<target state="translated">xmlns 特性具有特殊含义,不应使用前缀进行编写</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName">
<source>It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?</source>
<target state="translated">建议不要将特性命名为 xmlns。是否有意编写“xmlns:{0}”以定义名为“{0}”的前缀?</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName_Title">
<source>It is not recommended to have attributes named xmlns</source>
<target state="translated">不建议拥有名为 xmlns 的属性</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSingleScript">
<source>Expected a single script (.vbx file)</source>
<target state="translated">需要一个脚本 (.vbx 文件)</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedAssemblyName">
<source>The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session</source>
<target state="translated">程序集名“{0}”保留名称,不能在交互会话中用作引用</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceDirectiveOnlyAllowedInScripts">
<source>#R is only allowed in scripts</source>
<target state="translated">仅在脚本中允许 #R</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAllowedInScript">
<source>You cannot declare Namespace in script code</source>
<target state="translated">不能在脚本代码中声明命名空间</target>
<note />
</trans-unit>
<trans-unit id="ERR_KeywordNotAllowedInScript">
<source>You cannot use '{0}' in top-level script code</source>
<target state="translated">您不能使用顶级脚本代码中的“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoType">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">无法推断返回类型。请考虑添加一个“As”子句来指定返回类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed">
<source>Cannot infer a return type; 'Object' assumed.</source>
<target state="translated">无法推断返回类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed_Title">
<source>Cannot infer a return type</source>
<target state="translated">无法推断返回类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed">
<source>Cannot infer a return type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">无法推断返回类型,因为可能存在多个类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed_Title">
<source>Cannot infer a return type because more than one type is possible</source>
<target state="translated">无法推断返回类型,原因是可能存在多个类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoTypeObjectDisallowed">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">无法推断返回类型。请考虑添加一个 "As" 子句来指定返回类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaTooManyTypesObjectDisallowed">
<source>Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">无法推断返回类型,因为可能存在多个类型。请考虑添加一个 "As" 子句来指定返回类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch">
<source>The command line switch '{0}' is not yet implemented and was ignored.</source>
<target state="translated">命令行开关“{0}”尚未实现,已忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch_Title">
<source>Command line switch is not yet implemented</source>
<target state="translated">命令行开关尚未实现</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoTypeObjectDisallowed">
<source>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.</source>
<target state="translated">无法推断元素类型,且 Option Strict On 不允许假定 "Object"。指定数组的类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoType">
<source>Cannot infer an element type. Specifying the type of the array might correct this error.</source>
<target state="translated">无法推断元素类型。指定数组的类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitTooManyTypesObjectDisallowed">
<source>Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.</source>
<target state="translated">无法推断元素类型,因为可能存在多个类型。指定数组的类型可更正此错误。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed">
<source>Cannot infer an element type; 'Object' assumed.</source>
<target state="translated">无法推断元素类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed_Title">
<source>Cannot infer an element type</source>
<target state="translated">无法推断元素类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed">
<source>Cannot infer an element type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">无法推断元素类型,因为可能存在多个类型;假定为 "Object"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed_Title">
<source>Cannot infer an element type because more than one type is possible</source>
<target state="translated">无法推断元素类型,原因是可能存在多个类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3">
<source>Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.</source>
<target state="translated">未能推断“{1}”中“{0}”的数据类型。假定为“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3_Title">
<source>Data type could not be inferred</source>
<target state="translated">无法推断数据类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousCastConversion2">
<source>Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.</source>
<target state="translated">Option Strict 不允许进行“{0}”到“{1}”的隐式转换,因为转换不明确。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2">
<source>Conversion from '{0}' to '{1}' may be ambiguous.</source>
<target state="translated">从“{0}”到“{1}”的转换可能不明确。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2_Title">
<source>Conversion may be ambiguous</source>
<target state="translated">转换可能不明确</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑改用“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑改用“{2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3_Title">
<source>Type cannot be converted to target collection type</source>
<target state="translated">无法将类型转换为目标集合类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedIn6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.</source>
<target state="translated">“{4}”不能转换为“{5}”,因为根据“{3}”中“In”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedOut6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.</source>
<target state="translated">“{4}”不能转换为“{5}”,因为根据“{3}”中“Out”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6">
<source>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}'.</source>
<target state="translated">从“{4}”到“{5}”的隐式转换;此转换可能失败,因为根据“{3}”中“In”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter</source>
<target state="translated">隐式转换;此转换可能失败,原因是目标类型不是从源类型派生的,而这是 "In" 泛型参数所必需的</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6">
<source>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}'.</source>
<target state="translated">从“{4}”到“{5}”的隐式转换;此转换可能失败,因为根据“{3}”中“Out”泛型形参“{2}”的需要,“{0}”不是从“{1}”派生的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter</source>
<target state="translated">隐式转换;此转换可能失败,原因是目标类型不是从源类型派生的,而这是 "Out" 泛型参数所必需的</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 In 类型参数“In {2}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 Out 类型参数“Out {2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 In 类型参数“In {2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">无法将类型转换为目标类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">“{0}”不能转换为“{1}”。考虑在“{3}”的定义中将“{2}”改为 Out 类型参数“Out {2}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">无法将类型转换为目标类型</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3">
<source>Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.</source>
<target state="translated">“{2}”中的“In”和“Out”参数导致接口“{0}”与另一个已实现的接口“{1}”一起使用时目的不明确。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3_Title">
<source>Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters</source>
<target state="translated">接口对于另一个实现的接口不明确,原因在于 "In" 和 "Out" 参数</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInterfaceNesting">
<source>Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.</source>
<target state="translated">无法在含有 "In" 或 "Out" 类型参数的接口中声明枚举、类和结构。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VariancePreventsSynthesizedEvents2">
<source>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 ...)'.</source>
<target state="translated">在“{0}”这样的含有“In”或“Out”类型参数的接口中,不允许带参数的事件定义。考虑使用不在“{0}”中定义的委托类型来声明事件。例如,“Event {1} As Action(Of ...)”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInByRefDisallowed1">
<source>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.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“In”和“Out”类型参数不能用于 ByRef 参数类型,且“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用于“{1}”,因为“In”和“Out”类型参数不能设置为可以为 null,并且“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{2}”中的“{1}”,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”中“{3}”的“{2}”,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInPropertyDisallowed1">
<source>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.</source>
<target state="translated">在此上下文中,类型“{0}”不能用作属性类型,因为“{0}”是“In”类型参数,且该属性未标记为 WriteOnly。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReadOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用作 ReadOnly 属性类型,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReturnDisallowed1">
<source>Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.</source>
<target state="translated">类型“{0}”不能用作返回类型,因为“{0}”是“In”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByRefDisallowed1">
<source>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.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“In”和“Out”类型参数不能用于 ByRef 参数类型,且“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByValDisallowed1">
<source>Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用作 ByVal 参数类型,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutConstraintDisallowed1">
<source>Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用作泛型类型约束,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用于“{1}”,因为“In”和“Out”类型参数不能设置为可以为 null,并且“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{2}”中的“{1}”,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">在此上下文中,类型“{0}”不能用于“{1}”中“{3}”的“{2}”,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutPropertyDisallowed1">
<source>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.</source>
<target state="translated">在此上下文中,类型“{0}”不能用作属性类型,因为“{0}”是“Out”类型参数,且该属性未标记为 ReadOnly。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutWriteOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">类型“{0}”不能用作 WriteOnly 属性类型,因为“{0}”是“Out”类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowed2">
<source>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}'.</source>
<target state="translated">类型“{0}”不能用于此上下文,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedForGeneric4">
<source>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}'.</source>
<target state="translated">类型“{0}”不能在此上下文中用于“{3}”中的“{2}”,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHere3">
<source>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}'.</source>
<target state="translated">类型“{0}”不能在此上下文用于“{2}”,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHereForGeneric5">
<source>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}'.</source>
<target state="translated">类型“{0}”不能在此上下文中用于“{2}”中“{4}”的“{3}”,因为此上下文和“{0}”的定义均嵌套在接口“{1}”内,而“{1}”含有“In”或“Out”类型参数。考虑将“{0}”的定义移出“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterNotValidForType">
<source>Parameter not valid for the specified unmanaged type.</source>
<target state="translated">参数对于指定非托管类型无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeNotValidForFields">
<source>Unmanaged type '{0}' not valid for fields.</source>
<target state="translated">非托管类型“{0}”对于字段无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeOnlyValidForFields">
<source>Unmanaged type '{0}' is only valid for fields.</source>
<target state="translated">非托管类型“{0}”仅对字段有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired1">
<source>Attribute parameter '{0}' must be specified.</source>
<target state="translated">必须指定特性参数“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired2">
<source>Attribute parameter '{0}' or '{1}' must be specified.</source>
<target state="translated">必须指定特性参数“{0}”或“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberConflictWithSynth4">
<source>Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.</source>
<target state="translated">与为 {2}“{3}”中的“{1}”隐式声明的“{0}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ProjectSettingsLocationName">
<source><project settings></source>
<target state="translated"><项目设置></target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty">
<source>Attributes applied on a return type of a WriteOnly Property have no effect.</source>
<target state="translated">应用于 WriteOnly 属性的返回类型的特性不起作用。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title">
<source>Attributes applied on a return type of a WriteOnly Property have no effect</source>
<target state="translated">应用于 WriteOnly 属性的返回类型的特性不起作用</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidTarget">
<source>Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.</source>
<target state="translated">安全特性“{0}”对此声明类型无效。安全特性仅对程序集、类型和方法声明有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AbsentReferenceToPIA1">
<source>Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?</source>
<target state="translated">找不到与嵌入的类型“{0}”匹配的互操作类型。是否缺少程序集引用?</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLinkClassWithNoPIA1">
<source>Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.</source>
<target state="translated">当类“{0}”的程序集配置为嵌入互操作类型时,不允许使用对该类的引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidStructMemberNoPIA1">
<source>Embedded interop structure '{0}' can contain only public instance fields.</source>
<target state="translated">嵌入的互操作结构“{0}”只能包含公共实例字段。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPIAAttributeMissing2">
<source>Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.</source>
<target state="translated">无法嵌入互操作类型“{0}”,因为它缺少必需的“{1}”特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoAssemblyGuid1">
<source>Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.</source>
<target state="translated">无法嵌入来自程序集“{0}”的互操作类型,因为它缺少“{1}”特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalTypes3">
<source>Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.</source>
<target state="translated">无法嵌入程序集“{1}”和“{2}”中找到的互操作类型“{0}”。请考虑禁用互操作类型的嵌入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoTypeLibAttribute1">
<source>Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.</source>
<target state="translated">无法嵌入来自程序集“{0}”的互操作类型,因为它缺少“{1}”特性或“{2}”特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceInterfaceMustBeInterface">
<source>Interface '{0}' has an invalid source interface which is required to embed event '{1}'.</source>
<target state="translated">接口“{0}”的源接口无效,该源接口是嵌入事件“{1}”所必需的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNoPIANoBackingMember">
<source>Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.</source>
<target state="translated">源接口“{0}”缺少方法“{2}”,此方法对嵌入事件“{1}”是必需的。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedInteropType">
<source>Nested type '{0}' cannot be embedded.</source>
<target state="translated">无法嵌入嵌套类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalTypeNameClash2">
<source>Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.</source>
<target state="translated">嵌入来自程序集“{1}”中的互操作类型“{0}”会导致当前程序集中发生名称冲突。请考虑禁用互操作类型的嵌入。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InteropMethodWithBody1">
<source>Embedded interop method '{0}' contains a body.</source>
<target state="translated">嵌入互操作方法“{0}”包含主体。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncInQuery">
<source>'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.</source>
<target state="translated">'"Await" 只能在初始 "From" 子句的第一个集合表达式或 "Join" 子句的集合表达式的查询表达式中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGetAwaiterMethod1">
<source>'Await' requires that the type '{0}' have a suitable GetAwaiter method.</source>
<target state="translated">'“Await”要求类型“{0}”包含适当的 GetAwaiter 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIsCompletedOnCompletedGetResult2">
<source>'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.</source>
<target state="translated">'“Await”要求“{1}.GetAwaiter()”的返回类型“{0}”包含适当的 IsCompleted、OnCompleted 和 GetResult 成员,并实现 INotifyCompletion 或 ICriticalNotifyCompletion</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoesntImplementAwaitInterface2">
<source>'{0}' does not implement '{1}'.</source>
<target state="translated">“{0}”未实现“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNothing">
<source>Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.</source>
<target state="translated">不能等待 Nothing。请考虑改为等待“Task.Yield()”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncByRefParam">
<source>Async methods cannot have ByRef parameters.</source>
<target state="translated">异步方法不能包含 ByRef 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAsyncIteratorModifiers">
<source>'Async' and 'Iterator' modifiers cannot be used together.</source>
<target state="translated">'“Async”和“Iterator”修饰符不能一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadResumableAccessReturnVariable">
<source>The implicit return variable of an Iterator or Async method cannot be accessed.</source>
<target state="translated">无法访问迭代器方法或异步方法的隐式返回变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonGenericTaskAsync">
<source>'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)'.</source>
<target state="translated">'此异步方法中的 "Return" 语句无法返回值,因为函数的返回类型为 "Task" 。请考虑将函数的返回类型更改为 "Task(Of T)"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturnOperand1">
<source>Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.</source>
<target state="translated">这是一个异步方法,因此返回表达式的类型必须为“{0}”而不是“Task(Of {0})”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturn">
<source>The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).</source>
<target state="translated">只能在 Sub 上或者在返回 Task 或 Task(Of T) 的函数上使用 "Async" 修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAwaitAsyncSub1">
<source>'{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.</source>
<target state="translated">“{0}”不返回 Task 且无法等待。请考虑将它更改为 Async Function。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLambdaModifier">
<source>'Only the 'Async' or 'Iterator' modifier is valid on a lambda.</source>
<target state="translated">'仅“Async”或“Iterator”修饰符在 lambda 上有效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncMethod">
<source>'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})'.</source>
<target state="translated">'“Await”只能在异步方法中使用。请考虑使用“Async”修饰符标记此方法,并将其返回类型更改为“Task(Of {0})”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncVoidMethod">
<source>'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.</source>
<target state="translated">'“Await”只能用于异步方法中。请考虑用“Async”修饰符标记此方法,并将其返回类型更改为“Task”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncLambda">
<source>'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.</source>
<target state="translated">'“Await”只能用于异步 lambda 表达式中。请考虑用“Async”修饰符标记此 lambda 表达式。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNotInAsyncMethodOrLambda">
<source>'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.</source>
<target state="translated">'仅当其包含方法或 lambda 表达式用“Async”修饰符标记时,才能使用“Await”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StatementLambdaInExpressionTree">
<source>Statement lambdas cannot be converted to expression trees.</source>
<target state="translated">语句 lambda 不能转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression">
<source>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.</source>
<target state="translated">由于此调用不会等待,因此在调用完成前将继续执行当前方法。请考虑对调用结果应用 Await 运算符。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression_Title">
<source>Because this call is not awaited, execution of the current method continues before the call is completed</source>
<target state="translated">由于此调用不会等待,因此在调用完成前将继续执行当前方法</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotAwait">
<source>Loop control variable cannot include an 'Await'.</source>
<target state="translated">循环控制变量不可包含 "Await"。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticInitializerInResumable">
<source>Static variables cannot appear inside Async or Iterator methods.</source>
<target state="translated">静态变量不能出现在异步方法或迭代器方法内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedResumableType1">
<source>'{0}' cannot be used as a parameter type for an Iterator or Async method.</source>
<target state="translated">“{0}”不能用作 Iterator 或 Async 方法的参数类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorAsync">
<source>Constructor must not have the 'Async' modifier.</source>
<target state="translated">构造函数不得包含“Async”修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustNotBeAsync1">
<source>'{0}' cannot be declared 'Partial' because it has the 'Async' modifier.</source>
<target state="translated">“{0}”不能声明为“Partial”,因为它具有“Async”修饰符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumablesCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside async or iterator methods.</source>
<target state="translated">'"On Error" 和 "Resume" 不能出现在异步方法或迭代器方法内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumableLambdaInExpressionTree">
<source>Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.</source>
<target state="translated">无法将带 "Async" 或 "Iterator" 修饰符的 lambda 转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeResumable1">
<source>Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.</source>
<target state="translated">不能在异步方法或迭代器方法中声明受限类型“{0}”的变量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInTryHandler">
<source>'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.</source>
<target state="translated">'不能在“Catch”语句、“Finally”语句或“SyncLock”语句内使用“Await”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits">
<source>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.</source>
<target state="translated">此异步方法缺少 "Await" 运算符,因此它将同步运行。请考虑使用 "Await" 运算符等待非阻止 API 调用,或使用 "Await Task.Run(...)" 利用后台线程执行占用大量 CPU 的工作。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits_Title">
<source>This async method lacks 'Await' operators and so will run synchronously</source>
<target state="translated">此异步方法缺少 "Await" 运算符,因此将以同步方式运行</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate">
<source>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.</source>
<target state="translated">从此 Async Function 返回的任务将被删除,并且忽略其中的任何异常。考虑将其更改为 Async Sub,以便传播其异常。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate_Title">
<source>The Task returned from this Async Function will be dropped, and any exceptions in it ignored</source>
<target state="translated">自此 Async Function 返回的任务将被丢弃,它包含的任何异常也将被忽略</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsyncInClassOrStruct">
<source>Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.</source>
<target state="translated">在具有“SecurityCritical”或“SecuritySafeCritical”属性的 [Class|Structure|Interface|Module] 中不允许使用 Async 或 Iterator 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsync">
<source>Security attribute '{0}' cannot be applied to an Async or Iterator method.</source>
<target state="translated">安全属性“{0}”不能应用于 Async 或 Iterator 方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnResumableMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.</source>
<target state="translated">'"System.Runtime.InteropServices.DllImportAttribute" 不能应用于异步方法或迭代器方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynchronizedAsyncMethod">
<source>'MethodImplOptions.Synchronized' cannot be applied to an Async method.</source>
<target state="translated">'"MethodImplOptions.Synchronized" 不能应用于异步方法。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsyncSubMain">
<source>The 'Main' method cannot be marked 'Async'.</source>
<target state="translated">"Main" 方法不能标记为 "Async"。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction">
<source>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.</source>
<target state="translated">此处某些重载使用的是 Async Function 而不是 Async Sub。请考虑使用 Async Function 或将此 Async Sub 显式强制转换为所需类型。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction_Title">
<source>Some overloads here take an Async Function rather than an Async Sub</source>
<target state="translated">此处的一些重载采用的是 Async Function,而不是 Async Sub</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyGroupCollectionAttributeCycle">
<source>MyGroupCollectionAttribute cannot be applied to itself.</source>
<target state="translated">MyGroupCollectionAttribute 不能应用于自身。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LiteralExpected">
<source>Literal expected.</source>
<target state="translated">应为文本。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WinRTEventWithoutDelegate">
<source>Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.</source>
<target state="translated">面向 WinMD 的事件声明必须指定委托类型。请在事件声明中添加一个 As 子句。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MixingWinRTAndNETEvents">
<source>Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'</source>
<target state="translated">事件“{0}”无法实现 Windows 运行时事件“{1}”和常规 .NET 事件“{2}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplRemoveHandlerParamWrong">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.</source>
<target state="translated">事件“{0}”无法实现接口“{2}”上的事件“{1}”,因为其“RemoveHandler”方法的参数不匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddParamWrongForWinRT">
<source>The type of the 'AddHandler' method's parameter must be the same as the type of the event.</source>
<target state="translated">“AddHandler”方法的参数的类型必须与事件的类型相同。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RemoveParamWrongForWinRT">
<source>In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'</source>
<target state="translated">在 Windows Runtime 事件中,“RemoveHandler”方法参数的类型必须为“EventRegistrationToken”</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface5">
<source>'{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed</source>
<target state="translated">'“实现 {2}”中的“{0}.{1}”已由基类“{3}”实现。不允许重新实现 Windows Runtime 接口“{4}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface4">
<source>'{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed</source>
<target state="translated">“{0}.{1}”已由基类“{2}”实现。不允许重新实现 Windows Runtime 接口“{3}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorByRefParam">
<source>Iterator methods cannot have ByRef parameters.</source>
<target state="translated">迭代器方法不能包含 ByRef 参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorExpressionLambda">
<source>Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.</source>
<target state="translated">单行 lambda 不能包含“Iterator”修饰符。请改用多行 lambda。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorReturn">
<source>Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.</source>
<target state="translated">迭代器函数必须返回 IEnumerable(Of T) 或 IEnumerator(Of T),或返回非泛型格式的 IEnumerable 或 IEnumerator。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadReturnValueInIterator">
<source>To return a value from an Iterator function, use 'Yield' rather than 'Return'.</source>
<target state="translated">若要从迭代器函数返回值,请使用“Yield”而不是“Return”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInNonIteratorMethod">
<source>'Yield' can only be used in a method marked with the 'Iterator' modifier.</source>
<target state="translated">'只能在用“Iterator”修饰符标记的方法中使用“Yield”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInTryHandler">
<source>'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.</source>
<target state="translated">'不能在“Catch”语句或“Finally”语句内使用“Yield”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1">
<source>The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">Windows 运行时事件“{0}”的 AddHandler 不会在所有代码路径上都返回值。是否缺少“Return”语句?</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1_Title">
<source>The AddHandler for Windows Runtime event doesn't return a value on all code paths</source>
<target state="translated">Windows 运行时事件的 AddHandler 没有在所有代码路径上返回值</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodDefaultParameterValueMismatch2">
<source>Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">方法“{0}”的可选参数没有与分部方法“{1}”的相应参数相同的默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamArrayMismatch2">
<source>Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">方法“{0}”的参数在分部方法“{1}”的相应参数的 ParamArray 修饰符上存在差异。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMismatch">
<source>Module name '{0}' stored in '{1}' must match its filename.</source>
<target state="translated">存储在“{1}”中的模块名“{0}”必须与其文件名匹配。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleName">
<source>Invalid module name: {0}</source>
<target state="translated">无效的模块名称: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden">
<source>Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.</source>
<target state="translated">来自模块“{1}”的特性“{0}”将忽略,以便支持源中出现的实例。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden_Title">
<source>Attribute from module will be ignored in favor of the instance appearing in source</source>
<target state="translated">为支持源中出现的实例,将忽略模块的特性</target>
<note />
</trans-unit>
<trans-unit id="ERR_CmdOptionConflictsSource">
<source>Attribute '{0}' given in a source file conflicts with option '{1}'.</source>
<target state="translated">源文件中提供的特定“{0}”与选项“{1}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName">
<source>Referenced assembly '{0}' does not have a strong name.</source>
<target state="translated">引用程序集“{0}”没有强名称。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName_Title">
<source>Referenced assembly does not have a strong name</source>
<target state="translated">引用程序集没有强名称</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSignaturePublicKey">
<source>Invalid signature public key specified in AssemblySignatureKeyAttribute.</source>
<target state="translated">在 AssemblySignatureKeyAttribute 中指定的签名公钥无效。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CollisionWithPublicTypeInModule">
<source>Type '{0}' conflicts with public type defined in added module '{1}'.</source>
<target state="translated">类型“{0}”与添加的模块“{1}”中定义的公共类型冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypeConflictsWithDeclaration">
<source>Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">从模块“{1}”导出的类型“{0}”与此程序集主模块中声明的类型冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypesConflict">
<source>Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">从模块“{1}”导出的类型“{0}”与从模块“{3}”导出的类型“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch">
<source>Referenced assembly '{0}' has different culture setting of '{1}'.</source>
<target state="translated">引用程序集“{0}”具有不同区域性设置“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch_Title">
<source>Referenced assembly has different culture setting</source>
<target state="translated">引用程序集具有不同区域性设置</target>
<note />
</trans-unit>
<trans-unit id="ERR_AgnosticToMachineModule">
<source>Agnostic assembly cannot have a processor specific module '{0}'.</source>
<target state="translated">不可知的程序集不能具有特定于处理器的模块“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingMachineModule">
<source>Assembly and module '{0}' cannot target different processors.</source>
<target state="translated">程序集和模块“{0}”不能以不同处理器为目标。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly">
<source>Referenced assembly '{0}' targets a different processor.</source>
<target state="translated">引用程序集“{0}”面向的是另一个处理器。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly_Title">
<source>Referenced assembly targets a different processor</source>
<target state="translated">引用程序集面向的是另一个处理器</target>
<note />
</trans-unit>
<trans-unit id="ERR_CryptoHashFailed">
<source>Cryptographic failure while creating hashes.</source>
<target state="translated">创建哈希时加密失败。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantHaveWin32ResAndManifest">
<source>Conflicting options specified: Win32 resource file; Win32 manifest.</source>
<target state="translated">指定的选项冲突: Win32 资源文件;Win32 清单。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithDeclaration">
<source>Forwarded type '{0}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">转发的类型“{0}”与此程序集主模块中声明的类型冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypesConflict">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.</source>
<target state="translated">转发到程序集“{1}”的类型“{0}”与转发到程序集“{3}”的类型“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongMetadataName">
<source>Name '{0}' exceeds the maximum length allowed in metadata.</source>
<target state="translated">名称“{0}”超出元数据中允许的最大长度。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNetModuleReference">
<source>Reference to '{0}' netmodule missing.</source>
<target state="translated">缺少对“{0}”netmodule 的引用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMustBeUnique">
<source>Module '{0}' is already defined in this assembly. Each module must have a unique filename.</source>
<target state="translated">模块“{0}”已在此程序集中定义。每个模块必须具有唯一的文件名。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithExportedType">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">转发到程序集“{1}”的类型“{0}”与从模块“{3}”导出的类型“{2}”冲突。</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDREFERENCE">
<source>Adding assembly reference '{0}'</source>
<target state="translated">正在添加程序集引用“{0}”</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDLINKREFERENCE">
<source>Adding embedded assembly reference '{0}'</source>
<target state="translated">正在添加嵌入程序集引用“{0}”</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDMODULE">
<source>Adding module reference '{0}'</source>
<target state="translated">正在添加模块引用“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestingViolatesCLS1">
<source>Type '{0}' does not inherit the generic type parameters of its container.</source>
<target state="translated">类型“{0}”不继承其容器的泛型类型参数。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PDBWritingFailed">
<source>Failure writing debug information: {0}</source>
<target state="translated">写入调试信息失败: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamDefaultValueDiffersFromAttribute">
<source>The parameter has multiple distinct default values.</source>
<target state="translated">参数具有多个不同的默认值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldHasMultipleDistinctConstantValues">
<source>The field has multiple distinct constant values.</source>
<target state="translated">字段具有多个不同的常量值。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncNoPIAReference">
<source>Cannot continue since the edit includes a reference to an embedded type: '{0}'.</source>
<target state="translated">无法继续,因为编辑包括对嵌入类型的引用:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncReferenceToAddedMember">
<source>Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.</source>
<target state="translated">在当前调试会话期间添加的成员“{0}”只能从其声明的程序集“{1}”中访问。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedModule1">
<source>'{0}' is an unsupported .NET module.</source>
<target state="translated">“{0}”是不受支持的 .NET 模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedEvent1">
<source>'{0}' is an unsupported event.</source>
<target state="translated">“{0}”是不受支持的事件。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesCanNotHaveTypeArguments">
<source>Properties can not have type arguments</source>
<target state="translated">属性不能具有类型参数</target>
<note />
</trans-unit>
<trans-unit id="IdentifierSyntaxNotWithinSyntaxTree">
<source>IdentifierSyntax not within syntax tree</source>
<target state="translated">IdentifierSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="AnonymousObjectCreationExpressionSyntaxNotWithinTree">
<source>AnonymousObjectCreationExpressionSyntax not within syntax tree</source>
<target state="translated">AnonymousObjectCreationExpressionSyntax 未在语法树内</target>
<note />
</trans-unit>
<trans-unit id="FieldInitializerSyntaxNotWithinSyntaxTree">
<source>FieldInitializerSyntax not within syntax tree</source>
<target state="translated">FieldInitializerSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="IDS_TheSystemCannotFindThePathSpecified">
<source>The system cannot find the path specified</source>
<target state="translated">系统无法找到指定路径</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoPointerTypesInVB">
<source>There are no pointer types in VB.</source>
<target state="translated">VB 中没有任何指针属性。</target>
<note />
</trans-unit>
<trans-unit id="ThereIsNoDynamicTypeInVB">
<source>There is no dynamic type in VB.</source>
<target state="translated">VB 中没有任何动态类型。</target>
<note />
</trans-unit>
<trans-unit id="VariableSyntaxNotWithinSyntaxTree">
<source>variableSyntax not within syntax tree</source>
<target state="translated">variableSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="AggregateSyntaxNotWithinSyntaxTree">
<source>AggregateSyntax not within syntax tree</source>
<target state="translated">AggregateSyntax 未在语法树内</target>
<note />
</trans-unit>
<trans-unit id="FunctionSyntaxNotWithinSyntaxTree">
<source>FunctionSyntax not within syntax tree</source>
<target state="translated">FunctionSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="PositionIsNotWithinSyntax">
<source>Position is not within syntax tree</source>
<target state="translated">位置不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="RangeVariableSyntaxNotWithinSyntaxTree">
<source>RangeVariableSyntax not within syntax tree</source>
<target state="translated">RangeVariableSyntax 不在语法树中</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinSyntaxTree">
<source>DeclarationSyntax not within syntax tree</source>
<target state="translated">DeclarationSyntax 未在语法树内</target>
<note />
</trans-unit>
<trans-unit id="StatementOrExpressionIsNotAValidType">
<source>StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax</source>
<target state="translated">StatementOrExpression 不是 ExecutableStatementSyntax 或 ExpressionSyntax</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinTree">
<source>DeclarationSyntax not within tree</source>
<target state="translated">DeclarationSyntax 未在树内</target>
<note />
</trans-unit>
<trans-unit id="TypeParameterNotWithinTree">
<source>TypeParameter not within tree</source>
<target state="translated">TypeParameter 不在树中</target>
<note />
</trans-unit>
<trans-unit id="NotWithinTree">
<source> not within tree</source>
<target state="translated"> 不在树中</target>
<note />
</trans-unit>
<trans-unit id="LocationMustBeProvided">
<source>Location must be provided in order to provide minimal type qualification.</source>
<target state="translated">必须提供位置才能提供最低程度的类型限定。</target>
<note />
</trans-unit>
<trans-unit id="SemanticModelMustBeProvided">
<source>SemanticModel must be provided in order to provide minimal type qualification.</source>
<target state="translated">必须提供 SemanticModel 才能提供最低程度的类型限定。</target>
<note />
</trans-unit>
<trans-unit id="NumberOfTypeParametersAndArgumentsMustMatch">
<source>the number of type parameters and arguments should be the same</source>
<target state="translated">类型形参和实参的数量应相同</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResourceInModule">
<source>Cannot link resource files when building a module</source>
<target state="translated">生成模块时,无法链接资源文件</target>
<note />
</trans-unit>
<trans-unit id="NotAVbSymbol">
<source>Not a VB symbol.</source>
<target state="translated">不是 VB 符号。</target>
<note />
</trans-unit>
<trans-unit id="ElementsCannotBeNull">
<source>Elements cannot be null.</source>
<target state="translated">元素不能为 Null。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause">
<source>Unused import clause.</source>
<target state="translated">未使用导入子句。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement">
<source>Unused import statement.</source>
<target state="translated">未使用导入语句。</target>
<note />
</trans-unit>
<trans-unit id="WrongSemanticModelType">
<source>Expected a {0} SemanticModel.</source>
<target state="translated">应为 {0} SemanticModel。</target>
<note />
</trans-unit>
<trans-unit id="PositionNotWithinTree">
<source>Position must be within span of the syntax tree.</source>
<target state="translated">位置必须处于语法树范围内。</target>
<note />
</trans-unit>
<trans-unit id="SpeculatedSyntaxNodeCannotBelongToCurrentCompilation">
<source>Syntax node to be speculated cannot belong to a syntax tree from the current compilation.</source>
<target state="translated">要推断的语法节点不能属于来自当前编译的语法树。</target>
<note />
</trans-unit>
<trans-unit id="ChainingSpeculativeModelIsNotSupported">
<source>Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.</source>
<target state="translated">不支持链接推理语义模型。应从非推理 ParentModel 创建推理模型。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ToolName">
<source>Microsoft (R) Visual Basic Compiler</source>
<target state="translated">Microsoft (R) Visual Basic 编译器</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine1">
<source>{0} version {1}</source>
<target state="translated">{0} 版本 {1}</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">版权所有(C) Microsoft Corporation。保留所有权利。</target>
<note />
</trans-unit>
<trans-unit id="IDS_LangVersions">
<source>Supported language versions:</source>
<target state="translated">支持的语言版本:</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong">
<source>Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">本地名称“{0}”对于 PDB 太长。请考虑缩短或在不使用 /debug 的情况下编译。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong_Title">
<source>Local name is too long for PDB</source>
<target state="translated">本地名称对于 PDB 太长</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong">
<source>Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">导入字符串“{0}”对于 PDB 太长。请考虑缩短或在不使用 /debug 的情况下编译。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong_Title">
<source>Import string is too long for PDB</source>
<target state="translated">导入字符串对 PDB 而言太长</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter">
<source>XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.</source>
<target state="translated">XML 注释中的一个标记具有绑定到类型参数的“cref”特性“{0}”。请改用 <typeparamref> 标记。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter_Title">
<source>XML comment has a tag with a 'cref' attribute that bound to a type parameter</source>
<target state="translated">XML 注释包含的一个标记具有绑定到类型参数的 "cref" 属性</target>
<note />
</trans-unit>
<trans-unit id="ERR_LinkedNetmoduleMetadataMustProvideFullPEImage">
<source>Linked netmodule metadata must provide a full PE image: '{0}'.</source>
<target state="translated">链接 netmodule 元数据必须提供完整 PE 映像:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated">
<source>An instance of analyzer {0} cannot be created from {1} : {2}.</source>
<target state="translated">无法从 {1} 创建分析器 {0} 的实例: {2}。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated_Title">
<source>Instance of analyzer cannot be created</source>
<target state="translated">无法创建分析器实例</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">程序集 {0} 不包含任何分析器。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly_Title">
<source>Assembly does not contain any analyzers</source>
<target state="translated">程序集不包含任何分析器</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer">
<source>Unable to load analyzer assembly {0} : {1}.</source>
<target state="translated">无法加载分析器程序集 {0}: {1}。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer_Title">
<source>Unable to load analyzer assembly</source>
<target state="translated">无法加载分析器程序集</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer">
<source>Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.</source>
<target state="translated">正在跳过分析器程序集 {0} 中的某些类型,因为出现 ReflectionTypeLoadException: {1}。</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer_Title">
<source>Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException</source>
<target state="translated">跳过加载分析器程序集中因 ReflectionTypeLoadException 而失败的类型</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReadRulesetFile">
<source>Error reading ruleset file {0} - {1}</source>
<target state="translated">读取规则集文件 {0} 时出错 - {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PlatformDoesntSupport">
<source>{0} is not supported in current project type.</source>
<target state="translated">当前项目类型不支持 {0}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantUseRequiredAttribute">
<source>The RequiredAttribute attribute is not permitted on Visual Basic types.</source>
<target state="translated">Visual Basic 类型上不允许有 RequiredAttribute 特性。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncodinglessSyntaxTree">
<source>Cannot emit debug information for a source text without encoding.</source>
<target state="translated">无法在不进行编码的情况下发出源文本的调试信息。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatSpecifier">
<source>'{0}' is not a valid format specifier</source>
<target state="translated">“{0}”不是有效的格式说明符</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPreprocessorConstantType">
<source>Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.</source>
<target state="translated">不支持“{1}”类型的预处理器常数“{0}”,仅允许使用基元类型。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedWarningKeyword">
<source>'Warning' expected.</source>
<target state="translated">'应为“Warning”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotBeMadeNullable1">
<source>'{0}' cannot be made nullable.</source>
<target state="translated">“{0}”不可以为 Null。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConditionalWithRef">
<source>Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.</source>
<target state="translated">以 "?" 开头的情况只能出现在“With”语句中,不能出现在对象成员初始值设定项中。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullPropagatingOpInExpressionTree">
<source>A null propagating operator cannot be converted into an expression tree.</source>
<target state="translated">无法将 null 传播运算符转换为表达式树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongOrComplexExpression">
<source>An expression is too long or complex to compile</source>
<target state="translated">表达式太长或者过于复杂,无法编译</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionDoesntHaveName">
<source>This expression does not have a name.</source>
<target state="translated">该表达式不具有名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNameOfSubExpression">
<source>This sub-expression cannot be used inside NameOf argument.</source>
<target state="translated">此子表达式不能在 NameOf 参数中使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodTypeArgsUnexpected">
<source>Method type arguments unexpected.</source>
<target state="translated">意外的方法类型参数。</target>
<note />
</trans-unit>
<trans-unit id="NoNoneSearchCriteria">
<source>SearchCriteria is expected.</source>
<target state="translated">需要 SearchCriteria。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCulture">
<source>Assembly culture strings may not contain embedded NUL characters.</source>
<target state="translated">程序集区域性字符串可能不包含嵌入式 NUL 字符。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InReferencedAssembly">
<source>There is an error in a referenced assembly '{0}'.</source>
<target state="translated">引用的程序集“{0}”中有错误。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationFormatWhitespace">
<source>Format specifier may not contain trailing whitespace.</source>
<target state="translated">格式说明符可能不包含尾随空格。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationAlignmentOutOfRange">
<source>Alignment value is outside of the supported range.</source>
<target state="translated">对齐值不在支持的范围内。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolatedStringFactoryError">
<source>There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.</source>
<target state="translated">向 {0}.{1} 发出调用时出现一个或多个错误。方法或其返回类型可能缺失或格式不正确。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause_Title">
<source>Unused import clause</source>
<target state="translated">未使用 import 子句</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement_Title">
<source>Unused import statement</source>
<target state="translated">未使用 import 语句</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantStringTooLong">
<source>Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.</source>
<target state="translated">由串联所得的字符串常量长度超过了 System.Int32.MaxValue。请尝试将字符串拆分为多个常量。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LanguageVersion">
<source>Visual Basic {0} does not support {1}.</source>
<target state="translated">Visual Basic {0} 不支持 {1}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPdbData">
<source>Error reading debug information for '{0}'</source>
<target state="translated">读取“{0}”的调试信息时出错</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ArrayLiterals">
<source>array literal expressions</source>
<target state="translated">数组文本表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AsyncExpressions">
<source>async methods or lambdas</source>
<target state="translated">异步方法或 lambda</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AutoProperties">
<source>auto-implemented properties</source>
<target state="translated">自动实现的属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ReadonlyAutoProperties">
<source>readonly auto-implemented properties</source>
<target state="translated">自动实现的只读属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CoContraVariance">
<source>variance</source>
<target state="translated">变型</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CollectionInitializers">
<source>collection initializers</source>
<target state="translated">集合初始值设定项</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_GlobalNamespace">
<source>declaring a Global namespace</source>
<target state="translated">声明全局命名空间</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Iterators">
<source>iterators</source>
<target state="translated">迭代器</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuation">
<source>implicit line continuation</source>
<target state="translated">隐式行继续符</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_StatementLambdas">
<source>multi-line lambda expressions</source>
<target state="translated">多行 lambda 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_SubLambdas">
<source>'Sub' lambda expressions</source>
<target state="translated">'“Sub”lambda 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NullPropagatingOperator">
<source>null conditional operations</source>
<target state="translated">空条件操作</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NameOfExpressions">
<source>'nameof' expressions</source>
<target state="translated">'"nameof" 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_RegionsEverywhere">
<source>region directives within method bodies or regions crossing boundaries of declaration blocks</source>
<target state="translated">方法主体内的 region 指令或跨声明块边界的 region</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_MultilineStringLiterals">
<source>multiline string literals</source>
<target state="translated">多行字符串文本</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CObjInAttributeArguments">
<source>CObj in attribute arguments</source>
<target state="translated">属性参数中的 CObj</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuationComments">
<source>line continuation comments</source>
<target state="translated">行延续注释</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_TypeOfIsNot">
<source>TypeOf IsNot expression</source>
<target state="translated">TypeOf IsNot 表达式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_YearFirstDateLiterals">
<source>year-first date literals</source>
<target state="translated">年份在最前面的日期文本</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_WarningDirectives">
<source>warning directives</source>
<target state="translated">warning 指令</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialModules">
<source>partial modules</source>
<target state="translated">部分模块</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialInterfaces">
<source>partial interfaces</source>
<target state="translated">部分接口</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite">
<source>implementing read-only or write-only property with read-write property</source>
<target state="translated">使用读写属性实现只读或只写属性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_DigitSeparators">
<source>digit separators</source>
<target state="translated">数字分隔符</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_BinaryLiterals">
<source>binary literals</source>
<target state="translated">二进制文字</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Tuples">
<source>tuples</source>
<target state="translated">元组</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PrivateProtected">
<source>Private Protected</source>
<target state="translated">Private Protected</target>
<note />
</trans-unit>
<trans-unit id="ERR_DebugEntryPointNotSourceMethodDefinition">
<source>Debug entry point must be a definition of a method declared in the current compilation.</source>
<target state="translated">调试入口点必须是当前编译中声明的方法的定义。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPathMap">
<source>The pathmap option was incorrectly formatted.</source>
<target state="translated">路径映射选项的格式不正确。</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeIsNotASubmission">
<source>Syntax tree should be created from a submission.</source>
<target state="translated">应从提交创建语法树。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyUserStrings">
<source>Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.</source>
<target state="translated">该程序所使用的用户字符串的合并后长度超出所允许的限制。请尝试减少字符串文本或 XML 文本的使用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PeWritingFailure">
<source>An error occurred while writing the output file: {0}</source>
<target state="translated">写入输出文件时出错: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionMustBeAbsolutePath">
<source>Option '{0}' must be an absolute path.</source>
<target state="translated">选项“{0}”必须是绝对路径。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceLinkRequiresPdb">
<source>/sourcelink switch is only supported when emitting PDB.</source>
<target state="translated">只在发出 PDB 时才支持 /sourcelink 开关。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleDuplicateElementName">
<source>Tuple element names must be unique.</source>
<target state="translated">元组元素名称必须是唯一的。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch">
<source>The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.</source>
<target state="translated">由于目标类型“{1}”指定了其他名称或未指定名称,因此元组元素名称“{0}”被忽略。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch_Title">
<source>The tuple element name is ignored because a different name or no name is specified by the assignment target.</source>
<target state="translated">由于分配目标指定了其他名称或未指定名称,因此元组元素名称被忽略。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementName">
<source>Tuple element name '{0}' is only allowed at position {1}.</source>
<target state="translated">只允许位置 {1} 使用元组元素名称“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementNameAnyPosition">
<source>Tuple element name '{0}' is disallowed at any position.</source>
<target state="translated">任何位置都不允许使用元组元素名称“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleTooFewElements">
<source>Tuple must contain at least two elements.</source>
<target state="translated">元组必须包含至少两个元素。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleElementNamesAttributeMissing">
<source>Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?</source>
<target state="translated">由于找不到编译器必需的类型“{0}”,因此无法使用元组来定义类或成员。是否缺少引用?</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExplicitTupleElementNamesAttribute">
<source>Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.</source>
<target state="translated">无法显式引用 "System.Runtime.CompilerServices.TupleElementNamesAttribute"。请使用元组语法指定元组名称。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefReturningCallInExpressionTree">
<source>An expression tree may not contain a call to a method or property that returns by reference.</source>
<target state="translated">表达式树不能包含对引用所返回的方法或属性的调用。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedWithoutPdb">
<source>/embed switch is only supported when emitting a PDB.</source>
<target state="translated">仅在发出 PDB 时才支持 /embed 开关。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInstrumentationKind">
<source>Invalid instrumentation kind: {0}</source>
<target state="translated">无效的检测类型: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DocFileGen">
<source>Error writing to XML documentation file: {0}</source>
<target state="translated">写入 XML 文档文件时出错: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAssemblyName">
<source>Invalid assembly name: {0}</source>
<target state="translated">无效的程序集名称: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeForwardedToMultipleAssemblies">
<source>Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.</source>
<target state="translated">程序集“{1}”中的模块“{0}”将类型“{2}”转发到多个程序集: “{3}”和“{4}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Merge_conflict_marker_encountered">
<source>Merge conflict marker encountered</source>
<target state="translated">遇到合并冲突标记</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoRefOutWhenRefOnly">
<source>Do not use refout when using refonly.</source>
<target state="translated">不要在使用 refonly 时使用 refout。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNetModuleOutputWhenRefOutOrRefOnly">
<source>Cannot compile net modules when using /refout or /refonly.</source>
<target state="translated">无法在使用 /refout 或 /refonly 时编译 Net 模块。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNonTrailingNamedArgument">
<source>Named argument '{0}' is used out-of-position but is followed by an unnamed argument</source>
<target state="translated">命名参数“{0}”的使用位置不当,但后跟一个未命名参数</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDocumentationMode">
<source>Provided documentation mode is unsupported or invalid: '{0}'.</source>
<target state="translated">提供的文档模式不受支持或无效:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLanguageVersion">
<source>Provided language version is unsupported or invalid: '{0}'.</source>
<target state="translated">提供的语言版本不受支持或无效:“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSourceCodeKind">
<source>Provided source code kind is unsupported or invalid: '{0}'</source>
<target state="translated">提供的源代码类型不受支持或无效:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleInferredNamesNotAvailable">
<source>Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.</source>
<target state="translated">推断出元组元素名称“{0}”。请使用语言版本 {1} 或更高版本按推断名称访问元素。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental">
<source>'{0}' is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">“{0}”仅用于评估,在将来的更新中可能会被更改或删除。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental_Title">
<source>Type is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">类型仅用于评估,在将来的更新中可能会被更改或删除。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInfo">
<source>Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'</source>
<target state="translated">无法从程序集“{2}”读取方法“{0}”(令牌 0x{1})的调试信息</target>
<note />
</trans-unit>
<trans-unit id="IConversionExpressionIsNotVisualBasicConversion">
<source>{0} is not a valid Visual Basic conversion expression</source>
<target state="translated">{0} 不是有效的 Visual Basic 转换表达式</target>
<note />
</trans-unit>
<trans-unit id="IArgumentIsNotVisualBasicArgument">
<source>{0} is not a valid Visual Basic argument</source>
<target state="translated">{0} 不是有效的 Visual Basic 参数</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LeadingDigitSeparator">
<source>leading digit separator</source>
<target state="translated">前导数字分隔符</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleResolutionAmbiguous3">
<source>Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'</source>
<target state="translated">已在多个引用的程序集(“{1}”和“{2}”)中声明了预定义类型“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment">
<source>{0} is not a valid Visual Basic compound assignment operation</source>
<target state="translated">{0} 不是有效的 Visual Basic 复合赋值运算</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHashAlgorithmName">
<source>Invalid hash algorithm name: '{0}'</source>
<target state="translated">无效的哈希算法名称:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InterpolatedStrings">
<source>interpolated strings</source>
<target state="translated">内插字符串</target>
<note />
</trans-unit>
<trans-unit id="FTL_InvalidInputFileName">
<source>File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long</source>
<target state="translated">文件名“{0}”为空、包含无效字符、未使用绝对路径指定驱动器或太长</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB">
<source>'{0}' is not supported in VB.</source>
<target state="translated">VB 中不支持“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB_Title">
<source>Attribute is not supported in VB</source>
<target state="translated">VB 中不支持属性</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Interactive/Host/xlf/InteractiveHostResources.ru.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../InteractiveHostResources.resx">
<body>
<trans-unit id="Attempt_to_connect_to_process_Sharp_0_failed_retrying">
<source>Attempt to connect to process #{0} failed, retrying ...</source>
<target state="translated">Сбой попытки подключения к процессу #{0}, выполнение повторной попытки...</target>
<note />
</trans-unit>
<trans-unit id="Cannot_resolve_reference_0">
<source>Cannot resolve reference '{0}'.</source>
<target state="translated">Не удается разрешить ссылку "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_create_a_remote_process_for_interactive_code_execution">
<source>Failed to create a remote process for interactive code execution: '{0}'</source>
<target state="translated">Не удалось создать удаленный процесс для интерактивного выполнения кода: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_initialize_remote_interactive_process">
<source>Failed to initialize remote interactive process.</source>
<target state="translated">Не удалось инициализировать удаленный интерактивный процесс.</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_launch_0_process_exit_code_colon_1_with_output_colon">
<source>Failed to launch '{0}' process (exit code: {1}) with output: </source>
<target state="translated">Не удалось запустить процесс "{0}" (код выхода: {1}) с выходными данными: </target>
<note />
</trans-unit>
<trans-unit id="Hosting_process_exited_with_exit_code_0">
<source>Hosting process exited with exit code {0}.</source>
<target state="translated">Ведущий процесс завершен, код завершения: {0}.</target>
<note />
</trans-unit>
<trans-unit id="Interactive_Host_not_initialized">
<source>Interactive Host not initialized.</source>
<target state="translated">Интерактивный узел не инициализирован.</target>
<note />
</trans-unit>
<trans-unit id="Loading_context_from_0">
<source>Loading context from '{0}'.</source>
<target state="translated">Загрузка контекста из "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directories_colon">
<source>Searched in directories:</source>
<target state="translated">Поиск в каталогах:</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directory_colon">
<source>Searched in directory:</source>
<target state="translated">Поиск в каталоге:</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found">
<source>Specified file not found.</source>
<target state="translated">Указанный файл не найден.</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found_colon_0">
<source>Specified file not found: {0}</source>
<target state="translated">Указанный файл не найден: {0}</target>
<note />
</trans-unit>
<trans-unit id="Type_Sharphelp_for_more_information">
<source>Type "#help" for more information.</source>
<target state="translated">Введите "#help" для получения дополнительных сведений.</target>
<note />
</trans-unit>
<trans-unit id="Unable_to_create_hosting_process">
<source>Unable to create hosting process.</source>
<target state="translated">Не удалось создать ведущий процесс.</target>
<note />
</trans-unit>
<trans-unit id="plus_additional_0_1">
<source> + additional {0} {1}</source>
<target state="translated"> + дополнительный {0} {1}</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../InteractiveHostResources.resx">
<body>
<trans-unit id="Attempt_to_connect_to_process_Sharp_0_failed_retrying">
<source>Attempt to connect to process #{0} failed, retrying ...</source>
<target state="translated">Сбой попытки подключения к процессу #{0}, выполнение повторной попытки...</target>
<note />
</trans-unit>
<trans-unit id="Cannot_resolve_reference_0">
<source>Cannot resolve reference '{0}'.</source>
<target state="translated">Не удается разрешить ссылку "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_create_a_remote_process_for_interactive_code_execution">
<source>Failed to create a remote process for interactive code execution: '{0}'</source>
<target state="translated">Не удалось создать удаленный процесс для интерактивного выполнения кода: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_initialize_remote_interactive_process">
<source>Failed to initialize remote interactive process.</source>
<target state="translated">Не удалось инициализировать удаленный интерактивный процесс.</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_launch_0_process_exit_code_colon_1_with_output_colon">
<source>Failed to launch '{0}' process (exit code: {1}) with output: </source>
<target state="translated">Не удалось запустить процесс "{0}" (код выхода: {1}) с выходными данными: </target>
<note />
</trans-unit>
<trans-unit id="Hosting_process_exited_with_exit_code_0">
<source>Hosting process exited with exit code {0}.</source>
<target state="translated">Ведущий процесс завершен, код завершения: {0}.</target>
<note />
</trans-unit>
<trans-unit id="Interactive_Host_not_initialized">
<source>Interactive Host not initialized.</source>
<target state="translated">Интерактивный узел не инициализирован.</target>
<note />
</trans-unit>
<trans-unit id="Loading_context_from_0">
<source>Loading context from '{0}'.</source>
<target state="translated">Загрузка контекста из "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directories_colon">
<source>Searched in directories:</source>
<target state="translated">Поиск в каталогах:</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directory_colon">
<source>Searched in directory:</source>
<target state="translated">Поиск в каталоге:</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found">
<source>Specified file not found.</source>
<target state="translated">Указанный файл не найден.</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found_colon_0">
<source>Specified file not found: {0}</source>
<target state="translated">Указанный файл не найден: {0}</target>
<note />
</trans-unit>
<trans-unit id="Type_Sharphelp_for_more_information">
<source>Type "#help" for more information.</source>
<target state="translated">Введите "#help" для получения дополнительных сведений.</target>
<note />
</trans-unit>
<trans-unit id="Unable_to_create_hosting_process">
<source>Unable to create hosting process.</source>
<target state="translated">Не удалось создать ведущий процесс.</target>
<note />
</trans-unit>
<trans-unit id="plus_additional_0_1">
<source> + additional {0} {1}</source>
<target state="translated"> + дополнительный {0} {1}</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../CSharpWorkspaceResources.resx">
<body>
<trans-unit id="Indentation_preferences">
<source>Indentation preferences</source>
<target state="translated">Girinti tercihleri</target>
<note />
</trans-unit>
<trans-unit id="No_available_location_found_to_add_statements_to">
<source>No available location found to add statements to.</source>
<target state="translated">Deyimlerin ekleneceği kullanılabilir konum bulunamadı.</target>
<note />
</trans-unit>
<trans-unit id="Namespace_can_not_be_added_in_this_destination">
<source>Namespace can not be added in this destination.</source>
<target state="translated">Ad alanı bu hedefe eklenemez.</target>
<note />
</trans-unit>
<trans-unit id="Node_does_not_descend_from_root">
<source>Node does not descend from root.</source>
<target state="translated">Düğüm kökten azalmaz.</target>
<note />
</trans-unit>
<trans-unit id="Node_not_in_parent_s_child_list">
<source>Node not in parent's child list</source>
<target state="translated">Düğüm üst öğenin alt öğe listesinde değil</target>
<note />
</trans-unit>
<trans-unit id="Remove_and_Sort_Usings">
<source>R&emove and Sort Usings</source>
<target state="translated">&Kaldır ve Sıralama Usings</target>
<note />
</trans-unit>
<trans-unit id="Sort_Usings">
<source>&Sort Usings</source>
<target state="translated">&Using’leri Sırala</target>
<note />
</trans-unit>
<trans-unit id="Space_preferences">
<source>Space preferences</source>
<target state="translated">Boşluk tercihleri</target>
<note />
</trans-unit>
<trans-unit id="Trivia_is_not_associated_with_token">
<source>Trivia is not associated with token</source>
<target state="translated">Meraklısına Notlar belirteç ile ilgili değil</target>
<note />
</trans-unit>
<trans-unit id="Cannot_retrieve_the_Span_of_a_null_syntax_reference">
<source>Cannot retrieve the Span of a null syntax reference.</source>
<target state="translated">Boş söz dizimi başvurusunun Yayılımı alınamıyor.</target>
<note />
</trans-unit>
<trans-unit id="Only_attributes_constructor_initializers_expressions_or_statements_can_be_made_explicit">
<source>Only attributes, constructor initializers, expressions or statements can be made explicit</source>
<target state="translated">Yalnızca öznitelikler, oluşturucu başlatıcıları, ifadeler veya deyimler açık hale getirilebilir</target>
<note />
</trans-unit>
<trans-unit id="Implement_Interface">
<source>Implement Interface</source>
<target state="translated">Arabirimi uygula</target>
<note />
</trans-unit>
<trans-unit id="Wrapping_preferences">
<source>Wrapping preferences</source>
<target state="translated">Kaydırma tercihleri</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../CSharpWorkspaceResources.resx">
<body>
<trans-unit id="Indentation_preferences">
<source>Indentation preferences</source>
<target state="translated">Girinti tercihleri</target>
<note />
</trans-unit>
<trans-unit id="No_available_location_found_to_add_statements_to">
<source>No available location found to add statements to.</source>
<target state="translated">Deyimlerin ekleneceği kullanılabilir konum bulunamadı.</target>
<note />
</trans-unit>
<trans-unit id="Namespace_can_not_be_added_in_this_destination">
<source>Namespace can not be added in this destination.</source>
<target state="translated">Ad alanı bu hedefe eklenemez.</target>
<note />
</trans-unit>
<trans-unit id="Node_does_not_descend_from_root">
<source>Node does not descend from root.</source>
<target state="translated">Düğüm kökten azalmaz.</target>
<note />
</trans-unit>
<trans-unit id="Node_not_in_parent_s_child_list">
<source>Node not in parent's child list</source>
<target state="translated">Düğüm üst öğenin alt öğe listesinde değil</target>
<note />
</trans-unit>
<trans-unit id="Remove_and_Sort_Usings">
<source>R&emove and Sort Usings</source>
<target state="translated">&Kaldır ve Sıralama Usings</target>
<note />
</trans-unit>
<trans-unit id="Sort_Usings">
<source>&Sort Usings</source>
<target state="translated">&Using’leri Sırala</target>
<note />
</trans-unit>
<trans-unit id="Space_preferences">
<source>Space preferences</source>
<target state="translated">Boşluk tercihleri</target>
<note />
</trans-unit>
<trans-unit id="Trivia_is_not_associated_with_token">
<source>Trivia is not associated with token</source>
<target state="translated">Meraklısına Notlar belirteç ile ilgili değil</target>
<note />
</trans-unit>
<trans-unit id="Cannot_retrieve_the_Span_of_a_null_syntax_reference">
<source>Cannot retrieve the Span of a null syntax reference.</source>
<target state="translated">Boş söz dizimi başvurusunun Yayılımı alınamıyor.</target>
<note />
</trans-unit>
<trans-unit id="Only_attributes_constructor_initializers_expressions_or_statements_can_be_made_explicit">
<source>Only attributes, constructor initializers, expressions or statements can be made explicit</source>
<target state="translated">Yalnızca öznitelikler, oluşturucu başlatıcıları, ifadeler veya deyimler açık hale getirilebilir</target>
<note />
</trans-unit>
<trans-unit id="Implement_Interface">
<source>Implement Interface</source>
<target state="translated">Arabirimi uygula</target>
<note />
</trans-unit>
<trans-unit id="Wrapping_preferences">
<source>Wrapping preferences</source>
<target state="translated">Kaydırma tercihleri</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hant.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="Add_Me">
<source>Add 'Me.'</source>
<target state="translated">新增 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Convert_GetType_to_NameOf">
<source>Convert 'GetType' to 'NameOf'</source>
<target state="translated">將 'GetType' 轉換為 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">移除不必要的匯入</target>
<note />
</trans-unit>
<trans-unit id="Simplify_object_creation">
<source>Simplify object creation</source>
<target state="translated">簡化物件建立</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="Add_Me">
<source>Add 'Me.'</source>
<target state="translated">新增 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Convert_GetType_to_NameOf">
<source>Convert 'GetType' to 'NameOf'</source>
<target state="translated">將 'GetType' 轉換為 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">移除不必要的匯入</target>
<note />
</trans-unit>
<trans-unit id="Simplify_object_creation">
<source>Simplify object creation</source>
<target state="translated">簡化物件建立</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CodeStyleResources.resx">
<body>
<trans-unit id="A_language_name_cannot_be_specified_for_this_option">
<source>A language name cannot be specified for this option.</source>
<target state="translated">言語名は、このオプションでは指定できません。</target>
<note />
</trans-unit>
<trans-unit id="A_language_name_must_be_specified_for_this_option">
<source>A language name must be specified for this option.</source>
<target state="translated">このオプションの言語名を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="Arrays_with_more_than_one_dimension_cannot_be_serialized">
<source>Arrays with more than one dimension cannot be serialized.</source>
<target state="translated">複数の次元を持つ配列はシリアル化できません。</target>
<note />
</trans-unit>
<trans-unit id="Cannot_serialize_type_0">
<source>Cannot serialize type '{0}'.</source>
<target state="translated">型 '{0}' をシリアル化できません。</target>
<note />
</trans-unit>
<trans-unit id="Deserialization_reader_for_0_read_incorrect_number_of_values">
<source>Deserialization reader for '{0}' read incorrect number of values.</source>
<target state="translated">'{0}' の逆シリアル化のリーダーが、正しくない数の値を読み取りました。</target>
<note />
</trans-unit>
<trans-unit id="Error">
<source>Error</source>
<target state="translated">エラー</target>
<note />
</trans-unit>
<trans-unit id="Fix_formatting">
<source>Fix formatting</source>
<target state="translated">書式設定を修正</target>
<note />
</trans-unit>
<trans-unit id="Indentation_and_spacing">
<source>Indentation and spacing</source>
<target state="translated">インデントと間隔</target>
<note />
</trans-unit>
<trans-unit id="New_line_preferences">
<source>New line preferences</source>
<target state="translated">改行設定</target>
<note />
</trans-unit>
<trans-unit id="None">
<source>None</source>
<target state="translated">なし</target>
<note />
</trans-unit>
<trans-unit id="Refactoring_Only">
<source>Refactoring Only</source>
<target state="translated">リファクタリングのみ</target>
<note />
</trans-unit>
<trans-unit id="Stream_is_too_long">
<source>Stream is too long.</source>
<target state="translated">ストリームが長すぎます。</target>
<note />
</trans-unit>
<trans-unit id="Suggestion">
<source>Suggestion</source>
<target state="translated">提案事項</target>
<note />
</trans-unit>
<trans-unit id="The_type_0_is_not_understood_by_the_serialization_binder">
<source>The type '{0}' is not understood by the serialization binder.</source>
<target state="translated">型 '{0}' がシリアル化バインダーで認識されません。</target>
<note />
</trans-unit>
<trans-unit id="Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer">
<source>Value too large to be represented as a 30 bit unsigned integer.</source>
<target state="translated">値が大きすぎるため、30 ビットの符号なし整数として表すことができません。</target>
<note />
</trans-unit>
<trans-unit id="Warning">
<source>Warning</source>
<target state="translated">警告</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CodeStyleResources.resx">
<body>
<trans-unit id="A_language_name_cannot_be_specified_for_this_option">
<source>A language name cannot be specified for this option.</source>
<target state="translated">言語名は、このオプションでは指定できません。</target>
<note />
</trans-unit>
<trans-unit id="A_language_name_must_be_specified_for_this_option">
<source>A language name must be specified for this option.</source>
<target state="translated">このオプションの言語名を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="Arrays_with_more_than_one_dimension_cannot_be_serialized">
<source>Arrays with more than one dimension cannot be serialized.</source>
<target state="translated">複数の次元を持つ配列はシリアル化できません。</target>
<note />
</trans-unit>
<trans-unit id="Cannot_serialize_type_0">
<source>Cannot serialize type '{0}'.</source>
<target state="translated">型 '{0}' をシリアル化できません。</target>
<note />
</trans-unit>
<trans-unit id="Deserialization_reader_for_0_read_incorrect_number_of_values">
<source>Deserialization reader for '{0}' read incorrect number of values.</source>
<target state="translated">'{0}' の逆シリアル化のリーダーが、正しくない数の値を読み取りました。</target>
<note />
</trans-unit>
<trans-unit id="Error">
<source>Error</source>
<target state="translated">エラー</target>
<note />
</trans-unit>
<trans-unit id="Fix_formatting">
<source>Fix formatting</source>
<target state="translated">書式設定を修正</target>
<note />
</trans-unit>
<trans-unit id="Indentation_and_spacing">
<source>Indentation and spacing</source>
<target state="translated">インデントと間隔</target>
<note />
</trans-unit>
<trans-unit id="New_line_preferences">
<source>New line preferences</source>
<target state="translated">改行設定</target>
<note />
</trans-unit>
<trans-unit id="None">
<source>None</source>
<target state="translated">なし</target>
<note />
</trans-unit>
<trans-unit id="Refactoring_Only">
<source>Refactoring Only</source>
<target state="translated">リファクタリングのみ</target>
<note />
</trans-unit>
<trans-unit id="Stream_is_too_long">
<source>Stream is too long.</source>
<target state="translated">ストリームが長すぎます。</target>
<note />
</trans-unit>
<trans-unit id="Suggestion">
<source>Suggestion</source>
<target state="translated">提案事項</target>
<note />
</trans-unit>
<trans-unit id="The_type_0_is_not_understood_by_the_serialization_binder">
<source>The type '{0}' is not understood by the serialization binder.</source>
<target state="translated">型 '{0}' がシリアル化バインダーで認識されません。</target>
<note />
</trans-unit>
<trans-unit id="Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer">
<source>Value too large to be represented as a 30 bit unsigned integer.</source>
<target state="translated">値が大きすぎるため、30 ビットの符号なし整数として表すことができません。</target>
<note />
</trans-unit>
<trans-unit id="Warning">
<source>Warning</source>
<target state="translated">警告</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Def/xlf/Commands.vsct.ru.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../Commands.vsct">
<body>
<trans-unit id="ECMD_RUNFXCOPSEL|ButtonText">
<source>Run Code &Analysis on Selection</source>
<target state="translated">Выполнить &анализ кода в выделенном фрагменте</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|ButtonText">
<source>&Current Document</source>
<target state="new">&Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|CommandName">
<source>AnalysisScopeCurrentDocument</source>
<target state="new">AnalysisScopeCurrentDocument</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|LocCanonicalName">
<source>Current Document</source>
<target state="new">Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|CommandName">
<source>AnalysisScopeDefault</source>
<target state="new">AnalysisScopeDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|ButtonText">
<source>&Entire Solution</source>
<target state="new">&Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|CommandName">
<source>AnalysisScopeEntireSolution</source>
<target state="new">AnalysisScopeEntireSolution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|LocCanonicalName">
<source>Entire Solution</source>
<target state="new">Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|ButtonText">
<source>&Open Documents</source>
<target state="new">&Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|CommandName">
<source>AnalysisScopeOpenDocuments</source>
<target state="new">AnalysisScopeOpenDocuments</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|LocCanonicalName">
<source>Open Documents</source>
<target state="new">Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|ButtonText">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|CommandName">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|LocCanonicalName">
<source>SetAnalysisScope</source>
<target state="new">SetAnalysisScope</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|ButtonText">
<source>Sort &Usings</source>
<target state="translated">Сортировать д&ирективы using</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|LocCanonicalName">
<source>SortUsings</source>
<target state="translated">SortUsings</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">Удалить &и упорядочить</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">Удалить &и упорядочить</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|CommandName">
<source>ErrorListSetSeverityDefault</source>
<target state="new">ErrorListSetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|ButtonText">
<source>&Error</source>
<target state="new">&Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|CommandName">
<source>ErrorListSetSeverityError</source>
<target state="new">ErrorListSetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="new">Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="new">&Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|CommandName">
<source>ErrorListSetSeverityHidden</source>
<target state="new">ErrorListSetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="new">Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="new">&Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|CommandName">
<source>ErrorListSetSeverityInfo</source>
<target state="new">ErrorListSetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="new">Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|ButtonText">
<source>&None</source>
<target state="new">&None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|CommandName">
<source>ErrorListSetSeverityNone</source>
<target state="new">ErrorListSetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="new">None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="new">&Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|CommandName">
<source>ErrorListSetSeverityWarning</source>
<target state="new">ErrorListSetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="new">Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|ButtonText">
<source>&Analyzer...</source>
<target state="translated">&Анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">Добавить &анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">Добавить &анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">Добавить &анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|ButtonText">
<source>&Remove</source>
<target state="translated">&Удалить</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|LocCanonicalName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|CommandName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|ButtonText">
<source>&Open Active Rule Set</source>
<target state="translated">&Открыть активный набор правил</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|LocCanonicalName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|CommandName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|ButtonText">
<source>Remove Unused References...</source>
<target state="translated">&Удалить неиспользуемые ссылки…</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|CommandName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|LocCanonicalName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|ButtonText">
<source>Run C&ode Analysis</source>
<target state="translated">&Запустить анализ кода</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|CommandName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|LocCanonicalName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="translated">&По умолчанию</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="translated">По умолчанию</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|CommandName">
<source>SetSeverityDefault</source>
<target state="translated">SetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|ButtonText">
<source>&Error</source>
<target state="translated">&Ошибка</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="translated">Ошибка</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|CommandName">
<source>SetSeverityError</source>
<target state="translated">SetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="translated">&Предупреждение</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="translated">Предупреждение</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|CommandName">
<source>SetSeverityWarning</source>
<target state="translated">SetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="translated">Рекоменд&ация</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="translated">Рекомендация</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|CommandName">
<source>SetSeverityInfo</source>
<target state="translated">SetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="translated">&Автоматически</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="translated">Автоматически</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|CommandName">
<source>SetSeverityHidden</source>
<target state="translated">SetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|ButtonText">
<source>&None</source>
<target state="translated">&Нет</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="translated">NONE</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|CommandName">
<source>SetSeverityNone</source>
<target state="translated">SetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|ButtonText">
<source>&View Help...</source>
<target state="translated">&Перейти в справку...</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|LocCanonicalName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|CommandName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|ButtonText">
<source>&Set as Active Rule Set</source>
<target state="translated">&Установить как активный набор правил</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|LocCanonicalName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|CommandName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|ButtonText">
<source>Remove& Suppression(s)</source>
<target state="translated">Удалит&ь подавления</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|LocCanonicalName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|CommandName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|ButtonText">
<source>In &Source</source>
<target state="translated">В &источнике</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|LocCanonicalName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|CommandName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|ButtonText">
<source>In& Suppression File</source>
<target state="translated">В файле &блокируемых предупреждений</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|LocCanonicalName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|CommandName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|ButtonText">
<source>Go To Implementation</source>
<target state="translated">Перейти к реализации</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|LocCanonicalName">
<source>GoToImplementation</source>
<target state="translated">GoToImplementation</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|CommandName">
<source>Go To Implementation</source>
<target state="translated">Перейти к реализации</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|ButtonText">
<source>Sync &Namespaces</source>
<target state="new">Sync &Namespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|CommandName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|LocCanonicalName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|ButtonText">
<source>Track Value Source</source>
<target state="new">Track Value Source</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|CommandName">
<source>ShowValueTrackingCommandName</source>
<target state="new">ShowValueTrackingCommandName</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|LocCanonicalName">
<source>ViewEditorConfigSettings</source>
<target state="new">ViewEditorConfigSettings</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Initialize Interactive with Project</source>
<target state="translated">Инициализировать интерактивное окно с проектом</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetC#InteractiveFromProject</source>
<target state="translated">ResetC#InteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Reset Visual Basic Interactive from Project</source>
<target state="translated">Сбросить интерактивное окно Visual Basic из проекта</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetVisualBasicInteractiveFromProject</source>
<target state="translated">ResetVisualBasicInteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|ButtonText">
<source>Analyzer</source>
<target state="translated">Анализатор</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|LocCanonicalName">
<source>Analyzer</source>
<target state="translated">Анализатор</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|ButtonText">
<source>Analyzers</source>
<target state="translated">Анализаторы</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|LocCanonicalName">
<source>Analyzers</source>
<target state="translated">Анализаторы</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|ButtonText">
<source>Diagnostic</source>
<target state="translated">Диагностика</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|LocCanonicalName">
<source>Diagnostic</source>
<target state="translated">Диагностика</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="translated">Задать серьезность</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="translated">Задать серьезность</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="translated">Задать серьезность</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|ButtonText">
<source>S&uppress</source>
<target state="translated">&Подавить</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|LocCanonicalName">
<source>S&uppress</source>
<target state="translated">&Подавить</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|CommandName">
<source>S&uppress</source>
<target state="translated">&Подавить</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../Commands.vsct">
<body>
<trans-unit id="ECMD_RUNFXCOPSEL|ButtonText">
<source>Run Code &Analysis on Selection</source>
<target state="translated">Выполнить &анализ кода в выделенном фрагменте</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|ButtonText">
<source>&Current Document</source>
<target state="new">&Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|CommandName">
<source>AnalysisScopeCurrentDocument</source>
<target state="new">AnalysisScopeCurrentDocument</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|LocCanonicalName">
<source>Current Document</source>
<target state="new">Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|CommandName">
<source>AnalysisScopeDefault</source>
<target state="new">AnalysisScopeDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|ButtonText">
<source>&Entire Solution</source>
<target state="new">&Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|CommandName">
<source>AnalysisScopeEntireSolution</source>
<target state="new">AnalysisScopeEntireSolution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|LocCanonicalName">
<source>Entire Solution</source>
<target state="new">Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|ButtonText">
<source>&Open Documents</source>
<target state="new">&Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|CommandName">
<source>AnalysisScopeOpenDocuments</source>
<target state="new">AnalysisScopeOpenDocuments</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|LocCanonicalName">
<source>Open Documents</source>
<target state="new">Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|ButtonText">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|CommandName">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|LocCanonicalName">
<source>SetAnalysisScope</source>
<target state="new">SetAnalysisScope</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|ButtonText">
<source>Sort &Usings</source>
<target state="translated">Сортировать д&ирективы using</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|LocCanonicalName">
<source>SortUsings</source>
<target state="translated">SortUsings</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">Удалить &и упорядочить</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">Удалить &и упорядочить</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|CommandName">
<source>ErrorListSetSeverityDefault</source>
<target state="new">ErrorListSetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|ButtonText">
<source>&Error</source>
<target state="new">&Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|CommandName">
<source>ErrorListSetSeverityError</source>
<target state="new">ErrorListSetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="new">Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="new">&Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|CommandName">
<source>ErrorListSetSeverityHidden</source>
<target state="new">ErrorListSetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="new">Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="new">&Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|CommandName">
<source>ErrorListSetSeverityInfo</source>
<target state="new">ErrorListSetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="new">Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|ButtonText">
<source>&None</source>
<target state="new">&None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|CommandName">
<source>ErrorListSetSeverityNone</source>
<target state="new">ErrorListSetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="new">None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="new">&Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|CommandName">
<source>ErrorListSetSeverityWarning</source>
<target state="new">ErrorListSetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="new">Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|ButtonText">
<source>&Analyzer...</source>
<target state="translated">&Анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">Добавить &анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">Добавить &анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">Добавить &анализатор...</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|ButtonText">
<source>&Remove</source>
<target state="translated">&Удалить</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|LocCanonicalName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|CommandName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|ButtonText">
<source>&Open Active Rule Set</source>
<target state="translated">&Открыть активный набор правил</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|LocCanonicalName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|CommandName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|ButtonText">
<source>Remove Unused References...</source>
<target state="translated">&Удалить неиспользуемые ссылки…</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|CommandName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|LocCanonicalName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|ButtonText">
<source>Run C&ode Analysis</source>
<target state="translated">&Запустить анализ кода</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|CommandName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|LocCanonicalName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="translated">&По умолчанию</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="translated">По умолчанию</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|CommandName">
<source>SetSeverityDefault</source>
<target state="translated">SetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|ButtonText">
<source>&Error</source>
<target state="translated">&Ошибка</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="translated">Ошибка</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|CommandName">
<source>SetSeverityError</source>
<target state="translated">SetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="translated">&Предупреждение</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="translated">Предупреждение</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|CommandName">
<source>SetSeverityWarning</source>
<target state="translated">SetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="translated">Рекоменд&ация</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="translated">Рекомендация</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|CommandName">
<source>SetSeverityInfo</source>
<target state="translated">SetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="translated">&Автоматически</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="translated">Автоматически</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|CommandName">
<source>SetSeverityHidden</source>
<target state="translated">SetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|ButtonText">
<source>&None</source>
<target state="translated">&Нет</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="translated">NONE</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|CommandName">
<source>SetSeverityNone</source>
<target state="translated">SetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|ButtonText">
<source>&View Help...</source>
<target state="translated">&Перейти в справку...</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|LocCanonicalName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|CommandName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|ButtonText">
<source>&Set as Active Rule Set</source>
<target state="translated">&Установить как активный набор правил</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|LocCanonicalName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|CommandName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|ButtonText">
<source>Remove& Suppression(s)</source>
<target state="translated">Удалит&ь подавления</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|LocCanonicalName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|CommandName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|ButtonText">
<source>In &Source</source>
<target state="translated">В &источнике</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|LocCanonicalName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|CommandName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|ButtonText">
<source>In& Suppression File</source>
<target state="translated">В файле &блокируемых предупреждений</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|LocCanonicalName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|CommandName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|ButtonText">
<source>Go To Implementation</source>
<target state="translated">Перейти к реализации</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|LocCanonicalName">
<source>GoToImplementation</source>
<target state="translated">GoToImplementation</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|CommandName">
<source>Go To Implementation</source>
<target state="translated">Перейти к реализации</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|ButtonText">
<source>Sync &Namespaces</source>
<target state="new">Sync &Namespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|CommandName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|LocCanonicalName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|ButtonText">
<source>Track Value Source</source>
<target state="new">Track Value Source</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|CommandName">
<source>ShowValueTrackingCommandName</source>
<target state="new">ShowValueTrackingCommandName</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|LocCanonicalName">
<source>ViewEditorConfigSettings</source>
<target state="new">ViewEditorConfigSettings</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Initialize Interactive with Project</source>
<target state="translated">Инициализировать интерактивное окно с проектом</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetC#InteractiveFromProject</source>
<target state="translated">ResetC#InteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Reset Visual Basic Interactive from Project</source>
<target state="translated">Сбросить интерактивное окно Visual Basic из проекта</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetVisualBasicInteractiveFromProject</source>
<target state="translated">ResetVisualBasicInteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|ButtonText">
<source>Analyzer</source>
<target state="translated">Анализатор</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|LocCanonicalName">
<source>Analyzer</source>
<target state="translated">Анализатор</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|ButtonText">
<source>Analyzers</source>
<target state="translated">Анализаторы</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|LocCanonicalName">
<source>Analyzers</source>
<target state="translated">Анализаторы</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|ButtonText">
<source>Diagnostic</source>
<target state="translated">Диагностика</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|LocCanonicalName">
<source>Diagnostic</source>
<target state="translated">Диагностика</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="translated">Задать серьезность</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="translated">Задать серьезность</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="translated">Задать серьезность</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|ButtonText">
<source>S&uppress</source>
<target state="translated">&Подавить</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|LocCanonicalName">
<source>S&uppress</source>
<target state="translated">&Подавить</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|CommandName">
<source>S&uppress</source>
<target state="translated">&Подавить</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Scripting/Core/xlf/ScriptingResources.tr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../ScriptingResources.resx">
<body>
<trans-unit id="CannotSetLanguageSpecificOption">
<source>Cannot set {0} specific option {1} because the options were already configured for a different language.</source>
<target state="translated">Seçenekler zaten farklı bir dil için yapılandırıldığından {0}'e özgü {1} seçeneği ayarlanamıyor.</target>
<note />
</trans-unit>
<trans-unit id="StackOverflowWhileEvaluating">
<source>!<Stack overflow while evaluating object></source>
<target state="translated">!<Nesne değerlendirilirken yığın taşması></target>
<note />
</trans-unit>
<trans-unit id="CantAssignTo">
<source>Can't assign '{0}' to '{1}'.</source>
<target state="translated">'{1}' öğesine '{0}' atanamıyor.</target>
<note />
</trans-unit>
<trans-unit id="ExpectedAnAssemblyReference">
<source>Expected an assembly reference.</source>
<target state="translated">Bir derleme başvurusu bekleniyordu.</target>
<note />
</trans-unit>
<trans-unit id="DisplayNameOrPathCannotBe">
<source>Display name or path cannot be empty.</source>
<target state="translated">Görünen ad veya yol boş olamaz.</target>
<note />
</trans-unit>
<trans-unit id="AbsolutePathExpected">
<source>Absolute path expected</source>
<target state="translated">Mutlak yol bekleniyor</target>
<note />
</trans-unit>
<trans-unit id="GlobalsNotAssignable">
<source>The globals of type '{0}' is not assignable to '{1}'</source>
<target state="translated">'{0}' türündeki genel değişkenler '{1}' öğesine atanamaz</target>
<note />
</trans-unit>
<trans-unit id="StartingStateIncompatible">
<source>Starting state was incompatible with script.</source>
<target state="translated">Başlangıç durumu betik ile uyumsuzdu.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAssemblyName">
<source>Invalid assembly name</source>
<target state="translated">Geçersiz derleme adı</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInAssemblyName">
<source>Invalid characters in assemblyName</source>
<target state="translated">assemblyName içinde geçersiz karakterler</target>
<note />
</trans-unit>
<trans-unit id="ScriptRequiresGlobalVariables">
<source>The script requires access to global variables but none were given</source>
<target state="translated">Betik genel değişkenlere erişimi gerektiriyor ancak hiçbiri verilmemiş</target>
<note />
</trans-unit>
<trans-unit id="GlobalVariablesWithoutGlobalType">
<source>Global variables passed to a script without a global type</source>
<target state="translated">Genel tür içermeyen bir betiğe geçirilen genel değişkenler</target>
<note />
</trans-unit>
<trans-unit id="PlusAdditionalError">
<source>+ additional {0} error</source>
<target state="translated">+ {0} hata daha</target>
<note />
</trans-unit>
<trans-unit id="PlusAdditionalErrors">
<source>+ additional {0} errors</source>
<target state="translated">+ {0} hata daha</target>
<note />
</trans-unit>
<trans-unit id="AtFileLine">
<source> at {0} : {1}</source>
<target state="translated"> konum {0} : {1}</target>
<note />
</trans-unit>
<trans-unit id="CannotSetReadOnlyVariable">
<source>Cannot set a read-only variable</source>
<target state="translated">Salt okunur bir değişken ayarlanamaz</target>
<note />
</trans-unit>
<trans-unit id="CannotSetConstantVariable">
<source>Cannot set a constant variable</source>
<target state="translated">Sabit bir değişken ayarlanamaz</target>
<note />
</trans-unit>
<trans-unit id="HelpPrompt">
<source>Type "#help" for more information.</source>
<target state="translated">Daha fazla bilgi için "#help" yazın.</target>
<note />
</trans-unit>
<trans-unit id="HelpText">
<source>Keyboard shortcuts:
Enter If the current submission appears to be complete, evaluate it. Otherwise, insert a new line.
Escape Clear the current submission.
UpArrow Replace the current submission with a previous submission.
DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards).
Ctrl-C Exit the REPL.
REPL commands:
#help Display help on available commands and key bindings.
Script directives:
#r Add a metadata reference to specified assembly and all its dependencies, e.g. #r "myLib.dll".
#load Load specified script file and execute it, e.g. #load "myScript.csx".</source>
<target state="translated">Klavye kısayolları:
Enter Geçerli gönderim tamamlanmış görünüyorsa değerlendir. Aksi takdirde, yeni bir satır ekle.
Escape Geçerli gönderimi sil.
Yukarı Ok Geçerli gönderimi önceki bir gönderimle değiştir.
Aşağı Ok Geçerli gönderimi sonraki bir gönderimle değiştir (daha önce geriye gittikten sonra).
Ctrl-C REPL'den çık.
REPL komutları:
#help Kullanılabilir komutlarda ve anahtar bağlamalarında yardımı görüntüle.
Betik yönergeleri:
#r Belirtilen bütünleştirilmiş koda ve tüm bağımlılıklarına bir meta veri başvurusu ekle, ör. #r "myLib.dll".
#load Belirtilen betik dosyasını yükle ve çalıştır, ör. #load "myScript.csx".</target>
<note />
</trans-unit>
<trans-unit id="AssemblyAlreadyLoaded">
<source>Assembly '{0}, Version={1}' has already been loaded from '{2}'. A different assembly with the same name and version can't be loaded: '{3}'.</source>
<target state="translated">Derleme '{0}, Sürüm ={1}', daha önce '{2}' konumundan yüklendi. Aynı ad ve sürümde farklı bir derleme yüklenemez: '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="AssemblyAlreadyLoadedNotSigned">
<source>Assembly '{0}' has already been loaded from '{1}'. A different assembly with the same name can't be loaded unless it's signed: '{2}'.</source>
<target state="translated">'{0}' derlemesi daha önce '{1}' konumundan yüklendi. İmzalı olmadığı sürece aynı ada sahip başka bir derleme yüklenemez: '{2}'.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../ScriptingResources.resx">
<body>
<trans-unit id="CannotSetLanguageSpecificOption">
<source>Cannot set {0} specific option {1} because the options were already configured for a different language.</source>
<target state="translated">Seçenekler zaten farklı bir dil için yapılandırıldığından {0}'e özgü {1} seçeneği ayarlanamıyor.</target>
<note />
</trans-unit>
<trans-unit id="StackOverflowWhileEvaluating">
<source>!<Stack overflow while evaluating object></source>
<target state="translated">!<Nesne değerlendirilirken yığın taşması></target>
<note />
</trans-unit>
<trans-unit id="CantAssignTo">
<source>Can't assign '{0}' to '{1}'.</source>
<target state="translated">'{1}' öğesine '{0}' atanamıyor.</target>
<note />
</trans-unit>
<trans-unit id="ExpectedAnAssemblyReference">
<source>Expected an assembly reference.</source>
<target state="translated">Bir derleme başvurusu bekleniyordu.</target>
<note />
</trans-unit>
<trans-unit id="DisplayNameOrPathCannotBe">
<source>Display name or path cannot be empty.</source>
<target state="translated">Görünen ad veya yol boş olamaz.</target>
<note />
</trans-unit>
<trans-unit id="AbsolutePathExpected">
<source>Absolute path expected</source>
<target state="translated">Mutlak yol bekleniyor</target>
<note />
</trans-unit>
<trans-unit id="GlobalsNotAssignable">
<source>The globals of type '{0}' is not assignable to '{1}'</source>
<target state="translated">'{0}' türündeki genel değişkenler '{1}' öğesine atanamaz</target>
<note />
</trans-unit>
<trans-unit id="StartingStateIncompatible">
<source>Starting state was incompatible with script.</source>
<target state="translated">Başlangıç durumu betik ile uyumsuzdu.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAssemblyName">
<source>Invalid assembly name</source>
<target state="translated">Geçersiz derleme adı</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInAssemblyName">
<source>Invalid characters in assemblyName</source>
<target state="translated">assemblyName içinde geçersiz karakterler</target>
<note />
</trans-unit>
<trans-unit id="ScriptRequiresGlobalVariables">
<source>The script requires access to global variables but none were given</source>
<target state="translated">Betik genel değişkenlere erişimi gerektiriyor ancak hiçbiri verilmemiş</target>
<note />
</trans-unit>
<trans-unit id="GlobalVariablesWithoutGlobalType">
<source>Global variables passed to a script without a global type</source>
<target state="translated">Genel tür içermeyen bir betiğe geçirilen genel değişkenler</target>
<note />
</trans-unit>
<trans-unit id="PlusAdditionalError">
<source>+ additional {0} error</source>
<target state="translated">+ {0} hata daha</target>
<note />
</trans-unit>
<trans-unit id="PlusAdditionalErrors">
<source>+ additional {0} errors</source>
<target state="translated">+ {0} hata daha</target>
<note />
</trans-unit>
<trans-unit id="AtFileLine">
<source> at {0} : {1}</source>
<target state="translated"> konum {0} : {1}</target>
<note />
</trans-unit>
<trans-unit id="CannotSetReadOnlyVariable">
<source>Cannot set a read-only variable</source>
<target state="translated">Salt okunur bir değişken ayarlanamaz</target>
<note />
</trans-unit>
<trans-unit id="CannotSetConstantVariable">
<source>Cannot set a constant variable</source>
<target state="translated">Sabit bir değişken ayarlanamaz</target>
<note />
</trans-unit>
<trans-unit id="HelpPrompt">
<source>Type "#help" for more information.</source>
<target state="translated">Daha fazla bilgi için "#help" yazın.</target>
<note />
</trans-unit>
<trans-unit id="HelpText">
<source>Keyboard shortcuts:
Enter If the current submission appears to be complete, evaluate it. Otherwise, insert a new line.
Escape Clear the current submission.
UpArrow Replace the current submission with a previous submission.
DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards).
Ctrl-C Exit the REPL.
REPL commands:
#help Display help on available commands and key bindings.
Script directives:
#r Add a metadata reference to specified assembly and all its dependencies, e.g. #r "myLib.dll".
#load Load specified script file and execute it, e.g. #load "myScript.csx".</source>
<target state="translated">Klavye kısayolları:
Enter Geçerli gönderim tamamlanmış görünüyorsa değerlendir. Aksi takdirde, yeni bir satır ekle.
Escape Geçerli gönderimi sil.
Yukarı Ok Geçerli gönderimi önceki bir gönderimle değiştir.
Aşağı Ok Geçerli gönderimi sonraki bir gönderimle değiştir (daha önce geriye gittikten sonra).
Ctrl-C REPL'den çık.
REPL komutları:
#help Kullanılabilir komutlarda ve anahtar bağlamalarında yardımı görüntüle.
Betik yönergeleri:
#r Belirtilen bütünleştirilmiş koda ve tüm bağımlılıklarına bir meta veri başvurusu ekle, ör. #r "myLib.dll".
#load Belirtilen betik dosyasını yükle ve çalıştır, ör. #load "myScript.csx".</target>
<note />
</trans-unit>
<trans-unit id="AssemblyAlreadyLoaded">
<source>Assembly '{0}, Version={1}' has already been loaded from '{2}'. A different assembly with the same name and version can't be loaded: '{3}'.</source>
<target state="translated">Derleme '{0}, Sürüm ={1}', daha önce '{2}' konumundan yüklendi. Aynı ad ve sürümde farklı bir derleme yüklenemez: '{3}'.</target>
<note />
</trans-unit>
<trans-unit id="AssemblyAlreadyLoadedNotSigned">
<source>Assembly '{0}' has already been loaded from '{1}'. A different assembly with the same name can't be loaded unless it's signed: '{2}'.</source>
<target state="translated">'{0}' derlemesi daha önce '{1}' konumundan yüklendi. İmzalı olmadığı sürece aynı ada sahip başka bir derleme yüklenemez: '{2}'.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Dependencies/Collections/Internal/xlf/Strings.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../Strings.resx">
<body>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
<source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source>
<target state="translated">La lunghezza della matrice di destinazione non è sufficiente per copiare tutti gli elementi della raccolta. Controllare l'indice e la lunghezza della matrice.</target>
<note />
</trans-unit>
<trans-unit id="Arg_BogusIComparer">
<source>Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: '{0}'.</source>
<target state="translated">Impossibile eseguire l'ordinamento. Il metodo IComparer.Compare() restituisce risultati incoerenti. Un valore non viene confrontato uguale a se stesso oppure un valore confrontato ripetutamente con un altro valore restituisce risultati diversi. IComparer: '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="Arg_HTCapacityOverflow">
<source>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.</source>
<target state="translated">Overflow capacità hashtable. Il valore è diventato negativo. Controllare la capacità, il fattore di carico e la dimensione corrente della tabella.</target>
<note />
</trans-unit>
<trans-unit id="Arg_KeyNotFoundWithKey">
<source>The given key '{0}' was not present in the dictionary.</source>
<target state="translated">La chiave specificata '{0}' non è presente nel dizionario.</target>
<note />
</trans-unit>
<trans-unit id="Arg_LongerThanDestArray">
<source>Destination array was not long enough. Check the destination index, length, and the array's lower bounds.</source>
<target state="translated">Lunghezza della matrice di destinazione insufficiente. Controllare l'indice di destinazione, la lunghezza e i limiti inferiori della matrice.</target>
<note />
</trans-unit>
<trans-unit id="Arg_LongerThanSrcArray">
<source>Source array was not long enough. Check the source index, length, and the array's lower bounds.</source>
<target state="translated">Lunghezza della matrice di origine insufficiente. Controllare l'indice di origine, la lunghezza e i limiti inferiori della matrice.</target>
<note />
</trans-unit>
<trans-unit id="Arg_NonZeroLowerBound">
<source>The lower bound of target array must be zero.</source>
<target state="translated">Il limite inferiore della matrice di destinazione deve essere zero.</target>
<note />
</trans-unit>
<trans-unit id="Arg_RankMultiDimNotSupported">
<source>Only single dimensional arrays are supported for the requested action.</source>
<target state="translated">Per l'azione richiesta sono supportate solo matrici unidimensionali.</target>
<note />
</trans-unit>
<trans-unit id="Arg_WrongType">
<source>The value "{0}" is not of type "{1}" and cannot be used in this generic collection.</source>
<target state="translated">Il valore "{0}" non è di tipo "{1}" e non può essere utilizzato in questa raccolta generica.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentException_OtherNotArrayOfCorrectLength">
<source>Object is not a array with the same number of elements as the array to compare it to.</source>
<target state="translated">L'oggetto non è una matrice con lo stesso numero di elementi della matrice a cui confrontarlo.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_ArrayLB">
<source>Number was less than the array's lower bound in the first dimension.</source>
<target state="translated">Il valore del numero è minore del limite inferiore della matrice nella prima dimensione.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_BiggerThanCollection">
<source>Larger than collection size.</source>
<target state="translated">Più grande della dimensione della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_Count">
<source>Count must be positive and count must refer to a location within the string/array/collection.</source>
<target state="translated">Il contatore deve avere valore positivo e fare riferimento a una posizione all'interno della stringa, della matrice o della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_Index">
<source>Index was out of range. Must be non-negative and less than the size of the collection.</source>
<target state="translated">Indice non compreso nell'intervallo consentito. Deve essere non negativo e minore della dimensione della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_ListInsert">
<source>Index must be within the bounds of the List.</source>
<target state="translated">L'indice deve essere compreso nei limiti dell'elenco.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_NeedNonNegNum">
<source>Non-negative number required.</source>
<target state="translated">È richiesto un numero non negativo.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_SmallCapacity">
<source>capacity was less than the current size.</source>
<target state="translated">capacità inferiore alla dimensione corrente.</target>
<note />
</trans-unit>
<trans-unit id="Argument_AddingDuplicateWithKey">
<source>An item with the same key has already been added. Key: {0}</source>
<target state="translated">È stato già aggiunto un elemento con la stessa chiave. Chiave: {0}</target>
<note />
</trans-unit>
<trans-unit id="Argument_InvalidArrayType">
<source>Target array type is not compatible with the type of items in the collection.</source>
<target state="translated">Il tipo di matrice di destinazione non è compatibile con il tipo di elementi della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="Argument_InvalidOffLen">
<source>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</source>
<target state="translated">Offset e lunghezza eccedono i limiti della matrice oppure il conteggio è maggiore del numero di elementi presenti dall'indice alla fine della raccolta di origine.</target>
<note />
</trans-unit>
<trans-unit id="CannotFindOldValue">
<source>Cannot find the old value</source>
<target state="new">Cannot find the old value</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_ConcurrentOperationsNotSupported">
<source>Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.</source>
<target state="translated">Le operazioni che modificano raccolte non simultanee devono avere accesso esclusivo. Un aggiornamento simultaneo eseguito su questa raccolta ne ha danneggiato lo stato. Lo stato della raccolta non è più corretto.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_EnumFailedVersion">
<source>Collection was modified; enumeration operation may not execute.</source>
<target state="translated">La raccolta è stata modificata. L'operazione di enumerazione potrebbe non essere eseguita.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_EnumOpCantHappen">
<source>Enumeration has either not started or has already finished.</source>
<target state="translated">Enumerazione non avviata o già terminata.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_IComparerFailed">
<source>Failed to compare two elements in the array.</source>
<target state="translated">Non è stato possibile confrontare due elementi nella matrice.</target>
<note />
</trans-unit>
<trans-unit id="NotSupported_FixedSizeCollection">
<source>Collection was of a fixed size.</source>
<target state="translated">La raccolta è a dimensione fissa.</target>
<note />
</trans-unit>
<trans-unit id="NotSupported_KeyCollectionSet">
<source>Mutating a key collection derived from a dictionary is not allowed.</source>
<target state="translated">Impossibile cambiare una raccolta di chiavi derivata da un dizionario.</target>
<note />
</trans-unit>
<trans-unit id="NotSupported_ValueCollectionSet">
<source>Mutating a value collection derived from a dictionary is not allowed.</source>
<target state="translated">Impossibile cambiare una raccolta di valori derivata da un dizionario.</target>
<note />
</trans-unit>
<trans-unit id="Rank_MustMatch">
<source>The specified arrays must have the same number of dimensions.</source>
<target state="translated">Le matrici specificate devono avere lo stesso numero di dimensioni.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../Strings.resx">
<body>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
<source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source>
<target state="translated">La lunghezza della matrice di destinazione non è sufficiente per copiare tutti gli elementi della raccolta. Controllare l'indice e la lunghezza della matrice.</target>
<note />
</trans-unit>
<trans-unit id="Arg_BogusIComparer">
<source>Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: '{0}'.</source>
<target state="translated">Impossibile eseguire l'ordinamento. Il metodo IComparer.Compare() restituisce risultati incoerenti. Un valore non viene confrontato uguale a se stesso oppure un valore confrontato ripetutamente con un altro valore restituisce risultati diversi. IComparer: '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="Arg_HTCapacityOverflow">
<source>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.</source>
<target state="translated">Overflow capacità hashtable. Il valore è diventato negativo. Controllare la capacità, il fattore di carico e la dimensione corrente della tabella.</target>
<note />
</trans-unit>
<trans-unit id="Arg_KeyNotFoundWithKey">
<source>The given key '{0}' was not present in the dictionary.</source>
<target state="translated">La chiave specificata '{0}' non è presente nel dizionario.</target>
<note />
</trans-unit>
<trans-unit id="Arg_LongerThanDestArray">
<source>Destination array was not long enough. Check the destination index, length, and the array's lower bounds.</source>
<target state="translated">Lunghezza della matrice di destinazione insufficiente. Controllare l'indice di destinazione, la lunghezza e i limiti inferiori della matrice.</target>
<note />
</trans-unit>
<trans-unit id="Arg_LongerThanSrcArray">
<source>Source array was not long enough. Check the source index, length, and the array's lower bounds.</source>
<target state="translated">Lunghezza della matrice di origine insufficiente. Controllare l'indice di origine, la lunghezza e i limiti inferiori della matrice.</target>
<note />
</trans-unit>
<trans-unit id="Arg_NonZeroLowerBound">
<source>The lower bound of target array must be zero.</source>
<target state="translated">Il limite inferiore della matrice di destinazione deve essere zero.</target>
<note />
</trans-unit>
<trans-unit id="Arg_RankMultiDimNotSupported">
<source>Only single dimensional arrays are supported for the requested action.</source>
<target state="translated">Per l'azione richiesta sono supportate solo matrici unidimensionali.</target>
<note />
</trans-unit>
<trans-unit id="Arg_WrongType">
<source>The value "{0}" is not of type "{1}" and cannot be used in this generic collection.</source>
<target state="translated">Il valore "{0}" non è di tipo "{1}" e non può essere utilizzato in questa raccolta generica.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentException_OtherNotArrayOfCorrectLength">
<source>Object is not a array with the same number of elements as the array to compare it to.</source>
<target state="translated">L'oggetto non è una matrice con lo stesso numero di elementi della matrice a cui confrontarlo.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_ArrayLB">
<source>Number was less than the array's lower bound in the first dimension.</source>
<target state="translated">Il valore del numero è minore del limite inferiore della matrice nella prima dimensione.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_BiggerThanCollection">
<source>Larger than collection size.</source>
<target state="translated">Più grande della dimensione della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_Count">
<source>Count must be positive and count must refer to a location within the string/array/collection.</source>
<target state="translated">Il contatore deve avere valore positivo e fare riferimento a una posizione all'interno della stringa, della matrice o della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_Index">
<source>Index was out of range. Must be non-negative and less than the size of the collection.</source>
<target state="translated">Indice non compreso nell'intervallo consentito. Deve essere non negativo e minore della dimensione della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_ListInsert">
<source>Index must be within the bounds of the List.</source>
<target state="translated">L'indice deve essere compreso nei limiti dell'elenco.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_NeedNonNegNum">
<source>Non-negative number required.</source>
<target state="translated">È richiesto un numero non negativo.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentOutOfRange_SmallCapacity">
<source>capacity was less than the current size.</source>
<target state="translated">capacità inferiore alla dimensione corrente.</target>
<note />
</trans-unit>
<trans-unit id="Argument_AddingDuplicateWithKey">
<source>An item with the same key has already been added. Key: {0}</source>
<target state="translated">È stato già aggiunto un elemento con la stessa chiave. Chiave: {0}</target>
<note />
</trans-unit>
<trans-unit id="Argument_InvalidArrayType">
<source>Target array type is not compatible with the type of items in the collection.</source>
<target state="translated">Il tipo di matrice di destinazione non è compatibile con il tipo di elementi della raccolta.</target>
<note />
</trans-unit>
<trans-unit id="Argument_InvalidOffLen">
<source>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</source>
<target state="translated">Offset e lunghezza eccedono i limiti della matrice oppure il conteggio è maggiore del numero di elementi presenti dall'indice alla fine della raccolta di origine.</target>
<note />
</trans-unit>
<trans-unit id="CannotFindOldValue">
<source>Cannot find the old value</source>
<target state="new">Cannot find the old value</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_ConcurrentOperationsNotSupported">
<source>Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.</source>
<target state="translated">Le operazioni che modificano raccolte non simultanee devono avere accesso esclusivo. Un aggiornamento simultaneo eseguito su questa raccolta ne ha danneggiato lo stato. Lo stato della raccolta non è più corretto.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_EnumFailedVersion">
<source>Collection was modified; enumeration operation may not execute.</source>
<target state="translated">La raccolta è stata modificata. L'operazione di enumerazione potrebbe non essere eseguita.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_EnumOpCantHappen">
<source>Enumeration has either not started or has already finished.</source>
<target state="translated">Enumerazione non avviata o già terminata.</target>
<note />
</trans-unit>
<trans-unit id="InvalidOperation_IComparerFailed">
<source>Failed to compare two elements in the array.</source>
<target state="translated">Non è stato possibile confrontare due elementi nella matrice.</target>
<note />
</trans-unit>
<trans-unit id="NotSupported_FixedSizeCollection">
<source>Collection was of a fixed size.</source>
<target state="translated">La raccolta è a dimensione fissa.</target>
<note />
</trans-unit>
<trans-unit id="NotSupported_KeyCollectionSet">
<source>Mutating a key collection derived from a dictionary is not allowed.</source>
<target state="translated">Impossibile cambiare una raccolta di chiavi derivata da un dizionario.</target>
<note />
</trans-unit>
<trans-unit id="NotSupported_ValueCollectionSet">
<source>Mutating a value collection derived from a dictionary is not allowed.</source>
<target state="translated">Impossibile cambiare una raccolta di valori derivata da un dizionario.</target>
<note />
</trans-unit>
<trans-unit id="Rank_MustMatch">
<source>The specified arrays must have the same number of dimensions.</source>
<target state="translated">Le matrici specificate devono avere lo stesso numero di dimensioni.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pt-BR.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="GetType_can_be_converted_to_NameOf">
<source>'GetType' can be converted to 'NameOf'</source>
<target state="translated">'GetType' pode ser convertido em 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="If_statement_can_be_simplified">
<source>'If' statement can be simplified</source>
<target state="translated">A instrução 'If' pode ser simplificada</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">A instrução Imports é desnecessária.</target>
<note />
</trans-unit>
<trans-unit id="Object_creation_can_be_simplified">
<source>Object creation can be simplified</source>
<target state="translated">A criação de objetos pode ser simplificada</target>
<note />
</trans-unit>
<trans-unit id="Remove_ByVal">
<source>'ByVal' keyword is unnecessary and can be removed.</source>
<target state="translated">A palavra-chave 'ByVal' é desnecessária e pode ser removida.</target>
<note>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_IsNot_Nothing_check">
<source>Use 'IsNot Nothing' check</source>
<target state="translated">Usar a verificação 'IsNot Nothing'</target>
<note />
</trans-unit>
<trans-unit id="Use_IsNot_expression">
<source>Use 'IsNot' expression</source>
<target state="translated">Usar a expressão 'IsNot'</target>
<note>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_Is_Nothing_check">
<source>Use 'Is Nothing' check</source>
<target state="translated">Usar a verificação 'Is Nothing'</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="GetType_can_be_converted_to_NameOf">
<source>'GetType' can be converted to 'NameOf'</source>
<target state="translated">'GetType' pode ser convertido em 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="If_statement_can_be_simplified">
<source>'If' statement can be simplified</source>
<target state="translated">A instrução 'If' pode ser simplificada</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">A instrução Imports é desnecessária.</target>
<note />
</trans-unit>
<trans-unit id="Object_creation_can_be_simplified">
<source>Object creation can be simplified</source>
<target state="translated">A criação de objetos pode ser simplificada</target>
<note />
</trans-unit>
<trans-unit id="Remove_ByVal">
<source>'ByVal' keyword is unnecessary and can be removed.</source>
<target state="translated">A palavra-chave 'ByVal' é desnecessária e pode ser removida.</target>
<note>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_IsNot_Nothing_check">
<source>Use 'IsNot Nothing' check</source>
<target state="translated">Usar a verificação 'IsNot Nothing'</target>
<note />
</trans-unit>
<trans-unit id="Use_IsNot_expression">
<source>Use 'IsNot' expression</source>
<target state="translated">Usar a expressão 'IsNot'</target>
<note>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_Is_Nothing_check">
<source>Use 'Is Nothing' check</source>
<target state="translated">Usar a verificação 'Is Nothing'</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Tools/BuildValidator/xlf/BuildValidatorResources.ko.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../BuildValidatorResources.resx">
<body>
<trans-unit id="Assemblies_to_be_excluded_substring_match">
<source>Assemblies to be excluded (substring match)</source>
<target state="new">Assemblies to be excluded (substring match)</target>
<note />
</trans-unit>
<trans-unit id="Do_not_output_log_information_to_console">
<source>Do not output log information to console</source>
<target state="new">Do not output log information to console</target>
<note />
</trans-unit>
<trans-unit id="Output_debug_info_when_rebuild_is_not_equal_to_the_original">
<source>Output debug info when rebuild is not equal to the original</source>
<target state="new">Output debug info when rebuild is not equal to the original</target>
<note />
</trans-unit>
<trans-unit id="Output_verbose_log_information">
<source>Output verbose log information</source>
<target state="new">Output verbose log information</target>
<note />
</trans-unit>
<trans-unit id="Path_to_assemblies_to_rebuild_can_be_specified_one_or_more_times">
<source>Path to assemblies to rebuild (can be specified one or more times)</source>
<target state="new">Path to assemblies to rebuild (can be specified one or more times)</target>
<note />
</trans-unit>
<trans-unit id="Path_to_output_debug_info">
<source>Path to output debug info. Defaults to the user temp directory. Note that a unique debug path should be specified for every instance of the tool running with `--debug` enabled.</source>
<target state="new">Path to output debug info. Defaults to the user temp directory. Note that a unique debug path should be specified for every instance of the tool running with `--debug` enabled.</target>
<note />
</trans-unit>
<trans-unit id="Path_to_referenced_assemblies_can_be_specified_zero_or_more_times">
<source>Path to referenced assemblies (can be specified zero or more times)</source>
<target state="new">Path to referenced assemblies (can be specified zero or more times)</target>
<note />
</trans-unit>
<trans-unit id="Path_to_sources_to_use_in_rebuild">
<source>Path to sources to use in rebuild</source>
<target state="new">Path to sources to use in rebuild</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../BuildValidatorResources.resx">
<body>
<trans-unit id="Assemblies_to_be_excluded_substring_match">
<source>Assemblies to be excluded (substring match)</source>
<target state="new">Assemblies to be excluded (substring match)</target>
<note />
</trans-unit>
<trans-unit id="Do_not_output_log_information_to_console">
<source>Do not output log information to console</source>
<target state="new">Do not output log information to console</target>
<note />
</trans-unit>
<trans-unit id="Output_debug_info_when_rebuild_is_not_equal_to_the_original">
<source>Output debug info when rebuild is not equal to the original</source>
<target state="new">Output debug info when rebuild is not equal to the original</target>
<note />
</trans-unit>
<trans-unit id="Output_verbose_log_information">
<source>Output verbose log information</source>
<target state="new">Output verbose log information</target>
<note />
</trans-unit>
<trans-unit id="Path_to_assemblies_to_rebuild_can_be_specified_one_or_more_times">
<source>Path to assemblies to rebuild (can be specified one or more times)</source>
<target state="new">Path to assemblies to rebuild (can be specified one or more times)</target>
<note />
</trans-unit>
<trans-unit id="Path_to_output_debug_info">
<source>Path to output debug info. Defaults to the user temp directory. Note that a unique debug path should be specified for every instance of the tool running with `--debug` enabled.</source>
<target state="new">Path to output debug info. Defaults to the user temp directory. Note that a unique debug path should be specified for every instance of the tool running with `--debug` enabled.</target>
<note />
</trans-unit>
<trans-unit id="Path_to_referenced_assemblies_can_be_specified_zero_or_more_times">
<source>Path to referenced assemblies (can be specified zero or more times)</source>
<target state="new">Path to referenced assemblies (can be specified zero or more times)</target>
<note />
</trans-unit>
<trans-unit id="Path_to_sources_to_use_in_rebuild">
<source>Path to sources to use in rebuild</source>
<target state="new">Path to sources to use in rebuild</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/xlf/Resources.ko.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../Resources.resx">
<body>
<trans-unit id="InvalidDebuggerStatement">
<source>Statements of type '{0}' are not allowed in the Immediate window.</source>
<target state="translated">'{0}' 형식의 문은 직접 실행 창에서 허용되지 않습니다.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../Resources.resx">
<body>
<trans-unit id="InvalidDebuggerStatement">
<source>Statements of type '{0}' are not allowed in the Immediate window.</source>
<target state="translated">'{0}' 형식의 문은 직접 실행 창에서 허용되지 않습니다.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../EditorFeaturesWpfResources.resx">
<body>
<trans-unit id="Building_Project">
<source>Building Project</source>
<target state="translated">Trwa kompilowanie projektu</target>
<note />
</trans-unit>
<trans-unit id="Copying_selection_to_Interactive_Window">
<source>Copying selection to Interactive Window.</source>
<target state="translated">Kopiowanie zaznaczenia do okna Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Error_performing_rename_0">
<source>Error performing rename: '{0}'</source>
<target state="translated">Błąd podczas wykonywania operacji zmiany nazwy: „{0}”</target>
<note />
</trans-unit>
<trans-unit id="Executing_selection_in_Interactive_Window">
<source>Executing selection in Interactive Window.</source>
<target state="translated">Wykonywanie zaznaczenia w oknie Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Interactive_host_process_platform">
<source>Interactive host process platform</source>
<target state="translated">Platforma procesu hosta interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="Print_a_list_of_referenced_assemblies">
<source>Print a list of referenced assemblies.</source>
<target state="translated">Wydrukuj listę przywoływanych zestawów.</target>
<note />
</trans-unit>
<trans-unit id="Regex_Comment">
<source>Regex - Comment</source>
<target state="translated">Wyrażenie regularne — komentarz</target>
<note />
</trans-unit>
<trans-unit id="Regex_Character_Class">
<source>Regex - Character Class</source>
<target state="translated">Wyrażenie regularne — klasa znaków</target>
<note />
</trans-unit>
<trans-unit id="Regex_Alternation">
<source>Regex - Alternation</source>
<target state="translated">Wyrażenie regularne — alternatywa</target>
<note />
</trans-unit>
<trans-unit id="Regex_Anchor">
<source>Regex - Anchor</source>
<target state="translated">Wyrażenie regularne — kotwica</target>
<note />
</trans-unit>
<trans-unit id="Regex_Quantifier">
<source>Regex - Quantifier</source>
<target state="translated">Wyrażenie regularne — kwantyfikator</target>
<note />
</trans-unit>
<trans-unit id="Regex_SelfEscapedCharacter">
<source>Regex - Self Escaped Character</source>
<target state="translated">Wyrażenie regularne — znak będący sam dla siebie znakiem ucieczki</target>
<note />
</trans-unit>
<trans-unit id="Regex_Grouping">
<source>Regex - Grouping</source>
<target state="translated">Wyrażenie regularne — grupowanie</target>
<note />
</trans-unit>
<trans-unit id="Regex_Text">
<source>Regex - Text</source>
<target state="translated">Wyrażenie regularne — tekst</target>
<note />
</trans-unit>
<trans-unit id="Regex_OtherEscape">
<source>Regex - Other Escape</source>
<target state="translated">Wyrażenie regularne — inna sekwencja ucieczki</target>
<note />
</trans-unit>
<trans-unit id="Reset_the_execution_environment_to_the_initial_state_keep_history">
<source>Reset the execution environment to the initial state, keep history.</source>
<target state="translated">Przywróć początkowy stan środowiska wykonawczego, zachowując historię.</target>
<note />
</trans-unit>
<trans-unit id="Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script">
<source>Reset to a clean environment (only mscorlib referenced), do not run initialization script.</source>
<target state="translated">Przywróć czyste środowisko (tylko z odwołaniem do elementu mscorlib), nie uruchamiaj skryptu inicjowania.</target>
<note />
</trans-unit>
<trans-unit id="Resetting_Interactive">
<source>Resetting Interactive</source>
<target state="translated">Resetowanie trybu interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="Resetting_execution_engine">
<source>Resetting execution engine.</source>
<target state="translated">Resetowanie aparatu wykonywania.</target>
<note />
</trans-unit>
<trans-unit id="The_CurrentWindow_property_may_only_be_assigned_once">
<source>The CurrentWindow property may only be assigned once.</source>
<target state="translated">Właściwość CurrentWindow można przypisać tylko raz.</target>
<note />
</trans-unit>
<trans-unit id="The_references_command_is_not_supported_in_this_Interactive_Window_implementation">
<source>The references command is not supported in this Interactive Window implementation.</source>
<target state="translated">Polecenie references nie jest obsługiwane w tej implementacji okna Interactive.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../EditorFeaturesWpfResources.resx">
<body>
<trans-unit id="Building_Project">
<source>Building Project</source>
<target state="translated">Trwa kompilowanie projektu</target>
<note />
</trans-unit>
<trans-unit id="Copying_selection_to_Interactive_Window">
<source>Copying selection to Interactive Window.</source>
<target state="translated">Kopiowanie zaznaczenia do okna Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Error_performing_rename_0">
<source>Error performing rename: '{0}'</source>
<target state="translated">Błąd podczas wykonywania operacji zmiany nazwy: „{0}”</target>
<note />
</trans-unit>
<trans-unit id="Executing_selection_in_Interactive_Window">
<source>Executing selection in Interactive Window.</source>
<target state="translated">Wykonywanie zaznaczenia w oknie Interactive.</target>
<note />
</trans-unit>
<trans-unit id="Interactive_host_process_platform">
<source>Interactive host process platform</source>
<target state="translated">Platforma procesu hosta interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="Print_a_list_of_referenced_assemblies">
<source>Print a list of referenced assemblies.</source>
<target state="translated">Wydrukuj listę przywoływanych zestawów.</target>
<note />
</trans-unit>
<trans-unit id="Regex_Comment">
<source>Regex - Comment</source>
<target state="translated">Wyrażenie regularne — komentarz</target>
<note />
</trans-unit>
<trans-unit id="Regex_Character_Class">
<source>Regex - Character Class</source>
<target state="translated">Wyrażenie regularne — klasa znaków</target>
<note />
</trans-unit>
<trans-unit id="Regex_Alternation">
<source>Regex - Alternation</source>
<target state="translated">Wyrażenie regularne — alternatywa</target>
<note />
</trans-unit>
<trans-unit id="Regex_Anchor">
<source>Regex - Anchor</source>
<target state="translated">Wyrażenie regularne — kotwica</target>
<note />
</trans-unit>
<trans-unit id="Regex_Quantifier">
<source>Regex - Quantifier</source>
<target state="translated">Wyrażenie regularne — kwantyfikator</target>
<note />
</trans-unit>
<trans-unit id="Regex_SelfEscapedCharacter">
<source>Regex - Self Escaped Character</source>
<target state="translated">Wyrażenie regularne — znak będący sam dla siebie znakiem ucieczki</target>
<note />
</trans-unit>
<trans-unit id="Regex_Grouping">
<source>Regex - Grouping</source>
<target state="translated">Wyrażenie regularne — grupowanie</target>
<note />
</trans-unit>
<trans-unit id="Regex_Text">
<source>Regex - Text</source>
<target state="translated">Wyrażenie regularne — tekst</target>
<note />
</trans-unit>
<trans-unit id="Regex_OtherEscape">
<source>Regex - Other Escape</source>
<target state="translated">Wyrażenie regularne — inna sekwencja ucieczki</target>
<note />
</trans-unit>
<trans-unit id="Reset_the_execution_environment_to_the_initial_state_keep_history">
<source>Reset the execution environment to the initial state, keep history.</source>
<target state="translated">Przywróć początkowy stan środowiska wykonawczego, zachowując historię.</target>
<note />
</trans-unit>
<trans-unit id="Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script">
<source>Reset to a clean environment (only mscorlib referenced), do not run initialization script.</source>
<target state="translated">Przywróć czyste środowisko (tylko z odwołaniem do elementu mscorlib), nie uruchamiaj skryptu inicjowania.</target>
<note />
</trans-unit>
<trans-unit id="Resetting_Interactive">
<source>Resetting Interactive</source>
<target state="translated">Resetowanie trybu interaktywnego</target>
<note />
</trans-unit>
<trans-unit id="Resetting_execution_engine">
<source>Resetting execution engine.</source>
<target state="translated">Resetowanie aparatu wykonywania.</target>
<note />
</trans-unit>
<trans-unit id="The_CurrentWindow_property_may_only_be_assigned_once">
<source>The CurrentWindow property may only be assigned once.</source>
<target state="translated">Właściwość CurrentWindow można przypisać tylko raz.</target>
<note />
</trans-unit>
<trans-unit id="The_references_command_is_not_supported_in_this_Interactive_Window_implementation">
<source>The references command is not supported in this Interactive Window implementation.</source>
<target state="translated">Polecenie references nie jest obsługiwane w tej implementacji okna Interactive.</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pt-BR.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VBEditorResources.resx">
<body>
<trans-unit id="Add_Missing_Imports_on_Paste">
<source>Add Missing Imports on Paste</source>
<target state="translated">Adicionar as Importações Ausentes ao Colar</target>
<note>"imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Adding_missing_imports">
<source>Adding missing imports...</source>
<target state="translated">Adicionando as importações ausentes...</target>
<note>Thread awaited dialog text. "imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Case_Correction">
<source>Case Correction</source>
<target state="translated">Correção de Caso</target>
<note />
</trans-unit>
<trans-unit id="Correcting_word_casing">
<source>Correcting word casing...</source>
<target state="translated">Corrigindo maiúsculas e minúsculas de palavras...</target>
<note />
</trans-unit>
<trans-unit id="This_call_is_required_by_the_designer">
<source>This call is required by the designer.</source>
<target state="translated">Esta chamada é requerida pelo designer.</target>
<note />
</trans-unit>
<trans-unit id="Add_any_initialization_after_the_InitializeComponent_call">
<source>Add any initialization after the InitializeComponent() call.</source>
<target state="translated">Adicione qualquer inicialização após a chamada InitializeComponent().</target>
<note />
</trans-unit>
<trans-unit id="End_Construct">
<source>End Construct</source>
<target state="translated">Finalizar Construção</target>
<note />
</trans-unit>
<trans-unit id="Smart_Indenting">
<source>Smart Indenting</source>
<target state="translated">Recuo Inteligente</target>
<note />
</trans-unit>
<trans-unit id="Formatting_Document">
<source>Formatting Document...</source>
<target state="translated">Formatando documento...</target>
<note />
</trans-unit>
<trans-unit id="Insert_new_line">
<source>Insert new line</source>
<target state="translated">Inserir Nova Linha</target>
<note />
</trans-unit>
<trans-unit id="Format_Paste">
<source>Format Paste</source>
<target state="translated">Colar Formato</target>
<note />
</trans-unit>
<trans-unit id="Formatting_pasted_text">
<source>Formatting pasted text...</source>
<target state="translated">Formatando texto colado...</target>
<note />
</trans-unit>
<trans-unit id="Paste">
<source>Paste</source>
<target state="translated">Colar</target>
<note />
</trans-unit>
<trans-unit id="Format_on_Save">
<source>Format on Save</source>
<target state="translated">Formatar em Salvar</target>
<note />
</trans-unit>
<trans-unit id="Committing_line">
<source>Committing line</source>
<target state="translated">Confirmando linha</target>
<note />
</trans-unit>
<trans-unit id="Visual_Basic_Pretty_List">
<source>Visual Basic Pretty List</source>
<target state="translated">Reformatação Automática do Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="not_supported">
<source>not supported</source>
<target state="translated">não suportado</target>
<note />
</trans-unit>
<trans-unit id="Generate_Member">
<source>Generate Member</source>
<target state="translated">Gerar Membro</target>
<note />
</trans-unit>
<trans-unit id="Line_commit">
<source>Line commit</source>
<target state="translated">Confirmação de linha</target>
<note />
</trans-unit>
<trans-unit id="Implement_Abstract_Class_Or_Interface">
<source>Implement Abstract Class Or Interface</source>
<target state="translated">Implementar Classe Abstrata ou Interface</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VBEditorResources.resx">
<body>
<trans-unit id="Add_Missing_Imports_on_Paste">
<source>Add Missing Imports on Paste</source>
<target state="translated">Adicionar as Importações Ausentes ao Colar</target>
<note>"imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Adding_missing_imports">
<source>Adding missing imports...</source>
<target state="translated">Adicionando as importações ausentes...</target>
<note>Thread awaited dialog text. "imports" is a language specific term and should not be localized</note>
</trans-unit>
<trans-unit id="Case_Correction">
<source>Case Correction</source>
<target state="translated">Correção de Caso</target>
<note />
</trans-unit>
<trans-unit id="Correcting_word_casing">
<source>Correcting word casing...</source>
<target state="translated">Corrigindo maiúsculas e minúsculas de palavras...</target>
<note />
</trans-unit>
<trans-unit id="This_call_is_required_by_the_designer">
<source>This call is required by the designer.</source>
<target state="translated">Esta chamada é requerida pelo designer.</target>
<note />
</trans-unit>
<trans-unit id="Add_any_initialization_after_the_InitializeComponent_call">
<source>Add any initialization after the InitializeComponent() call.</source>
<target state="translated">Adicione qualquer inicialização após a chamada InitializeComponent().</target>
<note />
</trans-unit>
<trans-unit id="End_Construct">
<source>End Construct</source>
<target state="translated">Finalizar Construção</target>
<note />
</trans-unit>
<trans-unit id="Smart_Indenting">
<source>Smart Indenting</source>
<target state="translated">Recuo Inteligente</target>
<note />
</trans-unit>
<trans-unit id="Formatting_Document">
<source>Formatting Document...</source>
<target state="translated">Formatando documento...</target>
<note />
</trans-unit>
<trans-unit id="Insert_new_line">
<source>Insert new line</source>
<target state="translated">Inserir Nova Linha</target>
<note />
</trans-unit>
<trans-unit id="Format_Paste">
<source>Format Paste</source>
<target state="translated">Colar Formato</target>
<note />
</trans-unit>
<trans-unit id="Formatting_pasted_text">
<source>Formatting pasted text...</source>
<target state="translated">Formatando texto colado...</target>
<note />
</trans-unit>
<trans-unit id="Paste">
<source>Paste</source>
<target state="translated">Colar</target>
<note />
</trans-unit>
<trans-unit id="Format_on_Save">
<source>Format on Save</source>
<target state="translated">Formatar em Salvar</target>
<note />
</trans-unit>
<trans-unit id="Committing_line">
<source>Committing line</source>
<target state="translated">Confirmando linha</target>
<note />
</trans-unit>
<trans-unit id="Visual_Basic_Pretty_List">
<source>Visual Basic Pretty List</source>
<target state="translated">Reformatação Automática do Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="not_supported">
<source>not supported</source>
<target state="translated">não suportado</target>
<note />
</trans-unit>
<trans-unit id="Generate_Member">
<source>Generate Member</source>
<target state="translated">Gerar Membro</target>
<note />
</trans-unit>
<trans-unit id="Line_commit">
<source>Line commit</source>
<target state="translated">Confirmação de linha</target>
<note />
</trans-unit>
<trans-unit id="Implement_Abstract_Class_Or_Interface">
<source>Implement Abstract Class Or Interface</source>
<target state="translated">Implementar Classe Abstrata ou Interface</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../BasicVSResources.resx">
<body>
<trans-unit id="Add_missing_imports_on_paste">
<source>Add missing imports on paste</source>
<target state="translated">Aggiungi Import mancanti dopo operazione Incolla</target>
<note>'import' is a Visual Basic keyword and should not be localized</note>
</trans-unit>
<trans-unit id="In_relational_binary_operators">
<source>In relational operators: = <> < > <= >= Like Is</source>
<target state="translated">In operatori relazionali: = <> < > <= >= Like Is</target>
<note />
</trans-unit>
<trans-unit id="Insert_apostrophe_at_the_start_of_new_lines_when_writing_apostrophe_comments">
<source>Insert ' at the start of new lines when writing ' comments</source>
<target state="translated">Inserisci * all'inizio di nuove righe quando si scrivono commenti '</target>
<note />
</trans-unit>
<trans-unit id="Microsoft_Visual_Basic">
<source>Microsoft Visual Basic</source>
<target state="translated">Microsoft Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="Insert_Snippet">
<source>Insert Snippet</source>
<target state="translated">Inserisci frammento</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense">
<source>IntelliSense</source>
<target state="translated">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="Automatic_insertion_of_Interface_and_MustOverride_members">
<source>Automatic _insertion of Interface and MustOverride members</source>
<target state="translated">_Inserimento automatico di membri Interface e MustOverride</target>
<note />
</trans-unit>
<trans-unit id="Never">
<source>Never</source>
<target state="translated">Mai</target>
<note />
</trans-unit>
<trans-unit id="Prefer_IsNot_expression">
<source>Prefer 'IsNot' expression</source>
<target state="translated">Preferisci l'espressione 'IsNot'</target>
<note />
</trans-unit>
<trans-unit id="Prefer_Is_Nothing_for_reference_equality_checks">
<source>Prefer 'Is Nothing' for reference equality checks</source>
<target state="translated">Preferisci 'Is Nothing' per i controlli di uguaglianza dei riferimenti</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simplified_object_creation">
<source>Prefer simplified object creation</source>
<target state="translated">Preferire la creazione semplificata degli oggetti</target>
<note />
</trans-unit>
<trans-unit id="Remove_unnecessary_Imports">
<source>Remove unnecessary Imports</source>
<target state="translated">Rimuovi direttive Import non necessarie</target>
<note>{Locked="Import"} 'import' is a Visual Basic keyword and should not be localized</note>
</trans-unit>
<trans-unit id="Show_hints_for_New_expressions">
<source>Show hints for 'New' expressions</source>
<target state="translated">Mostra suggerimenti per le espressioni 'New'</target>
<note />
</trans-unit>
<trans-unit id="Show_items_from_unimported_namespaces">
<source>Show items from unimported namespaces</source>
<target state="translated">Mostra elementi da spazi dei nomi non importati</target>
<note />
</trans-unit>
<trans-unit id="Show_procedure_line_separators">
<source>_Show procedure line separators</source>
<target state="translated">_Mostra separatori di riga routine</target>
<note />
</trans-unit>
<trans-unit id="Don_t_put_ByRef_on_custom_structure">
<source>_Don't put ByRef on custom structure</source>
<target state="translated">_Non inserire ByRef nella struttura personalizzata</target>
<note />
</trans-unit>
<trans-unit id="Editor_Help">
<source>Editor Help</source>
<target state="translated">Guida Editor</target>
<note />
</trans-unit>
<trans-unit id="A_utomatic_insertion_of_end_constructs">
<source>A_utomatic insertion of end constructs</source>
<target state="translated">Inserimento a_utomatico di costrutti End</target>
<note />
</trans-unit>
<trans-unit id="Highlight_related_keywords_under_cursor">
<source>Highlight related _keywords under cursor</source>
<target state="translated">Evidenzia _parole chiave correlate sotto il cursore</target>
<note />
</trans-unit>
<trans-unit id="Highlight_references_to_symbol_under_cursor">
<source>_Highlight references to symbol under cursor</source>
<target state="translated">_Evidenzia riferimenti a simbolo sotto il cursore</target>
<note />
</trans-unit>
<trans-unit id="Pretty_listing_reformatting_of_code">
<source>_Pretty listing (reformatting) of code</source>
<target state="translated">_Riformattazione del codice</target>
<note />
</trans-unit>
<trans-unit id="Enter_outlining_mode_when_files_open">
<source>_Enter outlining mode when files open</source>
<target state="translated">Attiva m_odalità struttura all'apertura dei file</target>
<note />
</trans-unit>
<trans-unit id="Extract_Method">
<source>Extract Method</source>
<target state="translated">Estrai metodo</target>
<note />
</trans-unit>
<trans-unit id="Generate_XML_documentation_comments_for">
<source>_Generate XML documentation comments for '''</source>
<target state="translated">_Genera commenti in formato documentazione XML per '''</target>
<note>{Locked="'''"} "'''" is a VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Highlighting">
<source>Highlighting</source>
<target state="translated">Evidenziazione</target>
<note />
</trans-unit>
<trans-unit id="Optimize_for_solution_size">
<source>Optimize for solution size</source>
<target state="translated">Ottimizza in base alle dimensioni della soluzione</target>
<note />
</trans-unit>
<trans-unit id="Large">
<source>Large</source>
<target state="translated">Grande</target>
<note />
</trans-unit>
<trans-unit id="Regular">
<source>Regular</source>
<target state="translated">Normale</target>
<note />
</trans-unit>
<trans-unit id="Show_remarks_in_Quick_Info">
<source>Show remarks in Quick Info</source>
<target state="translated">Mostra i commenti in Informazioni rapide</target>
<note />
</trans-unit>
<trans-unit id="Small">
<source>Small</source>
<target state="translated">Piccola</target>
<note />
</trans-unit>
<trans-unit id="Performance">
<source>Performance</source>
<target state="translated">Prestazioni</target>
<note />
</trans-unit>
<trans-unit id="Show_preview_for_rename_tracking">
<source>Show preview for rename _tracking</source>
<target state="translated">Mostra anteprima per verifica _ridenominazione</target>
<note />
</trans-unit>
<trans-unit id="Navigate_to_Object_Browser_for_symbols_defined_in_metadata">
<source>_Navigate to Object Browser for symbols defined in metadata</source>
<target state="translated">_Passa a Visualizzatore oggetti per i simboli definiti nei metadati</target>
<note />
</trans-unit>
<trans-unit id="Go_to_Definition">
<source>Go to Definition</source>
<target state="translated">Vai a definizione</target>
<note />
</trans-unit>
<trans-unit id="Import_Directives">
<source>Import Directives</source>
<target state="translated">Direttive import</target>
<note />
</trans-unit>
<trans-unit id="Sort_imports">
<source>Sort imports</source>
<target state="translated">Ordina direttive Import</target>
<note>{Locked="Import"} 'import' is a Visual Basic keyword and should not be localized</note>
</trans-unit>
<trans-unit id="Suggest_imports_for_types_in_NuGet_packages">
<source>Suggest imports for types in _NuGet packages</source>
<target state="translated">Suggerisci le direttive import per i tipi in pacchetti _NuGet</target>
<note />
</trans-unit>
<trans-unit id="Suggest_imports_for_types_in_reference_assemblies">
<source>Suggest imports for types in _reference assemblies</source>
<target state="translated">Suggerisci le direttive import per i tipi in _assembly di riferimento</target>
<note />
</trans-unit>
<trans-unit id="Place_System_directives_first_when_sorting_imports">
<source>_Place 'System' directives first when sorting imports</source>
<target state="translated">_Inserisci prima le direttive 'System' durante l'ordinamento delle direttive import</target>
<note />
</trans-unit>
<trans-unit id="Qualify_event_access_with_Me">
<source>Qualify event access with 'Me'</source>
<target state="translated">Qualifica l'accesso agli eventi con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Qualify_field_access_with_Me">
<source>Qualify field access with 'Me'</source>
<target state="translated">Qualifica l'accesso ai campi con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Qualify_method_access_with_Me">
<source>Qualify method access with 'Me'</source>
<target state="translated">Qualifica l'accesso ai metodi con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Qualify_property_access_with_Me">
<source>Qualify property access with 'Me'</source>
<target state="translated">Qualifica l'accesso alle proprietà con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Do_not_prefer_Me">
<source>Do not prefer 'Me.'</source>
<target state="translated">Non preferire 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Prefer_Me">
<source>Prefer 'Me.'</source>
<target state="translated">Preferisci 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Me_preferences_colon">
<source>'Me.' preferences:</source>
<target state="translated">'Preferenze per 'Me.':</target>
<note />
</trans-unit>
<trans-unit id="Predefined_type_preferences_colon">
<source>Predefined type preferences:</source>
<target state="translated">Preferenze per tipi predefiniti:</target>
<note />
</trans-unit>
<trans-unit id="Highlight_matching_portions_of_completion_list_items">
<source>_Highlight matching portions of completion list items</source>
<target state="translated">_Evidenzia le parti corrispondenti di voci dell'elenco di completamento</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_item_filters">
<source>Show completion item _filters</source>
<target state="translated">Mostra i _filtri per le voci di completamento</target>
<note />
</trans-unit>
<trans-unit id="Completion_Lists">
<source>Completion Lists</source>
<target state="translated">Elenchi di completamento</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_behavior_colon">
<source>Enter key behavior:</source>
<target state="translated">Comportamento del tasto INVIO:</target>
<note />
</trans-unit>
<trans-unit id="Only_add_new_line_on_enter_after_end_of_fully_typed_word">
<source>_Only add new line on enter after end of fully typed word</source>
<target state="translated">Aggi_ungi una nuova riga dopo INVIO alla fine della parola digitata</target>
<note />
</trans-unit>
<trans-unit id="Always_add_new_line_on_enter">
<source>_Always add new line on enter</source>
<target state="translated">_Aggiungi sempre una nuova riga dopo INVIO</target>
<note />
</trans-unit>
<trans-unit id="Never_add_new_line_on_enter">
<source>_Never add new line on enter</source>
<target state="translated">_Non aggiungere mai una nuova riga dopo INVIO</target>
<note />
</trans-unit>
<trans-unit id="Always_include_snippets">
<source>Always include snippets</source>
<target state="translated">Includi sempre i frammenti</target>
<note />
</trans-unit>
<trans-unit id="Include_snippets_when_Tab_is_typed_after_an_identifier">
<source>Include snippets when ?-Tab is typed after an identifier</source>
<target state="translated">Includi i frammenti quando si digita ?+TAB dopo un identificatore</target>
<note />
</trans-unit>
<trans-unit id="Never_include_snippets">
<source>Never include snippets</source>
<target state="translated">Non includere mai i frammenti</target>
<note />
</trans-unit>
<trans-unit id="Snippets_behavior">
<source>Snippets behavior</source>
<target state="translated">Comportamento dei frammenti</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_list_after_a_character_is_deleted">
<source>Show completion list after a character is _deleted</source>
<target state="translated">Mostra _elenco di completamento dopo l'eliminazione di un carattere</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_list_after_a_character_is_typed">
<source>_Show completion list after a character is typed</source>
<target state="translated">Mo_stra elenco di completamento dopo la digitazione di un carattere</target>
<note />
</trans-unit>
<trans-unit id="Unused_local">
<source>Unused local</source>
<target state="translated">Variabile locale inutilizzata</target>
<note />
</trans-unit>
<trans-unit id="VB_Coding_Conventions">
<source>VB Coding Conventions</source>
<target state="translated">Convenzioni di scrittura codice VB</target>
<note />
</trans-unit>
<trans-unit id="nothing_checking_colon">
<source>'nothing' checking:</source>
<target state="translated">'Controllo 'nothing':</target>
<note />
</trans-unit>
<trans-unit id="Fade_out_unused_imports">
<source>Fade out unused imports</source>
<target state="translated">Applica dissolvenza a direttive import non usate</target>
<note />
</trans-unit>
<trans-unit id="Report_invalid_placeholders_in_string_dot_format_calls">
<source>Report invalid placeholders in 'String.Format' calls</source>
<target state="translated">Segnala segnaposto non validi in chiamate 'String.Format'</target>
<note />
</trans-unit>
<trans-unit id="Separate_import_directive_groups">
<source>Separate import directive groups</source>
<target state="translated">Separa gruppi di direttive import</target>
<note />
</trans-unit>
<trans-unit id="In_arithmetic_binary_operators">
<source>In arithmetic operators: ^ * / \ Mod + - & << >></source>
<target state="translated">In operatori aritmetici: ^ * / \ Mod + - & << >></target>
<note />
</trans-unit>
<trans-unit id="In_other_binary_operators">
<source>In other binary operators: And AndAlso Or OrElse</source>
<target state="translated">In altri operatori binari: And AndAlso Or OrElse</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../BasicVSResources.resx">
<body>
<trans-unit id="Add_missing_imports_on_paste">
<source>Add missing imports on paste</source>
<target state="translated">Aggiungi Import mancanti dopo operazione Incolla</target>
<note>'import' is a Visual Basic keyword and should not be localized</note>
</trans-unit>
<trans-unit id="In_relational_binary_operators">
<source>In relational operators: = <> < > <= >= Like Is</source>
<target state="translated">In operatori relazionali: = <> < > <= >= Like Is</target>
<note />
</trans-unit>
<trans-unit id="Insert_apostrophe_at_the_start_of_new_lines_when_writing_apostrophe_comments">
<source>Insert ' at the start of new lines when writing ' comments</source>
<target state="translated">Inserisci * all'inizio di nuove righe quando si scrivono commenti '</target>
<note />
</trans-unit>
<trans-unit id="Microsoft_Visual_Basic">
<source>Microsoft Visual Basic</source>
<target state="translated">Microsoft Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="Insert_Snippet">
<source>Insert Snippet</source>
<target state="translated">Inserisci frammento</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense">
<source>IntelliSense</source>
<target state="translated">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="Automatic_insertion_of_Interface_and_MustOverride_members">
<source>Automatic _insertion of Interface and MustOverride members</source>
<target state="translated">_Inserimento automatico di membri Interface e MustOverride</target>
<note />
</trans-unit>
<trans-unit id="Never">
<source>Never</source>
<target state="translated">Mai</target>
<note />
</trans-unit>
<trans-unit id="Prefer_IsNot_expression">
<source>Prefer 'IsNot' expression</source>
<target state="translated">Preferisci l'espressione 'IsNot'</target>
<note />
</trans-unit>
<trans-unit id="Prefer_Is_Nothing_for_reference_equality_checks">
<source>Prefer 'Is Nothing' for reference equality checks</source>
<target state="translated">Preferisci 'Is Nothing' per i controlli di uguaglianza dei riferimenti</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simplified_object_creation">
<source>Prefer simplified object creation</source>
<target state="translated">Preferire la creazione semplificata degli oggetti</target>
<note />
</trans-unit>
<trans-unit id="Remove_unnecessary_Imports">
<source>Remove unnecessary Imports</source>
<target state="translated">Rimuovi direttive Import non necessarie</target>
<note>{Locked="Import"} 'import' is a Visual Basic keyword and should not be localized</note>
</trans-unit>
<trans-unit id="Show_hints_for_New_expressions">
<source>Show hints for 'New' expressions</source>
<target state="translated">Mostra suggerimenti per le espressioni 'New'</target>
<note />
</trans-unit>
<trans-unit id="Show_items_from_unimported_namespaces">
<source>Show items from unimported namespaces</source>
<target state="translated">Mostra elementi da spazi dei nomi non importati</target>
<note />
</trans-unit>
<trans-unit id="Show_procedure_line_separators">
<source>_Show procedure line separators</source>
<target state="translated">_Mostra separatori di riga routine</target>
<note />
</trans-unit>
<trans-unit id="Don_t_put_ByRef_on_custom_structure">
<source>_Don't put ByRef on custom structure</source>
<target state="translated">_Non inserire ByRef nella struttura personalizzata</target>
<note />
</trans-unit>
<trans-unit id="Editor_Help">
<source>Editor Help</source>
<target state="translated">Guida Editor</target>
<note />
</trans-unit>
<trans-unit id="A_utomatic_insertion_of_end_constructs">
<source>A_utomatic insertion of end constructs</source>
<target state="translated">Inserimento a_utomatico di costrutti End</target>
<note />
</trans-unit>
<trans-unit id="Highlight_related_keywords_under_cursor">
<source>Highlight related _keywords under cursor</source>
<target state="translated">Evidenzia _parole chiave correlate sotto il cursore</target>
<note />
</trans-unit>
<trans-unit id="Highlight_references_to_symbol_under_cursor">
<source>_Highlight references to symbol under cursor</source>
<target state="translated">_Evidenzia riferimenti a simbolo sotto il cursore</target>
<note />
</trans-unit>
<trans-unit id="Pretty_listing_reformatting_of_code">
<source>_Pretty listing (reformatting) of code</source>
<target state="translated">_Riformattazione del codice</target>
<note />
</trans-unit>
<trans-unit id="Enter_outlining_mode_when_files_open">
<source>_Enter outlining mode when files open</source>
<target state="translated">Attiva m_odalità struttura all'apertura dei file</target>
<note />
</trans-unit>
<trans-unit id="Extract_Method">
<source>Extract Method</source>
<target state="translated">Estrai metodo</target>
<note />
</trans-unit>
<trans-unit id="Generate_XML_documentation_comments_for">
<source>_Generate XML documentation comments for '''</source>
<target state="translated">_Genera commenti in formato documentazione XML per '''</target>
<note>{Locked="'''"} "'''" is a VB keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Highlighting">
<source>Highlighting</source>
<target state="translated">Evidenziazione</target>
<note />
</trans-unit>
<trans-unit id="Optimize_for_solution_size">
<source>Optimize for solution size</source>
<target state="translated">Ottimizza in base alle dimensioni della soluzione</target>
<note />
</trans-unit>
<trans-unit id="Large">
<source>Large</source>
<target state="translated">Grande</target>
<note />
</trans-unit>
<trans-unit id="Regular">
<source>Regular</source>
<target state="translated">Normale</target>
<note />
</trans-unit>
<trans-unit id="Show_remarks_in_Quick_Info">
<source>Show remarks in Quick Info</source>
<target state="translated">Mostra i commenti in Informazioni rapide</target>
<note />
</trans-unit>
<trans-unit id="Small">
<source>Small</source>
<target state="translated">Piccola</target>
<note />
</trans-unit>
<trans-unit id="Performance">
<source>Performance</source>
<target state="translated">Prestazioni</target>
<note />
</trans-unit>
<trans-unit id="Show_preview_for_rename_tracking">
<source>Show preview for rename _tracking</source>
<target state="translated">Mostra anteprima per verifica _ridenominazione</target>
<note />
</trans-unit>
<trans-unit id="Navigate_to_Object_Browser_for_symbols_defined_in_metadata">
<source>_Navigate to Object Browser for symbols defined in metadata</source>
<target state="translated">_Passa a Visualizzatore oggetti per i simboli definiti nei metadati</target>
<note />
</trans-unit>
<trans-unit id="Go_to_Definition">
<source>Go to Definition</source>
<target state="translated">Vai a definizione</target>
<note />
</trans-unit>
<trans-unit id="Import_Directives">
<source>Import Directives</source>
<target state="translated">Direttive import</target>
<note />
</trans-unit>
<trans-unit id="Sort_imports">
<source>Sort imports</source>
<target state="translated">Ordina direttive Import</target>
<note>{Locked="Import"} 'import' is a Visual Basic keyword and should not be localized</note>
</trans-unit>
<trans-unit id="Suggest_imports_for_types_in_NuGet_packages">
<source>Suggest imports for types in _NuGet packages</source>
<target state="translated">Suggerisci le direttive import per i tipi in pacchetti _NuGet</target>
<note />
</trans-unit>
<trans-unit id="Suggest_imports_for_types_in_reference_assemblies">
<source>Suggest imports for types in _reference assemblies</source>
<target state="translated">Suggerisci le direttive import per i tipi in _assembly di riferimento</target>
<note />
</trans-unit>
<trans-unit id="Place_System_directives_first_when_sorting_imports">
<source>_Place 'System' directives first when sorting imports</source>
<target state="translated">_Inserisci prima le direttive 'System' durante l'ordinamento delle direttive import</target>
<note />
</trans-unit>
<trans-unit id="Qualify_event_access_with_Me">
<source>Qualify event access with 'Me'</source>
<target state="translated">Qualifica l'accesso agli eventi con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Qualify_field_access_with_Me">
<source>Qualify field access with 'Me'</source>
<target state="translated">Qualifica l'accesso ai campi con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Qualify_method_access_with_Me">
<source>Qualify method access with 'Me'</source>
<target state="translated">Qualifica l'accesso ai metodi con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Qualify_property_access_with_Me">
<source>Qualify property access with 'Me'</source>
<target state="translated">Qualifica l'accesso alle proprietà con 'Me'</target>
<note />
</trans-unit>
<trans-unit id="Do_not_prefer_Me">
<source>Do not prefer 'Me.'</source>
<target state="translated">Non preferire 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Prefer_Me">
<source>Prefer 'Me.'</source>
<target state="translated">Preferisci 'Me.'</target>
<note />
</trans-unit>
<trans-unit id="Me_preferences_colon">
<source>'Me.' preferences:</source>
<target state="translated">'Preferenze per 'Me.':</target>
<note />
</trans-unit>
<trans-unit id="Predefined_type_preferences_colon">
<source>Predefined type preferences:</source>
<target state="translated">Preferenze per tipi predefiniti:</target>
<note />
</trans-unit>
<trans-unit id="Highlight_matching_portions_of_completion_list_items">
<source>_Highlight matching portions of completion list items</source>
<target state="translated">_Evidenzia le parti corrispondenti di voci dell'elenco di completamento</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_item_filters">
<source>Show completion item _filters</source>
<target state="translated">Mostra i _filtri per le voci di completamento</target>
<note />
</trans-unit>
<trans-unit id="Completion_Lists">
<source>Completion Lists</source>
<target state="translated">Elenchi di completamento</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_behavior_colon">
<source>Enter key behavior:</source>
<target state="translated">Comportamento del tasto INVIO:</target>
<note />
</trans-unit>
<trans-unit id="Only_add_new_line_on_enter_after_end_of_fully_typed_word">
<source>_Only add new line on enter after end of fully typed word</source>
<target state="translated">Aggi_ungi una nuova riga dopo INVIO alla fine della parola digitata</target>
<note />
</trans-unit>
<trans-unit id="Always_add_new_line_on_enter">
<source>_Always add new line on enter</source>
<target state="translated">_Aggiungi sempre una nuova riga dopo INVIO</target>
<note />
</trans-unit>
<trans-unit id="Never_add_new_line_on_enter">
<source>_Never add new line on enter</source>
<target state="translated">_Non aggiungere mai una nuova riga dopo INVIO</target>
<note />
</trans-unit>
<trans-unit id="Always_include_snippets">
<source>Always include snippets</source>
<target state="translated">Includi sempre i frammenti</target>
<note />
</trans-unit>
<trans-unit id="Include_snippets_when_Tab_is_typed_after_an_identifier">
<source>Include snippets when ?-Tab is typed after an identifier</source>
<target state="translated">Includi i frammenti quando si digita ?+TAB dopo un identificatore</target>
<note />
</trans-unit>
<trans-unit id="Never_include_snippets">
<source>Never include snippets</source>
<target state="translated">Non includere mai i frammenti</target>
<note />
</trans-unit>
<trans-unit id="Snippets_behavior">
<source>Snippets behavior</source>
<target state="translated">Comportamento dei frammenti</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_list_after_a_character_is_deleted">
<source>Show completion list after a character is _deleted</source>
<target state="translated">Mostra _elenco di completamento dopo l'eliminazione di un carattere</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_list_after_a_character_is_typed">
<source>_Show completion list after a character is typed</source>
<target state="translated">Mo_stra elenco di completamento dopo la digitazione di un carattere</target>
<note />
</trans-unit>
<trans-unit id="Unused_local">
<source>Unused local</source>
<target state="translated">Variabile locale inutilizzata</target>
<note />
</trans-unit>
<trans-unit id="VB_Coding_Conventions">
<source>VB Coding Conventions</source>
<target state="translated">Convenzioni di scrittura codice VB</target>
<note />
</trans-unit>
<trans-unit id="nothing_checking_colon">
<source>'nothing' checking:</source>
<target state="translated">'Controllo 'nothing':</target>
<note />
</trans-unit>
<trans-unit id="Fade_out_unused_imports">
<source>Fade out unused imports</source>
<target state="translated">Applica dissolvenza a direttive import non usate</target>
<note />
</trans-unit>
<trans-unit id="Report_invalid_placeholders_in_string_dot_format_calls">
<source>Report invalid placeholders in 'String.Format' calls</source>
<target state="translated">Segnala segnaposto non validi in chiamate 'String.Format'</target>
<note />
</trans-unit>
<trans-unit id="Separate_import_directive_groups">
<source>Separate import directive groups</source>
<target state="translated">Separa gruppi di direttive import</target>
<note />
</trans-unit>
<trans-unit id="In_arithmetic_binary_operators">
<source>In arithmetic operators: ^ * / \ Mod + - & << >></source>
<target state="translated">In operatori aritmetici: ^ * / \ Mod + - & << >></target>
<note />
</trans-unit>
<trans-unit id="In_other_binary_operators">
<source>In other binary operators: And AndAlso Or OrElse</source>
<target state="translated">In altri operatori binari: And AndAlso Or OrElse</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.fr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="GetType_can_be_converted_to_NameOf">
<source>'GetType' can be converted to 'NameOf'</source>
<target state="translated">'GetType' peut être converti en 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="If_statement_can_be_simplified">
<source>'If' statement can be simplified</source>
<target state="translated">L'instruction 'If' peut être simplifiée</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">L'instruction Imports n'est pas utile.</target>
<note />
</trans-unit>
<trans-unit id="Object_creation_can_be_simplified">
<source>Object creation can be simplified</source>
<target state="translated">La création d’objets peut être simplifiée</target>
<note />
</trans-unit>
<trans-unit id="Remove_ByVal">
<source>'ByVal' keyword is unnecessary and can be removed.</source>
<target state="translated">Le mot clé 'ByVal' est inutile et peut être supprimé.</target>
<note>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_IsNot_Nothing_check">
<source>Use 'IsNot Nothing' check</source>
<target state="translated">Utiliser la vérification 'IsNot Nothing'</target>
<note />
</trans-unit>
<trans-unit id="Use_IsNot_expression">
<source>Use 'IsNot' expression</source>
<target state="translated">Utiliser l'expression 'IsNot'</target>
<note>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_Is_Nothing_check">
<source>Use 'Is Nothing' check</source>
<target state="translated">Utiliser la vérification 'Is Nothing'</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="GetType_can_be_converted_to_NameOf">
<source>'GetType' can be converted to 'NameOf'</source>
<target state="translated">'GetType' peut être converti en 'NameOf'</target>
<note />
</trans-unit>
<trans-unit id="If_statement_can_be_simplified">
<source>'If' statement can be simplified</source>
<target state="translated">L'instruction 'If' peut être simplifiée</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">L'instruction Imports n'est pas utile.</target>
<note />
</trans-unit>
<trans-unit id="Object_creation_can_be_simplified">
<source>Object creation can be simplified</source>
<target state="translated">La création d’objets peut être simplifiée</target>
<note />
</trans-unit>
<trans-unit id="Remove_ByVal">
<source>'ByVal' keyword is unnecessary and can be removed.</source>
<target state="translated">Le mot clé 'ByVal' est inutile et peut être supprimé.</target>
<note>{locked: ByVal}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_IsNot_Nothing_check">
<source>Use 'IsNot Nothing' check</source>
<target state="translated">Utiliser la vérification 'IsNot Nothing'</target>
<note />
</trans-unit>
<trans-unit id="Use_IsNot_expression">
<source>Use 'IsNot' expression</source>
<target state="translated">Utiliser l'expression 'IsNot'</target>
<note>{locked: IsNot}This is a Visual Basic keyword and should not be localized or have its casing changed</note>
</trans-unit>
<trans-unit id="Use_Is_Nothing_check">
<source>Use 'Is Nothing' check</source>
<target state="translated">Utiliser la vérification 'Is Nothing'</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/xlf/Resources.pl.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../Resources.resx">
<body>
<trans-unit id="DynamicView">
<source>Dynamic View</source>
<target state="translated">Widok dynamiczny</target>
<note>IDynamicMetaObjectProvider and System.__ComObject expansion</note>
</trans-unit>
<trans-unit id="DynamicViewNotDynamic">
<source>Only COM or Dynamic objects can have Dynamic View</source>
<target state="translated">Tylko obiekty COM lub dynamiczne mogą mieć widok dynamiczny</target>
<note>Cannot use "dynamic" format specifier on a non-dynamic type</note>
</trans-unit>
<trans-unit id="DynamicViewValueWarning">
<source>Expanding the Dynamic View will get the dynamic members for the object</source>
<target state="translated">Rozwinięcie widoku dynamicznego spowoduje wyświetlenie dynamicznych składowych dla obiektu</target>
<note>Warning reported in Dynamic View value</note>
</trans-unit>
<trans-unit id="ErrorName">
<source>Error</source>
<target state="translated">Błąd</target>
<note>Error result name</note>
</trans-unit>
<trans-unit id="ExceptionThrown">
<source>'{0}' threw an exception of type '{1}'</source>
<target state="translated">„{0}”: zwrócono wyjątek typu „{1}”</target>
<note>Threw an exception while evaluating a value.</note>
</trans-unit>
<trans-unit id="HostValueNotFound">
<source>Cannot provide the value: host value not found</source>
<target state="translated">Nie można podać wartości: nie znaleziono wartości hosta</target>
<note />
</trans-unit>
<trans-unit id="InvalidPointerDereference">
<source>Cannot dereference '{0}'. The pointer is not valid.</source>
<target state="translated">Nie można usunąć odwołania do elementu „{0}”. Wskaźnik jest nieprawidłowy.</target>
<note>Invalid pointer dereference</note>
</trans-unit>
<trans-unit id="NativeView">
<source>Native View</source>
<target state="translated">Widok natywny</target>
<note>Native COM object expansion</note>
</trans-unit>
<trans-unit id="NativeViewNotNativeDebugging">
<source>To inspect the native object, enable native code debugging.</source>
<target state="translated">Aby sprawdzić obiekt natywny, włącz debugowanie kodu natywnego.</target>
<note>Display value of Native View node when native debugging is not enabled</note>
</trans-unit>
<trans-unit id="NonPublicMembers">
<source>Non-Public members</source>
<target state="translated">Niepubliczne składowe</target>
<note>Non-public type members</note>
</trans-unit>
<trans-unit id="RawView">
<source>Raw View</source>
<target state="translated">Pierwotny widok</target>
<note>DebuggerTypeProxy "Raw View"</note>
</trans-unit>
<trans-unit id="ResultsView">
<source>Results View</source>
<target state="translated">Widok wyników</target>
<note>IEnumerable results expansion</note>
</trans-unit>
<trans-unit id="ResultsViewNoSystemCore">
<source>Results View requires System.Core.dll to be referenced</source>
<target state="translated">Widok wyników wymaga odwołania do biblioteki System.Core.dll</target>
<note>"results" format specifier requires System.Core.dll</note>
</trans-unit>
<trans-unit id="ResultsViewNotEnumerable">
<source>Only Enumerable types can have Results View</source>
<target state="translated">Tylko elementy typu Enumerable mogą mieć widok wyników</target>
<note>Cannot use "results" format specifier on non-enumerable type</note>
</trans-unit>
<trans-unit id="ResultsViewValueWarning">
<source>Expanding the Results View will enumerate the IEnumerable</source>
<target state="translated">Rozwinięcie widoku wyników spowoduje wyliczenie interfejsów IEnumerable</target>
<note>Warning reported in Results View value</note>
</trans-unit>
<trans-unit id="SharedMembers">
<source>Shared members</source>
<target state="translated">Udostępnione składowe</target>
<note>Shared type members (VB only)</note>
</trans-unit>
<trans-unit id="StaticMembers">
<source>Static members</source>
<target state="translated">Statyczne składowe</target>
<note>Static type members (C# only)</note>
</trans-unit>
<trans-unit id="TypeVariablesName">
<source>Type variables</source>
<target state="translated">Zmienne typu</target>
<note>Type variables result name</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../Resources.resx">
<body>
<trans-unit id="DynamicView">
<source>Dynamic View</source>
<target state="translated">Widok dynamiczny</target>
<note>IDynamicMetaObjectProvider and System.__ComObject expansion</note>
</trans-unit>
<trans-unit id="DynamicViewNotDynamic">
<source>Only COM or Dynamic objects can have Dynamic View</source>
<target state="translated">Tylko obiekty COM lub dynamiczne mogą mieć widok dynamiczny</target>
<note>Cannot use "dynamic" format specifier on a non-dynamic type</note>
</trans-unit>
<trans-unit id="DynamicViewValueWarning">
<source>Expanding the Dynamic View will get the dynamic members for the object</source>
<target state="translated">Rozwinięcie widoku dynamicznego spowoduje wyświetlenie dynamicznych składowych dla obiektu</target>
<note>Warning reported in Dynamic View value</note>
</trans-unit>
<trans-unit id="ErrorName">
<source>Error</source>
<target state="translated">Błąd</target>
<note>Error result name</note>
</trans-unit>
<trans-unit id="ExceptionThrown">
<source>'{0}' threw an exception of type '{1}'</source>
<target state="translated">„{0}”: zwrócono wyjątek typu „{1}”</target>
<note>Threw an exception while evaluating a value.</note>
</trans-unit>
<trans-unit id="HostValueNotFound">
<source>Cannot provide the value: host value not found</source>
<target state="translated">Nie można podać wartości: nie znaleziono wartości hosta</target>
<note />
</trans-unit>
<trans-unit id="InvalidPointerDereference">
<source>Cannot dereference '{0}'. The pointer is not valid.</source>
<target state="translated">Nie można usunąć odwołania do elementu „{0}”. Wskaźnik jest nieprawidłowy.</target>
<note>Invalid pointer dereference</note>
</trans-unit>
<trans-unit id="NativeView">
<source>Native View</source>
<target state="translated">Widok natywny</target>
<note>Native COM object expansion</note>
</trans-unit>
<trans-unit id="NativeViewNotNativeDebugging">
<source>To inspect the native object, enable native code debugging.</source>
<target state="translated">Aby sprawdzić obiekt natywny, włącz debugowanie kodu natywnego.</target>
<note>Display value of Native View node when native debugging is not enabled</note>
</trans-unit>
<trans-unit id="NonPublicMembers">
<source>Non-Public members</source>
<target state="translated">Niepubliczne składowe</target>
<note>Non-public type members</note>
</trans-unit>
<trans-unit id="RawView">
<source>Raw View</source>
<target state="translated">Pierwotny widok</target>
<note>DebuggerTypeProxy "Raw View"</note>
</trans-unit>
<trans-unit id="ResultsView">
<source>Results View</source>
<target state="translated">Widok wyników</target>
<note>IEnumerable results expansion</note>
</trans-unit>
<trans-unit id="ResultsViewNoSystemCore">
<source>Results View requires System.Core.dll to be referenced</source>
<target state="translated">Widok wyników wymaga odwołania do biblioteki System.Core.dll</target>
<note>"results" format specifier requires System.Core.dll</note>
</trans-unit>
<trans-unit id="ResultsViewNotEnumerable">
<source>Only Enumerable types can have Results View</source>
<target state="translated">Tylko elementy typu Enumerable mogą mieć widok wyników</target>
<note>Cannot use "results" format specifier on non-enumerable type</note>
</trans-unit>
<trans-unit id="ResultsViewValueWarning">
<source>Expanding the Results View will enumerate the IEnumerable</source>
<target state="translated">Rozwinięcie widoku wyników spowoduje wyliczenie interfejsów IEnumerable</target>
<note>Warning reported in Results View value</note>
</trans-unit>
<trans-unit id="SharedMembers">
<source>Shared members</source>
<target state="translated">Udostępnione składowe</target>
<note>Shared type members (VB only)</note>
</trans-unit>
<trans-unit id="StaticMembers">
<source>Static members</source>
<target state="translated">Statyczne składowe</target>
<note>Static type members (C# only)</note>
</trans-unit>
<trans-unit id="TypeVariablesName">
<source>Type variables</source>
<target state="translated">Zmienne typu</target>
<note>Type variables result name</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../CSharpFeaturesResources.resx">
<body>
<trans-unit id="Add_await">
<source>Add 'await'</source>
<target state="translated">Přidat await</target>
<note>{Locked="await"} "await" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_await_and_ConfigureAwaitFalse">
<source>Add 'await' and 'ConfigureAwait(false)'</source>
<target state="translated">Přidat await a ConfigureAwait(false)</target>
<note>{Locked="await"} "await" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_missing_usings">
<source>Add missing usings</source>
<target state="translated">Přidat chybějící direktivy using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_remove_braces_for_single_line_control_statements">
<source>Add/remove braces for single-line control statements</source>
<target state="translated">Přidat/odebrat složené závorky pro řídicí příkazy na jeden řádek</target>
<note />
</trans-unit>
<trans-unit id="Allow_unsafe_code_in_this_project">
<source>Allow unsafe code in this project</source>
<target state="translated">Povolit v tomto projektu nezabezpečený kód</target>
<note />
</trans-unit>
<trans-unit id="Apply_expression_block_body_preferences">
<source>Apply expression/block body preferences</source>
<target state="translated">Použít předvolby pro text výrazu/bloku</target>
<note />
</trans-unit>
<trans-unit id="Apply_implicit_explicit_type_preferences">
<source>Apply implicit/explicit type preferences</source>
<target state="translated">Použít předvolby imlicitního/explicitního typu</target>
<note />
</trans-unit>
<trans-unit id="Apply_inline_out_variable_preferences">
<source>Apply inline 'out' variables preferences</source>
<target state="translated">Použít předvolby vložených proměnných out</target>
<note />
</trans-unit>
<trans-unit id="Apply_language_framework_type_preferences">
<source>Apply language/framework type preferences</source>
<target state="translated">Použít předvolby typu jazyka/architektury</target>
<note />
</trans-unit>
<trans-unit id="Apply_this_qualification_preferences">
<source>Apply 'this.' qualification preferences</source>
<target state="translated">Použít předvolby kvalifikace this.</target>
<note />
</trans-unit>
<trans-unit id="Apply_using_directive_placement_preferences">
<source>Apply preferred 'using' placement preferences</source>
<target state="translated">Použít upřednostňované předvolby umístění using</target>
<note>'using' is a C# keyword and should not be localized</note>
</trans-unit>
<trans-unit id="Assign_out_parameters">
<source>Assign 'out' parameters</source>
<target state="translated">Přiřadit parametry out</target>
<note>{Locked="out"} "out" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Assign_out_parameters_at_start">
<source>Assign 'out' parameters (at start)</source>
<target state="translated">Přiřadit parametry out (při spuštění)</target>
<note>{Locked="out"} "out" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Assign_to_0">
<source>Assign to '{0}'</source>
<target state="translated">Přiřadit k {0}</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_potential_pattern_variable_declaration">
<source>Autoselect disabled due to potential pattern variable declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci proměnné vzoru.</target>
<note />
</trans-unit>
<trans-unit id="Change_to_as_expression">
<source>Change to 'as' expression</source>
<target state="translated">Změnit na výraz as</target>
<note />
</trans-unit>
<trans-unit id="Change_to_cast">
<source>Change to cast</source>
<target state="translated">Změnit na přetypování</target>
<note />
</trans-unit>
<trans-unit id="Compare_to_0">
<source>Compare to '{0}'</source>
<target state="translated">Porovnat s {0}</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_method">
<source>Convert to method</source>
<target state="translated">Převést na metodu</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_regular_string">
<source>Convert to regular string</source>
<target state="translated">Převést na běžný řetězec</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="translated">Převést na výraz switch</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="translated">Převést na příkaz switch</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_verbatim_string">
<source>Convert to verbatim string</source>
<target state="translated">Převést na doslovný řetězec</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Deklarovat jako s možnou hodnotou null</target>
<note />
</trans-unit>
<trans-unit id="Fix_return_type">
<source>Fix return type</source>
<target state="translated">Opravit návratový typ</target>
<note />
</trans-unit>
<trans-unit id="Inline_temporary_variable">
<source>Inline temporary variable</source>
<target state="translated">Dočasná vložená proměnná</target>
<note />
</trans-unit>
<trans-unit id="Conflict_s_detected">
<source>Conflict(s) detected.</source>
<target state="translated">Zjistily se konflikty.</target>
<note />
</trans-unit>
<trans-unit id="Make_private_field_readonly_when_possible">
<source>Make private fields readonly when possible</source>
<target state="translated">Nastavit privátní pole jako jenom pro čtení, kde je to možné</target>
<note />
</trans-unit>
<trans-unit id="Make_ref_struct">
<source>Make 'ref struct'</source>
<target state="translated">Nastavit jako ref struct</target>
<note>{Locked="ref"}{Locked="struct"} "ref" and "struct" are C# keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Remove_in_keyword">
<source>Remove 'in' keyword</source>
<target state="translated">Odebrat klíčové slovo in</target>
<note>{Locked="in"} "in" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Remove_new_modifier">
<source>Remove 'new' modifier</source>
<target state="translated">Odebrat modifikátor new</target>
<note />
</trans-unit>
<trans-unit id="Reverse_for_statement">
<source>Reverse 'for' statement</source>
<target state="translated">Obrátit příkaz for</target>
<note>{Locked="for"} "for" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Simplify_lambda_expression">
<source>Simplify lambda expression</source>
<target state="translated">Zjednodušit výraz lambda</target>
<note />
</trans-unit>
<trans-unit id="Simplify_all_occurrences">
<source>Simplify all occurrences</source>
<target state="translated">Zjednodušit všechny výskyty</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Seřadit modifikátory dostupnosti</target>
<note />
</trans-unit>
<trans-unit id="Unseal_class_0">
<source>Unseal class '{0}'</source>
<target state="translated">Rozpečetit třídu {0}</target>
<note />
</trans-unit>
<trans-unit id="Use_recursive_patterns">
<source>Use recursive patterns</source>
<target state="new">Use recursive patterns</target>
<note />
</trans-unit>
<trans-unit id="Warning_Inlining_temporary_into_conditional_method_call">
<source>Warning: Inlining temporary into conditional method call.</source>
<target state="translated">Upozornění: dočasné vkládání do volání podmíněné metody.</target>
<note />
</trans-unit>
<trans-unit id="Warning_Inlining_temporary_variable_may_change_code_meaning">
<source>Warning: Inlining temporary variable may change code meaning.</source>
<target state="translated">Upozornění: Vložení dočasné proměnné může změnit význam kódu.</target>
<note />
</trans-unit>
<trans-unit id="asynchronous_foreach_statement">
<source>asynchronous foreach statement</source>
<target state="translated">asynchronní příkaz foreach</target>
<note>{Locked="foreach"} "foreach" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="asynchronous_using_declaration">
<source>asynchronous using declaration</source>
<target state="translated">asynchronní deklarace using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="extern_alias">
<source>extern alias</source>
<target state="translated">externí alias</target>
<note />
</trans-unit>
<trans-unit id="lambda_expression">
<source><lambda expression></source>
<target state="translated"><lambda výraz></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_potential_lambda_declaration">
<source>Autoselect disabled due to potential lambda declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci lambda.</target>
<note />
</trans-unit>
<trans-unit id="local_variable_declaration">
<source>local variable declaration</source>
<target state="translated">deklarace lokální proměnné</target>
<note />
</trans-unit>
<trans-unit id="member_name">
<source><member name> = </source>
<target state="translated"><název členu> =</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation">
<source>Autoselect disabled due to possible explicitly named anonymous type member creation.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možnému vytvoření explicitně pojmenovaného člena anonymního typu.</target>
<note />
</trans-unit>
<trans-unit id="element_name">
<source><element name> : </source>
<target state="translated"><název prvku>:</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_possible_tuple_type_element_creation">
<source>Autoselect disabled due to possible tuple type element creation.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možnému vytvoření elementu typu řazená kolekce členů.</target>
<note />
</trans-unit>
<trans-unit id="pattern_variable">
<source><pattern variable></source>
<target state="translated"><proměnná vzoru></target>
<note />
</trans-unit>
<trans-unit id="range_variable">
<source><range variable></source>
<target state="translated"><proměnná rozsahu></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_potential_range_variable_declaration">
<source>Autoselect disabled due to potential range variable declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci proměnné rozsahu.</target>
<note />
</trans-unit>
<trans-unit id="Simplify_name_0">
<source>Simplify name '{0}'</source>
<target state="translated">Zjednodušit název {0}</target>
<note />
</trans-unit>
<trans-unit id="Simplify_member_access_0">
<source>Simplify member access '{0}'</source>
<target state="translated">Zjednodušit přístup ke členu {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_this_qualification">
<source>Remove 'this' qualification</source>
<target state="translated">Odebrat kvalifikaci this</target>
<note />
</trans-unit>
<trans-unit id="Name_can_be_simplified">
<source>Name can be simplified</source>
<target state="translated">Název může být zjednodušený.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_determine_valid_range_of_statements_to_extract">
<source>Can't determine valid range of statements to extract</source>
<target state="translated">Nemůže určit platný rozsah příkazů k extrakci.</target>
<note />
</trans-unit>
<trans-unit id="Not_all_code_paths_return">
<source>Not all code paths return</source>
<target state="translated">Ne všechny cesty kódu vracejí</target>
<note />
</trans-unit>
<trans-unit id="Selection_does_not_contain_a_valid_node">
<source>Selection does not contain a valid node</source>
<target state="translated">Výběr neobsahuje platný uzel.</target>
<note />
</trans-unit>
<trans-unit id="Invalid_selection">
<source>Invalid selection.</source>
<target state="translated">Neplatný výběr</target>
<note />
</trans-unit>
<trans-unit id="Contains_invalid_selection">
<source>Contains invalid selection.</source>
<target state="translated">Obsahuje neplatný výběr.</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_syntactic_errors">
<source>The selection contains syntactic errors</source>
<target state="translated">Výběr obsahuje syntaktické chyby.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_cross_over_preprocessor_directives">
<source>Selection can not cross over preprocessor directives.</source>
<target state="translated">Výběr nemůže zasahovat do direktiv preprocesorů.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_contain_a_yield_statement">
<source>Selection can not contain a yield statement.</source>
<target state="translated">Výběr nemůže obsahovat žádný příkaz Yield.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_contain_throw_statement">
<source>Selection can not contain throw statement.</source>
<target state="translated">Výběr nemůže obsahovat žádný příkaz Throw.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_be_part_of_constant_initializer_expression">
<source>Selection can not be part of constant initializer expression.</source>
<target state="translated">Výběr nemůže být součástí konstantního výrazu inicializátoru.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_contain_a_pattern_expression">
<source>Selection can not contain a pattern expression.</source>
<target state="translated">Výběr nesmí obsahovat výraz vzoru.</target>
<note />
</trans-unit>
<trans-unit id="The_selected_code_is_inside_an_unsafe_context">
<source>The selected code is inside an unsafe context.</source>
<target state="translated">Vybraný uzel je uvnitř nezabezpečeného kontextu.</target>
<note />
</trans-unit>
<trans-unit id="No_valid_statement_range_to_extract">
<source>No valid statement range to extract</source>
<target state="translated">Žádný platný rozsah příkazů pro extrakci</target>
<note />
</trans-unit>
<trans-unit id="deprecated">
<source>deprecated</source>
<target state="translated">zastaralé</target>
<note />
</trans-unit>
<trans-unit id="extension">
<source>extension</source>
<target state="translated">rozšíření</target>
<note />
</trans-unit>
<trans-unit id="awaitable">
<source>awaitable</source>
<target state="translated">očekávatelný</target>
<note />
</trans-unit>
<trans-unit id="awaitable_extension">
<source>awaitable, extension</source>
<target state="translated">očekávatelný, rozšíření</target>
<note />
</trans-unit>
<trans-unit id="Organize_Usings">
<source>Organize Usings</source>
<target state="translated">Uspořádat direktivy using</target>
<note />
</trans-unit>
<trans-unit id="Insert_await">
<source>Insert 'await'.</source>
<target state="translated">Vložit operátor Await</target>
<note />
</trans-unit>
<trans-unit id="Make_0_return_Task_instead_of_void">
<source>Make {0} return Task instead of void.</source>
<target state="translated">Nastavit, že {0} má místo hodnoty typu Void vracet hodnotu Task</target>
<note />
</trans-unit>
<trans-unit id="Change_return_type_from_0_to_1">
<source>Change return type from {0} to {1}</source>
<target state="translated">Změnit typ návratové hodnoty z: {0} na: {1}</target>
<note />
</trans-unit>
<trans-unit id="Replace_return_with_yield_return">
<source>Replace return with yield return</source>
<target state="translated">Nahradit příkaz return příkazem yield return</target>
<note />
</trans-unit>
<trans-unit id="Generate_explicit_conversion_operator_in_0">
<source>Generate explicit conversion operator in '{0}'</source>
<target state="translated">Generovat explicitní operátor převodu v {0}</target>
<note />
</trans-unit>
<trans-unit id="Generate_implicit_conversion_operator_in_0">
<source>Generate implicit conversion operator in '{0}'</source>
<target state="translated">Generovat implicitní operátor převodu v {0}</target>
<note />
</trans-unit>
<trans-unit id="record_">
<source>record</source>
<target state="translated">záznam</target>
<note />
</trans-unit>
<trans-unit id="record_struct">
<source>record struct</source>
<target state="new">record struct</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">příkaz switch</target>
<note>{Locked="switch"} "switch" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="switch_statement_case_clause">
<source>switch statement case clause</source>
<target state="translated">klauzule case příkazu switch</target>
<note>{Locked="switch"}{Locked="case"} "switch" and "case" are a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="try_block">
<source>try block</source>
<target state="translated">blok try</target>
<note>{Locked="try"} "try" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="catch_clause">
<source>catch clause</source>
<target state="translated">klauzule catch</target>
<note>{Locked="catch"} "catch" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="filter_clause">
<source>filter clause</source>
<target state="translated">klauzule filter</target>
<note />
</trans-unit>
<trans-unit id="finally_clause">
<source>finally clause</source>
<target state="translated">klauzule finally</target>
<note>{Locked="finally"} "finally" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="fixed_statement">
<source>fixed statement</source>
<target state="translated">příkaz fixed</target>
<note>{Locked="fixed"} "fixed" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="using_declaration">
<source>using declaration</source>
<target state="translated">deklarace using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="using_statement">
<source>using statement</source>
<target state="translated">příkaz using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="lock_statement">
<source>lock statement</source>
<target state="translated">příkaz lock</target>
<note>{Locked="lock"} "lock" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="foreach_statement">
<source>foreach statement</source>
<target state="translated">příkaz foreach</target>
<note>{Locked="foreach"} "foreach" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="checked_statement">
<source>checked statement</source>
<target state="translated">příkaz checked</target>
<note>{Locked="checked"} "checked" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="unchecked_statement">
<source>unchecked statement</source>
<target state="translated">příkaz unchecked</target>
<note>{Locked="unchecked"} "unchecked" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="await_expression">
<source>await expression</source>
<target state="translated">výraz await</target>
<note>{Locked="await"} "await" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="lambda">
<source>lambda</source>
<target state="translated">lambda</target>
<note />
</trans-unit>
<trans-unit id="anonymous_method">
<source>anonymous method</source>
<target state="translated">anonymní metoda</target>
<note />
</trans-unit>
<trans-unit id="from_clause">
<source>from clause</source>
<target state="translated">klauzule from</target>
<note />
</trans-unit>
<trans-unit id="join_clause">
<source>join clause</source>
<target state="translated">klauzule join</target>
<note>{Locked="join"} "join" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="let_clause">
<source>let clause</source>
<target state="translated">klauzule let</target>
<note>{Locked="let"} "let" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="where_clause">
<source>where clause</source>
<target state="translated">klauzule where</target>
<note>{Locked="where"} "where" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="orderby_clause">
<source>orderby clause</source>
<target state="translated">klauzule orderby</target>
<note>{Locked="orderby"} "orderby" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="select_clause">
<source>select clause</source>
<target state="translated">klauzule select</target>
<note>{Locked="select"} "select" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="groupby_clause">
<source>groupby clause</source>
<target state="translated">klauzule groupby</target>
<note>{Locked="groupby"} "groupby" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="query_body">
<source>query body</source>
<target state="translated">tělo dotazu</target>
<note />
</trans-unit>
<trans-unit id="into_clause">
<source>into clause</source>
<target state="translated">klauzule into</target>
<note>{Locked="into"} "into" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="is_pattern">
<source>is pattern</source>
<target state="translated">vzor is</target>
<note>{Locked="is"} "is" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="deconstruction">
<source>deconstruction</source>
<target state="translated">dekonstrukce</target>
<note />
</trans-unit>
<trans-unit id="tuple">
<source>tuple</source>
<target state="translated">řazená kolekce členů</target>
<note />
</trans-unit>
<trans-unit id="local_function">
<source>local function</source>
<target state="translated">lokální funkce</target>
<note />
</trans-unit>
<trans-unit id="out_var">
<source>out variable</source>
<target state="translated">proměnná out</target>
<note>{Locked="out"} "out" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="ref_local_or_expression">
<source>ref local or expression</source>
<target state="translated">místní ref nebo výraz</target>
<note>{Locked="ref"} "ref" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="global_statement">
<source>global statement</source>
<target state="translated">příkaz global</target>
<note>{Locked="global"} "global" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="using_directive">
<source>using directive</source>
<target state="translated">direktiva using</target>
<note />
</trans-unit>
<trans-unit id="event_field">
<source>event field</source>
<target state="translated">pole event</target>
<note />
</trans-unit>
<trans-unit id="conversion_operator">
<source>conversion operator</source>
<target state="translated">operátor převodu</target>
<note />
</trans-unit>
<trans-unit id="destructor">
<source>destructor</source>
<target state="translated">destruktor</target>
<note />
</trans-unit>
<trans-unit id="indexer">
<source>indexer</source>
<target state="translated">indexer</target>
<note />
</trans-unit>
<trans-unit id="property_getter">
<source>property getter</source>
<target state="translated">metoda getter vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="indexer_getter">
<source>indexer getter</source>
<target state="translated">metoda getter indexeru</target>
<note />
</trans-unit>
<trans-unit id="property_setter">
<source>property setter</source>
<target state="translated">metoda Set vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="indexer_setter">
<source>indexer setter</source>
<target state="translated">metoda Set indexeru</target>
<note />
</trans-unit>
<trans-unit id="attribute_target">
<source>attribute target</source>
<target state="translated">cíl atributu</target>
<note />
</trans-unit>
<trans-unit id="_0_does_not_contain_a_constructor_that_takes_that_many_arguments">
<source>'{0}' does not contain a constructor that takes that many arguments.</source>
<target state="translated">{0} neobsahuje konstruktor, který přebírá tolik argumentů.</target>
<note />
</trans-unit>
<trans-unit id="The_name_0_does_not_exist_in_the_current_context">
<source>The name '{0}' does not exist in the current context.</source>
<target state="translated">Název {0} v aktuálním kontextu neexistuje.</target>
<note />
</trans-unit>
<trans-unit id="Hide_base_member">
<source>Hide base member</source>
<target state="translated">Skrýt základního člena</target>
<note />
</trans-unit>
<trans-unit id="Properties">
<source>Properties</source>
<target state="translated">Vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_namespace_declaration">
<source>Autoselect disabled due to namespace declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli deklaraci oboru názvů.</target>
<note />
</trans-unit>
<trans-unit id="namespace_name">
<source><namespace name></source>
<target state="translated"><název oboru názvů></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_type_declaration">
<source>Autoselect disabled due to type declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli deklaraci typu.</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_possible_deconstruction_declaration">
<source>Autoselect disabled due to possible deconstruction declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci dekonstrukce.</target>
<note />
</trans-unit>
<trans-unit id="Upgrade_this_project_to_csharp_language_version_0">
<source>Upgrade this project to C# language version '{0}'</source>
<target state="translated">Upgradovat tento projekt na jazykovou verzi C# {0}</target>
<note />
</trans-unit>
<trans-unit id="Upgrade_all_csharp_projects_to_language_version_0">
<source>Upgrade all C# projects to language version '{0}'</source>
<target state="translated">Upgradovat všechny projekty jazyka C# na jazykovou verzi {0}</target>
<note />
</trans-unit>
<trans-unit id="class_name">
<source><class name></source>
<target state="translated"><název třídy></target>
<note />
</trans-unit>
<trans-unit id="interface_name">
<source><interface name></source>
<target state="translated"><název rozhraní></target>
<note />
</trans-unit>
<trans-unit id="designation_name">
<source><designation name></source>
<target state="translated"><název označení></target>
<note />
</trans-unit>
<trans-unit id="struct_name">
<source><struct name></source>
<target state="translated"><název struktury></target>
<note />
</trans-unit>
<trans-unit id="Make_method_async">
<source>Make method async</source>
<target state="translated">Převést metodu na asynchronní</target>
<note />
</trans-unit>
<trans-unit id="Make_method_async_remain_void">
<source>Make method async (stay void)</source>
<target state="translated">Převést metodu na asynchronní (ponechat neplatné)</target>
<note />
</trans-unit>
<trans-unit id="Name">
<source><Name></source>
<target state="translated"><Název></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_member_declaration">
<source>Autoselect disabled due to member declaration</source>
<target state="translated">Automatický výběr je zakázaný z důvodu deklarace člena.</target>
<note />
</trans-unit>
<trans-unit id="Suggested_name">
<source>(Suggested name)</source>
<target state="translated">(Navržený název)</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_function">
<source>Remove unused function</source>
<target state="translated">Odebrat nepoužitou funkci</target>
<note />
</trans-unit>
<trans-unit id="Add_parentheses_around_conditional_expression_in_interpolated_string">
<source>Add parentheses</source>
<target state="translated">Přidat závorky</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Převést na foreach</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_for">
<source>Convert to 'for'</source>
<target state="translated">Převést na for</target>
<note />
</trans-unit>
<trans-unit id="Invert_if">
<source>Invert if</source>
<target state="translated">Invertovat if</target>
<note />
</trans-unit>
<trans-unit id="Add_Obsolete">
<source>Add [Obsolete]</source>
<target state="translated">Přidat [Obsolete]</target>
<note />
</trans-unit>
<trans-unit id="Use_0">
<source>Use '{0}'</source>
<target state="translated">Použít {0}</target>
<note />
</trans-unit>
<trans-unit id="Introduce_using_statement">
<source>Introduce 'using' statement</source>
<target state="translated">Zavést příkaz using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="yield_break_statement">
<source>yield break statement</source>
<target state="translated">příkaz yield break</target>
<note>{Locked="yield break"} "yield break" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="yield_return_statement">
<source>yield return statement</source>
<target state="translated">příkaz yield return</target>
<note>{Locked="yield return"} "yield return" is a C# keyword and should not be localized.</note>
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../CSharpFeaturesResources.resx">
<body>
<trans-unit id="Add_await">
<source>Add 'await'</source>
<target state="translated">Přidat await</target>
<note>{Locked="await"} "await" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_await_and_ConfigureAwaitFalse">
<source>Add 'await' and 'ConfigureAwait(false)'</source>
<target state="translated">Přidat await a ConfigureAwait(false)</target>
<note>{Locked="await"} "await" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_missing_usings">
<source>Add missing usings</source>
<target state="translated">Přidat chybějící direktivy using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Add_remove_braces_for_single_line_control_statements">
<source>Add/remove braces for single-line control statements</source>
<target state="translated">Přidat/odebrat složené závorky pro řídicí příkazy na jeden řádek</target>
<note />
</trans-unit>
<trans-unit id="Allow_unsafe_code_in_this_project">
<source>Allow unsafe code in this project</source>
<target state="translated">Povolit v tomto projektu nezabezpečený kód</target>
<note />
</trans-unit>
<trans-unit id="Apply_expression_block_body_preferences">
<source>Apply expression/block body preferences</source>
<target state="translated">Použít předvolby pro text výrazu/bloku</target>
<note />
</trans-unit>
<trans-unit id="Apply_implicit_explicit_type_preferences">
<source>Apply implicit/explicit type preferences</source>
<target state="translated">Použít předvolby imlicitního/explicitního typu</target>
<note />
</trans-unit>
<trans-unit id="Apply_inline_out_variable_preferences">
<source>Apply inline 'out' variables preferences</source>
<target state="translated">Použít předvolby vložených proměnných out</target>
<note />
</trans-unit>
<trans-unit id="Apply_language_framework_type_preferences">
<source>Apply language/framework type preferences</source>
<target state="translated">Použít předvolby typu jazyka/architektury</target>
<note />
</trans-unit>
<trans-unit id="Apply_this_qualification_preferences">
<source>Apply 'this.' qualification preferences</source>
<target state="translated">Použít předvolby kvalifikace this.</target>
<note />
</trans-unit>
<trans-unit id="Apply_using_directive_placement_preferences">
<source>Apply preferred 'using' placement preferences</source>
<target state="translated">Použít upřednostňované předvolby umístění using</target>
<note>'using' is a C# keyword and should not be localized</note>
</trans-unit>
<trans-unit id="Assign_out_parameters">
<source>Assign 'out' parameters</source>
<target state="translated">Přiřadit parametry out</target>
<note>{Locked="out"} "out" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Assign_out_parameters_at_start">
<source>Assign 'out' parameters (at start)</source>
<target state="translated">Přiřadit parametry out (při spuštění)</target>
<note>{Locked="out"} "out" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Assign_to_0">
<source>Assign to '{0}'</source>
<target state="translated">Přiřadit k {0}</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_potential_pattern_variable_declaration">
<source>Autoselect disabled due to potential pattern variable declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci proměnné vzoru.</target>
<note />
</trans-unit>
<trans-unit id="Change_to_as_expression">
<source>Change to 'as' expression</source>
<target state="translated">Změnit na výraz as</target>
<note />
</trans-unit>
<trans-unit id="Change_to_cast">
<source>Change to cast</source>
<target state="translated">Změnit na přetypování</target>
<note />
</trans-unit>
<trans-unit id="Compare_to_0">
<source>Compare to '{0}'</source>
<target state="translated">Porovnat s {0}</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_method">
<source>Convert to method</source>
<target state="translated">Převést na metodu</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_regular_string">
<source>Convert to regular string</source>
<target state="translated">Převést na běžný řetězec</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="translated">Převést na výraz switch</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="translated">Převést na příkaz switch</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_verbatim_string">
<source>Convert to verbatim string</source>
<target state="translated">Převést na doslovný řetězec</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Deklarovat jako s možnou hodnotou null</target>
<note />
</trans-unit>
<trans-unit id="Fix_return_type">
<source>Fix return type</source>
<target state="translated">Opravit návratový typ</target>
<note />
</trans-unit>
<trans-unit id="Inline_temporary_variable">
<source>Inline temporary variable</source>
<target state="translated">Dočasná vložená proměnná</target>
<note />
</trans-unit>
<trans-unit id="Conflict_s_detected">
<source>Conflict(s) detected.</source>
<target state="translated">Zjistily se konflikty.</target>
<note />
</trans-unit>
<trans-unit id="Make_private_field_readonly_when_possible">
<source>Make private fields readonly when possible</source>
<target state="translated">Nastavit privátní pole jako jenom pro čtení, kde je to možné</target>
<note />
</trans-unit>
<trans-unit id="Make_ref_struct">
<source>Make 'ref struct'</source>
<target state="translated">Nastavit jako ref struct</target>
<note>{Locked="ref"}{Locked="struct"} "ref" and "struct" are C# keywords and should not be localized.</note>
</trans-unit>
<trans-unit id="Remove_in_keyword">
<source>Remove 'in' keyword</source>
<target state="translated">Odebrat klíčové slovo in</target>
<note>{Locked="in"} "in" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Remove_new_modifier">
<source>Remove 'new' modifier</source>
<target state="translated">Odebrat modifikátor new</target>
<note />
</trans-unit>
<trans-unit id="Reverse_for_statement">
<source>Reverse 'for' statement</source>
<target state="translated">Obrátit příkaz for</target>
<note>{Locked="for"} "for" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="Simplify_lambda_expression">
<source>Simplify lambda expression</source>
<target state="translated">Zjednodušit výraz lambda</target>
<note />
</trans-unit>
<trans-unit id="Simplify_all_occurrences">
<source>Simplify all occurrences</source>
<target state="translated">Zjednodušit všechny výskyty</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Seřadit modifikátory dostupnosti</target>
<note />
</trans-unit>
<trans-unit id="Unseal_class_0">
<source>Unseal class '{0}'</source>
<target state="translated">Rozpečetit třídu {0}</target>
<note />
</trans-unit>
<trans-unit id="Use_recursive_patterns">
<source>Use recursive patterns</source>
<target state="new">Use recursive patterns</target>
<note />
</trans-unit>
<trans-unit id="Warning_Inlining_temporary_into_conditional_method_call">
<source>Warning: Inlining temporary into conditional method call.</source>
<target state="translated">Upozornění: dočasné vkládání do volání podmíněné metody.</target>
<note />
</trans-unit>
<trans-unit id="Warning_Inlining_temporary_variable_may_change_code_meaning">
<source>Warning: Inlining temporary variable may change code meaning.</source>
<target state="translated">Upozornění: Vložení dočasné proměnné může změnit význam kódu.</target>
<note />
</trans-unit>
<trans-unit id="asynchronous_foreach_statement">
<source>asynchronous foreach statement</source>
<target state="translated">asynchronní příkaz foreach</target>
<note>{Locked="foreach"} "foreach" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="asynchronous_using_declaration">
<source>asynchronous using declaration</source>
<target state="translated">asynchronní deklarace using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="extern_alias">
<source>extern alias</source>
<target state="translated">externí alias</target>
<note />
</trans-unit>
<trans-unit id="lambda_expression">
<source><lambda expression></source>
<target state="translated"><lambda výraz></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_potential_lambda_declaration">
<source>Autoselect disabled due to potential lambda declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci lambda.</target>
<note />
</trans-unit>
<trans-unit id="local_variable_declaration">
<source>local variable declaration</source>
<target state="translated">deklarace lokální proměnné</target>
<note />
</trans-unit>
<trans-unit id="member_name">
<source><member name> = </source>
<target state="translated"><název členu> =</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation">
<source>Autoselect disabled due to possible explicitly named anonymous type member creation.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možnému vytvoření explicitně pojmenovaného člena anonymního typu.</target>
<note />
</trans-unit>
<trans-unit id="element_name">
<source><element name> : </source>
<target state="translated"><název prvku>:</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_possible_tuple_type_element_creation">
<source>Autoselect disabled due to possible tuple type element creation.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možnému vytvoření elementu typu řazená kolekce členů.</target>
<note />
</trans-unit>
<trans-unit id="pattern_variable">
<source><pattern variable></source>
<target state="translated"><proměnná vzoru></target>
<note />
</trans-unit>
<trans-unit id="range_variable">
<source><range variable></source>
<target state="translated"><proměnná rozsahu></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_potential_range_variable_declaration">
<source>Autoselect disabled due to potential range variable declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci proměnné rozsahu.</target>
<note />
</trans-unit>
<trans-unit id="Simplify_name_0">
<source>Simplify name '{0}'</source>
<target state="translated">Zjednodušit název {0}</target>
<note />
</trans-unit>
<trans-unit id="Simplify_member_access_0">
<source>Simplify member access '{0}'</source>
<target state="translated">Zjednodušit přístup ke členu {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_this_qualification">
<source>Remove 'this' qualification</source>
<target state="translated">Odebrat kvalifikaci this</target>
<note />
</trans-unit>
<trans-unit id="Name_can_be_simplified">
<source>Name can be simplified</source>
<target state="translated">Název může být zjednodušený.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_determine_valid_range_of_statements_to_extract">
<source>Can't determine valid range of statements to extract</source>
<target state="translated">Nemůže určit platný rozsah příkazů k extrakci.</target>
<note />
</trans-unit>
<trans-unit id="Not_all_code_paths_return">
<source>Not all code paths return</source>
<target state="translated">Ne všechny cesty kódu vracejí</target>
<note />
</trans-unit>
<trans-unit id="Selection_does_not_contain_a_valid_node">
<source>Selection does not contain a valid node</source>
<target state="translated">Výběr neobsahuje platný uzel.</target>
<note />
</trans-unit>
<trans-unit id="Invalid_selection">
<source>Invalid selection.</source>
<target state="translated">Neplatný výběr</target>
<note />
</trans-unit>
<trans-unit id="Contains_invalid_selection">
<source>Contains invalid selection.</source>
<target state="translated">Obsahuje neplatný výběr.</target>
<note />
</trans-unit>
<trans-unit id="The_selection_contains_syntactic_errors">
<source>The selection contains syntactic errors</source>
<target state="translated">Výběr obsahuje syntaktické chyby.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_cross_over_preprocessor_directives">
<source>Selection can not cross over preprocessor directives.</source>
<target state="translated">Výběr nemůže zasahovat do direktiv preprocesorů.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_contain_a_yield_statement">
<source>Selection can not contain a yield statement.</source>
<target state="translated">Výběr nemůže obsahovat žádný příkaz Yield.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_contain_throw_statement">
<source>Selection can not contain throw statement.</source>
<target state="translated">Výběr nemůže obsahovat žádný příkaz Throw.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_be_part_of_constant_initializer_expression">
<source>Selection can not be part of constant initializer expression.</source>
<target state="translated">Výběr nemůže být součástí konstantního výrazu inicializátoru.</target>
<note />
</trans-unit>
<trans-unit id="Selection_can_not_contain_a_pattern_expression">
<source>Selection can not contain a pattern expression.</source>
<target state="translated">Výběr nesmí obsahovat výraz vzoru.</target>
<note />
</trans-unit>
<trans-unit id="The_selected_code_is_inside_an_unsafe_context">
<source>The selected code is inside an unsafe context.</source>
<target state="translated">Vybraný uzel je uvnitř nezabezpečeného kontextu.</target>
<note />
</trans-unit>
<trans-unit id="No_valid_statement_range_to_extract">
<source>No valid statement range to extract</source>
<target state="translated">Žádný platný rozsah příkazů pro extrakci</target>
<note />
</trans-unit>
<trans-unit id="deprecated">
<source>deprecated</source>
<target state="translated">zastaralé</target>
<note />
</trans-unit>
<trans-unit id="extension">
<source>extension</source>
<target state="translated">rozšíření</target>
<note />
</trans-unit>
<trans-unit id="awaitable">
<source>awaitable</source>
<target state="translated">očekávatelný</target>
<note />
</trans-unit>
<trans-unit id="awaitable_extension">
<source>awaitable, extension</source>
<target state="translated">očekávatelný, rozšíření</target>
<note />
</trans-unit>
<trans-unit id="Organize_Usings">
<source>Organize Usings</source>
<target state="translated">Uspořádat direktivy using</target>
<note />
</trans-unit>
<trans-unit id="Insert_await">
<source>Insert 'await'.</source>
<target state="translated">Vložit operátor Await</target>
<note />
</trans-unit>
<trans-unit id="Make_0_return_Task_instead_of_void">
<source>Make {0} return Task instead of void.</source>
<target state="translated">Nastavit, že {0} má místo hodnoty typu Void vracet hodnotu Task</target>
<note />
</trans-unit>
<trans-unit id="Change_return_type_from_0_to_1">
<source>Change return type from {0} to {1}</source>
<target state="translated">Změnit typ návratové hodnoty z: {0} na: {1}</target>
<note />
</trans-unit>
<trans-unit id="Replace_return_with_yield_return">
<source>Replace return with yield return</source>
<target state="translated">Nahradit příkaz return příkazem yield return</target>
<note />
</trans-unit>
<trans-unit id="Generate_explicit_conversion_operator_in_0">
<source>Generate explicit conversion operator in '{0}'</source>
<target state="translated">Generovat explicitní operátor převodu v {0}</target>
<note />
</trans-unit>
<trans-unit id="Generate_implicit_conversion_operator_in_0">
<source>Generate implicit conversion operator in '{0}'</source>
<target state="translated">Generovat implicitní operátor převodu v {0}</target>
<note />
</trans-unit>
<trans-unit id="record_">
<source>record</source>
<target state="translated">záznam</target>
<note />
</trans-unit>
<trans-unit id="record_struct">
<source>record struct</source>
<target state="new">record struct</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">příkaz switch</target>
<note>{Locked="switch"} "switch" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="switch_statement_case_clause">
<source>switch statement case clause</source>
<target state="translated">klauzule case příkazu switch</target>
<note>{Locked="switch"}{Locked="case"} "switch" and "case" are a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="try_block">
<source>try block</source>
<target state="translated">blok try</target>
<note>{Locked="try"} "try" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="catch_clause">
<source>catch clause</source>
<target state="translated">klauzule catch</target>
<note>{Locked="catch"} "catch" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="filter_clause">
<source>filter clause</source>
<target state="translated">klauzule filter</target>
<note />
</trans-unit>
<trans-unit id="finally_clause">
<source>finally clause</source>
<target state="translated">klauzule finally</target>
<note>{Locked="finally"} "finally" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="fixed_statement">
<source>fixed statement</source>
<target state="translated">příkaz fixed</target>
<note>{Locked="fixed"} "fixed" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="using_declaration">
<source>using declaration</source>
<target state="translated">deklarace using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="using_statement">
<source>using statement</source>
<target state="translated">příkaz using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="lock_statement">
<source>lock statement</source>
<target state="translated">příkaz lock</target>
<note>{Locked="lock"} "lock" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="foreach_statement">
<source>foreach statement</source>
<target state="translated">příkaz foreach</target>
<note>{Locked="foreach"} "foreach" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="checked_statement">
<source>checked statement</source>
<target state="translated">příkaz checked</target>
<note>{Locked="checked"} "checked" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="unchecked_statement">
<source>unchecked statement</source>
<target state="translated">příkaz unchecked</target>
<note>{Locked="unchecked"} "unchecked" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="await_expression">
<source>await expression</source>
<target state="translated">výraz await</target>
<note>{Locked="await"} "await" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="lambda">
<source>lambda</source>
<target state="translated">lambda</target>
<note />
</trans-unit>
<trans-unit id="anonymous_method">
<source>anonymous method</source>
<target state="translated">anonymní metoda</target>
<note />
</trans-unit>
<trans-unit id="from_clause">
<source>from clause</source>
<target state="translated">klauzule from</target>
<note />
</trans-unit>
<trans-unit id="join_clause">
<source>join clause</source>
<target state="translated">klauzule join</target>
<note>{Locked="join"} "join" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="let_clause">
<source>let clause</source>
<target state="translated">klauzule let</target>
<note>{Locked="let"} "let" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="where_clause">
<source>where clause</source>
<target state="translated">klauzule where</target>
<note>{Locked="where"} "where" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="orderby_clause">
<source>orderby clause</source>
<target state="translated">klauzule orderby</target>
<note>{Locked="orderby"} "orderby" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="select_clause">
<source>select clause</source>
<target state="translated">klauzule select</target>
<note>{Locked="select"} "select" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="groupby_clause">
<source>groupby clause</source>
<target state="translated">klauzule groupby</target>
<note>{Locked="groupby"} "groupby" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="query_body">
<source>query body</source>
<target state="translated">tělo dotazu</target>
<note />
</trans-unit>
<trans-unit id="into_clause">
<source>into clause</source>
<target state="translated">klauzule into</target>
<note>{Locked="into"} "into" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="is_pattern">
<source>is pattern</source>
<target state="translated">vzor is</target>
<note>{Locked="is"} "is" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="deconstruction">
<source>deconstruction</source>
<target state="translated">dekonstrukce</target>
<note />
</trans-unit>
<trans-unit id="tuple">
<source>tuple</source>
<target state="translated">řazená kolekce členů</target>
<note />
</trans-unit>
<trans-unit id="local_function">
<source>local function</source>
<target state="translated">lokální funkce</target>
<note />
</trans-unit>
<trans-unit id="out_var">
<source>out variable</source>
<target state="translated">proměnná out</target>
<note>{Locked="out"} "out" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="ref_local_or_expression">
<source>ref local or expression</source>
<target state="translated">místní ref nebo výraz</target>
<note>{Locked="ref"} "ref" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="global_statement">
<source>global statement</source>
<target state="translated">příkaz global</target>
<note>{Locked="global"} "global" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="using_directive">
<source>using directive</source>
<target state="translated">direktiva using</target>
<note />
</trans-unit>
<trans-unit id="event_field">
<source>event field</source>
<target state="translated">pole event</target>
<note />
</trans-unit>
<trans-unit id="conversion_operator">
<source>conversion operator</source>
<target state="translated">operátor převodu</target>
<note />
</trans-unit>
<trans-unit id="destructor">
<source>destructor</source>
<target state="translated">destruktor</target>
<note />
</trans-unit>
<trans-unit id="indexer">
<source>indexer</source>
<target state="translated">indexer</target>
<note />
</trans-unit>
<trans-unit id="property_getter">
<source>property getter</source>
<target state="translated">metoda getter vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="indexer_getter">
<source>indexer getter</source>
<target state="translated">metoda getter indexeru</target>
<note />
</trans-unit>
<trans-unit id="property_setter">
<source>property setter</source>
<target state="translated">metoda Set vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="indexer_setter">
<source>indexer setter</source>
<target state="translated">metoda Set indexeru</target>
<note />
</trans-unit>
<trans-unit id="attribute_target">
<source>attribute target</source>
<target state="translated">cíl atributu</target>
<note />
</trans-unit>
<trans-unit id="_0_does_not_contain_a_constructor_that_takes_that_many_arguments">
<source>'{0}' does not contain a constructor that takes that many arguments.</source>
<target state="translated">{0} neobsahuje konstruktor, který přebírá tolik argumentů.</target>
<note />
</trans-unit>
<trans-unit id="The_name_0_does_not_exist_in_the_current_context">
<source>The name '{0}' does not exist in the current context.</source>
<target state="translated">Název {0} v aktuálním kontextu neexistuje.</target>
<note />
</trans-unit>
<trans-unit id="Hide_base_member">
<source>Hide base member</source>
<target state="translated">Skrýt základního člena</target>
<note />
</trans-unit>
<trans-unit id="Properties">
<source>Properties</source>
<target state="translated">Vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_namespace_declaration">
<source>Autoselect disabled due to namespace declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli deklaraci oboru názvů.</target>
<note />
</trans-unit>
<trans-unit id="namespace_name">
<source><namespace name></source>
<target state="translated"><název oboru názvů></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_type_declaration">
<source>Autoselect disabled due to type declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli deklaraci typu.</target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_possible_deconstruction_declaration">
<source>Autoselect disabled due to possible deconstruction declaration.</source>
<target state="translated">Automatický výběr je zakázaný kvůli možné deklaraci dekonstrukce.</target>
<note />
</trans-unit>
<trans-unit id="Upgrade_this_project_to_csharp_language_version_0">
<source>Upgrade this project to C# language version '{0}'</source>
<target state="translated">Upgradovat tento projekt na jazykovou verzi C# {0}</target>
<note />
</trans-unit>
<trans-unit id="Upgrade_all_csharp_projects_to_language_version_0">
<source>Upgrade all C# projects to language version '{0}'</source>
<target state="translated">Upgradovat všechny projekty jazyka C# na jazykovou verzi {0}</target>
<note />
</trans-unit>
<trans-unit id="class_name">
<source><class name></source>
<target state="translated"><název třídy></target>
<note />
</trans-unit>
<trans-unit id="interface_name">
<source><interface name></source>
<target state="translated"><název rozhraní></target>
<note />
</trans-unit>
<trans-unit id="designation_name">
<source><designation name></source>
<target state="translated"><název označení></target>
<note />
</trans-unit>
<trans-unit id="struct_name">
<source><struct name></source>
<target state="translated"><název struktury></target>
<note />
</trans-unit>
<trans-unit id="Make_method_async">
<source>Make method async</source>
<target state="translated">Převést metodu na asynchronní</target>
<note />
</trans-unit>
<trans-unit id="Make_method_async_remain_void">
<source>Make method async (stay void)</source>
<target state="translated">Převést metodu na asynchronní (ponechat neplatné)</target>
<note />
</trans-unit>
<trans-unit id="Name">
<source><Name></source>
<target state="translated"><Název></target>
<note />
</trans-unit>
<trans-unit id="Autoselect_disabled_due_to_member_declaration">
<source>Autoselect disabled due to member declaration</source>
<target state="translated">Automatický výběr je zakázaný z důvodu deklarace člena.</target>
<note />
</trans-unit>
<trans-unit id="Suggested_name">
<source>(Suggested name)</source>
<target state="translated">(Navržený název)</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_function">
<source>Remove unused function</source>
<target state="translated">Odebrat nepoužitou funkci</target>
<note />
</trans-unit>
<trans-unit id="Add_parentheses_around_conditional_expression_in_interpolated_string">
<source>Add parentheses</source>
<target state="translated">Přidat závorky</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Převést na foreach</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_for">
<source>Convert to 'for'</source>
<target state="translated">Převést na for</target>
<note />
</trans-unit>
<trans-unit id="Invert_if">
<source>Invert if</source>
<target state="translated">Invertovat if</target>
<note />
</trans-unit>
<trans-unit id="Add_Obsolete">
<source>Add [Obsolete]</source>
<target state="translated">Přidat [Obsolete]</target>
<note />
</trans-unit>
<trans-unit id="Use_0">
<source>Use '{0}'</source>
<target state="translated">Použít {0}</target>
<note />
</trans-unit>
<trans-unit id="Introduce_using_statement">
<source>Introduce 'using' statement</source>
<target state="translated">Zavést příkaz using</target>
<note>{Locked="using"} "using" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="yield_break_statement">
<source>yield break statement</source>
<target state="translated">příkaz yield break</target>
<note>{Locked="yield break"} "yield break" is a C# keyword and should not be localized.</note>
</trans-unit>
<trans-unit id="yield_return_statement">
<source>yield return statement</source>
<target state="translated">příkaz yield return</target>
<note>{Locked="yield return"} "yield return" is a C# keyword and should not be localized.</note>
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/xlf/VBResources.ja.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../VBResources.resx">
<body>
<trans-unit id="ERR_AssignmentInitOnly">
<source>Init-only property '{0}' can only be assigned by an object member initializer, or on 'Me', 'MyClass` or 'MyBase' in an instance constructor.</source>
<target state="translated">初期化専用プロパティ '{0}' は、オブジェクト メンバー初期化子を使用する場合か、インスタンス コンストラクター内の 'Me'、'MyClass'、'MyBase' でのみ割り当てることができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSwitchValue">
<source>Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.</source>
<target state="translated">コマンドライン構文エラー: '{0}' は、'{1}' オプションの有効な値ではありません。値は '{2}' の形式にする必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CommentsAfterLineContinuationNotAvailable1">
<source>Please use language version {0} or greater to use comments after line continuation character.</source>
<target state="translated">行連結文字の後のコメントを使用するには、言語バージョン {0} 以上をご使用ください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultInterfaceImplementationInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">型 '{0}' には非抽象メンバーがあるため、この型を埋め込むことはできません。'相互運用型の埋め込み' プロパティを false に設定することをご検討ください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleAnalyzerConfigsInSameDir">
<source>Multiple analyzer config files cannot be in the same directory ('{0}').</source>
<target state="translated">複数のアナライザー構成ファイルを同じディレクトリに入れることはできません ('{0}')。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingInitOnlyProperty">
<source>'{0}' cannot override init-only '{1}'.</source>
<target state="translated">'{0}' では、初期化専用 '{1}' をオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementInitOnly">
<source>Init-only '{0}' cannot be implemented.</source>
<target state="translated">初期化専用 '{0}' を実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReAbstractionInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">型 '{0}' には基底インターフェイスからのメンバーの再抽象化があるため、この型を埋め込むことはできません。'相互運用型の埋め込み' プロパティを false に設定することをご検討ください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation">
<source>Target runtime doesn't support default interface implementation.</source>
<target state="translated">ターゲット ランタイムは、既定のインターフェイスの実装をサポートしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember">
<source>Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.</source>
<target state="translated">ターゲット ランタイムは、インターフェイスのメンバーの 'Protected'、'Protected Friend'、'Private Protected' のアクセシビリティをサポートしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsHandlerInTheSameType">
<source>Events of shared WithEvents variables cannot be handled by methods in a different type.</source>
<target state="translated">共有された WithEvents 変数のイベントを、別の種類のメソッドで処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnmanagedCallersOnlyNotSupported">
<source>'UnmanagedCallersOnly' attribute is not supported.</source>
<target state="translated">'UnmanagedCallersOnly' 属性はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CallerArgumentExpression">
<source>caller argument expression</source>
<target state="new">caller argument expression</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CommentsAfterLineContinuation">
<source>comments after line continuation</source>
<target state="translated">行連結後のコメント</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InitOnlySettersUsage">
<source>assigning to or passing 'ByRef' properties with init-only setters</source>
<target state="translated">初期化専用セッターを使用して、'ByRef' プロパティに割り当てるか、そのプロパティを渡します</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_UnconstrainedTypeParameterInConditional">
<source>unconstrained type parameters in binary conditional expressions</source>
<target state="translated">バイナリ条件式での非制約型パラメーター</target>
<note />
</trans-unit>
<trans-unit id="IDS_VBCHelp">
<source> 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
assembly.
-target:appcontainerexe Create a Windows application that runs in
AppContainer.
-target:winmdobj Create a Windows Metadata intermediate file
-doc[+|-] Generates XML documentation file.
-doc:<file> Generates XML documentation file to <file>.
-refout:<file> Reference assembly output to generate
- INPUT FILES -
-addmodule:<file_list> Reference metadata from the specified modules
-link:<file_list> Embed metadata from the specified interop
assembly. (Short form: -l)
-recurse:<wildcard> Include all files in the current directory
and subdirectories according to the
wildcard specifications.
-reference:<file_list> Reference metadata from the specified
assembly. (Short form: -r)
-analyzer:<file_list> Run the analyzers from this assembly
(Short form: -a)
-additionalfile:<file list> Additional files that don't directly affect code
generation but may be used by analyzers for producing
errors or warnings.
- RESOURCES -
-linkresource:<resinfo> Links the specified file as an external
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -linkres)
-nowin32manifest The default manifest should not be embedded
in the manifest section of the output PE.
-resource:<resinfo> Adds the specified file as an embedded
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -res)
-win32icon:<file> Specifies a Win32 icon file (.ico) for the
default Win32 resources.
-win32manifest:<file> The provided file is embedded in the manifest
section of the output PE.
-win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
-optimize[+|-] Enable optimizations.
-removeintchecks[+|-] Remove integer checks. Default off.
-debug[+|-] Emit debugging information.
-debug:full Emit full debugging information (default).
-debug:pdbonly Emit full debugging information.
-debug:portable Emit cross-platform debugging information.
-debug:embedded Emit cross-platform debugging information into
the target .dll or .exe.
-deterministic Produce a deterministic assembly
(including module version GUID and timestamp)
-refonly Produce a reference assembly in place of the main output
-instrument:TestCoverage Produce an assembly instrumented to collect
coverage information
-sourcelink:<file> Source link info to embed into PDB.
- ERRORS AND WARNINGS -
-nowarn Disable all warnings.
-nowarn:<number_list> Disable a list of individual warnings.
-warnaserror[+|-] Treat all warnings as errors.
-warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
-ruleset:<file> Specify a ruleset file that disables specific
diagnostics.
-errorlog:<file>[,version=<sarif_version>]
Specify a file to log all compiler and analyzer
diagnostics in SARIF format.
sarif_version:{1|2|2.1} Default is 1. 2 and 2.1
both mean SARIF version 2.1.0.
-reportanalyzer Report additional analyzer information, such as
execution time.
-skipanalyzers[+|-] Skip execution of diagnostic analyzers.
- LANGUAGE -
-define:<symbol_list> Declare global conditional compilation
symbol(s). symbol_list:name=value,...
(Short form: -d)
-imports:<import_list> Declare global Imports for namespaces in
referenced metadata files.
import_list:namespace,...
-langversion:? Display the allowed values for language version
-langversion:<string> Specify language version such as
`default` (latest major version), or
`latest` (latest version, including minor versions),
or specific versions like `14` or `15.3`
-optionexplicit[+|-] Require explicit declaration of variables.
-optioninfer[+|-] Allow type inference of variables.
-rootnamespace:<string> Specifies the root Namespace for all type
declarations.
-optionstrict[+|-] Enforce strict language semantics.
-optionstrict:custom Warn when strict language semantics are not
respected.
-optioncompare:binary Specifies binary-style string comparisons.
This is the default.
-optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
-help Display this usage message. (Short form: -?)
-noconfig Do not auto-include VBC.RSP file.
-nologo Do not display compiler copyright banner.
-quiet Quiet output mode.
-verbose Display verbose messages.
-parallel[+|-] Concurrent build.
-version Display the compiler version number and exit.
- ADVANCED -
-baseaddress:<number> The base address for a library or module
(hex).
-checksumalgorithm:<alg> Specify algorithm for calculating source file
checksum stored in PDB. Supported values are:
SHA1 or SHA256 (default).
-codepage:<number> Specifies the codepage to use when opening
source files.
-delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
-publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
-errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
-filealign:<number> Specify the alignment used for output file
sections.
-highentropyva[+|-] Enable high-entropy ASLR.
-keycontainer:<string> Specifies a strong name key container.
-keyfile:<file> Specifies a strong name key file.
-libpath:<path_list> List of directories to search for metadata
references. (Semi-colon delimited.)
-main:<class> Specifies the Class or Module that contains
Sub Main. It can also be a Class that
inherits from System.Windows.Forms.Form.
(Short form: -m)
-moduleassemblyname:<string> Name of the assembly which this module will
be a part of.
-netcf Target the .NET Compact Framework.
-nostdlib Do not reference standard libraries
(system.dll and VBC.RSP file).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Specify a mapping for source path names output by
the compiler.
-platform:<string> Limit which platforms this code can run on;
must be x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred or anycpu (default).
-preferreduilang Specify the preferred output language name.
-nosdkpath Disable searching the default SDK path for standard library assemblies.
-sdkpath:<path> Location of the .NET Framework SDK directory
(mscorlib.dll).
-subsystemversion:<version> Specify subsystem version of the output PE.
version:<number>[.<number>]
-utf8output[+|-] Emit compiler output in UTF8 character
encoding.
@<file> Insert command-line settings from a text file
-vbruntime[+|-|*] Compile with/without the default Visual Basic
runtime.
-vbruntime:<file> Compile with the alternate Visual Basic
runtime in <file>.
</source>
<target state="translated"> Visual Basic コンパイラのオプション
- 出力ファイル -
-out:<file> 出力ファイル名を指定します。
-target:exe コンソール アプリケーションを作成します (既定)。
(短い形式: -t)
-target:winexe Windows アプリケーションを作成します。
-target:library ライブラリ アセンブリを作成します。
-target:module アセンブリに追加できるモジュールを作成
します。
-target:appcontainerexe AppContainer で実行される Windows アプリケーションを
作成します。
-target:winmdobj Windows メタデータ中間ファイルを作成します
-doc[+|-] XML ドキュメント ファイルを生成します。
-doc:<file> XML ドキュメント ファイルを <file> に生成します。
-refout:<file> 生成する参照アセンブリの出力
- 入力ファイル -
-addmodule:<file_list> 指定されたモジュールからメタデータを参照します
-link:<file_list> 指定された相互運用アセンブリから
メタデータを埋め込みます。(短い形式: -l)
-recurse:<wildcard> ワイルドカードの指定に従い、
現在のディレクトリとサブディレクトリ内の
すべてのファイルをインクルードします。
-reference:<file_list> 指定されたアセンブリから
メタデータを参照します。(短い形式: -r)
-analyzer:<file_list> このアセンブリからアナライザーを実行します
(短い形式: -a)
-additionalfile:<file list> コード生成には直接影響しないものの、
アナライザーがエラーまたは警告を
生成するために使用する可能性のある追加ファイル。
- リソース -
-linkresource:<resinfo> 指定されたファイルを外部のアセンブリ リソースとして
リンクします。
resinfo:<file>[,<name>[,public|private]]
(短い形式: -linkres)
-nowin32manifest 出力 PE のマニフェスト セクションに既定の
マニフェストを埋め込まないでください。
-resource:<resinfo> 指定されたファイルを
埋め込みアセンブリ リソースとして追加します。
resinfo:<file>[,<name>[,public|private]]
(短い形式: -res)
-win32icon:<file> Win32 アイコン ファイル (.ico) を
既定の Win32 リソースに指定します。
-win32manifest:<file> 指定されたファイルは出力 PE の
マニフェスト セクションに埋め込まれています。
-win32resource:<file> Win32 リソース ファイル (.res) を指定します。
- コード生成 -
-optimize[+|-] 最適化を有効にします。
-removeintchecks[+|-] 整数のチェックを削除します。既定値は Off です。
-debug[+|-] デバッグ情報を生成します。
-debug:full 完全なデバッグ情報を生成します (既定値)。
-debug:pdbonly 完全なデバッグ情報を生成します。
-debug:portable クロスプラットフォーム デバッグ情報を生成します。
-debug:embedded クロスプラットフォーム デバッグ情報を
ターゲット .dll または .exe 内に生成します。
-deterministic 決定論的アセンブリを作成します
(モジュール バージョン GUID やタイムスタンプなど)
-refonly メイン出力の代わりに参照アセンブリを生成します
-instrument:TestCoverage カバレッジ情報を収集するようにインストルメント
されたアセンブリを生成します
-sourcelink:<file> PDB に埋め込むソース リンク情報。
- エラーと警告 -
-nowarn すべての警告を無効にします。
-nowarn:<number_list> 個々の警告リストを無効にします。
-warnaserror[+|-] すべての警告をエラーとして扱います。
-warnaserror[+|-]:<number_list> 警告リストをエラーとして扱います。
-ruleset:<file> 特定の診断を無効にするルールセット ファイルを
指定します。
-errorlog:<file>[,version=<sarif_version>]
すべてのコンパイラおよびアナライザーの診断を
SARIF 形式でログに記録するためのファイルを指定します。
sarif_version:{1|2|2.1} 既定値は 1 です。2 と 2.1 は
どちらも SARIF バージョン 2.1.0 を意味します。
-reportanalyzer 追加のアナライザー情報を報告します
(実行時間など)。
-skipanalyzers[+|-] アナライザーの診断の実行をスキップします。
- 言語 -
-define:<symbol_list> 条件付きコンパイル シンボルをグローバルに宣言
します。symbol_list:name=value,...
(短い形式: -d)
-imports:<import_list> 参照されたメタデータ ファイルの
名前空間に対して Imports をグローバルに宣言します。
import_list:namespace,...
-langversion:? 言語バージョンに許容される値を表示します
-langversion:<string> `default` (最新のメジャー バージョン) や
`latest` (マイナー バージョンを含む最新バージョン)
または、`14` や `15.3`などの特定バージョン
で言語バージョンを指定します。
-optionexplicit[+|-] 変数の明示的な宣言が必要です。
-optioninfer[+|-] 変数の型の推定を許可します。
-rootnamespace:<string> すべての型宣言に対して
ルート名前空間を指定します。
-optionstrict[+|-] 厳密な言語セマンティクスを適用します。
-optionstrict:custom 厳密な言語セマンティクスが
守られていないときに警告します。
-optioncompare:binary バイナリ スタイルの文字列比較を指定します。
これは既定値です。
-optioncompare:text テキスト スタイルの文字列比較を指定します。
- その他 -
-help 使用法に関するメッセージを表示します。(短い形式: -?)
-noconfig VBC.RSP ファイルを自動的にはインクルードしません。
-nologo コンパイラの著作権情報を表示しません。
-quiet 非表示出力モードです。
-verbose 詳細メッセージを表示します。
-parallel[+|-] ビルドを並列処理します。
-version コンパイラのバージョン番号を出力して終了します。
- 詳細 -
-baseaddress:<number> ライブラリまたはモジュールのベース アドレス
(16 進数)。
-checksumalgorithm:<alg> PDB に格納されているソース ファイルのチェックサム
を計算するアルゴリズムを指定します。サポートされる値:
SHA1 や SHA256 (既定)。
-codepage:<number> ソース ファイルを開くときに使用するコードページを
指定します。
-delaysign[+|-] アセンブリの遅延署名には厳密な名前キーのうち
公開された部分のみを使用します。
-publicsign[+|-] 厳密な名前キーの公開部分のみを使ってアセンブリ
を公開署名します。
-errorreport:<string> 内部コンパイラ エラーの処理方法を指定
します。prompt、send、none、queue
(既定) のいずれかでなければなりません。
-filealign:<number> 出力ファイル セクションで使う配置
を指定します。
-highentropyva[+|-] 高エントロピ ASLR を有効化します。
-keycontainer:<string> 厳密な名前キーのコンテナーを指定します。
-keyfile:<file> 厳密な名前キーのファイルを指定します。
-libpath:<path_list> メタデータ参照を検索する
ディレクトリの (セミコロン区切りの) リスト。
-main:<class> Sub Main を含むクラスまたはモジュール
を指定します。System.Windows.Forms.Form から継承
されるクラスにすることもできます。
(短い形式: -m)
-moduleassemblyname:<string> このモジュールが一部となる
アセンブリ名です。
-netcf .NET Compact Framework をターゲットにします。
-nostdlib 標準ライブラリ
(system.dll と VBC.RSP ファイル) を参照しません。
-pathmap:<K1>=<V1>,<K2>=<V2>,...
コンパイラが出力するソース パス名のマッピングを
指定します。
-platform:<string> このコードを実行できるプラットフォームは
x86、x64、Itanium、arm、arm64、
AnyCPU32BitPreferred、anycpu (既定) のいずれかでなければなりません。
-preferreduilang 出力用の優先する言語名を指定します。
-nosdkpath 標準ライブラリ アセンブリの既定の SDK パスの検索を無効にします。
-sdkpath:<path> .NET Framework SDK ディレクトリ (mscorlib.dll)
の場所。
-subsystemversion:<version> 出力 PE のサブシステム バージョンを指定します。
version:<number>[.<number>]
-utf8output[+|-] コンパイラ出力を UTF-8 文字エンコード
で作成します。
@<file> コマンド ライン設定をテキスト ファイルから挿入します
-vbruntime[+|-|*] 既定の Visual Basic ランタイムを使用して、または使用せずに
コンパイルします。
-vbruntime:<file> <file> の別の Visual Basic ランタイムを使用して
コンパイルします。
</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoFunctionPointerTypesInVB">
<source>There are no function pointer types in VB.</source>
<target state="translated">VB に関数ポインター型はありません。</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoNativeIntegerTypesInVB">
<source>There are no native integer types in VB.</source>
<target state="translated">VB にネイティブの整数型はありません。</target>
<note />
</trans-unit>
<trans-unit id="Trees0">
<source>trees({0})</source>
<target state="translated">ツリー ({0})</target>
<note />
</trans-unit>
<trans-unit id="TreesMustHaveRootNode">
<source>trees({0}) must have root node with SyntaxKind.CompilationUnit.</source>
<target state="translated">ツリー ({0}) には SyntaxKind.CompilationUnit とのルート ノードが必要です。</target>
<note />
</trans-unit>
<trans-unit id="CannotAddCompilerSpecialTree">
<source>Cannot add compiler special tree</source>
<target state="translated">コンパイラの特殊ツリーを追加できません</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeAlreadyPresent">
<source>Syntax tree already present</source>
<target state="translated">構文ツリーが既に存在しています</target>
<note />
</trans-unit>
<trans-unit id="SubmissionCanHaveAtMostOneSyntaxTree">
<source>Submission can have at most one syntax tree.</source>
<target state="translated">送信に含めることができる構文ツリーは 1 つのみです。</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveCompilerSpecialTree">
<source>Cannot remove compiler special tree</source>
<target state="translated">コンパイラの特殊ツリーを削除できません</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeNotFoundToRemove">
<source>SyntaxTree '{0}' not found to remove</source>
<target state="translated">削除する構文ツリー '{0}' が見つかりません</target>
<note />
</trans-unit>
<trans-unit id="TreeMustHaveARootNodeWithCompilationUnit">
<source>Tree must have a root node with SyntaxKind.CompilationUnit</source>
<target state="translated">ツリーには SyntaxKind.CompilationUnit とのルート ノードが必要です</target>
<note />
</trans-unit>
<trans-unit id="CompilationVisualBasic">
<source>Compilation (Visual Basic): </source>
<target state="translated">コンパイル (Visual Basic): </target>
<note />
</trans-unit>
<trans-unit id="NodeIsNotWithinSyntaxTree">
<source>Node is not within syntax tree</source>
<target state="translated">ノードが構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="CantReferenceCompilationFromTypes">
<source>Can't reference compilation of type '{0}' from {1} compilation.</source>
<target state="translated">コンパイル {1} から '{0}' 型のコンパイルを参照できません。</target>
<note />
</trans-unit>
<trans-unit id="PositionOfTypeParameterTooLarge">
<source>position of type parameter too large</source>
<target state="translated">型パラメーターの位置が大きすぎます</target>
<note />
</trans-unit>
<trans-unit id="AssociatedTypeDoesNotHaveTypeParameters">
<source>Associated type does not have type parameters</source>
<target state="translated">関連付けられた型には型パラメーターがありません</target>
<note />
</trans-unit>
<trans-unit id="IDS_FunctionReturnType">
<source>function return type</source>
<target state="translated">関数の戻り値の型</target>
<note />
</trans-unit>
<trans-unit id="TypeArgumentCannotBeNothing">
<source>Type argument cannot be Nothing</source>
<target state="translated">型引数に Nothing は使用できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">型 '{1}' を含むアセンブリ '{0}' が .NET Framework を参照しています。これはサポートされていません。</target>
<note>{1} is the type that was loaded, {0} is the containing assembly.</note>
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework_Title">
<source>The loaded assembly references .NET Framework, which is not supported.</source>
<target state="translated">読み込まれたアセンブリが .NET Framework を参照しています。これはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration">
<source>Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">ジェネレーター '{0}' でソースを生成できませんでした。出力には寄与しません。結果として、コンパイル エラーが発生する可能性があります。例外の型: '{1}'。メッセージ: '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">ジェネレーターで次の例外がスローされました:
'{0}'。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Title">
<source>Generator failed to generate source.</source>
<target state="translated">ジェネレーターはソースを生成できませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization">
<source>Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">ジェネレーター '{0}' を初期化できませんでした。出力には寄与しません。結果として、コンパイル エラーが発生する可能性があります。例外の型: '{1}'。メッセージ: '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">ジェネレーターで次の例外がスローされました:
'{0}'。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Title">
<source>Generator failed to initialize.</source>
<target state="translated">ジェネレーターを初期化できませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WrongNumberOfTypeArguments">
<source>Wrong number of type arguments</source>
<target state="translated">型引数の数が正しくありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileNotFound">
<source>file '{0}' could not be found</source>
<target state="translated">ファイル '{0}' が見つかりませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoResponseFile">
<source>unable to open response file '{0}'</source>
<target state="translated">応答ファイル '{0}' を開くことができません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentRequired">
<source>option '{0}' requires '{1}'</source>
<target state="translated">オプション '{0}' には '{1}' が必要です</target>
<note />
</trans-unit>
<trans-unit id="ERR_SwitchNeedsBool">
<source>option '{0}' can be followed only by '+' or '-'</source>
<target state="translated">オプション '{0}' の後には '+' または '-' のみを指定できます</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSwitchValue">
<source>the value '{1}' is invalid for option '{0}'</source>
<target state="translated">値 '{1}' はオプション '{0}' に対して無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_MutuallyExclusiveOptions">
<source>Compilation options '{0}' and '{1}' can't both be specified at the same time.</source>
<target state="translated">コンパイル オプション '{0}' と '{1}' の両方を同時に指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang">
<source>The language name '{0}' is invalid.</source>
<target state="translated">言語名 '{0}' は無効です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang_Title">
<source>The language name for /preferreduilang is invalid</source>
<target state="translated">/preferreduilang の言語名が無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_VBCoreNetModuleConflict">
<source>The options /vbruntime* and /target:module cannot be combined.</source>
<target state="translated">オプション /vbruntime* と /target:module を組み合わせることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatForGuidForOption">
<source>Command-line syntax error: Invalid Guid format '{0}' for option '{1}'</source>
<target state="translated">コマンドラインの構文エラー: オプション '{1}' の GUID 形式 '{0}' が無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingGuidForOption">
<source>Command-line syntax error: Missing Guid for option '{1}'</source>
<target state="translated">コマンドラインの構文エラー: オプション '{1}' の GUID がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadChecksumAlgorithm">
<source>Algorithm '{0}' is not supported</source>
<target state="translated">アルゴリズム '{0}' はサポートされていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch">
<source>unrecognized option '{0}'; ignored</source>
<target state="translated">認識されていないオプション '{0}'; 無視</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch_Title">
<source>Unrecognized command-line option</source>
<target state="translated">認識できないコマンドライン オプション</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSources">
<source>no input sources specified</source>
<target state="translated">入力ソースが指定されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded">
<source>source file '{0}' specified multiple times</source>
<target state="translated">ソース ファイル '{0}' が複数回指定されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded_Title">
<source>Source file specified multiple times</source>
<target state="translated">ソース ファイルが複数回指定されました</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOpenFileWrite">
<source>can't open '{0}' for writing: {1}</source>
<target state="translated">書き込みのために '{0}' を開くことはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCodepage">
<source>code page '{0}' is invalid or not installed</source>
<target state="translated">コード ページ '{0}' は無効か、またはインストールされていません</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryFile">
<source>the file '{0}' is not a text file</source>
<target state="translated">ファイル '{0}' はテキスト ファイルではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibNotFound">
<source>could not find library '{0}'</source>
<target state="translated">ライブラリ '{0}' が見つかりませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataReferencesNotSupported">
<source>Metadata references not supported.</source>
<target state="translated">メタデータ参照はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IconFileAndWin32ResFile">
<source>cannot specify both /win32icon and /win32resource</source>
<target state="translated">/win32icon と /win32resource を両方指定することはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile">
<source>ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">/noconfig オプションは、応答ファイルで指定されているため無視されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile_Title">
<source>Ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">応答ファイルで指定されているため、/noconfig オプションを無視します</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId">
<source>warning number '{0}' for the option '{1}' is either not configurable or not valid</source>
<target state="translated">警告番号 '{0}' (オプション '{1}' ) は、構成できないか無効です</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId_Title">
<source>Warning number is either not configurable or not valid</source>
<target state="translated">警告番号は、構成できないか無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSourcesOut">
<source>cannot infer an output file name from resource only input files; provide the '/out' option</source>
<target state="translated">リソースのみの入力ファイルから出力ファイル名を生成することはできません。'/out' オプションを指定してください</target>
<note />
</trans-unit>
<trans-unit id="ERR_NeedModule">
<source>the /moduleassemblyname option may only be specified when building a target of type 'module'</source>
<target state="translated">/moduleassemblyname オプションは 'module' 型のターゲットをビルドするときのみ指定できます</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyName">
<source>'{0}' is not a valid value for /moduleassemblyname</source>
<target state="translated">'{0}' は /moduleassemblyname の有効な値ではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingManifestSwitches">
<source>Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.</source>
<target state="translated">Win32 マニフェストの埋め込みエラー: オプション /win32manifest が /nowin32manifest と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest">
<source>Option /win32manifest ignored. It can be specified only when the target is an assembly.</source>
<target state="translated">オプション /win32manifest は無視されます。このオプションはターゲットがアセンブリのときにのみ指定できます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest_Title">
<source>Option /win32manifest ignored</source>
<target state="translated">オプション /win32manifest が無視されました</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInNamespace">
<source>Statement is not valid in a namespace.</source>
<target state="translated">名前空間では有効でないステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedType1">
<source>Type '{0}' is not defined.</source>
<target state="translated">型 '{0}' は定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNext">
<source>'Next' expected.</source>
<target state="translated">'Next' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCharConstant">
<source>Character constant must contain exactly one character.</source>
<target state="translated">文字定数には 1 文字のみを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssemblyEvent3">
<source>Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">イベント '{1}' の定義を含むアセンブリ '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModuleEvent3">
<source>Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">イベント '{1}' の定義を含むモジュール '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbExpectedEndIf">
<source>'#If' block must end with a matching '#End If'.</source>
<target state="translated">'#If' ブロックの最後には、対応する '#End If' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbNoMatchingIf">
<source>'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.</source>
<target state="translated">'#ElseIf'、'#Else'、または '#End If' の前には、対応する '#If' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbBadElseif">
<source>'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#ElseIf' の前には、対応する '#If' または '#ElseIf' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromRestrictedType1">
<source>Inheriting from '{0}' is not valid.</source>
<target state="translated">'{0}' からの継承は、有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvOutsideProc">
<source>Labels are not valid outside methods.</source>
<target state="translated">ラベルは、メソッドの外では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantImplement">
<source>Delegates cannot implement interface methods.</source>
<target state="translated">デリゲートでインターフェイス メソッドを実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantHandleEvents">
<source>Delegates cannot handle events.</source>
<target state="translated">デリゲートでイベントを処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorRequiresReferenceTypes1">
<source>'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.</source>
<target state="translated">'Is' 演算子は型 '{0}' のオペランドを受け付けません。オペランドは参照型または Null 許容型でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfRequiresReferenceType1">
<source>'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.</source>
<target state="translated">'TypeOf ... Is' の左には参照型を持つオペランドが必要ですが、このオペランドの値型は '{0}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasSet">
<source>Properties declared 'ReadOnly' cannot have a 'Set'.</source>
<target state="translated">ReadOnly' として宣言されているプロパティに 'Set' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasGet">
<source>Properties declared 'WriteOnly' cannot have a 'Get'.</source>
<target state="translated">WriteOnly' として宣言されているプロパティに 'Get' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideProc">
<source>Statement is not valid inside a method.</source>
<target state="translated">ステートメントはメソッド内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideBlock">
<source>Statement is not valid inside '{0}' block.</source>
<target state="translated">'{0}' ブロックの内部では有効でないステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedExpressionStatement">
<source>Expression statement is only allowed at the end of an interactive submission.</source>
<target state="translated">式ステートメントは対話型送信の終了時のみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndProp">
<source>Property missing 'End Property'.</source>
<target state="translated">Property に 'End Property' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSubExpected">
<source>'End Sub' expected.</source>
<target state="translated">'End Sub' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndFunctionExpected">
<source>'End Function' expected.</source>
<target state="translated">'End Function' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseNoMatchingIf">
<source>'#Else' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#Else' の前には、対応する '#If' または '#ElseIf' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantRaiseBaseEvent">
<source>Derived classes cannot raise base class events.</source>
<target state="translated">派生クラスで基底クラスのイベントを発生させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryWithoutCatchOrFinally">
<source>Try must have at least one 'Catch' or a 'Finally'.</source>
<target state="translated">Try には少なくとも 1 つの 'Catch' または 'Finally' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventsCantBeFunctions">
<source>Events cannot have a return type.</source>
<target state="translated">イベントに戻り値の型を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndBrack">
<source>Bracketed identifier is missing closing ']'.</source>
<target state="translated">かっこ付きの識別子の終わりに ']' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Syntax">
<source>Syntax error.</source>
<target state="translated">構文エラーです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Overflow">
<source>Overflow.</source>
<target state="translated">オーバーフローしました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalChar">
<source>Character is not valid.</source>
<target state="translated">文字が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StdInOptionProvidedButConsoleInputIsNotRedirected">
<source>stdin argument '-' is specified, but input has not been redirected from the standard input stream.</source>
<target state="translated">stdin 引数 '-' が指定されていますが、入力が標準入力ストリームからリダイレクトされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectOperand1">
<source>Option Strict On prohibits operands of type Object for operator '{0}'.</source>
<target state="translated">Option Strict On が指定されている場合、演算子 '{0}' に対して Object 型のオペランドを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotBeProperty">
<source>Loop control variable cannot be a property or a late-bound indexed array.</source>
<target state="translated">プロパティや遅延バインディングされたインデックス付き配列をループ制御変数にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodBodyNotAtLineStart">
<source>First statement of a method body cannot be on the same line as the method declaration.</source>
<target state="translated">メソッド本体の最初のステートメントをメソッド宣言と同じ行に記述することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MaximumNumberOfErrors">
<source>Maximum number of errors has been exceeded.</source>
<target state="translated">エラーの最大数の制限を超えました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordNotInInstanceMethod1">
<source>'{0}' is valid only within an instance method.</source>
<target state="translated">'{0}' は、インスタンス メソッド内でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromStructure1">
<source>'{0}' is not valid within a structure.</source>
<target state="translated">'{0}' は、構造体内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor1">
<source>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.</source>
<target state="translated">Attribute コンストラクターに、型 '{0}' のパラメーターが指定されていますが、整数型、浮動小数点型、列挙型、あるいは Object, Char、String、Boolean、System.Type のいずれかまたはこれらの型の 1 次元配列のどれにも該当しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWithOptArgs">
<source>Method cannot have both a ParamArray and Optional parameters.</source>
<target state="translated">メソッドに ParamArray と省略可能なパラメーターの両方を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedArray1">
<source>'{0}' statement requires an array.</source>
<target state="translated">'{0}' ステートメントには配列が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayNotArray">
<source>ParamArray parameter must be an array.</source>
<target state="translated">ParamArray パラメーターは配列でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayRank">
<source>ParamArray parameter must be a one-dimensional array.</source>
<target state="translated">ParamArray パラメーターは 1 次元配列でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayRankLimit">
<source>Array exceeds the limit of 32 dimensions.</source>
<target state="translated">配列が、制限の 32 次元を超えています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsNewArray">
<source>Arrays cannot be declared with 'New'.</source>
<target state="translated">配列を 'New' で宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs1">
<source>Too many arguments to '{0}'.</source>
<target state="translated">'{0}' の引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedCase">
<source>Statements and labels are not valid between 'Select Case' and first 'Case'.</source>
<target state="translated">ステートメントおよびラベルは、'Select Case' と最初の 'Case' の間では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstExpr">
<source>Constant expression is required.</source>
<target state="translated">定数式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression.</source>
<target state="translated">定数式において '{0}' から '{1}' への変換は発生しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMe">
<source>'Me' cannot be the target of an assignment.</source>
<target state="translated">'Me' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyAssignment">
<source>'ReadOnly' variable cannot be the target of an assignment.</source>
<target state="translated">'ReadOnly' 変数を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSubOfFunc">
<source>'Exit Sub' is not valid in a Function or Property.</source>
<target state="translated">'Exit Sub' は、Function または Property では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitPropNot">
<source>'Exit Property' is not valid in a Function or Sub.</source>
<target state="translated">'Exit Property' は、Function または Sub では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitFuncOfSub">
<source>'Exit Function' is not valid in a Sub or Property.</source>
<target state="translated">'Exit Function' は、Sub または Property では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LValueRequired">
<source>Expression is a value and therefore cannot be the target of an assignment.</source>
<target state="translated">式が値であるため、代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForIndexInUse1">
<source>For loop control variable '{0}' already in use by an enclosing For loop.</source>
<target state="translated">For ループ制御変数 '{0}' は、それを囲む For Loop によって既に使用されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextForMismatch1">
<source>Next control variable does not match For loop control variable '{0}'.</source>
<target state="translated">Next 制御変数が For ループ制御変数 '{0}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseElseNoSelect">
<source>'Case Else' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case Else' は、'Select Case' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseNoSelect">
<source>'Case' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case' は、'Select Case' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAssignToConst">
<source>Constant cannot be the target of an assignment.</source>
<target state="translated">定数を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedSubscript">
<source>Named arguments are not valid as array subscripts.</source>
<target state="translated">名前付き引数は、配列インデックスとしては有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndIf">
<source>'If' must end with a matching 'End If'.</source>
<target state="translated">'If' の終わりには、対応する 'End If' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWhile">
<source>'While' must end with a matching 'End While'.</source>
<target state="translated">'While' の終わりには、対応する 'End While' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLoop">
<source>'Do' must end with a matching 'Loop'.</source>
<target state="translated">'Do' の終わりには、対応する 'Loop' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNext">
<source>'For' must end with a matching 'Next'.</source>
<target state="translated">'For' の終わりには、対応する 'Next' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWith">
<source>'With' must end with a matching 'End With'.</source>
<target state="translated">'With' の終わりには、対応する 'End With' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseNoMatchingIf">
<source>'Else' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'Else' の前には、対応する 'If' または 'ElseIf' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndIfNoMatchingIf">
<source>'End If' must be preceded by a matching 'If'.</source>
<target state="translated">'End If' の前には、対応する 'If' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSelectNoSelect">
<source>'End Select' must be preceded by a matching 'Select Case'.</source>
<target state="translated">'End Select' の前には、対応する 'Select Case' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitDoNotWithinDo">
<source>'Exit Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Exit Do' は、'Do' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWhileNoWhile">
<source>'End While' must be preceded by a matching 'While'.</source>
<target state="translated">'End While' の前には、対応する 'While' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopNoMatchingDo">
<source>'Loop' must be preceded by a matching 'Do'.</source>
<target state="translated">'Loop' の前には、対応する 'Do' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextNoMatchingFor">
<source>'Next' must be preceded by a matching 'For'.</source>
<target state="translated">'Next' の前には、対応する 'For' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWithWithoutWith">
<source>'End With' must be preceded by a matching 'With'.</source>
<target state="translated">'End With' の前には、対応する 'With' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefined1">
<source>Label '{0}' is already defined in the current method.</source>
<target state="translated">ラベル '{0}' は、現在のメソッドで既に定義されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSelect">
<source>'Select Case' must end with a matching 'End Select'.</source>
<target state="translated">'Select Case' の終わりには、対応する 'End Select' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitForNotWithinFor">
<source>'Exit For' can only appear inside a 'For' statement.</source>
<target state="translated">'Exit For' は、'For' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitWhileNotWithinWhile">
<source>'Exit While' can only appear inside a 'While' statement.</source>
<target state="translated">'Exit While' は、'While' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyProperty1">
<source>'ReadOnly' property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'ReadOnly' プロパティ '{0}' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSelectNotWithinSelect">
<source>'Exit Select' can only appear inside a 'Select' statement.</source>
<target state="translated">'Exit Select' は、'Select' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BranchOutOfFinally">
<source>Branching out of a 'Finally' is not valid.</source>
<target state="translated">Finally' からのブランチは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualNotObjectRecord1">
<source>'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.</source>
<target state="translated">'!' の左側に、型パラメーター、クラスまたはインターフェイス型を持つオペランドが必要ですが、このオペランドの型は '{0}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewIndices">
<source>Number of indices is less than the number of dimensions of the indexed array.</source>
<target state="translated">インデックスの数がインデックス付き配列の次元数より少ない値です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyIndices">
<source>Number of indices exceeds the number of dimensions of the indexed array.</source>
<target state="translated">インデックスの数がインデックス付き配列の次元数を超えています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EnumNotExpression1">
<source>'{0}' is an Enum type and cannot be used as an expression.</source>
<target state="translated">'{0}' は列挙型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeNotExpression1">
<source>'{0}' is a type and cannot be used as an expression.</source>
<target state="translated">'{0}' は型であるため、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassNotExpression1">
<source>'{0}' is a class type and cannot be used as an expression.</source>
<target state="translated">'{0}' はクラス型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNotExpression1">
<source>'{0}' is a structure type and cannot be used as an expression.</source>
<target state="translated">'{0}' は構造体型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotExpression1">
<source>'{0}' is an interface type and cannot be used as an expression.</source>
<target state="translated">'{0}' はインターフェイス型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotExpression1">
<source>'{0}' is a namespace and cannot be used as an expression.</source>
<target state="translated">'{0}' は名前空間であり、式としては使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNamespaceName1">
<source>'{0}' is not a valid name and cannot be used as the root namespace name.</source>
<target state="translated">'{0}' は有効な名前ではありません。ルートの名前空間名として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlPrefixNotExpression">
<source>'{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.</source>
<target state="translated">'{0}' は XML プレフィックスであり、式として使用することはできません。名前空間オブジェクトを作成するには、GetXmlNamespace 演算子を使用します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleExtends">
<source>'Inherits' can appear only once within a 'Class' statement and can only specify one class.</source>
<target state="translated">'Inherits' は、'Class' ステートメント内で 1 回のみ使用でき、1 つのクラスのみを指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropMustHaveGetSet">
<source>Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.</source>
<target state="translated">ReadOnly' または 'WriteOnly' 指定子を持たないプロパティには、'Get' および 'Set' の両方を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasNoWrite">
<source>'WriteOnly' property must provide a 'Set'.</source>
<target state="translated">'WriteOnly' プロパティには 'Set' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasNoGet">
<source>'ReadOnly' property must provide a 'Get'.</source>
<target state="translated">'ReadOnly' プロパティには 'Get' を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttribute1">
<source>Attribute '{0}' is not valid: Incorrect argument value.</source>
<target state="translated">属性 '{0}' が無効です: 引数値が正しくありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LabelNotDefined1">
<source>Label '{0}' is not defined.</source>
<target state="translated">ラベル '{0}' が定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ErrorCreatingWin32ResourceFile">
<source>Error creating Win32 resources: {0}</source>
<target state="translated">Win32 リソースの作成中にエラーが発生しました: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToCreateTempFile">
<source>Cannot create temporary file: {0}</source>
<target state="translated">一時ファイルを作成できません: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCall2">
<source>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.</source>
<target state="translated">'{1}' の基底クラス '{0}' には、引数なしで呼び出される、アクセス可能な 'Sub New' がないため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' に対して呼び出さなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMember3">
<source>{0} '{1}' must implement '{2}' for interface '{3}'.</source>
<target state="translated">{0} '{1}' は '{2}' をインターフェイス '{3}' に実装しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithRef">
<source>Leading '.' or '!' can only appear inside a 'With' statement.</source>
<target state="translated">先頭の '.' または '!' は、'With' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAccessCategoryUsed">
<source>Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.</source>
<target state="translated">Public'、'Private'、'Protected'、'Friend'、'Protected Friend'、または 'Private Protected' は、いずれか 1 つしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateModifierCategoryUsed">
<source>Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.</source>
<target state="translated">NotOverridable'、'MustOverride'、または 'Overridable' は、いずれか 1 つしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateSpecifier">
<source>Specifier is duplicated.</source>
<target state="translated">指定子が重複しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeConflict6">
<source>{0} '{1}' and {2} '{3}' conflict in {4} '{5}'.</source>
<target state="translated">{0} '{1}' と {2} '{3}' が {4} '{5}' で競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeKeyword">
<source>Keyword does not name a type.</source>
<target state="translated">キーワードは型の名前を指定しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraSpecifiers">
<source>Specifiers valid only at the beginning of a declaration.</source>
<target state="translated">指定子は、宣言の先頭でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedType">
<source>Type expected.</source>
<target state="translated">型が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfKeyword">
<source>Keyword is not valid as an identifier.</source>
<target state="translated">キーワードは、識別子として有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEnum">
<source>'End Enum' must be preceded by a matching 'Enum'.</source>
<target state="translated">'End Enum' の前には、対応する 'Enum' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEnum">
<source>'Enum' must end with a matching 'End Enum'.</source>
<target state="translated">'Enum' の終わりには、対応する 'End Enum' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDeclaration">
<source>Declaration expected.</source>
<target state="translated">宣言が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeLast">
<source>End of parameter list expected. Cannot define parameters after a paramarray parameter.</source>
<target state="translated">パラメーター リストの最後が必要です。ParamArray パラメーターの後にパラメーターを定義できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvalidOnInheritsImplOpt">
<source>Specifiers and attributes are not valid on this statement.</source>
<target state="translated">指定子および属性は、このステートメントでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSpecifier">
<source>Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.</source>
<target state="translated">Dim'、'Const'、'Public'、'Private'、'Protected'、'Friend'、'Shadows'、'ReadOnly'、または 'Shared' のいずれかを指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedComma">
<source>Comma expected.</source>
<target state="translated">コンマが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAs">
<source>'As' expected.</source>
<target state="translated">'As' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRparen">
<source>')' expected.</source>
<target state="translated">')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLparen">
<source>'(' expected.</source>
<target state="translated">'(' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNewInType">
<source>'New' is not valid in this context.</source>
<target state="translated">'このコンテキストでは、'New' は無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExpression">
<source>Expression expected.</source>
<target state="translated">式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptional">
<source>'Optional' expected.</source>
<target state="translated">'Optional' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifier">
<source>Identifier expected.</source>
<target state="translated">識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIntLiteral">
<source>Integer constant expected.</source>
<target state="translated">整数の定数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEOS">
<source>End of statement expected.</source>
<target state="translated">ステートメントの終わりを指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedForOptionStmt">
<source>'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.</source>
<target state="translated">'Option' の後には、'Compare'、'Explicit'、'Infer'、または 'Strict' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionCompare">
<source>'Option Compare' must be followed by 'Text' or 'Binary'.</source>
<target state="translated">'Option Compare' の後には、'Text' または 'Binary' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptionCompare">
<source>'Compare' expected.</source>
<target state="translated">'Compare' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObject">
<source>Option Strict On requires all variable declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On では、すべての変数宣言に 'As' 句が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitProc">
<source>Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On では、すべての関数、プロパティ、および演算子宣言に 'As' 句が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitArgs">
<source>Option Strict On requires that all method parameters have an 'As' clause.</source>
<target state="translated">Option Strict On では、すべてのメソッド パラメーターに 'As' 句が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidParameterSyntax">
<source>Comma or ')' expected.</source>
<target state="translated">コンマまたは ')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubFunction">
<source>'Sub' or 'Function' expected.</source>
<target state="translated">'Sub' または 'Function' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedStringLiteral">
<source>String constant expected.</source>
<target state="translated">文字列定数を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingLibInDeclare">
<source>'Lib' expected.</source>
<target state="translated">'Lib' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateNoInvoke1">
<source>Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.</source>
<target state="translated">Delegate クラス '{0}' には Invoke メソッドが含まれていないため、この型の式をメソッド呼び出しのターゲットに設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingIsInTypeOf">
<source>'Is' expected.</source>
<target state="translated">'Is' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateOption1">
<source>'Option {0}' statement can only appear once per file.</source>
<target state="translated">'Option {0}' ステートメントは、1 つのファイルに付き 1 回のみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantInherit">
<source>'Inherits' not valid in Modules.</source>
<target state="translated">'Inherits' は、モジュールでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantImplement">
<source>'Implements' not valid in Modules.</source>
<target state="translated">'Implements' は、モジュールでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadImplementsType">
<source>Implemented type must be an interface.</source>
<target state="translated">実装される型は、インターフェイスでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstFlags1">
<source>'{0}' is not valid on a constant declaration.</source>
<target state="translated">'{0}' は、定数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithEventsFlags1">
<source>'{0}' is not valid on a WithEvents declaration.</source>
<target state="translated">'{0}' は、WithEvents 宣言 では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDimFlags1">
<source>'{0}' is not valid on a member variable declaration.</source>
<target state="translated">'{0}' は、メンバー変数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParamName1">
<source>Parameter already declared with name '{0}'.</source>
<target state="translated">パラメーターは '{0}' という名前で既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopDoubleCondition">
<source>'Loop' cannot have a condition if matching 'Do' has one.</source>
<target state="translated">'対応する 'Do' に条件がある場合、'Loop' に条件を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRelational">
<source>Relational operator expected.</source>
<target state="translated">関係演算子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExitKind">
<source>'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.</source>
<target state="translated">'Exit' の後には、'Sub'、'Function'、'Property'、'Do'、'For'、'While'、'Select'、または 'Try' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgumentInAttributeList">
<source>Named argument expected.</source>
<target state="translated">名前付き引数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation">
<source>Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.</source>
<target state="translated">遅延バインディングの呼び出しでは、すべての固定引数を指定した後で名前付き引数を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgument">
<source>Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.</source>
<target state="translated">名前付き引数が必要です。末尾以外の名前付き引数を使用するには、言語バージョン {0} 以上を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMethodFlags1">
<source>'{0}' is not valid on a method declaration.</source>
<target state="translated">'{0}' は、メソッド宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEventFlags1">
<source>'{0}' is not valid on an event declaration.</source>
<target state="translated">'{0}' は、イベント宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDeclareFlags1">
<source>'{0}' is not valid on a Declare.</source>
<target state="translated">'{0}' は、Declare では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalConstFlags1">
<source>'{0}' is not valid on a local constant declaration.</source>
<target state="translated">'{0}' は、ローカル定数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalDimFlags1">
<source>'{0}' is not valid on a local variable declaration.</source>
<target state="translated">'{0}' は、ローカル変数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedConditionalDirective">
<source>'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.</source>
<target state="translated">'If'、'ElseIf'、'Else'、'Const'、'Region'、'ExternalSource'、'ExternalChecksum'、'Enable'、'Disable'、'End'、'R' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEQ">
<source>'=' expected.</source>
<target state="translated">'=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorNotFound1">
<source>Type '{0}' has no constructors.</source>
<target state="translated">型 '{0}' にはコンストラクターがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndInterface">
<source>'End Interface' must be preceded by a matching 'Interface'.</source>
<target state="translated">'End Interface' の前には、対応する 'Interface' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndInterface">
<source>'Interface' must end with a matching 'End Interface'.</source>
<target state="translated">'Interface' の終わりには、対応する 'End Interface' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFrom2">
<source>
'{0}' inherits from '{1}'.</source>
<target state="translated">
'{0}' は '{1}' から継承されます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNestedIn2">
<source>
'{0}' is nested in '{1}'.</source>
<target state="translated">
'{0}' は '{1}' 内で入れ子にされています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycle1">
<source>Class '{0}' cannot inherit from itself: {1}</source>
<target state="translated">クラス '{0}' はそれ自体から継承することはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonClass">
<source>Classes can inherit only from other classes.</source>
<target state="translated">クラスは、他のクラスからのみ継承できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedType3">
<source>'{0}' is already declared as '{1}' in this {2}.</source>
<target state="translated">'{0}' は、この {2} で '{1}' として既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverrideAccess2">
<source>'{0}' cannot override '{1}' because they have different access levels.</source>
<target state="translated">'異なるアクセス レベルが指定されているため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideNotOverridable2">
<source>'{0}' cannot override '{1}' because it is declared 'NotOverridable'.</source>
<target state="translated">'{1}' は、'NotOverridable' として宣言されているため、'{0}' でオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDef1">
<source>'{0}' has multiple definitions with identical signatures.</source>
<target state="translated">'{0}' には同じ署名で複数の定義が存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDefWithDifferentTupleNames2">
<source>'{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.</source>
<target state="translated">'{0}' には、'{1}' を含め、同じ署名で異なるタプル要素名の複数の定義が存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceMethodFlags1">
<source>'{0}' is not valid on an interface method declaration.</source>
<target state="translated">'{0}' は、インターフェイス メソッド宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound2">
<source>'{0}' is not a parameter of '{1}'.</source>
<target state="translated">'{0}' は、'{1}' のパラメーターではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfacePropertyFlags1">
<source>'{0}' is not valid on an interface property declaration.</source>
<target state="translated">'{0}' は、インターフェイス プロパティ宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice2">
<source>Parameter '{0}' of '{1}' already has a matching argument.</source>
<target state="translated">'{1}' のパラメーター '{0}' には、一致する引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCantUseEventSpecifier1">
<source>'{0}' is not valid on an interface event declaration.</source>
<target state="translated">'{0}' は、インターフェイス イベント宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNoMatch2">
<source>Type character '{0}' does not match declared data type '{1}'.</source>
<target state="translated">型文字 '{0}' が宣言されたデータ型 '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubOrFunction">
<source>'Sub' or 'Function' expected after 'Delegate'.</source>
<target state="translated">'Delegate' の後には、'Sub' または 'Function' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEmptyEnum1">
<source>Enum '{0}' must contain at least one member.</source>
<target state="translated">Enum '{0}' は少なくとも 1 つのメンバーを含んでいる必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidConstructorCall">
<source>Constructor call is valid only as the first statement in an instance constructor.</source>
<target state="translated">コンストラクターの呼び出しは、インスタンス コンストラクター内の最初のステートメントとしてのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideConstructor">
<source>'Sub New' cannot be declared 'Overrides'.</source>
<target state="translated">'Sub New' を 'Overrides' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorCannotBeDeclaredPartial">
<source>'Sub New' cannot be declared 'Partial'.</source>
<target state="translated">'Sub New' は 'Partial' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleEmitFailure">
<source>Failed to emit module '{0}': {1}</source>
<target state="translated">モジュール '{0}' の生成に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncUpdateFailedMissingAttribute">
<source>Cannot update '{0}'; attribute '{1}' is missing.</source>
<target state="translated">'{0}' を更新できません。属性 '{1}' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideNotNeeded3">
<source>{0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.</source>
<target state="translated">基底クラスで {0} をオーバーライドしないため、{0} '{1}' を 'Overrides' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDot">
<source>'.' expected.</source>
<target state="translated">'.' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocals1">
<source>Local variable '{0}' is already declared in the current block.</source>
<target state="translated">ローカル変数 '{0}' は現在のブロックで既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProc">
<source>Statement cannot appear within a method body. End of method assumed.</source>
<target state="translated">ステートメントをメソッド本体の内部に表示することはできません。メソッド本体の終了と見なします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalSameAsFunc">
<source>Local variable cannot have the same name as the function containing it.</source>
<target state="translated">ローカル変数に、それを含む関数と同じ名前を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordEmbeds2">
<source>
'{0}' contains '{1}' (variable '{2}').</source>
<target state="translated">
'{0}' は '{1}' を含みます (変数 '{2}')。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordCycle2">
<source>Structure '{0}' cannot contain an instance of itself: {1}</source>
<target state="translated">構造体 '{0}' に、それ自体のインスタンスを含めることはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCycle1">
<source>Interface '{0}' cannot inherit from itself: {1}</source>
<target state="translated">クラス '{0}' はそれ自体から継承することはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle2">
<source>
'{0}' calls '{1}'.</source>
<target state="translated">
'{0}' は '{1}' を呼び出します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle1">
<source>Constructor '{0}' cannot call itself: {1}</source>
<target state="translated">コンストラクター '{0}' からそれ自体を呼び出すことはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromCantInherit3">
<source>'{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.</source>
<target state="translated">'{0}' を {2} '{1}' から継承できません。'{1}' は 'NotInheritable' として宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithOptional2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by optional parameters.</source>
<target state="translated">'{0}' と '{1}' では、省略可能なパラメーターのみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithReturnType2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by return types.</source>
<target state="translated">'{0}' と '{1}' では、戻り値の型のみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharWithType1">
<source>Type character '{0}' cannot be used in a declaration with an explicit type.</source>
<target state="translated">明示的な型を含む宣言では、型文字 '{0}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnSub">
<source>Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.</source>
<target state="translated">Sub' は値を返さないため、'Sub' 宣言で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithDefault2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.</source>
<target state="translated">'{0}' と '{1}' では、省略可能なパラメーターの既定値のみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingSubscript">
<source>Array subscript expression missing.</source>
<target state="translated">配列インデックス式が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithDefault2">
<source>'{0}' cannot override '{1}' because they differ by the default values of optional parameters.</source>
<target state="translated">'省略可能なパラメーターの既定値のみが異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptional2">
<source>'{0}' cannot override '{1}' because they differ by optional parameters.</source>
<target state="translated">'省略可能なパラメーターのみが異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldOfValueFieldOfMarshalByRef3">
<source>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.</source>
<target state="translated">'{0}' は、'System.MarshalByRefObject' を基本クラスとして持つクラス '{2}' の値付きフィールド '{1}' のメンバーであるため、参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}'.</source>
<target state="translated">型 '{0}' の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseAfterCaseElse">
<source>'Case' cannot follow a 'Case Else' in the same 'Select' statement.</source>
<target state="translated">'Case' を、同一の 'Select' ステートメント内で 'Case Else' の後に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayMismatch4">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.</source>
<target state="translated">'{2}' は '{3}' から派生していないため、型 '{0}' の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertObjectArrayMismatch3">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.</source>
<target state="translated">'{2}' が参照型でないため、'{0}' 型の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopType1">
<source>'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.</source>
<target state="translated">'{0}' 型は必要な演算子をサポートしていないため、'For' ループ制御変数には使えません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithByref2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.</source>
<target state="translated">'{0}' と '{1}' では、パラメーターが 'ByRef' と 'ByVal' のどちらに設定されているかのみが異なるため、お互いにオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonInterface">
<source>Interface can inherit only from another interface.</source>
<target state="translated">インターフェイスは、別のインターフェイスからのみ継承できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceOrderOnInherits">
<source>'Inherits' statements must precede all declarations in an interface.</source>
<target state="translated">'Inherits' ステートメントは、インターフェイス内のすべての宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateDefaultProps1">
<source>'Default' can be applied to only one property name in a {0}.</source>
<target state="translated">'Default' は、{0} 内で 1 つのプロパティ名にのみ適用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMissingFromProperty2">
<source>'{0}' and '{1}' cannot overload each other because only one is declared 'Default'.</source>
<target state="translated">'{0}' と '{1}' では、一方のみが 'Default' に宣言されているため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingPropertyKind2">
<source>'{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' と '{1}' は、'ReadOnly' であるか、または 'WriteOnly' であるかのみが異なるため、オーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInInterface">
<source>'Sub New' cannot be declared in an interface.</source>
<target state="translated">'Sub New' をインターフェイスで宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNew1">
<source>'Sub New' cannot be declared '{0}'.</source>
<target state="translated">'Sub New' を '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadingPropertyKind2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' と '{1}' では、'ReadOnly' であるか、または 'WriteOnly' であるかのみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDefaultNotExtend1">
<source>Class '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">クラス '{0}' には既定のプロパティがないため、インデックス処理を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithArrayVsParamArray2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.</source>
<target state="translated">'{0}' と '{1}' では、'ParamArray' として宣言されたパラメーターのみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInstanceMemberAccess">
<source>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.</source>
<target state="translated">クラスの明示的なインスタンスを指定しないで、共有メソッドまたは共有メンバー初期化子内からクラスのインスタンス メンバーを参照することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRbrace">
<source>'}' expected.</source>
<target state="translated">'}' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleAsType1">
<source>Module '{0}' cannot be used as a type.</source>
<target state="translated">モジュール '{0}' を型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnNonClass">
<source>'New' cannot be used on an interface.</source>
<target state="translated">'New' をインターフェイスで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchAfterFinally">
<source>'Catch' cannot appear after 'Finally' within a 'Try' statement.</source>
<target state="translated">'Catch' を 'Try' ステートメント内にある 'Finally' の後に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNoMatchingTry">
<source>'Catch' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Catch' を 'Try' ステートメントの外に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyAfterFinally">
<source>'Finally' can only appear once in a 'Try' statement.</source>
<target state="translated">'Finally' は、'Try' ステートメント内で 1 回のみ記述できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyNoMatchingTry">
<source>'Finally' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Finally' を 'Try' ステートメントの外に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndTryNoTry">
<source>'End Try' must be preceded by a matching 'Try'.</source>
<target state="translated">'End Try' の前には、対応する 'Try' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndTry">
<source>'Try' must end with a matching 'End Try'.</source>
<target state="translated">'Try' の終わりには、対応する 'End Try' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDelegateFlags1">
<source>'{0}' is not valid on a Delegate declaration.</source>
<target state="translated">'{0}' は、デリゲート宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstructorOnBase2">
<source>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.</source>
<target state="translated">基底クラス '{1}' に引数なしで呼び出せるアクセス可能な 'Sub New' が指定されていないため、クラス '{0}' は 'Sub New' を宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleSymbol2">
<source>'{0}' is not accessible in this context because it is '{1}'.</source>
<target state="translated">'{0}' は '{1}' であるため、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleMember3">
<source>'{0}.{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">'{0}.{1}' は '{2}' であるため、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNotException1">
<source>'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.</source>
<target state="translated">'型 '{0}' は、'System.Exception'、または 'System.Exception' から継承するクラスではないため、'Catch' でキャッチできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitTryNotWithinTry">
<source>'Exit Try' can only appear inside a 'Try' statement.</source>
<target state="translated">'Exit Try' は、'Try' ステートメント内部にのみ記述できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRecordFlags1">
<source>'{0}' is not valid on a Structure declaration.</source>
<target state="translated">'{0}' は、Structure 宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEnumFlags1">
<source>'{0}' is not valid on an Enum declaration.</source>
<target state="translated">'{0}' は、Enum 宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceFlags1">
<source>'{0}' is not valid on an Interface declaration.</source>
<target state="translated">'{0}' は、Interface 宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithByref2">
<source>'{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.</source>
<target state="translated">'{0}' と '{1}' は、パラメーターが 'ByRef' か 'ByVal' のどちらであるかが異なるため、オーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyBaseAbstractCall1">
<source>'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.</source>
<target state="translated">'メソッド '{0}' は 'MustOverride' として宣言されているため、'MyBase' と共に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentNotMemberOfInterface4">
<source>'{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.</source>
<target state="translated">'{0}' で '{1}' を実装できません。インターフェイス '{3}' に、対応する {2} がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementingInterfaceWithDifferentTupleNames5">
<source>'{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.</source>
<target state="translated">'{4}' のタプル要素名が '{5}' のタプル要素名と一致しないため、'{0}' はインターフェイス '{3}' に {1} '{2}' を実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsRequiresClass">
<source>'WithEvents' variables must have an 'As' clause.</source>
<target state="translated">'WithEvents' 変数には 'As' 句を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsAsStruct">
<source>'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.</source>
<target state="translated">'WithEvents' 変数は、クラス、インターフェイス、またはクラス制約のある型パラメーターとしてのみ型指定することができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayRankMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.</source>
<target state="translated">配列型の次元数が異なるため、型 '{0}' の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimRankMismatch">
<source>'ReDim' cannot change the number of dimensions of an array.</source>
<target state="translated">'ReDim' によって配列の次元数を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartupCodeNotFound1">
<source>'Sub Main' was not found in '{0}'.</source>
<target state="translated">'Sub Main' が、'{0}' に見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstAsNonConstant">
<source>Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.</source>
<target state="translated">定数は、クラス、構造体、または配列型ではなく、組み込み型か列挙型でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSub">
<source>'End Sub' must be preceded by a matching 'Sub'.</source>
<target state="translated">'End Sub' の前には、対応する 'Sub' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndFunction">
<source>'End Function' must be preceded by a matching 'Function'.</source>
<target state="translated">'End Function' の前には、対応する 'Function' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndProperty">
<source>'End Property' must be preceded by a matching 'Property'.</source>
<target state="translated">'End Property' の前には、対応する 'Property' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseMethodSpecifier1">
<source>Methods in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュールのメソッドを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseEventSpecifier1">
<source>Events in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュールのイベントを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseVarSpecifier1">
<source>Members in a Structure cannot be declared '{0}'.</source>
<target state="translated">構造体のメンバーを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOverrideDueToReturn2">
<source>'{0}' cannot override '{1}' because they differ by their return types.</source>
<target state="translated">'戻り値の型が異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2">
<source>'{0}' cannot override '{1}' because they differ by their tuple element names.</source>
<target state="translated">'タプル要素名が異なるため、'{0}' は '{1}' をオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2_Title">
<source>Member cannot override because it differs by its tuple element names.</source>
<target state="translated">タプル要素名が異なるために、メンバーをオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantWithNoValue">
<source>Constants must have a value.</source>
<target state="translated">定数には、値を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionOverflow1">
<source>Constant expression not representable in type '{0}'.</source>
<target state="translated">型 '{0}' では表現できない定数式です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertyGet">
<source>'Get' is already declared.</source>
<target state="translated">'Get' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertySet">
<source>'Set' is already declared.</source>
<target state="translated">'Set' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotDeclared1">
<source>'{0}' is not declared. It may be inaccessible due to its protection level.</source>
<target state="translated">'{0}' は宣言されていません。アクセスできない保護レベルになっています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperands3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'.</source>
<target state="translated">演算子 '{0}' は、型 '{1}' および '{2}' に対して定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedProcedure">
<source>Expression is not a method.</source>
<target state="translated">式はメソッドではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument2">
<source>Argument not specified for parameter '{0}' of '{1}'.</source>
<target state="translated">'{1}' のパラメーター '{0}' に対して引数が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMember2">
<source>'{0}' is not a member of '{1}'.</source>
<target state="translated">'{0}' は '{1}' のメンバーではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndClassNoClass">
<source>'End Class' must be preceded by a matching 'Class'.</source>
<target state="translated">'End Class' の前には、対応する 'Class' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadClassFlags1">
<source>Classes cannot be declared '{0}'.</source>
<target state="translated">クラスを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportsMustBeFirst">
<source>'Imports' statements must precede any declarations.</source>
<target state="translated">'Imports' ステートメントは、宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonNamespaceOrClassOnImport2">
<source>'{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.</source>
<target state="translated">'インポート '{0}' の '{1}' は、Namespace、Class、Structure、Enum、または Module を参照していません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNotallowed">
<source>Type declaration characters are not valid in this context.</source>
<target state="translated">型宣言文字は、このコンテキストでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectReferenceNotSupplied">
<source>Reference to a non-shared member requires an object reference.</source>
<target state="translated">非共有メンバーを参照するには、オブジェクト参照が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassNotInClass">
<source>'MyClass' cannot be used outside of a class.</source>
<target state="translated">'MyClass' をクラスの外で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndexedNotArrayOrProc">
<source>Expression is not an array or a method, and cannot have an argument list.</source>
<target state="translated">式は、配列またはメソッドではありません。引数リストを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventSourceIsArray">
<source>'WithEvents' variables cannot be typed as arrays.</source>
<target state="translated">'WithEvents' 変数を配列として型指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorWithParams">
<source>Shared 'Sub New' cannot have any parameters.</source>
<target state="translated">共有 'Sub New' にパラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorIllegalSpec1">
<source>Shared 'Sub New' cannot be declared '{0}'.</source>
<target state="translated">共有 'Sub New' を '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndClass">
<source>'Class' statement must end with a matching 'End Class'.</source>
<target state="translated">'Class' ステートメントの終わりには、対応する 'End Class' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryOperand2">
<source>Operator '{0}' is not defined for type '{1}'.</source>
<target state="translated">演算子 '{0}' は型 '{1}' に対して定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsWithDefault1">
<source>'Default' cannot be combined with '{0}'.</source>
<target state="translated">'Default' を '{0}' と組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidValue">
<source>Expression does not produce a value.</source>
<target state="translated">式は値を生成しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorFunction">
<source>Constructor must be declared as a Sub, not as a Function.</source>
<target state="translated">コンストラクターは、Function ではなく Sub として宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLiteralExponent">
<source>Exponent is not valid.</source>
<target state="translated">指数が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewCannotHandleEvents">
<source>'Sub New' cannot handle events.</source>
<target state="translated">'Sub New' でイベントを処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularEvaluation1">
<source>Constant '{0}' cannot depend on its own value.</source>
<target state="translated">定数 '{0}' が、それ自体の値に依存することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedMeth1">
<source>'Shared' cannot be combined with '{0}' on a method declaration.</source>
<target state="translated">'メソッド宣言で、'Shared' を '{0}' と組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedProperty1">
<source>'Shared' cannot be combined with '{0}' on a property declaration.</source>
<target state="translated">'プロパティ宣言で、'Shared' を '{0}' と組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnStdModuleProperty1">
<source>Properties in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュールのプロパティを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedOnProcThatImpl">
<source>Methods or events that implement interface members cannot be declared 'Shared'.</source>
<target state="translated">インターフェイス メンバーを実装するメソッドまたはイベントを、'Shared' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoWithEventsVarOnHandlesList">
<source>Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</source>
<target state="translated">Handles 句には、それを含む型または基本型の 1 つで定義された WithEvents 変数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatch5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.</source>
<target state="translated">'ベース {1} のアクセスを {3} '{4}' へ展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionDisallowed2">
<source>Option Strict On disallows implicit conversions from '{0}' to '{1}'.</source>
<target state="translated">Option Strict On では '{0}' から '{1}' への暗黙的な変換は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoArgumentCountOverloadCandidates1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of arguments.</source>
<target state="translated">この引数の数を受け付ける '{0}' がないため、オーバーロードの解決に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoViableOverloadCandidates1">
<source>Overload resolution failed because no '{0}' is accessible.</source>
<target state="translated">'{0}' にアクセスできないため、オーバーロードの解決に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoCallableOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}</source>
<target state="translated">これらの引数で呼び出せるアクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called:{1}</source>
<target state="translated">呼び出し可能でアクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました:{1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonNarrowingOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}</source>
<target state="translated">縮小変換しないで呼び出される、アクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing3">
<source>Argument matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">パラメーター '{0}' と一致する引数は '{1}' から '{2}' へ引数照合します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoMostSpecificOverload2">
<source>Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}</source>
<target state="translated">これらの引数に最も固有な、アクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotMostSpecificOverload">
<source>Not most specific.</source>
<target state="translated">最も固有ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate2">
<source>
'{0}': {1}</source>
<target state="translated">
'{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGetProperty1">
<source>Property '{0}' is 'WriteOnly'.</source>
<target state="translated">プロパティ '{0}' は 'WriteOnly' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSetProperty1">
<source>Property '{0}' is 'ReadOnly'.</source>
<target state="translated">プロパティ '{0}' は 'ReadOnly' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamTypingInconsistency">
<source>All parameters must be explicitly typed if any of them are explicitly typed.</source>
<target state="translated">明示的に型指定されているパラメーターが存在する場合、すべてのパラメーターが明示的に型指定されていなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamNameFunctionNameCollision">
<source>Parameter cannot have the same name as its defining function.</source>
<target state="translated">パラメーターを、定義する関数と同じ名前に設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DateToDoubleConversion">
<source>Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.</source>
<target state="translated">Date' から 'Double' への変換には、'Date.ToOADate' メソッドの呼び出しが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoubleToDateConversion">
<source>Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.</source>
<target state="translated">Double' から 'Date' への変換には、'Date.FromOADate' メソッドの呼び出しが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ZeroDivide">
<source>Division by zero occurred while evaluating this expression.</source>
<target state="translated">この式の評価中に 0 による除算が発生しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryAndOnErrorDoNotMix">
<source>Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.</source>
<target state="translated">メソッドに 'Try' ステートメントと 'On Error' または 'Resume' ステートメントの両方を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyAccessIgnored">
<source>Property access must assign to the property or use its value.</source>
<target state="translated">プロパティ アクセスはプロパティに割り当てるか、またはその値を使わなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNoDefault1">
<source>'{0}' cannot be indexed because it has no default property.</source>
<target state="translated">'{0}' には既定のプロパティがないため、インデックス処理を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyAttribute1">
<source>Attribute '{0}' cannot be applied to an assembly.</source>
<target state="translated">属性 '{0}' をアセンブリに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidModuleAttribute1">
<source>Attribute '{0}' cannot be applied to a module.</source>
<target state="translated">属性 '{0}' をモジュールに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInUnnamedNamespace1">
<source>'{0}' is ambiguous.</source>
<target state="translated">'{0}' はあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMemberNotProperty1">
<source>Default member of '{0}' is not a property.</source>
<target state="translated">既定のメンバー '{0}' はプロパティではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespace2">
<source>'{0}' is ambiguous in the namespace '{1}'.</source>
<target state="translated">'{0}' は、名前空間 '{1}' ではあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInImports2">
<source>'{0}' is ambiguous, imported from the namespaces or types '{1}'.</source>
<target state="translated">'名前空間または型 '{1}' からインポートされた '{0}' はあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInModules2">
<source>'{0}' is ambiguous between declarations in Modules '{1}'.</source>
<target state="translated">'{0}' は、モジュール '{1}' 内の宣言間においてあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespaces2">
<source>'{0}' is ambiguous between declarations in namespaces '{1}'.</source>
<target state="translated">'{0}' は、名前空間 '{1}' 内の宣言間においてあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooFewDimensions">
<source>Array initializer has too few dimensions.</source>
<target state="translated">配列初期化子の次元が少なすぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooManyDimensions">
<source>Array initializer has too many dimensions.</source>
<target state="translated">配列初期化子の次元が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooFewElements1">
<source>Array initializer is missing {0} elements.</source>
<target state="translated">配列初期化子には {0} 個の要素が足りません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooManyElements1">
<source>Array initializer has {0} too many elements.</source>
<target state="translated">配列初期化子には {0} 個の要素が余分です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewOnAbstractClass">
<source>'New' cannot be used on a class that is declared 'MustInherit'.</source>
<target state="translated">'MustInherit' として宣言されたクラスでは、'New' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateNamedImportAlias1">
<source>Alias '{0}' is already declared.</source>
<target state="translated">エイリアス '{0}' は、既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePrefix">
<source>XML namespace prefix '{0}' is already declared.</source>
<target state="translated">XML 名前空間プレフィックス '{0}' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsLateBinding">
<source>Option Strict On disallows late binding.</source>
<target state="translated">Option Strict On では、遅延バインディングを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfOperandNotMethod">
<source>'AddressOf' operand must be the name of a method (without parentheses).</source>
<target state="translated">'AddressOf' オペランドはメソッドの名前でなければなりません。かっこは不要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndExternalSource">
<source>'#End ExternalSource' must be preceded by a matching '#ExternalSource'.</source>
<target state="translated">'#End ExternalSource' の前には、対応する '#ExternalSource' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndExternalSource">
<source>'#ExternalSource' statement must end with a matching '#End ExternalSource'.</source>
<target state="translated">'#ExternalSource' ステートメントの終わりには、対応する '#End ExternalSource' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedExternalSource">
<source>'#ExternalSource' directives cannot be nested.</source>
<target state="translated">'#ExternalSource' ディレクティブは入れ子にできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'{0}' はデリゲート型でないため、'AddressOf' 式を '{0}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyncLockRequiresReferenceType1">
<source>'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.</source>
<target state="translated">'{0}' は参照型ではないので、'SyncLock' オペランドを型 '{0}' にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodAlreadyImplemented2">
<source>'{0}.{1}' cannot be implemented more than once.</source>
<target state="translated">'{0}.{1}' を複数実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateInInherits1">
<source>'{0}' cannot be inherited more than once.</source>
<target state="translated">'{0}' を複数回継承することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamArrayArgument">
<source>Named argument cannot match a ParamArray parameter.</source>
<target state="translated">名前付き引数を ParamArray パラメーターに一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedParamArrayArgument">
<source>Omitted argument cannot match a ParamArray parameter.</source>
<target state="translated">省略された引数を ParamArray パラメーターに一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayArgumentMismatch">
<source>Argument cannot match a ParamArray parameter.</source>
<target state="translated">引数を ParamArray パラメーターに一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNotFound1">
<source>Event '{0}' cannot be found.</source>
<target state="translated">イベント '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseVariableSpecifier1">
<source>Variables in Modules cannot be declared '{0}'.</source>
<target state="translated">モジュールの変数を '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsSharedHandler">
<source>Events of shared WithEvents variables cannot be handled by non-shared methods.</source>
<target state="translated">共有された WithEvents 変数のイベントを、共有されていないメソッドで処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedMinus">
<source>'-' expected.</source>
<target state="translated">'-' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceMemberSyntax">
<source>Interface members must be methods, properties, events, or type definitions.</source>
<target state="translated">インターフェイス メンバーは、メソッド、プロパティ、イベント、または型定義でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideInterface">
<source>Statement cannot appear within an interface body.</source>
<target state="translated">ステートメントをインターフェイス本体内部に記述することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsInterface">
<source>Statement cannot appear within an interface body. End of interface assumed.</source>
<target state="translated">ステートメントをインターフェイス本体内部に記述することはできません。インターフェイスの終わりと見なされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsInNotInheritableClass1">
<source>'NotInheritable' classes cannot have members declared '{0}'.</source>
<target state="translated">'NotInheritable' クラスに、'{0}' として宣言されたメンバーを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseOnlyClassesMustBeExplicit2">
<source>Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.</source>
<target state="translated">クラス '{0}' は、'MustInherit' として宣言するか、または以下の継承 'MustOverride' メンバーをオーバーライドしなければなりません: {1}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritEventNotOverridden">
<source>'{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.</source>
<target state="translated">'{0}' は基底クラス '{1}' の MustOverride イベントです。Visual Basic はイベント オーバーライドをサポートしません。基底クラスでイベントの実装を行うか、クラス '{2}' を MustInherit にする必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NegativeArraySize">
<source>Array dimensions cannot have a negative size.</source>
<target state="translated">配列の次元を、負の値のサイズに設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassAbstractCall1">
<source>'MustOverride' method '{0}' cannot be called with 'MyClass'.</source>
<target state="translated">'MustOverride' メソッド '{0}' を、'MyClass' で呼び出すことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndDisallowedInDllProjects">
<source>'End' statement cannot be used in class library projects.</source>
<target state="translated">'クラス ライブラリ プロジェクトで 'End' ステートメントを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BlockLocalShadowing1">
<source>Variable '{0}' hides a variable in an enclosing block.</source>
<target state="translated">変数 '{0}' は、それを囲むブロック内の変数を隠ぺいします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleNotAtNamespace">
<source>'Module' statements can occur only at file or namespace level.</source>
<target state="translated">'Module' ステートメントは、ファイル レベルまたは名前空間レベルでしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAtNamespace">
<source>'Namespace' statements can occur only at file or namespace level.</source>
<target state="translated">'Namespace' ステートメントは、ファイル レベルまたは名前空間レベルでしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEnum">
<source>Statement cannot appear within an Enum body.</source>
<target state="translated">ステートメントは、Enum 本体内部には記述できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEnum">
<source>Statement cannot appear within an Enum body. End of Enum assumed.</source>
<target state="translated">ステートメントは、Enum 本体内部には記述できません。Enum の終わりと見なします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrict">
<source>'Option Strict' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Strict' の後には、'On' または 'Off' のみ指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndStructureNoStructure">
<source>'End Structure' must be preceded by a matching 'Structure'.</source>
<target state="translated">'End Structure' の前には、対応する 'Structure' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndModuleNoModule">
<source>'End Module' must be preceded by a matching 'Module'.</source>
<target state="translated">'End Module' の前には、対応する 'Module' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndNamespaceNoNamespace">
<source>'End Namespace' must be preceded by a matching 'Namespace'.</source>
<target state="translated">'End Namespace' の前には、対応する 'Namespace' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndStructure">
<source>'Structure' statement must end with a matching 'End Structure'.</source>
<target state="translated">'Structure' ステートメントの終わりには、対応する 'End Structure' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndModule">
<source>'Module' statement must end with a matching 'End Module'.</source>
<target state="translated">'Module' ステートメントの終わりには、対応する 'End Module' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndNamespace">
<source>'Namespace' statement must end with a matching 'End Namespace'.</source>
<target state="translated">'Namespace' ステートメントの終わりには、対応する 'End Namespace' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionStmtWrongOrder">
<source>'Option' statements must precede any declarations or 'Imports' statements.</source>
<target state="translated">'Option' ステートメントは、宣言や 'Imports' ステートメントの前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantInherit">
<source>Structures cannot have 'Inherits' statements.</source>
<target state="translated">構造体に 'Inherits' ステートメントを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInStruct">
<source>Structures cannot declare a non-shared 'Sub New' with no parameters.</source>
<target state="translated">構造体は、パラメーターなしの非共有の 'Sub New' を宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndGet">
<source>'End Get' must be preceded by a matching 'Get'.</source>
<target state="translated">'End Get' の前には、対応する 'Get' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndGet">
<source>'Get' statement must end with a matching 'End Get'.</source>
<target state="translated">'Get' ステートメントの終わりには、対応する 'End Get' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSet">
<source>'End Set' must be preceded by a matching 'Set'.</source>
<target state="translated">'End Set' の前には、対応する 'Set' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndSet">
<source>'Set' statement must end with a matching 'End Set'.</source>
<target state="translated">'Set' ステートメントの終わりには、対応する 'End Set' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProperty">
<source>Statement cannot appear within a property body. End of property assumed.</source>
<target state="translated">ステートメントを、プロパティ本体内部に記述することはできません。プロパティの終わりと見なします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateWriteabilityCategoryUsed">
<source>'ReadOnly' and 'WriteOnly' cannot be combined.</source>
<target state="translated">'ReadOnly' と 'WriteOnly' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedGreater">
<source>'>' expected.</source>
<target state="translated">'>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeStmtWrongOrder">
<source>Assembly or Module attribute statements must precede any declarations in a file.</source>
<target state="translated">Assembly または Module 属性ステートメントは、ファイル内のどの宣言よりも前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoExplicitArraySizes">
<source>Array bounds cannot appear in type specifiers.</source>
<target state="translated">配列の範囲を、型指定子に記述することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyFlags1">
<source>Properties cannot be declared '{0}'.</source>
<target state="translated">プロパティを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionExplicit">
<source>'Option Explicit' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Explicit' の後には、'On' または 'Off' のみを指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleParameterSpecifiers">
<source>'ByVal' and 'ByRef' cannot be combined.</source>
<target state="translated">'ByVal' および 'ByRef' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleOptionalParameterSpecifiers">
<source>'Optional' and 'ParamArray' cannot be combined.</source>
<target state="translated">'Optional' と 'ParamArray' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedProperty1">
<source>Property '{0}' is of an unsupported type.</source>
<target state="translated">プロパティ '{0}' の型はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionalParameterUsage1">
<source>Attribute '{0}' cannot be applied to a method with optional parameters.</source>
<target state="translated">省略可能なパラメーターを含むメソッドに、属性 '{0}' を適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonFunction">
<source>'Return' statement in a Sub or a Set cannot return a value.</source>
<target state="translated">'Sub または Set の 'Return' ステートメントで値を返すことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnterminatedStringLiteral">
<source>String constants must end with a double quote.</source>
<target state="translated">文字列定数の終わりには、二重引用符を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedType1">
<source>'{0}' is an unsupported type.</source>
<target state="translated">'{0}' の型はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEnumBase">
<source>Enums must be declared as an integral type.</source>
<target state="translated">Enum は整数型として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefIllegal1">
<source>{0} parameters cannot be declared 'ByRef'.</source>
<target state="translated">{0} パラメーターを 'ByRef' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssembly3">
<source>Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">型 '{1}' を含むアセンブリ '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModule3">
<source>Reference required to module '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">型 '{1}' を含むモジュール '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnWithoutValue">
<source>'Return' statement in a Function, Get, or Operator must return a value.</source>
<target state="translated">'Function、Get、または Operator の 'Return' ステートメントは、値を返さなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedField1">
<source>Field '{0}' is of an unsupported type.</source>
<target state="translated">フィールド '{0}' の型はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedMethod1">
<source>'{0}' has a return type that is not supported or parameter types that are not supported.</source>
<target state="translated">'{0}' には、サポートされていない戻り値の型か、またはサポートされていないパラメーター型が指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonIndexProperty1">
<source>Property '{0}' with no parameters cannot be found.</source>
<target state="translated">パラメーターなしのプロパティ '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributePropertyType1">
<source>Property or field '{0}' does not have a valid attribute type.</source>
<target state="translated">プロパティまたはフィールド '{0}' に、有効な属性型が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalsCannotHaveAttributes">
<source>Attributes cannot be applied to local variables.</source>
<target state="translated">ローカル変数に属性を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyOrFieldNotDefined1">
<source>Field or property '{0}' is not found.</source>
<target state="translated">フィールドまたはプロパティ '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsage2">
<source>Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性 '{0}' を '{1}' に適用できません。この属性はこの種類の宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsageOnAccessor">
<source>Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性 '{0}' を '{2}' の '{1}' に適用できません。この属性はこの種類の宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedTypeInInheritsClause2">
<source>Class '{0}' cannot reference its nested type '{1}' in Inherits clause.</source>
<target state="translated">クラス '{0}' は、入れ子にされた型 '{1}' を Inherits 句で参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInItsInheritsClause1">
<source>Class '{0}' cannot reference itself in Inherits clause.</source>
<target state="translated">クラス '{0}' は、Inherits 句でそれ自体を参照することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseTypeReferences2">
<source>
Base type of '{0}' needs '{1}' to be resolved.</source>
<target state="translated">
'{0}' の基本型は '{1}' を解決する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalBaseTypeReferences3">
<source>Inherits clause of {0} '{1}' causes cyclic dependency: {2}</source>
<target state="translated">{0} '{1}' の Inherits 句が原因で依存関係が循環しています: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsage1">
<source>Attribute '{0}' cannot be applied multiple times.</source>
<target state="translated">属性 '{0}' を複数回適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsageInNetModule2">
<source>Attribute '{0}' in '{1}' cannot be applied multiple times.</source>
<target state="translated">'{1}' 内の属性 '{0}' を複数回適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantThrowNonException">
<source>'Throw' operand must derive from 'System.Exception'.</source>
<target state="translated">'Throw' オペランドは、'System.Exception' から派生しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeInCatchToRethrow">
<source>'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.</source>
<target state="translated">'Catch' ステートメントの外部または 'Finally' ステートメントの内部では、'Throw' ステートメントのオペランドを省略することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeByVal">
<source>ParamArray parameters must be declared 'ByVal'.</source>
<target state="translated">ParamArray パラメーターは、'ByVal' として宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' は廃止されています: '{1}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimNoSizes">
<source>'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.</source>
<target state="translated">'ReDim' ステートメントには、配列の各次元の新しい境界の一覧をかっこで囲まれたものが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithMultipleDeclarators">
<source>Explicit initialization is not permitted with multiple variables declared with a single type specifier.</source>
<target state="translated">単一の型指定子で宣言された複数の変数は、明示的に初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithExplicitArraySizes">
<source>Explicit initialization is not permitted for arrays declared with explicit bounds.</source>
<target state="translated">境界を明示的に指定して宣言された配列は、明示的に初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSyncLockNoSyncLock">
<source>'End SyncLock' must be preceded by a matching 'SyncLock'.</source>
<target state="translated">'End SyncLock' の前には、対応する 'SyncLock' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSyncLock">
<source>'SyncLock' statement must end with a matching 'End SyncLock'.</source>
<target state="translated">'SyncLock' ステートメントの終わりには、対応する 'End SyncLock' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotEvent2">
<source>'{0}' is not an event of '{1}'.</source>
<target state="translated">'{0}' は '{1}' のイベントではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddOrRemoveHandlerEvent">
<source>'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.</source>
<target state="translated">'AddHandler' または 'RemoveHandler' ステートメントのイベント オペランドは、ドットで限定された式または簡易名でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedEnd">
<source>'End' statement not valid.</source>
<target state="translated">'End' ステートメントが有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitForNonArray2">
<source>Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.</source>
<target state="translated">配列初期化子は配列に対してのみ有効ですが、'{0}' の型は '{1}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndRegionNoRegion">
<source>'#End Region' must be preceded by a matching '#Region'.</source>
<target state="translated">'#End Region' の前には、対応する '#Region' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndRegion">
<source>'#Region' statement must end with a matching '#End Region'.</source>
<target state="translated">'#Region' ステートメントの終わりには、対応する '#End Region' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsStmtWrongOrder">
<source>'Inherits' statement must precede all declarations in a class.</source>
<target state="translated">'Inherits' ステートメントは、クラス内のすべての宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousAcrossInterfaces3">
<source>'{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.</source>
<target state="translated">'{0}' は、継承インターフェイス '{1}' と '{2}' のどちらなのかがあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyAmbiguousAcrossInterfaces4">
<source>Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.</source>
<target state="translated">Default プロパティ アクセスは、インターフェイス '{1}' の継承インターフェイス メンバー '{0}' とインターフェイス '{3}' の '{2}' との間で不適切です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceEventCantUse1">
<source>Events in interfaces cannot be declared '{0}'.</source>
<target state="translated">インターフェイスのイベントを、'{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExecutableAsDeclaration">
<source>Statement cannot appear outside of a method body.</source>
<target state="translated">ステートメントをメソッド本体の外側に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNoDefault1">
<source>Structure '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">構造体 '{0}' には既定のプロパティがないため、インデックス処理を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustShadow2">
<source>{0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.</source>
<target state="translated">この名前で別のメンバーが 'Shadows' として宣言されているため、{0} '{1}' は 'Shadows' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptionalTypes2">
<source>'{0}' cannot override '{1}' because they differ by the types of optional parameters.</source>
<target state="translated">'省略可能なパラメーターの型において異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndOfExpression">
<source>End of expression expected.</source>
<target state="translated">式の終わりが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructsCannotHandleEvents">
<source>Methods declared in structures cannot have 'Handles' clauses.</source>
<target state="translated">構造体で宣言されたメソッドに 'Handles' 句を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridesImpliesOverridable">
<source>Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.</source>
<target state="translated">Overrides' として宣言されているメソッドを 'Overridable' として宣言することはできません。これらのメソッドは暗黙的にオーバーライド可能です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParam1">
<source>'{0}' is already declared as a parameter of this method.</source>
<target state="translated">'{0}' は、このメソッドへのパラメーターとして既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParamInLambda1">
<source>Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.</source>
<target state="translated">変数 '{0}' は、この式またはそれを囲むラムダ式のパラメーターとして既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseTypeSpecifier1">
<source>Type in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュール内の型を '{0}' に宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InValidSubMainsFound1">
<source>No accessible 'Main' method with an appropriate signature was found in '{0}'.</source>
<target state="translated">正しいシグネチャを持つ、アクセス可能な 'Main' メソッドは、'{0}' に見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MoreThanOneValidMainWasFound2">
<source>'Sub Main' is declared more than once in '{0}': {1}</source>
<target state="translated">'Sub Main' が '{0}' で複数回宣言されています: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotConvertValue2">
<source>Value '{0}' cannot be converted to '{1}'.</source>
<target state="translated">値 '{0}' を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInSyncLock">
<source>'On Error' statements are not valid within 'SyncLock' statements.</source>
<target state="translated">'On Error' ステートメントは、'SyncLock' ステートメント内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionCollection2">
<source>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.</source>
<target state="translated">Option Strict On では '{0}' から '{1}' への暗黙的な変換は許可されていません。Visual Basic 6.0 のコレクション型は .NET Framework のコレクション型と互換性がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoTryHandler">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'Try'、'Catch' または 'Finally' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoSyncLock">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'SyncLock' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoWith">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'With' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoFor">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'For' または 'For Each' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicConstructor">
<source>Attribute cannot be used because it does not have a Public constructor.</source>
<target state="translated">属性に Public コンストラクターがないため、この属性を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultEventNotFound1">
<source>Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.</source>
<target state="translated">DefaultEvent' 属性で指定されたイベント '{0}' は、このクラスに対して公開されているアクセス可能なイベントではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNonSerializedUsage">
<source>'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.</source>
<target state="translated">'このメンバーを含んでいるクラスが 'Serializable' として公開されていないため、このメンバーに 'NonSerialized' 属性を設定しても効果はありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedContinueKind">
<source>'Continue' must be followed by 'Do', 'For' or 'While'.</source>
<target state="translated">'Continue' の後には 'Do'、'For'、または 'While' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueDoNotWithinDo">
<source>'Continue Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Continue Do' は、'Do' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueForNotWithinFor">
<source>'Continue For' can only appear inside a 'For' statement.</source>
<target state="translated">'Continue For' は、'For' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueWhileNotWithinWhile">
<source>'Continue While' can only appear inside a 'While' statement.</source>
<target state="translated">'Continue While' は、'While' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParameterSpecifier">
<source>Parameter specifier is duplicated.</source>
<target state="translated">パラメーター指定子が重複しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a Module cannot be declared '{0}'.</source>
<target state="translated">'モジュール内の 'Declare' ステートメントを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a structure cannot be declared '{0}'.</source>
<target state="translated">'構造体の中の 'Declare' ステートメントを '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfValueType1">
<source>'TryCast' operand must be reference type, but '{0}' is a value type.</source>
<target state="translated">'TryCast' オペランドは参照型でなければなりませんが、'{0}' は値型です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfUnconstrainedTypeParam1">
<source>'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.</source>
<target state="translated">'TryCast' オペランドはクラスの制約がある型パラメーターでなければなりませんが、'{0}' にはクラスの制約がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousDelegateBinding2">
<source>No accessible '{0}' is most specific: {1}</source>
<target state="translated">最も固有な、アクセス可能な '{0}' がありません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedStructMemberCannotSpecifyNew">
<source>Non-shared members in a Structure cannot be declared 'New'.</source>
<target state="translated">構造体内の共有されていないメンバーは 'New' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericSubMainsFound1">
<source>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.</source>
<target state="translated">'{0}' で見つかった正しいシグネチャを持つ、アクセス可能な 'Main' メソッドは、スタートアップ メソッドにはなりません。それらの 'Main' メソッドはすべてジェネリックまたはジェネリック型の中に入れ子にされているためです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GeneralProjectImportsError3">
<source>Error in project-level import '{0}' at '{1}' : {2}</source>
<target state="translated">'{1}' でのプロジェクト レベル インポート '{0}' でエラーが発生しました: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidTypeForAliasesImport2">
<source>'{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.</source>
<target state="translated">'{0}' へのエイリアスのインポート '{1}' は Namespace、Class、Structure、Interface、Enum または Module を参照していません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedConstant2">
<source>Field '{0}.{1}' has an invalid constant value.</source>
<target state="translated">フィールド '{0}.{1}' の定数値が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteArgumentsNeedParens">
<source>Method arguments must be enclosed in parentheses.</source>
<target state="translated">メソッドの引数はかっこで囲む必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLineNumbersAreLabels">
<source>Labels that are numbers must be followed by colons.</source>
<target state="translated">数字のラベルの後にはコロンが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteStructureNotType">
<source>'Type' statements are no longer supported; use 'Structure' statements instead.</source>
<target state="translated">'Type' ステートメントはサポートされなくなりました。'Structure' ステートメントを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteObjectNotVariant">
<source>'Variant' is no longer a supported type; use the 'Object' type instead.</source>
<target state="translated">'Variant' 型はサポートされなくなりました。'Object' 型を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLetSetNotNeeded">
<source>'Let' and 'Set' assignment statements are no longer supported.</source>
<target state="translated">'Let' および 'Set' 代入ステートメントはサポートされなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoletePropertyGetLetSet">
<source>Property Get/Let/Set are no longer supported; use the new Property declaration syntax.</source>
<target state="translated">Property Get/Let/Set はサポートされなくなりました。新しい Property 宣言の構文を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteWhileWend">
<source>'Wend' statements are no longer supported; use 'End While' statements instead.</source>
<target state="translated">'Wend' ステートメントはサポートされなくなりました。'End While' ステートメントを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteRedimAs">
<source>'ReDim' statements can no longer be used to declare array variables.</source>
<target state="translated">'配列変数を宣言するために 'ReDim' ステートメントを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOptionalWithoutValue">
<source>Optional parameters must specify a default value.</source>
<target state="translated">省略可能なパラメーターには、既定値を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGosub">
<source>'GoSub' statements are no longer supported.</source>
<target state="translated">'GoSub' ステートメントはサポートされなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOnGotoGosub">
<source>'On GoTo' and 'On GoSub' statements are no longer supported.</source>
<target state="translated">'On GoTo' および 'On GoSub' ステートメントはサポートされなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteEndIf">
<source>'EndIf' statements are no longer supported; use 'End If' instead.</source>
<target state="translated">'EndIf' ステートメントはサポートされなくなりました。'End If' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteExponent">
<source>'D' can no longer be used to indicate an exponent, use 'E' instead.</source>
<target state="translated">'D' は指数を表す文字として使用できません。'E' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteAsAny">
<source>'As Any' is not supported in 'Declare' statements.</source>
<target state="translated">'As Any' は、'Declare' ステートメントではサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGetStatement">
<source>'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.</source>
<target state="translated">'Get' ステートメントはサポートされなくなりました。ファイル I/O の機能は 'Microsoft.VisualBasic' 名前空間で使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithArrayVsParamArray2">
<source>'{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.</source>
<target state="translated">'ParamArray' として宣言されたパラメーターが異なるため、'{0}' は '{1}' をオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularBaseDependencies4">
<source>This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.</source>
<target state="translated">この継承では、{0} '{1}' とその入れ子になったまたは基本型 '{2}' の間で循環依存関係が発生します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedBase2">
<source>{0} '{1}' cannot inherit from a type nested within it.</source>
<target state="translated">{0} '{1}' は、その中に入れ子にされた型から継承することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchOutsideAssembly4">
<source>'{0}' cannot expose type '{1}' outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' は、型 '{1}' を {2} '{3}' 経由でプロジェクトの外側に公開できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatchOutside3">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.</source>
<target state="translated">'ベース {1} のアクセスをアセンブリの外側に展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています: '{2}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent6">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' は、イベントの基になるデリゲート型 '{1}' を公開できません。{4} '{5}' 経由で {2} '{3}' に実装しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent4">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' は、イベントの基になるデリゲート型 '{1}' を公開できません。{2} '{3}' 経由でプロジェクトの外側に実装しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycleInImportedType1">
<source>Type '{0}' is not supported because it either directly or indirectly inherits from itself.</source>
<target state="translated">型 '{0}' は、直接的または間接的にそれ自体から継承しているため、サポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">基底クラス'{2}' の '{1}' には廃止マークが付けられているため、クラス '{0}' は 'Sub New' を宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">基底クラス '{2}' の '{1}' には廃止マークが付けられているため、クラス '{0}' は 'Sub New' を宣言しなければなりません: '{3}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">'{2}' の基底クラス '{1}' にある '{0}' には廃止マークが付けられているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall4">
<source>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}'.</source>
<target state="translated">'{2}' の基底クラス '{1}' の '{0}' には廃止マークが付けられているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません: '{3}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatch7">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.</source>
<target state="translated">'型 '{3}' のアクセスを {4} '{5}' へ展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatchOutside5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.</source>
<target state="translated">'型 '{3}' のアクセスをアセンブリの外側に展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeAccessMismatch3">
<source>Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.</source>
<target state="translated">'{1}' に指定されたアクセス '{0}' は、その他の partial 型の 1 つで指定されたアクセス '{2}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeBadMustInherit1">
<source>'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.</source>
<target state="translated">'MustInherit' は、その他の partial 型の 1 つに指定された 'NotInheritable' と組み合わせて使用できないので、partial 型 '{0}' に指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverOnNotInheritPartClsMem1">
<source>'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.</source>
<target state="translated">'このメンバーは、別の部分定義で 'NotInheritable' と宣言された Partial 型のメンバーなので、'MustOverride' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseMismatchForPartialClass3">
<source>Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.</source>
<target state="translated">クラス '{1}' に指定された基本クラス '{0}' は、その他の Partial 型の 1 つである基本クラス '{2}' と異なることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeTypeParamNameMismatch3">
<source>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}'.</source>
<target state="translated">型パラメーター名 '{0}' は、'{2}' のその他の partial 型の 1 つに対して定義されている、対応する型パラメーターの名前 '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeConstraintMismatch1">
<source>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}'.</source>
<target state="translated">この型パラメーターの制約は、'{0}' のその他の partial 型の 1 つに対して定義されている、対応する型パラメーターの制約と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LateBoundOverloadInterfaceCall1">
<source>Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.</source>
<target state="translated">アクセスするインスタンスがインターフェイス型であるため、遅延バインドされたオーバーロードの解決は '{0}' に適用されません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredAttributeConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.</source>
<target state="translated">属性に対する引数として使用される定数式において、'{0}' から '{1}' への変換は発生しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousOverrides3">
<source>Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}</source>
<target state="translated">クラス '{1}' は同じ名前とシグネチャが指定された複数のメンバーを含むため、このシグネチャに一致するメンバー '{0}' をオーバーライドすることはできません: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverriddenCandidate1">
<source>
'{0}'</source>
<target state="translated">
'{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplements3">
<source>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}'</source>
<target state="translated">インターフェイス '{2}' は同じ名前とシグネチャが指定された複数のメンバーを含むため、このシグネチャに一致するメンバー '{0}.{1}' を実装することはできません:
'{3}'
'{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotCreatableDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'型 '{0}' は 'MustInherit' として宣言されていて作成することができないので、'AddressOf' 式を '{0}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassGenericMethod">
<source>Generic methods cannot be exposed to COM.</source>
<target state="translated">ジェネリック メソッドは COM に公開できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntaxInCastOp">
<source>Syntax error in cast operator; two arguments separated by comma are required.</source>
<target state="translated">キャスト演算子の構文エラーです。コンマで区切られた 2 つの引数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerForNonConstDim">
<source>Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.</source>
<target state="translated">非定数の次元の配列に初期化子を指定することはできません。空の初期化子 '{}' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingFailure3">
<source>No accessible method '{0}' has a signature compatible with delegate '{1}':{2}</source>
<target state="translated">デリゲート '{1}':{2} と互換性のあるシグネチャを持つアクセス可能なメソッド '{0}' がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructLayoutAttributeNotAllowed">
<source>Attribute 'StructLayout' cannot be applied to a generic type.</source>
<target state="translated">属性 'StructLayout' はジェネリック型に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal1">
<source>Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.</source>
<target state="translated">範囲変数 '{0}' により、それを囲むブロック内の変数、または以前にクエリ式で定義された範囲変数が隠ぺいされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionInfer">
<source>'Option Infer' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Infer' の後には、'On' または 'Off' のみを指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularInference1">
<source>Type of '{0}' cannot be inferred from an expression containing '{0}'.</source>
<target state="translated">'{0}' の型を '{0}' を含んでいる式から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleOverridingMethod5">
<source>'{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.</source>
<target state="translated">'クラス '{1}' の '{0}' がクラス '{3}' の '{2}' をオーバーライドできません。これは中間クラス '{4}' によってクラス '{3}' の '{2}' がオーバーライドされますが、その中間クラスにアクセスできないためです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableWidestType1">
<source>Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">ループの境界とステップの句が同じ型に変換されないため、'{0}' の型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousWidestType3">
<source>Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">ループの境界とステップの句が同じ型に変換されないため、'{0}' の型があいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperatorInInit">
<source>'=' expected (object initializer).</source>
<target state="translated">'=' が必要です (オブジェクト初期化子)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQualifiedNameInInit">
<source>Name of field or property being initialized in an object initializer must start with '.'.</source>
<target state="translated">オブジェクト初期化子で初期化されるフィールドまたはプロパティの名前は、'.' で始まらなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLbrace">
<source>'{' expected.</source>
<target state="translated">'{' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeOrWith">
<source>Type or 'With' expected.</source>
<target state="translated">型または 'With' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAggrMemberInit1">
<source>Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.</source>
<target state="translated">'{0}' を複数回初期化しています。フィールドまたはプロパティは、オブジェクト初期化子式で複数回初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonFieldPropertyAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.</source>
<target state="translated">メンバー '{0}' はフィールドまたはプロパティではないため、オブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedMemberAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is shared.</source>
<target state="translated">メンバー '{0}' は共有されているため、オブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterizedPropertyInAggrInit1">
<source>Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.</source>
<target state="translated">プロパティ '{0}' には引数が必要なため、オブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoZeroCountArgumentInitCandidates1">
<source>Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.</source>
<target state="translated">アクセス可能なすべてのオーバーロードには引数が必要なため、プロパティ '{0}' はオブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AggrInitInvalidForObject">
<source>Object initializer syntax cannot be used to initialize an instance of 'System.Object'.</source>
<target state="translated">オブジェクト初期化子の構文は、'System.Object' のインスタンスの初期化には使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerExpected">
<source>Initializer expected.</source>
<target state="translated">初期化子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LineContWithCommentOrNoPrecSpace">
<source>The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.</source>
<target state="translated">行連結文字 ' _ ' の前には少なくとも 1 つの空白を指定する必要があります。その後にコメントを続けるか、' _ ' を行の最後の文字にしなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFile1">
<source>Unable to load module file '{0}': {1}</source>
<target state="translated">モジュール ファイル '{0}' を読み込めません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRefLib1">
<source>Unable to load referenced library '{0}': {1}</source>
<target state="translated">参照ライブラリ '{0}' を読み込めません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventHandlerSignatureIncompatible2">
<source>Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.</source>
<target state="translated">メソッド '{0}' でイベント '{1}' を処理できません。シグネチャに互換性がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionalCompilationConstantNotValid">
<source>Conditional compilation constant '{1}' is not valid: {0}</source>
<target state="translated">条件付きコンパイル定数 '{1}' が無効です: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwice1">
<source>Interface '{0}' can be implemented only once by this type.</source>
<target state="translated">インターフェイス '{0}' は、この型によって 1 回のみ実装できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">インターフェイス '{0}' は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{1}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">インターフェイス '{0}' は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{1}' として既に存在しています ('{2}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{2}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{2}' として既に存在しています ('{3}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">インターフェイス '{0}' は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{1}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">インターフェイス '{0}' は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{1}' として既に存在しています ('{2}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{2}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{2}' として既に存在しています ('{3}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotImplemented1">
<source>Interface '{0}' is not implemented by this class.</source>
<target state="translated">インターフェイス '{0}' は、このクラスによって実装されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplementsMember3">
<source>'{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.</source>
<target state="translated">'{0}' は、複数の基底インターフェイスに存在します。派生インターフェイスの名前ではなく、'Implements' 句で '{0}' を宣言するインターフェイスの名前を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsOnNew">
<source>'Sub New' cannot implement interface members.</source>
<target state="translated">'Sub New' はインターフェイス メンバーを実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitInStruct">
<source>Arrays declared as structure members cannot be declared with an initial size.</source>
<target state="translated">構造体メンバーとして宣言される配列に初期サイズを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventTypeNotDelegate">
<source>Events declared with an 'As' clause must have a delegate type.</source>
<target state="translated">As' 句を伴って宣言されたイベントには、デリゲート型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ProtectedTypeOutsideClass">
<source>Protected types can only be declared inside of a class.</source>
<target state="translated">Protected 型はクラスの内部でのみ宣言できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyWithNoParams">
<source>Properties with no required parameters cannot be declared 'Default'.</source>
<target state="translated">必要なパラメーターを持たないプロパティを、'Default' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerInStruct">
<source>Initializers on structure members are valid only for 'Shared' members and constants.</source>
<target state="translated">構造体メンバーの初期化子は、'Shared' メンバーと定数にのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateImport1">
<source>Namespace or type '{0}' has already been imported.</source>
<target state="translated">名前空間または型 '{0}' は既にインポートされています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFlags1">
<source>Modules cannot be declared '{0}'.</source>
<target state="translated">モジュールを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsStmtWrongOrder">
<source>'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.</source>
<target state="translated">'Implements' ステートメントは、'Inherits' ステートメントの後およびクラス内のすべての宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithSynth7">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.</source>
<target state="translated">{0} '{1}' は、{5} '{6}' で {3} '{4}' に対して暗黙的に宣言されたメンバーと競合している '{2}' を暗黙的に定義しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithMember5">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.</source>
<target state="translated">{0} '{1}' は、同じ名前のメンバーと {3} '{4}' で競合する '{2}' を暗黙的に定義しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberClashesWithSynth6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.</source>
<target state="translated">{0} '{1}' は、{4} '{5}' の {2} '{3}' に対して暗黙的に宣言されたメンバーと競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeClashesWithVbCoreType4">
<source>{0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.</source>
<target state="translated">{0} '{1}' が Visual Basic ランタイム {2} '{3}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeMissingAction">
<source>First argument to a security attribute must be a valid SecurityAction.</source>
<target state="translated">セキュリティ属性への最初の引数は有効な SecurityAction でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidAction">
<source>Security attribute '{0}' has an invalid SecurityAction value '{1}'.</source>
<target state="translated">セキュリティ属性 '{0}' の SecurityAction 値 '{1}' が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionAssembly">
<source>SecurityAction value '{0}' is invalid for security attributes applied to an assembly.</source>
<target state="translated">SecurityAction 値 '{0}' が、アセンブリに適用されたセキュリティ属性に対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionTypeOrMethod">
<source>SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.</source>
<target state="translated">SecurityAction 値 '{0}' が、型またはメソッドに適用されたセキュリティ属性に対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrincipalPermissionInvalidAction">
<source>SecurityAction value '{0}' is invalid for PrincipalPermission attribute.</source>
<target state="translated">PrincipalPermission 属性では、SecurityAction の値 '{0}' が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeInvalidFile">
<source>Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.</source>
<target state="translated">PermissionSet 属性の名前付き引数 '{1}' に指定されたファイル パス '{0}' を解決できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeFileReadError">
<source>Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.</source>
<target state="translated">PermissionSet 属性の名前付き引数 '{1}' に指定されたファイル '{0}' の読み取り中にエラーが発生しました: '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasOnlyOneParam">
<source>'Set' method cannot have more than one parameter.</source>
<target state="translated">'Set' メソッドに 2 つ以上のパラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetValueNotPropertyType">
<source>'Set' parameter must have the same type as the containing property.</source>
<target state="translated">'Set' パラメーターには、それを含むプロパティと同じ型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasToBeByVal1">
<source>'Set' parameter cannot be declared '{0}'.</source>
<target state="translated">'Set' パラメーターを '{0}' に宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureCantUseProtected">
<source>Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.</source>
<target state="translated">構造体のメソッドを 'Protected'、'Protected Friend' または 'Private Protected' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceDelegateSpecifier1">
<source>Delegate in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内のデリゲートを '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceEnumSpecifier1">
<source>Enum in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内の Enum を '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceClassSpecifier1">
<source>Class in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内のクラスを '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceStructSpecifier1">
<source>Structure in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内の構造体を '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceInterfaceSpecifier1">
<source>Interface in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内の Interface を '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' は廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotAssembly">
<source>'{0}' is a module and cannot be referenced as an assembly.</source>
<target state="translated">'{0}' はモジュールであるため、アセンブリとして参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotModule">
<source>'{0}' is an assembly and cannot be referenced as a module.</source>
<target state="translated">'{0}' はアセンブリであるため、モジュールとして参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceComparison3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.</source>
<target state="translated">型 '{1}' および '{2}' に対して演算子 '{0}' は定義されていません。2 つの参照型を比較するには、'Is' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchVariableNotLocal1">
<source>'{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.</source>
<target state="translated">'{0}' はローカル変数またはパラメーターでないため、'Catch' 変数として使うことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleMemberCantImplement">
<source>Members in a Module cannot implement interface members.</source>
<target state="translated">モジュールのメンバーはインターフェイス メンバーを実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventDelegatesCantBeFunctions">
<source>Events cannot be declared with a delegate type that has a return type.</source>
<target state="translated">戻り値の型を持つデリゲート型でイベントを宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDate">
<source>Date constant is not valid.</source>
<target state="translated">日付定数が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverride4">
<source>'{0}' cannot override '{1}' because it is not declared 'Overridable'.</source>
<target state="translated">'Overridable' として宣言されていないため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArraysOnBoth">
<source>Array modifiers cannot be specified on both a variable and its type.</source>
<target state="translated">変数とその型の両方で、配列修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotOverridableRequiresOverrides">
<source>'NotOverridable' cannot be specified for methods that do not override another method.</source>
<target state="translated">'別のメソッドをオーバーライドしていないメソッドに 'NotOverridable' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrivateTypeOutsideType">
<source>Types declared 'Private' must be inside another type.</source>
<target state="translated">Private' と宣言された型は、別の型の内部になければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeRefResolutionError3">
<source>Import of type '{0}' from assembly or module '{1}' failed.</source>
<target state="translated">型 '{0}' を、アセンブリまたはモジュール '{1}' からインポートできませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleTypeRefResolutionError1">
<source>Predefined type '{0}' is not defined or imported.</source>
<target state="translated">定義済みの型 '{0}' は、定義、またはインポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWrongType">
<source>ParamArray parameters must have an array type.</source>
<target state="translated">ParamArray パラメーターには、配列型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CoClassMissing2">
<source>Implementing class '{0}' for interface '{1}' cannot be found.</source>
<target state="translated">インターフェイス '{1}' を実装するクラス '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidCoClass1">
<source>Type '{0}' cannot be used as an implementing class.</source>
<target state="translated">型 '{0}' は実装するクラスとして使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMeReference">
<source>Reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">別のコンストラクターを呼び出している間は、作成中のオブジェクトへの参照は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitMeReference">
<source>Implicit reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">別のコンストラクターを呼び出している間は、作成中のオブジェクトへの暗黙的な参照は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeMemberNotFound2">
<source>Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.</source>
<target state="translated">クラス '{1}' の中にメンバー '{0}' が見つかりません。通常、このエラーは 'Microsoft.VisualBasic.dll' が適切でない場合に発生します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags">
<source>Property accessors cannot be declared '{0}'.</source>
<target state="translated">プロパティ アクセサーを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlagsRestrict">
<source>Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.</source>
<target state="translated">アクセス修飾子 '{0}' は有効ではありません。'Get' および 'Set' のアクセス修飾子は、プロパティのアクセス レベルよりも、より制限されている必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneAccessorForGetSet">
<source>Access modifier can only be applied to either 'Get' or 'Set', but not both.</source>
<target state="translated">アクセス修飾子は、'Get' または 'Set' のいずれか 1 つにのみ適用できますが、両方には適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleSet">
<source>'Set' accessor of property '{0}' is not accessible.</source>
<target state="translated">'プロパティ '{0}' の 'Set' アクセサーにアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleGet">
<source>'Get' accessor of property '{0}' is not accessible.</source>
<target state="translated">'プロパティ '{0}' の 'Get' アクセサーにアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyNoAccessorFlag">
<source>'WriteOnly' properties cannot have an access modifier on 'Set'.</source>
<target state="translated">'WriteOnly' プロパティでは、'Set' にアクセス修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyNoAccessorFlag">
<source>'ReadOnly' properties cannot have an access modifier on 'Get'.</source>
<target state="translated">'ReadOnly' プロパティでは、'Get' にアクセス修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags1">
<source>Property accessors cannot be declared '{0}' in a 'NotOverridable' property.</source>
<target state="translated">プロパティ アクセサーを 'NotOverridable' プロパティ内で '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags2">
<source>Property accessors cannot be declared '{0}' in a 'Default' property.</source>
<target state="translated">プロパティ アクセサーを 'Default' プロパティ内で '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags3">
<source>Property cannot be declared '{0}' because it contains a 'Private' accessor.</source>
<target state="translated">Private' アクセサーを含むため、プロパティを '{0}' と宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleCoClass3">
<source>Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">インターフェイス '{1}' に対して実装するクラス '{0}' は '{2}' であるため、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingValuesForArraysInApplAttrs">
<source>Arrays used as attribute arguments are required to explicitly specify values for all elements.</source>
<target state="translated">属性の引数として使用される配列には、すべての要素の値を明示的に指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitEventMemberNotInvalid">
<source>'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.</source>
<target state="translated">'Exit AddHandler'、'Exit RemoveHandler'、および 'Exit RaiseEvent' は有効ではありません。イベント メンバーを終了するには、'Return' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEvent">
<source>Statement cannot appear within an event body. End of event assumed.</source>
<target state="translated">ステートメントをイベント本体内部に記述することはできません。イベントの終わりと見なされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEvent">
<source>'Custom Event' must end with a matching 'End Event'.</source>
<target state="translated">'Custom Event' は対応する 'End Event' で終了しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndAddHandler">
<source>'AddHandler' declaration must end with a matching 'End AddHandler'.</source>
<target state="translated">'AddHandler' 宣言の終わりには、対応する 'End AddHandler' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRemoveHandler">
<source>'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.</source>
<target state="translated">'RemoveHandler' 宣言の終わりには、対応する 'End RemoveHandler' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRaiseEvent">
<source>'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.</source>
<target state="translated">'RaiseEvent' 宣言の終わりには、対応する 'End RaiseEvent' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventInvInInterface">
<source>'Custom' modifier is not valid on events declared in interfaces.</source>
<target state="translated">'Custom' 修飾子は、インターフェイスで宣言されたイベントでは無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventRequiresAs">
<source>'Custom' modifier is not valid on events declared without explicit delegate types.</source>
<target state="translated">'Custom' 修飾子は、明示的なデリゲート型なしで宣言されたイベントでは無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEvent">
<source>'End Event' must be preceded by a matching 'Custom Event'.</source>
<target state="translated">'End Event' の前には、対応する 'Custom Event' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndAddHandler">
<source>'End AddHandler' must be preceded by a matching 'AddHandler' declaration.</source>
<target state="translated">'End AddHandler' の前には、対応する 'AddHandler' 宣言を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRemoveHandler">
<source>'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.</source>
<target state="translated">'End RemoveHandler' の前には、対応する 'RemoveHandler' 宣言を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRaiseEvent">
<source>'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.</source>
<target state="translated">'End RaiseEvent' の前には、対応する 'RaiseEvent' 宣言を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAddHandlerDef">
<source>'AddHandler' is already declared.</source>
<target state="translated">'AddHandler' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRemoveHandlerDef">
<source>'RemoveHandler' is already declared.</source>
<target state="translated">'RemoveHandler' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRaiseEventDef">
<source>'RaiseEvent' is already declared.</source>
<target state="translated">'RaiseEvent' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingAddHandlerDef1">
<source>'AddHandler' definition missing for event '{0}'.</source>
<target state="translated">'イベント '{0}' に対して、'AddHandler' 定義がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRemoveHandlerDef1">
<source>'RemoveHandler' definition missing for event '{0}'.</source>
<target state="translated">'イベント '{0}' に対して 'RemoveHandler' 定義が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRaiseEventDef1">
<source>'RaiseEvent' definition missing for event '{0}'.</source>
<target state="translated">'イベント '{0}' に対して 'RaiseEvent' 定義が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveHasOnlyOneParam">
<source>'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.</source>
<target state="translated">'AddHandler' および 'RemoveHandler' メソッドには、パラメーターを 1 つだけ指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveByrefParamIllegal">
<source>'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.</source>
<target state="translated">'AddHandler' および 'RemoveHandler' メソッドのパラメーターは 'ByRef' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvOnEventMethod">
<source>Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.</source>
<target state="translated">AddHandler'、'RemoveHandler'、および 'RaiseEvent' メソッドでは、指定子は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddRemoveParamNotEventType">
<source>'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.</source>
<target state="translated">'AddHandler' および 'RemoveHandler' メソッドのパラメーターには、それを含むイベントと同じデリゲート型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RaiseEventShapeMismatch1">
<source>'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.</source>
<target state="translated">'RaiseEvent' メソッドには、含んでいるイベントのデリゲート型 '{0}' として同じシグネチャを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventMethodOptionalParamIllegal1">
<source>'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.</source>
<target state="translated">'AddHandler'、'RemoveHandler'、'RaiseEvent' メソッド パラメーターは '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReferToMyGroupInsideGroupType1">
<source>'{0}' cannot refer to itself through its default instance; use 'Me' instead.</source>
<target state="translated">'{0}' は、既定のインスタンスからそれ自体を参照できません。'Me' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfCustomModifier">
<source>'Custom' modifier can only be used immediately before an 'Event' declaration.</source>
<target state="translated">'Custom' 修飾子は 'Event' 宣言の直前にのみ使用することができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrictCustom">
<source>Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).</source>
<target state="translated">Option Strict Custom は、コマンド ライン コンパイラ (vbc.exe) へのオプションとしてのみ使用することができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteInvalidOnEventMember">
<source>'{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.</source>
<target state="translated">'{0}' を 'AddHandler'、'RemoveHandler'、または 'RaiseEvent' 定義に適用できません。必要であれば、属性をイベントに直接適用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible2">
<source>Method '{0}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">メソッド '{0}' に、デリゲート '{1}' と互換性があるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlName">
<source>XML name expected.</source>
<target state="translated">XML 名が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedXmlPrefix">
<source>XML namespace prefix '{0}' is not defined.</source>
<target state="translated">XML 名前空間プレフィックス '{0}' が定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateXmlAttribute">
<source>Duplicate XML attribute '{0}'.</source>
<target state="translated">XML 属性 '{0}' が重複しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MismatchedXmlEndTag">
<source>End tag </{0}{1}{2}> expected.</source>
<target state="translated">終了タグ </{0}{1}{2}> が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingXmlEndTag">
<source>Element is missing an end tag.</source>
<target state="translated">要素に終了タグがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlPrefix">
<source>XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.</source>
<target state="translated">XML 名前空間プレフィックス '{0}' は XML による使用のために予約されているので、名前空間 URI を変更できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingVersionInXmlDecl">
<source>Required attribute 'version' missing from XML declaration.</source>
<target state="translated">必要な属性 'version' が XML 宣言にありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalAttributeInXmlDecl">
<source>XML declaration does not allow attribute '{0}{1}{2}'.</source>
<target state="translated">XML 宣言では、属性 '{0}{1}{2}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QuotedEmbeddedExpression">
<source>Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.</source>
<target state="translated">引用符で囲まれた属性値内に埋め込み式を指定することはできません。引用符を削除してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VersionMustBeFirstInXmlDecl">
<source>XML attribute 'version' must be the first attribute in XML declaration.</source>
<target state="translated">XML 属性 'version' は XML 宣言の最初の属性でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOrder">
<source>XML attribute '{0}' must appear before XML attribute '{1}'.</source>
<target state="translated">XML 属性 '{0}' は XML 属性 '{1}' の前に指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndEmbedded">
<source>Expected closing '%>' for embedded expression.</source>
<target state="translated">埋め込み式の終わりに '%>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndPI">
<source>Expected closing '?>' for XML processor instruction.</source>
<target state="translated">XML プロセッサ命令の終わりに '?>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndComment">
<source>Expected closing '-->' for XML comment.</source>
<target state="translated">XML コメントの終わりに '-->' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndCData">
<source>Expected closing ']]>' for XML CDATA section.</source>
<target state="translated">XML CDATA セクションの終わりに ']]>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSQuote">
<source>Expected matching closing single quote for XML attribute value.</source>
<target state="translated">XML 属性値の終わりに、対応する単一引用符が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQuote">
<source>Expected matching closing double quote for XML attribute value.</source>
<target state="translated">XML 属性値の終わりに、対応する二重引用符が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLT">
<source>Expected beginning '<' for an XML tag.</source>
<target state="translated">XML タグの始めに '<' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartAttributeValue">
<source>Expected quoted XML attribute value or embedded expression.</source>
<target state="translated">引用符で囲まれた XML 属性値または埋め込み式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDiv">
<source>Expected '/' for XML end tag.</source>
<target state="translated">XML 終了タグに '/' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoXmlAxesLateBinding">
<source>XML axis properties do not support late binding.</source>
<target state="translated">XML 軸のプロパティは遅延バインディングをサポートしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlStartNameChar">
<source>Character '{0}' ({1}) is not allowed at the beginning of an XML name.</source>
<target state="translated">文字 '{0}' ({1}) は、XML 名の先頭に使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlNameChar">
<source>Character '{0}' ({1}) is not allowed in an XML name.</source>
<target state="translated">文字 '{0}' ({1}) は、XML 名では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlCommentChar">
<source>Character sequence '--' is not allowed in an XML comment.</source>
<target state="translated">文字のシーケンス '--' は、XML コメントでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmbeddedExpression">
<source>An embedded expression cannot be used here.</source>
<target state="translated">埋め込み式はここでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlWhiteSpace">
<source>Missing required white space.</source>
<target state="translated">必要なスペース文字がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalProcessingInstructionName">
<source>XML processing instruction name '{0}' is not valid.</source>
<target state="translated">XML 処理命令の名前 '{0}' が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DTDNotSupported">
<source>XML DTDs are not supported.</source>
<target state="translated">XML DTD はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlWhiteSpace">
<source>White space cannot appear here.</source>
<target state="translated">スペース文字はここでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSColon">
<source>Expected closing ';' for XML entity.</source>
<target state="translated">XML エンティティの終わりに ';' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlBeginEmbedded">
<source>Expected '%=' at start of an embedded expression.</source>
<target state="translated">埋め込み式の始めに '%=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEntityReference">
<source>XML entity references are not supported.</source>
<target state="translated">XML エンティティの参照はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue1">
<source>Attribute value is not valid; expecting '{0}'.</source>
<target state="translated">属性値が有効ではありません。'{0}' である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue2">
<source>Attribute value is not valid; expecting '{0}' or '{1}'.</source>
<target state="translated">属性の値が無効です。'{0}' または '{1}' である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlNamespace">
<source>Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.</source>
<target state="translated">プレフィックス '{0}' は、'{1}' に予約されている名前空間の名前にバインドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalDefaultNamespace">
<source>Namespace declaration with prefix cannot have an empty value inside an XML literal.</source>
<target state="translated">プレフィックスを持つ名前空間宣言では、XML リテラル内に空の値を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualifiedNameNotAllowed">
<source>':' is not allowed. XML qualified names cannot be used in this context.</source>
<target state="translated">':' は使用できません。XML 修飾名をこのコンテキストで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlns">
<source>Namespace declaration must start with 'xmlns'.</source>
<target state="translated">名前空間宣言は 'xmlns' で始まらなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlnsPrefix">
<source>Element names cannot use the 'xmlns' prefix.</source>
<target state="translated">要素名で 'xmlns' プレフィックスを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlFeaturesNotAvailable">
<source>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.</source>
<target state="translated">XML リテラルおよび XML 軸のプロパティは使用できません。System.Xml、System.Xml.Linq、System.Core への参照、または System.Linq.Enumerable、System.Xml.Linq.XElement、System.Xml.Linq.XName、System.Xml.Linq.XAttribute、System.Xml.Linq.XNamespace 型を宣言する他のアセンブリへの参照を追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToReadUacManifest2">
<source>Unable to open Win32 manifest file '{0}' : {1}</source>
<target state="translated">Win32 マニフェスト ファイル '{0}' を開くことができません: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3">
<source>Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{2}' の最初の要素の文字列値は、'Value' プロパティを使用して取得できます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3_Title">
<source>Cannot convert IEnumerable(Of XElement) to String</source>
<target state="translated">IEnumerable(Of XElement) は文字列に変換できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatchForXml3">
<source>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}'.</source>
<target state="translated">型 '{0}' の値を '{1}' に変換できません。'{2}' の最初の要素の文字列値は、'Value' プロパティを使用して取得できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperandsForXml4">
<source>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}'.</source>
<target state="translated">演算子 '{0}' は、型 '{1}' および '{2}' に対して定義されていません。'{3}' の最初の要素の文字列値は、'Value' プロパティを使用して取得できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FullWidthAsXmlDelimiter">
<source>Full width characters are not valid as XML delimiters.</source>
<target state="translated">全角文字は、XML の区切り記号としては無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSubsystemVersion">
<source>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.</source>
<target state="translated">'{0}' は有効なサブシステム バージョンの値ではありません。バージョンは、ARM または AppContainerExe では 6.02 以上、その他の場合は 4.00 以上であることが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFileAlignment">
<source>Invalid file section alignment '{0}'</source>
<target state="translated">'{0}' は無効なファイル セクションの配置です</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOutputName">
<source>Invalid output name: {0}</source>
<target state="translated">無効な出力名: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInformationFormat">
<source>Invalid debug information format: {0}</source>
<target state="translated">無効なデバッグ情報の形式: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibAnycpu32bitPreferredConflict">
<source>/platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.</source>
<target state="translated">/platform:anycpu32bitpreferred は、/t:exe、/t:winexe、および /t:appcontainerexe でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedAccess">
<source>Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.</source>
<target state="translated">式の型 '{0}' は制限のある型であるため、'Object' または 'ValueType' から継承されたメンバーへのアクセスに使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedConversion1">
<source>Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.</source>
<target state="translated">型 '{0}' の式は、'Object' または 'ValueType' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInLabel">
<source>Type characters are not allowed in label identifiers.</source>
<target state="translated">ラベル識別子では型文字を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedType1">
<source>'{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.</source>
<target state="translated">'{0}' は Null 許容にすることはできません。また、配列要素、フィールド、匿名型メンバー、型引数、'ByRef' パラメーター、または return ステートメントのデータ型としては使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInAlias">
<source>Type characters are not allowed on Imports aliases.</source>
<target state="translated">Imports エイリアスでは型文字を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleConstructorOnBase">
<source>Class '{0}' has no accessible 'Sub New' and cannot be inherited.</source>
<target state="translated">クラス '{0}' にはアクセス可能な 'Sub New' が含まれていません。このクラスを継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInStruct">
<source>Local variables within methods of structures cannot be declared 'Static'.</source>
<target state="translated">構造体のメソッド内にあるローカル変数を 'Static' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalStatic1">
<source>Static local variable '{0}' is already declared.</source>
<target state="translated">スタティック ローカル変数 '{0}' は、既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportAliasConflictsWithType2">
<source>Imports alias '{0}' conflicts with '{1}' declared in the root namespace.</source>
<target state="translated">Imports エイリアス '{0}' は、ルート名前空間で宣言された '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantShadowAMustOverride1">
<source>'{0}' cannot shadow a method declared 'MustOverride'.</source>
<target state="translated">'{0}' で、'MustOverride' と宣言されたメソッドをシャドウすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleEventImplMismatch3">
<source>Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.</source>
<target state="translated">デリゲート型が、'{0}' によって実装されている別のイベントのデリゲート型と一致しないため、イベント '{0}' でイベント '{2}.{1}' を実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSpecifierCombo2">
<source>'{0}' and '{1}' cannot be combined.</source>
<target state="translated">'{0}' と '{1}' を組み合わせることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeOverloads2">
<source>{0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.</source>
<target state="translated">別の '{1}' が 'Overloads' または 'Overrides' と宣言されているため、{0} '{1}' は 'Overloads' と宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverridesInClass1">
<source>'{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.</source>
<target state="translated">'{0}' には、'MustOverride' と宣言されているメソッドが含まれているため、'MustInherit' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInClass">
<source>'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.</source>
<target state="translated">'クラスの 'Handles' には、単一の識別子で限定される 'WithEvents' 変数、'MyBase'、'MyClass'、または 'Me' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberShadowsMustOverride5">
<source>'{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.</source>
<target state="translated">{1} '{2}' で暗黙のうちに宣言された '{0}' が、基底 {3} '{4}' の 'MustOverride' メソッドをシャドウすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotOverrideInAccessibleMember">
<source>'{0}' cannot override '{1}' because it is not accessible in this context.</source>
<target state="translated">'{1}' は、このコンテキストではアクセスできないため、'{0}' でオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInModule">
<source>'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.</source>
<target state="translated">'モジュールの 'Handles' には、単一の識別子で限定される 'WithEvents' 変数を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOpRequiresReferenceTypes1">
<source>'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.</source>
<target state="translated">'IsNot' には参照型を持つオペランドが必要ですが、このオペランドの値型は '{0}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClashWithReservedEnumMember1">
<source>'{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.</source>
<target state="translated">'{0}' は、すべての列挙型で暗黙的に宣言されている、同じ名前の予約メンバーと競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedEnumMember2">
<source>'{0}' is already declared in this {1}.</source>
<target state="translated">'{0}' は、この {1} で既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadUseOfVoid">
<source>'System.Void' can only be used in a GetType expression.</source>
<target state="translated">'System.Void' は、GetType 式でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplMismatch5">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.</source>
<target state="translated">デリゲート型 '{3}' および '{4}' が一致しないため、イベント '{0}' はインターフェイス '{2}' 上のイベント '{1}' を実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeUnavailable3">
<source>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}'.</source>
<target state="translated">アセンブリ '{1}' の型 '{0}' は、アセンブリ '{2}' に転送されました。プロジェクトに '{2}' への参照が見つからないか、またはアセンブリ '{2}' に型 '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeFwdCycle2">
<source>'{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.</source>
<target state="translated">'アセンブリ '{1}' の型 '{0}' はそれ自体に転送され、サポートされていない型もそれ自体に転送されました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeInCCExpression">
<source>Non-intrinsic type names are not allowed in conditional compilation expressions.</source>
<target state="translated">条件付きコンパイル式では非組み込み型名を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCCExpression">
<source>Syntax error in conditional compilation expression.</source>
<target state="translated">条件付きコンパイル式に構文エラーがあります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidArrayDisallowed">
<source>Arrays of type 'System.Void' are not allowed in this expression.</source>
<target state="translated">型 'System.Void' の配列はこの式では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataMembersAmbiguous3">
<source>'{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.</source>
<target state="translated">{1} '{2}' に同じ名前のメンバーが多種類存在するため、'{0}' があいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfExprAlwaysFalse2">
<source>Expression of type '{0}' can never be of type '{1}'.</source>
<target state="translated">型 '{0}' の式を型 '{1}' にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyPrivatePartialMethods1">
<source>Partial methods must be declared 'Private' instead of '{0}'.</source>
<target state="translated">部分メソッドは、'{0}' ではなく 'Private' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBePrivate">
<source>Partial methods must be declared 'Private'.</source>
<target state="translated">部分メソッドは、'Private' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOnePartialMethodAllowed2">
<source>Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.</source>
<target state="translated">Partial' のマークを付けることが可能なのは 1 つのメソッド '{1}' のみであるため、メソッド '{0}' を 'Partial' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneImplementingMethodAllowed3">
<source>Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.</source>
<target state="translated">'{2}' によって既に実装されているため、メソッド '{0}' は部分メソッド '{1}' を実装できません。部分メソッドを実装できるのは 1 つのメソッドだけです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodMustBeEmpty">
<source>Partial methods must have empty method bodies.</source>
<target state="translated">部分メソッドには空のメソッド本体が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBeSub1">
<source>'{0}' cannot be declared 'Partial' because partial methods must be Subs.</source>
<target state="translated">'部分メソッドは Sub でなければならないため、'{0}' を 'Partial' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodGenericConstraints2">
<source>Method '{0}' does not have the same generic constraints as the partial method '{1}'.</source>
<target state="translated">メソッド '{0}' に、部分メソッド '{1}' と同じジェネリック制約がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialDeclarationImplements1">
<source>Partial method '{0}' cannot use the 'Implements' keyword.</source>
<target state="translated">部分メソッド '{0}' では 'Implements' キーワードを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPartialMethodInAddressOf1">
<source>'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.</source>
<target state="translated">'{0}' は実装されていない部分メソッドであるため、'AddressOf' を '{0}' に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementationMustBePrivate2">
<source>Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.</source>
<target state="translated">部分メソッド '{1}' を実装するためには、メソッド '{0}' は 'Private' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamNamesMustMatch3">
<source>Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.</source>
<target state="translated">パラメーター名 '{0}' は、部分メソッドの宣言 '{2}' で定義された、対応するパラメーターの名前 '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodTypeParamNameMismatch3">
<source>Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.</source>
<target state="translated">型パラメーター '{0}' の名前は、部分メソッドの宣言 '{2}' で定義された、対応する型パラメーター '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeSharedProperty1">
<source>'Shared' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'Shared' 属性プロパティ '{0}' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeReadOnlyProperty1">
<source>'ReadOnly' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'ReadOnly' 属性プロパティ '{0}' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceName1">
<source>Resource name '{0}' cannot be used more than once.</source>
<target state="translated">リソース名 '{0}' を複数回使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceFileName1">
<source>Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.</source>
<target state="translated">リンクされた各リソースおよびモジュールには一意のファイル名を指定しなければなりません。ファイル名 '{0}' はこのアセンブリ内で複数回指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustBeClassNotStruct1">
<source>'{0}' cannot be used as an attribute because it is not a class.</source>
<target state="translated">'{0}' はクラスではないため、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustInheritSysAttr">
<source>'{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.</source>
<target state="translated">'{0}' は 'System.Attribute' から継承していないため、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeCannotBeAbstract">
<source>'{0}' cannot be used as an attribute because it is declared 'MustInherit'.</source>
<target state="translated">'{0}' は 'MustInherit' と宣言されているため、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToOpenResourceFile1">
<source>Unable to open resource file '{0}': {1}</source>
<target state="translated">リソース ファイル '{0}' を開くことができません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicProperty1">
<source>Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.</source>
<target state="translated">属性メンバー '{0}' は 'Public' と宣言されていないため、代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_STAThreadAndMTAThread0">
<source>'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.</source>
<target state="translated">'System.STAThreadAttribute' および 'System.MTAThreadAttribute' の両方を同じメソッドに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndirectUnreferencedAssembly4">
<source>Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.</source>
<target state="translated">プロジェクト '{0}' は、'{2}' を含むアセンブリ '{1}' への間接的な参照を生じさせます。'{3}' へのファイル参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicType1">
<source>Type '{0}' cannot be used in an attribute because it is not declared 'Public'.</source>
<target state="translated">型 '{0}' は 'Public' と宣言されていないため、属性で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicContType2">
<source>Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.</source>
<target state="translated">型 '{0}' のコンテナー '{1}' が 'Public' と宣言されていないため、この型は属性では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnNonEmptySubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' を、空でない本体を持つ Sub、Function、または Operator に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnDeclare">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は Declare に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnGetOrSet">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' を Get または Set に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnGenericSubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は、ジェネリック メソッドまたはジェネリック型に含まれるメソッドには適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassOnGeneric">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、ジェネリック クラスまたはジェネリック型に含まれるクラスには適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInstanceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' はインスタンス メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInterfaceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' はインターフェイス メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnEventMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は、'AddHandler'、'RemoveHandler'、または 'RaiseEvent' メソッドには適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadArguments">
<source>Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.</source>
<target state="translated">フレンド アセンブリ参照 '{0}' は無効です。InternalsVisibleTo 宣言にバージョン、カルチャ、公開キー トークン、またはプロセッサ属性を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyStrongNameRequired">
<source>Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.</source>
<target state="translated">フレンド アセンブリ参照 '{0}' は無効です。厳密な名前の署名つきアセンブリはその InternalsVisibleTo 宣言内で公開キーを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyNameInvalid">
<source>Friend declaration '{0}' is invalid and cannot be resolved.</source>
<target state="translated">friend 宣言 '{0}' は無効であり、解決できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadAccessOverride2">
<source>Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.</source>
<target state="translated">アクセス修飾子 'Protected Friend' がアクセシビリティを拡張するため、メンバー '{0}' は別のアセンブリまたはプロジェクトで定義されているメンバー '{1}' をオーバーライドできません。代わりに 'Protected' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfLocalBeforeDeclaration1">
<source>Local variable '{0}' cannot be referred to before it is declared.</source>
<target state="translated">ローカル変数 '{0}' は宣言されているため、参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromModule1">
<source>'{0}' is not valid within a Module.</source>
<target state="translated">'{0}' は、モジュール内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BogusWithinLineIf">
<source>Statement cannot end a block outside of a line 'If' statement.</source>
<target state="translated">If' ステートメント行の外側でステートメント ブロックを終了することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CharToIntegralTypeMismatch1">
<source>'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.</source>
<target state="translated">'Char' 値を '{0}' に変換することはできません。文字を Unicode 値として扱うには 'Microsoft.VisualBasic.AscW' を、数字として扱うには 'Microsoft.VisualBasic.Val' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IntegralToCharTypeMismatch1">
<source>'{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.</source>
<target state="translated">'{0}' 値を 'Char' に変換できません。数値を Unicode 文字として扱うには 'Microsoft.VisualBasic.ChrW' を使用してください。または、最初に 'String' に変換して数字の文字列を生成してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDirectDelegateConstruction1">
<source>Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.</source>
<target state="translated">デリゲート '{0}' には、コンストラクターへの唯一の引数として 'AddressOf' 式またはラムダ式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodMustBeFirstStatementOnLine">
<source>Method declaration statements must be the first statement on a logical line.</source>
<target state="translated">メソッド宣言ステートメントは、論理行の最初のステートメントでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrAssignmentNotFieldOrProp1">
<source>'{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.</source>
<target state="translated">'{0}' はフィールドまたはプロパティでないため、属性指定子の中でパラメーターとして名前を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectComparison1">
<source>Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.</source>
<target state="translated">Option Strict On が指定されている場合、演算子 '{0}' に対して Object 型のオペランドを使うことはできません。オブジェクト ID をテストするには、'Is' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstituentArraySizes">
<source>Bounds can be specified only for the top-level array when initializing an array of arrays.</source>
<target state="translated">配列の配列を初期化する場合、トップレベル配列に対してのみ境界を指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileAttributeNotAssemblyOrModule">
<source>'Assembly' or 'Module' expected.</source>
<target state="translated">'Assembly' または 'Module' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FunctionResultCannotBeIndexed1">
<source>'{0}' has no parameters and its return type cannot be indexed.</source>
<target state="translated">'{0}' にはパラメーターがないため、戻り値の型をインデックス化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentSyntax">
<source>Comma, ')', or a valid expression continuation expected.</source>
<target state="translated">コンマ、')'、または有効な式の継続文字が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedResumeOrGoto">
<source>'Resume' or 'GoTo' expected.</source>
<target state="translated">'Resume' または 'GoTo' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperator">
<source>'=' expected.</source>
<target state="translated">'=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted2">
<source>Parameter '{0}' in '{1}' already has a matching omitted argument.</source>
<target state="translated">'{1}' のパラメーター '{0}' には、一致する省略された引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotCallEvent1">
<source>'{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.</source>
<target state="translated">'{0}' はイベントであるため、直接呼び出すことはできません。イベントを発生させるには 'RaiseEvent' ステートメントを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachCollectionDesignPattern1">
<source>Expression is of type '{0}', which is not a collection type.</source>
<target state="translated">式の型は '{0}' で、コレクション型ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultValueForNonOptionalParam">
<source>Default values cannot be supplied for parameters that are not declared 'Optional'.</source>
<target state="translated">Optional' と宣言されていないパラメーターに対して既定値を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyBase">
<source>'MyBase' must be followed by '.' and an identifier.</source>
<target state="translated">'MyBase' の後には '.' および識別子を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyClass">
<source>'MyClass' must be followed by '.' and an identifier.</source>
<target state="translated">'MyClass' の後には '.' および識別子を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictArgumentCopyBackNarrowing3">
<source>Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">Option Strict On が指定されている場合、'ByRef' パラメーター '{0}' の戻り値を対応する引数にコピーする際に、型 '{1}' から型 '{2}' に縮小変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseifAfterElse">
<source>'#ElseIf' cannot follow '#Else' as part of a '#If' block.</source>
<target state="translated">'#If' ブロックの一部として '#ElseIf' を '#Else' の後に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StandaloneAttribute">
<source>Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.</source>
<target state="translated">属性指定子が完全なステートメントではありません。後続のステートメントに属性を適用するには、行連結文字を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoUniqueConstructorOnBase2">
<source>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.</source>
<target state="translated">基底クラス '{1}' に引数なしで呼び出されるアクセス可能な 'Sub New' が 2 つ以上指定されているため、クラス '{0}' で 'Sub New' を宣言する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraNextVariable">
<source>'Next' statement names more variables than there are matching 'For' statements.</source>
<target state="translated">'Next' ステートメントに、対応する 'For' ステートメントよりも多くの変数が指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCallTooMany2">
<source>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.</source>
<target state="translated">'{1}' の基底クラス '{0}' には、引数なしで呼び出せるアクセス可能な 'Sub New' が 2 つ以上指定されているため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForCtlVarArraySizesSpecified">
<source>Array declared as for loop control variable cannot be declared with an initial size.</source>
<target state="translated">for ループ制御変数として宣言される配列に初期サイズを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNewOverloads">
<source>The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.</source>
<target state="translated">'{0}' キーワードは、継承されたメンバーをオーバーロードするために使用されます。'Sub New' をオーバーロードするときには '{0}' を使用しないでください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnGenericParam">
<source>Type character cannot be used in a type parameter declaration.</source>
<target state="translated">型パラメーターの宣言で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments1">
<source>Too few type arguments to '{0}'.</source>
<target state="translated">'{0}' の型引数が少なすぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments1">
<source>Too many type arguments to '{0}'.</source>
<target state="translated">'{0}' の型引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericConstraintNotSatisfied2">
<source>Type argument '{0}' does not inherit from or implement the constraint type '{1}'.</source>
<target state="translated">型引数 '{0}' は、制約型 '{1}' から継承したり、この型を実装したりしません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric1">
<source>'{0}' has no type parameters and so cannot have type arguments.</source>
<target state="translated">'{0}' は型パラメーターが指定されてないため、型引数を指定することができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnGenericParam">
<source>'New' cannot be used on a type parameter that does not have a 'New' constraint.</source>
<target state="translated">'New' 制約のない型パラメーターに対して 'New' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleClassConstraints1">
<source>Type parameter '{0}' can only have one constraint that is a class.</source>
<target state="translated">型パラメーター '{0}' には、クラスの制約を 1 つだけ指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstNotClassInterfaceOrTypeParam1">
<source>Type constraint '{0}' must be either a class, interface or type parameter.</source>
<target state="translated">型の制約 '{0}' は、クラス、インターフェイスまたは型パラメーターでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateTypeParamName1">
<source>Type parameter already declared with name '{0}'.</source>
<target state="translated">型パラメーターは名前 '{0}' で既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam2">
<source>Type parameter '{0}' for '{1}' cannot be inferred.</source>
<target state="translated">'{1}' の型パラメーター '{0}' を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorGenericParam1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'{0}' はクラスの制約がない型パラメーターであるため、型 '{0}' の 'Is' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentCopyBackNarrowing3">
<source>Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.</source>
<target state="translated">ByRef' パラメーター '{0}' の値を一致する引数へ戻してコピーすると、型 '{1}' から型 '{2}' に縮小変換します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingGenericParamWithMember1">
<source>'{0}' has the same name as a type parameter.</source>
<target state="translated">'{0}' には型パラメーターとして同じ名前が指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamBase2">
<source>{0} '{1}' cannot inherit from a type parameter.</source>
<target state="translated">{0} '{1}' は、型パラメーターから継承することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsGenericParam">
<source>Type parameter not allowed in 'Implements' clause.</source>
<target state="translated">型パラメーターは 'Implements' 句では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyNullLowerBound">
<source>Array lower bounds can be only '0'.</source>
<target state="translated">配列の下限に指定できるのは '0' のみです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassConstraintNotInheritable1">
<source>Type constraint cannot be a 'NotInheritable' class.</source>
<target state="translated">型制約に 'NotInheritable' クラスを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintIsRestrictedType1">
<source>'{0}' cannot be used as a type constraint.</source>
<target state="translated">'{0}' を型制約として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamsOnInvalidMember">
<source>Type parameters cannot be specified on this declaration.</source>
<target state="translated">この宣言には型パラメーターを指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericArgsOnAttributeSpecifier">
<source>Type arguments are not valid because attributes cannot be generic.</source>
<target state="translated">属性はジェネリックにできないため、型引数が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrCannotBeGenerics">
<source>Type parameters, generic types or types contained in generic types cannot be used as attributes.</source>
<target state="translated">型パラメーター、ジェネリック型、またはジェネリック型に含まれる型は、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInGenericMethod">
<source>Local variables within generic methods cannot be declared 'Static'.</source>
<target state="translated">ジェネリック メソッド内のローカル変数を 'Static' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntMemberShadowsGenericParam3">
<source>{0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.</source>
<target state="translated">{0} '{1}' は、型パラメーターと同じ名前のメンバー '{2}' を暗黙的に定義します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintAlreadyExists1">
<source>Constraint type '{0}' already specified for this type parameter.</source>
<target state="translated">制約型 '{0}' は、既にこの型パラメーターに指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfacePossiblyImplTwice2">
<source>Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.</source>
<target state="translated">インターフェイス '{0}' を実装できません。実装すると、型引数に実装された別のインターフェイス '{1}' の実装と競合する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModulesCannotBeGeneric">
<source>Modules cannot be generic.</source>
<target state="translated">モジュールはジェネリックにできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericClassCannotInheritAttr">
<source>Classes that are generic or contained in a generic type cannot inherit from an attribute class.</source>
<target state="translated">ジェネリック クラスまたはジェネリック型に含まれるクラスは、属性クラスから継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DeclaresCantBeInGeneric">
<source>'Declare' statements are not allowed in generic types or types contained in generic types.</source>
<target state="translated">'Declare' ステートメントは、ジェネリック型またはジェネリック型に含まれる型では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithConstraintMismatch2">
<source>'{0}' cannot override '{1}' because they differ by type parameter constraints.</source>
<target state="translated">'型パラメーターの制約が異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsWithConstraintMismatch3">
<source>'{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.</source>
<target state="translated">'型パラメーター制約が異なるため、'{0}' は '{1}.{2}' を実装することができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OpenTypeDisallowed">
<source>Type parameters or types constructed with type parameters are not allowed in attribute arguments.</source>
<target state="translated">型パラメーターまたは型パラメーターを使用して構築される型は、属性の引数には指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesInvalidOnGenericMethod">
<source>Generic methods cannot use 'Handles' clause.</source>
<target state="translated">ジェネリック メソッドで 'Handles' 句を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleNewConstraints">
<source>'New' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'New' 制約は、同じ型パラメーターに対して複数回指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritForNewConstraint2">
<source>Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">型引数 '{0}' は 'MustInherit' として宣言され、型パラメーター '{1}' の 'New' 制約を満たしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableNewForNewConstraint2">
<source>Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">型パラメーター '{1}' の 'New' 制約を満たすには、型引数 '{0}' にパブリック パラメーターなしインスタンス コンストラクターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGenericParamForNewConstraint2">
<source>Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">型パラメーター '{0}' は、型パラメーター '{1}' の 'New' 制約を満たすために 'New' 制約または 'Structure' 制約が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewArgsDisallowedForTypeParam">
<source>Arguments cannot be passed to a 'New' used on a type parameter.</source>
<target state="translated">型パラメーターで使用される 'New' に引数を渡すことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRawGenericTypeImport1">
<source>Generic type '{0}' cannot be imported more than once.</source>
<target state="translated">ジェネリック型 '{0}' を複数回インポートすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypeArgumentCountOverloadCand1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of type arguments.</source>
<target state="translated">この型引数の数を受け付ける '{0}' がないため、オーバーロードの解決に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeArgsUnexpected">
<source>Type arguments unexpected.</source>
<target state="translated">予期しない型引数です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameSameAsMethodTypeParam1">
<source>'{0}' is already declared as a type parameter of this method.</source>
<target state="translated">'{0}' は、このメソッドの型パラメーターとして既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamNameFunctionNameCollision">
<source>Type parameter cannot have the same name as its defining function.</source>
<target state="translated">型パラメーターを、定義する関数と同じ名前に設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstraintSyntax">
<source>Type or 'New' expected.</source>
<target state="translated">型または 'New' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OfExpected">
<source>'Of' required when specifying type arguments for a generic type or method.</source>
<target state="translated">'ジェネリック型またはメソッドの型引数を指定するときには 'Of' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayOfRawGenericInvalid">
<source>'(' unexpected. Arrays of uninstantiated generic types are not allowed.</source>
<target state="translated">'(' は無効です。インスタンス生成されないジェネリック型の配列は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachAmbiguousIEnumerable1">
<source>'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.</source>
<target state="translated">'型が 'System.Collections.Generic.IEnumerable(Of T)' の複数のインスタンス化を実装するため、型 '{0}' の 'For Each' はあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorGenericParam1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'{0}' はクラスの制約がない型パラメーターであるため、型 '{0}' の 'IsNot' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamQualifierDisallowed">
<source>Type parameters cannot be used as qualifiers.</source>
<target state="translated">型パラメーターは修飾子として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingCommaOrRParen">
<source>Comma or ')' expected.</source>
<target state="translated">コンマまたは ')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingAsCommaOrRParen">
<source>'As', comma or ')' expected.</source>
<target state="translated">'As'、コンマ、または ')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleReferenceConstraints">
<source>'Class' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'Class' 制約は、同じ型パラメーターに対して複数回指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleValueConstraints">
<source>'Structure' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'Structure' 制約は、同じ型パラメーターに対して複数回指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewAndValueConstraintsCombined">
<source>'New' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'New' 制約と 'Structure' 制約は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndValueConstraintsCombined">
<source>'Class' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'Class' 制約と 'Structure' 制約は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraint2">
<source>Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.</source>
<target state="translated">型引数 '{0}' は型パラメーター '{1}' の 'Structure' 制約を満たしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForRefConstraint2">
<source>Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.</source>
<target state="translated">型引数 '{0}' は型パラメーター '{1}' の 'Class' 制約を満たしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndClassTypeConstrCombined">
<source>'Class' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Class' 制約と特定のクラス型は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueAndClassTypeConstrCombined">
<source>'Structure' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Structure' 制約と特定のクラス型は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectIndirect4">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.</source>
<target state="translated">型パラメーター制約 '{1}' から取得された間接的な制約 '{0}' は、型パラメーター制約 '{3}' から取得された間接的な制約 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashDirectIndirect3">
<source>Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.</source>
<target state="translated">制約 '{0}' は、型パラメーター制約 '{2}' から取得された間接的な制約 '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectDirect3">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.</source>
<target state="translated">型パラメーター制約 '{1}' から取得された間接的な制約 '{0}' は、制約 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycleLink2">
<source>
'{0}' is constrained to '{1}'.</source>
<target state="translated">
'{0}' は '{1}' に制約されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycle2">
<source>Type parameter '{0}' cannot be constrained to itself: {1}</source>
<target state="translated">型パラメーター '{0}' は、それ自体に制約されることはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamWithStructConstAsConst">
<source>Type parameter with a 'Structure' constraint cannot be used as a constraint.</source>
<target state="translated">Structure' 制約が指定された型パラメーターを制約として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableDisallowedForStructConstr1">
<source>'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.</source>
<target state="translated">'System.Nullable' は、型パラメーター '{0}' の 'Structure' 制約を満たしていません。Null 非許容の 'Structure' 型のみが許可されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingDirectConstraints3">
<source>Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.</source>
<target state="translated">制約 '{0}' が、型パラメーター '{2}' に対して既に指定されている制約 '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithInterface2">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.</source>
<target state="translated">いくつかの型引数のインターフェイス '{1}' と同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseUnifiesWithInterfaces3">
<source>Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.</source>
<target state="translated">継承元のインターフェイス '{1}' がインターフェイス '{2}' と、いくつかの型引数において同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">継承元のインターフェイス '{1}' が、インターフェイス '{3}' の継承元であるインターフェイス '{2}' と、いくつかの型引数において同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithBase3">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.</source>
<target state="translated">継承元のインターフェイス '{1}' がインターフェイス '{2}' と、いくつかの型引数において同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsBaseUnifiesWithInterfaces3">
<source>Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.</source>
<target state="translated">インターフェイス '{0}' を実装できません。この継承元であるインターフェイス '{1}' と一部の型引数用に実装されたインターフェイス '{2}' が同一である可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">インターフェイス '{0}' を実装できません。この継承元であるインターフェイス '{1}' と一部の型引数用に実装されたインターフェイス '{3}' の継承元であるインターフェイス '{2}' が同一である可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceUnifiesWithBase3">
<source>Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.</source>
<target state="translated">インターフェイス '{0}' を実装できません。このインターフェイスと一部の型引数用に実装されたインターフェイス '{2}' の継承元であるインターフェイス '{1}' が同一である可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalsCantBeStructGenericParams">
<source>Generic parameters used as optional parameter types must be class constrained.</source>
<target state="translated">省略可能なパラメーター型として使用されるジェネリック パラメーターは、クラスの制約がある型でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNullableMethod">
<source>Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.</source>
<target state="translated">System.Nullable(Of T)' のメソッドを 'AddressOf' 演算子のオペランドとして使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorNullable1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'{0}' は Null 許容型であるため、型 '{0}' の 'Is' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorNullable1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'{0}' は Null 許容型であるため、型 '{0}' の 'IsNot' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingTypeOutsideClass1">
<source>'{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.</source>
<target state="translated">'{0}' は、クラス、構造体、またはインターフェイス外部では 'Shadows' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertySetParamCollisionWithValue">
<source>Property parameters cannot have the name 'Value'.</source>
<target state="translated">Property パラメーターには 'Value' という名前は指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SxSIndirectRefHigherThanDirectRef3">
<source>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}.</source>
<target state="translated">現在、プロジェクトには、{0} の複数のバージョンへの参照、バージョン {2} への直接的な参照、およびバージョン {1} への間接的な参照が含まれています。{0} のバージョン {1} (またはそれ以降) を使用するには、直接的な参照を変更してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReferenceStrong">
<source>Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.</source>
<target state="translated">ID が同一の複数のアセンブリ ('{0}' と '{1}') がインポートされました。重複している参照の一方を削除します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReference2">
<source>Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.</source>
<target state="translated">プロジェクトには既にアセンブリ '{0}' への参照が指定されています。'{1}' への 2 番目の参照を追加することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCallOrIndex">
<source>Illegal call expression or index expression.</source>
<target state="translated">呼び出し式またはインデックス式が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictDefaultPropertyAttribute">
<source>Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.</source>
<target state="translated">既定プロパティと '{0}' 上で定義された 'DefaultMemberAttribute' の間の競合が発生しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeUuid2">
<source>'{0}' cannot be applied because the format of the GUID '{1}' is not correct.</source>
<target state="translated">'GUID '{1} の形式が正しくないため、'{0}' を適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassAndReservedAttribute1">
<source>'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' と '{0}' の両方を同じクラスに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass2">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、そのコンテナー '{1}' が 'Public' と宣言されていないため、'{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispIdZero1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、既定のプロパティに対して 0 を予約するため、'System.Runtime.InteropServices.DispIdAttribute' を '{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispId1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は 0 より小さい値を予約するため、'System.Runtime.InteropServices.DispIdAttribute' を '{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassDuplicateGuids1">
<source>'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.</source>
<target state="translated">'{0}' の 'Microsoft.VisualBasic.ComClassAttribute' で 'InterfaceId' および 'EventsId' パラメーターに同じ値を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassCantBeAbstract0">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' を、'MustInherit' に宣言されているクラスに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass1">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、'Public' と宣言されていないため、'{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnknownOperator">
<source>Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">演算子宣言は次のいずれかでなければなりません: +、-、*、\、/、^、&、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue、IsFalse。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateConversionCategoryUsed">
<source>'Widening' and 'Narrowing' cannot be combined.</source>
<target state="translated">'Widening' と 'Narrowing' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorNotOverloadable">
<source>Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">演算子はオーバーロードできません。演算子宣言は次のいずれかでなければなりません: +、-、*、\、/、^、&、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue、IsFalse.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHandles">
<source>'Handles' is not valid on operator declarations.</source>
<target state="translated">'Handles' は演算子の宣言で有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplements">
<source>'Implements' is not valid on operator declarations.</source>
<target state="translated">'Implements' は演算子の宣言で有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorExpected">
<source>'End Operator' expected.</source>
<target state="translated">'End Operator' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorNotAtLineStart">
<source>'End Operator' must be the first statement on a line.</source>
<target state="translated">'End Operator' は、行の最初のステートメントでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndOperator">
<source>'End Operator' must be preceded by a matching 'Operator'.</source>
<target state="translated">'End Operator' の前には、対応する 'Operator' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitOperatorNotValid">
<source>'Exit Operator' is not valid. Use 'Return' to exit an operator.</source>
<target state="translated">'Exit Operator' は有効ではありません。演算を終了するには、'Return' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayIllegal1">
<source>'{0}' parameters cannot be declared 'ParamArray'.</source>
<target state="translated">'{0}' パラメーターを 'ParamArray' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalIllegal1">
<source>'{0}' parameters cannot be declared 'Optional'.</source>
<target state="translated">'{0}' パラメーターを 'Optional' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBePublic">
<source>Operators must be declared 'Public'.</source>
<target state="translated">演算子は 'Public' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBeShared">
<source>Operators must be declared 'Shared'.</source>
<target state="translated">演算子は 'Shared' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOperatorFlags1">
<source>Operators cannot be declared '{0}'.</source>
<target state="translated">演算子は '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneParameterRequired1">
<source>Operator '{0}' must have one parameter.</source>
<target state="translated">演算子 '{0}' には、1 個のパラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TwoParametersRequired1">
<source>Operator '{0}' must have two parameters.</source>
<target state="translated">演算子 '{0}' には、2 個のパラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneOrTwoParametersRequired1">
<source>Operator '{0}' must have either one or two parameters.</source>
<target state="translated">演算子 '{0}' には、1 個または 2 個のパラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvMustBeWideningOrNarrowing">
<source>Conversion operators must be declared either 'Widening' or 'Narrowing'.</source>
<target state="translated">変換演算子は、'Widening' または 'Narrowing' のいずれかとして宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorDeclaredInModule">
<source>Operators cannot be declared in modules.</source>
<target state="translated">演算子をモジュール内で宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSpecifierOnNonConversion1">
<source>Only conversion operators can be declared '{0}'.</source>
<target state="translated">変換演算子のみが '{0}' として宣言できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryParamMustBeContainingType1">
<source>Parameter of this unary operator must be of the containing type '{0}'.</source>
<target state="translated">単項演算子のパラメーターの型は、それを含む型 '{0}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryParamMustBeContainingType1">
<source>At least one parameter of this binary operator must be of the containing type '{0}'.</source>
<target state="translated">このバイナリ演算子のパラメーターのうち、少なくとも 1 つが型 '{0}' を含んでいなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvParamMustBeContainingType1">
<source>Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.</source>
<target state="translated">この変換演算子のパラメーター型または戻り値の型は、含んでいる型 '{0}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresBoolReturnType1">
<source>Operator '{0}' must have a return type of Boolean.</source>
<target state="translated">演算子 '{0}' には、ブール型の戻り値の型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToSameType">
<source>Conversion operators cannot convert from a type to the same type.</source>
<target state="translated">変換演算子によって、ある型から同じ型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToInterfaceType">
<source>Conversion operators cannot convert to an interface type.</source>
<target state="translated">変換演算子によってインターフェイス型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToBaseType">
<source>Conversion operators cannot convert from a type to its base type.</source>
<target state="translated">変換演算子によって、ある型からその基本型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToDerivedType">
<source>Conversion operators cannot convert from a type to its derived type.</source>
<target state="translated">変換演算子によって、ある型からその派生型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToObject">
<source>Conversion operators cannot convert to Object.</source>
<target state="translated">変換演算子によって Object に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromInterfaceType">
<source>Conversion operators cannot convert from an interface type.</source>
<target state="translated">変換演算子によってインターフェイス型から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromBaseType">
<source>Conversion operators cannot convert from a base type.</source>
<target state="translated">変換演算子によって基本型から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromDerivedType">
<source>Conversion operators cannot convert from a derived type.</source>
<target state="translated">変換演算子によって派生型から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromObject">
<source>Conversion operators cannot convert from Object.</source>
<target state="translated">変換演算子によって Object から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MatchingOperatorExpected2">
<source>Matching '{0}' operator is required for '{1}'.</source>
<target state="translated">'{1}' には対応する '{0}' 演算子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableLogicalOperator3">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.</source>
<target state="translated">'{0}' の戻り値およびパラメーターの型を '{2}' 式で使用するには、'{1}' にしなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionOperatorRequired3">
<source>Type '{0}' must define operator '{1}' to be used in a '{2}' expression.</source>
<target state="translated">型 '{0}' を '{2}' 式で使用するには、演算子 '{1}' を定義しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CopyBackTypeMismatch3">
<source>Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.</source>
<target state="translated">型 '{1}' は型 '{2}' に変換できないため、'ByRef' パラメーター '{0}' の値を、一致する引数に戻してコピーすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopOperatorRequired2">
<source>Type '{0}' must define operator '{1}' to be used in a 'For' statement.</source>
<target state="translated">型 '{0}' を 'For' ステートメントで使用するには、演算子 '{1}' を定義しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopOperator2">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">'{0}' の戻り値型およびパラメーター型は、'For' ステートメントで使用するためには '{1}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopRelOperator2">
<source>Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">パラメーター型 '{0}' を 'For' ステートメントで使用するには、'{1}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresIntegerParameter1">
<source>Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.</source>
<target state="translated">演算子 '{0}' には、型 'Integer' または型 'Integer?' の第 2 パラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyNullableOnBoth">
<source>Nullable modifier cannot be specified on both a variable and its type.</source>
<target state="translated">変数とその型の両方で、Null 許容修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraintNull">
<source>Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.</source>
<target state="translated">Nullable' または Null 許容修飾子 '?' と共に使用するためには、型 '{0}' は 'Structure' に制約されている値型または型引数である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArrayAndNullableOnBoth">
<source>Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.</source>
<target state="translated">変数とその型の両方で、Null 許容修飾子 '?' と配列修飾子 '(' および ')' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyTypeCharacterOnIIF">
<source>Expressions used with an 'If' expression cannot contain type characters.</source>
<target state="translated">If' 式で使用する式に、型文字を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFName">
<source>'If' operands cannot be named arguments.</source>
<target state="translated">'If' オペランドを名前付き引数にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion">
<source>Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.</source>
<target state="translated">If' 演算子の 2 番目と 3 番目のオペランドの共通型を推論できません。一方の型から他方の型への拡大変換が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCondTypeInIIF">
<source>First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.</source>
<target state="translated">バイナリ 'If' 式の最初のオペランドは Null 許容または参照型である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCallIIF">
<source>'If' operator cannot be used in a 'Call' statement.</source>
<target state="translated">'If' 演算子を 'Call' ステートメントの中で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyAsNewAndNullable">
<source>Nullable modifier cannot be specified in variable declarations with 'As New'.</source>
<target state="translated">As New' を含む変数宣言で null 許容修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion2">
<source>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.</source>
<target state="translated">バイナリ 'If' 演算子の 1 番目と 2 番目のオペランドの共通型を推論できません。一方の型から他方の型への拡大変換が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNullTypeInCCExpression">
<source>Nullable types are not allowed in conditional compilation expressions.</source>
<target state="translated">条件付きコンパイル式では null 許容型を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableImplicit">
<source>Nullable modifier cannot be used with a variable whose implicit type is 'Object'.</source>
<target state="translated">Null 許容修飾子は、暗黙的な型が 'Object' である変数と共に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRuntimeHelper">
<source>Requested operation is not available because the runtime library function '{0}' is not defined.</source>
<target state="translated">ランタイム ライブラリ関数 '{0}' が定義されていないため、要求された操作を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterGlobalNameSpace">
<source>'Global' must be followed by '.' and an identifier.</source>
<target state="translated">'Global' の後には、'.' および識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalExpectedIdentifier">
<source>'Global' not allowed in this context; identifier expected.</source>
<target state="translated">'Global' はこのコンテキストで許可されていません。識別子を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalInHandles">
<source>'Global' not allowed in handles; local name expected.</source>
<target state="translated">'Global' はハンドルで許可されていません。ローカル名を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseIfNoMatchingIf">
<source>'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'ElseIf' の前には、対応する 'If' または 'ElseIf' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor2">
<source>Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.</source>
<target state="translated">Attribute コンストラクターに、型 '{0}' の 'ByRef' パラメーターが指定されています。属性を適用する場合、ByRef パラメーターを含むコンストラクターを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndUsingWithoutUsing">
<source>'End Using' must be preceded by a matching 'Using'.</source>
<target state="translated">'End Using' の前には、対応する 'Using' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndUsing">
<source>'Using' must end with a matching 'End Using'.</source>
<target state="translated">'Using' の終わりには、対応する 'End Using' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoUsing">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'Using' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingRequiresDisposePattern">
<source>'Using' operand of type '{0}' must implement 'System.IDisposable'.</source>
<target state="translated">'型 '{0}' の 'Using' オペランドは System.IDisposable を実装しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarNeedsInitializer">
<source>'Using' resource variable must have an explicit initialization.</source>
<target state="translated">'Using' リソース変数には明示的な初期化が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarCantBeArray">
<source>'Using' resource variable type can not be array type.</source>
<target state="translated">'Using' リソース変数の型を配列型にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInUsing">
<source>'On Error' statements are not valid within 'Using' statements.</source>
<target state="translated">'On Error' ステートメントは、'Using' ステートメント内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyNameConflictInMyCollection">
<source>'{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.</source>
<target state="translated">'{0}' は 'My' グループ内で公開されている型 '{1}' に使用されるメンバーと同じ名前です。型またはそれを囲む名前空間の名前を変更してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitVar">
<source>Implicit variable '{0}' is invalid because of '{1}'.</source>
<target state="translated">暗黙的な変数 '{0}' は '{1}' であるため、無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectInitializerRequiresFieldName">
<source>Object initializers require a field name to initialize.</source>
<target state="translated">オブジェクト初期化子には、初期化対象のフィールド名が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedFrom">
<source>'From' expected.</source>
<target state="translated">'From' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch1">
<source>Nested function does not have the same signature as delegate '{0}'.</source>
<target state="translated">入れ子になった関数に、デリゲート '{0}' と同じシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch2">
<source>Nested sub does not have a signature that is compatible with delegate '{0}'.</source>
<target state="translated">入れ子になった sub に、デリゲート '{0}' と互換性のあるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamQuery1">
<source>'ByRef' parameter '{0}' cannot be used in a query expression.</source>
<target state="translated">'ByRef' パラメーター '{0}' をクエリ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionTreeNotSupported">
<source>Expression cannot be converted into an expression tree.</source>
<target state="translated">式を式ツリーに変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeQuery">
<source>Instance members and 'Me' cannot be used within query expressions in structures.</source>
<target state="translated">インスタンス メンバーおよび 'Me' は、構造体内のクエリ式では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InferringNonArrayType1">
<source>Variable cannot be initialized with non-array type '{0}'.</source>
<target state="translated">変数を非配列型 '{0}' で初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefParamInExpressionTree">
<source>References to 'ByRef' parameters cannot be converted to an expression tree.</source>
<target state="translated">ByRef' パラメーターへの参照を式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAnonTypeMemberName1">
<source>Anonymous type member or property '{0}' is already declared.</source>
<target state="translated">匿名型のメンバーまたはプロパティ '{0}' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAnonymousTypeForExprTree">
<source>Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.</source>
<target state="translated">匿名型を式ツリーに変換できません。この型のプロパティは、別のプロパティを初期化するために使用されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftAnonymousType1">
<source>Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.</source>
<target state="translated">匿名型プロパティ '{0}' を、同じ初期化リスト内のラムダ式の定義で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionOnlyAllowedOnModuleSubOrFunction">
<source>'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.</source>
<target state="translated">'Extension' 属性は 'Module'、'Sub'、または 'Function' の各宣言にのみ適用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNotInModule">
<source>Extension methods can be defined only in modules.</source>
<target state="translated">拡張メソッドはモジュール内でのみ定義できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNoParams">
<source>Extension methods must declare at least one parameter. The first parameter specifies which type to extend.</source>
<target state="translated">拡張メソッドは、少なくとも 1 つのパラメーターを宣言する必要があります。最初のパラメーターでは、拡張する型を指定します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOptionalFirstArg">
<source>'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'Optional' は、拡張メソッドの最初のパラメーターには適用できません。最初のパラメーターでは、拡張する型を指定します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodParamArrayFirstArg">
<source>'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'ParamArray' は、拡張メソッドの最初のパラメーターには適用できません。最初のパラメーターでは、拡張する型を指定します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeFieldNameInference">
<source>Anonymous type member name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">匿名型メンバーの名前は、引数なしの簡易名または修飾名からのみ推論できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMemberOfAnonymousType2">
<source>'{0}' is not a member of '{1}'; it does not exist in the current context.</source>
<target state="translated">'{0}' は '{1}' のメンバーではなく、現在のコンテキストに存在しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionAttributeInvalid">
<source>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.</source>
<target state="translated">カスタム デザイン バージョンの 'System.Runtime.CompilerServices.ExtensionAttribute' がコンパイラにより検出されましたが、有効ではありません。その属性の使用フラグを、アセンブリ、クラス、およびメソッドが許可されるように設定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypePropertyOutOfOrder1">
<source>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.</source>
<target state="translated">'{0}' の型がまだ確立されていないため、匿名型メンバーのプロパティ '{0}' を使用して別のメンバーのプロパティの型を推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in anonymous type declarations.</source>
<target state="translated">型文字を匿名型の宣言で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleLiteralDisallowsTypeChar">
<source>Type characters cannot be used in tuple literals.</source>
<target state="translated">型文字はタプル リテラルでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewWithTupleTypeSyntax">
<source>'New' cannot be used with tuple type. Use a tuple literal expression instead.</source>
<target state="translated">'new' はタプル型では併用できません。代わりに、タプル リテラル式を使用します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PredefinedValueTupleTypeMustBeStruct">
<source>Predefined type '{0}' must be a structure.</source>
<target state="translated">定義済みの型 '{0}' は、構造体である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodUncallable1">
<source>Extension method '{0}' has type constraints that can never be satisfied.</source>
<target state="translated">拡張メソッド '{0}' に、満たされる可能性のない型制約があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate3">
<source>
Extension method '{0}' defined in '{1}': {2}</source>
<target state="translated">
'{1}' で定義された拡張メソッド '{0}': {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatch">
<source>Method does not have a signature compatible with the delegate.</source>
<target state="translated">メソッドにデリゲートと互換性のあるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingTypeInferenceFails">
<source>Type arguments could not be inferred from the delegate.</source>
<target state="translated">型引数をデリゲートから推論できませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs">
<source>Too many arguments.</source>
<target state="translated">引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted1">
<source>Parameter '{0}' already has a matching omitted argument.</source>
<target state="translated">パラメーター '{0}' には、一致する省略された引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice1">
<source>Parameter '{0}' already has a matching argument.</source>
<target state="translated">パラメーター '{0}' には、一致する引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound1">
<source>'{0}' is not a method parameter.</source>
<target state="translated">'{0}' はメソッド パラメーターではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument1">
<source>Argument not specified for parameter '{0}'.</source>
<target state="translated">パラメーター '{0}' に対して引数が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam1">
<source>Type parameter '{0}' cannot be inferred.</source>
<target state="translated">型パラメーター '{0}' を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate2">
<source>
Extension method '{0}' defined in '{1}'.</source>
<target state="translated">
'{1}' で定義された拡張メソッド '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNeedField">
<source>Anonymous type must contain at least one member.</source>
<target state="translated">匿名型は、少なくとも 1 つのメンバーを含んでいる必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNameWithoutPeriod">
<source>Anonymous type member name must be preceded by a period.</source>
<target state="translated">匿名型のメンバー名の前には、ピリオドが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeExpectedIdentifier">
<source>Identifier expected, preceded with a period.</source>
<target state="translated">前にピリオドが付いた識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs2">
<source>Too many arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' の引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted3">
<source>Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' のパラメーター '{0}' には、一致する省略された引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice3">
<source>Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' のパラメーター '{0}' には、一致する引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound3">
<source>'{0}' is not a parameter of extension method '{1}' defined in '{2}'.</source>
<target state="translated">'{0}' は、'{2}' で定義された拡張メソッド '{1}' のパラメーターではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument3">
<source>Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' のパラメーター '{0}' に対して引数が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam3">
<source>Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' の型パラメーター '{0}' を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments2">
<source>Too few type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' の型引数が少なすぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments2">
<source>Too many type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' の型引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInOrEq">
<source>'In' or '=' expected.</source>
<target state="translated">'In' または '=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQueryableSource">
<source>Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.</source>
<target state="translated">型 '{0}' の式はクエリ不可能です。LINQ プロバイダーに対してアセンブリ参照や名前空間インポートが不足していないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryOperatorNotFound">
<source>Definition of method '{0}' is not accessible in this context.</source>
<target state="translated">メソッド '{0}' の定義には、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseOnErrorGotoWithClosure">
<source>Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.</source>
<target state="translated">メソッドに '{0}' ステートメントとラムダ式またはクエリ式で使用される変数の定義の両方を含むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotGotoNonScopeBlocksWithClosure">
<source>'{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.</source>
<target state="translated">'{2}' は、ラムダ式またはクエリ式で使用される変数を定義するスコープの内側にあるため、'{0}{1}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeQuery">
<source>Instance of restricted type '{0}' cannot be used in a query expression.</source>
<target state="translated">制限がある型 '{0}' のインスタンスをクエリ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeFieldNameInference">
<source>Range variable name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">範囲変数の名前は、引数なしの簡易名または修飾名からのみ推論できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryDuplicateAnonTypeMemberName1">
<source>Range variable '{0}' is already declared.</source>
<target state="translated">範囲変数 '{0}' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in range variable declarations.</source>
<target state="translated">範囲変数の宣言で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyInClosure">
<source>'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.</source>
<target state="translated">'コンストラクター内のラムダ式では、'ReadOnly' 変数を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoMultiDimArrayCreation">
<source>Multi-dimensional array cannot be converted to an expression tree.</source>
<target state="translated">多次元配列を式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoLateBind">
<source>Late binding operations cannot be converted to an expression tree.</source>
<target state="translated">遅延バインディング操作を式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedBy">
<source>'By' expected.</source>
<target state="translated">'By' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryInvalidControlVariableName1">
<source>Range variable name cannot match the name of a member of the 'Object' class.</source>
<target state="translated">範囲変数の名前を 'Object' クラスのメンバーの名前に一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIn">
<source>'In' expected.</source>
<target state="translated">'In' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryNameNotDeclared">
<source>Name '{0}' is either not declared or not in the current scope.</source>
<target state="translated">名前 '{0}' は宣言されていないか、または現在のスコープ内に存在しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedFunctionArgumentNarrowing3">
<source>Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">パラメーター '{0}' と一致する入れ子にされた関数の戻り値の型は、'{1}' から '{2}' へ縮小変換します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonTypeFieldXMLNameInference">
<source>Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">匿名型のメンバー名を、有効な Visual Basic 識別子ではない XML 識別子から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonTypeFieldXMLNameInference">
<source>Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">範囲変数の名前を、有効な Visual Basic 識別子ではない XML 識別子から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInto">
<source>'Into' expected.</source>
<target state="translated">'Into' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnAggregation">
<source>Aggregate function name cannot be used with a type character.</source>
<target state="translated">集計関数名で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOn">
<source>'On' expected.</source>
<target state="translated">'On' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEquals">
<source>'Equals' expected.</source>
<target state="translated">'Equals' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAnd">
<source>'And' expected.</source>
<target state="translated">'And' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsTypeMismatch">
<source>'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.</source>
<target state="translated">'Equals' で型 '{0}' の値と型 '{1}' の値を比較することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsOperandIsBad">
<source>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.</source>
<target state="translated">Equals' 演算子の両辺で、少なくとも 1 つの範囲変数を参照しなければなりません。'Equals' 演算子の一方で 1 つ以上の範囲変数 {0} を参照し、他方で 1 つ以上の範囲変数 {1} を参照する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotDelegate1">
<source>Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'{0}' は、デリゲート型でないため、ラムダ式を '{0}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotCreatableDelegate1">
<source>Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'{0}' は 'MustInherit' として宣言されていて作成することができないので、ラムダ式を '{0}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotInferNullableForVariable1">
<source>A nullable type cannot be inferred for variable '{0}'.</source>
<target state="translated">変数 '{0}' の Null 許容型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableTypeInferenceNotSupported">
<source>Nullable type inference is not supported in this context.</source>
<target state="translated">null 許容型推論は、このコンテキストではサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedJoin">
<source>'Join' expected.</source>
<target state="translated">'Join' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableParameterMustSpecifyType">
<source>Nullable parameters must specify a type.</source>
<target state="translated">Null 許容パラメーターには型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal2">
<source>Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">範囲変数 '{0}' により、それを囲むブロック内の変数、以前に定義された範囲変数、またはクエリ式内で暗黙的に宣言された変数が隠ぺいされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdasCannotHaveAttributes">
<source>Attributes cannot be applied to parameters of lambda expressions.</source>
<target state="translated">ラムダ式のパラメーターに属性を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaInSelectCaseExpr">
<source>Lambda expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">ラムダ式は、'Select Case' ステートメントの最初の式では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfInSelectCaseExpr">
<source>'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">'AddressOf' 式は、'Select Case' ステートメントの最初の式では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableCharNotSupported">
<source>The '?' character cannot be used here.</source>
<target state="translated">?' 文字はここでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeLambda">
<source>Instance members and 'Me' cannot be used within a lambda expression in structures.</source>
<target state="translated">インスタンス メンバーおよび 'Me' は、構造体内のラムダ式では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamLambda1">
<source>'ByRef' parameter '{0}' cannot be used in a lambda expression.</source>
<target state="translated">'ByRef' パラメーター '{0}' をラムダ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeLambda">
<source>Instance of restricted type '{0}' cannot be used in a lambda expression.</source>
<target state="translated">制限がある型 '{0}' のインスタンスをラムダ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaParamShadowLocal1">
<source>Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">ラムダ パラメーター '{0}' により、それを囲むブロック内の変数、以前に定義された範囲変数、またはクエリ式内で暗黙的に宣言された変数が隠ぺいされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObjectLambda">
<source>Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.</source>
<target state="translated">Option Strict On では、各ラムダ式のパラメーターの型を推論できない場合、そのパラメーターを 'As' 句で宣言する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyParamsOnLambdaParamNoType">
<source>Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.</source>
<target state="translated">配列修飾子をラムダ式のパラメーター名に指定することはできません。配列修飾子は、その型に指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.</source>
<target state="translated">型パラメーターのデータ型を、これらの引数から推論することはできません。データ型を明示的に指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論することはできません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論することはできません。データ型を明示的に指定することによって、このエラーを修正できる可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments.</source>
<target state="translated">型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit3">
<source>Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' 内の型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous1">
<source>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.</source>
<target state="translated">該当する型が複数考えられるため、型パラメーターのデータ型を、これらの引数から推論することはできません。データ型を明示的に指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">該当する型が複数考えられるため、型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest1">
<source>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.</source>
<target state="translated">同じ型に変換されない引数があるため、型パラメーターのデータ型を、これらの引数から推論することはできません。データ型を明示的に指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、同じ型に変換されないため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.</source>
<target state="translated">同じ型に変換されない引数があるため、型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、同じ型に変換されないため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、同じ型に変換されないため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff2">
<source>Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.</source>
<target state="translated">Option Strict On では、メソッド '{0}' とデリゲート '{1}' 間の暗黙的な型の縮小変換は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleReturnTypeOfMember2">
<source>'{0}' is not accessible in this context because the return type is not accessible.</source>
<target state="translated">'戻り値の型にアクセスできないため、このコンテキストでは '{0}' にアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifierOrGroup">
<source>'Group' or an identifier expected.</source>
<target state="translated">'Group' または識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedGroup">
<source>'Group' not allowed in this context; identifier expected.</source>
<target state="translated">'Group' はこのコンテキストで許可されていません。識別子を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff3">
<source>Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.</source>
<target state="translated">Option Strict On では、'{2}' で定義された拡張メソッド '{0}' とデリゲート '{1}' 間の暗黙的な型の縮小変換は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible3">
<source>Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{0}' に、デリゲート '{1}' と互換性があるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing2">
<source>Argument matching parameter '{0}' narrows to '{1}'.</source>
<target state="translated">パラメーター '{0}' と一致する引数は '{1}' へ引数照合します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate1">
<source>
{0}</source>
<target state="translated">
{0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyInitializedInStructure">
<source>Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.</source>
<target state="translated">構造体に含まれる自動実装プロパティは、'Shared' に設定されている場合を除き、初期化子を持つことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsElements">
<source>XML elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 要素を型 '{0}' から選択することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsAttributes">
<source>XML attributes cannot be selected from type '{0}'.</source>
<target state="translated">XML 属性を型 '{0}' から選択することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsDescendants">
<source>XML descendant elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 子孫要素を型 '{0}' から選択することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric2">
<source>Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' はジェネリックではない (または自由型パラメーターがない) ため、型引数を指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodCannotBeLateBound">
<source>Late-bound extension methods are not supported.</source>
<target state="translated">遅延バインディングされた拡張メソッドはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceArrayRankMismatch1">
<source>Cannot infer a data type for '{0}' because the array dimensions do not match.</source>
<target state="translated">配列の次元が一致しないため、'{0}' のデータ型は推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryStrictDisallowImplicitObject">
<source>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.</source>
<target state="translated">範囲変数の型を推論できません。Option Strict がオンの場合、遅延バインディングは使用できません。'As' 句を使用して型を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedInterfaceWithGeneric">
<source>Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.</source>
<target state="translated">型 '{0}' にはジェネリック引数があるため、この型を埋め込むことはできません。相互運用機能型の埋め込みの無効化を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseGenericTypeAcrossAssemblyBoundaries">
<source>Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.</source>
<target state="translated">型 '{0}' には埋め込まれた相互運用機能型であるジェネリック型引数があるため、アセンブリ境界を越えて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' は廃止されています: '{1}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2_Title">
<source>Type or member is obsolete</source>
<target state="translated">型またはメンバーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4">
<source>{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'.</source>
<target state="translated">{0} '{1}' は、ベース {2} '{3}' で宣言されたオーバーロード可能なメンバーをシャドウします。ベース メソッドをオーバーロードする場合、このメソッドは 'Overloads' に宣言されていなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4_Title">
<source>Member shadows an overloadable member declared in the base type</source>
<target state="translated">基本型で宣言されているオーバーロード可能なメンバーをシャドウしているメンバーが存在します</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5">
<source>{0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、{2} '{1}' とベース {3} '{4}' で競合しています。'Shadows' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5_Title">
<source>Member conflicts with member in the base type and should be declared 'Shadows'</source>
<target state="translated">メンバーが基本型のメンバーと競合しているため、'Shadows' として宣言されなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2">
<source>{0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.</source>
<target state="translated">{0} '{1}' は、ベース {2} '{3}' のオーバーライド可能なメソッドをシャドウします。ベース メソッドをオーバーライドするには、このメソッドは 'Overrides' に宣言されていなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2_Title">
<source>Member shadows an overridable method in the base type</source>
<target state="translated">メンバーと同じ、基本型のオーバーロード可能なメソッドが存在します</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4">
<source>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'.</source>
<target state="translated">既定のプロパティ '{0}' は、ベース {2} '{3}' の既定のプロパティ '{1}' と競合します。'{0}' が既定のプロパティになります。'{0}' は 'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4_Title">
<source>Default property conflicts with the default property in the base type</source>
<target state="translated">既定のプロパティが、基本型の既定のプロパティと競合します</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' は廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1_Title">
<source>Type or member is obsolete</source>
<target state="translated">型またはメンバーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0">
<source>Possible problem detected while building assembly: {0}</source>
<target state="translated">アセンブリをビルド中に問題が発生した可能性があります: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">アセンブリのビルド中に検出された可能性がある問題</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1">
<source>Possible problem detected while building assembly '{0}': {1}</source>
<target state="translated">アセンブリ '{0}' をビルド中に問題が発生した可能性があります: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">アセンブリのビルド中に検出された可能性がある問題</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1">
<source>'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.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' がクラス '{0}' に対して指定されていますが、'{0}' には COM に公開できるパブリック メンバーが含まれていないため、COM インターフェイスは生成されません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM</source>
<target state="translated">'クラスに対して 'Microsoft.VisualBasic.ComClassAttribute' が指定されていますが、COM に公開できる public メンバーがクラスに含まれていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5">
<source>{0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、ベース {3} '{4}' のメンバーと競合する '{2}' を暗黙的に宣言するため、{0} は 'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5_Title">
<source>Property or event implicitly declares type or member that conflicts with a member in the base type</source>
<target state="translated">プロパティまたはイベントが、基本型のメンバーと競合している型またはメンバーを暗黙的に宣言しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、ベース {4} '{5}' にある {2} '{3}' に対して暗黙的に宣言されているメンバーと競合するため、'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6_Title">
<source>Member conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">メンバーが、基本型のプロパティまたはイベントに対して暗黙的に宣言されているメンバーと競合しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7">
<source>{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'.</source>
<target state="translated">{0} '{1}' は、ベース {5} '{6}' で {3} '{4}' に対して暗黙的に宣言されたメンバーと競合する '{2}' を暗黙的に宣言します。{0} は 'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7_Title">
<source>Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">プロパティまたはイベントが、基本型のプロパティまたはイベントに対して暗黙的に宣言されているメンバーと競合しているメンバーを暗黙的に宣言しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています: '{2}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3_Title">
<source>Property accessor is obsolete</source>
<target state="translated">プロパティ アクセサーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2_Title">
<source>Property accessor is obsolete</source>
<target state="translated">プロパティ アクセサーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1">
<source>Type of member '{0}' is not CLS-compliant.</source>
<target state="translated">メンバー '{0}' の型は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1_Title">
<source>Type of member is not CLS-compliant</source>
<target state="translated">メンバーの型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.</source>
<target state="translated">'{0}' は、CLS に準拠していない '{1}' から派生しているため、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because it derives from base type that is not CLS-compliant</source>
<target state="translated">型が CLS に準拠していない基本型から派生しているので、CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1">
<source>Return type of function '{0}' is not CLS-compliant.</source>
<target state="translated">関数 '{0}' の戻り値の型は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1_Title">
<source>Return type of function is not CLS-compliant</source>
<target state="translated">関数の戻り型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1">
<source>Type of parameter '{0}' is not CLS-compliant.</source>
<target state="translated">パラメーター '{0}' の型は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1_Title">
<source>Type of parameter is not CLS-compliant</source>
<target state="translated">パラメーターの型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.</source>
<target state="translated">'{0}' は、継承元のインターフェイス '{1}' が CLS に準拠していないため、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because the interface it inherits from is not CLS-compliant</source>
<target state="translated">継承元のインターフェイスは CLS 準拠ではないので、型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3">
<source>{0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.</source>
<target state="translated">{0} '{1}' は、含んでいる型 '{2}' が CLS に準拠していないため、CLS 準拠として設定できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3_Title">
<source>Member cannot be marked CLS-compliant because its containing type is not CLS-compliant</source>
<target state="translated">メンバーを包含する型が CLS に準拠していないので、メンバーを CLS 準拠としてマークすることはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1">
<source>Name '{0}' is not CLS-compliant.</source>
<target state="translated">名前 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1_Title">
<source>Name is not CLS-compliant</source>
<target state="translated">名前が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1">
<source>Underlying type '{0}' of Enum is not CLS-compliant.</source>
<target state="translated">Enum の基になる型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1_Title">
<source>Underlying type of Enum is not CLS-compliant</source>
<target state="translated">Enum の基になる型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1">
<source>Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.</source>
<target state="translated">CLS に準拠していない '{0}' は、CLS に準拠しているインターフェイスに使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1_Title">
<source>Non CLS-compliant member is not allowed in a CLS-compliant interface</source>
<target state="translated">CLS 準拠インターフェイスでは、CLS に準拠していないメンバーは許可されません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.</source>
<target state="translated">CLS に準拠していない 'MustOverride' メンバーは、CLS に準拠している型 '{0}' に使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1_Title">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type</source>
<target state="translated">CLS 準拠型では、CLS に準拠していない 'MustOverride' メンバーは許可されません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2">
<source>'{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.</source>
<target state="translated">'{0}' は、配列パラメーター型の配列または配列パラメーター型のランクのみが異なる '{1}' をオーバーロードするため、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2_Title">
<source>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</source>
<target state="translated">配列パラメーター型の配列または配列パラメーター型のランクのみが異なるメソッドをオーバーロードするので、メソッドは CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1">
<source>Root namespace '{0}' is not CLS-compliant.</source>
<target state="translated">ルート名前空間 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1_Title">
<source>Root namespace is not CLS-compliant</source>
<target state="translated">ルート名前空間が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2">
<source>Name '{0}' in the root namespace '{1}' is not CLS-compliant.</source>
<target state="translated">ルート名前空間 '{1}' にある名前 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2_Title">
<source>Part of the root namespace is not CLS-compliant</source>
<target state="translated">ルート名前空間の一部が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1">
<source>Generic parameter constraint type '{0}' is not CLS-compliant.</source>
<target state="translated">ジェネリック パラメーターの制約型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1_Title">
<source>Generic parameter constraint type is not CLS-compliant</source>
<target state="translated">ジェネリック パラメーターの制約型は CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1">
<source>Type '{0}' is not CLS-compliant.</source>
<target state="translated">型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1_Title">
<source>Type is not CLS-compliant</source>
<target state="translated">型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1">
<source>Type of optional value for optional parameter '{0}' is not CLS-compliant.</source>
<target state="translated">省略可能なパラメーター '{0}' に対する省略可能な値の型は、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1_Title">
<source>Type of optional value for optional parameter is not CLS-compliant</source>
<target state="translated">省略可能なパラメーターに対する省略可能な値の型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.</source>
<target state="translated">プロパティの 'Get' または 'Set' に System.CLSCompliantAttribute を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet_Title">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'</source>
<target state="translated">プロパティの 'Get' または 'Set' に System.CLSCompliantAttribute を適用することはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6">
<source>{0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.</source>
<target state="translated">{0} '{1}' と部分的な {2} '{3}' が {4} '{5}' で競合しますが、そのうち 1 つが部分的な宣言であるためマージされました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6_Title">
<source>Type and partial type conflict, but are being merged because one of them is declared partial</source>
<target state="translated">型と部分型が競合していますが、そのうち 1 つが部分的な宣言であるためマージされました</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1">
<source>Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.</source>
<target state="translated">型パラメーター '{0}' には、それを囲む型の型パラメーターと同じ名前が付けられています。それを囲む型の型パラメーターはシャドウされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1_Title">
<source>Type parameter has the same name as a type parameter of an enclosing type</source>
<target state="translated">型パラメーターの名前が、それを囲む型の型パラメーターの名前と同じです</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1">
<source>Could not find standard library '{0}'.</source>
<target state="translated">標準ライブラリ '{0}' が見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1_Title">
<source>Could not find standard library</source>
<target state="translated">標準ライブラリが見つかりませんでした</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2">
<source>Delegate type '{0}' of event '{1}' is not CLS-compliant.</source>
<target state="translated">イベント '{1}' のデリゲート型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2_Title">
<source>Delegate type of event is not CLS-compliant</source>
<target state="translated">デリゲート型のイベントは CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties">
<source>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.</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute をプロパティ定義に適用しても、'Get' または 'Set' には適用されません。この属性は、目的の 'Get' または 'Set' プロシージャに直接適用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties_Title">
<source>System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute は、プロパティ定義に適用するときに 'Get' または 'Set' に影響しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange">
<source>Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.</source>
<target state="translated">Case' ステートメントに指定された範囲が有効ではありません。下限が上限以下になっていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange_Title">
<source>Range specified for 'Case' statement is not valid</source>
<target state="translated">Case' ステートメントに指定された範囲が無効です</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3">
<source>'{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.</source>
<target state="translated">'CLS に準拠していない型 '{2}' を含んでいるため、イベント '{1}' の '{0}' メソッドを CLS 準拠として設定できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3_Title">
<source>AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant</source>
<target state="translated">イベントの AddHandler メソッドまたは RemoveHandler メソッドを包含する型が CLS に準拠していないので、これらのメソッドを CLS 準拠としてマークすることはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2">
<source>'{0}' in designer-generated type '{1}' should call InitializeComponent method.</source>
<target state="translated">'デザイナーで生成された型 '{1}' の '{0}' は InitializeComponent メソッドを呼び出さなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2_Title">
<source>Constructor in designer-generated type should call InitializeComponent method</source>
<target state="translated">デザイナーで生成された型のコンストラクターは、InitializeComponent メソッドを呼び出す必要があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3">
<source>Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.</source>
<target state="translated">'{2}' で、名前空間の名前 '{0}' の大文字と小文字の指定が、名前空間の名前 '{1}' の大文字と小文字の指定と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3_Title">
<source>Casing of namespace name does not match</source>
<target state="translated">名前空間の名前の大文字と小文字の指定が一致しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1">
<source>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.</source>
<target state="translated">インポート '{0}' で指定された名前空間または型が、パブリック メンバーを含んでいないか、あるいは見つかりません。名前空間または型が定義されていて、少なくとも 1 つのパブリック メンバーを含んでいることを確認してください。また、インポートされた要素名がエイリアスを使用していないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1_Title">
<source>Namespace or type specified in Imports statement doesn't contain any public member or cannot be found</source>
<target state="translated">Imports ステートメントで指定されている名前空間または型にパブリック メンバーが含まれていないか、名前空間または型が見つかりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1">
<source>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.</source>
<target state="translated">プロジェクト レベルのインポート '{0}' で指定された名前空間または型が、パブリック メンバーを含んでいないか、または見つかりません。名前空間または型が定義されていて、少なくとも 1 つのパブリック メンバーを含んでいることを確認してください。また、インポートされた要素名にエイリアスが使用されていないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title">
<source>Namespace or type imported at project level doesn't contain any public member or cannot be found</source>
<target state="translated">プロジェクト レベルでインポートされた名前空間または型にパブリック メンバーが含まれていないか、名前空間または型が見つかりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2">
<source>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.</source>
<target state="translated">埋め込まれた相互運用機能アセンブリ '{0}' への参照が作成されました。これは、そのアセンブリへの間接参照がアセンブリ '{1}' によって作成されたためです。どちらかのアセンブリで '相互運用機能型の埋め込み' プロパティを変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2_Title">
<source>A reference was created to embedded interop assembly because of an indirect reference to that assembly</source>
<target state="translated">アセンブリへの間接的な参照が原因で、埋め込まれた相互運用機能アセンブリに対して参照が作成されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">基本クラス '{2}' の '{1}' が古い形式に設定されているため、クラス '{0}' は 'Sub New' を宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">基底クラスのコンストラクターが古い形式としてマークされているため、クラスは 'Sub New' を宣言しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">基本クラス '{2}' の '{1}' が古い形式に設定されているため、クラス '{0}' は 'Sub New' を宣言しなければなりません: '{3}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">基底クラスのコンストラクターが古い形式としてマークされているため、クラスは 'Sub New' を宣言しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">'{2}' の基本クラス '{1}' にある '{0}' が古い形式に設定されているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3_Title">
<source>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</source>
<target state="translated">基底クラスにあるコンストラクターが古い形式としてマークされているため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' への明示的な呼び出しでなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4">
<source>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}'</source>
<target state="translated">'{2}' の基本クラス '{1}' にある '{0}' が古い形式に設定されているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません: '{3}'</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4_Title">
<source>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</source>
<target state="translated">基底クラスにあるコンストラクターが古い形式としてマークされているため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' への明示的な呼び出しでなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator">
<source>Operator without an 'As' clause; type of Object assumed.</source>
<target state="translated">As' 句のない演算子です。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator_Title">
<source>Operator without an 'As' clause</source>
<target state="translated">As' 句のない演算子です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2">
<source>Type arguments inferred for method '{0}' result in the following warnings :{1}</source>
<target state="translated">メソッド '{0}' に対して推論された型引数は次の警告になります: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2_Title">
<source>Type arguments inferred for method result in warnings</source>
<target state="translated">メソッドに対して推論された型引数には、警告が表示されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations.</source>
<target state="translated">属性 'Conditional' は 'Sub' 宣言でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction_Title">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations</source>
<target state="translated">属性 'Conditional' は 'Sub' 宣言でのみ有効です</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute">
<source>Use command-line option '{0}' or appropriate project settings instead of '{1}'.</source>
<target state="translated">コマンド ライン オプション '{0}' を使用するか、'{1}' 以外の適切なプロジェクト設定を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute_Title">
<source>Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute</source>
<target state="translated">AssemblyKeyFileAttribute、AssemblyKeyNameAttribute、または AssemblyDelaySignAttribute の代わりに、コマンド ライン オプション /keyfile、/keycontainer、または /delaysign を使用してください</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall">
<source>Statement recursively calls the containing '{0}' for event '{1}'.</source>
<target state="translated">ステートメントはイベント '{1}' の含まれている '{0}' を再帰的に呼び出しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall_Title">
<source>Statement recursively calls the event's containing AddHandler</source>
<target state="translated">ステートメントは、イベントの包含している AddHandler を再帰的に呼び出しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack">
<source>Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">ByRef' パラメーター '{0}' の値を、一致する引数に戻してコピーする際の、'{1}' から '{2}' への暗黙的な変換です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack_Title">
<source>Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument</source>
<target state="translated">ByRef' パラメーターの値を一致する引数に再びコピーするときの暗黙的な変換です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2">
<source>{0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、継承階層間で、同じ名前の他のメンバーと競合しているため、'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2_Title">
<source>Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'</source>
<target state="translated">継承階層内で、メソッドが同じ名前の他のメンバーと競合しているため、'Shadows' と宣言されなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall">
<source>Expression recursively calls the containing Operator '{0}'.</source>
<target state="translated">式は、含まれている演算子 '{0}' を再帰的に呼び出します。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall_Title">
<source>Expression recursively calls the containing Operator</source>
<target state="translated">式は、包含する演算子を再帰的に呼び出しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2">
<source>Implicit conversion from '{0}' to '{1}'.</source>
<target state="translated">'{0}' から '{1}' への暗黙的な変換。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2_Title">
<source>Implicit conversion</source>
<target state="translated">暗黙的な変換です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing">
<source>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.</source>
<target state="translated">ローカル変数 '{0}' は読み取り専用であり、その型は構造体です。変数のメンバーを呼び出したり、変数を ByRef で渡したりしても、その内容は変更されず、予期しない結果になる可能性があります。'Using' ブロックの外側でこの変数を宣言することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type is a structure</source>
<target state="translated">Using ステートメントで宣言されているローカル変数は読み取り専用で、構造体型です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing">
<source>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.</source>
<target state="translated">ローカル変数 '{0}' は読み取り専用です。変数の型が構造体の場合、変数のメンバーを呼び出したり、変数を ByRef で渡したりしても、その内容は変更されず、予期しない結果になる可能性があります。'Using' ブロックの外側でこの変数を宣言することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type may be a structure</source>
<target state="translated">Using ステートメントで宣言されているローカル変数は読み取り専用で、構造体型である可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1_Title">
<source>Implicit conversion</source>
<target state="translated">暗黙的な変換です</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution">
<source>Late bound resolution; runtime errors could occur.</source>
<target state="translated">遅延バインディングの解決です。ランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution_Title">
<source>Late bound resolution</source>
<target state="translated">遅延バインディングの解決です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1">
<source>Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.</source>
<target state="translated">演算子 '{0}' に対して使用される Object 型のオペランドです。オブジェクト ID をテストするには、'Is' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">演算子に使用される Object 型のオペランドです</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2">
<source>Operands of type Object used for operator '{0}'; runtime errors could occur.</source>
<target state="translated">演算子 '{0}' に対して使用される Object 型のオペランドです。ランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">演算子に使用される Object 型のオペランドです</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">As' 句のない変数の宣言です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1_Title">
<source>Function without an 'As' clause</source>
<target state="translated">As' 句のない関数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1_Title">
<source>Property without an 'As' clause</source>
<target state="translated">As' 句のないプロパティです</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl">
<source>Variable declaration without an 'As' clause; type of Object assumed.</source>
<target state="translated">As' 句のない変数宣言です。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">As' 句のない変数の宣言です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction">
<source>Function without an 'As' clause; return type of Object assumed.</source>
<target state="translated">As' 句のない関数です。戻り値は Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction_Title">
<source>Function without an 'As' clause</source>
<target state="translated">As' 句のない関数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty">
<source>Property without an 'As' clause; type of Object assumed.</source>
<target state="translated">As' 句のないプロパティです。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty_Title">
<source>Property without an 'As' clause</source>
<target state="translated">As' 句のないプロパティです</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal">
<source>Unused local variable: '{0}'.</source>
<target state="translated">未使用のローカル変数: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal_Title">
<source>Unused local variable</source>
<target state="translated">未使用のローカル変数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance">
<source>Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.</source>
<target state="translated">共有メンバー、定数メンバー、列挙型メンバー、または入れ子にされた型にインスタンス経由でアクセスしています。正規の式は評価されません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance_Title">
<source>Access of shared member, constant member, enum member or nested type through an instance</source>
<target state="translated">インスタンスを経由する共有メンバー、定数メンバー、列挙型メンバー、または入れ子にされた型へのアクセスです</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall">
<source>Expression recursively calls the containing property '{0}'.</source>
<target state="translated">式は、含まれているプロパティ '{0}' を再帰的に呼び出します。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall_Title">
<source>Expression recursively calls the containing property</source>
<target state="translated">式は、包含するプロパティを再帰的に呼び出しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch">
<source>'Catch' block never reached, because '{0}' inherits from '{1}'.</source>
<target state="translated">'{0}' は '{1}' から継承するため、'Catch' ブロックに到達しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch_Title">
<source>'Catch' block never reached; exception type's base type handled above in the same Try statement</source>
<target state="translated">'Catch' ブロックに到達しません。例外の種類の基本型は同じ Try ステートメントで処理されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef">
<source>Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に参照渡しによって渡されています。Null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に参照渡しによって渡されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch">
<source>'Catch' block never reached; '{0}' handled above in the same Try statement.</source>
<target state="translated">'Catch' ブロック に到達しませんでした。'{0}' は、同じ Try ステートメントで処理しました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch_Title">
<source>'Catch' block never reached; exception type handled above in the same Try statement</source>
<target state="translated">'Catch' ブロックに到達しません。例外の種類は同じ Try ステートメントで処理されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not">
<source>Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.</source>
<target state="translated">演算子 '{0}' に対して使用される Object 型のオペランドです。オブジェクト ID をテストするには、'IsNot' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not_Title">
<source>Operands of type Object used for operator <></source>
<target state="translated">演算子 <> に使用される Object 型のオペランドです</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum">
<source>Bad checksum value, non hex digits or odd number of hex digits.</source>
<target state="translated">不適切なチェックサム値です。16 進数ではないか、または奇数の 16 進数です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum_Title">
<source>Bad checksum value, non hex digits or odd number of hex digits</source>
<target state="translated">不適切なチェックサム値です。16 進数ではないか、または奇数の 16 進数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum">
<source>File name already declared with a different GUID and checksum value.</source>
<target state="translated">ファイル名は、別の GUID とチェックサム値を使用して既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum_Title">
<source>File name already declared with a different GUID and checksum value</source>
<target state="translated">ファイル名は、別の GUID とチェックサム値を使用して既に宣言されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum">
<source>Bad GUID format.</source>
<target state="translated">不適切な GUID 形式です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum_Title">
<source>Bad GUID format</source>
<target state="translated">不適切な GUID 形式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.</source>
<target state="translated">Select'、'Case' ステートメントの式で Object 型のオペランドが使用されています。ランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase_Title">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements</source>
<target state="translated">Select'、'Case' ステートメントの式で Object 型のオペランドが使用されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing">
<source>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'.</source>
<target state="translated">この式は常に Nothing に評価されます (等値演算子からの null 値の反映が原因)。値が null であるかどうかを確認するには、'Is Nothing' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">この式は常に Nothing に評価されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing">
<source>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'.</source>
<target state="translated">この式は常に Nothing に評価されます (等値演算子からの null 値の反映が原因)。値が null でないかどうかを確認するには、'IsNot Nothing' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">この式は常に Nothing に評価されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst">
<source>Unused local constant: '{0}'.</source>
<target state="translated">未使用のローカル定数: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst_Title">
<source>Unused local constant</source>
<target state="translated">未使用のローカル定数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5">
<source>'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}.</source>
<target state="translated">'クラス '{0}' の 'Microsoft.VisualBasic.ComClassAttribute' は、{3} '{4}' にある同じ名前のメンバーと競合する {1} '{2}' を暗黙的に宣言します。ベース {4} の名前をシャドウする場合は 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' に設定してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' クラスで暗黙的に宣言されているメンバーが、同じ名前のメンバーと競合しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1">
<source>'{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.</source>
<target state="translated">'{0}' を、プロパティ 'Let' として COM に公開することはできません。'Let' ステートメントを使って、数字や文字列のようなオブジェクト以外の値を Visual Basic 6.0 のこのプロパティに割り当てることはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1_Title">
<source>Property cannot be exposed to COM as a property 'Let'</source>
<target state="translated">プロパティを、'Let' として COM に公開することはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef">
<source>Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に使用されています。Null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に使用されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1">
<source>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.</source>
<target state="translated">関数 '{0}' は値を返さないコード パスがあります。結果が使用されるときに、null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">関数が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1">
<source>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.</source>
<target state="translated">演算子 '{0}' には値を返さないコード パスがあります。結果が使用されるときに、null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">演算子が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1">
<source>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.</source>
<target state="translated">プロパティ '{0}' には値を返さないコード パスがあります。結果が使用されるときに、null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">プロパティが、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr">
<source>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</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に参照渡しによって渡されています。Null 参照の例外が実行時に発生する可能性があります。構造体、またはすべての参照メンバーが使用前に初期化されていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に参照渡しによって渡されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr">
<source>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</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に使用されています。Null 参照の例外が実行時に発生する可能性があります。構造体、またはすべての参照メンバーが使用前に初期化されていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に使用されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference">
<source>Static variable declared without an 'As' clause; type of Object assumed.</source>
<target state="translated">静的変数の宣言に 'As' 句がありません。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference_Title">
<source>Static variable declared without an 'As' clause</source>
<target state="translated">静的変数の宣言に 'As' 句がありません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName">
<source>Assembly reference '{0}' is invalid and cannot be resolved.</source>
<target state="translated">アセンブリ参照 '{0}' は無効なため、解決できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName_Title">
<source>Assembly reference is invalid and cannot be resolved</source>
<target state="translated">アセンブリ参照が無効で、解決できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine">
<source>XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.</source>
<target state="translated">XML コメント ブロックは、適用される言語要素の直前に配置しなければなりません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine_Title">
<source>XML comment block must immediately precede the language element to which it applies</source>
<target state="translated">XML コメント ブロックは、適用される言語要素の直前に配置しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock">
<source>Only one XML comment block is allowed per language element.</source>
<target state="translated">各言語要素につき 1 つの XML コメント ブロックのみが許可されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock_Title">
<source>Only one XML comment block is allowed per language element</source>
<target state="translated">各言語要素につき 1 つの XML コメント ブロックのみが許可されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine">
<source>XML comment must be the first statement on a line. XML comment will be ignored.</source>
<target state="translated">XML コメントは行内で最初のステートメントでなければなりません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine_Title">
<source>XML comment must be the first statement on a line</source>
<target state="translated">XML コメントは、行の最初のステートメントでなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod">
<source>XML comment cannot appear within a method or a property. XML comment will be ignored.</source>
<target state="translated">XML コメントは、メソッドまたはプロパティには記述できません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod_Title">
<source>XML comment cannot appear within a method or a property</source>
<target state="translated">XML コメントは、メソッドまたはプロパティ内では使用できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1">
<source>XML documentation parse error: {0} XML comment will be ignored.</source>
<target state="translated">XML ドキュメント解析エラー: {0} XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1_Title">
<source>XML documentation parse error</source>
<target state="translated">XML ドキュメントの解析エラーです</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1">
<source>XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.</source>
<target state="translated">同一の属性を伴う XML コメント タグ '{0}' が同じ XML コメント ブロック内に複数回記述されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1_Title">
<source>XML comment tag appears with identical attributes more than once in the same XML comment block</source>
<target state="translated">同一の属性を伴う XML コメント タグが同じ XML コメント ブロック内に複数回記述されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2">
<source>XML comment tag '{0}' is not permitted on a '{1}' language element.</source>
<target state="translated">XML コメント タグ '{0}' は '{1}' 言語要素上では許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2_Title">
<source>XML comment tag is not permitted on language element</source>
<target state="translated">XML コメント タグは言語要素上では許可されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2">
<source>XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML コメント パラメーター '{0}' が対応する '{1}' ステートメント上のパラメーターと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2_Title">
<source>XML comment parameter does not match a parameter on the corresponding declaration statement</source>
<target state="translated">XML コメントのパラメーターが、対応する宣言ステートメント上のパラメーターと一致しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName">
<source>XML comment parameter must have a 'name' attribute.</source>
<target state="translated">XML コメント パラメーターには 'name' 属性を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName_Title">
<source>XML comment parameter must have a 'name' attribute</source>
<target state="translated">XML コメント パラメーターには 'name' 属性がなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1">
<source>XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.</source>
<target state="translated">XML コメントには、解決できなかった 'cref' 属性 '{0}' を伴うタグがあります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1_Title">
<source>XML comment has a tag with a 'cref' attribute that could not be resolved</source>
<target state="translated">XML コメントに、解決できない 'cref' 属性が指定されたタグが含まれています</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1">
<source>XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.</source>
<target state="translated">XML コメント タグ 'include' には '{0}' 属性を指定しなければなりません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1_Title">
<source>XML comment tag 'include' must have 'file' and 'path' attributes</source>
<target state="translated">XML コメント タグ 'include' には、'file' 属性と 'path' 属性が必要です</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2">
<source>Unable to create XML documentation file '{0}': {1}</source>
<target state="translated">XML ドキュメント ファイル '{0}' を作成できません: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2_Title">
<source>Unable to create XML documentation file</source>
<target state="translated">XML ドキュメント ファイルを作成できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement">
<source>XML documentation comments must precede member or type declarations.</source>
<target state="translated">XML ドキュメント コメントは、メンバー宣言や型宣言より前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement_Title">
<source>XML documentation comments must precede member or type declarations</source>
<target state="translated">XML ドキュメント コメントは、メンバー宣言や型宣言より前に記述しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.</source>
<target state="translated">XML コメント タグ 'returns' は、'WriteOnly' プロパティに許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty_Title">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property</source>
<target state="translated">XML コメント タグ 'returns' は、'WriteOnly' プロパティに許可されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType">
<source>XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.</source>
<target state="translated">XML コメントは、部分的な {0} で複数回適用できません。この {0} の XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType_Title">
<source>XML comment cannot be applied more than once on a partial type</source>
<target state="translated">部分型では、XML コメントを複数回適用できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element.</source>
<target state="translated">XML コメント タグ 'returns' は、'declare sub' 言語要素では許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub_Title">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element</source>
<target state="translated">XML コメント タグ 'returns' は、'declare sub' 言語要素では許可されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag">
<source>XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.</source>
<target state="translated">XML ドキュメント解析エラー: 開始タグ '{0}' に対応する終了タグがありません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag_Title">
<source>XML documentation parse error: Start tag doesn't have a matching end tag</source>
<target state="translated">XML ドキュメントの解析エラーです。開始タグに対応する終了タグがありません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2">
<source>XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML コメントの型パラメーター '{0}' が対応する '{1}' ステートメント上の型パラメーターと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2_Title">
<source>XML comment type parameter does not match a type parameter on the corresponding declaration statement</source>
<target state="translated">XML コメントの型パラメーターが、対応する宣言ステートメント上の型パラメーターと一致しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName">
<source>XML comment type parameter must have a 'name' attribute.</source>
<target state="translated">XML コメントの型パラメーターには 'name' 属性を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName_Title">
<source>XML comment type parameter must have a 'name' attribute</source>
<target state="translated">XML コメントの型パラメーターには 'name' 属性がなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef">
<source>XML comment exception must have a 'cref' attribute.</source>
<target state="translated">XML コメントの例外には 'cref' 属性を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef_Title">
<source>XML comment exception must have a 'cref' attribute</source>
<target state="translated">XML コメントの例外には 'cref' 属性がなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment">
<source>Unable to include XML fragment '{0}' of file '{1}'.</source>
<target state="translated">ファイル '{1}' の XML フラグメント '{0}' を含めることができません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment_Title">
<source>Unable to include XML fragment</source>
<target state="translated">XML フラグメントを含めることができません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML">
<source>Unable to include XML fragment '{1}' of file '{0}'. {2}</source>
<target state="translated">ファイル '{0}' の XML フラグメント '{1}' を含めることができません。{2}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML_Title">
<source>Unable to include XML fragment</source>
<target state="translated">XML フラグメントを含めることができません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2">
<source>Runtime errors might occur when converting '{0}' to '{1}'.</source>
<target state="translated">'{0}' から '{1}' への変換時にランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2_Title">
<source>Runtime errors might occur when converting to or from interface type</source>
<target state="translated">インターフェイス型との間で変換を行うときにランタイム エラーが発生する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda">
<source>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.</source>
<target state="translated">ラムダ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります。代わりに、ループ内にローカル変数を作成して繰り返し変数の値を割り当ててください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda_Title">
<source>Using the iteration variable in a lambda expression may have unexpected results</source>
<target state="translated">ラムダ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler">
<source>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.</source>
<target state="translated">ラムダ式はこのイベント ハンドラーから削除されません。ラムダ式を変数に割り当て、その変数を使用してイベントを追加および削除してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler_Title">
<source>Lambda expression will not be removed from this event handler</source>
<target state="translated">ラムダ式はこのイベント ハンドラーから削除されません</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery">
<source>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.</source>
<target state="translated">クエリ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります。代わりに、ループ内にローカル変数を作成して繰り返し変数の値を割り当ててください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery_Title">
<source>Using the iteration variable in a query expression may have unexpected results</source>
<target state="translated">クエリ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler">
<source>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.</source>
<target state="translated">AddressOf' へのメソッド引数には、イベントのデリゲート型への厳密でない変換が必要です。したがって、'AddressOf' 式はこのコンテキストでは無効です。'AddressOf' 式を変数に割り当て、その変数を使用してハンドラーとしてメソッドを追加および削除してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler_Title">
<source>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</source>
<target state="translated">AddressOf' へのメソッド引数には、イベントのデリゲート型への厳密でない変換が必要です。したがって、'AddressOf' 式はこのコンテキストでは効果がありません</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl">
<source>Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.</source>
<target state="translated">型を推論できないため、範囲変数は Object 型と見なされます。'As' 句を使って異なる型を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl_Title">
<source>Range variable is assumed to be of type Object because its type cannot be inferred</source>
<target state="translated">範囲変数の型を推論できないため、Object 型であると見なされます</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingFunction">
<source>Multiline lambda expression is missing 'End Function'.</source>
<target state="translated">複数行のラムダ式に 'End Function' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingSub">
<source>Multiline lambda expression is missing 'End Sub'.</source>
<target state="translated">複数行のラムダ式に 'End Sub' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOnLambdaReturnType">
<source>Attributes cannot be applied to return types of lambda expressions.</source>
<target state="translated">ラムダ式の戻り値の型に属性を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubDisallowsStatement">
<source>Statement is not valid inside a single-line statement lambda.</source>
<target state="translated">単一行ステートメント形式のラムダの内部では有効でないステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesBang">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key</source>
<target state="translated">この単一行ステートメント形式のラムダは、かっこで囲む必要があります。例: (Sub() <ステートメント>)!key</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesDot">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke()</source>
<target state="translated">この単一行ステートメント形式のラムダは、かっこで囲む必要があります。例: (Sub() <ステートメント>).Invoke()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesLParen">
<source>This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) ()</source>
<target state="translated">この単一行ステートメント形式のラムダは、かっこで囲む必要があります。例: Call (Sub() <ステートメント>) ()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresSingleStatement">
<source>Single-line statement lambdas must include exactly one statement.</source>
<target state="translated">単一行ステートメント形式のラムダには、1 つのステートメントだけを含める必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StaticInLambda">
<source>Static local variables cannot be declared inside lambda expressions.</source>
<target state="translated">静的ローカル変数は、ラムダ式の内部では宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializedExpandedProperty">
<source>Expanded Properties cannot be initialized.</source>
<target state="translated">展開されたプロパティは初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantHaveParams">
<source>Auto-implemented properties cannot have parameters.</source>
<target state="translated">自動実装プロパティはパラメーターを持つことができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantBeWriteOnly">
<source>Auto-implemented properties cannot be WriteOnly.</source>
<target state="translated">自動実装プロパティを WriteOnly にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFCount">
<source>'If' operator requires either two or three operands.</source>
<target state="translated">'If' 演算子には 2 つまたは 3 つのオペランドが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotACollection1">
<source>Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.</source>
<target state="translated">型 '{0}' はコレクション型ではないため、コレクション初期化子で初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAddMethod1">
<source>Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.</source>
<target state="translated">型 '{0}' にはアクセス可能な 'Add' メソッドがないため、コレクション初期化子で初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCombineInitializers">
<source>An Object Initializer and a Collection Initializer cannot be combined in the same initialization.</source>
<target state="translated">オブジェクト初期化子とコレクション初期化子を同じ初期化内で組み合わせることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmptyAggregateInitializer">
<source>An aggregate collection initializer entry must contain at least one element.</source>
<target state="translated">集約コレクションの初期化子エントリには、少なくとも 1 つの要素を含める必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndElementNoMatchingStart">
<source>XML end element must be preceded by a matching start element.</source>
<target state="translated">XML 終了要素の前には、一致する開始要素が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdasCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside a lambda expression.</source>
<target state="translated">'On Error' および 'Resume' は、ラムダ式の内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceDisallowedHere">
<source>Keywords 'Out' and 'In' can only be used in interface and delegate declarations.</source>
<target state="translated">キーワード 'Out' および 'In' は、インターフェイスとデリゲートの宣言でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndCDataNotAllowedInContent">
<source>The literal string ']]>' is not allowed in element content.</source>
<target state="translated">リテラル文字列 ']]>' は要素コンテンツでは許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadsModifierInModule">
<source>Inappropriate use of '{0}' keyword in a module.</source>
<target state="translated">モジュールでの '{0}' キーワードの使い方が不適切です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedTypeOrNamespace1">
<source>Type or namespace '{0}' is not defined.</source>
<target state="translated">型または名前空間 '{0}' が定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentityDirectCastForFloat">
<source>Using DirectCast operator to cast a floating-point value to the same type is not supported.</source>
<target state="translated">DirectCast 演算子を使用して浮動小数点値を同じ型にキャストすることはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete.</source>
<target state="translated">DirectCast 演算子を使用して値型を同じ型にキャストすることは古い形式です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType_Title">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete</source>
<target state="translated">DirectCast 演算子を使用して値型を同じ型にキャストすることは古い形式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode">
<source>Unreachable code detected.</source>
<target state="translated">到達できないコードが検出されました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode_Title">
<source>Unreachable code detected</source>
<target state="translated">到達できないコードが検出されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1">
<source>Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">関数 '{0}' には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">関数が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1">
<source>Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">演算子 '{0}' には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">演算子が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1">
<source>Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">プロパティ '{0}' には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">プロパティが、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedGlobalNamespace">
<source>Global namespace may not be nested in another namespace.</source>
<target state="translated">グローバル名前空間を別の名前空間に入れ子にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatch6">
<source>'{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' は、{4} '{5}' 経由で型 '{1}' を {2} '{3}' で公開することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMetaDataReference1">
<source>'{0}' cannot be referenced because it is not a valid assembly.</source>
<target state="translated">'{0}' は有効なアセンブリでないため参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementAllAccessors">
<source>'{0}' cannot be implemented by a {1} property.</source>
<target state="translated">'{0}' は {1} プロパティにより実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMustOverride">
<source>
{0}: {1}</source>
<target state="translated">
{0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfTooManyTypesObjectDisallowed">
<source>Cannot infer a common type because more than one type is possible.</source>
<target state="translated">複数の型が考えられるため、共通型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed">
<source>Cannot infer a common type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">複数の型が考えられるため、共通型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed_Title">
<source>Cannot infer a common type because more than one type is possible</source>
<target state="translated">複数の型が考えられるため、共通型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoTypeObjectDisallowed">
<source>Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.</source>
<target state="translated">共通型を推論できません。Option Strict On が設定されているため、'Object' と見なすことはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed">
<source>Cannot infer a common type; 'Object' assumed.</source>
<target state="translated">共通型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed_Title">
<source>Cannot infer a common type</source>
<target state="translated">共通型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoType">
<source>Cannot infer a common type.</source>
<target state="translated">共通型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyFileFailure">
<source>Error extracting public key from file '{0}': {1}</source>
<target state="translated">ファイル '{0}' から公開キーを抽出しようとしてエラーが発生しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyContainerFailure">
<source>Error extracting public key from container '{0}': {1}</source>
<target state="translated">コンテナー '{0}' から公開キーを抽出しているときにエラーが発生しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefNotEqualToThis">
<source>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.</source>
<target state="translated">フレンド アクセスのアクセス権は '{0}' によって付与されますが、出力アセンブリの公開キーは、付与するアセンブリで属性によって指定される公開キーと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefSigningMismatch">
<source>Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.</source>
<target state="translated">フレンド アクセスのアクセス権は '{0}' によって付与されますが、出力アセンブリにおける厳密な名前の署名の状態が付与するアセンブリと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNoKey">
<source>Public sign was specified and requires a public key, but no public key was specified</source>
<target state="translated">公開署名が指定され、公開キーが必要ですが、公開キーが指定されませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNetModule">
<source>Public signing is not supported for netmodules.</source>
<target state="translated">netmodule では公開署名はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning">
<source>Attribute '{0}' is ignored when public signing is specified.</source>
<target state="translated">公開署名が指定されると、属性 '{0}' は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning_Title">
<source>Attribute is ignored when public signing is specified.</source>
<target state="translated">公開署名が指定されると、属性は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey">
<source>Delay signing was specified and requires a public key, but no public key was specified.</source>
<target state="translated">遅延署名が指定されたため、公開キーが必要ですが、公開キーが指定されませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey_Title">
<source>Delay signing was specified and requires a public key, but no public key was specified</source>
<target state="translated">遅延署名が指定されたため、公開キーが必要ですが、公開キーが指定されませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_SignButNoPrivateKey">
<source>Key file '{0}' is missing the private key needed for signing.</source>
<target state="translated">キー ファイル '{0}' には、署名に必要な秘密キーがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FailureSigningAssembly">
<source>Error signing assembly '{0}': {1}</source>
<target state="translated">アセンブリ署名のエラー '{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat">
<source>The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]</source>
<target state="translated">指定されたバージョン文字列が必要な形式 (major[.minor[.build|*[.revision|*]]]) に従っていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定したバージョン文字列は、推奨される形式 (major.minor.build.revision) に従っていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat_Title">
<source>The specified version string does not conform to the recommended format</source>
<target state="translated">指定されたバージョン文字列が、推奨される形式に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat2">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定したバージョン文字列は、推奨される形式 (major.minor.build.revision) に従っていません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCultureForExe">
<source>Executables cannot be satellite assemblies; culture should always be empty</source>
<target state="translated">実行可能ファイルをサテライト アセンブリにできません。カルチャは常に空でなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored">
<source>The entry point of the program is global script code; ignoring '{0}' entry point.</source>
<target state="translated">プログラムのエントリ ポイントは、グローバル スクリプト コードです。エントリ ポイント '{0}' を無視します。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored_Title">
<source>The entry point of the program is global script code; ignoring entry point</source>
<target state="translated">プログラムのエントリ ポイントは、グローバル スクリプト コードです。エントリ ポイントを無視します</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName">
<source>The xmlns attribute has special meaning and should not be written with a prefix.</source>
<target state="translated">xmlns 属性には特別な意味があるため、プレフィックスを付けて記述してはなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName_Title">
<source>The xmlns attribute has special meaning and should not be written with a prefix</source>
<target state="translated">xmlns 属性には特別な意味があるため、プレフィックスを付けて記述してはなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName">
<source>It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?</source>
<target state="translated">属性に xmlns という名前を付けることは勧められていません。'xmlns:{0}' と記述して '{0}' という名前のプレフィックスを定義するつもりでしたか?</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName_Title">
<source>It is not recommended to have attributes named xmlns</source>
<target state="translated">xmlns という名前の属性を設定しないでください</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSingleScript">
<source>Expected a single script (.vbx file)</source>
<target state="translated">単一のスクリプトが必要です(.vbx ファイル)</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedAssemblyName">
<source>The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session</source>
<target state="translated">アセンブリ名 '{0}' は予約されており、対話形式のセッションで参照として使用することはできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceDirectiveOnlyAllowedInScripts">
<source>#R is only allowed in scripts</source>
<target state="translated">#R はスクリプトのみで使用できます</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAllowedInScript">
<source>You cannot declare Namespace in script code</source>
<target state="translated">スクリプトコードでは名前空間を宣言できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_KeywordNotAllowedInScript">
<source>You cannot use '{0}' in top-level script code</source>
<target state="translated">トップ レベル スクリプト コードでは '{0}' を使用できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoType">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">戻り値の型を推論できません。'As' 句を追加して戻り値の型を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed">
<source>Cannot infer a return type; 'Object' assumed.</source>
<target state="translated">戻り値の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed_Title">
<source>Cannot infer a return type</source>
<target state="translated">戻り値の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed">
<source>Cannot infer a return type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">複数の型が考えられるため、戻り値の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed_Title">
<source>Cannot infer a return type because more than one type is possible</source>
<target state="translated">複数の型が考えられるため、戻り値の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoTypeObjectDisallowed">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">戻り値の型を推論できません。'As' 句を追加して戻り値の型を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaTooManyTypesObjectDisallowed">
<source>Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">複数の型が考えられるため、戻り値の型を推論できません。'As' 句を追加して戻り値の型を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch">
<source>The command line switch '{0}' is not yet implemented and was ignored.</source>
<target state="translated">コマンド ライン スイッチ '{0}' はまだ実装されていないため、無視されました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch_Title">
<source>Command line switch is not yet implemented</source>
<target state="translated">コマンド ライン スイッチはまだ実装されていません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoTypeObjectDisallowed">
<source>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.</source>
<target state="translated">要素の型を推論できません。Option Strict On が設定されているため、'Object' と見なすことはできません。配列の型を指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoType">
<source>Cannot infer an element type. Specifying the type of the array might correct this error.</source>
<target state="translated">要素の型を推論できません。配列の型を指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitTooManyTypesObjectDisallowed">
<source>Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.</source>
<target state="translated">複数の型が考えられるため、要素の型を推論できません。配列の型を指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed">
<source>Cannot infer an element type; 'Object' assumed.</source>
<target state="translated">要素の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed_Title">
<source>Cannot infer an element type</source>
<target state="translated">要素の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed">
<source>Cannot infer an element type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">複数の型が考えられるため、要素の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed_Title">
<source>Cannot infer an element type because more than one type is possible</source>
<target state="translated">複数の型が考えられるため、要素の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3">
<source>Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.</source>
<target state="translated">'{1}' 内にある '{0}' のデータ型を推論できませんでした。'{2}' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3_Title">
<source>Data type could not be inferred</source>
<target state="translated">データ型を推論できませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousCastConversion2">
<source>Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.</source>
<target state="translated">変換があいまいなため、Option Strict On では '{0}' から '{1}' への暗黙的な変換が許可されません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2">
<source>Conversion from '{0}' to '{1}' may be ambiguous.</source>
<target state="translated">'{0}' から '{1}' への変換はあいまいな可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2_Title">
<source>Conversion may be ambiguous</source>
<target state="translated">変換があいまいな可能性があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{2}' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{2}' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3_Title">
<source>Type cannot be converted to target collection type</source>
<target state="translated">型を、対象のコレクション型に変換できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedIn6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'{3}' の 'In' ジェネリック パラメーター '{2}' に対しては '{0}' が '{1}' から派生する必要がありますが、派生していないため、'{4}' を '{5}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedOut6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'{3}' の 'Out' ジェネリック パラメーター '{2}' に対しては '{0}' が '{1}' から派生する必要がありますが、派生していないため、'{4}' を '{5}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6">
<source>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}'.</source>
<target state="translated">'{4}' から '{5}' への暗黙の型変換です。'{0}' は、'{3}' の 'In' ジェネリック パラメーター '{2}' に求められるように '{1}' から派生していないため、この変換は失敗する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter</source>
<target state="translated">暗黙的な変換です。対象の型は元の型からは派生しないため ('In' ジェネリック パラメーターにはこの派生が必須)、この変換は失敗する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6">
<source>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}'.</source>
<target state="translated">'{4}' から '{5}' への暗黙の型変換です。'{0}' は、'{3}' の 'Out' ジェネリック パラメーター '{2}' に求められるように '{1}' から派生していないため、この変換は失敗する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter</source>
<target state="translated">暗黙的な変換です。対象の型は元の型からは派生しないため ('Out' ジェネリック パラメーターにはこの派生が必須)、この変換は失敗する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を In 型パラメーター 'In {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を Out 型パラメーター 'Out {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を In 型パラメーター 'In {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">型を対象の型に変換できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を Out 型パラメーター 'Out {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">型を対象の型に変換できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3">
<source>Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.</source>
<target state="translated">インターフェイス '{0}' は、'{2}' の 'In' および 'Out' パラメーターが原因で、実装されている別のインターフェイス '{1}' に対してあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3_Title">
<source>Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters</source>
<target state="translated">インターフェイスは、'In' パラメーターと 'Out' パラメーターが原因で、別の実装されたインターフェイスとあいまいです</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInterfaceNesting">
<source>Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.</source>
<target state="translated">In' または 'Out' の型パラメーターを持つインターフェイス内では、列挙体、クラス、および構造体を宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VariancePreventsSynthesizedEvents2">
<source>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 ...)'.</source>
<target state="translated">In' または 'Out' 型のパラメーターを持つ '{0}' のようなインターフェイスでは、パラメーターを使用したイベント定義は許可されません。'{0}' 内で定義されていないデリゲート型を使用してイベントを宣言することを検討してください (例: 'Event {1} As Action(Of ...)')。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInByRefDisallowed1">
<source>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.</source>
<target state="translated">In' および 'Out' 型パラメーターを ByRef パラメーター型に使用することはできず、'{0}' は 'In' 型パラメーターであるため、型 '{0}' をこのコンテキストで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.</source>
<target state="translated">型 '{0}' は '{1}' 内では使用できません。'{0}' は 'In' 型のパラメーターですが、'In' および 'Out' 型のパラメーターは Null 許容型にはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストでは型 '{0}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストで '{2}' の '{1}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストの '{1}' で型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストで '{1}' 内の '{3}' の '{2}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInPropertyDisallowed1">
<source>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.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであり、プロパティは WriteOnly として指定されていないため、このコンテキストでは型 '{0}' をプロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReadOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、型 '{0}' を ReadOnly プロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReturnDisallowed1">
<source>Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、型 '{0}' を戻り値の型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByRefDisallowed1">
<source>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.</source>
<target state="translated">In' および 'Out' 型パラメーターを ByRef パラメーター型に使用することはできず、'{0}' は 'Out' 型パラメーターであるため、型 '{0}' をこのコンテキストで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByValDisallowed1">
<source>Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、型 '{0}' を ByVal パラメーター型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutConstraintDisallowed1">
<source>Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、型 '{0}' をジェネリック型の制約として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.</source>
<target state="translated">型 '{0}' は '{1}' 内では使用できません。'{0}' は 'Out' 型のパラメーターですが、'In' および 'Out' 型のパラメーターは Null 許容型にはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストでは型 '{0}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストで '{2}' の '{1}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストの '{1}' で型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストで '{1}' 内の '{3}' の '{2}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutPropertyDisallowed1">
<source>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.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであり、プロパティは ReadOnly として指定されていないため、このコンテキストでは型 '{0}' をプロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutWriteOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、型 '{0}' を WriteOnly プロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowed2">
<source>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}'.</source>
<target state="translated">このコンテキストでは型 '{0}' を使用できません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedForGeneric4">
<source>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}'.</source>
<target state="translated">このコンテキストでは、'{3}' 内の '{2}' に型 '{0}' を使用することはできません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHere3">
<source>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}'.</source>
<target state="translated">このコンテキストでは、型 '{0}' を '{2}' 内で使用することはできません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHereForGeneric5">
<source>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}'.</source>
<target state="translated">このコンテキストでは、'{2}' 内の '{4}' の '{3}' に型 '{0}' を使用することはできません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterNotValidForType">
<source>Parameter not valid for the specified unmanaged type.</source>
<target state="translated">パラメーターは指定されたアンマネージ型に対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeNotValidForFields">
<source>Unmanaged type '{0}' not valid for fields.</source>
<target state="translated">アンマネージ型 '{0}' はフィールドに対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeOnlyValidForFields">
<source>Unmanaged type '{0}' is only valid for fields.</source>
<target state="translated">アンマネージ型 '{0}' はフィールドに対してのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired1">
<source>Attribute parameter '{0}' must be specified.</source>
<target state="translated">属性パラメーター '{0}' を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired2">
<source>Attribute parameter '{0}' or '{1}' must be specified.</source>
<target state="translated">属性パラメーター '{0}' または '{1}' を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberConflictWithSynth4">
<source>Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.</source>
<target state="translated">{2} '{3}' の '{1}' に対して暗黙的に宣言された '{0}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ProjectSettingsLocationName">
<source><project settings></source>
<target state="translated"><プロジェクトの設定></target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty">
<source>Attributes applied on a return type of a WriteOnly Property have no effect.</source>
<target state="translated">WriteOnly プロパティの戻り値の型に適用される属性は無効となります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title">
<source>Attributes applied on a return type of a WriteOnly Property have no effect</source>
<target state="translated">WriteOnly プロパティの戻り値の型に適用される属性には効果がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidTarget">
<source>Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.</source>
<target state="translated">セキュリティ属性 '{0}' はこの宣言型では無効です。セキュリティ属性は、アセンブリ、型、メソッドの宣言でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AbsentReferenceToPIA1">
<source>Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?</source>
<target state="translated">埋め込み型 '{0}' に一致する相互運用機能型が見つかりません。アセンブリ参照が不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLinkClassWithNoPIA1">
<source>Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.</source>
<target state="translated">クラス '{0}' への参照は、そのアセンブリが相互運用機能型を埋め込むように構成されている場合には許可されません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidStructMemberNoPIA1">
<source>Embedded interop structure '{0}' can contain only public instance fields.</source>
<target state="translated">相互運用機能の埋め込み構造体 '{0}' には、パブリック インスタンス フィールドのみを含めることができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPIAAttributeMissing2">
<source>Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.</source>
<target state="translated">相互運用型 '{0}' は、必須の '{1}' 属性がないため、埋め込むことができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoAssemblyGuid1">
<source>Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.</source>
<target state="translated">アセンブリ '{0}' に '{1}' 属性が指定されていないため、このアセンブリから相互運用型を埋め込むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalTypes3">
<source>Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.</source>
<target state="translated">アセンブリ '{1}' と '{2}' の両方で見つかった相互運用機能型 '{0}' を埋め込むことができません。相互運用機能型の無効化を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoTypeLibAttribute1">
<source>Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.</source>
<target state="translated">アセンブリ '{0}' には '{1}' 属性または '{2}' 属性が指定されていないため、このアセンブリから相互運用型を埋め込むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceInterfaceMustBeInterface">
<source>Interface '{0}' has an invalid source interface which is required to embed event '{1}'.</source>
<target state="translated">イベント '{1}' の埋め込みに必要な、インターフェイス '{0}' のソース インターフェイスが無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNoPIANoBackingMember">
<source>Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.</source>
<target state="translated">ソース インターフェイス '{0}' にはイベント '{2}' の埋め込みに必要なメソッド '{1}' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedInteropType">
<source>Nested type '{0}' cannot be embedded.</source>
<target state="translated">入れ子にされた型 '{0}' を埋め込むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalTypeNameClash2">
<source>Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.</source>
<target state="translated">アセンブリ '{1}' から相互運用機能型 '{0}' を埋め込むと、現在のアセンブリで名前の競合が発生します。相互運用機能型の埋め込みの無効化を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InteropMethodWithBody1">
<source>Embedded interop method '{0}' contains a body.</source>
<target state="translated">埋め込み相互運用メソッド '{0}' には本体が含まれます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncInQuery">
<source>'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.</source>
<target state="translated">'Await' は、最初の 'From' 句の最初のコレクション式内、または 'Join' 句のコレクション式内のクエリ式でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGetAwaiterMethod1">
<source>'Await' requires that the type '{0}' have a suitable GetAwaiter method.</source>
<target state="translated">'Await' では、型 '{0}' に適切な GetAwaiter メソッドが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIsCompletedOnCompletedGetResult2">
<source>'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.</source>
<target state="translated">'await' を使用するには、'{1}.GetAwaiter()' の戻り値の型 '{0}' に IsCompleted、OnCompleted、および GetResult の適切なメンバーが含まれ、INotifyCompletion または ICriticalNotifyCompletion が実装されている必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoesntImplementAwaitInterface2">
<source>'{0}' does not implement '{1}'.</source>
<target state="translated">'{0}' は '{1}' を実装していません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNothing">
<source>Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.</source>
<target state="translated">Nothing を待つことはできません。'Task.Yield()' を待つことを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncByRefParam">
<source>Async methods cannot have ByRef parameters.</source>
<target state="translated">Async メソッドに ByRef パラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAsyncIteratorModifiers">
<source>'Async' and 'Iterator' modifiers cannot be used together.</source>
<target state="translated">'Async' 修飾子と 'Iterator' 修飾子を同時に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadResumableAccessReturnVariable">
<source>The implicit return variable of an Iterator or Async method cannot be accessed.</source>
<target state="translated">Iterator メソッドまたは Async メソッドの暗黙的な戻り変数にアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonGenericTaskAsync">
<source>'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)'.</source>
<target state="translated">'この Async メソッドの 'Return' ステートメントは、関数の戻り値の型が 'Task' であるため、値を返すことができません。関数の戻り値の型を 'Task(Of T)' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturnOperand1">
<source>Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.</source>
<target state="translated">これは非同期メソッドであるため、return 式は 'Task(Of {0})' ではなく '{0}' 型である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturn">
<source>The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).</source>
<target state="translated">Async' 修飾子は、Sub と、Task または Task(Of T) を返す Function でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAwaitAsyncSub1">
<source>'{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.</source>
<target state="translated">'{0}' はタスクを返さないため、Await できません。Async Function への変更を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLambdaModifier">
<source>'Only the 'Async' or 'Iterator' modifier is valid on a lambda.</source>
<target state="translated">'ラムダでは 'Async' 修飾子または 'Iterator' 修飾子のみが有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncMethod">
<source>'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})'.</source>
<target state="translated">'Await' は、非同期メソッド内でのみ使用できます。このメソッドに 'Async' 修飾子を指定して、その戻り値の型を 'Task(Of {0})' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncVoidMethod">
<source>'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.</source>
<target state="translated">'Await' は、非同期メソッド内でのみ使用できます。このメソッドに 'Async' 修飾子を指定して、その戻り値の型を 'Task' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncLambda">
<source>'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.</source>
<target state="translated">'Await' は、非同期ラムダ式内でのみ使用できます。このラムダ式に 'Async' 修飾子を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNotInAsyncMethodOrLambda">
<source>'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.</source>
<target state="translated">'Await' は、'Async' 修飾子が設定されているメソッドまたはラムダ式に含まれている場合にのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StatementLambdaInExpressionTree">
<source>Statement lambdas cannot be converted to expression trees.</source>
<target state="translated">ステートメント形式のラムダを式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression">
<source>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.</source>
<target state="translated">この呼び出しは待機されなかったため、現在のメソッドの実行は呼び出しの完了を待たずに続行されます。呼び出しの結果に Await 演算子を適用することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression_Title">
<source>Because this call is not awaited, execution of the current method continues before the call is completed</source>
<target state="translated">この呼び出しは待機されなかったため、現在のメソッドの実行は呼び出しの完了を待たずに続行されます</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotAwait">
<source>Loop control variable cannot include an 'Await'.</source>
<target state="translated">ループ制御変数に 'Await' を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticInitializerInResumable">
<source>Static variables cannot appear inside Async or Iterator methods.</source>
<target state="translated">Static 変数は、Async メソッドまたは Iterator メソッドの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedResumableType1">
<source>'{0}' cannot be used as a parameter type for an Iterator or Async method.</source>
<target state="translated">'{0}' を Iterator メソッドまたは Async メソッドのパラメーター型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorAsync">
<source>Constructor must not have the 'Async' modifier.</source>
<target state="translated">コンストラクターに 'Async' 修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustNotBeAsync1">
<source>'{0}' cannot be declared 'Partial' because it has the 'Async' modifier.</source>
<target state="translated">'Async' 修飾子があるため、'{0}' は 'Partial' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumablesCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside async or iterator methods.</source>
<target state="translated">'On Error' および 'Resume' は、Async または Iterator メソッドの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumableLambdaInExpressionTree">
<source>Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.</source>
<target state="translated">Async' 修飾子または 'Iterator' 修飾子を含むラムダを式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeResumable1">
<source>Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.</source>
<target state="translated">制限がある型 '{0}' の変数を Async メソッドまたは Iterator メソッドで宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInTryHandler">
<source>'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.</source>
<target state="translated">'Await' は、'Catch' ステートメント、'Finally' ステートメント、または 'SyncLock' ステートメントの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits">
<source>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.</source>
<target state="translated">この Async メソッドには 'Await' 演算子がないため、同期で実行されます。ブロック不可の API 呼び出しを待つには 'Await' 演算子を、バックグラウンド スレッドに CPU 主体の操作をするには 'Await Task.Run(...)' を使用することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits_Title">
<source>This async method lacks 'Await' operators and so will run synchronously</source>
<target state="translated">この非同期メソッドには 'Await' 演算子がないため、同期的に実行されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate">
<source>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.</source>
<target state="translated">この Async Function から返されたタスクは削除され、例外は無視されます。例外が伝播されるように、Async Sub への変更を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate_Title">
<source>The Task returned from this Async Function will be dropped, and any exceptions in it ignored</source>
<target state="translated">この Async Function から返されたタスクは削除され、その中の例外は無視されます</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsyncInClassOrStruct">
<source>Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.</source>
<target state="translated">SecurityCritical' または 'SecuritySafeCritical' 属性を持つ [Class|Structure|Interface|Module] では、Async メソッドおよび Iterator メソッドを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsync">
<source>Security attribute '{0}' cannot be applied to an Async or Iterator method.</source>
<target state="translated">セキュリティ属性 '{0}' を Async メソッドまたは Iterator メソッドに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnResumableMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は Async メソッドまたは Iterator メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynchronizedAsyncMethod">
<source>'MethodImplOptions.Synchronized' cannot be applied to an Async method.</source>
<target state="translated">'MethodImplOptions.Synchronized' は Async メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsyncSubMain">
<source>The 'Main' method cannot be marked 'Async'.</source>
<target state="translated">Main' メソッドを 'Async' に設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction">
<source>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.</source>
<target state="translated">ここにある一部のオーバーロードは Async Sub ではなく Async Function を受け取ります。Async Function を使用するか、この Async Sub を目的の型に明示的にキャストすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction_Title">
<source>Some overloads here take an Async Function rather than an Async Sub</source>
<target state="translated">ここにある一部のオーバーロードは Async Sub ではなく Async Function を受け取ります</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyGroupCollectionAttributeCycle">
<source>MyGroupCollectionAttribute cannot be applied to itself.</source>
<target state="translated">MyGroupCollectionAttribute をそれ自体に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LiteralExpected">
<source>Literal expected.</source>
<target state="translated">リテラルが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WinRTEventWithoutDelegate">
<source>Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.</source>
<target state="translated">WinMD を対象とするイベント宣言は、デリゲート型を指定する必要があります。イベント宣言に As 句を追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MixingWinRTAndNETEvents">
<source>Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'</source>
<target state="translated">イベント '{0}' は Windows ランタイム イベント '{1}' と通常の .NET イベント '{2}' を実装できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplRemoveHandlerParamWrong">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.</source>
<target state="translated">RemoveHandler' メソッドのパラメーターが一致しないため、イベント '{0}' はインターフェイス '{2}' 上のイベント '{1}' を実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddParamWrongForWinRT">
<source>The type of the 'AddHandler' method's parameter must be the same as the type of the event.</source>
<target state="translated">AddHandler' メソッドのパラメーターの型は、イベントの型と同じであることが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RemoveParamWrongForWinRT">
<source>In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'</source>
<target state="translated">Windows ランタイム イベントでは、'RemoveHandler' メソッド パラメーターの型を 'EventRegistrationToken' にする必要があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface5">
<source>'{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed</source>
<target state="translated">'implements {2}' からの '{1}.{0}' は、基底クラス '{3}' によって既に実装されているため、Windows ランタイム インターフェイス '{4}' をさらに実装することはできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface4">
<source>'{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed</source>
<target state="translated">'{0}.{1}' は、基底クラス '{2}' によって既に実装されているため、Windows ランタイム インターフェイス '{3}' をさらに実装することはできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorByRefParam">
<source>Iterator methods cannot have ByRef parameters.</source>
<target state="translated">Iterator メソッドに ByRef パラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorExpressionLambda">
<source>Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.</source>
<target state="translated">単一行のラムダに 'Iterator' 修飾子を指定することはできません。複数行のラムダを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorReturn">
<source>Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.</source>
<target state="translated">Iterator 関数では、IEnumerable(Of T) または IEnumerator(Of T)、あるいは非ジェネリック形式の IEnumerable または IEnumerator を返す必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadReturnValueInIterator">
<source>To return a value from an Iterator function, use 'Yield' rather than 'Return'.</source>
<target state="translated">値を Iterator 関数から返すには、'Return' ではなく 'Yield' を使用します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInNonIteratorMethod">
<source>'Yield' can only be used in a method marked with the 'Iterator' modifier.</source>
<target state="translated">'Yield' は、'Iterator' 修飾子が設定されているメソッドにのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInTryHandler">
<source>'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.</source>
<target state="translated">'Yield' は、'Catch' ステートメントまたは 'Finally' ステートメントの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1">
<source>The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">Windows ランタイム イベント '{0}' の AddHandler には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1_Title">
<source>The AddHandler for Windows Runtime event doesn't return a value on all code paths</source>
<target state="translated">Windows ランタイム イベントの AddHandler が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodDefaultParameterValueMismatch2">
<source>Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">メソッド '{0}' の省略可能なパラメーターの既定値が、部分メソッド '{1}' の対応するパラメーターと同じではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamArrayMismatch2">
<source>Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">メソッド '{0}' のパラメーターが、ParamArray 修飾子において部分メソッド '{1}' の対応するパラメーターと異なっています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMismatch">
<source>Module name '{0}' stored in '{1}' must match its filename.</source>
<target state="translated">'{1}' に格納されているモジュール名 '{0}' はファイル名と一致する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleName">
<source>Invalid module name: {0}</source>
<target state="translated">無効なモジュール名: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden">
<source>Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.</source>
<target state="translated">ソースに表示されるインスタンスが優先されるため、モジュール '{1}' からの属性 '{0}' は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden_Title">
<source>Attribute from module will be ignored in favor of the instance appearing in source</source>
<target state="translated">ソースに現れるインスタンスを優先して、モジュールからの属性は無視されます</target>
<note />
</trans-unit>
<trans-unit id="ERR_CmdOptionConflictsSource">
<source>Attribute '{0}' given in a source file conflicts with option '{1}'.</source>
<target state="translated">ソース ファイルで指定された属性 '{0}' はオプション '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName">
<source>Referenced assembly '{0}' does not have a strong name.</source>
<target state="translated">参照アセンブリ '{0}' には厳密な名前がありません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName_Title">
<source>Referenced assembly does not have a strong name</source>
<target state="translated">参照されているアセンブリには、厳密な名前がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSignaturePublicKey">
<source>Invalid signature public key specified in AssemblySignatureKeyAttribute.</source>
<target state="translated">無効な署名公開キーが AssemblySignatureKeyAttribute で指定されました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CollisionWithPublicTypeInModule">
<source>Type '{0}' conflicts with public type defined in added module '{1}'.</source>
<target state="translated">型 '{0}' は、追加されたモジュール '{1}' で定義されたパブリック型と競合します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypeConflictsWithDeclaration">
<source>Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">モジュール '{1}' からエクスポートされた型 '{0}' は、このアセンブリのプライマリ モジュールで宣言した型と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypesConflict">
<source>Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">モジュール '{1}' からエクスポートされた型 '{0}' は、モジュール '{3}' からエクスポートされた型 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch">
<source>Referenced assembly '{0}' has different culture setting of '{1}'.</source>
<target state="translated">参照アセンブリ '{0}' には '{1}' の異なるカルチャ設定があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch_Title">
<source>Referenced assembly has different culture setting</source>
<target state="translated">参照されているアセンブリのカルチャ設定が異なります</target>
<note />
</trans-unit>
<trans-unit id="ERR_AgnosticToMachineModule">
<source>Agnostic assembly cannot have a processor specific module '{0}'.</source>
<target state="translated">不明なアセンブリにプロセッサ固有モジュール '{0}' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingMachineModule">
<source>Assembly and module '{0}' cannot target different processors.</source>
<target state="translated">アセンブリとモジュール '{0}' で異なるプロセッサを対象にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly">
<source>Referenced assembly '{0}' targets a different processor.</source>
<target state="translated">参照アセンブリ '{0}' は、異なるプロセッサをターゲットにしています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly_Title">
<source>Referenced assembly targets a different processor</source>
<target state="translated">参照アセンブリが異なるプロセッサを対象にしています</target>
<note />
</trans-unit>
<trans-unit id="ERR_CryptoHashFailed">
<source>Cryptographic failure while creating hashes.</source>
<target state="translated">ハッシュを生成中に暗号化に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantHaveWin32ResAndManifest">
<source>Conflicting options specified: Win32 resource file; Win32 manifest.</source>
<target state="translated">競合するオプションが指定されました: Win32 リソース ファイル、Win32 マニフェスト。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithDeclaration">
<source>Forwarded type '{0}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">転送された型 '{0}' は、このアセンブリのプライマリ モジュールで宣言した型と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypesConflict">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.</source>
<target state="translated">アセンブリ '{1}' に転送された型 '{0}' は、アセンブリ '{3}' に転送された型 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongMetadataName">
<source>Name '{0}' exceeds the maximum length allowed in metadata.</source>
<target state="translated">名前 '{0}' が、メタデータで許可されている最大文字数を超えています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNetModuleReference">
<source>Reference to '{0}' netmodule missing.</source>
<target state="translated">'{0}' netmodule への参照がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMustBeUnique">
<source>Module '{0}' is already defined in this assembly. Each module must have a unique filename.</source>
<target state="translated">モジュール '{0}' は既にこのアセンブリに定義されています。各モジュールには一意のファイル名がある必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithExportedType">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">アセンブリ '{1}' に転送された型 '{0}' は、モジュール '{3}' からエクスポートされた型 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDREFERENCE">
<source>Adding assembly reference '{0}'</source>
<target state="translated">アセンブリ参照 '{0}' を追加中</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDLINKREFERENCE">
<source>Adding embedded assembly reference '{0}'</source>
<target state="translated">埋め込みアセンブリ参照 '{0}' を追加しています</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDMODULE">
<source>Adding module reference '{0}'</source>
<target state="translated">モジュール参照 '{0}' を追加中</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestingViolatesCLS1">
<source>Type '{0}' does not inherit the generic type parameters of its container.</source>
<target state="translated">型 '{0}' は、そのコンテナーのジェネリック型パラメーターを継承しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PDBWritingFailed">
<source>Failure writing debug information: {0}</source>
<target state="translated">デバッグ情報の書き込みエラーです: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamDefaultValueDiffersFromAttribute">
<source>The parameter has multiple distinct default values.</source>
<target state="translated">パラメーターに複数の異なる既定値があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldHasMultipleDistinctConstantValues">
<source>The field has multiple distinct constant values.</source>
<target state="translated">フィールドに複数の異なる定数値があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncNoPIAReference">
<source>Cannot continue since the edit includes a reference to an embedded type: '{0}'.</source>
<target state="translated">編集に埋め込み型の '{0}' への参照が含まれるため続行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncReferenceToAddedMember">
<source>Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.</source>
<target state="translated">現在のデバッグ セッション中に追加されたメンバー '{0}' には、宣言しているアセンブリ '{1}' からのみアクセスできます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedModule1">
<source>'{0}' is an unsupported .NET module.</source>
<target state="translated">'{0}' は、サポートされていない .NET モジュールです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedEvent1">
<source>'{0}' is an unsupported event.</source>
<target state="translated">'{0}' のイベントはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesCanNotHaveTypeArguments">
<source>Properties can not have type arguments</source>
<target state="translated">プロパティは型引数を持てません</target>
<note />
</trans-unit>
<trans-unit id="IdentifierSyntaxNotWithinSyntaxTree">
<source>IdentifierSyntax not within syntax tree</source>
<target state="translated">IdentifierSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="AnonymousObjectCreationExpressionSyntaxNotWithinTree">
<source>AnonymousObjectCreationExpressionSyntax not within syntax tree</source>
<target state="translated">AnonymousObjectCreationExpressionSyntax が構文ツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="FieldInitializerSyntaxNotWithinSyntaxTree">
<source>FieldInitializerSyntax not within syntax tree</source>
<target state="translated">FieldInitializerSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="IDS_TheSystemCannotFindThePathSpecified">
<source>The system cannot find the path specified</source>
<target state="translated">指定されたパスが見つかりません</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoPointerTypesInVB">
<source>There are no pointer types in VB.</source>
<target state="translated">VB にポインター型はありません。</target>
<note />
</trans-unit>
<trans-unit id="ThereIsNoDynamicTypeInVB">
<source>There is no dynamic type in VB.</source>
<target state="translated">VB に動的な型はありません。</target>
<note />
</trans-unit>
<trans-unit id="VariableSyntaxNotWithinSyntaxTree">
<source>variableSyntax not within syntax tree</source>
<target state="translated">variableSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="AggregateSyntaxNotWithinSyntaxTree">
<source>AggregateSyntax not within syntax tree</source>
<target state="translated">AggregateSyntax が構文ツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="FunctionSyntaxNotWithinSyntaxTree">
<source>FunctionSyntax not within syntax tree</source>
<target state="translated">FunctionSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="PositionIsNotWithinSyntax">
<source>Position is not within syntax tree</source>
<target state="translated">位置が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="RangeVariableSyntaxNotWithinSyntaxTree">
<source>RangeVariableSyntax not within syntax tree</source>
<target state="translated">RangeVariableSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinSyntaxTree">
<source>DeclarationSyntax not within syntax tree</source>
<target state="translated">DeclarationSyntax が構文ツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="StatementOrExpressionIsNotAValidType">
<source>StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax</source>
<target state="translated">StatementOrExpression は、ExecutableStatementSyntax や ExpressionSyntax ではありません</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinTree">
<source>DeclarationSyntax not within tree</source>
<target state="translated">DeclarationSyntax がツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="TypeParameterNotWithinTree">
<source>TypeParameter not within tree</source>
<target state="translated">TypeParameter がツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="NotWithinTree">
<source> not within tree</source>
<target state="translated"> ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="LocationMustBeProvided">
<source>Location must be provided in order to provide minimal type qualification.</source>
<target state="translated">提供される型の修飾子を最小にするため、場所を提供する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="SemanticModelMustBeProvided">
<source>SemanticModel must be provided in order to provide minimal type qualification.</source>
<target state="translated">最小限の型修飾子を提供するには、SemanticModel が必要です。</target>
<note />
</trans-unit>
<trans-unit id="NumberOfTypeParametersAndArgumentsMustMatch">
<source>the number of type parameters and arguments should be the same</source>
<target state="translated">型パラメーターと引数の数を同じにする必要があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResourceInModule">
<source>Cannot link resource files when building a module</source>
<target state="translated">モジュールをビルド中にリソース ファイルにリンクできません</target>
<note />
</trans-unit>
<trans-unit id="NotAVbSymbol">
<source>Not a VB symbol.</source>
<target state="translated">VB シンボルではありません。</target>
<note />
</trans-unit>
<trans-unit id="ElementsCannotBeNull">
<source>Elements cannot be null.</source>
<target state="translated">要素を null にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause">
<source>Unused import clause.</source>
<target state="translated">未使用のインポート句です。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement">
<source>Unused import statement.</source>
<target state="translated">未使用のインポート ステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="WrongSemanticModelType">
<source>Expected a {0} SemanticModel.</source>
<target state="translated">{0} の SemanticModel が必要です。</target>
<note />
</trans-unit>
<trans-unit id="PositionNotWithinTree">
<source>Position must be within span of the syntax tree.</source>
<target state="translated">場所は、構文ツリーのスパン内にある必要があります。</target>
<note />
</trans-unit>
<trans-unit id="SpeculatedSyntaxNodeCannotBelongToCurrentCompilation">
<source>Syntax node to be speculated cannot belong to a syntax tree from the current compilation.</source>
<target state="translated">推測される構文ノードは、現在のコンパイルの構文ツリーに属することができません。</target>
<note />
</trans-unit>
<trans-unit id="ChainingSpeculativeModelIsNotSupported">
<source>Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.</source>
<target state="translated">予測セマンティック モデルのチェーンはサポートしていません。非予測 ParentModel から予測モデルを作成する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ToolName">
<source>Microsoft (R) Visual Basic Compiler</source>
<target state="translated">Microsoft (R) Visual Basic Compiler</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine1">
<source>{0} version {1}</source>
<target state="translated">{0} バージョン {1}</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">Copyright (C) Microsoft Corporation. All rights reserved.</target>
<note />
</trans-unit>
<trans-unit id="IDS_LangVersions">
<source>Supported language versions:</source>
<target state="translated">サポートされる言語バージョン:</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong">
<source>Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">ローカル名 '{0}' は PDB に対して長すぎます。短縮するか、/debug なしでコンパイルすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong_Title">
<source>Local name is too long for PDB</source>
<target state="translated">PDB のローカル名が長すぎます</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong">
<source>Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">インポート文字列 '{0}' は PDB にとって長すぎます。短縮するか、デバッグなしでコンパイルすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong_Title">
<source>Import string is too long for PDB</source>
<target state="translated">PDB のインポート文字列が長すぎます</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter">
<source>XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.</source>
<target state="translated">XML コメントには、型パラメーターにバインドされた 'cref' 属性 '{0}' を伴うタグがあります。代わりに <typeparamref> タグを使ってください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter_Title">
<source>XML comment has a tag with a 'cref' attribute that bound to a type parameter</source>
<target state="translated">XML コメントに、型パラメーターにバインドされた 'cref' 属性が指定されたタグが含まれています</target>
<note />
</trans-unit>
<trans-unit id="ERR_LinkedNetmoduleMetadataMustProvideFullPEImage">
<source>Linked netmodule metadata must provide a full PE image: '{0}'.</source>
<target state="translated">リンクされた netmodule メタデータには完全な PE イメージ '{0}' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated">
<source>An instance of analyzer {0} cannot be created from {1} : {2}.</source>
<target state="translated">アナライザー {0} のインスタンスは {1} ({2}) から作成できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated_Title">
<source>Instance of analyzer cannot be created</source>
<target state="translated">アナライザーのインスタンスを作成できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">アセンブリ {0} にアナライザーは含まれていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly_Title">
<source>Assembly does not contain any analyzers</source>
<target state="translated">アセンブリに、アナライザーが含まれていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer">
<source>Unable to load analyzer assembly {0} : {1}.</source>
<target state="translated">アナライザー アセンブリ {0} を読み込めませんでした: {1}。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer_Title">
<source>Unable to load analyzer assembly</source>
<target state="translated">アナライザーのアセンブリを読み込むことができません</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer">
<source>Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.</source>
<target state="translated">ReflectionTypeLoadException ({1}) のため、アナライザー アセンブリ {0} の一部の型をスキップしています。</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer_Title">
<source>Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException</source>
<target state="translated">ReflectionTypeLoadException のために失敗したアナライザーのアセンブリ内の型の読み込みをスキップします</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReadRulesetFile">
<source>Error reading ruleset file {0} - {1}</source>
<target state="translated">規則セット ファイル {0} を読み込み中にエラーが発生しました - {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PlatformDoesntSupport">
<source>{0} is not supported in current project type.</source>
<target state="translated">現在のプロジェクトのタイプでは {0} がサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantUseRequiredAttribute">
<source>The RequiredAttribute attribute is not permitted on Visual Basic types.</source>
<target state="translated">RequiredAttribute 属性は Visual Basic 型で許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncodinglessSyntaxTree">
<source>Cannot emit debug information for a source text without encoding.</source>
<target state="translated">エンコーディングせずにソース テキストのデバッグ情報を作成することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatSpecifier">
<source>'{0}' is not a valid format specifier</source>
<target state="translated">'{0}' は有効な形式指定子ではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPreprocessorConstantType">
<source>Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.</source>
<target state="translated">型 '{1}' のプリプロセッサ定数 '{0}' はサポートされていません。プリミティブ型のみを使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedWarningKeyword">
<source>'Warning' expected.</source>
<target state="translated">'Warning' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotBeMadeNullable1">
<source>'{0}' cannot be made nullable.</source>
<target state="translated">'{0}' は null 許容にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConditionalWithRef">
<source>Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.</source>
<target state="translated">先頭の '?' は、オブジェクト メンバーの初期化子の内部ではなく 'With' ステートメント内でのみ表示できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullPropagatingOpInExpressionTree">
<source>A null propagating operator cannot be converted into an expression tree.</source>
<target state="translated">null を伝達する演算子を式のツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongOrComplexExpression">
<source>An expression is too long or complex to compile</source>
<target state="translated">式が長すぎるか複雑すぎるため、コンパイルできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionDoesntHaveName">
<source>This expression does not have a name.</source>
<target state="translated">この式には名前がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNameOfSubExpression">
<source>This sub-expression cannot be used inside NameOf argument.</source>
<target state="translated">このサブ式は、NameOf 引数の中では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodTypeArgsUnexpected">
<source>Method type arguments unexpected.</source>
<target state="translated">メソッド型の引数は無効です。</target>
<note />
</trans-unit>
<trans-unit id="NoNoneSearchCriteria">
<source>SearchCriteria is expected.</source>
<target state="translated">SearchCriteria が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCulture">
<source>Assembly culture strings may not contain embedded NUL characters.</source>
<target state="translated">アセンブリ カルチャ文字列に埋め込み NUL 文字を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InReferencedAssembly">
<source>There is an error in a referenced assembly '{0}'.</source>
<target state="translated">参照アセンブリ '{0}' にエラーがあります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationFormatWhitespace">
<source>Format specifier may not contain trailing whitespace.</source>
<target state="translated">書式指定子の末尾に、空白を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationAlignmentOutOfRange">
<source>Alignment value is outside of the supported range.</source>
<target state="translated">配置の値がサポートされている範囲外です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolatedStringFactoryError">
<source>There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.</source>
<target state="translated">{0}.{1} への呼び出しの生成中に 1 つ以上のエラーが発生しました。メソッドまたはその戻り値の型が不足しているか正しくない可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause_Title">
<source>Unused import clause</source>
<target state="translated">未使用のインポート句です</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement_Title">
<source>Unused import statement</source>
<target state="translated">未使用の import ステートメントです</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantStringTooLong">
<source>Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.</source>
<target state="translated">連結の結果による文字列定数の長さが、System.Int32.MaxValue を超えています。文字列を複数の定数に分割してみてください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LanguageVersion">
<source>Visual Basic {0} does not support {1}.</source>
<target state="translated">Visual Basic {0} は {1} をサポートしません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPdbData">
<source>Error reading debug information for '{0}'</source>
<target state="translated">'{0}' のデバッグ情報の読み取りエラー</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ArrayLiterals">
<source>array literal expressions</source>
<target state="translated">配列のリテラル式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AsyncExpressions">
<source>async methods or lambdas</source>
<target state="translated">Async メソッドまたはラムダ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AutoProperties">
<source>auto-implemented properties</source>
<target state="translated">自動実装プロパティ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ReadonlyAutoProperties">
<source>readonly auto-implemented properties</source>
<target state="translated">読み取り専用の自動実装プロパティ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CoContraVariance">
<source>variance</source>
<target state="translated">変性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CollectionInitializers">
<source>collection initializers</source>
<target state="translated">コレクション初期化子</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_GlobalNamespace">
<source>declaring a Global namespace</source>
<target state="translated">グローバル名前空間の宣言中</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Iterators">
<source>iterators</source>
<target state="translated">反復子</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuation">
<source>implicit line continuation</source>
<target state="translated">暗黙的な行継続</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_StatementLambdas">
<source>multi-line lambda expressions</source>
<target state="translated">複数行ラムダ式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_SubLambdas">
<source>'Sub' lambda expressions</source>
<target state="translated">'Sub' ラムダ式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NullPropagatingOperator">
<source>null conditional operations</source>
<target state="translated">null 条件演算</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NameOfExpressions">
<source>'nameof' expressions</source>
<target state="translated">'nameof' 式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_RegionsEverywhere">
<source>region directives within method bodies or regions crossing boundaries of declaration blocks</source>
<target state="translated">メソッド本体内の領域ディレクティブ、または宣言ブロックの境界線を越える領域</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_MultilineStringLiterals">
<source>multiline string literals</source>
<target state="translated">複数行文字列リテラル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CObjInAttributeArguments">
<source>CObj in attribute arguments</source>
<target state="translated">属性引数の CObj</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuationComments">
<source>line continuation comments</source>
<target state="translated">行継続コメント</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_TypeOfIsNot">
<source>TypeOf IsNot expression</source>
<target state="translated">TypeOf IsNot 式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_YearFirstDateLiterals">
<source>year-first date literals</source>
<target state="translated">年優先の日付リテラル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_WarningDirectives">
<source>warning directives</source>
<target state="translated">警告ディレクティブ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialModules">
<source>partial modules</source>
<target state="translated">部分モジュール</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialInterfaces">
<source>partial interfaces</source>
<target state="translated">部分インターフェイス</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite">
<source>implementing read-only or write-only property with read-write property</source>
<target state="translated">読み取り専用または書き込み専用プロパティを読み取り/書き込みプロパティで実装する</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_DigitSeparators">
<source>digit separators</source>
<target state="translated">桁区切り記号</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_BinaryLiterals">
<source>binary literals</source>
<target state="translated">バイナリ リテラル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Tuples">
<source>tuples</source>
<target state="translated">タプル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PrivateProtected">
<source>Private Protected</source>
<target state="translated">Private Protected</target>
<note />
</trans-unit>
<trans-unit id="ERR_DebugEntryPointNotSourceMethodDefinition">
<source>Debug entry point must be a definition of a method declared in the current compilation.</source>
<target state="translated">デバッグ エントリ ポイントは、現在のコンパイルで宣言されたメソッドの定義でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPathMap">
<source>The pathmap option was incorrectly formatted.</source>
<target state="translated">pathmap オプションが正しく書式設定されていませんでした。</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeIsNotASubmission">
<source>Syntax tree should be created from a submission.</source>
<target state="translated">構文ツリーは、送信から作成する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyUserStrings">
<source>Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.</source>
<target state="translated">プログラムで使うユーザー文字列の長さの合計が許可されている制限を超えています。文字列リテラルまたは XML リテラルの使用を減らしてください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PeWritingFailure">
<source>An error occurred while writing the output file: {0}</source>
<target state="translated">出力ファイルの書き込み中にエラーが発生しました: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionMustBeAbsolutePath">
<source>Option '{0}' must be an absolute path.</source>
<target state="translated">オプション '{0}' は絶対パスにする必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceLinkRequiresPdb">
<source>/sourcelink switch is only supported when emitting PDB.</source>
<target state="translated">/sourcelink スイッチは、PDB を生成する場合にのみサポートされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleDuplicateElementName">
<source>Tuple element names must be unique.</source>
<target state="translated">タプル要素名は一意である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch">
<source>The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.</source>
<target state="translated">ターゲット型 '{1}' によって異なる名前が指定されている、または名前が何も指定されていないため、タプル要素名 '{0}' は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch_Title">
<source>The tuple element name is ignored because a different name or no name is specified by the assignment target.</source>
<target state="translated">代入先によって異なる名前が指定されているか、名前が何も指定されていないため、タプル要素名は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementName">
<source>Tuple element name '{0}' is only allowed at position {1}.</source>
<target state="translated">タプル要素名 '{0}' は位置 {1} でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementNameAnyPosition">
<source>Tuple element name '{0}' is disallowed at any position.</source>
<target state="translated">タプル要素名 '{0}' はいずれの位置でも使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleTooFewElements">
<source>Tuple must contain at least two elements.</source>
<target state="translated">タプルには 2 つ以上の要素が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleElementNamesAttributeMissing">
<source>Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?</source>
<target state="translated">コンパイラの必須型 '{0}' が見つからないため、タプルを利用するクラスまたはメンバーを定義できません。参照が指定されていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExplicitTupleElementNamesAttribute">
<source>Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.</source>
<target state="translated">System.Runtime.CompilerServices.TupleElementNamesAttribute' を明示的に参照できません。タプル構文を使用してタプル名を定義します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefReturningCallInExpressionTree">
<source>An expression tree may not contain a call to a method or property that returns by reference.</source>
<target state="translated">式のツリーは、参照渡しで返すメソッドまたはプロパティの呼び出しを含むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedWithoutPdb">
<source>/embed switch is only supported when emitting a PDB.</source>
<target state="translated">/embed スイッチは、PDB を生成する場合にのみサポートされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInstrumentationKind">
<source>Invalid instrumentation kind: {0}</source>
<target state="translated">無効なインストルメンテーションの種類: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DocFileGen">
<source>Error writing to XML documentation file: {0}</source>
<target state="translated">XML ドキュメント ファイル {0} の書き込み中にエラーが発生しました</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAssemblyName">
<source>Invalid assembly name: {0}</source>
<target state="translated">無効なアセンブリ名: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeForwardedToMultipleAssemblies">
<source>Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.</source>
<target state="translated">アセンブリ '{1}' のモジュール '{0}' によって、型 '{2}' が複数のアセンブリ '{3}' および '{4}' に転送されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Merge_conflict_marker_encountered">
<source>Merge conflict marker encountered</source>
<target state="translated">マージ競合マーカーが検出されました</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoRefOutWhenRefOnly">
<source>Do not use refout when using refonly.</source>
<target state="translated">refonly を使用する場合は、refout を使用しないでください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNetModuleOutputWhenRefOutOrRefOnly">
<source>Cannot compile net modules when using /refout or /refonly.</source>
<target state="translated">/refout または /refonly を使用する場合は、ネット モジュールをコンパイルできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNonTrailingNamedArgument">
<source>Named argument '{0}' is used out-of-position but is followed by an unnamed argument</source>
<target state="translated">名前付き引数 '{0}' の場所が正しくありません。後ろに名前なし引数があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDocumentationMode">
<source>Provided documentation mode is unsupported or invalid: '{0}'.</source>
<target state="translated">指定されたドキュメント モードがサポートされていないか無効です: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLanguageVersion">
<source>Provided language version is unsupported or invalid: '{0}'.</source>
<target state="translated">指定された言語バージョンがサポートされていないか無効です: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSourceCodeKind">
<source>Provided source code kind is unsupported or invalid: '{0}'</source>
<target state="translated">指定されたソース コードの種類がサポートされていないか無効です: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleInferredNamesNotAvailable">
<source>Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.</source>
<target state="translated">タプル要素名 '{0}' と推測されます。推測される名前で要素にアクセスするには、言語バージョン {1} 以上をお使いください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental">
<source>'{0}' is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">'{0}' は、評価の目的でのみ提供されています。将来の更新で変更または削除されることがあります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental_Title">
<source>Type is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">型は評価の目的でのみ提供されています。将来の更新で変更または削除されることがあります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInfo">
<source>Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'</source>
<target state="translated">メソッド '{0}' (トークン 0x{1}) のデバッグ情報をアセンブリ '{2}' から読み取ることができません</target>
<note />
</trans-unit>
<trans-unit id="IConversionExpressionIsNotVisualBasicConversion">
<source>{0} is not a valid Visual Basic conversion expression</source>
<target state="translated">{0} は Visual Basic の有効な変換式ではありません</target>
<note />
</trans-unit>
<trans-unit id="IArgumentIsNotVisualBasicArgument">
<source>{0} is not a valid Visual Basic argument</source>
<target state="translated">{0} は Visual Basic の有効な引数ではありません</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LeadingDigitSeparator">
<source>leading digit separator</source>
<target state="translated">先頭の桁区切り記号</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleResolutionAmbiguous3">
<source>Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'</source>
<target state="translated">定義済みの型 '{0}' が複数の参照先アセンブリで宣言されています: '{1}' と '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment">
<source>{0} is not a valid Visual Basic compound assignment operation</source>
<target state="translated">{0} は有効な Visual Basic 複合代入操作ではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHashAlgorithmName">
<source>Invalid hash algorithm name: '{0}'</source>
<target state="translated">無効なハッシュ アルゴリズム名: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InterpolatedStrings">
<source>interpolated strings</source>
<target state="translated">補間された文字列</target>
<note />
</trans-unit>
<trans-unit id="FTL_InvalidInputFileName">
<source>File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long</source>
<target state="translated">ファイル名 '{0}' は、空である、無効な文字を含んでいる、絶対パスが指定されていないドライブ指定がある、または長すぎるかのいずれかです</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB">
<source>'{0}' is not supported in VB.</source>
<target state="translated">'{0}' は VB ではサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB_Title">
<source>Attribute is not supported in VB</source>
<target state="translated">属性が VB でサポートされていない</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../VBResources.resx">
<body>
<trans-unit id="ERR_AssignmentInitOnly">
<source>Init-only property '{0}' can only be assigned by an object member initializer, or on 'Me', 'MyClass` or 'MyBase' in an instance constructor.</source>
<target state="translated">初期化専用プロパティ '{0}' は、オブジェクト メンバー初期化子を使用する場合か、インスタンス コンストラクター内の 'Me'、'MyClass'、'MyBase' でのみ割り当てることができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSwitchValue">
<source>Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.</source>
<target state="translated">コマンドライン構文エラー: '{0}' は、'{1}' オプションの有効な値ではありません。値は '{2}' の形式にする必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CommentsAfterLineContinuationNotAvailable1">
<source>Please use language version {0} or greater to use comments after line continuation character.</source>
<target state="translated">行連結文字の後のコメントを使用するには、言語バージョン {0} 以上をご使用ください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultInterfaceImplementationInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">型 '{0}' には非抽象メンバーがあるため、この型を埋め込むことはできません。'相互運用型の埋め込み' プロパティを false に設定することをご検討ください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleAnalyzerConfigsInSameDir">
<source>Multiple analyzer config files cannot be in the same directory ('{0}').</source>
<target state="translated">複数のアナライザー構成ファイルを同じディレクトリに入れることはできません ('{0}')。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingInitOnlyProperty">
<source>'{0}' cannot override init-only '{1}'.</source>
<target state="translated">'{0}' では、初期化専用 '{1}' をオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementInitOnly">
<source>Init-only '{0}' cannot be implemented.</source>
<target state="translated">初期化専用 '{0}' を実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReAbstractionInNoPIAType">
<source>Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.</source>
<target state="translated">型 '{0}' には基底インターフェイスからのメンバーの再抽象化があるため、この型を埋め込むことはできません。'相互運用型の埋め込み' プロパティを false に設定することをご検討ください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation">
<source>Target runtime doesn't support default interface implementation.</source>
<target state="translated">ターゲット ランタイムは、既定のインターフェイスの実装をサポートしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember">
<source>Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.</source>
<target state="translated">ターゲット ランタイムは、インターフェイスのメンバーの 'Protected'、'Protected Friend'、'Private Protected' のアクセシビリティをサポートしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsHandlerInTheSameType">
<source>Events of shared WithEvents variables cannot be handled by methods in a different type.</source>
<target state="translated">共有された WithEvents 変数のイベントを、別の種類のメソッドで処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnmanagedCallersOnlyNotSupported">
<source>'UnmanagedCallersOnly' attribute is not supported.</source>
<target state="translated">'UnmanagedCallersOnly' 属性はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CallerArgumentExpression">
<source>caller argument expression</source>
<target state="new">caller argument expression</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CommentsAfterLineContinuation">
<source>comments after line continuation</source>
<target state="translated">行連結後のコメント</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InitOnlySettersUsage">
<source>assigning to or passing 'ByRef' properties with init-only setters</source>
<target state="translated">初期化専用セッターを使用して、'ByRef' プロパティに割り当てるか、そのプロパティを渡します</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_UnconstrainedTypeParameterInConditional">
<source>unconstrained type parameters in binary conditional expressions</source>
<target state="translated">バイナリ条件式での非制約型パラメーター</target>
<note />
</trans-unit>
<trans-unit id="IDS_VBCHelp">
<source> 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
assembly.
-target:appcontainerexe Create a Windows application that runs in
AppContainer.
-target:winmdobj Create a Windows Metadata intermediate file
-doc[+|-] Generates XML documentation file.
-doc:<file> Generates XML documentation file to <file>.
-refout:<file> Reference assembly output to generate
- INPUT FILES -
-addmodule:<file_list> Reference metadata from the specified modules
-link:<file_list> Embed metadata from the specified interop
assembly. (Short form: -l)
-recurse:<wildcard> Include all files in the current directory
and subdirectories according to the
wildcard specifications.
-reference:<file_list> Reference metadata from the specified
assembly. (Short form: -r)
-analyzer:<file_list> Run the analyzers from this assembly
(Short form: -a)
-additionalfile:<file list> Additional files that don't directly affect code
generation but may be used by analyzers for producing
errors or warnings.
- RESOURCES -
-linkresource:<resinfo> Links the specified file as an external
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -linkres)
-nowin32manifest The default manifest should not be embedded
in the manifest section of the output PE.
-resource:<resinfo> Adds the specified file as an embedded
assembly resource.
resinfo:<file>[,<name>[,public|private]]
(Short form: -res)
-win32icon:<file> Specifies a Win32 icon file (.ico) for the
default Win32 resources.
-win32manifest:<file> The provided file is embedded in the manifest
section of the output PE.
-win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
-optimize[+|-] Enable optimizations.
-removeintchecks[+|-] Remove integer checks. Default off.
-debug[+|-] Emit debugging information.
-debug:full Emit full debugging information (default).
-debug:pdbonly Emit full debugging information.
-debug:portable Emit cross-platform debugging information.
-debug:embedded Emit cross-platform debugging information into
the target .dll or .exe.
-deterministic Produce a deterministic assembly
(including module version GUID and timestamp)
-refonly Produce a reference assembly in place of the main output
-instrument:TestCoverage Produce an assembly instrumented to collect
coverage information
-sourcelink:<file> Source link info to embed into PDB.
- ERRORS AND WARNINGS -
-nowarn Disable all warnings.
-nowarn:<number_list> Disable a list of individual warnings.
-warnaserror[+|-] Treat all warnings as errors.
-warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
-ruleset:<file> Specify a ruleset file that disables specific
diagnostics.
-errorlog:<file>[,version=<sarif_version>]
Specify a file to log all compiler and analyzer
diagnostics in SARIF format.
sarif_version:{1|2|2.1} Default is 1. 2 and 2.1
both mean SARIF version 2.1.0.
-reportanalyzer Report additional analyzer information, such as
execution time.
-skipanalyzers[+|-] Skip execution of diagnostic analyzers.
- LANGUAGE -
-define:<symbol_list> Declare global conditional compilation
symbol(s). symbol_list:name=value,...
(Short form: -d)
-imports:<import_list> Declare global Imports for namespaces in
referenced metadata files.
import_list:namespace,...
-langversion:? Display the allowed values for language version
-langversion:<string> Specify language version such as
`default` (latest major version), or
`latest` (latest version, including minor versions),
or specific versions like `14` or `15.3`
-optionexplicit[+|-] Require explicit declaration of variables.
-optioninfer[+|-] Allow type inference of variables.
-rootnamespace:<string> Specifies the root Namespace for all type
declarations.
-optionstrict[+|-] Enforce strict language semantics.
-optionstrict:custom Warn when strict language semantics are not
respected.
-optioncompare:binary Specifies binary-style string comparisons.
This is the default.
-optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
-help Display this usage message. (Short form: -?)
-noconfig Do not auto-include VBC.RSP file.
-nologo Do not display compiler copyright banner.
-quiet Quiet output mode.
-verbose Display verbose messages.
-parallel[+|-] Concurrent build.
-version Display the compiler version number and exit.
- ADVANCED -
-baseaddress:<number> The base address for a library or module
(hex).
-checksumalgorithm:<alg> Specify algorithm for calculating source file
checksum stored in PDB. Supported values are:
SHA1 or SHA256 (default).
-codepage:<number> Specifies the codepage to use when opening
source files.
-delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
-publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
-errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
-filealign:<number> Specify the alignment used for output file
sections.
-highentropyva[+|-] Enable high-entropy ASLR.
-keycontainer:<string> Specifies a strong name key container.
-keyfile:<file> Specifies a strong name key file.
-libpath:<path_list> List of directories to search for metadata
references. (Semi-colon delimited.)
-main:<class> Specifies the Class or Module that contains
Sub Main. It can also be a Class that
inherits from System.Windows.Forms.Form.
(Short form: -m)
-moduleassemblyname:<string> Name of the assembly which this module will
be a part of.
-netcf Target the .NET Compact Framework.
-nostdlib Do not reference standard libraries
(system.dll and VBC.RSP file).
-pathmap:<K1>=<V1>,<K2>=<V2>,...
Specify a mapping for source path names output by
the compiler.
-platform:<string> Limit which platforms this code can run on;
must be x86, x64, Itanium, arm, arm64
AnyCPU32BitPreferred or anycpu (default).
-preferreduilang Specify the preferred output language name.
-nosdkpath Disable searching the default SDK path for standard library assemblies.
-sdkpath:<path> Location of the .NET Framework SDK directory
(mscorlib.dll).
-subsystemversion:<version> Specify subsystem version of the output PE.
version:<number>[.<number>]
-utf8output[+|-] Emit compiler output in UTF8 character
encoding.
@<file> Insert command-line settings from a text file
-vbruntime[+|-|*] Compile with/without the default Visual Basic
runtime.
-vbruntime:<file> Compile with the alternate Visual Basic
runtime in <file>.
</source>
<target state="translated"> Visual Basic コンパイラのオプション
- 出力ファイル -
-out:<file> 出力ファイル名を指定します。
-target:exe コンソール アプリケーションを作成します (既定)。
(短い形式: -t)
-target:winexe Windows アプリケーションを作成します。
-target:library ライブラリ アセンブリを作成します。
-target:module アセンブリに追加できるモジュールを作成
します。
-target:appcontainerexe AppContainer で実行される Windows アプリケーションを
作成します。
-target:winmdobj Windows メタデータ中間ファイルを作成します
-doc[+|-] XML ドキュメント ファイルを生成します。
-doc:<file> XML ドキュメント ファイルを <file> に生成します。
-refout:<file> 生成する参照アセンブリの出力
- 入力ファイル -
-addmodule:<file_list> 指定されたモジュールからメタデータを参照します
-link:<file_list> 指定された相互運用アセンブリから
メタデータを埋め込みます。(短い形式: -l)
-recurse:<wildcard> ワイルドカードの指定に従い、
現在のディレクトリとサブディレクトリ内の
すべてのファイルをインクルードします。
-reference:<file_list> 指定されたアセンブリから
メタデータを参照します。(短い形式: -r)
-analyzer:<file_list> このアセンブリからアナライザーを実行します
(短い形式: -a)
-additionalfile:<file list> コード生成には直接影響しないものの、
アナライザーがエラーまたは警告を
生成するために使用する可能性のある追加ファイル。
- リソース -
-linkresource:<resinfo> 指定されたファイルを外部のアセンブリ リソースとして
リンクします。
resinfo:<file>[,<name>[,public|private]]
(短い形式: -linkres)
-nowin32manifest 出力 PE のマニフェスト セクションに既定の
マニフェストを埋め込まないでください。
-resource:<resinfo> 指定されたファイルを
埋め込みアセンブリ リソースとして追加します。
resinfo:<file>[,<name>[,public|private]]
(短い形式: -res)
-win32icon:<file> Win32 アイコン ファイル (.ico) を
既定の Win32 リソースに指定します。
-win32manifest:<file> 指定されたファイルは出力 PE の
マニフェスト セクションに埋め込まれています。
-win32resource:<file> Win32 リソース ファイル (.res) を指定します。
- コード生成 -
-optimize[+|-] 最適化を有効にします。
-removeintchecks[+|-] 整数のチェックを削除します。既定値は Off です。
-debug[+|-] デバッグ情報を生成します。
-debug:full 完全なデバッグ情報を生成します (既定値)。
-debug:pdbonly 完全なデバッグ情報を生成します。
-debug:portable クロスプラットフォーム デバッグ情報を生成します。
-debug:embedded クロスプラットフォーム デバッグ情報を
ターゲット .dll または .exe 内に生成します。
-deterministic 決定論的アセンブリを作成します
(モジュール バージョン GUID やタイムスタンプなど)
-refonly メイン出力の代わりに参照アセンブリを生成します
-instrument:TestCoverage カバレッジ情報を収集するようにインストルメント
されたアセンブリを生成します
-sourcelink:<file> PDB に埋め込むソース リンク情報。
- エラーと警告 -
-nowarn すべての警告を無効にします。
-nowarn:<number_list> 個々の警告リストを無効にします。
-warnaserror[+|-] すべての警告をエラーとして扱います。
-warnaserror[+|-]:<number_list> 警告リストをエラーとして扱います。
-ruleset:<file> 特定の診断を無効にするルールセット ファイルを
指定します。
-errorlog:<file>[,version=<sarif_version>]
すべてのコンパイラおよびアナライザーの診断を
SARIF 形式でログに記録するためのファイルを指定します。
sarif_version:{1|2|2.1} 既定値は 1 です。2 と 2.1 は
どちらも SARIF バージョン 2.1.0 を意味します。
-reportanalyzer 追加のアナライザー情報を報告します
(実行時間など)。
-skipanalyzers[+|-] アナライザーの診断の実行をスキップします。
- 言語 -
-define:<symbol_list> 条件付きコンパイル シンボルをグローバルに宣言
します。symbol_list:name=value,...
(短い形式: -d)
-imports:<import_list> 参照されたメタデータ ファイルの
名前空間に対して Imports をグローバルに宣言します。
import_list:namespace,...
-langversion:? 言語バージョンに許容される値を表示します
-langversion:<string> `default` (最新のメジャー バージョン) や
`latest` (マイナー バージョンを含む最新バージョン)
または、`14` や `15.3`などの特定バージョン
で言語バージョンを指定します。
-optionexplicit[+|-] 変数の明示的な宣言が必要です。
-optioninfer[+|-] 変数の型の推定を許可します。
-rootnamespace:<string> すべての型宣言に対して
ルート名前空間を指定します。
-optionstrict[+|-] 厳密な言語セマンティクスを適用します。
-optionstrict:custom 厳密な言語セマンティクスが
守られていないときに警告します。
-optioncompare:binary バイナリ スタイルの文字列比較を指定します。
これは既定値です。
-optioncompare:text テキスト スタイルの文字列比較を指定します。
- その他 -
-help 使用法に関するメッセージを表示します。(短い形式: -?)
-noconfig VBC.RSP ファイルを自動的にはインクルードしません。
-nologo コンパイラの著作権情報を表示しません。
-quiet 非表示出力モードです。
-verbose 詳細メッセージを表示します。
-parallel[+|-] ビルドを並列処理します。
-version コンパイラのバージョン番号を出力して終了します。
- 詳細 -
-baseaddress:<number> ライブラリまたはモジュールのベース アドレス
(16 進数)。
-checksumalgorithm:<alg> PDB に格納されているソース ファイルのチェックサム
を計算するアルゴリズムを指定します。サポートされる値:
SHA1 や SHA256 (既定)。
-codepage:<number> ソース ファイルを開くときに使用するコードページを
指定します。
-delaysign[+|-] アセンブリの遅延署名には厳密な名前キーのうち
公開された部分のみを使用します。
-publicsign[+|-] 厳密な名前キーの公開部分のみを使ってアセンブリ
を公開署名します。
-errorreport:<string> 内部コンパイラ エラーの処理方法を指定
します。prompt、send、none、queue
(既定) のいずれかでなければなりません。
-filealign:<number> 出力ファイル セクションで使う配置
を指定します。
-highentropyva[+|-] 高エントロピ ASLR を有効化します。
-keycontainer:<string> 厳密な名前キーのコンテナーを指定します。
-keyfile:<file> 厳密な名前キーのファイルを指定します。
-libpath:<path_list> メタデータ参照を検索する
ディレクトリの (セミコロン区切りの) リスト。
-main:<class> Sub Main を含むクラスまたはモジュール
を指定します。System.Windows.Forms.Form から継承
されるクラスにすることもできます。
(短い形式: -m)
-moduleassemblyname:<string> このモジュールが一部となる
アセンブリ名です。
-netcf .NET Compact Framework をターゲットにします。
-nostdlib 標準ライブラリ
(system.dll と VBC.RSP ファイル) を参照しません。
-pathmap:<K1>=<V1>,<K2>=<V2>,...
コンパイラが出力するソース パス名のマッピングを
指定します。
-platform:<string> このコードを実行できるプラットフォームは
x86、x64、Itanium、arm、arm64、
AnyCPU32BitPreferred、anycpu (既定) のいずれかでなければなりません。
-preferreduilang 出力用の優先する言語名を指定します。
-nosdkpath 標準ライブラリ アセンブリの既定の SDK パスの検索を無効にします。
-sdkpath:<path> .NET Framework SDK ディレクトリ (mscorlib.dll)
の場所。
-subsystemversion:<version> 出力 PE のサブシステム バージョンを指定します。
version:<number>[.<number>]
-utf8output[+|-] コンパイラ出力を UTF-8 文字エンコード
で作成します。
@<file> コマンド ライン設定をテキスト ファイルから挿入します
-vbruntime[+|-|*] 既定の Visual Basic ランタイムを使用して、または使用せずに
コンパイルします。
-vbruntime:<file> <file> の別の Visual Basic ランタイムを使用して
コンパイルします。
</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoFunctionPointerTypesInVB">
<source>There are no function pointer types in VB.</source>
<target state="translated">VB に関数ポインター型はありません。</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoNativeIntegerTypesInVB">
<source>There are no native integer types in VB.</source>
<target state="translated">VB にネイティブの整数型はありません。</target>
<note />
</trans-unit>
<trans-unit id="Trees0">
<source>trees({0})</source>
<target state="translated">ツリー ({0})</target>
<note />
</trans-unit>
<trans-unit id="TreesMustHaveRootNode">
<source>trees({0}) must have root node with SyntaxKind.CompilationUnit.</source>
<target state="translated">ツリー ({0}) には SyntaxKind.CompilationUnit とのルート ノードが必要です。</target>
<note />
</trans-unit>
<trans-unit id="CannotAddCompilerSpecialTree">
<source>Cannot add compiler special tree</source>
<target state="translated">コンパイラの特殊ツリーを追加できません</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeAlreadyPresent">
<source>Syntax tree already present</source>
<target state="translated">構文ツリーが既に存在しています</target>
<note />
</trans-unit>
<trans-unit id="SubmissionCanHaveAtMostOneSyntaxTree">
<source>Submission can have at most one syntax tree.</source>
<target state="translated">送信に含めることができる構文ツリーは 1 つのみです。</target>
<note />
</trans-unit>
<trans-unit id="CannotRemoveCompilerSpecialTree">
<source>Cannot remove compiler special tree</source>
<target state="translated">コンパイラの特殊ツリーを削除できません</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeNotFoundToRemove">
<source>SyntaxTree '{0}' not found to remove</source>
<target state="translated">削除する構文ツリー '{0}' が見つかりません</target>
<note />
</trans-unit>
<trans-unit id="TreeMustHaveARootNodeWithCompilationUnit">
<source>Tree must have a root node with SyntaxKind.CompilationUnit</source>
<target state="translated">ツリーには SyntaxKind.CompilationUnit とのルート ノードが必要です</target>
<note />
</trans-unit>
<trans-unit id="CompilationVisualBasic">
<source>Compilation (Visual Basic): </source>
<target state="translated">コンパイル (Visual Basic): </target>
<note />
</trans-unit>
<trans-unit id="NodeIsNotWithinSyntaxTree">
<source>Node is not within syntax tree</source>
<target state="translated">ノードが構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="CantReferenceCompilationFromTypes">
<source>Can't reference compilation of type '{0}' from {1} compilation.</source>
<target state="translated">コンパイル {1} から '{0}' 型のコンパイルを参照できません。</target>
<note />
</trans-unit>
<trans-unit id="PositionOfTypeParameterTooLarge">
<source>position of type parameter too large</source>
<target state="translated">型パラメーターの位置が大きすぎます</target>
<note />
</trans-unit>
<trans-unit id="AssociatedTypeDoesNotHaveTypeParameters">
<source>Associated type does not have type parameters</source>
<target state="translated">関連付けられた型には型パラメーターがありません</target>
<note />
</trans-unit>
<trans-unit id="IDS_FunctionReturnType">
<source>function return type</source>
<target state="translated">関数の戻り値の型</target>
<note />
</trans-unit>
<trans-unit id="TypeArgumentCannotBeNothing">
<source>Type argument cannot be Nothing</source>
<target state="translated">型引数に Nothing は使用できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework">
<source>The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.</source>
<target state="translated">型 '{1}' を含むアセンブリ '{0}' が .NET Framework を参照しています。これはサポートされていません。</target>
<note>{1} is the type that was loaded, {0} is the containing assembly.</note>
</trans-unit>
<trans-unit id="WRN_AnalyzerReferencesFramework_Title">
<source>The loaded assembly references .NET Framework, which is not supported.</source>
<target state="translated">読み込まれたアセンブリが .NET Framework を参照しています。これはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeHasInvalidParameterName_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential">
<source>The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_CallerArgumentExpressionAttributeSelfReferential_Title">
<source>The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</source>
<target state="new">The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration">
<source>Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">ジェネレーター '{0}' でソースを生成できませんでした。出力には寄与しません。結果として、コンパイル エラーが発生する可能性があります。例外の型: '{1}'。メッセージ: '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">ジェネレーターで次の例外がスローされました:
'{0}'。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringGeneration_Title">
<source>Generator failed to generate source.</source>
<target state="translated">ジェネレーターはソースを生成できませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization">
<source>Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'</source>
<target state="translated">ジェネレーター '{0}' を初期化できませんでした。出力には寄与しません。結果として、コンパイル エラーが発生する可能性があります。例外の型: '{1}'。メッセージ: '{2}'</target>
<note>{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exception</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Description">
<source>Generator threw the following exception:
'{0}'.</source>
<target state="translated">ジェネレーターで次の例外がスローされました:
'{0}'。</target>
<note>{0} is the string representation of the exception that was thrown.</note>
</trans-unit>
<trans-unit id="WRN_GeneratorFailedDuringInitialization_Title">
<source>Generator failed to initialize.</source>
<target state="translated">ジェネレーターを初期化できませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WrongNumberOfTypeArguments">
<source>Wrong number of type arguments</source>
<target state="translated">型引数の数が正しくありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileNotFound">
<source>file '{0}' could not be found</source>
<target state="translated">ファイル '{0}' が見つかりませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoResponseFile">
<source>unable to open response file '{0}'</source>
<target state="translated">応答ファイル '{0}' を開くことができません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentRequired">
<source>option '{0}' requires '{1}'</source>
<target state="translated">オプション '{0}' には '{1}' が必要です</target>
<note />
</trans-unit>
<trans-unit id="ERR_SwitchNeedsBool">
<source>option '{0}' can be followed only by '+' or '-'</source>
<target state="translated">オプション '{0}' の後には '+' または '-' のみを指定できます</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSwitchValue">
<source>the value '{1}' is invalid for option '{0}'</source>
<target state="translated">値 '{1}' はオプション '{0}' に対して無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_MutuallyExclusiveOptions">
<source>Compilation options '{0}' and '{1}' can't both be specified at the same time.</source>
<target state="translated">コンパイル オプション '{0}' と '{1}' の両方を同時に指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang">
<source>The language name '{0}' is invalid.</source>
<target state="translated">言語名 '{0}' は無効です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadUILang_Title">
<source>The language name for /preferreduilang is invalid</source>
<target state="translated">/preferreduilang の言語名が無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_VBCoreNetModuleConflict">
<source>The options /vbruntime* and /target:module cannot be combined.</source>
<target state="translated">オプション /vbruntime* と /target:module を組み合わせることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatForGuidForOption">
<source>Command-line syntax error: Invalid Guid format '{0}' for option '{1}'</source>
<target state="translated">コマンドラインの構文エラー: オプション '{1}' の GUID 形式 '{0}' が無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingGuidForOption">
<source>Command-line syntax error: Missing Guid for option '{1}'</source>
<target state="translated">コマンドラインの構文エラー: オプション '{1}' の GUID がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadChecksumAlgorithm">
<source>Algorithm '{0}' is not supported</source>
<target state="translated">アルゴリズム '{0}' はサポートされていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch">
<source>unrecognized option '{0}'; ignored</source>
<target state="translated">認識されていないオプション '{0}'; 無視</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadSwitch_Title">
<source>Unrecognized command-line option</source>
<target state="translated">認識できないコマンドライン オプション</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSources">
<source>no input sources specified</source>
<target state="translated">入力ソースが指定されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded">
<source>source file '{0}' specified multiple times</source>
<target state="translated">ソース ファイル '{0}' が複数回指定されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_FileAlreadyIncluded_Title">
<source>Source file specified multiple times</source>
<target state="translated">ソース ファイルが複数回指定されました</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOpenFileWrite">
<source>can't open '{0}' for writing: {1}</source>
<target state="translated">書き込みのために '{0}' を開くことはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCodepage">
<source>code page '{0}' is invalid or not installed</source>
<target state="translated">コード ページ '{0}' は無効か、またはインストールされていません</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryFile">
<source>the file '{0}' is not a text file</source>
<target state="translated">ファイル '{0}' はテキスト ファイルではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibNotFound">
<source>could not find library '{0}'</source>
<target state="translated">ライブラリ '{0}' が見つかりませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataReferencesNotSupported">
<source>Metadata references not supported.</source>
<target state="translated">メタデータ参照はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IconFileAndWin32ResFile">
<source>cannot specify both /win32icon and /win32resource</source>
<target state="translated">/win32icon と /win32resource を両方指定することはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile">
<source>ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">/noconfig オプションは、応答ファイルで指定されているため無視されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoConfigInResponseFile_Title">
<source>Ignoring /noconfig option because it was specified in a response file</source>
<target state="translated">応答ファイルで指定されているため、/noconfig オプションを無視します</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId">
<source>warning number '{0}' for the option '{1}' is either not configurable or not valid</source>
<target state="translated">警告番号 '{0}' (オプション '{1}' ) は、構成できないか無効です</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidWarningId_Title">
<source>Warning number is either not configurable or not valid</source>
<target state="translated">警告番号は、構成できないか無効です</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSourcesOut">
<source>cannot infer an output file name from resource only input files; provide the '/out' option</source>
<target state="translated">リソースのみの入力ファイルから出力ファイル名を生成することはできません。'/out' オプションを指定してください</target>
<note />
</trans-unit>
<trans-unit id="ERR_NeedModule">
<source>the /moduleassemblyname option may only be specified when building a target of type 'module'</source>
<target state="translated">/moduleassemblyname オプションは 'module' 型のターゲットをビルドするときのみ指定できます</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyName">
<source>'{0}' is not a valid value for /moduleassemblyname</source>
<target state="translated">'{0}' は /moduleassemblyname の有効な値ではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingManifestSwitches">
<source>Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.</source>
<target state="translated">Win32 マニフェストの埋め込みエラー: オプション /win32manifest が /nowin32manifest と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest">
<source>Option /win32manifest ignored. It can be specified only when the target is an assembly.</source>
<target state="translated">オプション /win32manifest は無視されます。このオプションはターゲットがアセンブリのときにのみ指定できます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IgnoreModuleManifest_Title">
<source>Option /win32manifest ignored</source>
<target state="translated">オプション /win32manifest が無視されました</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInNamespace">
<source>Statement is not valid in a namespace.</source>
<target state="translated">名前空間では有効でないステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedType1">
<source>Type '{0}' is not defined.</source>
<target state="translated">型 '{0}' は定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNext">
<source>'Next' expected.</source>
<target state="translated">'Next' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCharConstant">
<source>Character constant must contain exactly one character.</source>
<target state="translated">文字定数には 1 文字のみを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssemblyEvent3">
<source>Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">イベント '{1}' の定義を含むアセンブリ '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModuleEvent3">
<source>Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.</source>
<target state="translated">イベント '{1}' の定義を含むモジュール '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbExpectedEndIf">
<source>'#If' block must end with a matching '#End If'.</source>
<target state="translated">'#If' ブロックの最後には、対応する '#End If' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbNoMatchingIf">
<source>'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.</source>
<target state="translated">'#ElseIf'、'#Else'、または '#End If' の前には、対応する '#If' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbBadElseif">
<source>'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#ElseIf' の前には、対応する '#If' または '#ElseIf' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromRestrictedType1">
<source>Inheriting from '{0}' is not valid.</source>
<target state="translated">'{0}' からの継承は、有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvOutsideProc">
<source>Labels are not valid outside methods.</source>
<target state="translated">ラベルは、メソッドの外では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantImplement">
<source>Delegates cannot implement interface methods.</source>
<target state="translated">デリゲートでインターフェイス メソッドを実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateCantHandleEvents">
<source>Delegates cannot handle events.</source>
<target state="translated">デリゲートでイベントを処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorRequiresReferenceTypes1">
<source>'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.</source>
<target state="translated">'Is' 演算子は型 '{0}' のオペランドを受け付けません。オペランドは参照型または Null 許容型でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfRequiresReferenceType1">
<source>'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.</source>
<target state="translated">'TypeOf ... Is' の左には参照型を持つオペランドが必要ですが、このオペランドの値型は '{0}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasSet">
<source>Properties declared 'ReadOnly' cannot have a 'Set'.</source>
<target state="translated">ReadOnly' として宣言されているプロパティに 'Set' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasGet">
<source>Properties declared 'WriteOnly' cannot have a 'Get'.</source>
<target state="translated">WriteOnly' として宣言されているプロパティに 'Get' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideProc">
<source>Statement is not valid inside a method.</source>
<target state="translated">ステートメントはメソッド内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideBlock">
<source>Statement is not valid inside '{0}' block.</source>
<target state="translated">'{0}' ブロックの内部では有効でないステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedExpressionStatement">
<source>Expression statement is only allowed at the end of an interactive submission.</source>
<target state="translated">式ステートメントは対話型送信の終了時のみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndProp">
<source>Property missing 'End Property'.</source>
<target state="translated">Property に 'End Property' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSubExpected">
<source>'End Sub' expected.</source>
<target state="translated">'End Sub' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndFunctionExpected">
<source>'End Function' expected.</source>
<target state="translated">'End Function' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseNoMatchingIf">
<source>'#Else' must be preceded by a matching '#If' or '#ElseIf'.</source>
<target state="translated">'#Else' の前には、対応する '#If' または '#ElseIf' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantRaiseBaseEvent">
<source>Derived classes cannot raise base class events.</source>
<target state="translated">派生クラスで基底クラスのイベントを発生させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryWithoutCatchOrFinally">
<source>Try must have at least one 'Catch' or a 'Finally'.</source>
<target state="translated">Try には少なくとも 1 つの 'Catch' または 'Finally' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventsCantBeFunctions">
<source>Events cannot have a return type.</source>
<target state="translated">イベントに戻り値の型を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndBrack">
<source>Bracketed identifier is missing closing ']'.</source>
<target state="translated">かっこ付きの識別子の終わりに ']' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Syntax">
<source>Syntax error.</source>
<target state="translated">構文エラーです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Overflow">
<source>Overflow.</source>
<target state="translated">オーバーフローしました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalChar">
<source>Character is not valid.</source>
<target state="translated">文字が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StdInOptionProvidedButConsoleInputIsNotRedirected">
<source>stdin argument '-' is specified, but input has not been redirected from the standard input stream.</source>
<target state="translated">stdin 引数 '-' が指定されていますが、入力が標準入力ストリームからリダイレクトされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectOperand1">
<source>Option Strict On prohibits operands of type Object for operator '{0}'.</source>
<target state="translated">Option Strict On が指定されている場合、演算子 '{0}' に対して Object 型のオペランドを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotBeProperty">
<source>Loop control variable cannot be a property or a late-bound indexed array.</source>
<target state="translated">プロパティや遅延バインディングされたインデックス付き配列をループ制御変数にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodBodyNotAtLineStart">
<source>First statement of a method body cannot be on the same line as the method declaration.</source>
<target state="translated">メソッド本体の最初のステートメントをメソッド宣言と同じ行に記述することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MaximumNumberOfErrors">
<source>Maximum number of errors has been exceeded.</source>
<target state="translated">エラーの最大数の制限を超えました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordNotInInstanceMethod1">
<source>'{0}' is valid only within an instance method.</source>
<target state="translated">'{0}' は、インスタンス メソッド内でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromStructure1">
<source>'{0}' is not valid within a structure.</source>
<target state="translated">'{0}' は、構造体内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor1">
<source>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.</source>
<target state="translated">Attribute コンストラクターに、型 '{0}' のパラメーターが指定されていますが、整数型、浮動小数点型、列挙型、あるいは Object, Char、String、Boolean、System.Type のいずれかまたはこれらの型の 1 次元配列のどれにも該当しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWithOptArgs">
<source>Method cannot have both a ParamArray and Optional parameters.</source>
<target state="translated">メソッドに ParamArray と省略可能なパラメーターの両方を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedArray1">
<source>'{0}' statement requires an array.</source>
<target state="translated">'{0}' ステートメントには配列が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayNotArray">
<source>ParamArray parameter must be an array.</source>
<target state="translated">ParamArray パラメーターは配列でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayRank">
<source>ParamArray parameter must be a one-dimensional array.</source>
<target state="translated">ParamArray パラメーターは 1 次元配列でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayRankLimit">
<source>Array exceeds the limit of 32 dimensions.</source>
<target state="translated">配列が、制限の 32 次元を超えています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsNewArray">
<source>Arrays cannot be declared with 'New'.</source>
<target state="translated">配列を 'New' で宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs1">
<source>Too many arguments to '{0}'.</source>
<target state="translated">'{0}' の引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedCase">
<source>Statements and labels are not valid between 'Select Case' and first 'Case'.</source>
<target state="translated">ステートメントおよびラベルは、'Select Case' と最初の 'Case' の間では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstExpr">
<source>Constant expression is required.</source>
<target state="translated">定数式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression.</source>
<target state="translated">定数式において '{0}' から '{1}' への変換は発生しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMe">
<source>'Me' cannot be the target of an assignment.</source>
<target state="translated">'Me' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyAssignment">
<source>'ReadOnly' variable cannot be the target of an assignment.</source>
<target state="translated">'ReadOnly' 変数を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSubOfFunc">
<source>'Exit Sub' is not valid in a Function or Property.</source>
<target state="translated">'Exit Sub' は、Function または Property では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitPropNot">
<source>'Exit Property' is not valid in a Function or Sub.</source>
<target state="translated">'Exit Property' は、Function または Sub では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitFuncOfSub">
<source>'Exit Function' is not valid in a Sub or Property.</source>
<target state="translated">'Exit Function' は、Sub または Property では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LValueRequired">
<source>Expression is a value and therefore cannot be the target of an assignment.</source>
<target state="translated">式が値であるため、代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForIndexInUse1">
<source>For loop control variable '{0}' already in use by an enclosing For loop.</source>
<target state="translated">For ループ制御変数 '{0}' は、それを囲む For Loop によって既に使用されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextForMismatch1">
<source>Next control variable does not match For loop control variable '{0}'.</source>
<target state="translated">Next 制御変数が For ループ制御変数 '{0}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseElseNoSelect">
<source>'Case Else' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case Else' は、'Select Case' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseNoSelect">
<source>'Case' can only appear inside a 'Select Case' statement.</source>
<target state="translated">'Case' は、'Select Case' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAssignToConst">
<source>Constant cannot be the target of an assignment.</source>
<target state="translated">定数を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedSubscript">
<source>Named arguments are not valid as array subscripts.</source>
<target state="translated">名前付き引数は、配列インデックスとしては有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndIf">
<source>'If' must end with a matching 'End If'.</source>
<target state="translated">'If' の終わりには、対応する 'End If' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWhile">
<source>'While' must end with a matching 'End While'.</source>
<target state="translated">'While' の終わりには、対応する 'End While' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLoop">
<source>'Do' must end with a matching 'Loop'.</source>
<target state="translated">'Do' の終わりには、対応する 'Loop' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNext">
<source>'For' must end with a matching 'Next'.</source>
<target state="translated">'For' の終わりには、対応する 'Next' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndWith">
<source>'With' must end with a matching 'End With'.</source>
<target state="translated">'With' の終わりには、対応する 'End With' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseNoMatchingIf">
<source>'Else' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'Else' の前には、対応する 'If' または 'ElseIf' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndIfNoMatchingIf">
<source>'End If' must be preceded by a matching 'If'.</source>
<target state="translated">'End If' の前には、対応する 'If' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSelectNoSelect">
<source>'End Select' must be preceded by a matching 'Select Case'.</source>
<target state="translated">'End Select' の前には、対応する 'Select Case' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitDoNotWithinDo">
<source>'Exit Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Exit Do' は、'Do' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWhileNoWhile">
<source>'End While' must be preceded by a matching 'While'.</source>
<target state="translated">'End While' の前には、対応する 'While' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopNoMatchingDo">
<source>'Loop' must be preceded by a matching 'Do'.</source>
<target state="translated">'Loop' の前には、対応する 'Do' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NextNoMatchingFor">
<source>'Next' must be preceded by a matching 'For'.</source>
<target state="translated">'Next' の前には、対応する 'For' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndWithWithoutWith">
<source>'End With' must be preceded by a matching 'With'.</source>
<target state="translated">'End With' の前には、対応する 'With' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefined1">
<source>Label '{0}' is already defined in the current method.</source>
<target state="translated">ラベル '{0}' は、現在のメソッドで既に定義されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSelect">
<source>'Select Case' must end with a matching 'End Select'.</source>
<target state="translated">'Select Case' の終わりには、対応する 'End Select' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitForNotWithinFor">
<source>'Exit For' can only appear inside a 'For' statement.</source>
<target state="translated">'Exit For' は、'For' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitWhileNotWithinWhile">
<source>'Exit While' can only appear inside a 'While' statement.</source>
<target state="translated">'Exit While' は、'While' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyProperty1">
<source>'ReadOnly' property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'ReadOnly' プロパティ '{0}' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitSelectNotWithinSelect">
<source>'Exit Select' can only appear inside a 'Select' statement.</source>
<target state="translated">'Exit Select' は、'Select' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BranchOutOfFinally">
<source>Branching out of a 'Finally' is not valid.</source>
<target state="translated">Finally' からのブランチは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualNotObjectRecord1">
<source>'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.</source>
<target state="translated">'!' の左側に、型パラメーター、クラスまたはインターフェイス型を持つオペランドが必要ですが、このオペランドの型は '{0}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewIndices">
<source>Number of indices is less than the number of dimensions of the indexed array.</source>
<target state="translated">インデックスの数がインデックス付き配列の次元数より少ない値です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyIndices">
<source>Number of indices exceeds the number of dimensions of the indexed array.</source>
<target state="translated">インデックスの数がインデックス付き配列の次元数を超えています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EnumNotExpression1">
<source>'{0}' is an Enum type and cannot be used as an expression.</source>
<target state="translated">'{0}' は列挙型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeNotExpression1">
<source>'{0}' is a type and cannot be used as an expression.</source>
<target state="translated">'{0}' は型であるため、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassNotExpression1">
<source>'{0}' is a class type and cannot be used as an expression.</source>
<target state="translated">'{0}' はクラス型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNotExpression1">
<source>'{0}' is a structure type and cannot be used as an expression.</source>
<target state="translated">'{0}' は構造体型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotExpression1">
<source>'{0}' is an interface type and cannot be used as an expression.</source>
<target state="translated">'{0}' はインターフェイス型であり、式として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotExpression1">
<source>'{0}' is a namespace and cannot be used as an expression.</source>
<target state="translated">'{0}' は名前空間であり、式としては使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNamespaceName1">
<source>'{0}' is not a valid name and cannot be used as the root namespace name.</source>
<target state="translated">'{0}' は有効な名前ではありません。ルートの名前空間名として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlPrefixNotExpression">
<source>'{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.</source>
<target state="translated">'{0}' は XML プレフィックスであり、式として使用することはできません。名前空間オブジェクトを作成するには、GetXmlNamespace 演算子を使用します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleExtends">
<source>'Inherits' can appear only once within a 'Class' statement and can only specify one class.</source>
<target state="translated">'Inherits' は、'Class' ステートメント内で 1 回のみ使用でき、1 つのクラスのみを指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropMustHaveGetSet">
<source>Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.</source>
<target state="translated">ReadOnly' または 'WriteOnly' 指定子を持たないプロパティには、'Get' および 'Set' の両方を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyHasNoWrite">
<source>'WriteOnly' property must provide a 'Set'.</source>
<target state="translated">'WriteOnly' プロパティには 'Set' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyHasNoGet">
<source>'ReadOnly' property must provide a 'Get'.</source>
<target state="translated">'ReadOnly' プロパティには 'Get' を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttribute1">
<source>Attribute '{0}' is not valid: Incorrect argument value.</source>
<target state="translated">属性 '{0}' が無効です: 引数値が正しくありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LabelNotDefined1">
<source>Label '{0}' is not defined.</source>
<target state="translated">ラベル '{0}' が定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ErrorCreatingWin32ResourceFile">
<source>Error creating Win32 resources: {0}</source>
<target state="translated">Win32 リソースの作成中にエラーが発生しました: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToCreateTempFile">
<source>Cannot create temporary file: {0}</source>
<target state="translated">一時ファイルを作成できません: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCall2">
<source>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.</source>
<target state="translated">'{1}' の基底クラス '{0}' には、引数なしで呼び出される、アクセス可能な 'Sub New' がないため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' に対して呼び出さなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMember3">
<source>{0} '{1}' must implement '{2}' for interface '{3}'.</source>
<target state="translated">{0} '{1}' は '{2}' をインターフェイス '{3}' に実装しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithRef">
<source>Leading '.' or '!' can only appear inside a 'With' statement.</source>
<target state="translated">先頭の '.' または '!' は、'With' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAccessCategoryUsed">
<source>Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.</source>
<target state="translated">Public'、'Private'、'Protected'、'Friend'、'Protected Friend'、または 'Private Protected' は、いずれか 1 つしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateModifierCategoryUsed">
<source>Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.</source>
<target state="translated">NotOverridable'、'MustOverride'、または 'Overridable' は、いずれか 1 つしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateSpecifier">
<source>Specifier is duplicated.</source>
<target state="translated">指定子が重複しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeConflict6">
<source>{0} '{1}' and {2} '{3}' conflict in {4} '{5}'.</source>
<target state="translated">{0} '{1}' と {2} '{3}' が {4} '{5}' で競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeKeyword">
<source>Keyword does not name a type.</source>
<target state="translated">キーワードは型の名前を指定しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraSpecifiers">
<source>Specifiers valid only at the beginning of a declaration.</source>
<target state="translated">指定子は、宣言の先頭でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedType">
<source>Type expected.</source>
<target state="translated">型が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfKeyword">
<source>Keyword is not valid as an identifier.</source>
<target state="translated">キーワードは、識別子として有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEnum">
<source>'End Enum' must be preceded by a matching 'Enum'.</source>
<target state="translated">'End Enum' の前には、対応する 'Enum' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEnum">
<source>'Enum' must end with a matching 'End Enum'.</source>
<target state="translated">'Enum' の終わりには、対応する 'End Enum' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDeclaration">
<source>Declaration expected.</source>
<target state="translated">宣言が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeLast">
<source>End of parameter list expected. Cannot define parameters after a paramarray parameter.</source>
<target state="translated">パラメーター リストの最後が必要です。ParamArray パラメーターの後にパラメーターを定義できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvalidOnInheritsImplOpt">
<source>Specifiers and attributes are not valid on this statement.</source>
<target state="translated">指定子および属性は、このステートメントでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSpecifier">
<source>Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.</source>
<target state="translated">Dim'、'Const'、'Public'、'Private'、'Protected'、'Friend'、'Shadows'、'ReadOnly'、または 'Shared' のいずれかを指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedComma">
<source>Comma expected.</source>
<target state="translated">コンマが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAs">
<source>'As' expected.</source>
<target state="translated">'As' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRparen">
<source>')' expected.</source>
<target state="translated">')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLparen">
<source>'(' expected.</source>
<target state="translated">'(' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNewInType">
<source>'New' is not valid in this context.</source>
<target state="translated">'このコンテキストでは、'New' は無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExpression">
<source>Expression expected.</source>
<target state="translated">式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptional">
<source>'Optional' expected.</source>
<target state="translated">'Optional' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifier">
<source>Identifier expected.</source>
<target state="translated">識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIntLiteral">
<source>Integer constant expected.</source>
<target state="translated">整数の定数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEOS">
<source>End of statement expected.</source>
<target state="translated">ステートメントの終わりを指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedForOptionStmt">
<source>'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.</source>
<target state="translated">'Option' の後には、'Compare'、'Explicit'、'Infer'、または 'Strict' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionCompare">
<source>'Option Compare' must be followed by 'Text' or 'Binary'.</source>
<target state="translated">'Option Compare' の後には、'Text' または 'Binary' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOptionCompare">
<source>'Compare' expected.</source>
<target state="translated">'Compare' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObject">
<source>Option Strict On requires all variable declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On では、すべての変数宣言に 'As' 句が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitProc">
<source>Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.</source>
<target state="translated">Option Strict On では、すべての関数、プロパティ、および演算子宣言に 'As' 句が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsImplicitArgs">
<source>Option Strict On requires that all method parameters have an 'As' clause.</source>
<target state="translated">Option Strict On では、すべてのメソッド パラメーターに 'As' 句が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidParameterSyntax">
<source>Comma or ')' expected.</source>
<target state="translated">コンマまたは ')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubFunction">
<source>'Sub' or 'Function' expected.</source>
<target state="translated">'Sub' または 'Function' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedStringLiteral">
<source>String constant expected.</source>
<target state="translated">文字列定数を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingLibInDeclare">
<source>'Lib' expected.</source>
<target state="translated">'Lib' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateNoInvoke1">
<source>Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.</source>
<target state="translated">Delegate クラス '{0}' には Invoke メソッドが含まれていないため、この型の式をメソッド呼び出しのターゲットに設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingIsInTypeOf">
<source>'Is' expected.</source>
<target state="translated">'Is' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateOption1">
<source>'Option {0}' statement can only appear once per file.</source>
<target state="translated">'Option {0}' ステートメントは、1 つのファイルに付き 1 回のみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantInherit">
<source>'Inherits' not valid in Modules.</source>
<target state="translated">'Inherits' は、モジュールでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantImplement">
<source>'Implements' not valid in Modules.</source>
<target state="translated">'Implements' は、モジュールでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadImplementsType">
<source>Implemented type must be an interface.</source>
<target state="translated">実装される型は、インターフェイスでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstFlags1">
<source>'{0}' is not valid on a constant declaration.</source>
<target state="translated">'{0}' は、定数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadWithEventsFlags1">
<source>'{0}' is not valid on a WithEvents declaration.</source>
<target state="translated">'{0}' は、WithEvents 宣言 では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDimFlags1">
<source>'{0}' is not valid on a member variable declaration.</source>
<target state="translated">'{0}' は、メンバー変数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParamName1">
<source>Parameter already declared with name '{0}'.</source>
<target state="translated">パラメーターは '{0}' という名前で既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopDoubleCondition">
<source>'Loop' cannot have a condition if matching 'Do' has one.</source>
<target state="translated">'対応する 'Do' に条件がある場合、'Loop' に条件を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRelational">
<source>Relational operator expected.</source>
<target state="translated">関係演算子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedExitKind">
<source>'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.</source>
<target state="translated">'Exit' の後には、'Sub'、'Function'、'Property'、'Do'、'For'、'While'、'Select'、または 'Try' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgumentInAttributeList">
<source>Named argument expected.</source>
<target state="translated">名前付き引数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation">
<source>Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.</source>
<target state="translated">遅延バインディングの呼び出しでは、すべての固定引数を指定した後で名前付き引数を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedNamedArgument">
<source>Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.</source>
<target state="translated">名前付き引数が必要です。末尾以外の名前付き引数を使用するには、言語バージョン {0} 以上を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMethodFlags1">
<source>'{0}' is not valid on a method declaration.</source>
<target state="translated">'{0}' は、メソッド宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEventFlags1">
<source>'{0}' is not valid on an event declaration.</source>
<target state="translated">'{0}' は、イベント宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDeclareFlags1">
<source>'{0}' is not valid on a Declare.</source>
<target state="translated">'{0}' は、Declare では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalConstFlags1">
<source>'{0}' is not valid on a local constant declaration.</source>
<target state="translated">'{0}' は、ローカル定数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLocalDimFlags1">
<source>'{0}' is not valid on a local variable declaration.</source>
<target state="translated">'{0}' は、ローカル変数宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedConditionalDirective">
<source>'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.</source>
<target state="translated">'If'、'ElseIf'、'Else'、'Const'、'Region'、'ExternalSource'、'ExternalChecksum'、'Enable'、'Disable'、'End'、'R' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEQ">
<source>'=' expected.</source>
<target state="translated">'=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorNotFound1">
<source>Type '{0}' has no constructors.</source>
<target state="translated">型 '{0}' にはコンストラクターがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndInterface">
<source>'End Interface' must be preceded by a matching 'Interface'.</source>
<target state="translated">'End Interface' の前には、対応する 'Interface' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndInterface">
<source>'Interface' must end with a matching 'End Interface'.</source>
<target state="translated">'Interface' の終わりには、対応する 'End Interface' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFrom2">
<source>
'{0}' inherits from '{1}'.</source>
<target state="translated">
'{0}' は '{1}' から継承されます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNestedIn2">
<source>
'{0}' is nested in '{1}'.</source>
<target state="translated">
'{0}' は '{1}' 内で入れ子にされています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycle1">
<source>Class '{0}' cannot inherit from itself: {1}</source>
<target state="translated">クラス '{0}' はそれ自体から継承することはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonClass">
<source>Classes can inherit only from other classes.</source>
<target state="translated">クラスは、他のクラスからのみ継承できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedType3">
<source>'{0}' is already declared as '{1}' in this {2}.</source>
<target state="translated">'{0}' は、この {2} で '{1}' として既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverrideAccess2">
<source>'{0}' cannot override '{1}' because they have different access levels.</source>
<target state="translated">'異なるアクセス レベルが指定されているため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideNotOverridable2">
<source>'{0}' cannot override '{1}' because it is declared 'NotOverridable'.</source>
<target state="translated">'{1}' は、'NotOverridable' として宣言されているため、'{0}' でオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDef1">
<source>'{0}' has multiple definitions with identical signatures.</source>
<target state="translated">'{0}' には同じ署名で複数の定義が存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateProcDefWithDifferentTupleNames2">
<source>'{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.</source>
<target state="translated">'{0}' には、'{1}' を含め、同じ署名で異なるタプル要素名の複数の定義が存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceMethodFlags1">
<source>'{0}' is not valid on an interface method declaration.</source>
<target state="translated">'{0}' は、インターフェイス メソッド宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound2">
<source>'{0}' is not a parameter of '{1}'.</source>
<target state="translated">'{0}' は、'{1}' のパラメーターではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfacePropertyFlags1">
<source>'{0}' is not valid on an interface property declaration.</source>
<target state="translated">'{0}' は、インターフェイス プロパティ宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice2">
<source>Parameter '{0}' of '{1}' already has a matching argument.</source>
<target state="translated">'{1}' のパラメーター '{0}' には、一致する引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCantUseEventSpecifier1">
<source>'{0}' is not valid on an interface event declaration.</source>
<target state="translated">'{0}' は、インターフェイス イベント宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNoMatch2">
<source>Type character '{0}' does not match declared data type '{1}'.</source>
<target state="translated">型文字 '{0}' が宣言されたデータ型 '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSubOrFunction">
<source>'Sub' or 'Function' expected after 'Delegate'.</source>
<target state="translated">'Delegate' の後には、'Sub' または 'Function' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEmptyEnum1">
<source>Enum '{0}' must contain at least one member.</source>
<target state="translated">Enum '{0}' は少なくとも 1 つのメンバーを含んでいる必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidConstructorCall">
<source>Constructor call is valid only as the first statement in an instance constructor.</source>
<target state="translated">コンストラクターの呼び出しは、インスタンス コンストラクター内の最初のステートメントとしてのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverrideConstructor">
<source>'Sub New' cannot be declared 'Overrides'.</source>
<target state="translated">'Sub New' を 'Overrides' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorCannotBeDeclaredPartial">
<source>'Sub New' cannot be declared 'Partial'.</source>
<target state="translated">'Sub New' は 'Partial' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleEmitFailure">
<source>Failed to emit module '{0}': {1}</source>
<target state="translated">モジュール '{0}' の生成に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncUpdateFailedMissingAttribute">
<source>Cannot update '{0}'; attribute '{1}' is missing.</source>
<target state="translated">'{0}' を更新できません。属性 '{1}' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideNotNeeded3">
<source>{0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.</source>
<target state="translated">基底クラスで {0} をオーバーライドしないため、{0} '{1}' を 'Overrides' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDot">
<source>'.' expected.</source>
<target state="translated">'.' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocals1">
<source>Local variable '{0}' is already declared in the current block.</source>
<target state="translated">ローカル変数 '{0}' は現在のブロックで既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProc">
<source>Statement cannot appear within a method body. End of method assumed.</source>
<target state="translated">ステートメントをメソッド本体の内部に表示することはできません。メソッド本体の終了と見なします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalSameAsFunc">
<source>Local variable cannot have the same name as the function containing it.</source>
<target state="translated">ローカル変数に、それを含む関数と同じ名前を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordEmbeds2">
<source>
'{0}' contains '{1}' (variable '{2}').</source>
<target state="translated">
'{0}' は '{1}' を含みます (変数 '{2}')。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RecordCycle2">
<source>Structure '{0}' cannot contain an instance of itself: {1}</source>
<target state="translated">構造体 '{0}' に、それ自体のインスタンスを含めることはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceCycle1">
<source>Interface '{0}' cannot inherit from itself: {1}</source>
<target state="translated">クラス '{0}' はそれ自体から継承することはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle2">
<source>
'{0}' calls '{1}'.</source>
<target state="translated">
'{0}' は '{1}' を呼び出します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubNewCycle1">
<source>Constructor '{0}' cannot call itself: {1}</source>
<target state="translated">コンストラクター '{0}' からそれ自体を呼び出すことはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromCantInherit3">
<source>'{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.</source>
<target state="translated">'{0}' を {2} '{1}' から継承できません。'{1}' は 'NotInheritable' として宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithOptional2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by optional parameters.</source>
<target state="translated">'{0}' と '{1}' では、省略可能なパラメーターのみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithReturnType2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by return types.</source>
<target state="translated">'{0}' と '{1}' では、戻り値の型のみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharWithType1">
<source>Type character '{0}' cannot be used in a declaration with an explicit type.</source>
<target state="translated">明示的な型を含む宣言では、型文字 '{0}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnSub">
<source>Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.</source>
<target state="translated">Sub' は値を返さないため、'Sub' 宣言で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithDefault2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.</source>
<target state="translated">'{0}' と '{1}' では、省略可能なパラメーターの既定値のみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingSubscript">
<source>Array subscript expression missing.</source>
<target state="translated">配列インデックス式が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithDefault2">
<source>'{0}' cannot override '{1}' because they differ by the default values of optional parameters.</source>
<target state="translated">'省略可能なパラメーターの既定値のみが異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptional2">
<source>'{0}' cannot override '{1}' because they differ by optional parameters.</source>
<target state="translated">'省略可能なパラメーターのみが異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldOfValueFieldOfMarshalByRef3">
<source>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.</source>
<target state="translated">'{0}' は、'System.MarshalByRefObject' を基本クラスとして持つクラス '{2}' の値付きフィールド '{1}' のメンバーであるため、参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}'.</source>
<target state="translated">型 '{0}' の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CaseAfterCaseElse">
<source>'Case' cannot follow a 'Case Else' in the same 'Select' statement.</source>
<target state="translated">'Case' を、同一の 'Select' ステートメント内で 'Case Else' の後に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayMismatch4">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.</source>
<target state="translated">'{2}' は '{3}' から派生していないため、型 '{0}' の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertObjectArrayMismatch3">
<source>Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.</source>
<target state="translated">'{2}' が参照型でないため、'{0}' 型の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopType1">
<source>'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.</source>
<target state="translated">'{0}' 型は必要な演算子をサポートしていないため、'For' ループ制御変数には使えません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithByref2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.</source>
<target state="translated">'{0}' と '{1}' では、パラメーターが 'ByRef' と 'ByVal' のどちらに設定されているかのみが異なるため、お互いにオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsFromNonInterface">
<source>Interface can inherit only from another interface.</source>
<target state="translated">インターフェイスは、別のインターフェイスからのみ継承できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceOrderOnInherits">
<source>'Inherits' statements must precede all declarations in an interface.</source>
<target state="translated">'Inherits' ステートメントは、インターフェイス内のすべての宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateDefaultProps1">
<source>'Default' can be applied to only one property name in a {0}.</source>
<target state="translated">'Default' は、{0} 内で 1 つのプロパティ名にのみ適用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMissingFromProperty2">
<source>'{0}' and '{1}' cannot overload each other because only one is declared 'Default'.</source>
<target state="translated">'{0}' と '{1}' では、一方のみが 'Default' に宣言されているため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridingPropertyKind2">
<source>'{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' と '{1}' は、'ReadOnly' であるか、または 'WriteOnly' であるかのみが異なるため、オーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInInterface">
<source>'Sub New' cannot be declared in an interface.</source>
<target state="translated">'Sub New' をインターフェイスで宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNew1">
<source>'Sub New' cannot be declared '{0}'.</source>
<target state="translated">'Sub New' を '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadingPropertyKind2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.</source>
<target state="translated">'{0}' と '{1}' では、'ReadOnly' であるか、または 'WriteOnly' であるかのみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDefaultNotExtend1">
<source>Class '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">クラス '{0}' には既定のプロパティがないため、インデックス処理を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadWithArrayVsParamArray2">
<source>'{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.</source>
<target state="translated">'{0}' と '{1}' では、'ParamArray' として宣言されたパラメーターのみが異なるため、お互いをオーバーロードすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInstanceMemberAccess">
<source>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.</source>
<target state="translated">クラスの明示的なインスタンスを指定しないで、共有メソッドまたは共有メンバー初期化子内からクラスのインスタンス メンバーを参照することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedRbrace">
<source>'}' expected.</source>
<target state="translated">'}' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleAsType1">
<source>Module '{0}' cannot be used as a type.</source>
<target state="translated">モジュール '{0}' を型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnNonClass">
<source>'New' cannot be used on an interface.</source>
<target state="translated">'New' をインターフェイスで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchAfterFinally">
<source>'Catch' cannot appear after 'Finally' within a 'Try' statement.</source>
<target state="translated">'Catch' を 'Try' ステートメント内にある 'Finally' の後に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNoMatchingTry">
<source>'Catch' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Catch' を 'Try' ステートメントの外に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyAfterFinally">
<source>'Finally' can only appear once in a 'Try' statement.</source>
<target state="translated">'Finally' は、'Try' ステートメント内で 1 回のみ記述できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FinallyNoMatchingTry">
<source>'Finally' cannot appear outside a 'Try' statement.</source>
<target state="translated">'Finally' を 'Try' ステートメントの外に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndTryNoTry">
<source>'End Try' must be preceded by a matching 'Try'.</source>
<target state="translated">'End Try' の前には、対応する 'Try' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndTry">
<source>'Try' must end with a matching 'End Try'.</source>
<target state="translated">'Try' の終わりには、対応する 'End Try' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDelegateFlags1">
<source>'{0}' is not valid on a Delegate declaration.</source>
<target state="translated">'{0}' は、デリゲート宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstructorOnBase2">
<source>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.</source>
<target state="translated">基底クラス '{1}' に引数なしで呼び出せるアクセス可能な 'Sub New' が指定されていないため、クラス '{0}' は 'Sub New' を宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleSymbol2">
<source>'{0}' is not accessible in this context because it is '{1}'.</source>
<target state="translated">'{0}' は '{1}' であるため、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleMember3">
<source>'{0}.{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">'{0}.{1}' は '{2}' であるため、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchNotException1">
<source>'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.</source>
<target state="translated">'型 '{0}' は、'System.Exception'、または 'System.Exception' から継承するクラスではないため、'Catch' でキャッチできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitTryNotWithinTry">
<source>'Exit Try' can only appear inside a 'Try' statement.</source>
<target state="translated">'Exit Try' は、'Try' ステートメント内部にのみ記述できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRecordFlags1">
<source>'{0}' is not valid on a Structure declaration.</source>
<target state="translated">'{0}' は、Structure 宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadEnumFlags1">
<source>'{0}' is not valid on an Enum declaration.</source>
<target state="translated">'{0}' は、Enum 宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceFlags1">
<source>'{0}' is not valid on an Interface declaration.</source>
<target state="translated">'{0}' は、Interface 宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithByref2">
<source>'{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.</source>
<target state="translated">'{0}' と '{1}' は、パラメーターが 'ByRef' か 'ByVal' のどちらであるかが異なるため、オーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyBaseAbstractCall1">
<source>'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.</source>
<target state="translated">'メソッド '{0}' は 'MustOverride' として宣言されているため、'MyBase' と共に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentNotMemberOfInterface4">
<source>'{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.</source>
<target state="translated">'{0}' で '{1}' を実装できません。インターフェイス '{3}' に、対応する {2} がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementingInterfaceWithDifferentTupleNames5">
<source>'{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.</source>
<target state="translated">'{4}' のタプル要素名が '{5}' のタプル要素名と一致しないため、'{0}' はインターフェイス '{3}' に {1} '{2}' を実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsRequiresClass">
<source>'WithEvents' variables must have an 'As' clause.</source>
<target state="translated">'WithEvents' 変数には 'As' 句を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WithEventsAsStruct">
<source>'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.</source>
<target state="translated">'WithEvents' 変数は、クラス、インターフェイス、またはクラス制約のある型パラメーターとしてのみ型指定することができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvertArrayRankMismatch2">
<source>Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.</source>
<target state="translated">配列型の次元数が異なるため、型 '{0}' の値を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimRankMismatch">
<source>'ReDim' cannot change the number of dimensions of an array.</source>
<target state="translated">'ReDim' によって配列の次元数を変更することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartupCodeNotFound1">
<source>'Sub Main' was not found in '{0}'.</source>
<target state="translated">'Sub Main' が、'{0}' に見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstAsNonConstant">
<source>Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.</source>
<target state="translated">定数は、クラス、構造体、または配列型ではなく、組み込み型か列挙型でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSub">
<source>'End Sub' must be preceded by a matching 'Sub'.</source>
<target state="translated">'End Sub' の前には、対応する 'Sub' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndFunction">
<source>'End Function' must be preceded by a matching 'Function'.</source>
<target state="translated">'End Function' の前には、対応する 'Function' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndProperty">
<source>'End Property' must be preceded by a matching 'Property'.</source>
<target state="translated">'End Property' の前には、対応する 'Property' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseMethodSpecifier1">
<source>Methods in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュールのメソッドを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseEventSpecifier1">
<source>Events in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュールのイベントを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseVarSpecifier1">
<source>Members in a Structure cannot be declared '{0}'.</source>
<target state="translated">構造体のメンバーを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOverrideDueToReturn2">
<source>'{0}' cannot override '{1}' because they differ by their return types.</source>
<target state="translated">'戻り値の型が異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2">
<source>'{0}' cannot override '{1}' because they differ by their tuple element names.</source>
<target state="translated">'タプル要素名が異なるため、'{0}' は '{1}' をオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidOverrideDueToTupleNames2_Title">
<source>Member cannot override because it differs by its tuple element names.</source>
<target state="translated">タプル要素名が異なるために、メンバーをオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantWithNoValue">
<source>Constants must have a value.</source>
<target state="translated">定数には、値を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionOverflow1">
<source>Constant expression not representable in type '{0}'.</source>
<target state="translated">型 '{0}' では表現できない定数式です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertyGet">
<source>'Get' is already declared.</source>
<target state="translated">'Get' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePropertySet">
<source>'Set' is already declared.</source>
<target state="translated">'Set' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotDeclared1">
<source>'{0}' is not declared. It may be inaccessible due to its protection level.</source>
<target state="translated">'{0}' は宣言されていません。アクセスできない保護レベルになっています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperands3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'.</source>
<target state="translated">演算子 '{0}' は、型 '{1}' および '{2}' に対して定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedProcedure">
<source>Expression is not a method.</source>
<target state="translated">式はメソッドではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument2">
<source>Argument not specified for parameter '{0}' of '{1}'.</source>
<target state="translated">'{1}' のパラメーター '{0}' に対して引数が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMember2">
<source>'{0}' is not a member of '{1}'.</source>
<target state="translated">'{0}' は '{1}' のメンバーではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndClassNoClass">
<source>'End Class' must be preceded by a matching 'Class'.</source>
<target state="translated">'End Class' の前には、対応する 'Class' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadClassFlags1">
<source>Classes cannot be declared '{0}'.</source>
<target state="translated">クラスを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportsMustBeFirst">
<source>'Imports' statements must precede any declarations.</source>
<target state="translated">'Imports' ステートメントは、宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonNamespaceOrClassOnImport2">
<source>'{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.</source>
<target state="translated">'インポート '{0}' の '{1}' は、Namespace、Class、Structure、Enum、または Module を参照していません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypecharNotallowed">
<source>Type declaration characters are not valid in this context.</source>
<target state="translated">型宣言文字は、このコンテキストでは有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectReferenceNotSupplied">
<source>Reference to a non-shared member requires an object reference.</source>
<target state="translated">非共有メンバーを参照するには、オブジェクト参照が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassNotInClass">
<source>'MyClass' cannot be used outside of a class.</source>
<target state="translated">'MyClass' をクラスの外で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndexedNotArrayOrProc">
<source>Expression is not an array or a method, and cannot have an argument list.</source>
<target state="translated">式は、配列またはメソッドではありません。引数リストを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventSourceIsArray">
<source>'WithEvents' variables cannot be typed as arrays.</source>
<target state="translated">'WithEvents' 変数を配列として型指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorWithParams">
<source>Shared 'Sub New' cannot have any parameters.</source>
<target state="translated">共有 'Sub New' にパラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedConstructorIllegalSpec1">
<source>Shared 'Sub New' cannot be declared '{0}'.</source>
<target state="translated">共有 'Sub New' を '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndClass">
<source>'Class' statement must end with a matching 'End Class'.</source>
<target state="translated">'Class' ステートメントの終わりには、対応する 'End Class' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryOperand2">
<source>Operator '{0}' is not defined for type '{1}'.</source>
<target state="translated">演算子 '{0}' は型 '{1}' に対して定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsWithDefault1">
<source>'Default' cannot be combined with '{0}'.</source>
<target state="translated">'Default' を '{0}' と組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidValue">
<source>Expression does not produce a value.</source>
<target state="translated">式は値を生成しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorFunction">
<source>Constructor must be declared as a Sub, not as a Function.</source>
<target state="translated">コンストラクターは、Function ではなく Sub として宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLiteralExponent">
<source>Exponent is not valid.</source>
<target state="translated">指数が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewCannotHandleEvents">
<source>'Sub New' cannot handle events.</source>
<target state="translated">'Sub New' でイベントを処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularEvaluation1">
<source>Constant '{0}' cannot depend on its own value.</source>
<target state="translated">定数 '{0}' が、それ自体の値に依存することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedMeth1">
<source>'Shared' cannot be combined with '{0}' on a method declaration.</source>
<target state="translated">'メソッド宣言で、'Shared' を '{0}' と組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnSharedProperty1">
<source>'Shared' cannot be combined with '{0}' on a property declaration.</source>
<target state="translated">'プロパティ宣言で、'Shared' を '{0}' と組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnStdModuleProperty1">
<source>Properties in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュールのプロパティを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedOnProcThatImpl">
<source>Methods or events that implement interface members cannot be declared 'Shared'.</source>
<target state="translated">インターフェイス メンバーを実装するメソッドまたはイベントを、'Shared' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoWithEventsVarOnHandlesList">
<source>Handles clause requires a WithEvents variable defined in the containing type or one of its base types.</source>
<target state="translated">Handles 句には、それを含む型または基本型の 1 つで定義された WithEvents 変数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatch5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.</source>
<target state="translated">'ベース {1} のアクセスを {3} '{4}' へ展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionDisallowed2">
<source>Option Strict On disallows implicit conversions from '{0}' to '{1}'.</source>
<target state="translated">Option Strict On では '{0}' から '{1}' への暗黙的な変換は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoArgumentCountOverloadCandidates1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of arguments.</source>
<target state="translated">この引数の数を受け付ける '{0}' がないため、オーバーロードの解決に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoViableOverloadCandidates1">
<source>Overload resolution failed because no '{0}' is accessible.</source>
<target state="translated">'{0}' にアクセスできないため、オーバーロードの解決に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoCallableOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}</source>
<target state="translated">これらの引数で呼び出せるアクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called:{1}</source>
<target state="translated">呼び出し可能でアクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました:{1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonNarrowingOverloadCandidates2">
<source>Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}</source>
<target state="translated">縮小変換しないで呼び出される、アクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing3">
<source>Argument matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">パラメーター '{0}' と一致する引数は '{1}' から '{2}' へ引数照合します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoMostSpecificOverload2">
<source>Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}</source>
<target state="translated">これらの引数に最も固有な、アクセス可能な '{0}' がないため、オーバーロードの解決に失敗しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotMostSpecificOverload">
<source>Not most specific.</source>
<target state="translated">最も固有ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate2">
<source>
'{0}': {1}</source>
<target state="translated">
'{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGetProperty1">
<source>Property '{0}' is 'WriteOnly'.</source>
<target state="translated">プロパティ '{0}' は 'WriteOnly' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSetProperty1">
<source>Property '{0}' is 'ReadOnly'.</source>
<target state="translated">プロパティ '{0}' は 'ReadOnly' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamTypingInconsistency">
<source>All parameters must be explicitly typed if any of them are explicitly typed.</source>
<target state="translated">明示的に型指定されているパラメーターが存在する場合、すべてのパラメーターが明示的に型指定されていなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamNameFunctionNameCollision">
<source>Parameter cannot have the same name as its defining function.</source>
<target state="translated">パラメーターを、定義する関数と同じ名前に設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DateToDoubleConversion">
<source>Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.</source>
<target state="translated">Date' から 'Double' への変換には、'Date.ToOADate' メソッドの呼び出しが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoubleToDateConversion">
<source>Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.</source>
<target state="translated">Double' から 'Date' への変換には、'Date.FromOADate' メソッドの呼び出しが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ZeroDivide">
<source>Division by zero occurred while evaluating this expression.</source>
<target state="translated">この式の評価中に 0 による除算が発生しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryAndOnErrorDoNotMix">
<source>Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.</source>
<target state="translated">メソッドに 'Try' ステートメントと 'On Error' または 'Resume' ステートメントの両方を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyAccessIgnored">
<source>Property access must assign to the property or use its value.</source>
<target state="translated">プロパティ アクセスはプロパティに割り当てるか、またはその値を使わなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNoDefault1">
<source>'{0}' cannot be indexed because it has no default property.</source>
<target state="translated">'{0}' には既定のプロパティがないため、インデックス処理を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyAttribute1">
<source>Attribute '{0}' cannot be applied to an assembly.</source>
<target state="translated">属性 '{0}' をアセンブリに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidModuleAttribute1">
<source>Attribute '{0}' cannot be applied to a module.</source>
<target state="translated">属性 '{0}' をモジュールに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInUnnamedNamespace1">
<source>'{0}' is ambiguous.</source>
<target state="translated">'{0}' はあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultMemberNotProperty1">
<source>Default member of '{0}' is not a property.</source>
<target state="translated">既定のメンバー '{0}' はプロパティではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespace2">
<source>'{0}' is ambiguous in the namespace '{1}'.</source>
<target state="translated">'{0}' は、名前空間 '{1}' ではあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInImports2">
<source>'{0}' is ambiguous, imported from the namespaces or types '{1}'.</source>
<target state="translated">'名前空間または型 '{1}' からインポートされた '{0}' はあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInModules2">
<source>'{0}' is ambiguous between declarations in Modules '{1}'.</source>
<target state="translated">'{0}' は、モジュール '{1}' 内の宣言間においてあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousInNamespaces2">
<source>'{0}' is ambiguous between declarations in namespaces '{1}'.</source>
<target state="translated">'{0}' は、名前空間 '{1}' 内の宣言間においてあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooFewDimensions">
<source>Array initializer has too few dimensions.</source>
<target state="translated">配列初期化子の次元が少なすぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerTooManyDimensions">
<source>Array initializer has too many dimensions.</source>
<target state="translated">配列初期化子の次元が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooFewElements1">
<source>Array initializer is missing {0} elements.</source>
<target state="translated">配列初期化子には {0} 個の要素が足りません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerTooManyElements1">
<source>Array initializer has {0} too many elements.</source>
<target state="translated">配列初期化子には {0} 個の要素が余分です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewOnAbstractClass">
<source>'New' cannot be used on a class that is declared 'MustInherit'.</source>
<target state="translated">'MustInherit' として宣言されたクラスでは、'New' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateNamedImportAlias1">
<source>Alias '{0}' is already declared.</source>
<target state="translated">エイリアス '{0}' は、既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicatePrefix">
<source>XML namespace prefix '{0}' is already declared.</source>
<target state="translated">XML 名前空間プレフィックス '{0}' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsLateBinding">
<source>Option Strict On disallows late binding.</source>
<target state="translated">Option Strict On では、遅延バインディングを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfOperandNotMethod">
<source>'AddressOf' operand must be the name of a method (without parentheses).</source>
<target state="translated">'AddressOf' オペランドはメソッドの名前でなければなりません。かっこは不要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndExternalSource">
<source>'#End ExternalSource' must be preceded by a matching '#ExternalSource'.</source>
<target state="translated">'#End ExternalSource' の前には、対応する '#ExternalSource' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndExternalSource">
<source>'#ExternalSource' statement must end with a matching '#End ExternalSource'.</source>
<target state="translated">'#ExternalSource' ステートメントの終わりには、対応する '#End ExternalSource' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedExternalSource">
<source>'#ExternalSource' directives cannot be nested.</source>
<target state="translated">'#ExternalSource' ディレクティブは入れ子にできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'{0}' はデリゲート型でないため、'AddressOf' 式を '{0}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyncLockRequiresReferenceType1">
<source>'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.</source>
<target state="translated">'{0}' は参照型ではないので、'SyncLock' オペランドを型 '{0}' にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodAlreadyImplemented2">
<source>'{0}.{1}' cannot be implemented more than once.</source>
<target state="translated">'{0}.{1}' を複数実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateInInherits1">
<source>'{0}' cannot be inherited more than once.</source>
<target state="translated">'{0}' を複数回継承することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamArrayArgument">
<source>Named argument cannot match a ParamArray parameter.</source>
<target state="translated">名前付き引数を ParamArray パラメーターに一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedParamArrayArgument">
<source>Omitted argument cannot match a ParamArray parameter.</source>
<target state="translated">省略された引数を ParamArray パラメーターに一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayArgumentMismatch">
<source>Argument cannot match a ParamArray parameter.</source>
<target state="translated">引数を ParamArray パラメーターに一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNotFound1">
<source>Event '{0}' cannot be found.</source>
<target state="translated">イベント '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseVariableSpecifier1">
<source>Variables in Modules cannot be declared '{0}'.</source>
<target state="translated">モジュールの変数を '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedEventNeedsSharedHandler">
<source>Events of shared WithEvents variables cannot be handled by non-shared methods.</source>
<target state="translated">共有された WithEvents 変数のイベントを、共有されていないメソッドで処理することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedMinus">
<source>'-' expected.</source>
<target state="translated">'-' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceMemberSyntax">
<source>Interface members must be methods, properties, events, or type definitions.</source>
<target state="translated">インターフェイス メンバーは、メソッド、プロパティ、イベント、または型定義でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideInterface">
<source>Statement cannot appear within an interface body.</source>
<target state="translated">ステートメントをインターフェイス本体内部に記述することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsInterface">
<source>Statement cannot appear within an interface body. End of interface assumed.</source>
<target state="translated">ステートメントをインターフェイス本体内部に記述することはできません。インターフェイスの終わりと見なされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsInNotInheritableClass1">
<source>'NotInheritable' classes cannot have members declared '{0}'.</source>
<target state="translated">'NotInheritable' クラスに、'{0}' として宣言されたメンバーを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseOnlyClassesMustBeExplicit2">
<source>Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.</source>
<target state="translated">クラス '{0}' は、'MustInherit' として宣言するか、または以下の継承 'MustOverride' メンバーをオーバーライドしなければなりません: {1}。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritEventNotOverridden">
<source>'{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.</source>
<target state="translated">'{0}' は基底クラス '{1}' の MustOverride イベントです。Visual Basic はイベント オーバーライドをサポートしません。基底クラスでイベントの実装を行うか、クラス '{2}' を MustInherit にする必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NegativeArraySize">
<source>Array dimensions cannot have a negative size.</source>
<target state="translated">配列の次元を、負の値のサイズに設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyClassAbstractCall1">
<source>'MustOverride' method '{0}' cannot be called with 'MyClass'.</source>
<target state="translated">'MustOverride' メソッド '{0}' を、'MyClass' で呼び出すことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndDisallowedInDllProjects">
<source>'End' statement cannot be used in class library projects.</source>
<target state="translated">'クラス ライブラリ プロジェクトで 'End' ステートメントを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BlockLocalShadowing1">
<source>Variable '{0}' hides a variable in an enclosing block.</source>
<target state="translated">変数 '{0}' は、それを囲むブロック内の変数を隠ぺいします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleNotAtNamespace">
<source>'Module' statements can occur only at file or namespace level.</source>
<target state="translated">'Module' ステートメントは、ファイル レベルまたは名前空間レベルでしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAtNamespace">
<source>'Namespace' statements can occur only at file or namespace level.</source>
<target state="translated">'Namespace' ステートメントは、ファイル レベルまたは名前空間レベルでしか指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEnum">
<source>Statement cannot appear within an Enum body.</source>
<target state="translated">ステートメントは、Enum 本体内部には記述できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEnum">
<source>Statement cannot appear within an Enum body. End of Enum assumed.</source>
<target state="translated">ステートメントは、Enum 本体内部には記述できません。Enum の終わりと見なします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrict">
<source>'Option Strict' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Strict' の後には、'On' または 'Off' のみ指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndStructureNoStructure">
<source>'End Structure' must be preceded by a matching 'Structure'.</source>
<target state="translated">'End Structure' の前には、対応する 'Structure' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndModuleNoModule">
<source>'End Module' must be preceded by a matching 'Module'.</source>
<target state="translated">'End Module' の前には、対応する 'Module' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndNamespaceNoNamespace">
<source>'End Namespace' must be preceded by a matching 'Namespace'.</source>
<target state="translated">'End Namespace' の前には、対応する 'Namespace' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndStructure">
<source>'Structure' statement must end with a matching 'End Structure'.</source>
<target state="translated">'Structure' ステートメントの終わりには、対応する 'End Structure' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndModule">
<source>'Module' statement must end with a matching 'End Module'.</source>
<target state="translated">'Module' ステートメントの終わりには、対応する 'End Module' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndNamespace">
<source>'Namespace' statement must end with a matching 'End Namespace'.</source>
<target state="translated">'Namespace' ステートメントの終わりには、対応する 'End Namespace' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionStmtWrongOrder">
<source>'Option' statements must precede any declarations or 'Imports' statements.</source>
<target state="translated">'Option' ステートメントは、宣言や 'Imports' ステートメントの前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantInherit">
<source>Structures cannot have 'Inherits' statements.</source>
<target state="translated">構造体に 'Inherits' ステートメントを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewInStruct">
<source>Structures cannot declare a non-shared 'Sub New' with no parameters.</source>
<target state="translated">構造体は、パラメーターなしの非共有の 'Sub New' を宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndGet">
<source>'End Get' must be preceded by a matching 'Get'.</source>
<target state="translated">'End Get' の前には、対応する 'Get' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndGet">
<source>'Get' statement must end with a matching 'End Get'.</source>
<target state="translated">'Get' ステートメントの終わりには、対応する 'End Get' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndSet">
<source>'End Set' must be preceded by a matching 'Set'.</source>
<target state="translated">'End Set' の前には、対応する 'Set' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndSet">
<source>'Set' statement must end with a matching 'End Set'.</source>
<target state="translated">'Set' ステートメントの終わりには、対応する 'End Set' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsProperty">
<source>Statement cannot appear within a property body. End of property assumed.</source>
<target state="translated">ステートメントを、プロパティ本体内部に記述することはできません。プロパティの終わりと見なします。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateWriteabilityCategoryUsed">
<source>'ReadOnly' and 'WriteOnly' cannot be combined.</source>
<target state="translated">'ReadOnly' と 'WriteOnly' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedGreater">
<source>'>' expected.</source>
<target state="translated">'>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeStmtWrongOrder">
<source>Assembly or Module attribute statements must precede any declarations in a file.</source>
<target state="translated">Assembly または Module 属性ステートメントは、ファイル内のどの宣言よりも前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoExplicitArraySizes">
<source>Array bounds cannot appear in type specifiers.</source>
<target state="translated">配列の範囲を、型指定子に記述することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyFlags1">
<source>Properties cannot be declared '{0}'.</source>
<target state="translated">プロパティを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionExplicit">
<source>'Option Explicit' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Explicit' の後には、'On' または 'Off' のみを指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleParameterSpecifiers">
<source>'ByVal' and 'ByRef' cannot be combined.</source>
<target state="translated">'ByVal' および 'ByRef' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleOptionalParameterSpecifiers">
<source>'Optional' and 'ParamArray' cannot be combined.</source>
<target state="translated">'Optional' と 'ParamArray' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedProperty1">
<source>Property '{0}' is of an unsupported type.</source>
<target state="translated">プロパティ '{0}' の型はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionalParameterUsage1">
<source>Attribute '{0}' cannot be applied to a method with optional parameters.</source>
<target state="translated">省略可能なパラメーターを含むメソッドに、属性 '{0}' を適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonFunction">
<source>'Return' statement in a Sub or a Set cannot return a value.</source>
<target state="translated">'Sub または Set の 'Return' ステートメントで値を返すことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnterminatedStringLiteral">
<source>String constants must end with a double quote.</source>
<target state="translated">文字列定数の終わりには、二重引用符を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedType1">
<source>'{0}' is an unsupported type.</source>
<target state="translated">'{0}' の型はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEnumBase">
<source>Enums must be declared as an integral type.</source>
<target state="translated">Enum は整数型として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefIllegal1">
<source>{0} parameters cannot be declared 'ByRef'.</source>
<target state="translated">{0} パラメーターを 'ByRef' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedAssembly3">
<source>Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">型 '{1}' を含むアセンブリ '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnreferencedModule3">
<source>Reference required to module '{0}' containing the type '{1}'. Add one to your project.</source>
<target state="translated">型 '{1}' を含むモジュール '{0}' への参照が必要です。参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnWithoutValue">
<source>'Return' statement in a Function, Get, or Operator must return a value.</source>
<target state="translated">'Function、Get、または Operator の 'Return' ステートメントは、値を返さなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedField1">
<source>Field '{0}' is of an unsupported type.</source>
<target state="translated">フィールド '{0}' の型はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedMethod1">
<source>'{0}' has a return type that is not supported or parameter types that are not supported.</source>
<target state="translated">'{0}' には、サポートされていない戻り値の型か、またはサポートされていないパラメーター型が指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonIndexProperty1">
<source>Property '{0}' with no parameters cannot be found.</source>
<target state="translated">パラメーターなしのプロパティ '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributePropertyType1">
<source>Property or field '{0}' does not have a valid attribute type.</source>
<target state="translated">プロパティまたはフィールド '{0}' に、有効な属性型が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalsCannotHaveAttributes">
<source>Attributes cannot be applied to local variables.</source>
<target state="translated">ローカル変数に属性を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyOrFieldNotDefined1">
<source>Field or property '{0}' is not found.</source>
<target state="translated">フィールドまたはプロパティ '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsage2">
<source>Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性 '{0}' を '{1}' に適用できません。この属性はこの種類の宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeUsageOnAccessor">
<source>Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.</source>
<target state="translated">属性 '{0}' を '{2}' の '{1}' に適用できません。この属性はこの種類の宣言では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedTypeInInheritsClause2">
<source>Class '{0}' cannot reference its nested type '{1}' in Inherits clause.</source>
<target state="translated">クラス '{0}' は、入れ子にされた型 '{1}' を Inherits 句で参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInItsInheritsClause1">
<source>Class '{0}' cannot reference itself in Inherits clause.</source>
<target state="translated">クラス '{0}' は、Inherits 句でそれ自体を参照することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseTypeReferences2">
<source>
Base type of '{0}' needs '{1}' to be resolved.</source>
<target state="translated">
'{0}' の基本型は '{1}' を解決する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalBaseTypeReferences3">
<source>Inherits clause of {0} '{1}' causes cyclic dependency: {2}</source>
<target state="translated">{0} '{1}' の Inherits 句が原因で依存関係が循環しています: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsage1">
<source>Attribute '{0}' cannot be applied multiple times.</source>
<target state="translated">属性 '{0}' を複数回適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMultipleAttributeUsageInNetModule2">
<source>Attribute '{0}' in '{1}' cannot be applied multiple times.</source>
<target state="translated">'{1}' 内の属性 '{0}' を複数回適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantThrowNonException">
<source>'Throw' operand must derive from 'System.Exception'.</source>
<target state="translated">'Throw' オペランドは、'System.Exception' から派生しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeInCatchToRethrow">
<source>'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.</source>
<target state="translated">'Catch' ステートメントの外部または 'Finally' ステートメントの内部では、'Throw' ステートメントのオペランドを省略することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayMustBeByVal">
<source>ParamArray parameters must be declared 'ByVal'.</source>
<target state="translated">ParamArray パラメーターは、'ByVal' として宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' は廃止されています: '{1}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RedimNoSizes">
<source>'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.</source>
<target state="translated">'ReDim' ステートメントには、配列の各次元の新しい境界の一覧をかっこで囲まれたものが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithMultipleDeclarators">
<source>Explicit initialization is not permitted with multiple variables declared with a single type specifier.</source>
<target state="translated">単一の型指定子で宣言された複数の変数は、明示的に初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitWithExplicitArraySizes">
<source>Explicit initialization is not permitted for arrays declared with explicit bounds.</source>
<target state="translated">境界を明示的に指定して宣言された配列は、明示的に初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndSyncLockNoSyncLock">
<source>'End SyncLock' must be preceded by a matching 'SyncLock'.</source>
<target state="translated">'End SyncLock' の前には、対応する 'SyncLock' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndSyncLock">
<source>'SyncLock' statement must end with a matching 'End SyncLock'.</source>
<target state="translated">'SyncLock' ステートメントの終わりには、対応する 'End SyncLock' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotEvent2">
<source>'{0}' is not an event of '{1}'.</source>
<target state="translated">'{0}' は '{1}' のイベントではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddOrRemoveHandlerEvent">
<source>'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.</source>
<target state="translated">'AddHandler' または 'RemoveHandler' ステートメントのイベント オペランドは、ドットで限定された式または簡易名でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedEnd">
<source>'End' statement not valid.</source>
<target state="translated">'End' ステートメントが有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitForNonArray2">
<source>Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.</source>
<target state="translated">配列初期化子は配列に対してのみ有効ですが、'{0}' の型は '{1}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndRegionNoRegion">
<source>'#End Region' must be preceded by a matching '#Region'.</source>
<target state="translated">'#End Region' の前には、対応する '#Region' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndRegion">
<source>'#Region' statement must end with a matching '#End Region'.</source>
<target state="translated">'#Region' ステートメントの終わりには、対応する '#End Region' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsStmtWrongOrder">
<source>'Inherits' statement must precede all declarations in a class.</source>
<target state="translated">'Inherits' ステートメントは、クラス内のすべての宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousAcrossInterfaces3">
<source>'{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.</source>
<target state="translated">'{0}' は、継承インターフェイス '{1}' と '{2}' のどちらなのかがあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyAmbiguousAcrossInterfaces4">
<source>Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.</source>
<target state="translated">Default プロパティ アクセスは、インターフェイス '{1}' の継承インターフェイス メンバー '{0}' とインターフェイス '{3}' の '{2}' との間で不適切です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceEventCantUse1">
<source>Events in interfaces cannot be declared '{0}'.</source>
<target state="translated">インターフェイスのイベントを、'{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExecutableAsDeclaration">
<source>Statement cannot appear outside of a method body.</source>
<target state="translated">ステートメントをメソッド本体の外側に置くことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureNoDefault1">
<source>Structure '{0}' cannot be indexed because it has no default property.</source>
<target state="translated">構造体 '{0}' には既定のプロパティがないため、インデックス処理を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustShadow2">
<source>{0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.</source>
<target state="translated">この名前で別のメンバーが 'Shadows' として宣言されているため、{0} '{1}' は 'Shadows' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithOptionalTypes2">
<source>'{0}' cannot override '{1}' because they differ by the types of optional parameters.</source>
<target state="translated">'省略可能なパラメーターの型において異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndOfExpression">
<source>End of expression expected.</source>
<target state="translated">式の終わりが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructsCannotHandleEvents">
<source>Methods declared in structures cannot have 'Handles' clauses.</source>
<target state="translated">構造体で宣言されたメソッドに 'Handles' 句を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverridesImpliesOverridable">
<source>Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.</source>
<target state="translated">Overrides' として宣言されているメソッドを 'Overridable' として宣言することはできません。これらのメソッドは暗黙的にオーバーライド可能です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParam1">
<source>'{0}' is already declared as a parameter of this method.</source>
<target state="translated">'{0}' は、このメソッドへのパラメーターとして既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalNamedSameAsParamInLambda1">
<source>Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.</source>
<target state="translated">変数 '{0}' は、この式またはそれを囲むラムダ式のパラメーターとして既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseTypeSpecifier1">
<source>Type in a Module cannot be declared '{0}'.</source>
<target state="translated">モジュール内の型を '{0}' に宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InValidSubMainsFound1">
<source>No accessible 'Main' method with an appropriate signature was found in '{0}'.</source>
<target state="translated">正しいシグネチャを持つ、アクセス可能な 'Main' メソッドは、'{0}' に見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MoreThanOneValidMainWasFound2">
<source>'Sub Main' is declared more than once in '{0}': {1}</source>
<target state="translated">'Sub Main' が '{0}' で複数回宣言されています: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotConvertValue2">
<source>Value '{0}' cannot be converted to '{1}'.</source>
<target state="translated">値 '{0}' を '{1}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInSyncLock">
<source>'On Error' statements are not valid within 'SyncLock' statements.</source>
<target state="translated">'On Error' ステートメントは、'SyncLock' ステートメント内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NarrowingConversionCollection2">
<source>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.</source>
<target state="translated">Option Strict On では '{0}' から '{1}' への暗黙的な変換は許可されていません。Visual Basic 6.0 のコレクション型は .NET Framework のコレクション型と互換性がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoTryHandler">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'Try'、'Catch' または 'Finally' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoSyncLock">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'SyncLock' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoWith">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'With' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoFor">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'For' または 'For Each' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicConstructor">
<source>Attribute cannot be used because it does not have a Public constructor.</source>
<target state="translated">属性に Public コンストラクターがないため、この属性を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultEventNotFound1">
<source>Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.</source>
<target state="translated">DefaultEvent' 属性で指定されたイベント '{0}' は、このクラスに対して公開されているアクセス可能なイベントではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNonSerializedUsage">
<source>'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.</source>
<target state="translated">'このメンバーを含んでいるクラスが 'Serializable' として公開されていないため、このメンバーに 'NonSerialized' 属性を設定しても効果はありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedContinueKind">
<source>'Continue' must be followed by 'Do', 'For' or 'While'.</source>
<target state="translated">'Continue' の後には 'Do'、'For'、または 'While' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueDoNotWithinDo">
<source>'Continue Do' can only appear inside a 'Do' statement.</source>
<target state="translated">'Continue Do' は、'Do' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueForNotWithinFor">
<source>'Continue For' can only appear inside a 'For' statement.</source>
<target state="translated">'Continue For' は、'For' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ContinueWhileNotWithinWhile">
<source>'Continue While' can only appear inside a 'While' statement.</source>
<target state="translated">'Continue While' は、'While' ステートメント内でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateParameterSpecifier">
<source>Parameter specifier is duplicated.</source>
<target state="translated">パラメーター指定子が重複しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a Module cannot be declared '{0}'.</source>
<target state="translated">'モジュール内の 'Declare' ステートメントを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructCantUseDLLDeclareSpecifier1">
<source>'Declare' statements in a structure cannot be declared '{0}'.</source>
<target state="translated">'構造体の中の 'Declare' ステートメントを '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfValueType1">
<source>'TryCast' operand must be reference type, but '{0}' is a value type.</source>
<target state="translated">'TryCast' オペランドは参照型でなければなりませんが、'{0}' は値型です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TryCastOfUnconstrainedTypeParam1">
<source>'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.</source>
<target state="translated">'TryCast' オペランドはクラスの制約がある型パラメーターでなければなりませんが、'{0}' にはクラスの制約がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousDelegateBinding2">
<source>No accessible '{0}' is most specific: {1}</source>
<target state="translated">最も固有な、アクセス可能な '{0}' がありません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedStructMemberCannotSpecifyNew">
<source>Non-shared members in a Structure cannot be declared 'New'.</source>
<target state="translated">構造体内の共有されていないメンバーは 'New' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericSubMainsFound1">
<source>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.</source>
<target state="translated">'{0}' で見つかった正しいシグネチャを持つ、アクセス可能な 'Main' メソッドは、スタートアップ メソッドにはなりません。それらの 'Main' メソッドはすべてジェネリックまたはジェネリック型の中に入れ子にされているためです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GeneralProjectImportsError3">
<source>Error in project-level import '{0}' at '{1}' : {2}</source>
<target state="translated">'{1}' でのプロジェクト レベル インポート '{0}' でエラーが発生しました: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidTypeForAliasesImport2">
<source>'{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.</source>
<target state="translated">'{0}' へのエイリアスのインポート '{1}' は Namespace、Class、Structure、Interface、Enum または Module を参照していません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedConstant2">
<source>Field '{0}.{1}' has an invalid constant value.</source>
<target state="translated">フィールド '{0}.{1}' の定数値が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteArgumentsNeedParens">
<source>Method arguments must be enclosed in parentheses.</source>
<target state="translated">メソッドの引数はかっこで囲む必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLineNumbersAreLabels">
<source>Labels that are numbers must be followed by colons.</source>
<target state="translated">数字のラベルの後にはコロンが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteStructureNotType">
<source>'Type' statements are no longer supported; use 'Structure' statements instead.</source>
<target state="translated">'Type' ステートメントはサポートされなくなりました。'Structure' ステートメントを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteObjectNotVariant">
<source>'Variant' is no longer a supported type; use the 'Object' type instead.</source>
<target state="translated">'Variant' 型はサポートされなくなりました。'Object' 型を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteLetSetNotNeeded">
<source>'Let' and 'Set' assignment statements are no longer supported.</source>
<target state="translated">'Let' および 'Set' 代入ステートメントはサポートされなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoletePropertyGetLetSet">
<source>Property Get/Let/Set are no longer supported; use the new Property declaration syntax.</source>
<target state="translated">Property Get/Let/Set はサポートされなくなりました。新しい Property 宣言の構文を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteWhileWend">
<source>'Wend' statements are no longer supported; use 'End While' statements instead.</source>
<target state="translated">'Wend' ステートメントはサポートされなくなりました。'End While' ステートメントを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteRedimAs">
<source>'ReDim' statements can no longer be used to declare array variables.</source>
<target state="translated">'配列変数を宣言するために 'ReDim' ステートメントを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOptionalWithoutValue">
<source>Optional parameters must specify a default value.</source>
<target state="translated">省略可能なパラメーターには、既定値を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGosub">
<source>'GoSub' statements are no longer supported.</source>
<target state="translated">'GoSub' ステートメントはサポートされなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteOnGotoGosub">
<source>'On GoTo' and 'On GoSub' statements are no longer supported.</source>
<target state="translated">'On GoTo' および 'On GoSub' ステートメントはサポートされなくなりました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteEndIf">
<source>'EndIf' statements are no longer supported; use 'End If' instead.</source>
<target state="translated">'EndIf' ステートメントはサポートされなくなりました。'End If' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteExponent">
<source>'D' can no longer be used to indicate an exponent, use 'E' instead.</source>
<target state="translated">'D' は指数を表す文字として使用できません。'E' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteAsAny">
<source>'As Any' is not supported in 'Declare' statements.</source>
<target state="translated">'As Any' は、'Declare' ステートメントではサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteGetStatement">
<source>'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.</source>
<target state="translated">'Get' ステートメントはサポートされなくなりました。ファイル I/O の機能は 'Microsoft.VisualBasic' 名前空間で使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithArrayVsParamArray2">
<source>'{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.</source>
<target state="translated">'ParamArray' として宣言されたパラメーターが異なるため、'{0}' は '{1}' をオーバーライドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularBaseDependencies4">
<source>This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.</source>
<target state="translated">この継承では、{0} '{1}' とその入れ子になったまたは基本型 '{2}' の間で循環依存関係が発生します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedBase2">
<source>{0} '{1}' cannot inherit from a type nested within it.</source>
<target state="translated">{0} '{1}' は、その中に入れ子にされた型から継承することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchOutsideAssembly4">
<source>'{0}' cannot expose type '{1}' outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' は、型 '{1}' を {2} '{3}' 経由でプロジェクトの外側に公開できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceAccessMismatchOutside3">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.</source>
<target state="translated">'ベース {1} のアクセスをアセンブリの外側に展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています: '{2}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent6">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' は、イベントの基になるデリゲート型 '{1}' を公開できません。{4} '{5}' 経由で {2} '{3}' に実装しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatchImplementedEvent4">
<source>'{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.</source>
<target state="translated">'{0}' は、イベントの基になるデリゲート型 '{1}' を公開できません。{2} '{3}' 経由でプロジェクトの外側に実装しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritanceCycleInImportedType1">
<source>Type '{0}' is not supported because it either directly or indirectly inherits from itself.</source>
<target state="translated">型 '{0}' は、直接的または間接的にそれ自体から継承しているため、サポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">基底クラス'{2}' の '{1}' には廃止マークが付けられているため、クラス '{0}' は 'Sub New' を宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">基底クラス '{2}' の '{1}' には廃止マークが付けられているため、クラス '{0}' は 'Sub New' を宣言しなければなりません: '{3}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">'{2}' の基底クラス '{1}' にある '{0}' には廃止マークが付けられているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNonObsoleteNewCall4">
<source>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}'.</source>
<target state="translated">'{2}' の基底クラス '{1}' の '{0}' には廃止マークが付けられているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません: '{3}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatch7">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.</source>
<target state="translated">'型 '{3}' のアクセスを {4} '{5}' へ展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InheritsTypeArgAccessMismatchOutside5">
<source>'{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.</source>
<target state="translated">'型 '{3}' のアクセスをアセンブリの外側に展開しているため、'{0}' は {1} '{2}' から継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeAccessMismatch3">
<source>Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.</source>
<target state="translated">'{1}' に指定されたアクセス '{0}' は、その他の partial 型の 1 つで指定されたアクセス '{2}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeBadMustInherit1">
<source>'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.</source>
<target state="translated">'MustInherit' は、その他の partial 型の 1 つに指定された 'NotInheritable' と組み合わせて使用できないので、partial 型 '{0}' に指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverOnNotInheritPartClsMem1">
<source>'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.</source>
<target state="translated">'このメンバーは、別の部分定義で 'NotInheritable' と宣言された Partial 型のメンバーなので、'MustOverride' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseMismatchForPartialClass3">
<source>Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.</source>
<target state="translated">クラス '{1}' に指定された基本クラス '{0}' は、その他の Partial 型の 1 つである基本クラス '{2}' と異なることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeTypeParamNameMismatch3">
<source>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}'.</source>
<target state="translated">型パラメーター名 '{0}' は、'{2}' のその他の partial 型の 1 つに対して定義されている、対応する型パラメーターの名前 '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialTypeConstraintMismatch1">
<source>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}'.</source>
<target state="translated">この型パラメーターの制約は、'{0}' のその他の partial 型の 1 つに対して定義されている、対応する型パラメーターの制約と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LateBoundOverloadInterfaceCall1">
<source>Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.</source>
<target state="translated">アクセスするインスタンスがインターフェイス型であるため、遅延バインドされたオーバーロードの解決は '{0}' に適用されません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredAttributeConstConversion2">
<source>Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.</source>
<target state="translated">属性に対する引数として使用される定数式において、'{0}' から '{1}' への変換は発生しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousOverrides3">
<source>Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}</source>
<target state="translated">クラス '{1}' は同じ名前とシグネチャが指定された複数のメンバーを含むため、このシグネチャに一致するメンバー '{0}' をオーバーライドすることはできません: {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverriddenCandidate1">
<source>
'{0}'</source>
<target state="translated">
'{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplements3">
<source>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}'</source>
<target state="translated">インターフェイス '{2}' は同じ名前とシグネチャが指定された複数のメンバーを含むため、このシグネチャに一致するメンバー '{0}.{1}' を実装することはできません:
'{3}'
'{4}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNotCreatableDelegate1">
<source>'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'型 '{0}' は 'MustInherit' として宣言されていて作成することができないので、'AddressOf' 式を '{0}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassGenericMethod">
<source>Generic methods cannot be exposed to COM.</source>
<target state="translated">ジェネリック メソッドは COM に公開できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntaxInCastOp">
<source>Syntax error in cast operator; two arguments separated by comma are required.</source>
<target state="translated">キャスト演算子の構文エラーです。コンマで区切られた 2 つの引数が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitializerForNonConstDim">
<source>Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.</source>
<target state="translated">非定数の次元の配列に初期化子を指定することはできません。空の初期化子 '{}' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingFailure3">
<source>No accessible method '{0}' has a signature compatible with delegate '{1}':{2}</source>
<target state="translated">デリゲート '{1}':{2} と互換性のあるシグネチャを持つアクセス可能なメソッド '{0}' がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructLayoutAttributeNotAllowed">
<source>Attribute 'StructLayout' cannot be applied to a generic type.</source>
<target state="translated">属性 'StructLayout' はジェネリック型に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal1">
<source>Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.</source>
<target state="translated">範囲変数 '{0}' により、それを囲むブロック内の変数、または以前にクエリ式で定義された範囲変数が隠ぺいされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionInfer">
<source>'Option Infer' can be followed only by 'On' or 'Off'.</source>
<target state="translated">'Option Infer' の後には、'On' または 'Off' のみを指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CircularInference1">
<source>Type of '{0}' cannot be inferred from an expression containing '{0}'.</source>
<target state="translated">'{0}' の型を '{0}' を含んでいる式から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleOverridingMethod5">
<source>'{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.</source>
<target state="translated">'クラス '{1}' の '{0}' がクラス '{3}' の '{2}' をオーバーライドできません。これは中間クラス '{4}' によってクラス '{3}' の '{2}' がオーバーライドされますが、その中間クラスにアクセスできないためです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableWidestType1">
<source>Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">ループの境界とステップの句が同じ型に変換されないため、'{0}' の型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousWidestType3">
<source>Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.</source>
<target state="translated">ループの境界とステップの句が同じ型に変換されないため、'{0}' の型があいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperatorInInit">
<source>'=' expected (object initializer).</source>
<target state="translated">'=' が必要です (オブジェクト初期化子)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQualifiedNameInInit">
<source>Name of field or property being initialized in an object initializer must start with '.'.</source>
<target state="translated">オブジェクト初期化子で初期化されるフィールドまたはプロパティの名前は、'.' で始まらなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLbrace">
<source>'{' expected.</source>
<target state="translated">'{' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnrecognizedTypeOrWith">
<source>Type or 'With' expected.</source>
<target state="translated">型または 'With' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAggrMemberInit1">
<source>Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.</source>
<target state="translated">'{0}' を複数回初期化しています。フィールドまたはプロパティは、オブジェクト初期化子式で複数回初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NonFieldPropertyAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.</source>
<target state="translated">メンバー '{0}' はフィールドまたはプロパティではないため、オブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SharedMemberAggrMemberInit1">
<source>Member '{0}' cannot be initialized in an object initializer expression because it is shared.</source>
<target state="translated">メンバー '{0}' は共有されているため、オブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterizedPropertyInAggrInit1">
<source>Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.</source>
<target state="translated">プロパティ '{0}' には引数が必要なため、オブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoZeroCountArgumentInitCandidates1">
<source>Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.</source>
<target state="translated">アクセス可能なすべてのオーバーロードには引数が必要なため、プロパティ '{0}' はオブジェクト初期化子式で初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AggrInitInvalidForObject">
<source>Object initializer syntax cannot be used to initialize an instance of 'System.Object'.</source>
<target state="translated">オブジェクト初期化子の構文は、'System.Object' のインスタンスの初期化には使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerExpected">
<source>Initializer expected.</source>
<target state="translated">初期化子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LineContWithCommentOrNoPrecSpace">
<source>The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.</source>
<target state="translated">行連結文字 ' _ ' の前には少なくとも 1 つの空白を指定する必要があります。その後にコメントを続けるか、' _ ' を行の最後の文字にしなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFile1">
<source>Unable to load module file '{0}': {1}</source>
<target state="translated">モジュール ファイル '{0}' を読み込めません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadRefLib1">
<source>Unable to load referenced library '{0}': {1}</source>
<target state="translated">参照ライブラリ '{0}' を読み込めません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventHandlerSignatureIncompatible2">
<source>Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.</source>
<target state="translated">メソッド '{0}' でイベント '{1}' を処理できません。シグネチャに互換性がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionalCompilationConstantNotValid">
<source>Conditional compilation constant '{1}' is not valid: {0}</source>
<target state="translated">条件付きコンパイル定数 '{1}' が無効です: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwice1">
<source>Interface '{0}' can be implemented only once by this type.</source>
<target state="translated">インターフェイス '{0}' は、この型によって 1 回のみ実装できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">インターフェイス '{0}' は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{1}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">インターフェイス '{0}' は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{1}' として既に存在しています ('{2}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{2}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceImplementedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、この型によって 1 回のみ実装できますが、異なるタプル要素名で、'{2}' として既に存在しています ('{3}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames2">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.</source>
<target state="translated">インターフェイス '{0}' は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{1}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames3">
<source>Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').</source>
<target state="translated">インターフェイス '{0}' は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{1}' として既に存在しています ('{2}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{2}' として既に存在しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceInheritedTwiceWithDifferentTupleNames4">
<source>Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').</source>
<target state="translated">インターフェイス '{0}' ('{1}' 経由) は、このインターフェイスによって 1 回のみ継承できますが、異なるタプル要素名で、'{2}' として既に存在しています ('{3}' 経由)。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceNotImplemented1">
<source>Interface '{0}' is not implemented by this class.</source>
<target state="translated">インターフェイス '{0}' は、このクラスによって実装されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousImplementsMember3">
<source>'{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.</source>
<target state="translated">'{0}' は、複数の基底インターフェイスに存在します。派生インターフェイスの名前ではなく、'Implements' 句で '{0}' を宣言するインターフェイスの名前を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsOnNew">
<source>'Sub New' cannot implement interface members.</source>
<target state="translated">'Sub New' はインターフェイス メンバーを実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitInStruct">
<source>Arrays declared as structure members cannot be declared with an initial size.</source>
<target state="translated">構造体メンバーとして宣言される配列に初期サイズを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventTypeNotDelegate">
<source>Events declared with an 'As' clause must have a delegate type.</source>
<target state="translated">As' 句を伴って宣言されたイベントには、デリゲート型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ProtectedTypeOutsideClass">
<source>Protected types can only be declared inside of a class.</source>
<target state="translated">Protected 型はクラスの内部でのみ宣言できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultPropertyWithNoParams">
<source>Properties with no required parameters cannot be declared 'Default'.</source>
<target state="translated">必要なパラメーターを持たないプロパティを、'Default' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializerInStruct">
<source>Initializers on structure members are valid only for 'Shared' members and constants.</source>
<target state="translated">構造体メンバーの初期化子は、'Shared' メンバーと定数にのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateImport1">
<source>Namespace or type '{0}' has already been imported.</source>
<target state="translated">名前空間または型 '{0}' は既にインポートされています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleFlags1">
<source>Modules cannot be declared '{0}'.</source>
<target state="translated">モジュールを '{0}' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsStmtWrongOrder">
<source>'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.</source>
<target state="translated">'Implements' ステートメントは、'Inherits' ステートメントの後およびクラス内のすべての宣言の前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithSynth7">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.</source>
<target state="translated">{0} '{1}' は、{5} '{6}' で {3} '{4}' に対して暗黙的に宣言されたメンバーと競合している '{2}' を暗黙的に定義しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberClashesWithMember5">
<source>{0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.</source>
<target state="translated">{0} '{1}' は、同じ名前のメンバーと {3} '{4}' で競合する '{2}' を暗黙的に定義しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberClashesWithSynth6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.</source>
<target state="translated">{0} '{1}' は、{4} '{5}' の {2} '{3}' に対して暗黙的に宣言されたメンバーと競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeClashesWithVbCoreType4">
<source>{0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.</source>
<target state="translated">{0} '{1}' が Visual Basic ランタイム {2} '{3}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeMissingAction">
<source>First argument to a security attribute must be a valid SecurityAction.</source>
<target state="translated">セキュリティ属性への最初の引数は有効な SecurityAction でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidAction">
<source>Security attribute '{0}' has an invalid SecurityAction value '{1}'.</source>
<target state="translated">セキュリティ属性 '{0}' の SecurityAction 値 '{1}' が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionAssembly">
<source>SecurityAction value '{0}' is invalid for security attributes applied to an assembly.</source>
<target state="translated">SecurityAction 値 '{0}' が、アセンブリに適用されたセキュリティ属性に対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidActionTypeOrMethod">
<source>SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.</source>
<target state="translated">SecurityAction 値 '{0}' が、型またはメソッドに適用されたセキュリティ属性に対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrincipalPermissionInvalidAction">
<source>SecurityAction value '{0}' is invalid for PrincipalPermission attribute.</source>
<target state="translated">PrincipalPermission 属性では、SecurityAction の値 '{0}' が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeInvalidFile">
<source>Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.</source>
<target state="translated">PermissionSet 属性の名前付き引数 '{1}' に指定されたファイル パス '{0}' を解決できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PermissionSetAttributeFileReadError">
<source>Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.</source>
<target state="translated">PermissionSet 属性の名前付き引数 '{1}' に指定されたファイル '{0}' の読み取り中にエラーが発生しました: '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasOnlyOneParam">
<source>'Set' method cannot have more than one parameter.</source>
<target state="translated">'Set' メソッドに 2 つ以上のパラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetValueNotPropertyType">
<source>'Set' parameter must have the same type as the containing property.</source>
<target state="translated">'Set' パラメーターには、それを含むプロパティと同じ型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SetHasToBeByVal1">
<source>'Set' parameter cannot be declared '{0}'.</source>
<target state="translated">'Set' パラメーターを '{0}' に宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StructureCantUseProtected">
<source>Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.</source>
<target state="translated">構造体のメソッドを 'Protected'、'Protected Friend' または 'Private Protected' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceDelegateSpecifier1">
<source>Delegate in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内のデリゲートを '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceEnumSpecifier1">
<source>Enum in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内の Enum を '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceClassSpecifier1">
<source>Class in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内のクラスを '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceStructSpecifier1">
<source>Structure in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内の構造体を '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadInterfaceInterfaceSpecifier1">
<source>Interface in an interface cannot be declared '{0}'.</source>
<target state="translated">インターフェイス内の Interface を '{0}' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' は廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotAssembly">
<source>'{0}' is a module and cannot be referenced as an assembly.</source>
<target state="translated">'{0}' はモジュールであるため、アセンブリとして参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetaDataIsNotModule">
<source>'{0}' is an assembly and cannot be referenced as a module.</source>
<target state="translated">'{0}' はアセンブリであるため、モジュールとして参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceComparison3">
<source>Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.</source>
<target state="translated">型 '{1}' および '{2}' に対して演算子 '{0}' は定義されていません。2 つの参照型を比較するには、'Is' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CatchVariableNotLocal1">
<source>'{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.</source>
<target state="translated">'{0}' はローカル変数またはパラメーターでないため、'Catch' 変数として使うことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModuleMemberCantImplement">
<source>Members in a Module cannot implement interface members.</source>
<target state="translated">モジュールのメンバーはインターフェイス メンバーを実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventDelegatesCantBeFunctions">
<source>Events cannot be declared with a delegate type that has a return type.</source>
<target state="translated">戻り値の型を持つデリゲート型でイベントを宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDate">
<source>Date constant is not valid.</source>
<target state="translated">日付定数が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantOverride4">
<source>'{0}' cannot override '{1}' because it is not declared 'Overridable'.</source>
<target state="translated">'Overridable' として宣言されていないため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArraysOnBoth">
<source>Array modifiers cannot be specified on both a variable and its type.</source>
<target state="translated">変数とその型の両方で、配列修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotOverridableRequiresOverrides">
<source>'NotOverridable' cannot be specified for methods that do not override another method.</source>
<target state="translated">'別のメソッドをオーバーライドしていないメソッドに 'NotOverridable' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PrivateTypeOutsideType">
<source>Types declared 'Private' must be inside another type.</source>
<target state="translated">Private' と宣言された型は、別の型の内部になければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeRefResolutionError3">
<source>Import of type '{0}' from assembly or module '{1}' failed.</source>
<target state="translated">型 '{0}' を、アセンブリまたはモジュール '{1}' からインポートできませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleTypeRefResolutionError1">
<source>Predefined type '{0}' is not defined or imported.</source>
<target state="translated">定義済みの型 '{0}' は、定義、またはインポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayWrongType">
<source>ParamArray parameters must have an array type.</source>
<target state="translated">ParamArray パラメーターには、配列型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CoClassMissing2">
<source>Implementing class '{0}' for interface '{1}' cannot be found.</source>
<target state="translated">インターフェイス '{1}' を実装するクラス '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidCoClass1">
<source>Type '{0}' cannot be used as an implementing class.</source>
<target state="translated">型 '{0}' は実装するクラスとして使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidMeReference">
<source>Reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">別のコンストラクターを呼び出している間は、作成中のオブジェクトへの参照は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitMeReference">
<source>Implicit reference to object under construction is not valid when calling another constructor.</source>
<target state="translated">別のコンストラクターを呼び出している間は、作成中のオブジェクトへの暗黙的な参照は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RuntimeMemberNotFound2">
<source>Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.</source>
<target state="translated">クラス '{1}' の中にメンバー '{0}' が見つかりません。通常、このエラーは 'Microsoft.VisualBasic.dll' が適切でない場合に発生します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags">
<source>Property accessors cannot be declared '{0}'.</source>
<target state="translated">プロパティ アクセサーを '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlagsRestrict">
<source>Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.</source>
<target state="translated">アクセス修飾子 '{0}' は有効ではありません。'Get' および 'Set' のアクセス修飾子は、プロパティのアクセス レベルよりも、より制限されている必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneAccessorForGetSet">
<source>Access modifier can only be applied to either 'Get' or 'Set', but not both.</source>
<target state="translated">アクセス修飾子は、'Get' または 'Set' のいずれか 1 つにのみ適用できますが、両方には適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleSet">
<source>'Set' accessor of property '{0}' is not accessible.</source>
<target state="translated">'プロパティ '{0}' の 'Set' アクセサーにアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleGet">
<source>'Get' accessor of property '{0}' is not accessible.</source>
<target state="translated">'プロパティ '{0}' の 'Get' アクセサーにアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WriteOnlyNoAccessorFlag">
<source>'WriteOnly' properties cannot have an access modifier on 'Set'.</source>
<target state="translated">'WriteOnly' プロパティでは、'Set' にアクセス修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyNoAccessorFlag">
<source>'ReadOnly' properties cannot have an access modifier on 'Get'.</source>
<target state="translated">'ReadOnly' プロパティでは、'Get' にアクセス修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags1">
<source>Property accessors cannot be declared '{0}' in a 'NotOverridable' property.</source>
<target state="translated">プロパティ アクセサーを 'NotOverridable' プロパティ内で '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags2">
<source>Property accessors cannot be declared '{0}' in a 'Default' property.</source>
<target state="translated">プロパティ アクセサーを 'Default' プロパティ内で '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPropertyAccessorFlags3">
<source>Property cannot be declared '{0}' because it contains a 'Private' accessor.</source>
<target state="translated">Private' アクセサーを含むため、プロパティを '{0}' と宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InAccessibleCoClass3">
<source>Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.</source>
<target state="translated">インターフェイス '{1}' に対して実装するクラス '{0}' は '{2}' であるため、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingValuesForArraysInApplAttrs">
<source>Arrays used as attribute arguments are required to explicitly specify values for all elements.</source>
<target state="translated">属性の引数として使用される配列には、すべての要素の値を明示的に指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitEventMemberNotInvalid">
<source>'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.</source>
<target state="translated">'Exit AddHandler'、'Exit RemoveHandler'、および 'Exit RaiseEvent' は有効ではありません。イベント メンバーを終了するには、'Return' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvInsideEndsEvent">
<source>Statement cannot appear within an event body. End of event assumed.</source>
<target state="translated">ステートメントをイベント本体内部に記述することはできません。イベントの終わりと見なされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndEvent">
<source>'Custom Event' must end with a matching 'End Event'.</source>
<target state="translated">'Custom Event' は対応する 'End Event' で終了しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndAddHandler">
<source>'AddHandler' declaration must end with a matching 'End AddHandler'.</source>
<target state="translated">'AddHandler' 宣言の終わりには、対応する 'End AddHandler' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRemoveHandler">
<source>'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.</source>
<target state="translated">'RemoveHandler' 宣言の終わりには、対応する 'End RemoveHandler' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingEndRaiseEvent">
<source>'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.</source>
<target state="translated">'RaiseEvent' 宣言の終わりには、対応する 'End RaiseEvent' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventInvInInterface">
<source>'Custom' modifier is not valid on events declared in interfaces.</source>
<target state="translated">'Custom' 修飾子は、インターフェイスで宣言されたイベントでは無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CustomEventRequiresAs">
<source>'Custom' modifier is not valid on events declared without explicit delegate types.</source>
<target state="translated">'Custom' 修飾子は、明示的なデリゲート型なしで宣言されたイベントでは無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndEvent">
<source>'End Event' must be preceded by a matching 'Custom Event'.</source>
<target state="translated">'End Event' の前には、対応する 'Custom Event' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndAddHandler">
<source>'End AddHandler' must be preceded by a matching 'AddHandler' declaration.</source>
<target state="translated">'End AddHandler' の前には、対応する 'AddHandler' 宣言を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRemoveHandler">
<source>'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.</source>
<target state="translated">'End RemoveHandler' の前には、対応する 'RemoveHandler' 宣言を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndRaiseEvent">
<source>'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.</source>
<target state="translated">'End RaiseEvent' の前には、対応する 'RaiseEvent' 宣言を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAddHandlerDef">
<source>'AddHandler' is already declared.</source>
<target state="translated">'AddHandler' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRemoveHandlerDef">
<source>'RemoveHandler' is already declared.</source>
<target state="translated">'RemoveHandler' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRaiseEventDef">
<source>'RaiseEvent' is already declared.</source>
<target state="translated">'RaiseEvent' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingAddHandlerDef1">
<source>'AddHandler' definition missing for event '{0}'.</source>
<target state="translated">'イベント '{0}' に対して、'AddHandler' 定義がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRemoveHandlerDef1">
<source>'RemoveHandler' definition missing for event '{0}'.</source>
<target state="translated">'イベント '{0}' に対して 'RemoveHandler' 定義が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRaiseEventDef1">
<source>'RaiseEvent' definition missing for event '{0}'.</source>
<target state="translated">'イベント '{0}' に対して 'RaiseEvent' 定義が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveHasOnlyOneParam">
<source>'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.</source>
<target state="translated">'AddHandler' および 'RemoveHandler' メソッドには、パラメーターを 1 つだけ指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventAddRemoveByrefParamIllegal">
<source>'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.</source>
<target state="translated">'AddHandler' および 'RemoveHandler' メソッドのパラメーターは 'ByRef' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SpecifiersInvOnEventMethod">
<source>Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.</source>
<target state="translated">AddHandler'、'RemoveHandler'、および 'RaiseEvent' メソッドでは、指定子は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddRemoveParamNotEventType">
<source>'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.</source>
<target state="translated">'AddHandler' および 'RemoveHandler' メソッドのパラメーターには、それを含むイベントと同じデリゲート型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RaiseEventShapeMismatch1">
<source>'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.</source>
<target state="translated">'RaiseEvent' メソッドには、含んでいるイベントのデリゲート型 '{0}' として同じシグネチャを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventMethodOptionalParamIllegal1">
<source>'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.</source>
<target state="translated">'AddHandler'、'RemoveHandler'、'RaiseEvent' メソッド パラメーターは '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReferToMyGroupInsideGroupType1">
<source>'{0}' cannot refer to itself through its default instance; use 'Me' instead.</source>
<target state="translated">'{0}' は、既定のインスタンスからそれ自体を参照できません。'Me' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidUseOfCustomModifier">
<source>'Custom' modifier can only be used immediately before an 'Event' declaration.</source>
<target state="translated">'Custom' 修飾子は 'Event' 宣言の直前にのみ使用することができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOptionStrictCustom">
<source>Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).</source>
<target state="translated">Option Strict Custom は、コマンド ライン コンパイラ (vbc.exe) へのオプションとしてのみ使用することができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObsoleteInvalidOnEventMember">
<source>'{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.</source>
<target state="translated">'{0}' を 'AddHandler'、'RemoveHandler'、または 'RaiseEvent' 定義に適用できません。必要であれば、属性をイベントに直接適用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible2">
<source>Method '{0}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">メソッド '{0}' に、デリゲート '{1}' と互換性があるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlName">
<source>XML name expected.</source>
<target state="translated">XML 名が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedXmlPrefix">
<source>XML namespace prefix '{0}' is not defined.</source>
<target state="translated">XML 名前空間プレフィックス '{0}' が定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateXmlAttribute">
<source>Duplicate XML attribute '{0}'.</source>
<target state="translated">XML 属性 '{0}' が重複しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MismatchedXmlEndTag">
<source>End tag </{0}{1}{2}> expected.</source>
<target state="translated">終了タグ </{0}{1}{2}> が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingXmlEndTag">
<source>Element is missing an end tag.</source>
<target state="translated">要素に終了タグがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlPrefix">
<source>XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.</source>
<target state="translated">XML 名前空間プレフィックス '{0}' は XML による使用のために予約されているので、名前空間 URI を変更できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingVersionInXmlDecl">
<source>Required attribute 'version' missing from XML declaration.</source>
<target state="translated">必要な属性 'version' が XML 宣言にありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalAttributeInXmlDecl">
<source>XML declaration does not allow attribute '{0}{1}{2}'.</source>
<target state="translated">XML 宣言では、属性 '{0}{1}{2}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QuotedEmbeddedExpression">
<source>Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.</source>
<target state="translated">引用符で囲まれた属性値内に埋め込み式を指定することはできません。引用符を削除してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VersionMustBeFirstInXmlDecl">
<source>XML attribute 'version' must be the first attribute in XML declaration.</source>
<target state="translated">XML 属性 'version' は XML 宣言の最初の属性でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOrder">
<source>XML attribute '{0}' must appear before XML attribute '{1}'.</source>
<target state="translated">XML 属性 '{0}' は XML 属性 '{1}' の前に指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndEmbedded">
<source>Expected closing '%>' for embedded expression.</source>
<target state="translated">埋め込み式の終わりに '%>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndPI">
<source>Expected closing '?>' for XML processor instruction.</source>
<target state="translated">XML プロセッサ命令の終わりに '?>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndComment">
<source>Expected closing '-->' for XML comment.</source>
<target state="translated">XML コメントの終わりに '-->' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlEndCData">
<source>Expected closing ']]>' for XML CDATA section.</source>
<target state="translated">XML CDATA セクションの終わりに ']]>' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSQuote">
<source>Expected matching closing single quote for XML attribute value.</source>
<target state="translated">XML 属性値の終わりに、対応する単一引用符が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQuote">
<source>Expected matching closing double quote for XML attribute value.</source>
<target state="translated">XML 属性値の終わりに、対応する二重引用符が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedLT">
<source>Expected beginning '<' for an XML tag.</source>
<target state="translated">XML タグの始めに '<' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StartAttributeValue">
<source>Expected quoted XML attribute value or embedded expression.</source>
<target state="translated">引用符で囲まれた XML 属性値または埋め込み式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDiv">
<source>Expected '/' for XML end tag.</source>
<target state="translated">XML 終了タグに '/' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoXmlAxesLateBinding">
<source>XML axis properties do not support late binding.</source>
<target state="translated">XML 軸のプロパティは遅延バインディングをサポートしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlStartNameChar">
<source>Character '{0}' ({1}) is not allowed at the beginning of an XML name.</source>
<target state="translated">文字 '{0}' ({1}) は、XML 名の先頭に使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlNameChar">
<source>Character '{0}' ({1}) is not allowed in an XML name.</source>
<target state="translated">文字 '{0}' ({1}) は、XML 名では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlCommentChar">
<source>Character sequence '--' is not allowed in an XML comment.</source>
<target state="translated">文字のシーケンス '--' は、XML コメントでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmbeddedExpression">
<source>An embedded expression cannot be used here.</source>
<target state="translated">埋め込み式はここでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlWhiteSpace">
<source>Missing required white space.</source>
<target state="translated">必要なスペース文字がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalProcessingInstructionName">
<source>XML processing instruction name '{0}' is not valid.</source>
<target state="translated">XML 処理命令の名前 '{0}' が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DTDNotSupported">
<source>XML DTDs are not supported.</source>
<target state="translated">XML DTD はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlWhiteSpace">
<source>White space cannot appear here.</source>
<target state="translated">スペース文字はここでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSColon">
<source>Expected closing ';' for XML entity.</source>
<target state="translated">XML エンティティの終わりに ';' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlBeginEmbedded">
<source>Expected '%=' at start of an embedded expression.</source>
<target state="translated">埋め込み式の始めに '%=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEntityReference">
<source>XML entity references are not supported.</source>
<target state="translated">XML エンティティの参照はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue1">
<source>Attribute value is not valid; expecting '{0}'.</source>
<target state="translated">属性値が有効ではありません。'{0}' である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAttributeValue2">
<source>Attribute value is not valid; expecting '{0}' or '{1}'.</source>
<target state="translated">属性の値が無効です。'{0}' または '{1}' である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedXmlNamespace">
<source>Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.</source>
<target state="translated">プレフィックス '{0}' は、'{1}' に予約されている名前空間の名前にバインドできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalDefaultNamespace">
<source>Namespace declaration with prefix cannot have an empty value inside an XML literal.</source>
<target state="translated">プレフィックスを持つ名前空間宣言では、XML リテラル内に空の値を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QualifiedNameNotAllowed">
<source>':' is not allowed. XML qualified names cannot be used in this context.</source>
<target state="translated">':' は使用できません。XML 修飾名をこのコンテキストで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedXmlns">
<source>Namespace declaration must start with 'xmlns'.</source>
<target state="translated">名前空間宣言は 'xmlns' で始まらなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalXmlnsPrefix">
<source>Element names cannot use the 'xmlns' prefix.</source>
<target state="translated">要素名で 'xmlns' プレフィックスを使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlFeaturesNotAvailable">
<source>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.</source>
<target state="translated">XML リテラルおよび XML 軸のプロパティは使用できません。System.Xml、System.Xml.Linq、System.Core への参照、または System.Linq.Enumerable、System.Xml.Linq.XElement、System.Xml.Linq.XName、System.Xml.Linq.XAttribute、System.Xml.Linq.XNamespace 型を宣言する他のアセンブリへの参照を追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToReadUacManifest2">
<source>Unable to open Win32 manifest file '{0}' : {1}</source>
<target state="translated">Win32 マニフェスト ファイル '{0}' を開くことができません: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3">
<source>Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{2}' の最初の要素の文字列値は、'Value' プロパティを使用して取得できます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseValueForXmlExpression3_Title">
<source>Cannot convert IEnumerable(Of XElement) to String</source>
<target state="translated">IEnumerable(Of XElement) は文字列に変換できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeMismatchForXml3">
<source>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}'.</source>
<target state="translated">型 '{0}' の値を '{1}' に変換できません。'{2}' の最初の要素の文字列値は、'Value' プロパティを使用して取得できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryOperandsForXml4">
<source>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}'.</source>
<target state="translated">演算子 '{0}' は、型 '{1}' および '{2}' に対して定義されていません。'{3}' の最初の要素の文字列値は、'Value' プロパティを使用して取得できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FullWidthAsXmlDelimiter">
<source>Full width characters are not valid as XML delimiters.</source>
<target state="translated">全角文字は、XML の区切り記号としては無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSubsystemVersion">
<source>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.</source>
<target state="translated">'{0}' は有効なサブシステム バージョンの値ではありません。バージョンは、ARM または AppContainerExe では 6.02 以上、その他の場合は 4.00 以上であることが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFileAlignment">
<source>Invalid file section alignment '{0}'</source>
<target state="translated">'{0}' は無効なファイル セクションの配置です</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidOutputName">
<source>Invalid output name: {0}</source>
<target state="translated">無効な出力名: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInformationFormat">
<source>Invalid debug information format: {0}</source>
<target state="translated">無効なデバッグ情報の形式: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_LibAnycpu32bitPreferredConflict">
<source>/platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.</source>
<target state="translated">/platform:anycpu32bitpreferred は、/t:exe、/t:winexe、および /t:appcontainerexe でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedAccess">
<source>Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.</source>
<target state="translated">式の型 '{0}' は制限のある型であるため、'Object' または 'ValueType' から継承されたメンバーへのアクセスに使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedConversion1">
<source>Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.</source>
<target state="translated">型 '{0}' の式は、'Object' または 'ValueType' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInLabel">
<source>Type characters are not allowed in label identifiers.</source>
<target state="translated">ラベル識別子では型文字を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedType1">
<source>'{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.</source>
<target state="translated">'{0}' は Null 許容にすることはできません。また、配列要素、フィールド、匿名型メンバー、型引数、'ByRef' パラメーター、または return ステートメントのデータ型としては使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypecharInAlias">
<source>Type characters are not allowed on Imports aliases.</source>
<target state="translated">Imports エイリアスでは型文字を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAccessibleConstructorOnBase">
<source>Class '{0}' has no accessible 'Sub New' and cannot be inherited.</source>
<target state="translated">クラス '{0}' にはアクセス可能な 'Sub New' が含まれていません。このクラスを継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInStruct">
<source>Local variables within methods of structures cannot be declared 'Static'.</source>
<target state="translated">構造体のメソッド内にあるローカル変数を 'Static' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalStatic1">
<source>Static local variable '{0}' is already declared.</source>
<target state="translated">スタティック ローカル変数 '{0}' は、既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImportAliasConflictsWithType2">
<source>Imports alias '{0}' conflicts with '{1}' declared in the root namespace.</source>
<target state="translated">Imports エイリアス '{0}' は、ルート名前空間で宣言された '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantShadowAMustOverride1">
<source>'{0}' cannot shadow a method declared 'MustOverride'.</source>
<target state="translated">'{0}' で、'MustOverride' と宣言されたメソッドをシャドウすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleEventImplMismatch3">
<source>Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.</source>
<target state="translated">デリゲート型が、'{0}' によって実装されている別のイベントのデリゲート型と一致しないため、イベント '{0}' でイベント '{2}.{1}' を実装することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSpecifierCombo2">
<source>'{0}' and '{1}' cannot be combined.</source>
<target state="translated">'{0}' と '{1}' を組み合わせることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustBeOverloads2">
<source>{0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.</source>
<target state="translated">別の '{1}' が 'Overloads' または 'Overrides' と宣言されているため、{0} '{1}' は 'Overloads' と宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustOverridesInClass1">
<source>'{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.</source>
<target state="translated">'{0}' には、'MustOverride' と宣言されているメソッドが含まれているため、'MustInherit' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInClass">
<source>'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.</source>
<target state="translated">'クラスの 'Handles' には、単一の識別子で限定される 'WithEvents' 変数、'MyBase'、'MyClass'、または 'Me' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynthMemberShadowsMustOverride5">
<source>'{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.</source>
<target state="translated">{1} '{2}' で暗黙のうちに宣言された '{0}' が、基底 {3} '{4}' の 'MustOverride' メソッドをシャドウすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotOverrideInAccessibleMember">
<source>'{0}' cannot override '{1}' because it is not accessible in this context.</source>
<target state="translated">'{1}' は、このコンテキストではアクセスできないため、'{0}' でオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesSyntaxInModule">
<source>'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.</source>
<target state="translated">'モジュールの 'Handles' には、単一の識別子で限定される 'WithEvents' 変数を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOpRequiresReferenceTypes1">
<source>'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.</source>
<target state="translated">'IsNot' には参照型を持つオペランドが必要ですが、このオペランドの値型は '{0}' です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClashWithReservedEnumMember1">
<source>'{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.</source>
<target state="translated">'{0}' は、すべての列挙型で暗黙的に宣言されている、同じ名前の予約メンバーと競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultiplyDefinedEnumMember2">
<source>'{0}' is already declared in this {1}.</source>
<target state="translated">'{0}' は、この {1} で既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadUseOfVoid">
<source>'System.Void' can only be used in a GetType expression.</source>
<target state="translated">'System.Void' は、GetType 式でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplMismatch5">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.</source>
<target state="translated">デリゲート型 '{3}' および '{4}' が一致しないため、イベント '{0}' はインターフェイス '{2}' 上のイベント '{1}' を実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeUnavailable3">
<source>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}'.</source>
<target state="translated">アセンブリ '{1}' の型 '{0}' は、アセンブリ '{2}' に転送されました。プロジェクトに '{2}' への参照が見つからないか、またはアセンブリ '{2}' に型 '{0}' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeFwdCycle2">
<source>'{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.</source>
<target state="translated">'アセンブリ '{1}' の型 '{0}' はそれ自体に転送され、サポートされていない型もそれ自体に転送されました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeInCCExpression">
<source>Non-intrinsic type names are not allowed in conditional compilation expressions.</source>
<target state="translated">条件付きコンパイル式では非組み込み型名を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadCCExpression">
<source>Syntax error in conditional compilation expression.</source>
<target state="translated">条件付きコンパイル式に構文エラーがあります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VoidArrayDisallowed">
<source>Arrays of type 'System.Void' are not allowed in this expression.</source>
<target state="translated">型 'System.Void' の配列はこの式では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MetadataMembersAmbiguous3">
<source>'{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.</source>
<target state="translated">{1} '{2}' に同じ名前のメンバーが多種類存在するため、'{0}' があいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOfExprAlwaysFalse2">
<source>Expression of type '{0}' can never be of type '{1}'.</source>
<target state="translated">型 '{0}' の式を型 '{1}' にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyPrivatePartialMethods1">
<source>Partial methods must be declared 'Private' instead of '{0}'.</source>
<target state="translated">部分メソッドは、'{0}' ではなく 'Private' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBePrivate">
<source>Partial methods must be declared 'Private'.</source>
<target state="translated">部分メソッドは、'Private' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOnePartialMethodAllowed2">
<source>Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.</source>
<target state="translated">Partial' のマークを付けることが可能なのは 1 つのメソッド '{1}' のみであるため、メソッド '{0}' を 'Partial' と宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyOneImplementingMethodAllowed3">
<source>Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.</source>
<target state="translated">'{2}' によって既に実装されているため、メソッド '{0}' は部分メソッド '{1}' を実装できません。部分メソッドを実装できるのは 1 つのメソッドだけです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodMustBeEmpty">
<source>Partial methods must have empty method bodies.</source>
<target state="translated">部分メソッドには空のメソッド本体が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustBeSub1">
<source>'{0}' cannot be declared 'Partial' because partial methods must be Subs.</source>
<target state="translated">'部分メソッドは Sub でなければならないため、'{0}' を 'Partial' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodGenericConstraints2">
<source>Method '{0}' does not have the same generic constraints as the partial method '{1}'.</source>
<target state="translated">メソッド '{0}' に、部分メソッド '{1}' と同じジェネリック制約がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialDeclarationImplements1">
<source>Partial method '{0}' cannot use the 'Implements' keyword.</source>
<target state="translated">部分メソッド '{0}' では 'Implements' キーワードを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPartialMethodInAddressOf1">
<source>'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.</source>
<target state="translated">'{0}' は実装されていない部分メソッドであるため、'AddressOf' を '{0}' に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementationMustBePrivate2">
<source>Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.</source>
<target state="translated">部分メソッド '{1}' を実装するためには、メソッド '{0}' は 'Private' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamNamesMustMatch3">
<source>Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.</source>
<target state="translated">パラメーター名 '{0}' は、部分メソッドの宣言 '{2}' で定義された、対応するパラメーターの名前 '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodTypeParamNameMismatch3">
<source>Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.</source>
<target state="translated">型パラメーター '{0}' の名前は、部分メソッドの宣言 '{2}' で定義された、対応する型パラメーター '{1}' と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeSharedProperty1">
<source>'Shared' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'Shared' 属性プロパティ '{0}' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeReadOnlyProperty1">
<source>'ReadOnly' attribute property '{0}' cannot be the target of an assignment.</source>
<target state="translated">'ReadOnly' 属性プロパティ '{0}' を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceName1">
<source>Resource name '{0}' cannot be used more than once.</source>
<target state="translated">リソース名 '{0}' を複数回使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateResourceFileName1">
<source>Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.</source>
<target state="translated">リンクされた各リソースおよびモジュールには一意のファイル名を指定しなければなりません。ファイル名 '{0}' はこのアセンブリ内で複数回指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustBeClassNotStruct1">
<source>'{0}' cannot be used as an attribute because it is not a class.</source>
<target state="translated">'{0}' はクラスではないため、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeMustInheritSysAttr">
<source>'{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.</source>
<target state="translated">'{0}' は 'System.Attribute' から継承していないため、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeCannotBeAbstract">
<source>'{0}' cannot be used as an attribute because it is declared 'MustInherit'.</source>
<target state="translated">'{0}' は 'MustInherit' と宣言されているため、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnableToOpenResourceFile1">
<source>Unable to open resource file '{0}': {1}</source>
<target state="translated">リソース ファイル '{0}' を開くことができません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicProperty1">
<source>Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.</source>
<target state="translated">属性メンバー '{0}' は 'Public' と宣言されていないため、代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_STAThreadAndMTAThread0">
<source>'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.</source>
<target state="translated">'System.STAThreadAttribute' および 'System.MTAThreadAttribute' の両方を同じメソッドに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IndirectUnreferencedAssembly4">
<source>Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.</source>
<target state="translated">プロジェクト '{0}' は、'{2}' を含むアセンブリ '{1}' への間接的な参照を生じさせます。'{3}' へのファイル参照をプロジェクトに追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicType1">
<source>Type '{0}' cannot be used in an attribute because it is not declared 'Public'.</source>
<target state="translated">型 '{0}' は 'Public' と宣言されていないため、属性で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeNonPublicContType2">
<source>Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.</source>
<target state="translated">型 '{0}' のコンテナー '{1}' が 'Public' と宣言されていないため、この型は属性では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnNonEmptySubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' を、空でない本体を持つ Sub、Function、または Operator に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnDeclare">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は Declare に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnGetOrSet">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' を Get または Set に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnGenericSubOrFunction">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は、ジェネリック メソッドまたはジェネリック型に含まれるメソッドには適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassOnGeneric">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、ジェネリック クラスまたはジェネリック型に含まれるクラスには適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInstanceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' はインスタンス メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnInterfaceMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' はインターフェイス メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportNotLegalOnEventMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は、'AddHandler'、'RemoveHandler'、または 'RaiseEvent' メソッドには適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadArguments">
<source>Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.</source>
<target state="translated">フレンド アセンブリ参照 '{0}' は無効です。InternalsVisibleTo 宣言にバージョン、カルチャ、公開キー トークン、またはプロセッサ属性を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyStrongNameRequired">
<source>Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.</source>
<target state="translated">フレンド アセンブリ参照 '{0}' は無効です。厳密な名前の署名つきアセンブリはその InternalsVisibleTo 宣言内で公開キーを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyNameInvalid">
<source>Friend declaration '{0}' is invalid and cannot be resolved.</source>
<target state="translated">friend 宣言 '{0}' は無効であり、解決できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendAssemblyBadAccessOverride2">
<source>Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.</source>
<target state="translated">アクセス修飾子 'Protected Friend' がアクセシビリティを拡張するため、メンバー '{0}' は別のアセンブリまたはプロジェクトで定義されているメンバー '{1}' をオーバーライドできません。代わりに 'Protected' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfLocalBeforeDeclaration1">
<source>Local variable '{0}' cannot be referred to before it is declared.</source>
<target state="translated">ローカル変数 '{0}' は宣言されているため、参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UseOfKeywordFromModule1">
<source>'{0}' is not valid within a Module.</source>
<target state="translated">'{0}' は、モジュール内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BogusWithinLineIf">
<source>Statement cannot end a block outside of a line 'If' statement.</source>
<target state="translated">If' ステートメント行の外側でステートメント ブロックを終了することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CharToIntegralTypeMismatch1">
<source>'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.</source>
<target state="translated">'Char' 値を '{0}' に変換することはできません。文字を Unicode 値として扱うには 'Microsoft.VisualBasic.AscW' を、数字として扱うには 'Microsoft.VisualBasic.Val' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IntegralToCharTypeMismatch1">
<source>'{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.</source>
<target state="translated">'{0}' 値を 'Char' に変換できません。数値を Unicode 文字として扱うには 'Microsoft.VisualBasic.ChrW' を使用してください。または、最初に 'String' に変換して数字の文字列を生成してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoDirectDelegateConstruction1">
<source>Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.</source>
<target state="translated">デリゲート '{0}' には、コンストラクターへの唯一の引数として 'AddressOf' 式またはラムダ式が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodMustBeFirstStatementOnLine">
<source>Method declaration statements must be the first statement on a logical line.</source>
<target state="translated">メソッド宣言ステートメントは、論理行の最初のステートメントでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrAssignmentNotFieldOrProp1">
<source>'{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.</source>
<target state="translated">'{0}' はフィールドまたはプロパティでないため、属性指定子の中でパラメーターとして名前を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowsObjectComparison1">
<source>Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.</source>
<target state="translated">Option Strict On が指定されている場合、演算子 '{0}' に対して Object 型のオペランドを使うことはできません。オブジェクト ID をテストするには、'Is' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoConstituentArraySizes">
<source>Bounds can be specified only for the top-level array when initializing an array of arrays.</source>
<target state="translated">配列の配列を初期化する場合、トップレベル配列に対してのみ境界を指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FileAttributeNotAssemblyOrModule">
<source>'Assembly' or 'Module' expected.</source>
<target state="translated">'Assembly' または 'Module' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FunctionResultCannotBeIndexed1">
<source>'{0}' has no parameters and its return type cannot be indexed.</source>
<target state="translated">'{0}' にはパラメーターがないため、戻り値の型をインデックス化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentSyntax">
<source>Comma, ')', or a valid expression continuation expected.</source>
<target state="translated">コンマ、')'、または有効な式の継続文字が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedResumeOrGoto">
<source>'Resume' or 'GoTo' expected.</source>
<target state="translated">'Resume' または 'GoTo' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAssignmentOperator">
<source>'=' expected.</source>
<target state="translated">'=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted2">
<source>Parameter '{0}' in '{1}' already has a matching omitted argument.</source>
<target state="translated">'{1}' のパラメーター '{0}' には、一致する省略された引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotCallEvent1">
<source>'{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.</source>
<target state="translated">'{0}' はイベントであるため、直接呼び出すことはできません。イベントを発生させるには 'RaiseEvent' ステートメントを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachCollectionDesignPattern1">
<source>Expression is of type '{0}', which is not a collection type.</source>
<target state="translated">式の型は '{0}' で、コレクション型ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DefaultValueForNonOptionalParam">
<source>Default values cannot be supplied for parameters that are not declared 'Optional'.</source>
<target state="translated">Optional' と宣言されていないパラメーターに対して既定値を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyBase">
<source>'MyBase' must be followed by '.' and an identifier.</source>
<target state="translated">'MyBase' の後には '.' および識別子を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterMyClass">
<source>'MyClass' must be followed by '.' and an identifier.</source>
<target state="translated">'MyClass' の後には '.' および識別子を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictArgumentCopyBackNarrowing3">
<source>Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">Option Strict On が指定されている場合、'ByRef' パラメーター '{0}' の戻り値を対応する引数にコピーする際に、型 '{1}' から型 '{2}' に縮小変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LbElseifAfterElse">
<source>'#ElseIf' cannot follow '#Else' as part of a '#If' block.</source>
<target state="translated">'#If' ブロックの一部として '#ElseIf' を '#Else' の後に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StandaloneAttribute">
<source>Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.</source>
<target state="translated">属性指定子が完全なステートメントではありません。後続のステートメントに属性を適用するには、行連結文字を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoUniqueConstructorOnBase2">
<source>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.</source>
<target state="translated">基底クラス '{1}' に引数なしで呼び出されるアクセス可能な 'Sub New' が 2 つ以上指定されているため、クラス '{0}' で 'Sub New' を宣言する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtraNextVariable">
<source>'Next' statement names more variables than there are matching 'For' statements.</source>
<target state="translated">'Next' ステートメントに、対応する 'For' ステートメントよりも多くの変数が指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RequiredNewCallTooMany2">
<source>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.</source>
<target state="translated">'{1}' の基底クラス '{0}' には、引数なしで呼び出せるアクセス可能な 'Sub New' が 2 つ以上指定されているため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForCtlVarArraySizesSpecified">
<source>Array declared as for loop control variable cannot be declared with an initial size.</source>
<target state="translated">for ループ制御変数として宣言される配列に初期サイズを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadFlagsOnNewOverloads">
<source>The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.</source>
<target state="translated">'{0}' キーワードは、継承されたメンバーをオーバーロードするために使用されます。'Sub New' をオーバーロードするときには '{0}' を使用しないでください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnGenericParam">
<source>Type character cannot be used in a type parameter declaration.</source>
<target state="translated">型パラメーターの宣言で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments1">
<source>Too few type arguments to '{0}'.</source>
<target state="translated">'{0}' の型引数が少なすぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments1">
<source>Too many type arguments to '{0}'.</source>
<target state="translated">'{0}' の型引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericConstraintNotSatisfied2">
<source>Type argument '{0}' does not inherit from or implement the constraint type '{1}'.</source>
<target state="translated">型引数 '{0}' は、制約型 '{1}' から継承したり、この型を実装したりしません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric1">
<source>'{0}' has no type parameters and so cannot have type arguments.</source>
<target state="translated">'{0}' は型パラメーターが指定されてないため、型引数を指定することができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewIfNullOnGenericParam">
<source>'New' cannot be used on a type parameter that does not have a 'New' constraint.</source>
<target state="translated">'New' 制約のない型パラメーターに対して 'New' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleClassConstraints1">
<source>Type parameter '{0}' can only have one constraint that is a class.</source>
<target state="translated">型パラメーター '{0}' には、クラスの制約を 1 つだけ指定できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstNotClassInterfaceOrTypeParam1">
<source>Type constraint '{0}' must be either a class, interface or type parameter.</source>
<target state="translated">型の制約 '{0}' は、クラス、インターフェイスまたは型パラメーターでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateTypeParamName1">
<source>Type parameter already declared with name '{0}'.</source>
<target state="translated">型パラメーターは名前 '{0}' で既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam2">
<source>Type parameter '{0}' for '{1}' cannot be inferred.</source>
<target state="translated">'{1}' の型パラメーター '{0}' を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorGenericParam1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'{0}' はクラスの制約がない型パラメーターであるため、型 '{0}' の 'Is' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentCopyBackNarrowing3">
<source>Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.</source>
<target state="translated">ByRef' パラメーター '{0}' の値を一致する引数へ戻してコピーすると、型 '{1}' から型 '{2}' に縮小変換します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingGenericParamWithMember1">
<source>'{0}' has the same name as a type parameter.</source>
<target state="translated">'{0}' には型パラメーターとして同じ名前が指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamBase2">
<source>{0} '{1}' cannot inherit from a type parameter.</source>
<target state="translated">{0} '{1}' は、型パラメーターから継承することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsGenericParam">
<source>Type parameter not allowed in 'Implements' clause.</source>
<target state="translated">型パラメーターは 'Implements' 句では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnlyNullLowerBound">
<source>Array lower bounds can be only '0'.</source>
<target state="translated">配列の下限に指定できるのは '0' のみです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassConstraintNotInheritable1">
<source>Type constraint cannot be a 'NotInheritable' class.</source>
<target state="translated">型制約に 'NotInheritable' クラスを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintIsRestrictedType1">
<source>'{0}' cannot be used as a type constraint.</source>
<target state="translated">'{0}' を型制約として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericParamsOnInvalidMember">
<source>Type parameters cannot be specified on this declaration.</source>
<target state="translated">この宣言には型パラメーターを指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericArgsOnAttributeSpecifier">
<source>Type arguments are not valid because attributes cannot be generic.</source>
<target state="translated">属性はジェネリックにできないため、型引数が有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttrCannotBeGenerics">
<source>Type parameters, generic types or types contained in generic types cannot be used as attributes.</source>
<target state="translated">型パラメーター、ジェネリック型、またはジェネリック型に含まれる型は、属性として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticLocalInGenericMethod">
<source>Local variables within generic methods cannot be declared 'Static'.</source>
<target state="translated">ジェネリック メソッド内のローカル変数を 'Static' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SyntMemberShadowsGenericParam3">
<source>{0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.</source>
<target state="translated">{0} '{1}' は、型パラメーターと同じ名前のメンバー '{2}' を暗黙的に定義します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintAlreadyExists1">
<source>Constraint type '{0}' already specified for this type parameter.</source>
<target state="translated">制約型 '{0}' は、既にこの型パラメーターに指定されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfacePossiblyImplTwice2">
<source>Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.</source>
<target state="translated">インターフェイス '{0}' を実装できません。実装すると、型引数に実装された別のインターフェイス '{1}' の実装と競合する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ModulesCannotBeGeneric">
<source>Modules cannot be generic.</source>
<target state="translated">モジュールはジェネリックにできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GenericClassCannotInheritAttr">
<source>Classes that are generic or contained in a generic type cannot inherit from an attribute class.</source>
<target state="translated">ジェネリック クラスまたはジェネリック型に含まれるクラスは、属性クラスから継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DeclaresCantBeInGeneric">
<source>'Declare' statements are not allowed in generic types or types contained in generic types.</source>
<target state="translated">'Declare' ステートメントは、ジェネリック型またはジェネリック型に含まれる型では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverrideWithConstraintMismatch2">
<source>'{0}' cannot override '{1}' because they differ by type parameter constraints.</source>
<target state="translated">'型パラメーターの制約が異なるため、'{0}' で '{1}' をオーバーライドすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ImplementsWithConstraintMismatch3">
<source>'{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.</source>
<target state="translated">'型パラメーター制約が異なるため、'{0}' は '{1}.{2}' を実装することができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OpenTypeDisallowed">
<source>Type parameters or types constructed with type parameters are not allowed in attribute arguments.</source>
<target state="translated">型パラメーターまたは型パラメーターを使用して構築される型は、属性の引数には指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_HandlesInvalidOnGenericMethod">
<source>Generic methods cannot use 'Handles' clause.</source>
<target state="translated">ジェネリック メソッドで 'Handles' 句を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleNewConstraints">
<source>'New' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'New' 制約は、同じ型パラメーターに対して複数回指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MustInheritForNewConstraint2">
<source>Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">型引数 '{0}' は 'MustInherit' として宣言され、型パラメーター '{1}' の 'New' 制約を満たしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoSuitableNewForNewConstraint2">
<source>Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">型パラメーター '{1}' の 'New' 制約を満たすには、型引数 '{0}' にパブリック パラメーターなしインスタンス コンストラクターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGenericParamForNewConstraint2">
<source>Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.</source>
<target state="translated">型パラメーター '{0}' は、型パラメーター '{1}' の 'New' 制約を満たすために 'New' 制約または 'Structure' 制約が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewArgsDisallowedForTypeParam">
<source>Arguments cannot be passed to a 'New' used on a type parameter.</source>
<target state="translated">型パラメーターで使用される 'New' に引数を渡すことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateRawGenericTypeImport1">
<source>Generic type '{0}' cannot be imported more than once.</source>
<target state="translated">ジェネリック型 '{0}' を複数回インポートすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoTypeArgumentCountOverloadCand1">
<source>Overload resolution failed because no accessible '{0}' accepts this number of type arguments.</source>
<target state="translated">この型引数の数を受け付ける '{0}' がないため、オーバーロードの解決に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeArgsUnexpected">
<source>Type arguments unexpected.</source>
<target state="translated">予期しない型引数です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameSameAsMethodTypeParam1">
<source>'{0}' is already declared as a type parameter of this method.</source>
<target state="translated">'{0}' は、このメソッドの型パラメーターとして既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamNameFunctionNameCollision">
<source>Type parameter cannot have the same name as its defining function.</source>
<target state="translated">型パラメーターを、定義する関数と同じ名前に設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConstraintSyntax">
<source>Type or 'New' expected.</source>
<target state="translated">型または 'New' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OfExpected">
<source>'Of' required when specifying type arguments for a generic type or method.</source>
<target state="translated">'ジェネリック型またはメソッドの型引数を指定するときには 'Of' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayOfRawGenericInvalid">
<source>'(' unexpected. Arrays of uninstantiated generic types are not allowed.</source>
<target state="translated">'(' は無効です。インスタンス生成されないジェネリック型の配列は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForEachAmbiguousIEnumerable1">
<source>'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.</source>
<target state="translated">'型が 'System.Collections.Generic.IEnumerable(Of T)' の複数のインスタンス化を実装するため、型 '{0}' の 'For Each' はあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorGenericParam1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.</source>
<target state="translated">'{0}' はクラスの制約がない型パラメーターであるため、型 '{0}' の 'IsNot' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamQualifierDisallowed">
<source>Type parameters cannot be used as qualifiers.</source>
<target state="translated">型パラメーターは修飾子として使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingCommaOrRParen">
<source>Comma or ')' expected.</source>
<target state="translated">コンマまたは ')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamMissingAsCommaOrRParen">
<source>'As', comma or ')' expected.</source>
<target state="translated">'As'、コンマ、または ')' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleReferenceConstraints">
<source>'Class' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'Class' 制約は、同じ型パラメーターに対して複数回指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultipleValueConstraints">
<source>'Structure' constraint cannot be specified multiple times for the same type parameter.</source>
<target state="translated">'Structure' 制約は、同じ型パラメーターに対して複数回指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewAndValueConstraintsCombined">
<source>'New' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'New' 制約と 'Structure' 制約は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndValueConstraintsCombined">
<source>'Class' constraint and 'Structure' constraint cannot be combined.</source>
<target state="translated">'Class' 制約と 'Structure' 制約は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraint2">
<source>Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.</source>
<target state="translated">型引数 '{0}' は型パラメーター '{1}' の 'Structure' 制約を満たしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForRefConstraint2">
<source>Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.</source>
<target state="translated">型引数 '{0}' は型パラメーター '{1}' の 'Class' 制約を満たしていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefAndClassTypeConstrCombined">
<source>'Class' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Class' 制約と特定のクラス型は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueAndClassTypeConstrCombined">
<source>'Structure' constraint and a specific class type constraint cannot be combined.</source>
<target state="translated">'Structure' 制約と特定のクラス型は、組み合わせて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectIndirect4">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.</source>
<target state="translated">型パラメーター制約 '{1}' から取得された間接的な制約 '{0}' は、型パラメーター制約 '{3}' から取得された間接的な制約 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashDirectIndirect3">
<source>Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.</source>
<target state="translated">制約 '{0}' は、型パラメーター制約 '{2}' から取得された間接的な制約 '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintClashIndirectDirect3">
<source>Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.</source>
<target state="translated">型パラメーター制約 '{1}' から取得された間接的な制約 '{0}' は、制約 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycleLink2">
<source>
'{0}' is constrained to '{1}'.</source>
<target state="translated">
'{0}' は '{1}' に制約されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstraintCycle2">
<source>Type parameter '{0}' cannot be constrained to itself: {1}</source>
<target state="translated">型パラメーター '{0}' は、それ自体に制約されることはできません: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeParamWithStructConstAsConst">
<source>Type parameter with a 'Structure' constraint cannot be used as a constraint.</source>
<target state="translated">Structure' 制約が指定された型パラメーターを制約として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableDisallowedForStructConstr1">
<source>'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.</source>
<target state="translated">'System.Nullable' は、型パラメーター '{0}' の 'Structure' 制約を満たしていません。Null 非許容の 'Structure' 型のみが許可されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingDirectConstraints3">
<source>Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.</source>
<target state="translated">制約 '{0}' が、型パラメーター '{2}' に対して既に指定されている制約 '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithInterface2">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.</source>
<target state="translated">いくつかの型引数のインターフェイス '{1}' と同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BaseUnifiesWithInterfaces3">
<source>Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.</source>
<target state="translated">継承元のインターフェイス '{1}' がインターフェイス '{2}' と、いくつかの型引数において同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">継承元のインターフェイス '{1}' が、インターフェイス '{3}' の継承元であるインターフェイス '{2}' と、いくつかの型引数において同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterfaceUnifiesWithBase3">
<source>Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.</source>
<target state="translated">継承元のインターフェイス '{1}' がインターフェイス '{2}' と、いくつかの型引数において同一である可能性があるため、インターフェイス '{0}' を継承できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsBaseUnifiesWithInterfaces3">
<source>Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.</source>
<target state="translated">インターフェイス '{0}' を実装できません。この継承元であるインターフェイス '{1}' と一部の型引数用に実装されたインターフェイス '{2}' が同一である可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceBaseUnifiesWithBase4">
<source>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.</source>
<target state="translated">インターフェイス '{0}' を実装できません。この継承元であるインターフェイス '{1}' と一部の型引数用に実装されたインターフェイス '{3}' の継承元であるインターフェイス '{2}' が同一である可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ClassInheritsInterfaceUnifiesWithBase3">
<source>Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.</source>
<target state="translated">インターフェイス '{0}' を実装できません。このインターフェイスと一部の型引数用に実装されたインターフェイス '{2}' の継承元であるインターフェイス '{1}' が同一である可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalsCantBeStructGenericParams">
<source>Generic parameters used as optional parameter types must be class constrained.</source>
<target state="translated">省略可能なパラメーター型として使用されるジェネリック パラメーターは、クラスの制約がある型でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfNullableMethod">
<source>Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.</source>
<target state="translated">System.Nullable(Of T)' のメソッドを 'AddressOf' 演算子のオペランドとして使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsOperatorNullable1">
<source>'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'{0}' は Null 許容型であるため、型 '{0}' の 'Is' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IsNotOperatorNullable1">
<source>'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.</source>
<target state="translated">'{0}' は Null 許容型であるため、型 '{0}' の 'IsNot' オペランドは 'Nothing' とのみ比較できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ShadowingTypeOutsideClass1">
<source>'{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.</source>
<target state="translated">'{0}' は、クラス、構造体、またはインターフェイス外部では 'Shadows' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertySetParamCollisionWithValue">
<source>Property parameters cannot have the name 'Value'.</source>
<target state="translated">Property パラメーターには 'Value' という名前は指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SxSIndirectRefHigherThanDirectRef3">
<source>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}.</source>
<target state="translated">現在、プロジェクトには、{0} の複数のバージョンへの参照、バージョン {2} への直接的な参照、およびバージョン {1} への間接的な参照が含まれています。{0} のバージョン {1} (またはそれ以降) を使用するには、直接的な参照を変更してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReferenceStrong">
<source>Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.</source>
<target state="translated">ID が同一の複数のアセンブリ ('{0}' と '{1}') がインポートされました。重複している参照の一方を削除します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateReference2">
<source>Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.</source>
<target state="translated">プロジェクトには既にアセンブリ '{0}' への参照が指定されています。'{1}' への 2 番目の参照を追加することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCallOrIndex">
<source>Illegal call expression or index expression.</source>
<target state="translated">呼び出し式またはインデックス式が無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictDefaultPropertyAttribute">
<source>Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.</source>
<target state="translated">既定プロパティと '{0}' 上で定義された 'DefaultMemberAttribute' の間の競合が発生しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeUuid2">
<source>'{0}' cannot be applied because the format of the GUID '{1}' is not correct.</source>
<target state="translated">'GUID '{1} の形式が正しくないため、'{0}' を適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassAndReservedAttribute1">
<source>'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' と '{0}' の両方を同じクラスに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass2">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、そのコンテナー '{1}' が 'Public' と宣言されていないため、'{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispIdZero1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、既定のプロパティに対して 0 を予約するため、'System.Runtime.InteropServices.DispIdAttribute' を '{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassReservedDispId1">
<source>'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は 0 より小さい値を予約するため、'System.Runtime.InteropServices.DispIdAttribute' を '{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassDuplicateGuids1">
<source>'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.</source>
<target state="translated">'{0}' の 'Microsoft.VisualBasic.ComClassAttribute' で 'InterfaceId' および 'EventsId' パラメーターに同じ値を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassCantBeAbstract0">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' を、'MustInherit' に宣言されているクラスに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ComClassRequiresPublicClass1">
<source>'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' は、'Public' と宣言されていないため、'{0}' に適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnknownOperator">
<source>Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">演算子宣言は次のいずれかでなければなりません: +、-、*、\、/、^、&、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue、IsFalse。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateConversionCategoryUsed">
<source>'Widening' and 'Narrowing' cannot be combined.</source>
<target state="translated">'Widening' と 'Narrowing' を組み合わせて使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorNotOverloadable">
<source>Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.</source>
<target state="translated">演算子はオーバーロードできません。演算子宣言は次のいずれかでなければなりません: +、-、*、\、/、^、&、Like、Mod、And、Or、Xor、Not、<<、>>、=、<>、<、<=、>、>=、CType、IsTrue、IsFalse.</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHandles">
<source>'Handles' is not valid on operator declarations.</source>
<target state="translated">'Handles' は演算子の宣言で有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplements">
<source>'Implements' is not valid on operator declarations.</source>
<target state="translated">'Implements' は演算子の宣言で有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorExpected">
<source>'End Operator' expected.</source>
<target state="translated">'End Operator' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndOperatorNotAtLineStart">
<source>'End Operator' must be the first statement on a line.</source>
<target state="translated">'End Operator' は、行の最初のステートメントでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidEndOperator">
<source>'End Operator' must be preceded by a matching 'Operator'.</source>
<target state="translated">'End Operator' の前には、対応する 'Operator' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExitOperatorNotValid">
<source>'Exit Operator' is not valid. Use 'Return' to exit an operator.</source>
<target state="translated">'Exit Operator' は有効ではありません。演算を終了するには、'Return' を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamArrayIllegal1">
<source>'{0}' parameters cannot be declared 'ParamArray'.</source>
<target state="translated">'{0}' パラメーターを 'ParamArray' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionalIllegal1">
<source>'{0}' parameters cannot be declared 'Optional'.</source>
<target state="translated">'{0}' パラメーターを 'Optional' として宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBePublic">
<source>Operators must be declared 'Public'.</source>
<target state="translated">演算子は 'Public' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorMustBeShared">
<source>Operators must be declared 'Shared'.</source>
<target state="translated">演算子は 'Shared' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadOperatorFlags1">
<source>Operators cannot be declared '{0}'.</source>
<target state="translated">演算子は '{0}' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneParameterRequired1">
<source>Operator '{0}' must have one parameter.</source>
<target state="translated">演算子 '{0}' には、1 個のパラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TwoParametersRequired1">
<source>Operator '{0}' must have two parameters.</source>
<target state="translated">演算子 '{0}' には、2 個のパラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OneOrTwoParametersRequired1">
<source>Operator '{0}' must have either one or two parameters.</source>
<target state="translated">演算子 '{0}' には、1 個または 2 個のパラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvMustBeWideningOrNarrowing">
<source>Conversion operators must be declared either 'Widening' or 'Narrowing'.</source>
<target state="translated">変換演算子は、'Widening' または 'Narrowing' のいずれかとして宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorDeclaredInModule">
<source>Operators cannot be declared in modules.</source>
<target state="translated">演算子をモジュール内で宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSpecifierOnNonConversion1">
<source>Only conversion operators can be declared '{0}'.</source>
<target state="translated">変換演算子のみが '{0}' として宣言できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnaryParamMustBeContainingType1">
<source>Parameter of this unary operator must be of the containing type '{0}'.</source>
<target state="translated">単項演算子のパラメーターの型は、それを含む型 '{0}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BinaryParamMustBeContainingType1">
<source>At least one parameter of this binary operator must be of the containing type '{0}'.</source>
<target state="translated">このバイナリ演算子のパラメーターのうち、少なくとも 1 つが型 '{0}' を含んでいなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConvParamMustBeContainingType1">
<source>Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.</source>
<target state="translated">この変換演算子のパラメーター型または戻り値の型は、含んでいる型 '{0}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresBoolReturnType1">
<source>Operator '{0}' must have a return type of Boolean.</source>
<target state="translated">演算子 '{0}' には、ブール型の戻り値の型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToSameType">
<source>Conversion operators cannot convert from a type to the same type.</source>
<target state="translated">変換演算子によって、ある型から同じ型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToInterfaceType">
<source>Conversion operators cannot convert to an interface type.</source>
<target state="translated">変換演算子によってインターフェイス型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToBaseType">
<source>Conversion operators cannot convert from a type to its base type.</source>
<target state="translated">変換演算子によって、ある型からその基本型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToDerivedType">
<source>Conversion operators cannot convert from a type to its derived type.</source>
<target state="translated">変換演算子によって、ある型からその派生型に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionToObject">
<source>Conversion operators cannot convert to Object.</source>
<target state="translated">変換演算子によって Object に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromInterfaceType">
<source>Conversion operators cannot convert from an interface type.</source>
<target state="translated">変換演算子によってインターフェイス型から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromBaseType">
<source>Conversion operators cannot convert from a base type.</source>
<target state="translated">変換演算子によって基本型から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromDerivedType">
<source>Conversion operators cannot convert from a derived type.</source>
<target state="translated">変換演算子によって派生型から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConversionFromObject">
<source>Conversion operators cannot convert from Object.</source>
<target state="translated">変換演算子によって Object から変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MatchingOperatorExpected2">
<source>Matching '{0}' operator is required for '{1}'.</source>
<target state="translated">'{1}' には対応する '{0}' 演算子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableLogicalOperator3">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.</source>
<target state="translated">'{0}' の戻り値およびパラメーターの型を '{2}' 式で使用するには、'{1}' にしなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConditionOperatorRequired3">
<source>Type '{0}' must define operator '{1}' to be used in a '{2}' expression.</source>
<target state="translated">型 '{0}' を '{2}' 式で使用するには、演算子 '{1}' を定義しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CopyBackTypeMismatch3">
<source>Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.</source>
<target state="translated">型 '{1}' は型 '{2}' に変換できないため、'ByRef' パラメーター '{0}' の値を、一致する引数に戻してコピーすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForLoopOperatorRequired2">
<source>Type '{0}' must define operator '{1}' to be used in a 'For' statement.</source>
<target state="translated">型 '{0}' を 'For' ステートメントで使用するには、演算子 '{1}' を定義しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopOperator2">
<source>Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">'{0}' の戻り値型およびパラメーター型は、'For' ステートメントで使用するためには '{1}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnacceptableForLoopRelOperator2">
<source>Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.</source>
<target state="translated">パラメーター型 '{0}' を 'For' ステートメントで使用するには、'{1}' でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OperatorRequiresIntegerParameter1">
<source>Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.</source>
<target state="translated">演算子 '{0}' には、型 'Integer' または型 'Integer?' の第 2 パラメーターを指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyNullableOnBoth">
<source>Nullable modifier cannot be specified on both a variable and its type.</source>
<target state="translated">変数とその型の両方で、Null 許容修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadTypeArgForStructConstraintNull">
<source>Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.</source>
<target state="translated">Nullable' または Null 許容修飾子 '?' と共に使用するためには、型 '{0}' は 'Structure' に制約されている値型または型引数である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyArrayAndNullableOnBoth">
<source>Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.</source>
<target state="translated">変数とその型の両方で、Null 許容修飾子 '?' と配列修飾子 '(' および ')' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyTypeCharacterOnIIF">
<source>Expressions used with an 'If' expression cannot contain type characters.</source>
<target state="translated">If' 式で使用する式に、型文字を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFName">
<source>'If' operands cannot be named arguments.</source>
<target state="translated">'If' オペランドを名前付き引数にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion">
<source>Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.</source>
<target state="translated">If' 演算子の 2 番目と 3 番目のオペランドの共通型を推論できません。一方の型から他方の型への拡大変換が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalCondTypeInIIF">
<source>First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.</source>
<target state="translated">バイナリ 'If' 式の最初のオペランドは Null 許容または参照型である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCallIIF">
<source>'If' operator cannot be used in a 'Call' statement.</source>
<target state="translated">'If' 演算子を 'Call' ステートメントの中で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyAsNewAndNullable">
<source>Nullable modifier cannot be specified in variable declarations with 'As New'.</source>
<target state="translated">As New' を含む変数宣言で null 許容修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFConversion2">
<source>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.</source>
<target state="translated">バイナリ 'If' 演算子の 1 番目と 2 番目のオペランドの共通型を推論できません。一方の型から他方の型への拡大変換が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNullTypeInCCExpression">
<source>Nullable types are not allowed in conditional compilation expressions.</source>
<target state="translated">条件付きコンパイル式では null 許容型を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableImplicit">
<source>Nullable modifier cannot be used with a variable whose implicit type is 'Object'.</source>
<target state="translated">Null 許容修飾子は、暗黙的な型が 'Object' である変数と共に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingRuntimeHelper">
<source>Requested operation is not available because the runtime library function '{0}' is not defined.</source>
<target state="translated">ランタイム ライブラリ関数 '{0}' が定義されていないため、要求された操作を実行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedDotAfterGlobalNameSpace">
<source>'Global' must be followed by '.' and an identifier.</source>
<target state="translated">'Global' の後には、'.' および識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalExpectedIdentifier">
<source>'Global' not allowed in this context; identifier expected.</source>
<target state="translated">'Global' はこのコンテキストで許可されていません。識別子を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoGlobalInHandles">
<source>'Global' not allowed in handles; local name expected.</source>
<target state="translated">'Global' はハンドルで許可されていません。ローカル名を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ElseIfNoMatchingIf">
<source>'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.</source>
<target state="translated">'ElseIf' の前には、対応する 'If' または 'ElseIf' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAttributeConstructor2">
<source>Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.</source>
<target state="translated">Attribute コンストラクターに、型 '{0}' の 'ByRef' パラメーターが指定されています。属性を適用する場合、ByRef パラメーターを含むコンストラクターを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EndUsingWithoutUsing">
<source>'End Using' must be preceded by a matching 'Using'.</source>
<target state="translated">'End Using' の前には、対応する 'Using' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEndUsing">
<source>'Using' must end with a matching 'End Using'.</source>
<target state="translated">'Using' の終わりには、対応する 'End Using' を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_GotoIntoUsing">
<source>'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.</source>
<target state="translated">'{0}' は、このステートメントを含まない 'Using' ステートメントの内側にあるため、'GoTo {0}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingRequiresDisposePattern">
<source>'Using' operand of type '{0}' must implement 'System.IDisposable'.</source>
<target state="translated">'型 '{0}' の 'Using' オペランドは System.IDisposable を実装しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarNeedsInitializer">
<source>'Using' resource variable must have an explicit initialization.</source>
<target state="translated">'Using' リソース変数には明示的な初期化が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UsingResourceVarCantBeArray">
<source>'Using' resource variable type can not be array type.</source>
<target state="translated">'Using' リソース変数の型を配列型にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OnErrorInUsing">
<source>'On Error' statements are not valid within 'Using' statements.</source>
<target state="translated">'On Error' ステートメントは、'Using' ステートメント内では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyNameConflictInMyCollection">
<source>'{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.</source>
<target state="translated">'{0}' は 'My' グループ内で公開されている型 '{1}' に使用されるメンバーと同じ名前です。型またはそれを囲む名前空間の名前を変更してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidImplicitVar">
<source>Implicit variable '{0}' is invalid because of '{1}'.</source>
<target state="translated">暗黙的な変数 '{0}' は '{1}' であるため、無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ObjectInitializerRequiresFieldName">
<source>Object initializers require a field name to initialize.</source>
<target state="translated">オブジェクト初期化子には、初期化対象のフィールド名が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedFrom">
<source>'From' expected.</source>
<target state="translated">'From' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch1">
<source>Nested function does not have the same signature as delegate '{0}'.</source>
<target state="translated">入れ子になった関数に、デリゲート '{0}' と同じシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaBindingMismatch2">
<source>Nested sub does not have a signature that is compatible with delegate '{0}'.</source>
<target state="translated">入れ子になった sub に、デリゲート '{0}' と互換性のあるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamQuery1">
<source>'ByRef' parameter '{0}' cannot be used in a query expression.</source>
<target state="translated">'ByRef' パラメーター '{0}' をクエリ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionTreeNotSupported">
<source>Expression cannot be converted into an expression tree.</source>
<target state="translated">式を式ツリーに変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeQuery">
<source>Instance members and 'Me' cannot be used within query expressions in structures.</source>
<target state="translated">インスタンス メンバーおよび 'Me' は、構造体内のクエリ式では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InferringNonArrayType1">
<source>Variable cannot be initialized with non-array type '{0}'.</source>
<target state="translated">変数を非配列型 '{0}' で初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ByRefParamInExpressionTree">
<source>References to 'ByRef' parameters cannot be converted to an expression tree.</source>
<target state="translated">ByRef' パラメーターへの参照を式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateAnonTypeMemberName1">
<source>Anonymous type member or property '{0}' is already declared.</source>
<target state="translated">匿名型のメンバーまたはプロパティ '{0}' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAnonymousTypeForExprTree">
<source>Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.</source>
<target state="translated">匿名型を式ツリーに変換できません。この型のプロパティは、別のプロパティを初期化するために使用されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftAnonymousType1">
<source>Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.</source>
<target state="translated">匿名型プロパティ '{0}' を、同じ初期化リスト内のラムダ式の定義で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionOnlyAllowedOnModuleSubOrFunction">
<source>'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.</source>
<target state="translated">'Extension' 属性は 'Module'、'Sub'、または 'Function' の各宣言にのみ適用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNotInModule">
<source>Extension methods can be defined only in modules.</source>
<target state="translated">拡張メソッドはモジュール内でのみ定義できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodNoParams">
<source>Extension methods must declare at least one parameter. The first parameter specifies which type to extend.</source>
<target state="translated">拡張メソッドは、少なくとも 1 つのパラメーターを宣言する必要があります。最初のパラメーターでは、拡張する型を指定します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOptionalFirstArg">
<source>'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'Optional' は、拡張メソッドの最初のパラメーターには適用できません。最初のパラメーターでは、拡張する型を指定します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodParamArrayFirstArg">
<source>'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.</source>
<target state="translated">'ParamArray' は、拡張メソッドの最初のパラメーターには適用できません。最初のパラメーターでは、拡張する型を指定します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeFieldNameInference">
<source>Anonymous type member name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">匿名型メンバーの名前は、引数なしの簡易名または修飾名からのみ推論できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NameNotMemberOfAnonymousType2">
<source>'{0}' is not a member of '{1}'; it does not exist in the current context.</source>
<target state="translated">'{0}' は '{1}' のメンバーではなく、現在のコンテキストに存在しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionAttributeInvalid">
<source>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.</source>
<target state="translated">カスタム デザイン バージョンの 'System.Runtime.CompilerServices.ExtensionAttribute' がコンパイラにより検出されましたが、有効ではありません。その属性の使用フラグを、アセンブリ、クラス、およびメソッドが許可されるように設定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypePropertyOutOfOrder1">
<source>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.</source>
<target state="translated">'{0}' の型がまだ確立されていないため、匿名型メンバーのプロパティ '{0}' を使用して別のメンバーのプロパティの型を推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in anonymous type declarations.</source>
<target state="translated">型文字を匿名型の宣言で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleLiteralDisallowsTypeChar">
<source>Type characters cannot be used in tuple literals.</source>
<target state="translated">型文字はタプル リテラルでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NewWithTupleTypeSyntax">
<source>'New' cannot be used with tuple type. Use a tuple literal expression instead.</source>
<target state="translated">'new' はタプル型では併用できません。代わりに、タプル リテラル式を使用します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PredefinedValueTupleTypeMustBeStruct">
<source>Predefined type '{0}' must be a structure.</source>
<target state="translated">定義済みの型 '{0}' は、構造体である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodUncallable1">
<source>Extension method '{0}' has type constraints that can never be satisfied.</source>
<target state="translated">拡張メソッド '{0}' に、満たされる可能性のない型制約があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate3">
<source>
Extension method '{0}' defined in '{1}': {2}</source>
<target state="translated">
'{1}' で定義された拡張メソッド '{0}': {2}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatch">
<source>Method does not have a signature compatible with the delegate.</source>
<target state="translated">メソッドにデリゲートと互換性のあるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingTypeInferenceFails">
<source>Type arguments could not be inferred from the delegate.</source>
<target state="translated">型引数をデリゲートから推論できませんでした。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs">
<source>Too many arguments.</source>
<target state="translated">引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted1">
<source>Parameter '{0}' already has a matching omitted argument.</source>
<target state="translated">パラメーター '{0}' には、一致する省略された引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice1">
<source>Parameter '{0}' already has a matching argument.</source>
<target state="translated">パラメーター '{0}' には、一致する引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound1">
<source>'{0}' is not a method parameter.</source>
<target state="translated">'{0}' はメソッド パラメーターではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument1">
<source>Argument not specified for parameter '{0}'.</source>
<target state="translated">パラメーター '{0}' に対して引数が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam1">
<source>Type parameter '{0}' cannot be inferred.</source>
<target state="translated">型パラメーター '{0}' を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodOverloadCandidate2">
<source>
Extension method '{0}' defined in '{1}'.</source>
<target state="translated">
'{1}' で定義された拡張メソッド '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNeedField">
<source>Anonymous type must contain at least one member.</source>
<target state="translated">匿名型は、少なくとも 1 つのメンバーを含んでいる必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeNameWithoutPeriod">
<source>Anonymous type member name must be preceded by a period.</source>
<target state="translated">匿名型のメンバー名の前には、ピリオドが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonymousTypeExpectedIdentifier">
<source>Identifier expected, preceded with a period.</source>
<target state="translated">前にピリオドが付いた識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyArgs2">
<source>Too many arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' の引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgAlsoOmitted3">
<source>Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' のパラメーター '{0}' には、一致する省略された引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedArgUsedTwice3">
<source>Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' のパラメーター '{0}' には、一致する引数が既に存在します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamedParamNotFound3">
<source>'{0}' is not a parameter of extension method '{1}' defined in '{2}'.</source>
<target state="translated">'{0}' は、'{2}' で定義された拡張メソッド '{1}' のパラメーターではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OmittedArgument3">
<source>Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' のパラメーター '{0}' に対して引数が指定されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnboundTypeParam3">
<source>Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{1}' の型パラメーター '{0}' を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooFewGenericArguments2">
<source>Too few type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' の型引数が少なすぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyGenericArguments2">
<source>Too many type arguments to extension method '{0}' defined in '{1}'.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' の型引数が多すぎます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInOrEq">
<source>'In' or '=' expected.</source>
<target state="translated">'In' または '=' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedQueryableSource">
<source>Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.</source>
<target state="translated">型 '{0}' の式はクエリ不可能です。LINQ プロバイダーに対してアセンブリ参照や名前空間インポートが不足していないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryOperatorNotFound">
<source>Definition of method '{0}' is not accessible in this context.</source>
<target state="translated">メソッド '{0}' の定義には、このコンテキストではアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseOnErrorGotoWithClosure">
<source>Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.</source>
<target state="translated">メソッドに '{0}' ステートメントとラムダ式またはクエリ式で使用される変数の定義の両方を含むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotGotoNonScopeBlocksWithClosure">
<source>'{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.</source>
<target state="translated">'{2}' は、ラムダ式またはクエリ式で使用される変数を定義するスコープの内側にあるため、'{0}{1}' は有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeQuery">
<source>Instance of restricted type '{0}' cannot be used in a query expression.</source>
<target state="translated">制限がある型 '{0}' のインスタンスをクエリ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeFieldNameInference">
<source>Range variable name can be inferred only from a simple or qualified name with no arguments.</source>
<target state="translated">範囲変数の名前は、引数なしの簡易名または修飾名からのみ推論できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryDuplicateAnonTypeMemberName1">
<source>Range variable '{0}' is already declared.</source>
<target state="translated">範囲変数 '{0}' は既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonymousTypeDisallowsTypeChar">
<source>Type characters cannot be used in range variable declarations.</source>
<target state="translated">範囲変数の宣言で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReadOnlyInClosure">
<source>'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.</source>
<target state="translated">'コンストラクター内のラムダ式では、'ReadOnly' 変数を代入式のターゲットにすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoMultiDimArrayCreation">
<source>Multi-dimensional array cannot be converted to an expression tree.</source>
<target state="translated">多次元配列を式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExprTreeNoLateBind">
<source>Late binding operations cannot be converted to an expression tree.</source>
<target state="translated">遅延バインディング操作を式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedBy">
<source>'By' expected.</source>
<target state="translated">'By' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryInvalidControlVariableName1">
<source>Range variable name cannot match the name of a member of the 'Object' class.</source>
<target state="translated">範囲変数の名前を 'Object' クラスのメンバーの名前に一致させることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIn">
<source>'In' expected.</source>
<target state="translated">'In' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryNameNotDeclared">
<source>Name '{0}' is either not declared or not in the current scope.</source>
<target state="translated">名前 '{0}' は宣言されていないか、または現在のスコープ内に存在しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedFunctionArgumentNarrowing3">
<source>Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.</source>
<target state="translated">パラメーター '{0}' と一致する入れ子にされた関数の戻り値の型は、'{1}' から '{2}' へ縮小変換します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AnonTypeFieldXMLNameInference">
<source>Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">匿名型のメンバー名を、有効な Visual Basic 識別子ではない XML 識別子から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryAnonTypeFieldXMLNameInference">
<source>Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.</source>
<target state="translated">範囲変数の名前を、有効な Visual Basic 識別子ではない XML 識別子から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedInto">
<source>'Into' expected.</source>
<target state="translated">'Into' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeCharOnAggregation">
<source>Aggregate function name cannot be used with a type character.</source>
<target state="translated">集計関数名で型文字を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedOn">
<source>'On' expected.</source>
<target state="translated">'On' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedEquals">
<source>'Equals' expected.</source>
<target state="translated">'Equals' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedAnd">
<source>'And' expected.</source>
<target state="translated">'And' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsTypeMismatch">
<source>'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.</source>
<target state="translated">'Equals' で型 '{0}' の値と型 '{1}' の値を比較することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EqualsOperandIsBad">
<source>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.</source>
<target state="translated">Equals' 演算子の両辺で、少なくとも 1 つの範囲変数を参照しなければなりません。'Equals' 演算子の一方で 1 つ以上の範囲変数 {0} を参照し、他方で 1 つ以上の範囲変数 {1} を参照する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotDelegate1">
<source>Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.</source>
<target state="translated">'{0}' は、デリゲート型でないため、ラムダ式を '{0}' に変換できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNotCreatableDelegate1">
<source>Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.</source>
<target state="translated">'{0}' は 'MustInherit' として宣言されていて作成することができないので、ラムダ式を '{0}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotInferNullableForVariable1">
<source>A nullable type cannot be inferred for variable '{0}'.</source>
<target state="translated">変数 '{0}' の Null 許容型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableTypeInferenceNotSupported">
<source>Nullable type inference is not supported in this context.</source>
<target state="translated">null 許容型推論は、このコンテキストではサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedJoin">
<source>'Join' expected.</source>
<target state="translated">'Join' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableParameterMustSpecifyType">
<source>Nullable parameters must specify a type.</source>
<target state="translated">Null 許容パラメーターには型を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IterationVariableShadowLocal2">
<source>Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">範囲変数 '{0}' により、それを囲むブロック内の変数、以前に定義された範囲変数、またはクエリ式内で暗黙的に宣言された変数が隠ぺいされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdasCannotHaveAttributes">
<source>Attributes cannot be applied to parameters of lambda expressions.</source>
<target state="translated">ラムダ式のパラメーターに属性を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaInSelectCaseExpr">
<source>Lambda expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">ラムダ式は、'Select Case' ステートメントの最初の式では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddressOfInSelectCaseExpr">
<source>'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.</source>
<target state="translated">'AddressOf' 式は、'Select Case' ステートメントの最初の式では有効ではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullableCharNotSupported">
<source>The '?' character cannot be used here.</source>
<target state="translated">?' 文字はここでは使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftStructureMeLambda">
<source>Instance members and 'Me' cannot be used within a lambda expression in structures.</source>
<target state="translated">インスタンス メンバーおよび 'Me' は、構造体内のラムダ式では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftByRefParamLambda1">
<source>'ByRef' parameter '{0}' cannot be used in a lambda expression.</source>
<target state="translated">'ByRef' パラメーター '{0}' をラムダ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeLambda">
<source>Instance of restricted type '{0}' cannot be used in a lambda expression.</source>
<target state="translated">制限がある型 '{0}' のインスタンスをラムダ式で使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaParamShadowLocal1">
<source>Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.</source>
<target state="translated">ラムダ パラメーター '{0}' により、それを囲むブロック内の変数、以前に定義された範囲変数、またはクエリ式内で暗黙的に宣言された変数が隠ぺいされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StrictDisallowImplicitObjectLambda">
<source>Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.</source>
<target state="translated">Option Strict On では、各ラムダ式のパラメーターの型を推論できない場合、そのパラメーターを 'As' 句で宣言する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantSpecifyParamsOnLambdaParamNoType">
<source>Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.</source>
<target state="translated">配列修飾子をラムダ式のパラメーター名に指定することはできません。配列修飾子は、その型に指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.</source>
<target state="translated">型パラメーターのデータ型を、これらの引数から推論することはできません。データ型を明示的に指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論することはできません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailure3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論することはできません。データ型を明示的に指定することによって、このエラーを修正できる可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments.</source>
<target state="translated">型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicit3">
<source>Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' 内の型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous1">
<source>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.</source>
<target state="translated">該当する型が複数考えられるため、型パラメーターのデータ型を、これらの引数から推論することはできません。データ型を明示的に指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureAmbiguous3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">該当する型が複数考えられるため、型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous2">
<source>Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitAmbiguous3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest1">
<source>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.</source>
<target state="translated">同じ型に変換されない引数があるため、型パラメーターのデータ型を、これらの引数から推論することはできません。データ型を明示的に指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、同じ型に変換されないため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoBest3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、複数の型の可能性があるため、できません。データ型を明示的に指定することによって、このエラーを修正できる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest1">
<source>Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.</source>
<target state="translated">同じ型に変換されない引数があるため、型パラメーターのデータ型を、これらの引数から推論することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest2">
<source>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.</source>
<target state="translated">メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、同じ型に変換されないため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceFailureNoExplicitNoBest3">
<source>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.</source>
<target state="translated">'{1}' で定義されている拡張メソッド '{0}' 内の型パラメーターのデータ型をこれらの引数から推論しようとしても、同じ型に変換されないため、できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff2">
<source>Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.</source>
<target state="translated">Option Strict On では、メソッド '{0}' とデリゲート '{1}' 間の暗黙的な型の縮小変換は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InaccessibleReturnTypeOfMember2">
<source>'{0}' is not accessible in this context because the return type is not accessible.</source>
<target state="translated">'戻り値の型にアクセスできないため、このコンテキストでは '{0}' にアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedIdentifierOrGroup">
<source>'Group' or an identifier expected.</source>
<target state="translated">'Group' または識別子が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnexpectedGroup">
<source>'Group' not allowed in this context; identifier expected.</source>
<target state="translated">'Group' はこのコンテキストで許可されていません。識別子を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingMismatchStrictOff3">
<source>Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.</source>
<target state="translated">Option Strict On では、'{2}' で定義された拡張メソッド '{0}' とデリゲート '{1}' 間の暗黙的な型の縮小変換は許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DelegateBindingIncompatible3">
<source>Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.</source>
<target state="translated">'{2}' で定義された拡張メソッド '{0}' に、デリゲート '{1}' と互換性があるシグネチャがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArgumentNarrowing2">
<source>Argument matching parameter '{0}' narrows to '{1}'.</source>
<target state="translated">パラメーター '{0}' と一致する引数は '{1}' へ引数照合します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadCandidate1">
<source>
{0}</source>
<target state="translated">
{0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyInitializedInStructure">
<source>Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.</source>
<target state="translated">構造体に含まれる自動実装プロパティは、'Shared' に設定されている場合を除き、初期化子を持つことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsElements">
<source>XML elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 要素を型 '{0}' から選択することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsAttributes">
<source>XML attributes cannot be selected from type '{0}'.</source>
<target state="translated">XML 属性を型 '{0}' から選択することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeDisallowsDescendants">
<source>XML descendant elements cannot be selected from type '{0}'.</source>
<target state="translated">XML 子孫要素を型 '{0}' から選択することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeOrMemberNotGeneric2">
<source>Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.</source>
<target state="translated">'{1}' で定義された拡張メソッド '{0}' はジェネリックではない (または自由型パラメーターがない) ため、型引数を指定できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExtensionMethodCannotBeLateBound">
<source>Late-bound extension methods are not supported.</source>
<target state="translated">遅延バインディングされた拡張メソッドはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeInferenceArrayRankMismatch1">
<source>Cannot infer a data type for '{0}' because the array dimensions do not match.</source>
<target state="translated">配列の次元が一致しないため、'{0}' のデータ型は推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_QueryStrictDisallowImplicitObject">
<source>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.</source>
<target state="translated">範囲変数の型を推論できません。Option Strict がオンの場合、遅延バインディングは使用できません。'As' 句を使用して型を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedInterfaceWithGeneric">
<source>Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.</source>
<target state="translated">型 '{0}' にはジェネリック引数があるため、この型を埋め込むことはできません。相互運用機能型の埋め込みの無効化を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotUseGenericTypeAcrossAssemblyBoundaries">
<source>Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.</source>
<target state="translated">型 '{0}' には埋め込まれた相互運用機能型であるジェネリック型引数があるため、アセンブリ境界を越えて使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2">
<source>'{0}' is obsolete: '{1}'.</source>
<target state="translated">'{0}' は廃止されています: '{1}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbol2_Title">
<source>Type or member is obsolete</source>
<target state="translated">型またはメンバーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4">
<source>{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'.</source>
<target state="translated">{0} '{1}' は、ベース {2} '{3}' で宣言されたオーバーロード可能なメンバーをシャドウします。ベース メソッドをオーバーロードする場合、このメソッドは 'Overloads' に宣言されていなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverloadBase4_Title">
<source>Member shadows an overloadable member declared in the base type</source>
<target state="translated">基本型で宣言されているオーバーロード可能なメンバーをシャドウしているメンバーが存在します</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5">
<source>{0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、{2} '{1}' とベース {3} '{4}' で競合しています。'Shadows' として宣言されなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverrideType5_Title">
<source>Member conflicts with member in the base type and should be declared 'Shadows'</source>
<target state="translated">メンバーが基本型のメンバーと競合しているため、'Shadows' として宣言されなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2">
<source>{0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.</source>
<target state="translated">{0} '{1}' は、ベース {2} '{3}' のオーバーライド可能なメソッドをシャドウします。ベース メソッドをオーバーライドするには、このメソッドは 'Overrides' に宣言されていなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustOverride2_Title">
<source>Member shadows an overridable method in the base type</source>
<target state="translated">メンバーと同じ、基本型のオーバーロード可能なメソッドが存在します</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4">
<source>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'.</source>
<target state="translated">既定のプロパティ '{0}' は、ベース {2} '{3}' の既定のプロパティ '{1}' と競合します。'{0}' が既定のプロパティになります。'{0}' は 'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefaultnessShadowed4_Title">
<source>Default property conflicts with the default property in the base type</source>
<target state="translated">既定のプロパティが、基本型の既定のプロパティと競合します</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1">
<source>'{0}' is obsolete.</source>
<target state="translated">'{0}' は廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoleteSymbolNoMessage1_Title">
<source>Type or member is obsolete</source>
<target state="translated">型またはメンバーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0">
<source>Possible problem detected while building assembly: {0}</source>
<target state="translated">アセンブリをビルド中に問題が発生した可能性があります: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration0_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">アセンブリのビルド中に検出された可能性がある問題</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1">
<source>Possible problem detected while building assembly '{0}': {1}</source>
<target state="translated">アセンブリ '{0}' をビルド中に問題が発生した可能性があります: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyGeneration1_Title">
<source>Possible problem detected while building assembly</source>
<target state="translated">アセンブリのビルド中に検出された可能性がある問題</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1">
<source>'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.</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' がクラス '{0}' に対して指定されていますが、'{0}' には COM に公開できるパブリック メンバーが含まれていないため、COM インターフェイスは生成されません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassNoMembers1_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM</source>
<target state="translated">'クラスに対して 'Microsoft.VisualBasic.ComClassAttribute' が指定されていますが、COM に公開できる public メンバーがクラスに含まれていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5">
<source>{0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、ベース {3} '{4}' のメンバーと競合する '{2}' を暗黙的に宣言するため、{0} は 'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsMember5_Title">
<source>Property or event implicitly declares type or member that conflicts with a member in the base type</source>
<target state="translated">プロパティまたはイベントが、基本型のメンバーと競合している型またはメンバーを暗黙的に宣言しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6">
<source>{0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、ベース {4} '{5}' にある {2} '{3}' に対して暗黙的に宣言されているメンバーと競合するため、'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MemberShadowsSynthMember6_Title">
<source>Member conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">メンバーが、基本型のプロパティまたはイベントに対して暗黙的に宣言されているメンバーと競合しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7">
<source>{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'.</source>
<target state="translated">{0} '{1}' は、ベース {5} '{6}' で {3} '{4}' に対して暗黙的に宣言されたメンバーと競合する '{2}' を暗黙的に宣言します。{0} は 'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SynthMemberShadowsSynthMember7_Title">
<source>Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type</source>
<target state="translated">プロパティまたはイベントが、基本型のプロパティまたはイベントに対して暗黙的に宣言されているメンバーと競合しているメンバーを暗黙的に宣言しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3">
<source>'{0}' accessor of '{1}' is obsolete: '{2}'.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています: '{2}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor3_Title">
<source>Property accessor is obsolete</source>
<target state="translated">プロパティ アクセサーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2">
<source>'{0}' accessor of '{1}' is obsolete.</source>
<target state="translated">'{1}' の '{0}' アクセサーは廃止されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseOfObsoletePropertyAccessor2_Title">
<source>Property accessor is obsolete</source>
<target state="translated">プロパティ アクセサーが旧型式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1">
<source>Type of member '{0}' is not CLS-compliant.</source>
<target state="translated">メンバー '{0}' の型は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_FieldNotCLSCompliant1_Title">
<source>Type of member is not CLS-compliant</source>
<target state="translated">メンバーの型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.</source>
<target state="translated">'{0}' は、CLS に準拠していない '{1}' から派生しているため、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BaseClassNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because it derives from base type that is not CLS-compliant</source>
<target state="translated">型が CLS に準拠していない基本型から派生しているので、CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1">
<source>Return type of function '{0}' is not CLS-compliant.</source>
<target state="translated">関数 '{0}' の戻り値の型は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ProcTypeNotCLSCompliant1_Title">
<source>Return type of function is not CLS-compliant</source>
<target state="translated">関数の戻り型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1">
<source>Type of parameter '{0}' is not CLS-compliant.</source>
<target state="translated">パラメーター '{0}' の型は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ParamNotCLSCompliant1_Title">
<source>Type of parameter is not CLS-compliant</source>
<target state="translated">パラメーターの型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2">
<source>'{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.</source>
<target state="translated">'{0}' は、継承元のインターフェイス '{1}' が CLS に準拠していないため、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InheritedInterfaceNotCLSCompliant2_Title">
<source>Type is not CLS-compliant because the interface it inherits from is not CLS-compliant</source>
<target state="translated">継承元のインターフェイスは CLS 準拠ではないので、型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3">
<source>{0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.</source>
<target state="translated">{0} '{1}' は、含んでいる型 '{2}' が CLS に準拠していないため、CLS 準拠として設定できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSMemberInNonCLSType3_Title">
<source>Member cannot be marked CLS-compliant because its containing type is not CLS-compliant</source>
<target state="translated">メンバーを包含する型が CLS に準拠していないので、メンバーを CLS 準拠としてマークすることはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1">
<source>Name '{0}' is not CLS-compliant.</source>
<target state="translated">名前 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NameNotCLSCompliant1_Title">
<source>Name is not CLS-compliant</source>
<target state="translated">名前が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1">
<source>Underlying type '{0}' of Enum is not CLS-compliant.</source>
<target state="translated">Enum の基になる型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EnumUnderlyingTypeNotCLS1_Title">
<source>Underlying type of Enum is not CLS-compliant</source>
<target state="translated">Enum の基になる型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1">
<source>Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.</source>
<target state="translated">CLS に準拠していない '{0}' は、CLS に準拠しているインターフェイスに使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMemberInCLSInterface1_Title">
<source>Non CLS-compliant member is not allowed in a CLS-compliant interface</source>
<target state="translated">CLS 準拠インターフェイスでは、CLS に準拠していないメンバーは許可されません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.</source>
<target state="translated">CLS に準拠していない 'MustOverride' メンバーは、CLS に準拠している型 '{0}' に使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NonCLSMustOverrideInCLSType1_Title">
<source>Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type</source>
<target state="translated">CLS 準拠型では、CLS に準拠していない 'MustOverride' メンバーは許可されません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2">
<source>'{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.</source>
<target state="translated">'{0}' は、配列パラメーター型の配列または配列パラメーター型のランクのみが異なる '{1}' をオーバーロードするため、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayOverloadsNonCLS2_Title">
<source>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</source>
<target state="translated">配列パラメーター型の配列または配列パラメーター型のランクのみが異なるメソッドをオーバーロードするので、メソッドは CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1">
<source>Root namespace '{0}' is not CLS-compliant.</source>
<target state="translated">ルート名前空間 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant1_Title">
<source>Root namespace is not CLS-compliant</source>
<target state="translated">ルート名前空間が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2">
<source>Name '{0}' in the root namespace '{1}' is not CLS-compliant.</source>
<target state="translated">ルート名前空間 '{1}' にある名前 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RootNamespaceNotCLSCompliant2_Title">
<source>Part of the root namespace is not CLS-compliant</source>
<target state="translated">ルート名前空間の一部が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1">
<source>Generic parameter constraint type '{0}' is not CLS-compliant.</source>
<target state="translated">ジェネリック パラメーターの制約型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_GenericConstraintNotCLSCompliant1_Title">
<source>Generic parameter constraint type is not CLS-compliant</source>
<target state="translated">ジェネリック パラメーターの制約型は CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1">
<source>Type '{0}' is not CLS-compliant.</source>
<target state="translated">型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeNotCLSCompliant1_Title">
<source>Type is not CLS-compliant</source>
<target state="translated">型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1">
<source>Type of optional value for optional parameter '{0}' is not CLS-compliant.</source>
<target state="translated">省略可能なパラメーター '{0}' に対する省略可能な値の型は、CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OptionalValueNotCLSCompliant1_Title">
<source>Type of optional value for optional parameter is not CLS-compliant</source>
<target state="translated">省略可能なパラメーターに対する省略可能な値の型が CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.</source>
<target state="translated">プロパティの 'Get' または 'Set' に System.CLSCompliantAttribute を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSAttrInvalidOnGetSet_Title">
<source>System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'</source>
<target state="translated">プロパティの 'Get' または 'Set' に System.CLSCompliantAttribute を適用することはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6">
<source>{0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.</source>
<target state="translated">{0} '{1}' と部分的な {2} '{3}' が {4} '{5}' で競合しますが、そのうち 1 つが部分的な宣言であるためマージされました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeConflictButMerged6_Title">
<source>Type and partial type conflict, but are being merged because one of them is declared partial</source>
<target state="translated">型と部分型が競合していますが、そのうち 1 つが部分的な宣言であるためマージされました</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1">
<source>Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.</source>
<target state="translated">型パラメーター '{0}' には、それを囲む型の型パラメーターと同じ名前が付けられています。それを囲む型の型パラメーターはシャドウされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ShadowingGenericParamWithParam1_Title">
<source>Type parameter has the same name as a type parameter of an enclosing type</source>
<target state="translated">型パラメーターの名前が、それを囲む型の型パラメーターの名前と同じです</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1">
<source>Could not find standard library '{0}'.</source>
<target state="translated">標準ライブラリ '{0}' が見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CannotFindStandardLibrary1_Title">
<source>Could not find standard library</source>
<target state="translated">標準ライブラリが見つかりませんでした</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2">
<source>Delegate type '{0}' of event '{1}' is not CLS-compliant.</source>
<target state="translated">イベント '{1}' のデリゲート型 '{0}' は CLS に準拠していません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EventDelegateTypeNotCLSCompliant2_Title">
<source>Delegate type of event is not CLS-compliant</source>
<target state="translated">デリゲート型のイベントは CLS に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties">
<source>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.</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute をプロパティ定義に適用しても、'Get' または 'Set' には適用されません。この属性は、目的の 'Get' または 'Set' プロシージャに直接適用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DebuggerHiddenIgnoredOnProperties_Title">
<source>System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition</source>
<target state="translated">System.Diagnostics.DebuggerHiddenAttribute は、プロパティ定義に適用するときに 'Get' または 'Set' に影響しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange">
<source>Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.</source>
<target state="translated">Case' ステートメントに指定された範囲が有効ではありません。下限が上限以下になっていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SelectCaseInvalidRange_Title">
<source>Range specified for 'Case' statement is not valid</source>
<target state="translated">Case' ステートメントに指定された範囲が無効です</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3">
<source>'{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.</source>
<target state="translated">'CLS に準拠していない型 '{2}' を含んでいるため、イベント '{1}' の '{0}' メソッドを CLS 準拠として設定できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_CLSEventMethodInNonCLSType3_Title">
<source>AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant</source>
<target state="translated">イベントの AddHandler メソッドまたは RemoveHandler メソッドを包含する型が CLS に準拠していないので、これらのメソッドを CLS 準拠としてマークすることはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2">
<source>'{0}' in designer-generated type '{1}' should call InitializeComponent method.</source>
<target state="translated">'デザイナーで生成された型 '{1}' の '{0}' は InitializeComponent メソッドを呼び出さなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ExpectedInitComponentCall2_Title">
<source>Constructor in designer-generated type should call InitializeComponent method</source>
<target state="translated">デザイナーで生成された型のコンストラクターは、InitializeComponent メソッドを呼び出す必要があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3">
<source>Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.</source>
<target state="translated">'{2}' で、名前空間の名前 '{0}' の大文字と小文字の指定が、名前空間の名前 '{1}' の大文字と小文字の指定と一致しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NamespaceCaseMismatch3_Title">
<source>Casing of namespace name does not match</source>
<target state="translated">名前空間の名前の大文字と小文字の指定が一致しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1">
<source>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.</source>
<target state="translated">インポート '{0}' で指定された名前空間または型が、パブリック メンバーを含んでいないか、あるいは見つかりません。名前空間または型が定義されていて、少なくとも 1 つのパブリック メンバーを含んでいることを確認してください。また、インポートされた要素名がエイリアスを使用していないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyNamespaceOrClass1_Title">
<source>Namespace or type specified in Imports statement doesn't contain any public member or cannot be found</source>
<target state="translated">Imports ステートメントで指定されている名前空間または型にパブリック メンバーが含まれていないか、名前空間または型が見つかりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1">
<source>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.</source>
<target state="translated">プロジェクト レベルのインポート '{0}' で指定された名前空間または型が、パブリック メンバーを含んでいないか、または見つかりません。名前空間または型が定義されていて、少なくとも 1 つのパブリック メンバーを含んでいることを確認してください。また、インポートされた要素名にエイリアスが使用されていないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title">
<source>Namespace or type imported at project level doesn't contain any public member or cannot be found</source>
<target state="translated">プロジェクト レベルでインポートされた名前空間または型にパブリック メンバーが含まれていないか、名前空間または型が見つかりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2">
<source>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.</source>
<target state="translated">埋め込まれた相互運用機能アセンブリ '{0}' への参照が作成されました。これは、そのアセンブリへの間接参照がアセンブリ '{1}' によって作成されたためです。どちらかのアセンブリで '相互運用機能型の埋め込み' プロパティを変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IndirectRefToLinkedAssembly2_Title">
<source>A reference was created to embedded interop assembly because of an indirect reference to that assembly</source>
<target state="translated">アセンブリへの間接的な参照が原因で、埋め込まれた相互運用機能アセンブリに対して参照が作成されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.</source>
<target state="translated">基本クラス '{2}' の '{1}' が古い形式に設定されているため、クラス '{0}' は 'Sub New' を宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase3_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">基底クラスのコンストラクターが古い形式としてマークされているため、クラスは 'Sub New' を宣言しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4">
<source>Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.</source>
<target state="translated">基本クラス '{2}' の '{1}' が古い形式に設定されているため、クラス '{0}' は 'Sub New' を宣言しなければなりません: '{3}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoNonObsoleteConstructorOnBase4_Title">
<source>Class should declare a 'Sub New' because the constructor in its base class is marked obsolete</source>
<target state="translated">基底クラスのコンストラクターが古い形式としてマークされているため、クラスは 'Sub New' を宣言しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3">
<source>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.</source>
<target state="translated">'{2}' の基本クラス '{1}' にある '{0}' が古い形式に設定されているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall3_Title">
<source>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</source>
<target state="translated">基底クラスにあるコンストラクターが古い形式としてマークされているため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' への明示的な呼び出しでなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4">
<source>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}'</source>
<target state="translated">'{2}' の基本クラス '{1}' にある '{0}' が古い形式に設定されているため、この 'Sub New' の最初のステートメントは、明示的な 'MyBase.New' または 'MyClass.New' への呼び出しでなければなりません: '{3}'</target>
<note />
</trans-unit>
<trans-unit id="WRN_RequiredNonObsoleteNewCall4_Title">
<source>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</source>
<target state="translated">基底クラスにあるコンストラクターが古い形式としてマークされているため、この 'Sub New' の最初のステートメントは、'MyBase.New' または 'MyClass.New' への明示的な呼び出しでなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator">
<source>Operator without an 'As' clause; type of Object assumed.</source>
<target state="translated">As' 句のない演算子です。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinOperator_Title">
<source>Operator without an 'As' clause</source>
<target state="translated">As' 句のない演算子です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2">
<source>Type arguments inferred for method '{0}' result in the following warnings :{1}</source>
<target state="translated">メソッド '{0}' に対して推論された型引数は次の警告になります: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConstraintsFailedForInferredArgs2_Title">
<source>Type arguments inferred for method result in warnings</source>
<target state="translated">メソッドに対して推論された型引数には、警告が表示されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations.</source>
<target state="translated">属性 'Conditional' は 'Sub' 宣言でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConditionalNotValidOnFunction_Title">
<source>Attribute 'Conditional' is only valid on 'Sub' declarations</source>
<target state="translated">属性 'Conditional' は 'Sub' 宣言でのみ有効です</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute">
<source>Use command-line option '{0}' or appropriate project settings instead of '{1}'.</source>
<target state="translated">コマンド ライン オプション '{0}' を使用するか、'{1}' 以外の適切なプロジェクト設定を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UseSwitchInsteadOfAttribute_Title">
<source>Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute</source>
<target state="translated">AssemblyKeyFileAttribute、AssemblyKeyNameAttribute、または AssemblyDelaySignAttribute の代わりに、コマンド ライン オプション /keyfile、/keycontainer、または /delaysign を使用してください</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall">
<source>Statement recursively calls the containing '{0}' for event '{1}'.</source>
<target state="translated">ステートメントはイベント '{1}' の含まれている '{0}' を再帰的に呼び出しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveAddHandlerCall_Title">
<source>Statement recursively calls the event's containing AddHandler</source>
<target state="translated">ステートメントは、イベントの包含している AddHandler を再帰的に呼び出しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack">
<source>Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.</source>
<target state="translated">ByRef' パラメーター '{0}' の値を、一致する引数に戻してコピーする際の、'{1}' から '{2}' への暗黙的な変換です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionCopyBack_Title">
<source>Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument</source>
<target state="translated">ByRef' パラメーターの値を一致する引数に再びコピーするときの暗黙的な変換です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2">
<source>{0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.</source>
<target state="translated">{0} '{1}' は、継承階層間で、同じ名前の他のメンバーと競合しているため、'Shadows' と宣言しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MustShadowOnMultipleInheritance2_Title">
<source>Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'</source>
<target state="translated">継承階層内で、メソッドが同じ名前の他のメンバーと競合しているため、'Shadows' と宣言されなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall">
<source>Expression recursively calls the containing Operator '{0}'.</source>
<target state="translated">式は、含まれている演算子 '{0}' を再帰的に呼び出します。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursiveOperatorCall_Title">
<source>Expression recursively calls the containing Operator</source>
<target state="translated">式は、包含する演算子を再帰的に呼び出しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2">
<source>Implicit conversion from '{0}' to '{1}'.</source>
<target state="translated">'{0}' から '{1}' への暗黙的な変換。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversion2_Title">
<source>Implicit conversion</source>
<target state="translated">暗黙的な変換です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing">
<source>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.</source>
<target state="translated">ローカル変数 '{0}' は読み取り専用であり、その型は構造体です。変数のメンバーを呼び出したり、変数を ByRef で渡したりしても、その内容は変更されず、予期しない結果になる可能性があります。'Using' ブロックの外側でこの変数を宣言することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type is a structure</source>
<target state="translated">Using ステートメントで宣言されているローカル変数は読み取り専用で、構造体型です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing">
<source>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.</source>
<target state="translated">ローカル変数 '{0}' は読み取り専用です。変数の型が構造体の場合、変数のメンバーを呼び出したり、変数を ByRef で渡したりしても、その内容は変更されず、予期しない結果になる可能性があります。'Using' ブロックの外側でこの変数を宣言することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MutableGenericStructureInUsing_Title">
<source>Local variable declared by Using statement is read-only and its type may be a structure</source>
<target state="translated">Using ステートメントで宣言されているローカル変数は読み取り専用で、構造体型である可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ImplicitConversionSubst1_Title">
<source>Implicit conversion</source>
<target state="translated">暗黙的な変換です</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution">
<source>Late bound resolution; runtime errors could occur.</source>
<target state="translated">遅延バインディングの解決です。ランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LateBindingResolution_Title">
<source>Late bound resolution</source>
<target state="translated">遅延バインディングの解決です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1">
<source>Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.</source>
<target state="translated">演算子 '{0}' に対して使用される Object 型のオペランドです。オブジェクト ID をテストするには、'Is' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">演算子に使用される Object 型のオペランドです</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2">
<source>Operands of type Object used for operator '{0}'; runtime errors could occur.</source>
<target state="translated">演算子 '{0}' に対して使用される Object 型のオペランドです。ランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath2_Title">
<source>Operands of type Object used for operator</source>
<target state="translated">演算子に使用される Object 型のオペランドです</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedVar1_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">As' 句のない変数の宣言です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumed1_Title">
<source>Function without an 'As' clause</source>
<target state="translated">As' 句のない関数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1">
<source>{0}</source>
<target state="translated">{0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectAssumedProperty1_Title">
<source>Property without an 'As' clause</source>
<target state="translated">As' 句のないプロパティです</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl">
<source>Variable declaration without an 'As' clause; type of Object assumed.</source>
<target state="translated">As' 句のない変数宣言です。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinVarDecl_Title">
<source>Variable declaration without an 'As' clause</source>
<target state="translated">As' 句のない変数の宣言です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction">
<source>Function without an 'As' clause; return type of Object assumed.</source>
<target state="translated">As' 句のない関数です。戻り値は Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinFunction_Title">
<source>Function without an 'As' clause</source>
<target state="translated">As' 句のない関数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty">
<source>Property without an 'As' clause; type of Object assumed.</source>
<target state="translated">As' 句のないプロパティです。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MissingAsClauseinProperty_Title">
<source>Property without an 'As' clause</source>
<target state="translated">As' 句のないプロパティです</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal">
<source>Unused local variable: '{0}'.</source>
<target state="translated">未使用のローカル変数: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocal_Title">
<source>Unused local variable</source>
<target state="translated">未使用のローカル変数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance">
<source>Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.</source>
<target state="translated">共有メンバー、定数メンバー、列挙型メンバー、または入れ子にされた型にインスタンス経由でアクセスしています。正規の式は評価されません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_SharedMemberThroughInstance_Title">
<source>Access of shared member, constant member, enum member or nested type through an instance</source>
<target state="translated">インスタンスを経由する共有メンバー、定数メンバー、列挙型メンバー、または入れ子にされた型へのアクセスです</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall">
<source>Expression recursively calls the containing property '{0}'.</source>
<target state="translated">式は、含まれているプロパティ '{0}' を再帰的に呼び出します。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RecursivePropertyCall_Title">
<source>Expression recursively calls the containing property</source>
<target state="translated">式は、包含するプロパティを再帰的に呼び出しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch">
<source>'Catch' block never reached, because '{0}' inherits from '{1}'.</source>
<target state="translated">'{0}' は '{1}' から継承するため、'Catch' ブロックに到達しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_OverlappingCatch_Title">
<source>'Catch' block never reached; exception type's base type handled above in the same Try statement</source>
<target state="translated">'Catch' ブロックに到達しません。例外の種類の基本型は同じ Try ステートメントで処理されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef">
<source>Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に参照渡しによって渡されています。Null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRef_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に参照渡しによって渡されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch">
<source>'Catch' block never reached; '{0}' handled above in the same Try statement.</source>
<target state="translated">'Catch' ブロック に到達しませんでした。'{0}' は、同じ Try ステートメントで処理しました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DuplicateCatch_Title">
<source>'Catch' block never reached; exception type handled above in the same Try statement</source>
<target state="translated">'Catch' ブロックに到達しません。例外の種類は同じ Try ステートメントで処理されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not">
<source>Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.</source>
<target state="translated">演算子 '{0}' に対して使用される Object 型のオペランドです。オブジェクト ID をテストするには、'IsNot' 演算子を使用してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMath1Not_Title">
<source>Operands of type Object used for operator <></source>
<target state="translated">演算子 <> に使用される Object 型のオペランドです</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum">
<source>Bad checksum value, non hex digits or odd number of hex digits.</source>
<target state="translated">不適切なチェックサム値です。16 進数ではないか、または奇数の 16 進数です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadChecksumValExtChecksum_Title">
<source>Bad checksum value, non hex digits or odd number of hex digits</source>
<target state="translated">不適切なチェックサム値です。16 進数ではないか、または奇数の 16 進数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum">
<source>File name already declared with a different GUID and checksum value.</source>
<target state="translated">ファイル名は、別の GUID とチェックサム値を使用して既に宣言されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MultipleDeclFileExtChecksum_Title">
<source>File name already declared with a different GUID and checksum value</source>
<target state="translated">ファイル名は、別の GUID とチェックサム値を使用して既に宣言されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum">
<source>Bad GUID format.</source>
<target state="translated">不適切な GUID 形式です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_BadGUIDFormatExtChecksum_Title">
<source>Bad GUID format</source>
<target state="translated">不適切な GUID 形式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.</source>
<target state="translated">Select'、'Case' ステートメントの式で Object 型のオペランドが使用されています。ランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObjectMathSelectCase_Title">
<source>Operands of type Object used in expressions for 'Select', 'Case' statements</source>
<target state="translated">Select'、'Case' ステートメントの式で Object 型のオペランドが使用されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing">
<source>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'.</source>
<target state="translated">この式は常に Nothing に評価されます (等値演算子からの null 値の反映が原因)。値が null であるかどうかを確認するには、'Is Nothing' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">この式は常に Nothing に評価されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing">
<source>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'.</source>
<target state="translated">この式は常に Nothing に評価されます (等値演算子からの null 値の反映が原因)。値が null でないかどうかを確認するには、'IsNot Nothing' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NotEqualToLiteralNothing_Title">
<source>This expression will always evaluate to Nothing</source>
<target state="translated">この式は常に Nothing に評価されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst">
<source>Unused local constant: '{0}'.</source>
<target state="translated">未使用のローカル定数: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnusedLocalConst_Title">
<source>Unused local constant</source>
<target state="translated">未使用のローカル定数です</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5">
<source>'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}.</source>
<target state="translated">'クラス '{0}' の 'Microsoft.VisualBasic.ComClassAttribute' は、{3} '{4}' にある同じ名前のメンバーと競合する {1} '{2}' を暗黙的に宣言します。ベース {4} の名前をシャドウする場合は 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' に設定してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassInterfaceShadows5_Title">
<source>'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name</source>
<target state="translated">'Microsoft.VisualBasic.ComClassAttribute' クラスで暗黙的に宣言されているメンバーが、同じ名前のメンバーと競合しています</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1">
<source>'{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.</source>
<target state="translated">'{0}' を、プロパティ 'Let' として COM に公開することはできません。'Let' ステートメントを使って、数字や文字列のようなオブジェクト以外の値を Visual Basic 6.0 のこのプロパティに割り当てることはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ComClassPropertySetObject1_Title">
<source>Property cannot be exposed to COM as a property 'Let'</source>
<target state="translated">プロパティを、'Let' として COM に公開することはできません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef">
<source>Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に使用されています。Null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRef_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に使用されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1">
<source>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.</source>
<target state="translated">関数 '{0}' は値を返さないコード パスがあります。結果が使用されるときに、null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncRef1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">関数が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1">
<source>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.</source>
<target state="translated">演算子 '{0}' には値を返さないコード パスがあります。結果が使用されるときに、null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpRef1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">演算子が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1">
<source>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.</source>
<target state="translated">プロパティ '{0}' には値を返さないコード パスがあります。結果が使用されるときに、null 参照の例外が実行時に発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropRef1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">プロパティが、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr">
<source>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</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に参照渡しによって渡されています。Null 参照の例外が実行時に発生する可能性があります。構造体、またはすべての参照メンバーが使用前に初期化されていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefByRefStr_Title">
<source>Variable is passed by reference before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に参照渡しによって渡されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr">
<source>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</source>
<target state="translated">変数 '{0}' は、値が割り当てられる前に使用されています。Null 参照の例外が実行時に発生する可能性があります。構造体、またはすべての参照メンバーが使用前に初期化されていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgUseNullRefStr_Title">
<source>Variable is used before it has been assigned a value</source>
<target state="translated">変数が、値が割り当てられる前に使用されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference">
<source>Static variable declared without an 'As' clause; type of Object assumed.</source>
<target state="translated">静的変数の宣言に 'As' 句がありません。Object 型と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_StaticLocalNoInference_Title">
<source>Static variable declared without an 'As' clause</source>
<target state="translated">静的変数の宣言に 'As' 句がありません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName">
<source>Assembly reference '{0}' is invalid and cannot be resolved.</source>
<target state="translated">アセンブリ参照 '{0}' は無効なため、解決できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidAssemblyName_Title">
<source>Assembly reference is invalid and cannot be resolved</source>
<target state="translated">アセンブリ参照が無効で、解決できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine">
<source>XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.</source>
<target state="translated">XML コメント ブロックは、適用される言語要素の直前に配置しなければなりません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadXMLLine_Title">
<source>XML comment block must immediately precede the language element to which it applies</source>
<target state="translated">XML コメント ブロックは、適用される言語要素の直前に配置しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock">
<source>Only one XML comment block is allowed per language element.</source>
<target state="translated">各言語要素につき 1 つの XML コメント ブロックのみが許可されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocMoreThanOneCommentBlock_Title">
<source>Only one XML comment block is allowed per language element</source>
<target state="translated">各言語要素につき 1 つの XML コメント ブロックのみが許可されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine">
<source>XML comment must be the first statement on a line. XML comment will be ignored.</source>
<target state="translated">XML コメントは行内で最初のステートメントでなければなりません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocNotFirstOnLine_Title">
<source>XML comment must be the first statement on a line</source>
<target state="translated">XML コメントは、行の最初のステートメントでなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod">
<source>XML comment cannot appear within a method or a property. XML comment will be ignored.</source>
<target state="translated">XML コメントは、メソッドまたはプロパティには記述できません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInsideMethod_Title">
<source>XML comment cannot appear within a method or a property</source>
<target state="translated">XML コメントは、メソッドまたはプロパティ内では使用できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1">
<source>XML documentation parse error: {0} XML comment will be ignored.</source>
<target state="translated">XML ドキュメント解析エラー: {0} XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParseError1_Title">
<source>XML documentation parse error</source>
<target state="translated">XML ドキュメントの解析エラーです</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1">
<source>XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.</source>
<target state="translated">同一の属性を伴う XML コメント タグ '{0}' が同じ XML コメント ブロック内に複数回記述されています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocDuplicateXMLNode1_Title">
<source>XML comment tag appears with identical attributes more than once in the same XML comment block</source>
<target state="translated">同一の属性を伴う XML コメント タグが同じ XML コメント ブロック内に複数回記述されています</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2">
<source>XML comment tag '{0}' is not permitted on a '{1}' language element.</source>
<target state="translated">XML コメント タグ '{0}' は '{1}' 言語要素上では許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocIllegalTagOnElement2_Title">
<source>XML comment tag is not permitted on language element</source>
<target state="translated">XML コメント タグは言語要素上では許可されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2">
<source>XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML コメント パラメーター '{0}' が対応する '{1}' ステートメント上のパラメーターと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadParamTag2_Title">
<source>XML comment parameter does not match a parameter on the corresponding declaration statement</source>
<target state="translated">XML コメントのパラメーターが、対応する宣言ステートメント上のパラメーターと一致しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName">
<source>XML comment parameter must have a 'name' attribute.</source>
<target state="translated">XML コメント パラメーターには 'name' 属性を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocParamTagWithoutName_Title">
<source>XML comment parameter must have a 'name' attribute</source>
<target state="translated">XML コメント パラメーターには 'name' 属性がなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1">
<source>XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.</source>
<target state="translated">XML コメントには、解決できなかった 'cref' 属性 '{0}' を伴うタグがあります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefAttributeNotFound1_Title">
<source>XML comment has a tag with a 'cref' attribute that could not be resolved</source>
<target state="translated">XML コメントに、解決できない 'cref' 属性が指定されたタグが含まれています</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1">
<source>XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.</source>
<target state="translated">XML コメント タグ 'include' には '{0}' 属性を指定しなければなりません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLMissingFileOrPathAttribute1_Title">
<source>XML comment tag 'include' must have 'file' and 'path' attributes</source>
<target state="translated">XML コメント タグ 'include' には、'file' 属性と 'path' 属性が必要です</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2">
<source>Unable to create XML documentation file '{0}': {1}</source>
<target state="translated">XML ドキュメント ファイル '{0}' を作成できません: {1}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLCannotWriteToXMLDocFile2_Title">
<source>Unable to create XML documentation file</source>
<target state="translated">XML ドキュメント ファイルを作成できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement">
<source>XML documentation comments must precede member or type declarations.</source>
<target state="translated">XML ドキュメント コメントは、メンバー宣言や型宣言より前に記述しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocWithoutLanguageElement_Title">
<source>XML documentation comments must precede member or type declarations</source>
<target state="translated">XML ドキュメント コメントは、メンバー宣言や型宣言より前に記述しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.</source>
<target state="translated">XML コメント タグ 'returns' は、'WriteOnly' プロパティに許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnWriteOnlyProperty_Title">
<source>XML comment tag 'returns' is not permitted on a 'WriteOnly' Property</source>
<target state="translated">XML コメント タグ 'returns' は、'WriteOnly' プロパティに許可されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType">
<source>XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.</source>
<target state="translated">XML コメントは、部分的な {0} で複数回適用できません。この {0} の XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocOnAPartialType_Title">
<source>XML comment cannot be applied more than once on a partial type</source>
<target state="translated">部分型では、XML コメントを複数回適用できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element.</source>
<target state="translated">XML コメント タグ 'returns' は、'declare sub' 言語要素では許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocReturnsOnADeclareSub_Title">
<source>XML comment tag 'returns' is not permitted on a 'declare sub' language element</source>
<target state="translated">XML コメント タグ 'returns' は、'declare sub' 言語要素では許可されていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag">
<source>XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.</source>
<target state="translated">XML ドキュメント解析エラー: 開始タグ '{0}' に対応する終了タグがありません。XML コメントは無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocStartTagWithNoEndTag_Title">
<source>XML documentation parse error: Start tag doesn't have a matching end tag</source>
<target state="translated">XML ドキュメントの解析エラーです。開始タグに対応する終了タグがありません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2">
<source>XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.</source>
<target state="translated">XML コメントの型パラメーター '{0}' が対応する '{1}' ステートメント上の型パラメーターと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadGenericParamTag2_Title">
<source>XML comment type parameter does not match a type parameter on the corresponding declaration statement</source>
<target state="translated">XML コメントの型パラメーターが、対応する宣言ステートメント上の型パラメーターと一致しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName">
<source>XML comment type parameter must have a 'name' attribute.</source>
<target state="translated">XML コメントの型パラメーターには 'name' 属性を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocGenericParamTagWithoutName_Title">
<source>XML comment type parameter must have a 'name' attribute</source>
<target state="translated">XML コメントの型パラメーターには 'name' 属性がなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef">
<source>XML comment exception must have a 'cref' attribute.</source>
<target state="translated">XML コメントの例外には 'cref' 属性を指定しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocExceptionTagWithoutCRef_Title">
<source>XML comment exception must have a 'cref' attribute</source>
<target state="translated">XML コメントの例外には 'cref' 属性がなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment">
<source>Unable to include XML fragment '{0}' of file '{1}'.</source>
<target state="translated">ファイル '{1}' の XML フラグメント '{0}' を含めることができません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocInvalidXMLFragment_Title">
<source>Unable to include XML fragment</source>
<target state="translated">XML フラグメントを含めることができません</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML">
<source>Unable to include XML fragment '{1}' of file '{0}'. {2}</source>
<target state="translated">ファイル '{0}' の XML フラグメント '{1}' を含めることができません。{2}</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocBadFormedXML_Title">
<source>Unable to include XML fragment</source>
<target state="translated">XML フラグメントを含めることができません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2">
<source>Runtime errors might occur when converting '{0}' to '{1}'.</source>
<target state="translated">'{0}' から '{1}' への変換時にランタイム エラーが発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InterfaceConversion2_Title">
<source>Runtime errors might occur when converting to or from interface type</source>
<target state="translated">インターフェイス型との間で変換を行うときにランタイム エラーが発生する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda">
<source>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.</source>
<target state="translated">ラムダ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります。代わりに、ループ内にローカル変数を作成して繰り返し変数の値を割り当ててください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableLambda_Title">
<source>Using the iteration variable in a lambda expression may have unexpected results</source>
<target state="translated">ラムダ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler">
<source>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.</source>
<target state="translated">ラムダ式はこのイベント ハンドラーから削除されません。ラムダ式を変数に割り当て、その変数を使用してイベントを追加および削除してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaPassedToRemoveHandler_Title">
<source>Lambda expression will not be removed from this event handler</source>
<target state="translated">ラムダ式はこのイベント ハンドラーから削除されません</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery">
<source>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.</source>
<target state="translated">クエリ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります。代わりに、ループ内にローカル変数を作成して繰り返し変数の値を割り当ててください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LiftControlVariableQuery_Title">
<source>Using the iteration variable in a query expression may have unexpected results</source>
<target state="translated">クエリ式内で繰り返し変数を使用すると、予期しない結果が発生する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler">
<source>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.</source>
<target state="translated">AddressOf' へのメソッド引数には、イベントのデリゲート型への厳密でない変換が必要です。したがって、'AddressOf' 式はこのコンテキストでは無効です。'AddressOf' 式を変数に割り当て、その変数を使用してハンドラーとしてメソッドを追加および削除してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RelDelegatePassedToRemoveHandler_Title">
<source>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</source>
<target state="translated">AddressOf' へのメソッド引数には、イベントのデリゲート型への厳密でない変換が必要です。したがって、'AddressOf' 式はこのコンテキストでは効果がありません</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl">
<source>Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.</source>
<target state="translated">型を推論できないため、範囲変数は Object 型と見なされます。'As' 句を使って異なる型を指定してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_QueryMissingAsClauseinVarDecl_Title">
<source>Range variable is assumed to be of type Object because its type cannot be inferred</source>
<target state="translated">範囲変数の型を推論できないため、Object 型であると見なされます</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingFunction">
<source>Multiline lambda expression is missing 'End Function'.</source>
<target state="translated">複数行のラムダ式に 'End Function' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdaMissingSub">
<source>Multiline lambda expression is missing 'End Sub'.</source>
<target state="translated">複数行のラムダ式に 'End Sub' が見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeOnLambdaReturnType">
<source>Attributes cannot be applied to return types of lambda expressions.</source>
<target state="translated">ラムダ式の戻り値の型に属性を適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubDisallowsStatement">
<source>Statement is not valid inside a single-line statement lambda.</source>
<target state="translated">単一行ステートメント形式のラムダの内部では有効でないステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesBang">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key</source>
<target state="translated">この単一行ステートメント形式のラムダは、かっこで囲む必要があります。例: (Sub() <ステートメント>)!key</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesDot">
<source>This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke()</source>
<target state="translated">この単一行ステートメント形式のラムダは、かっこで囲む必要があります。例: (Sub() <ステートメント>).Invoke()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresParenthesesLParen">
<source>This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) ()</source>
<target state="translated">この単一行ステートメント形式のラムダは、かっこで囲む必要があります。例: Call (Sub() <ステートメント>) ()</target>
<note />
</trans-unit>
<trans-unit id="ERR_SubRequiresSingleStatement">
<source>Single-line statement lambdas must include exactly one statement.</source>
<target state="translated">単一行ステートメント形式のラムダには、1 つのステートメントだけを含める必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StaticInLambda">
<source>Static local variables cannot be declared inside lambda expressions.</source>
<target state="translated">静的ローカル変数は、ラムダ式の内部では宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InitializedExpandedProperty">
<source>Expanded Properties cannot be initialized.</source>
<target state="translated">展開されたプロパティは初期化できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantHaveParams">
<source>Auto-implemented properties cannot have parameters.</source>
<target state="translated">自動実装プロパティはパラメーターを持つことができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AutoPropertyCantBeWriteOnly">
<source>Auto-implemented properties cannot be WriteOnly.</source>
<target state="translated">自動実装プロパティを WriteOnly にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IllegalOperandInIIFCount">
<source>'If' operator requires either two or three operands.</source>
<target state="translated">'If' 演算子には 2 つまたは 3 つのオペランドが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NotACollection1">
<source>Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.</source>
<target state="translated">型 '{0}' はコレクション型ではないため、コレクション初期化子で初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoAddMethod1">
<source>Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.</source>
<target state="translated">型 '{0}' にはアクセス可能な 'Add' メソッドがないため、コレクション初期化子で初期化することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantCombineInitializers">
<source>An Object Initializer and a Collection Initializer cannot be combined in the same initialization.</source>
<target state="translated">オブジェクト初期化子とコレクション初期化子を同じ初期化内で組み合わせることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EmptyAggregateInitializer">
<source>An aggregate collection initializer entry must contain at least one element.</source>
<target state="translated">集約コレクションの初期化子エントリには、少なくとも 1 つの要素を含める必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndElementNoMatchingStart">
<source>XML end element must be preceded by a matching start element.</source>
<target state="translated">XML 終了要素の前には、一致する開始要素が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MultilineLambdasCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside a lambda expression.</source>
<target state="translated">'On Error' および 'Resume' は、ラムダ式の内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceDisallowedHere">
<source>Keywords 'Out' and 'In' can only be used in interface and delegate declarations.</source>
<target state="translated">キーワード 'Out' および 'In' は、インターフェイスとデリゲートの宣言でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_XmlEndCDataNotAllowedInContent">
<source>The literal string ']]>' is not allowed in element content.</source>
<target state="translated">リテラル文字列 ']]>' は要素コンテンツでは許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_OverloadsModifierInModule">
<source>Inappropriate use of '{0}' keyword in a module.</source>
<target state="translated">モジュールでの '{0}' キーワードの使い方が不適切です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UndefinedTypeOrNamespace1">
<source>Type or namespace '{0}' is not defined.</source>
<target state="translated">型または名前空間 '{0}' が定義されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_IdentityDirectCastForFloat">
<source>Using DirectCast operator to cast a floating-point value to the same type is not supported.</source>
<target state="translated">DirectCast 演算子を使用して浮動小数点値を同じ型にキャストすることはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete.</source>
<target state="translated">DirectCast 演算子を使用して値型を同じ型にキャストすることは古い形式です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ObsoleteIdentityDirectCastForValueType_Title">
<source>Using DirectCast operator to cast a value-type to the same type is obsolete</source>
<target state="translated">DirectCast 演算子を使用して値型を同じ型にキャストすることは古い形式です</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode">
<source>Unreachable code detected.</source>
<target state="translated">到達できないコードが検出されました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnreachableCode_Title">
<source>Unreachable code detected</source>
<target state="translated">到達できないコードが検出されました</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1">
<source>Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">関数 '{0}' には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValFuncVal1_Title">
<source>Function doesn't return a value on all code paths</source>
<target state="translated">関数が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1">
<source>Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">演算子 '{0}' には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValOpVal1_Title">
<source>Operator doesn't return a value on all code paths</source>
<target state="translated">演算子が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1">
<source>Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">プロパティ '{0}' には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValPropVal1_Title">
<source>Property doesn't return a value on all code paths</source>
<target state="translated">プロパティが、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedGlobalNamespace">
<source>Global namespace may not be nested in another namespace.</source>
<target state="translated">グローバル名前空間を別の名前空間に入れ子にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AccessMismatch6">
<source>'{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.</source>
<target state="translated">'{0}' は、{4} '{5}' 経由で型 '{1}' を {2} '{3}' で公開することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadMetaDataReference1">
<source>'{0}' cannot be referenced because it is not a valid assembly.</source>
<target state="translated">'{0}' は有効なアセンブリでないため参照できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PropertyDoesntImplementAllAccessors">
<source>'{0}' cannot be implemented by a {1} property.</source>
<target state="translated">'{0}' は {1} プロパティにより実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnimplementedMustOverride">
<source>
{0}: {1}</source>
<target state="translated">
{0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfTooManyTypesObjectDisallowed">
<source>Cannot infer a common type because more than one type is possible.</source>
<target state="translated">複数の型が考えられるため、共通型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed">
<source>Cannot infer a common type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">複数の型が考えられるため、共通型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfTooManyTypesObjectAssumed_Title">
<source>Cannot infer a common type because more than one type is possible</source>
<target state="translated">複数の型が考えられるため、共通型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoTypeObjectDisallowed">
<source>Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.</source>
<target state="translated">共通型を推論できません。Option Strict On が設定されているため、'Object' と見なすことはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed">
<source>Cannot infer a common type; 'Object' assumed.</source>
<target state="translated">共通型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_IfNoTypeObjectAssumed_Title">
<source>Cannot infer a common type</source>
<target state="translated">共通型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_IfNoType">
<source>Cannot infer a common type.</source>
<target state="translated">共通型を推論できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyFileFailure">
<source>Error extracting public key from file '{0}': {1}</source>
<target state="translated">ファイル '{0}' から公開キーを抽出しようとしてエラーが発生しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicKeyContainerFailure">
<source>Error extracting public key from container '{0}': {1}</source>
<target state="translated">コンテナー '{0}' から公開キーを抽出しているときにエラーが発生しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefNotEqualToThis">
<source>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.</source>
<target state="translated">フレンド アクセスのアクセス権は '{0}' によって付与されますが、出力アセンブリの公開キーは、付与するアセンブリで属性によって指定される公開キーと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FriendRefSigningMismatch">
<source>Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.</source>
<target state="translated">フレンド アクセスのアクセス権は '{0}' によって付与されますが、出力アセンブリにおける厳密な名前の署名の状態が付与するアセンブリと一致しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNoKey">
<source>Public sign was specified and requires a public key, but no public key was specified</source>
<target state="translated">公開署名が指定され、公開キーが必要ですが、公開キーが指定されませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_PublicSignNetModule">
<source>Public signing is not supported for netmodules.</source>
<target state="translated">netmodule では公開署名はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning">
<source>Attribute '{0}' is ignored when public signing is specified.</source>
<target state="translated">公開署名が指定されると、属性 '{0}' は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeIgnoredWhenPublicSigning_Title">
<source>Attribute is ignored when public signing is specified.</source>
<target state="translated">公開署名が指定されると、属性は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey">
<source>Delay signing was specified and requires a public key, but no public key was specified.</source>
<target state="translated">遅延署名が指定されたため、公開キーが必要ですが、公開キーが指定されませんでした。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DelaySignButNoKey_Title">
<source>Delay signing was specified and requires a public key, but no public key was specified</source>
<target state="translated">遅延署名が指定されたため、公開キーが必要ですが、公開キーが指定されませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_SignButNoPrivateKey">
<source>Key file '{0}' is missing the private key needed for signing.</source>
<target state="translated">キー ファイル '{0}' には、署名に必要な秘密キーがありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FailureSigningAssembly">
<source>Error signing assembly '{0}': {1}</source>
<target state="translated">アセンブリ署名のエラー '{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat">
<source>The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]</source>
<target state="translated">指定されたバージョン文字列が必要な形式 (major[.minor[.build|*[.revision|*]]]) に従っていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定したバージョン文字列は、推奨される形式 (major.minor.build.revision) に従っていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_InvalidVersionFormat_Title">
<source>The specified version string does not conform to the recommended format</source>
<target state="translated">指定されたバージョン文字列が、推奨される形式に準拠していません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidVersionFormat2">
<source>The specified version string does not conform to the recommended format - major.minor.build.revision</source>
<target state="translated">指定したバージョン文字列は、推奨される形式 (major.minor.build.revision) に従っていません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCultureForExe">
<source>Executables cannot be satellite assemblies; culture should always be empty</source>
<target state="translated">実行可能ファイルをサテライト アセンブリにできません。カルチャは常に空でなければなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored">
<source>The entry point of the program is global script code; ignoring '{0}' entry point.</source>
<target state="translated">プログラムのエントリ ポイントは、グローバル スクリプト コードです。エントリ ポイント '{0}' を無視します。</target>
<note />
</trans-unit>
<trans-unit id="WRN_MainIgnored_Title">
<source>The entry point of the program is global script code; ignoring entry point</source>
<target state="translated">プログラムのエントリ ポイントは、グローバル スクリプト コードです。エントリ ポイントを無視します</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName">
<source>The xmlns attribute has special meaning and should not be written with a prefix.</source>
<target state="translated">xmlns 属性には特別な意味があるため、プレフィックスを付けて記述してはなりません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_EmptyPrefixAndXmlnsLocalName_Title">
<source>The xmlns attribute has special meaning and should not be written with a prefix</source>
<target state="translated">xmlns 属性には特別な意味があるため、プレフィックスを付けて記述してはなりません</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName">
<source>It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?</source>
<target state="translated">属性に xmlns という名前を付けることは勧められていません。'xmlns:{0}' と記述して '{0}' という名前のプレフィックスを定義するつもりでしたか?</target>
<note />
</trans-unit>
<trans-unit id="WRN_PrefixAndXmlnsLocalName_Title">
<source>It is not recommended to have attributes named xmlns</source>
<target state="translated">xmlns という名前の属性を設定しないでください</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedSingleScript">
<source>Expected a single script (.vbx file)</source>
<target state="translated">単一のスクリプトが必要です(.vbx ファイル)</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReservedAssemblyName">
<source>The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session</source>
<target state="translated">アセンブリ名 '{0}' は予約されており、対話形式のセッションで参照として使用することはできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReferenceDirectiveOnlyAllowedInScripts">
<source>#R is only allowed in scripts</source>
<target state="translated">#R はスクリプトのみで使用できます</target>
<note />
</trans-unit>
<trans-unit id="ERR_NamespaceNotAllowedInScript">
<source>You cannot declare Namespace in script code</source>
<target state="translated">スクリプトコードでは名前空間を宣言できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_KeywordNotAllowedInScript">
<source>You cannot use '{0}' in top-level script code</source>
<target state="translated">トップ レベル スクリプト コードでは '{0}' を使用できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoType">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">戻り値の型を推論できません。'As' 句を追加して戻り値の型を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed">
<source>Cannot infer a return type; 'Object' assumed.</source>
<target state="translated">戻り値の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaNoTypeObjectAssumed_Title">
<source>Cannot infer a return type</source>
<target state="translated">戻り値の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed">
<source>Cannot infer a return type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">複数の型が考えられるため、戻り値の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_LambdaTooManyTypesObjectAssumed_Title">
<source>Cannot infer a return type because more than one type is possible</source>
<target state="translated">複数の型が考えられるため、戻り値の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaNoTypeObjectDisallowed">
<source>Cannot infer a return type. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">戻り値の型を推論できません。'As' 句を追加して戻り値の型を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LambdaTooManyTypesObjectDisallowed">
<source>Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.</source>
<target state="translated">複数の型が考えられるため、戻り値の型を推論できません。'As' 句を追加して戻り値の型を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch">
<source>The command line switch '{0}' is not yet implemented and was ignored.</source>
<target state="translated">コマンド ライン スイッチ '{0}' はまだ実装されていないため、無視されました。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnimplementedCommandLineSwitch_Title">
<source>Command line switch is not yet implemented</source>
<target state="translated">コマンド ライン スイッチはまだ実装されていません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoTypeObjectDisallowed">
<source>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.</source>
<target state="translated">要素の型を推論できません。Option Strict On が設定されているため、'Object' と見なすことはできません。配列の型を指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitNoType">
<source>Cannot infer an element type. Specifying the type of the array might correct this error.</source>
<target state="translated">要素の型を推論できません。配列の型を指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ArrayInitTooManyTypesObjectDisallowed">
<source>Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.</source>
<target state="translated">複数の型が考えられるため、要素の型を推論できません。配列の型を指定すると、このエラーが修正される可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed">
<source>Cannot infer an element type; 'Object' assumed.</source>
<target state="translated">要素の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitNoTypeObjectAssumed_Title">
<source>Cannot infer an element type</source>
<target state="translated">要素の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed">
<source>Cannot infer an element type because more than one type is possible; 'Object' assumed.</source>
<target state="translated">複数の型が考えられるため、要素の型を推論できません。'Object' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ArrayInitTooManyTypesObjectAssumed_Title">
<source>Cannot infer an element type because more than one type is possible</source>
<target state="translated">複数の型が考えられるため、要素の型を推論できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3">
<source>Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.</source>
<target state="translated">'{1}' 内にある '{0}' のデータ型を推論できませんでした。'{2}' と見なされます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TypeInferenceAssumed3_Title">
<source>Data type could not be inferred</source>
<target state="translated">データ型を推論できませんでした</target>
<note />
</trans-unit>
<trans-unit id="ERR_AmbiguousCastConversion2">
<source>Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.</source>
<target state="translated">変換があいまいなため、Option Strict On では '{0}' から '{1}' への暗黙的な変換が許可されません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2">
<source>Conversion from '{0}' to '{1}' may be ambiguous.</source>
<target state="translated">'{0}' から '{1}' への変換はあいまいな可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AmbiguousCastConversion2_Title">
<source>Conversion may be ambiguous</source>
<target state="translated">変換があいまいな可能性があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{2}' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3">
<source>'{0}' cannot be converted to '{1}'. Consider using '{2}' instead.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{2}' の使用を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceIEnumerableSuggestion3_Title">
<source>Type cannot be converted to target collection type</source>
<target state="translated">型を、対象のコレクション型に変換できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedIn6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'{3}' の 'In' ジェネリック パラメーター '{2}' に対しては '{0}' が '{1}' から派生する必要がありますが、派生していないため、'{4}' を '{5}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedOut6">
<source>'{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.</source>
<target state="translated">'{3}' の 'Out' ジェネリック パラメーター '{2}' に対しては '{0}' が '{1}' から派生する必要がありますが、派生していないため、'{4}' を '{5}' に変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6">
<source>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}'.</source>
<target state="translated">'{4}' から '{5}' への暗黙の型変換です。'{0}' は、'{3}' の 'In' ジェネリック パラメーター '{2}' に求められるように '{1}' から派生していないため、この変換は失敗する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedIn6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter</source>
<target state="translated">暗黙的な変換です。対象の型は元の型からは派生しないため ('In' ジェネリック パラメーターにはこの派生が必須)、この変換は失敗する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6">
<source>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}'.</source>
<target state="translated">'{4}' から '{5}' への暗黙の型変換です。'{0}' は、'{3}' の 'Out' ジェネリック パラメーター '{2}' に求められるように '{1}' から派生していないため、この変換は失敗する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedOut6_Title">
<source>Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter</source>
<target state="translated">暗黙的な変換です。対象の型は元の型からは派生しないため ('Out' ジェネリック パラメーターにはこの派生が必須)、この変換は失敗する可能性があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を In 型パラメーター 'In {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を Out 型パラメーター 'Out {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を In 型パラメーター 'In {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryIn4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">型を対象の型に変換できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4">
<source>'{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.</source>
<target state="translated">'{0}' を '{1}' に変換できません。'{3}' の定義にある '{2}' を Out 型パラメーター 'Out {2}' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceConversionFailedTryOut4_Title">
<source>Type cannot be converted to target type</source>
<target state="translated">型を対象の型に変換できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3">
<source>Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.</source>
<target state="translated">インターフェイス '{0}' は、'{2}' の 'In' および 'Out' パラメーターが原因で、実装されている別のインターフェイス '{1}' に対してあいまいです。</target>
<note />
</trans-unit>
<trans-unit id="WRN_VarianceDeclarationAmbiguous3_Title">
<source>Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters</source>
<target state="translated">インターフェイスは、'In' パラメーターと 'Out' パラメーターが原因で、別の実装されたインターフェイスとあいまいです</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInterfaceNesting">
<source>Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.</source>
<target state="translated">In' または 'Out' の型パラメーターを持つインターフェイス内では、列挙体、クラス、および構造体を宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VariancePreventsSynthesizedEvents2">
<source>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 ...)'.</source>
<target state="translated">In' または 'Out' 型のパラメーターを持つ '{0}' のようなインターフェイスでは、パラメーターを使用したイベント定義は許可されません。'{0}' 内で定義されていないデリゲート型を使用してイベントを宣言することを検討してください (例: 'Event {1} As Action(Of ...)')。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInByRefDisallowed1">
<source>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.</source>
<target state="translated">In' および 'Out' 型パラメーターを ByRef パラメーター型に使用することはできず、'{0}' は 'In' 型パラメーターであるため、型 '{0}' をこのコンテキストで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.</source>
<target state="translated">型 '{0}' は '{1}' 内では使用できません。'{0}' は 'In' 型のパラメーターですが、'In' および 'Out' 型のパラメーターは Null 許容型にはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストでは型 '{0}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストで '{2}' の '{1}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストの '{1}' で型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、このコンテキストで '{1}' 内の '{3}' の '{2}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInPropertyDisallowed1">
<source>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.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであり、プロパティは WriteOnly として指定されていないため、このコンテキストでは型 '{0}' をプロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReadOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、型 '{0}' を ReadOnly プロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceInReturnDisallowed1">
<source>Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.</source>
<target state="translated">'{0}' は 'In' 型パラメーターであるため、型 '{0}' を戻り値の型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByRefDisallowed1">
<source>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.</source>
<target state="translated">In' および 'Out' 型パラメーターを ByRef パラメーター型に使用することはできず、'{0}' は 'Out' 型パラメーターであるため、型 '{0}' をこのコンテキストで使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutByValDisallowed1">
<source>Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、型 '{0}' を ByVal パラメーター型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutConstraintDisallowed1">
<source>Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、型 '{0}' をジェネリック型の制約として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutNullableDisallowed2">
<source>Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.</source>
<target state="translated">型 '{0}' は '{1}' 内では使用できません。'{0}' は 'Out' 型のパラメーターですが、'In' および 'Out' 型のパラメーターは Null 許容型にはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowed1">
<source>Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストでは型 '{0}' を使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedForGeneric3">
<source>Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストで '{2}' の '{1}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHere2">
<source>Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストの '{1}' で型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutParamDisallowedHereForGeneric4">
<source>Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、このコンテキストで '{1}' 内の '{3}' の '{2}' に対して型 '{0}' を使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutPropertyDisallowed1">
<source>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.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであり、プロパティは ReadOnly として指定されていないため、このコンテキストでは型 '{0}' をプロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceOutWriteOnlyPropertyDisallowed1">
<source>Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.</source>
<target state="translated">'{0}' は 'Out' 型パラメーターであるため、型 '{0}' を WriteOnly プロパティ型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowed2">
<source>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}'.</source>
<target state="translated">このコンテキストでは型 '{0}' を使用できません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedForGeneric4">
<source>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}'.</source>
<target state="translated">このコンテキストでは、'{3}' 内の '{2}' に型 '{0}' を使用することはできません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHere3">
<source>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}'.</source>
<target state="translated">このコンテキストでは、型 '{0}' を '{2}' 内で使用することはできません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_VarianceTypeDisallowedHereForGeneric5">
<source>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}'.</source>
<target state="translated">このコンテキストでは、'{2}' 内の '{4}' の '{3}' に型 '{0}' を使用することはできません。'{0}' のコンテキストと定義は両方ともインターフェイス '{1}' の中に入れ子にされていますが、'{1}' は 'In' または 'Out' 型のパラメーターです。'{0}' の定義を '{1}' の外側に移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParameterNotValidForType">
<source>Parameter not valid for the specified unmanaged type.</source>
<target state="translated">パラメーターは指定されたアンマネージ型に対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeNotValidForFields">
<source>Unmanaged type '{0}' not valid for fields.</source>
<target state="translated">アンマネージ型 '{0}' はフィールドに対して無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MarshalUnmanagedTypeOnlyValidForFields">
<source>Unmanaged type '{0}' is only valid for fields.</source>
<target state="translated">アンマネージ型 '{0}' はフィールドに対してのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired1">
<source>Attribute parameter '{0}' must be specified.</source>
<target state="translated">属性パラメーター '{0}' を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AttributeParameterRequired2">
<source>Attribute parameter '{0}' or '{1}' must be specified.</source>
<target state="translated">属性パラメーター '{0}' または '{1}' を指定する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MemberConflictWithSynth4">
<source>Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.</source>
<target state="translated">{2} '{3}' の '{1}' に対して暗黙的に宣言された '{0}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ProjectSettingsLocationName">
<source><project settings></source>
<target state="translated"><プロジェクトの設定></target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty">
<source>Attributes applied on a return type of a WriteOnly Property have no effect.</source>
<target state="translated">WriteOnly プロパティの戻り値の型に適用される属性は無効となります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title">
<source>Attributes applied on a return type of a WriteOnly Property have no effect</source>
<target state="translated">WriteOnly プロパティの戻り値の型に適用される属性には効果がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityAttributeInvalidTarget">
<source>Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.</source>
<target state="translated">セキュリティ属性 '{0}' はこの宣言型では無効です。セキュリティ属性は、アセンブリ、型、メソッドの宣言でのみ有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AbsentReferenceToPIA1">
<source>Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?</source>
<target state="translated">埋め込み型 '{0}' に一致する相互運用機能型が見つかりません。アセンブリ参照が不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLinkClassWithNoPIA1">
<source>Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.</source>
<target state="translated">クラス '{0}' への参照は、そのアセンブリが相互運用機能型を埋め込むように構成されている場合には許可されません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidStructMemberNoPIA1">
<source>Embedded interop structure '{0}' can contain only public instance fields.</source>
<target state="translated">相互運用機能の埋め込み構造体 '{0}' には、パブリック インスタンス フィールドのみを含めることができます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoPIAAttributeMissing2">
<source>Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.</source>
<target state="translated">相互運用型 '{0}' は、必須の '{1}' 属性がないため、埋め込むことができません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoAssemblyGuid1">
<source>Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.</source>
<target state="translated">アセンブリ '{0}' に '{1}' 属性が指定されていないため、このアセンブリから相互運用型を埋め込むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DuplicateLocalTypes3">
<source>Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.</source>
<target state="translated">アセンブリ '{1}' と '{2}' の両方で見つかった相互運用機能型 '{0}' を埋め込むことができません。相互運用機能型の無効化を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PIAHasNoTypeLibAttribute1">
<source>Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.</source>
<target state="translated">アセンブリ '{0}' には '{1}' 属性または '{2}' 属性が指定されていないため、このアセンブリから相互運用型を埋め込むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceInterfaceMustBeInterface">
<source>Interface '{0}' has an invalid source interface which is required to embed event '{1}'.</source>
<target state="translated">イベント '{1}' の埋め込みに必要な、インターフェイス '{0}' のソース インターフェイスが無効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventNoPIANoBackingMember">
<source>Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.</source>
<target state="translated">ソース インターフェイス '{0}' にはイベント '{2}' の埋め込みに必要なメソッド '{1}' がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestedInteropType">
<source>Nested type '{0}' cannot be embedded.</source>
<target state="translated">入れ子にされた型 '{0}' を埋め込むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LocalTypeNameClash2">
<source>Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.</source>
<target state="translated">アセンブリ '{1}' から相互運用機能型 '{0}' を埋め込むと、現在のアセンブリで名前の競合が発生します。相互運用機能型の埋め込みの無効化を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InteropMethodWithBody1">
<source>Embedded interop method '{0}' contains a body.</source>
<target state="translated">埋め込み相互運用メソッド '{0}' には本体が含まれます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncInQuery">
<source>'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.</source>
<target state="translated">'Await' は、最初の 'From' 句の最初のコレクション式内、または 'Join' 句のコレクション式内のクエリ式でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadGetAwaiterMethod1">
<source>'Await' requires that the type '{0}' have a suitable GetAwaiter method.</source>
<target state="translated">'Await' では、型 '{0}' に適切な GetAwaiter メソッドが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIsCompletedOnCompletedGetResult2">
<source>'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.</source>
<target state="translated">'await' を使用するには、'{1}.GetAwaiter()' の戻り値の型 '{0}' に IsCompleted、OnCompleted、および GetResult の適切なメンバーが含まれ、INotifyCompletion または ICriticalNotifyCompletion が実装されている必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DoesntImplementAwaitInterface2">
<source>'{0}' does not implement '{1}'.</source>
<target state="translated">'{0}' は '{1}' を実装していません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNothing">
<source>Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.</source>
<target state="translated">Nothing を待つことはできません。'Task.Yield()' を待つことを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncByRefParam">
<source>Async methods cannot have ByRef parameters.</source>
<target state="translated">Async メソッドに ByRef パラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAsyncIteratorModifiers">
<source>'Async' and 'Iterator' modifiers cannot be used together.</source>
<target state="translated">'Async' 修飾子と 'Iterator' 修飾子を同時に使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadResumableAccessReturnVariable">
<source>The implicit return variable of an Iterator or Async method cannot be accessed.</source>
<target state="translated">Iterator メソッドまたは Async メソッドの暗黙的な戻り変数にアクセスできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReturnFromNonGenericTaskAsync">
<source>'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)'.</source>
<target state="translated">'この Async メソッドの 'Return' ステートメントは、関数の戻り値の型が 'Task' であるため、値を返すことができません。関数の戻り値の型を 'Task(Of T)' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturnOperand1">
<source>Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.</source>
<target state="translated">これは非同期メソッドであるため、return 式は 'Task(Of {0})' ではなく '{0}' 型である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAsyncReturn">
<source>The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).</source>
<target state="translated">Async' 修飾子は、Sub と、Task または Task(Of T) を返す Function でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantAwaitAsyncSub1">
<source>'{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.</source>
<target state="translated">'{0}' はタスクを返さないため、Await できません。Async Function への変更を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidLambdaModifier">
<source>'Only the 'Async' or 'Iterator' modifier is valid on a lambda.</source>
<target state="translated">'ラムダでは 'Async' 修飾子または 'Iterator' 修飾子のみが有効です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncMethod">
<source>'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})'.</source>
<target state="translated">'Await' は、非同期メソッド内でのみ使用できます。このメソッドに 'Async' 修飾子を指定して、その戻り値の型を 'Task(Of {0})' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncVoidMethod">
<source>'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.</source>
<target state="translated">'Await' は、非同期メソッド内でのみ使用できます。このメソッドに 'Async' 修飾子を指定して、その戻り値の型を 'Task' に変更することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInNonAsyncLambda">
<source>'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.</source>
<target state="translated">'Await' は、非同期ラムダ式内でのみ使用できます。このラムダ式に 'Async' 修飾子を指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitNotInAsyncMethodOrLambda">
<source>'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.</source>
<target state="translated">'Await' は、'Async' 修飾子が設定されているメソッドまたはラムダ式に含まれている場合にのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_StatementLambdaInExpressionTree">
<source>Statement lambdas cannot be converted to expression trees.</source>
<target state="translated">ステートメント形式のラムダを式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression">
<source>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.</source>
<target state="translated">この呼び出しは待機されなかったため、現在のメソッドの実行は呼び出しの完了を待たずに続行されます。呼び出しの結果に Await 演算子を適用することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableExpression_Title">
<source>Because this call is not awaited, execution of the current method continues before the call is completed</source>
<target state="translated">この呼び出しは待機されなかったため、現在のメソッドの実行は呼び出しの完了を待たずに続行されます</target>
<note />
</trans-unit>
<trans-unit id="ERR_LoopControlMustNotAwait">
<source>Loop control variable cannot include an 'Await'.</source>
<target state="translated">ループ制御変数に 'Await' を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadStaticInitializerInResumable">
<source>Static variables cannot appear inside Async or Iterator methods.</source>
<target state="translated">Static 変数は、Async メソッドまたは Iterator メソッドの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RestrictedResumableType1">
<source>'{0}' cannot be used as a parameter type for an Iterator or Async method.</source>
<target state="translated">'{0}' を Iterator メソッドまたは Async メソッドのパラメーター型として使用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstructorAsync">
<source>Constructor must not have the 'Async' modifier.</source>
<target state="translated">コンストラクターに 'Async' 修飾子を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodsMustNotBeAsync1">
<source>'{0}' cannot be declared 'Partial' because it has the 'Async' modifier.</source>
<target state="translated">'Async' 修飾子があるため、'{0}' は 'Partial' として宣言できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumablesCannotContainOnError">
<source>'On Error' and 'Resume' cannot appear inside async or iterator methods.</source>
<target state="translated">'On Error' および 'Resume' は、Async または Iterator メソッドの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResumableLambdaInExpressionTree">
<source>Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.</source>
<target state="translated">Async' 修飾子または 'Iterator' 修飾子を含むラムダを式ツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotLiftRestrictedTypeResumable1">
<source>Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.</source>
<target state="translated">制限がある型 '{0}' の変数を Async メソッドまたは Iterator メソッドで宣言することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAwaitInTryHandler">
<source>'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.</source>
<target state="translated">'Await' は、'Catch' ステートメント、'Finally' ステートメント、または 'SyncLock' ステートメントの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits">
<source>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.</source>
<target state="translated">この Async メソッドには 'Await' 演算子がないため、同期で実行されます。ブロック不可の API 呼び出しを待つには 'Await' 演算子を、バックグラウンド スレッドに CPU 主体の操作をするには 'Await Task.Run(...)' を使用することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncLacksAwaits_Title">
<source>This async method lacks 'Await' operators and so will run synchronously</source>
<target state="translated">この非同期メソッドには 'Await' 演算子がないため、同期的に実行されます</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate">
<source>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.</source>
<target state="translated">この Async Function から返されたタスクは削除され、例外は無視されます。例外が伝播されるように、Async Sub への変更を検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnobservedAwaitableDelegate_Title">
<source>The Task returned from this Async Function will be dropped, and any exceptions in it ignored</source>
<target state="translated">この Async Function から返されたタスクは削除され、その中の例外は無視されます</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsyncInClassOrStruct">
<source>Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.</source>
<target state="translated">SecurityCritical' または 'SecuritySafeCritical' 属性を持つ [Class|Structure|Interface|Module] では、Async メソッドおよび Iterator メソッドを使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SecurityCriticalAsync">
<source>Security attribute '{0}' cannot be applied to an Async or Iterator method.</source>
<target state="translated">セキュリティ属性 '{0}' を Async メソッドまたは Iterator メソッドに適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_DllImportOnResumableMethod">
<source>'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.</source>
<target state="translated">'System.Runtime.InteropServices.DllImportAttribute' は Async メソッドまたは Iterator メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SynchronizedAsyncMethod">
<source>'MethodImplOptions.Synchronized' cannot be applied to an Async method.</source>
<target state="translated">'MethodImplOptions.Synchronized' は Async メソッドに適用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AsyncSubMain">
<source>The 'Main' method cannot be marked 'Async'.</source>
<target state="translated">Main' メソッドを 'Async' に設定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction">
<source>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.</source>
<target state="translated">ここにある一部のオーバーロードは Async Sub ではなく Async Function を受け取ります。Async Function を使用するか、この Async Sub を目的の型に明示的にキャストすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AsyncSubCouldBeFunction_Title">
<source>Some overloads here take an Async Function rather than an Async Sub</source>
<target state="translated">ここにある一部のオーバーロードは Async Sub ではなく Async Function を受け取ります</target>
<note />
</trans-unit>
<trans-unit id="ERR_MyGroupCollectionAttributeCycle">
<source>MyGroupCollectionAttribute cannot be applied to itself.</source>
<target state="translated">MyGroupCollectionAttribute をそれ自体に適用することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LiteralExpected">
<source>Literal expected.</source>
<target state="translated">リテラルが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_WinRTEventWithoutDelegate">
<source>Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.</source>
<target state="translated">WinMD を対象とするイベント宣言は、デリゲート型を指定する必要があります。イベント宣言に As 句を追加してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MixingWinRTAndNETEvents">
<source>Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'</source>
<target state="translated">イベント '{0}' は Windows ランタイム イベント '{1}' と通常の .NET イベント '{2}' を実装できません</target>
<note />
</trans-unit>
<trans-unit id="ERR_EventImplRemoveHandlerParamWrong">
<source>Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.</source>
<target state="translated">RemoveHandler' メソッドのパラメーターが一致しないため、イベント '{0}' はインターフェイス '{2}' 上のイベント '{1}' を実装できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_AddParamWrongForWinRT">
<source>The type of the 'AddHandler' method's parameter must be the same as the type of the event.</source>
<target state="translated">AddHandler' メソッドのパラメーターの型は、イベントの型と同じであることが必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RemoveParamWrongForWinRT">
<source>In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'</source>
<target state="translated">Windows ランタイム イベントでは、'RemoveHandler' メソッド パラメーターの型を 'EventRegistrationToken' にする必要があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface5">
<source>'{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed</source>
<target state="translated">'implements {2}' からの '{1}.{0}' は、基底クラス '{3}' によって既に実装されているため、Windows ランタイム インターフェイス '{4}' をさらに実装することはできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ReImplementingWinRTInterface4">
<source>'{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed</source>
<target state="translated">'{0}.{1}' は、基底クラス '{2}' によって既に実装されているため、Windows ランタイム インターフェイス '{3}' をさらに実装することはできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorByRefParam">
<source>Iterator methods cannot have ByRef parameters.</source>
<target state="translated">Iterator メソッドに ByRef パラメーターを指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorExpressionLambda">
<source>Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.</source>
<target state="translated">単一行のラムダに 'Iterator' 修飾子を指定することはできません。複数行のラムダを使用してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadIteratorReturn">
<source>Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.</source>
<target state="translated">Iterator 関数では、IEnumerable(Of T) または IEnumerator(Of T)、あるいは非ジェネリック形式の IEnumerable または IEnumerator を返す必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadReturnValueInIterator">
<source>To return a value from an Iterator function, use 'Yield' rather than 'Return'.</source>
<target state="translated">値を Iterator 関数から返すには、'Return' ではなく 'Yield' を使用します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInNonIteratorMethod">
<source>'Yield' can only be used in a method marked with the 'Iterator' modifier.</source>
<target state="translated">'Yield' は、'Iterator' 修飾子が設定されているメソッドにのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadYieldInTryHandler">
<source>'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.</source>
<target state="translated">'Yield' は、'Catch' ステートメントまたは 'Finally' ステートメントの内部では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1">
<source>The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?</source>
<target state="translated">Windows ランタイム イベント '{0}' の AddHandler には値を返さないコード パスがあります。'Return' ステートメントが不足していないかどうかを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_DefAsgNoRetValWinRtEventVal1_Title">
<source>The AddHandler for Windows Runtime event doesn't return a value on all code paths</source>
<target state="translated">Windows ランタイム イベントの AddHandler が、すべてのコード パスで値を返しません</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodDefaultParameterValueMismatch2">
<source>Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">メソッド '{0}' の省略可能なパラメーターの既定値が、部分メソッド '{1}' の対応するパラメーターと同じではありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PartialMethodParamArrayMismatch2">
<source>Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.</source>
<target state="translated">メソッド '{0}' のパラメーターが、ParamArray 修飾子において部分メソッド '{1}' の対応するパラメーターと異なっています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMismatch">
<source>Module name '{0}' stored in '{1}' must match its filename.</source>
<target state="translated">'{1}' に格納されているモジュール名 '{0}' はファイル名と一致する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadModuleName">
<source>Invalid module name: {0}</source>
<target state="translated">無効なモジュール名: {0}</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden">
<source>Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.</source>
<target state="translated">ソースに表示されるインスタンスが優先されるため、モジュール '{1}' からの属性 '{0}' は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AssemblyAttributeFromModuleIsOverridden_Title">
<source>Attribute from module will be ignored in favor of the instance appearing in source</source>
<target state="translated">ソースに現れるインスタンスを優先して、モジュールからの属性は無視されます</target>
<note />
</trans-unit>
<trans-unit id="ERR_CmdOptionConflictsSource">
<source>Attribute '{0}' given in a source file conflicts with option '{1}'.</source>
<target state="translated">ソース ファイルで指定された属性 '{0}' はオプション '{1}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName">
<source>Referenced assembly '{0}' does not have a strong name.</source>
<target state="translated">参照アセンブリ '{0}' には厳密な名前がありません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ReferencedAssemblyDoesNotHaveStrongName_Title">
<source>Referenced assembly does not have a strong name</source>
<target state="translated">参照されているアセンブリには、厳密な名前がありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidSignaturePublicKey">
<source>Invalid signature public key specified in AssemblySignatureKeyAttribute.</source>
<target state="translated">無効な署名公開キーが AssemblySignatureKeyAttribute で指定されました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CollisionWithPublicTypeInModule">
<source>Type '{0}' conflicts with public type defined in added module '{1}'.</source>
<target state="translated">型 '{0}' は、追加されたモジュール '{1}' で定義されたパブリック型と競合します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypeConflictsWithDeclaration">
<source>Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">モジュール '{1}' からエクスポートされた型 '{0}' は、このアセンブリのプライマリ モジュールで宣言した型と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExportedTypesConflict">
<source>Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">モジュール '{1}' からエクスポートされた型 '{0}' は、モジュール '{3}' からエクスポートされた型 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch">
<source>Referenced assembly '{0}' has different culture setting of '{1}'.</source>
<target state="translated">参照アセンブリ '{0}' には '{1}' の異なるカルチャ設定があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_RefCultureMismatch_Title">
<source>Referenced assembly has different culture setting</source>
<target state="translated">参照されているアセンブリのカルチャ設定が異なります</target>
<note />
</trans-unit>
<trans-unit id="ERR_AgnosticToMachineModule">
<source>Agnostic assembly cannot have a processor specific module '{0}'.</source>
<target state="translated">不明なアセンブリにプロセッサ固有モジュール '{0}' を指定することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConflictingMachineModule">
<source>Assembly and module '{0}' cannot target different processors.</source>
<target state="translated">アセンブリとモジュール '{0}' で異なるプロセッサを対象にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly">
<source>Referenced assembly '{0}' targets a different processor.</source>
<target state="translated">参照アセンブリ '{0}' は、異なるプロセッサをターゲットにしています。</target>
<note />
</trans-unit>
<trans-unit id="WRN_ConflictingMachineAssembly_Title">
<source>Referenced assembly targets a different processor</source>
<target state="translated">参照アセンブリが異なるプロセッサを対象にしています</target>
<note />
</trans-unit>
<trans-unit id="ERR_CryptoHashFailed">
<source>Cryptographic failure while creating hashes.</source>
<target state="translated">ハッシュを生成中に暗号化に失敗しました。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantHaveWin32ResAndManifest">
<source>Conflicting options specified: Win32 resource file; Win32 manifest.</source>
<target state="translated">競合するオプションが指定されました: Win32 リソース ファイル、Win32 マニフェスト。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithDeclaration">
<source>Forwarded type '{0}' conflicts with type declared in primary module of this assembly.</source>
<target state="translated">転送された型 '{0}' は、このアセンブリのプライマリ モジュールで宣言した型と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypesConflict">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.</source>
<target state="translated">アセンブリ '{1}' に転送された型 '{0}' は、アセンブリ '{3}' に転送された型 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongMetadataName">
<source>Name '{0}' exceeds the maximum length allowed in metadata.</source>
<target state="translated">名前 '{0}' が、メタデータで許可されている最大文字数を超えています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MissingNetModuleReference">
<source>Reference to '{0}' netmodule missing.</source>
<target state="translated">'{0}' netmodule への参照がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NetModuleNameMustBeUnique">
<source>Module '{0}' is already defined in this assembly. Each module must have a unique filename.</source>
<target state="translated">モジュール '{0}' は既にこのアセンブリに定義されています。各モジュールには一意のファイル名がある必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ForwardedTypeConflictsWithExportedType">
<source>Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.</source>
<target state="translated">アセンブリ '{1}' に転送された型 '{0}' は、モジュール '{3}' からエクスポートされた型 '{2}' と競合しています。</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDREFERENCE">
<source>Adding assembly reference '{0}'</source>
<target state="translated">アセンブリ参照 '{0}' を追加中</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDLINKREFERENCE">
<source>Adding embedded assembly reference '{0}'</source>
<target state="translated">埋め込みアセンブリ参照 '{0}' を追加しています</target>
<note />
</trans-unit>
<trans-unit id="IDS_MSG_ADDMODULE">
<source>Adding module reference '{0}'</source>
<target state="translated">モジュール参照 '{0}' を追加中</target>
<note />
</trans-unit>
<trans-unit id="ERR_NestingViolatesCLS1">
<source>Type '{0}' does not inherit the generic type parameters of its container.</source>
<target state="translated">型 '{0}' は、そのコンテナーのジェネリック型パラメーターを継承しません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PDBWritingFailed">
<source>Failure writing debug information: {0}</source>
<target state="translated">デバッグ情報の書き込みエラーです: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_ParamDefaultValueDiffersFromAttribute">
<source>The parameter has multiple distinct default values.</source>
<target state="translated">パラメーターに複数の異なる既定値があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_FieldHasMultipleDistinctConstantValues">
<source>The field has multiple distinct constant values.</source>
<target state="translated">フィールドに複数の異なる定数値があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncNoPIAReference">
<source>Cannot continue since the edit includes a reference to an embedded type: '{0}'.</source>
<target state="translated">編集に埋め込み型の '{0}' への参照が含まれるため続行できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncReferenceToAddedMember">
<source>Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.</source>
<target state="translated">現在のデバッグ セッション中に追加されたメンバー '{0}' には、宣言しているアセンブリ '{1}' からのみアクセスできます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedModule1">
<source>'{0}' is an unsupported .NET module.</source>
<target state="translated">'{0}' は、サポートされていない .NET モジュールです。</target>
<note />
</trans-unit>
<trans-unit id="ERR_UnsupportedEvent1">
<source>'{0}' is an unsupported event.</source>
<target state="translated">'{0}' のイベントはサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesCanNotHaveTypeArguments">
<source>Properties can not have type arguments</source>
<target state="translated">プロパティは型引数を持てません</target>
<note />
</trans-unit>
<trans-unit id="IdentifierSyntaxNotWithinSyntaxTree">
<source>IdentifierSyntax not within syntax tree</source>
<target state="translated">IdentifierSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="AnonymousObjectCreationExpressionSyntaxNotWithinTree">
<source>AnonymousObjectCreationExpressionSyntax not within syntax tree</source>
<target state="translated">AnonymousObjectCreationExpressionSyntax が構文ツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="FieldInitializerSyntaxNotWithinSyntaxTree">
<source>FieldInitializerSyntax not within syntax tree</source>
<target state="translated">FieldInitializerSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="IDS_TheSystemCannotFindThePathSpecified">
<source>The system cannot find the path specified</source>
<target state="translated">指定されたパスが見つかりません</target>
<note />
</trans-unit>
<trans-unit id="ThereAreNoPointerTypesInVB">
<source>There are no pointer types in VB.</source>
<target state="translated">VB にポインター型はありません。</target>
<note />
</trans-unit>
<trans-unit id="ThereIsNoDynamicTypeInVB">
<source>There is no dynamic type in VB.</source>
<target state="translated">VB に動的な型はありません。</target>
<note />
</trans-unit>
<trans-unit id="VariableSyntaxNotWithinSyntaxTree">
<source>variableSyntax not within syntax tree</source>
<target state="translated">variableSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="AggregateSyntaxNotWithinSyntaxTree">
<source>AggregateSyntax not within syntax tree</source>
<target state="translated">AggregateSyntax が構文ツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="FunctionSyntaxNotWithinSyntaxTree">
<source>FunctionSyntax not within syntax tree</source>
<target state="translated">FunctionSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="PositionIsNotWithinSyntax">
<source>Position is not within syntax tree</source>
<target state="translated">位置が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="RangeVariableSyntaxNotWithinSyntaxTree">
<source>RangeVariableSyntax not within syntax tree</source>
<target state="translated">RangeVariableSyntax が構文ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinSyntaxTree">
<source>DeclarationSyntax not within syntax tree</source>
<target state="translated">DeclarationSyntax が構文ツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="StatementOrExpressionIsNotAValidType">
<source>StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax</source>
<target state="translated">StatementOrExpression は、ExecutableStatementSyntax や ExpressionSyntax ではありません</target>
<note />
</trans-unit>
<trans-unit id="DeclarationSyntaxNotWithinTree">
<source>DeclarationSyntax not within tree</source>
<target state="translated">DeclarationSyntax がツリー内に存在しません</target>
<note />
</trans-unit>
<trans-unit id="TypeParameterNotWithinTree">
<source>TypeParameter not within tree</source>
<target state="translated">TypeParameter がツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="NotWithinTree">
<source> not within tree</source>
<target state="translated"> ツリー内にありません</target>
<note />
</trans-unit>
<trans-unit id="LocationMustBeProvided">
<source>Location must be provided in order to provide minimal type qualification.</source>
<target state="translated">提供される型の修飾子を最小にするため、場所を提供する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="SemanticModelMustBeProvided">
<source>SemanticModel must be provided in order to provide minimal type qualification.</source>
<target state="translated">最小限の型修飾子を提供するには、SemanticModel が必要です。</target>
<note />
</trans-unit>
<trans-unit id="NumberOfTypeParametersAndArgumentsMustMatch">
<source>the number of type parameters and arguments should be the same</source>
<target state="translated">型パラメーターと引数の数を同じにする必要があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_ResourceInModule">
<source>Cannot link resource files when building a module</source>
<target state="translated">モジュールをビルド中にリソース ファイルにリンクできません</target>
<note />
</trans-unit>
<trans-unit id="NotAVbSymbol">
<source>Not a VB symbol.</source>
<target state="translated">VB シンボルではありません。</target>
<note />
</trans-unit>
<trans-unit id="ElementsCannotBeNull">
<source>Elements cannot be null.</source>
<target state="translated">要素を null にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause">
<source>Unused import clause.</source>
<target state="translated">未使用のインポート句です。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement">
<source>Unused import statement.</source>
<target state="translated">未使用のインポート ステートメントです。</target>
<note />
</trans-unit>
<trans-unit id="WrongSemanticModelType">
<source>Expected a {0} SemanticModel.</source>
<target state="translated">{0} の SemanticModel が必要です。</target>
<note />
</trans-unit>
<trans-unit id="PositionNotWithinTree">
<source>Position must be within span of the syntax tree.</source>
<target state="translated">場所は、構文ツリーのスパン内にある必要があります。</target>
<note />
</trans-unit>
<trans-unit id="SpeculatedSyntaxNodeCannotBelongToCurrentCompilation">
<source>Syntax node to be speculated cannot belong to a syntax tree from the current compilation.</source>
<target state="translated">推測される構文ノードは、現在のコンパイルの構文ツリーに属することができません。</target>
<note />
</trans-unit>
<trans-unit id="ChainingSpeculativeModelIsNotSupported">
<source>Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.</source>
<target state="translated">予測セマンティック モデルのチェーンはサポートしていません。非予測 ParentModel から予測モデルを作成する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="IDS_ToolName">
<source>Microsoft (R) Visual Basic Compiler</source>
<target state="translated">Microsoft (R) Visual Basic Compiler</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine1">
<source>{0} version {1}</source>
<target state="translated">{0} バージョン {1}</target>
<note />
</trans-unit>
<trans-unit id="IDS_LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">Copyright (C) Microsoft Corporation. All rights reserved.</target>
<note />
</trans-unit>
<trans-unit id="IDS_LangVersions">
<source>Supported language versions:</source>
<target state="translated">サポートされる言語バージョン:</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong">
<source>Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">ローカル名 '{0}' は PDB に対して長すぎます。短縮するか、/debug なしでコンパイルすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbLocalNameTooLong_Title">
<source>Local name is too long for PDB</source>
<target state="translated">PDB のローカル名が長すぎます</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong">
<source>Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.</source>
<target state="translated">インポート文字列 '{0}' は PDB にとって長すぎます。短縮するか、デバッグなしでコンパイルすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_PdbUsingNameTooLong_Title">
<source>Import string is too long for PDB</source>
<target state="translated">PDB のインポート文字列が長すぎます</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter">
<source>XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.</source>
<target state="translated">XML コメントには、型パラメーターにバインドされた 'cref' 属性 '{0}' を伴うタグがあります。代わりに <typeparamref> タグを使ってください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_XMLDocCrefToTypeParameter_Title">
<source>XML comment has a tag with a 'cref' attribute that bound to a type parameter</source>
<target state="translated">XML コメントに、型パラメーターにバインドされた 'cref' 属性が指定されたタグが含まれています</target>
<note />
</trans-unit>
<trans-unit id="ERR_LinkedNetmoduleMetadataMustProvideFullPEImage">
<source>Linked netmodule metadata must provide a full PE image: '{0}'.</source>
<target state="translated">リンクされた netmodule メタデータには完全な PE イメージ '{0}' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated">
<source>An instance of analyzer {0} cannot be created from {1} : {2}.</source>
<target state="translated">アナライザー {0} のインスタンスは {1} ({2}) から作成できません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AnalyzerCannotBeCreated_Title">
<source>Instance of analyzer cannot be created</source>
<target state="translated">アナライザーのインスタンスを作成できません</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly">
<source>The assembly {0} does not contain any analyzers.</source>
<target state="translated">アセンブリ {0} にアナライザーは含まれていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_NoAnalyzerInAssembly_Title">
<source>Assembly does not contain any analyzers</source>
<target state="translated">アセンブリに、アナライザーが含まれていません</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer">
<source>Unable to load analyzer assembly {0} : {1}.</source>
<target state="translated">アナライザー アセンブリ {0} を読み込めませんでした: {1}。</target>
<note />
</trans-unit>
<trans-unit id="WRN_UnableToLoadAnalyzer_Title">
<source>Unable to load analyzer assembly</source>
<target state="translated">アナライザーのアセンブリを読み込むことができません</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer">
<source>Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.</source>
<target state="translated">ReflectionTypeLoadException ({1}) のため、アナライザー アセンブリ {0} の一部の型をスキップしています。</target>
<note />
</trans-unit>
<trans-unit id="INF_UnableToLoadSomeTypesInAnalyzer_Title">
<source>Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException</source>
<target state="translated">ReflectionTypeLoadException のために失敗したアナライザーのアセンブリ内の型の読み込みをスキップします</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantReadRulesetFile">
<source>Error reading ruleset file {0} - {1}</source>
<target state="translated">規則セット ファイル {0} を読み込み中にエラーが発生しました - {1}</target>
<note />
</trans-unit>
<trans-unit id="ERR_PlatformDoesntSupport">
<source>{0} is not supported in current project type.</source>
<target state="translated">現在のプロジェクトのタイプでは {0} がサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CantUseRequiredAttribute">
<source>The RequiredAttribute attribute is not permitted on Visual Basic types.</source>
<target state="translated">RequiredAttribute 属性は Visual Basic 型で許可されていません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_EncodinglessSyntaxTree">
<source>Cannot emit debug information for a source text without encoding.</source>
<target state="translated">エンコーディングせずにソース テキストのデバッグ情報を作成することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidFormatSpecifier">
<source>'{0}' is not a valid format specifier</source>
<target state="translated">'{0}' は有効な形式指定子ではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPreprocessorConstantType">
<source>Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.</source>
<target state="translated">型 '{1}' のプリプロセッサ定数 '{0}' はサポートされていません。プリミティブ型のみを使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpectedWarningKeyword">
<source>'Warning' expected.</source>
<target state="translated">'Warning' が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotBeMadeNullable1">
<source>'{0}' cannot be made nullable.</source>
<target state="translated">'{0}' は null 許容にすることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadConditionalWithRef">
<source>Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.</source>
<target state="translated">先頭の '?' は、オブジェクト メンバーの初期化子の内部ではなく 'With' ステートメント内でのみ表示できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NullPropagatingOpInExpressionTree">
<source>A null propagating operator cannot be converted into an expression tree.</source>
<target state="translated">null を伝達する演算子を式のツリーに変換することはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooLongOrComplexExpression">
<source>An expression is too long or complex to compile</source>
<target state="translated">式が長すぎるか複雑すぎるため、コンパイルできません</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExpressionDoesntHaveName">
<source>This expression does not have a name.</source>
<target state="translated">この式には名前がありません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidNameOfSubExpression">
<source>This sub-expression cannot be used inside NameOf argument.</source>
<target state="translated">このサブ式は、NameOf 引数の中では使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_MethodTypeArgsUnexpected">
<source>Method type arguments unexpected.</source>
<target state="translated">メソッド型の引数は無効です。</target>
<note />
</trans-unit>
<trans-unit id="NoNoneSearchCriteria">
<source>SearchCriteria is expected.</source>
<target state="translated">SearchCriteria が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidAssemblyCulture">
<source>Assembly culture strings may not contain embedded NUL characters.</source>
<target state="translated">アセンブリ カルチャ文字列に埋め込み NUL 文字を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InReferencedAssembly">
<source>There is an error in a referenced assembly '{0}'.</source>
<target state="translated">参照アセンブリ '{0}' にエラーがあります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationFormatWhitespace">
<source>Format specifier may not contain trailing whitespace.</source>
<target state="translated">書式指定子の末尾に、空白を含めることはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolationAlignmentOutOfRange">
<source>Alignment value is outside of the supported range.</source>
<target state="translated">配置の値がサポートされている範囲外です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InterpolatedStringFactoryError">
<source>There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.</source>
<target state="translated">{0}.{1} への呼び出しの生成中に 1 つ以上のエラーが発生しました。メソッドまたはその戻り値の型が不足しているか正しくない可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportClause_Title">
<source>Unused import clause</source>
<target state="translated">未使用のインポート句です</target>
<note />
</trans-unit>
<trans-unit id="HDN_UnusedImportStatement_Title">
<source>Unused import statement</source>
<target state="translated">未使用の import ステートメントです</target>
<note />
</trans-unit>
<trans-unit id="ERR_ConstantStringTooLong">
<source>Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.</source>
<target state="translated">連結の結果による文字列定数の長さが、System.Int32.MaxValue を超えています。文字列を複数の定数に分割してみてください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_LanguageVersion">
<source>Visual Basic {0} does not support {1}.</source>
<target state="translated">Visual Basic {0} は {1} をサポートしません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadPdbData">
<source>Error reading debug information for '{0}'</source>
<target state="translated">'{0}' のデバッグ情報の読み取りエラー</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ArrayLiterals">
<source>array literal expressions</source>
<target state="translated">配列のリテラル式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AsyncExpressions">
<source>async methods or lambdas</source>
<target state="translated">Async メソッドまたはラムダ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_AutoProperties">
<source>auto-implemented properties</source>
<target state="translated">自動実装プロパティ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ReadonlyAutoProperties">
<source>readonly auto-implemented properties</source>
<target state="translated">読み取り専用の自動実装プロパティ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CoContraVariance">
<source>variance</source>
<target state="translated">変性</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CollectionInitializers">
<source>collection initializers</source>
<target state="translated">コレクション初期化子</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_GlobalNamespace">
<source>declaring a Global namespace</source>
<target state="translated">グローバル名前空間の宣言中</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Iterators">
<source>iterators</source>
<target state="translated">反復子</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuation">
<source>implicit line continuation</source>
<target state="translated">暗黙的な行継続</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_StatementLambdas">
<source>multi-line lambda expressions</source>
<target state="translated">複数行ラムダ式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_SubLambdas">
<source>'Sub' lambda expressions</source>
<target state="translated">'Sub' ラムダ式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NullPropagatingOperator">
<source>null conditional operations</source>
<target state="translated">null 条件演算</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_NameOfExpressions">
<source>'nameof' expressions</source>
<target state="translated">'nameof' 式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_RegionsEverywhere">
<source>region directives within method bodies or regions crossing boundaries of declaration blocks</source>
<target state="translated">メソッド本体内の領域ディレクティブ、または宣言ブロックの境界線を越える領域</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_MultilineStringLiterals">
<source>multiline string literals</source>
<target state="translated">複数行文字列リテラル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_CObjInAttributeArguments">
<source>CObj in attribute arguments</source>
<target state="translated">属性引数の CObj</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LineContinuationComments">
<source>line continuation comments</source>
<target state="translated">行継続コメント</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_TypeOfIsNot">
<source>TypeOf IsNot expression</source>
<target state="translated">TypeOf IsNot 式</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_YearFirstDateLiterals">
<source>year-first date literals</source>
<target state="translated">年優先の日付リテラル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_WarningDirectives">
<source>warning directives</source>
<target state="translated">警告ディレクティブ</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialModules">
<source>partial modules</source>
<target state="translated">部分モジュール</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PartialInterfaces">
<source>partial interfaces</source>
<target state="translated">部分インターフェイス</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite">
<source>implementing read-only or write-only property with read-write property</source>
<target state="translated">読み取り専用または書き込み専用プロパティを読み取り/書き込みプロパティで実装する</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_DigitSeparators">
<source>digit separators</source>
<target state="translated">桁区切り記号</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_BinaryLiterals">
<source>binary literals</source>
<target state="translated">バイナリ リテラル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_Tuples">
<source>tuples</source>
<target state="translated">タプル</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_PrivateProtected">
<source>Private Protected</source>
<target state="translated">Private Protected</target>
<note />
</trans-unit>
<trans-unit id="ERR_DebugEntryPointNotSourceMethodDefinition">
<source>Debug entry point must be a definition of a method declared in the current compilation.</source>
<target state="translated">デバッグ エントリ ポイントは、現在のコンパイルで宣言されたメソッドの定義でなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidPathMap">
<source>The pathmap option was incorrectly formatted.</source>
<target state="translated">pathmap オプションが正しく書式設定されていませんでした。</target>
<note />
</trans-unit>
<trans-unit id="SyntaxTreeIsNotASubmission">
<source>Syntax tree should be created from a submission.</source>
<target state="translated">構文ツリーは、送信から作成する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TooManyUserStrings">
<source>Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.</source>
<target state="translated">プログラムで使うユーザー文字列の長さの合計が許可されている制限を超えています。文字列リテラルまたは XML リテラルの使用を減らしてください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_PeWritingFailure">
<source>An error occurred while writing the output file: {0}</source>
<target state="translated">出力ファイルの書き込み中にエラーが発生しました: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_OptionMustBeAbsolutePath">
<source>Option '{0}' must be an absolute path.</source>
<target state="translated">オプション '{0}' は絶対パスにする必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_SourceLinkRequiresPdb">
<source>/sourcelink switch is only supported when emitting PDB.</source>
<target state="translated">/sourcelink スイッチは、PDB を生成する場合にのみサポートされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleDuplicateElementName">
<source>Tuple element names must be unique.</source>
<target state="translated">タプル要素名は一意である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch">
<source>The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.</source>
<target state="translated">ターゲット型 '{1}' によって異なる名前が指定されている、または名前が何も指定されていないため、タプル要素名 '{0}' は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="WRN_TupleLiteralNameMismatch_Title">
<source>The tuple element name is ignored because a different name or no name is specified by the assignment target.</source>
<target state="translated">代入先によって異なる名前が指定されているか、名前が何も指定されていないため、タプル要素名は無視されます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementName">
<source>Tuple element name '{0}' is only allowed at position {1}.</source>
<target state="translated">タプル要素名 '{0}' は位置 {1} でのみ使用できます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleReservedElementNameAnyPosition">
<source>Tuple element name '{0}' is disallowed at any position.</source>
<target state="translated">タプル要素名 '{0}' はいずれの位置でも使用できません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleTooFewElements">
<source>Tuple must contain at least two elements.</source>
<target state="translated">タプルには 2 つ以上の要素が必要です。</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleElementNamesAttributeMissing">
<source>Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?</source>
<target state="translated">コンパイラの必須型 '{0}' が見つからないため、タプルを利用するクラスまたはメンバーを定義できません。参照が指定されていることを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_ExplicitTupleElementNamesAttribute">
<source>Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.</source>
<target state="translated">System.Runtime.CompilerServices.TupleElementNamesAttribute' を明示的に参照できません。タプル構文を使用してタプル名を定義します。</target>
<note />
</trans-unit>
<trans-unit id="ERR_RefReturningCallInExpressionTree">
<source>An expression tree may not contain a call to a method or property that returns by reference.</source>
<target state="translated">式のツリーは、参照渡しで返すメソッドまたはプロパティの呼び出しを含むことはできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_CannotEmbedWithoutPdb">
<source>/embed switch is only supported when emitting a PDB.</source>
<target state="translated">/embed スイッチは、PDB を生成する場合にのみサポートされます。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidInstrumentationKind">
<source>Invalid instrumentation kind: {0}</source>
<target state="translated">無効なインストルメンテーションの種類: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_DocFileGen">
<source>Error writing to XML documentation file: {0}</source>
<target state="translated">XML ドキュメント ファイル {0} の書き込み中にエラーが発生しました</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadAssemblyName">
<source>Invalid assembly name: {0}</source>
<target state="translated">無効なアセンブリ名: {0}</target>
<note />
</trans-unit>
<trans-unit id="ERR_TypeForwardedToMultipleAssemblies">
<source>Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.</source>
<target state="translated">アセンブリ '{1}' のモジュール '{0}' によって、型 '{2}' が複数のアセンブリ '{3}' および '{4}' に転送されています。</target>
<note />
</trans-unit>
<trans-unit id="ERR_Merge_conflict_marker_encountered">
<source>Merge conflict marker encountered</source>
<target state="translated">マージ競合マーカーが検出されました</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoRefOutWhenRefOnly">
<source>Do not use refout when using refonly.</source>
<target state="translated">refonly を使用する場合は、refout を使用しないでください。</target>
<note />
</trans-unit>
<trans-unit id="ERR_NoNetModuleOutputWhenRefOutOrRefOnly">
<source>Cannot compile net modules when using /refout or /refonly.</source>
<target state="translated">/refout または /refonly を使用する場合は、ネット モジュールをコンパイルできません。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadNonTrailingNamedArgument">
<source>Named argument '{0}' is used out-of-position but is followed by an unnamed argument</source>
<target state="translated">名前付き引数 '{0}' の場所が正しくありません。後ろに名前なし引数があります</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadDocumentationMode">
<source>Provided documentation mode is unsupported or invalid: '{0}'.</source>
<target state="translated">指定されたドキュメント モードがサポートされていないか無効です: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadLanguageVersion">
<source>Provided language version is unsupported or invalid: '{0}'.</source>
<target state="translated">指定された言語バージョンがサポートされていないか無効です: '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="ERR_BadSourceCodeKind">
<source>Provided source code kind is unsupported or invalid: '{0}'</source>
<target state="translated">指定されたソース コードの種類がサポートされていないか無効です: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="ERR_TupleInferredNamesNotAvailable">
<source>Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.</source>
<target state="translated">タプル要素名 '{0}' と推測されます。推測される名前で要素にアクセスするには、言語バージョン {1} 以上をお使いください。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental">
<source>'{0}' is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">'{0}' は、評価の目的でのみ提供されています。将来の更新で変更または削除されることがあります。</target>
<note />
</trans-unit>
<trans-unit id="WRN_Experimental_Title">
<source>Type is for evaluation purposes only and is subject to change or removal in future updates.</source>
<target state="translated">型は評価の目的でのみ提供されています。将来の更新で変更または削除されることがあります。</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidDebugInfo">
<source>Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'</source>
<target state="translated">メソッド '{0}' (トークン 0x{1}) のデバッグ情報をアセンブリ '{2}' から読み取ることができません</target>
<note />
</trans-unit>
<trans-unit id="IConversionExpressionIsNotVisualBasicConversion">
<source>{0} is not a valid Visual Basic conversion expression</source>
<target state="translated">{0} は Visual Basic の有効な変換式ではありません</target>
<note />
</trans-unit>
<trans-unit id="IArgumentIsNotVisualBasicArgument">
<source>{0} is not a valid Visual Basic argument</source>
<target state="translated">{0} は Visual Basic の有効な引数ではありません</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_LeadingDigitSeparator">
<source>leading digit separator</source>
<target state="translated">先頭の桁区切り記号</target>
<note />
</trans-unit>
<trans-unit id="ERR_ValueTupleResolutionAmbiguous3">
<source>Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'</source>
<target state="translated">定義済みの型 '{0}' が複数の参照先アセンブリで宣言されています: '{1}' と '{2}'</target>
<note />
</trans-unit>
<trans-unit id="ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment">
<source>{0} is not a valid Visual Basic compound assignment operation</source>
<target state="translated">{0} は有効な Visual Basic 複合代入操作ではありません</target>
<note />
</trans-unit>
<trans-unit id="ERR_InvalidHashAlgorithmName">
<source>Invalid hash algorithm name: '{0}'</source>
<target state="translated">無効なハッシュ アルゴリズム名: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FEATURE_InterpolatedStrings">
<source>interpolated strings</source>
<target state="translated">補間された文字列</target>
<note />
</trans-unit>
<trans-unit id="FTL_InvalidInputFileName">
<source>File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long</source>
<target state="translated">ファイル名 '{0}' は、空である、無効な文字を含んでいる、絶対パスが指定されていないドライブ指定がある、または長すぎるかのいずれかです</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB">
<source>'{0}' is not supported in VB.</source>
<target state="translated">'{0}' は VB ではサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="WRN_AttributeNotSupportedInVB_Title">
<source>Attribute is not supported in VB</source>
<target state="translated">属性が VB でサポートされていない</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/Remote/Core/RemoteWorkspacesResources.resx | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Feature_0_is_currently_unavailable_host_shutting_down" xml:space="preserve">
<value>Feature '{0}' is currently unavailable since {1} is shutting down.</value>
</data>
<data name="Feature_0_is_currently_unavailable_due_to_an_intermittent_error" xml:space="preserve">
<value>Feature '{0}' is currently unavailable due to an intermittent error, please try again later: '{1}'</value>
</data>
<data name="Feature_0_is_currently_unavailable_due_to_an_internal_error" xml:space="preserve">
<value>Feature '{0}' is currently unavailable due to an internal error.</value>
</data>
<data name="FeatureName_MissingImportDiscovery" xml:space="preserve">
<value>Missing import discovery</value>
</data>
<data name="FeatureName_CodeLensReferences" xml:space="preserve">
<value>CodeLens references</value>
</data>
<data name="FeatureName_ConvertTupleToStructCodeRefactoring" xml:space="preserve">
<value>Convert tuple to struct refactoring</value>
</data>
<data name="FeatureName_DependentTypeFinder" xml:space="preserve">
<value>Dependent type finder</value>
</data>
<data name="FeatureName_DesignerAttributeDiscovery" xml:space="preserve">
<value>DesignerAttribute discovery</value>
</data>
<data name="FeatureName_DiagnosticAnalyzer" xml:space="preserve">
<value>Diagnostic analyzer runner</value>
</data>
<data name="FeatureName_DocumentHighlights" xml:space="preserve">
<value>Document highlights</value>
</data>
<data name="FeatureName_EncapsulateField" xml:space="preserve">
<value>Encapsulate field refactoring</value>
</data>
<data name="FeatureName_ExtensionMethodImportCompletion" xml:space="preserve">
<value>Extension method import completion</value>
</data>
<data name="FeatureName_FindUsages" xml:space="preserve">
<value>Find usages</value>
</data>
<data name="FeatureName_GlobalNotificationDelivery" xml:space="preserve">
<value>Global notification delivery</value>
</data>
<data name="FeatureName_NavigateToSearch" xml:space="preserve">
<value>Navigate to</value>
</data>
<data name="FeatureName_ProjectTelemetry" xml:space="preserve">
<value>Project telemetry collection</value>
</data>
<data name="FeatureName_Renamer" xml:space="preserve">
<value>Rename</value>
</data>
<data name="FeatureName_SemanticClassification" xml:space="preserve">
<value>Semantic classification</value>
</data>
<data name="FeatureName_SemanticClassificationCache" xml:space="preserve">
<value>Semantic classification cache</value>
</data>
<data name="FeatureName_SymbolFinder" xml:space="preserve">
<value>Symbol finder</value>
</data>
<data name="FeatureName_SymbolSearchUpdate" xml:space="preserve">
<value>Symbol search</value>
</data>
<data name="FeatureName_TodoCommentsDiscovery" xml:space="preserve">
<value>TODO comments discovery</value>
</data>
<data name="FeatureName_AsynchronousOperationListener" xml:space="preserve">
<value>Asynchronous operation listener</value>
</data>
<data name="FeatureName_AssetSynchronization" xml:space="preserve">
<value>Asset synchronization</value>
</data>
<data name="FeatureName_SolutionAssetProvider" xml:space="preserve">
<value>Asset provider</value>
</data>
<data name="FeatureName_EditAndContinue" xml:space="preserve">
<value>Edit and Continue</value>
</data>
<data name="FeatureName_NavigationBarItem" xml:space="preserve">
<value>Navigation bar</value>
</data>
<data name="FeatureName_InheritanceMargin" xml:space="preserve">
<value>Inheritance margin</value>
</data>
<data name="FeatureName_UnusedReferenceAnalysis" xml:space="preserve">
<value>Unused reference analysis</value>
</data>
<data name="FeatureName_ValueTracking" xml:space="preserve">
<value>Value Tracking</value>
</data>
</root> | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Feature_0_is_currently_unavailable_host_shutting_down" xml:space="preserve">
<value>Feature '{0}' is currently unavailable since {1} is shutting down.</value>
</data>
<data name="Feature_0_is_currently_unavailable_due_to_an_intermittent_error" xml:space="preserve">
<value>Feature '{0}' is currently unavailable due to an intermittent error, please try again later: '{1}'</value>
</data>
<data name="Feature_0_is_currently_unavailable_due_to_an_internal_error" xml:space="preserve">
<value>Feature '{0}' is currently unavailable due to an internal error.</value>
</data>
<data name="FeatureName_MissingImportDiscovery" xml:space="preserve">
<value>Missing import discovery</value>
</data>
<data name="FeatureName_CodeLensReferences" xml:space="preserve">
<value>CodeLens references</value>
</data>
<data name="FeatureName_ConvertTupleToStructCodeRefactoring" xml:space="preserve">
<value>Convert tuple to struct refactoring</value>
</data>
<data name="FeatureName_DependentTypeFinder" xml:space="preserve">
<value>Dependent type finder</value>
</data>
<data name="FeatureName_DesignerAttributeDiscovery" xml:space="preserve">
<value>DesignerAttribute discovery</value>
</data>
<data name="FeatureName_DiagnosticAnalyzer" xml:space="preserve">
<value>Diagnostic analyzer runner</value>
</data>
<data name="FeatureName_DocumentHighlights" xml:space="preserve">
<value>Document highlights</value>
</data>
<data name="FeatureName_EncapsulateField" xml:space="preserve">
<value>Encapsulate field refactoring</value>
</data>
<data name="FeatureName_ExtensionMethodImportCompletion" xml:space="preserve">
<value>Extension method import completion</value>
</data>
<data name="FeatureName_FindUsages" xml:space="preserve">
<value>Find usages</value>
</data>
<data name="FeatureName_GlobalNotificationDelivery" xml:space="preserve">
<value>Global notification delivery</value>
</data>
<data name="FeatureName_NavigateToSearch" xml:space="preserve">
<value>Navigate to</value>
</data>
<data name="FeatureName_ProjectTelemetry" xml:space="preserve">
<value>Project telemetry collection</value>
</data>
<data name="FeatureName_Renamer" xml:space="preserve">
<value>Rename</value>
</data>
<data name="FeatureName_SemanticClassification" xml:space="preserve">
<value>Semantic classification</value>
</data>
<data name="FeatureName_SemanticClassificationCache" xml:space="preserve">
<value>Semantic classification cache</value>
</data>
<data name="FeatureName_SymbolFinder" xml:space="preserve">
<value>Symbol finder</value>
</data>
<data name="FeatureName_SymbolSearchUpdate" xml:space="preserve">
<value>Symbol search</value>
</data>
<data name="FeatureName_TodoCommentsDiscovery" xml:space="preserve">
<value>TODO comments discovery</value>
</data>
<data name="FeatureName_AsynchronousOperationListener" xml:space="preserve">
<value>Asynchronous operation listener</value>
</data>
<data name="FeatureName_AssetSynchronization" xml:space="preserve">
<value>Asset synchronization</value>
</data>
<data name="FeatureName_SolutionAssetProvider" xml:space="preserve">
<value>Asset provider</value>
</data>
<data name="FeatureName_EditAndContinue" xml:space="preserve">
<value>Edit and Continue</value>
</data>
<data name="FeatureName_NavigationBarItem" xml:space="preserve">
<value>Navigation bar</value>
</data>
<data name="FeatureName_InheritanceMargin" xml:space="preserve">
<value>Inheritance margin</value>
</data>
<data name="FeatureName_UnusedReferenceAnalysis" xml:space="preserve">
<value>Unused reference analysis</value>
</data>
<data name="FeatureName_ValueTracking" xml:space="preserve">
<value>Value Tracking</value>
</data>
</root> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../ServicesVSResources.resx">
<body>
<trans-unit id="A_new_namespace_will_be_created">
<source>A new namespace will be created</source>
<target state="translated">Vytvoří se nový obor názvů.</target>
<note />
</trans-unit>
<trans-unit id="A_type_and_name_must_be_provided">
<source>A type and name must be provided.</source>
<target state="translated">Typ a název se musí poskytnout.</target>
<note />
</trans-unit>
<trans-unit id="Action">
<source>Action</source>
<target state="translated">Akce</target>
<note>Action to perform on an unused reference, such as remove or keep</note>
</trans-unit>
<trans-unit id="Add">
<source>_Add</source>
<target state="translated">_Přidat</target>
<note>Adding an element to a list</note>
</trans-unit>
<trans-unit id="Add_Parameter">
<source>Add Parameter</source>
<target state="translated">Přidat parametr</target>
<note />
</trans-unit>
<trans-unit id="Add_to_current_file">
<source>Add to _current file</source>
<target state="translated">Přidat do _aktuálního souboru</target>
<note />
</trans-unit>
<trans-unit id="Added_Parameter">
<source>Added parameter.</source>
<target state="translated">Parametr se přidal.</target>
<note />
</trans-unit>
<trans-unit id="Additional_changes_are_needed_to_complete_the_refactoring_Review_changes_below">
<source>Additional changes are needed to complete the refactoring. Review changes below.</source>
<target state="translated">Aby bylo možné dokončit refaktoring, je nutné udělat další změny. Zkontrolujte změny níže.</target>
<note />
</trans-unit>
<trans-unit id="All_methods">
<source>All methods</source>
<target state="translated">Všechny metody</target>
<note />
</trans-unit>
<trans-unit id="All_sources">
<source>All sources</source>
<target state="translated">Všechny zdroje</target>
<note />
</trans-unit>
<trans-unit id="Allow_colon">
<source>Allow:</source>
<target state="translated">Povolit:</target>
<note />
</trans-unit>
<trans-unit id="Allow_multiple_blank_lines">
<source>Allow multiple blank lines</source>
<target state="translated">Povolit více než jeden prázdný řádek</target>
<note />
</trans-unit>
<trans-unit id="Allow_statement_immediately_after_block">
<source>Allow statement immediately after block</source>
<target state="translated">Povolit příkaz hned za blokem</target>
<note />
</trans-unit>
<trans-unit id="Always_for_clarity">
<source>Always for clarity</source>
<target state="translated">Vždy kvůli srozumitelnosti</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_Defaults">
<source>Analyzer Defaults</source>
<target state="new">Analyzer Defaults</target>
<note />
</trans-unit>
<trans-unit id="Analyzers">
<source>Analyzers</source>
<target state="translated">Analyzátory</target>
<note />
</trans-unit>
<trans-unit id="Analyzing_project_references">
<source>Analyzing project references...</source>
<target state="translated">Analyzují se odkazy projektů...</target>
<note />
</trans-unit>
<trans-unit id="Apply">
<source>Apply</source>
<target state="translated">Použít</target>
<note />
</trans-unit>
<trans-unit id="Apply_0_keymapping_scheme">
<source>Apply '{0}' keymapping scheme</source>
<target state="translated">Použít schéma mapování klávesnice {0}</target>
<note />
</trans-unit>
<trans-unit id="Assemblies">
<source>Assemblies</source>
<target state="translated">Sestavení</target>
<note />
</trans-unit>
<trans-unit id="Avoid_expression_statements_that_implicitly_ignore_value">
<source>Avoid expression statements that implicitly ignore value</source>
<target state="translated">Vyhněte se výrazům, které implicitně ignorují hodnotu.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters">
<source>Avoid unused parameters</source>
<target state="translated">Vyhněte se nepoužitým parametrům.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_value_assignments">
<source>Avoid unused value assignments</source>
<target state="translated">Vyhněte se přiřazení nepoužitých hodnot.</target>
<note />
</trans-unit>
<trans-unit id="Back">
<source>Back</source>
<target state="translated">Zpět</target>
<note />
</trans-unit>
<trans-unit id="Background_analysis_scope_colon">
<source>Background analysis scope:</source>
<target state="translated">Obor analýzy na pozadí:</target>
<note />
</trans-unit>
<trans-unit id="Bitness32">
<source>32-bit</source>
<target state="translated">32b</target>
<note />
</trans-unit>
<trans-unit id="Bitness64">
<source>64-bit</source>
<target state="translated">64b</target>
<note />
</trans-unit>
<trans-unit id="Build_plus_live_analysis_NuGet_package">
<source>Build + live analysis (NuGet package)</source>
<target state="translated">Sestavení + živá analýza (balíček NuGet)</target>
<note />
</trans-unit>
<trans-unit id="CSharp_Visual_Basic_Diagnostics_Language_Client">
<source>C#/Visual Basic Diagnostics Language Client</source>
<target state="translated">Klient jazyka diagnostiky C# nebo Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="Calculating">
<source>Calculating...</source>
<target state="new">Calculating...</target>
<note>Used in UI to represent progress in the context of loading items. </note>
</trans-unit>
<trans-unit id="Calculating_dependents">
<source>Calculating dependents...</source>
<target state="translated">Počítají se závislosti...</target>
<note />
</trans-unit>
<trans-unit id="Call_site_value">
<source>Call site value:</source>
<target state="translated">Hodnota lokality volání:</target>
<note />
</trans-unit>
<trans-unit id="Callsite">
<source>Call site</source>
<target state="translated">Lokalita volání</target>
<note />
</trans-unit>
<trans-unit id="Carriage_Return_Newline_rn">
<source>Carriage Return + Newline (\r\n)</source>
<target state="translated">Návrat na začátek řádku + Nový řádek (\r\n)</target>
<note />
</trans-unit>
<trans-unit id="Carriage_Return_r">
<source>Carriage Return (\r)</source>
<target state="translated">Návrat na začátek řádku (\r)</target>
<note />
</trans-unit>
<trans-unit id="Category">
<source>Category</source>
<target state="translated">Kategorie</target>
<note />
</trans-unit>
<trans-unit id="Choose_which_action_you_would_like_to_perform_on_the_unused_references">
<source>Choose which action you would like to perform on the unused references.</source>
<target state="translated">Zvolte, kterou akci chcete provést pro nepoužívané odkazy.</target>
<note />
</trans-unit>
<trans-unit id="Code_Style">
<source>Code Style</source>
<target state="translated">Styl kódu</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_completed_for_0">
<source>Code analysis completed for '{0}'.</source>
<target state="translated">Dokončila se analýza kódu pro {0}.</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_completed_for_Solution">
<source>Code analysis completed for Solution.</source>
<target state="translated">Dokončila se analýza kódu pro řešení.</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_terminated_before_completion_for_0">
<source>Code analysis terminated before completion for '{0}'.</source>
<target state="translated">Analýza kódu pro {0} se ukončila dříve, než se dokončila.</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_terminated_before_completion_for_Solution">
<source>Code analysis terminated before completion for Solution.</source>
<target state="translated">Analýza kódu pro řešení se ukončila dříve, než se dokončila.</target>
<note />
</trans-unit>
<trans-unit id="Color_hints">
<source>Color hints</source>
<target state="translated">Barevné nápovědy</target>
<note />
</trans-unit>
<trans-unit id="Colorize_regular_expressions">
<source>Colorize regular expressions</source>
<target state="translated">Obarvit regulární výrazy</target>
<note />
</trans-unit>
<trans-unit id="Combine_inheritance_margin_with_indicator_margin">
<source>Combine inheritance margin with indicator margin</source>
<target state="new">Combine inheritance margin with indicator margin</target>
<note />
</trans-unit>
<trans-unit id="Comments">
<source>Comments</source>
<target state="translated">Komentáře</target>
<note />
</trans-unit>
<trans-unit id="Compute_Quick_Actions_asynchronously_experimental">
<source>Compute Quick Actions asynchronously (experimental, requires restart)</source>
<target state="new">Compute Quick Actions asynchronously (experimental, requires restart)</target>
<note />
</trans-unit>
<trans-unit id="Containing_member">
<source>Containing Member</source>
<target state="translated">Obsahující člen</target>
<note />
</trans-unit>
<trans-unit id="Containing_type">
<source>Containing Type</source>
<target state="translated">Obsahující typ</target>
<note />
</trans-unit>
<trans-unit id="Current_document">
<source>Current document</source>
<target state="translated">Aktuální dokument</target>
<note />
</trans-unit>
<trans-unit id="Current_parameter">
<source>Current parameter</source>
<target state="translated">Aktuální parametr</target>
<note />
</trans-unit>
<trans-unit id="Default_Current_Document">
<source>Default (Current Document)</source>
<target state="new">Default (Current Document)</target>
<note>This text is a menu command</note>
</trans-unit>
<trans-unit id="Default_Entire_Solution">
<source>Default (Entire Solution)</source>
<target state="new">Default (Entire Solution)</target>
<note>This text is a menu command</note>
</trans-unit>
<trans-unit id="Default_Open_Documents">
<source>Default (Open Documents)</source>
<target state="new">Default (Open Documents)</target>
<note>This text is a menu command</note>
</trans-unit>
<trans-unit id="Derived_types">
<source>Derived types</source>
<target state="new">Derived types</target>
<note />
</trans-unit>
<trans-unit id="Disabled">
<source>Disabled</source>
<target state="translated">Zakázáno</target>
<note />
</trans-unit>
<trans-unit id="Display_all_hints_while_pressing_Alt_F1">
<source>Display all hints while pressing Alt+F1</source>
<target state="translated">Při podržení kláves Alt+F1 zobrazit všechny nápovědy</target>
<note />
</trans-unit>
<trans-unit id="Display_inline_parameter_name_hints">
<source>Disp_lay inline parameter name hints</source>
<target state="translated">Zobrazovat nápovědy k názvům v_ložených parametrů</target>
<note />
</trans-unit>
<trans-unit id="Display_inline_type_hints">
<source>Display inline type hints</source>
<target state="translated">Zobrazovat vložené nápovědy k typům</target>
<note />
</trans-unit>
<trans-unit id="Edit">
<source>_Edit</source>
<target state="translated">_Upravit</target>
<note />
</trans-unit>
<trans-unit id="Edit_0">
<source>Edit {0}</source>
<target state="translated">Upravit {0}</target>
<note>{0} is a parameter description</note>
</trans-unit>
<trans-unit id="Editor_Color_Scheme">
<source>Editor Color Scheme</source>
<target state="translated">Barevné schéma editoru</target>
<note />
</trans-unit>
<trans-unit id="Editor_color_scheme_options_are_only_available_when_using_a_color_theme_bundled_with_Visual_Studio_The_color_theme_can_be_configured_from_the_Environment_General_options_page">
<source>Editor color scheme options are only available when using a color theme bundled with Visual Studio. The color theme can be configured from the Environment > General options page.</source>
<target state="translated">Možnosti barevného schématu editoru jsou k dispozici jen v případě, že se používá barva motivu dodávaná spolu se sadou Visual Studio. Barva motivu se dá nakonfigurovat na stránce možností Prostředí > Obecné.</target>
<note />
</trans-unit>
<trans-unit id="Element_is_not_valid">
<source>Element is not valid.</source>
<target state="translated">Element není platný.</target>
<note />
</trans-unit>
<trans-unit id="Enable_Razor_pull_diagnostics_experimental_requires_restart">
<source>Enable Razor 'pull' diagnostics (experimental, requires restart)</source>
<target state="translated">Povolit diagnostiku pull Razor (experimentální, vyžaduje restart)</target>
<note />
</trans-unit>
<trans-unit id="Enable_all_features_in_opened_files_from_source_generators_experimental">
<source>Enable all features in opened files from source generators (experimental)</source>
<target state="translated">Povolit všechny funkce v otevřených souborech ze zdrojových generátorů (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Enable_file_logging_for_diagnostics">
<source>Enable file logging for diagnostics (logged in '%Temp%\Roslyn' folder)</source>
<target state="translated">Povolit protokolování souboru pro diagnostiku (protokolování ve složce '%Temp%\Roslyn')</target>
<note />
</trans-unit>
<trans-unit id="Enable_pull_diagnostics_experimental_requires_restart">
<source>Enable 'pull' diagnostics (experimental, requires restart)</source>
<target state="translated">Povolit diagnostiku pull (experimentální, vyžaduje restart)</target>
<note />
</trans-unit>
<trans-unit id="Enabled">
<source>Enabled</source>
<target state="translated">Povoleno</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_call_site_value_or_choose_a_different_value_injection_kind">
<source>Enter a call site value or choose a different value injection kind</source>
<target state="translated">Zadejte hodnotu místa volání, nebo zvolte jiný druh vložení hodnoty.</target>
<note />
</trans-unit>
<trans-unit id="Entire_repository">
<source>Entire repository</source>
<target state="translated">Celé úložiště</target>
<note />
</trans-unit>
<trans-unit id="Entire_solution">
<source>Entire solution</source>
<target state="translated">Celé řešení</target>
<note />
</trans-unit>
<trans-unit id="Error">
<source>Error</source>
<target state="translated">Chyba</target>
<note />
</trans-unit>
<trans-unit id="Error_updating_suppressions_0">
<source>Error updating suppressions: {0}</source>
<target state="translated">Chyba při aktualizaci potlačení: {0}</target>
<note />
</trans-unit>
<trans-unit id="Evaluating_0_tasks_in_queue">
<source>Evaluating ({0} tasks in queue)</source>
<target state="translated">Vyhodnocování (počet úloh ve frontě: {0})</target>
<note />
</trans-unit>
<trans-unit id="Extract_Base_Class">
<source>Extract Base Class</source>
<target state="translated">Extrahovat základní třídu</target>
<note />
</trans-unit>
<trans-unit id="Finish">
<source>Finish</source>
<target state="translated">Dokončit</target>
<note />
</trans-unit>
<trans-unit id="Format_document">
<source>Format document</source>
<target state="translated">Formátovat dokument</target>
<note />
</trans-unit>
<trans-unit id="Generate_dot_editorconfig_file_from_settings">
<source>Generate .editorconfig file from settings</source>
<target state="translated">Generovat soubor .editorconfig z nastavení</target>
<note />
</trans-unit>
<trans-unit id="Highlight_related_components_under_cursor">
<source>Highlight related components under cursor</source>
<target state="translated">Zvýrazňovat související komponenty pod kurzorem</target>
<note />
</trans-unit>
<trans-unit id="Id">
<source>Id</source>
<target state="translated">ID</target>
<note />
</trans-unit>
<trans-unit id="Implemented_interfaces">
<source>Implemented interfaces</source>
<target state="new">Implemented interfaces</target>
<note />
</trans-unit>
<trans-unit id="Implemented_members">
<source>Implemented members</source>
<target state="translated">Implementovaní členové</target>
<note />
</trans-unit>
<trans-unit id="Implementing_members">
<source>Implementing members</source>
<target state="translated">Implementace členů</target>
<note />
</trans-unit>
<trans-unit id="Implementing_types">
<source>Implementing types</source>
<target state="new">Implementing types</target>
<note />
</trans-unit>
<trans-unit id="In_other_operators">
<source>In other operators</source>
<target state="translated">V jiných operátorech</target>
<note />
</trans-unit>
<trans-unit id="Index">
<source>Index</source>
<target state="translated">Index</target>
<note>Index of parameter in original signature</note>
</trans-unit>
<trans-unit id="Infer_from_context">
<source>Infer from context</source>
<target state="translated">Odvodit z kontextu</target>
<note />
</trans-unit>
<trans-unit id="Indexed_in_organization">
<source>Indexed in organization</source>
<target state="translated">Indexováno v organizaci</target>
<note />
</trans-unit>
<trans-unit id="Indexed_in_repo">
<source>Indexed in repo</source>
<target state="translated">Indexováno v úložišti</target>
<note />
</trans-unit>
<trans-unit id="Inheritance_Margin_experimental">
<source>Inheritance Margin (experimental)</source>
<target state="translated">Míra dědičnosti (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Inherited_interfaces">
<source>Inherited interfaces</source>
<target state="new">Inherited interfaces</target>
<note />
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<note />
</trans-unit>
<trans-unit id="Inserting_call_site_value_0">
<source>Inserting call site value '{0}'</source>
<target state="translated">Vkládá se hodnota lokality volání {0}.</target>
<note />
</trans-unit>
<trans-unit id="Install_Microsoft_recommended_Roslyn_analyzers_which_provide_additional_diagnostics_and_fixes_for_common_API_design_security_performance_and_reliability_issues">
<source>Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues</source>
<target state="translated">Nainstalujte Microsoftem doporučené analyzátory Roslyn, které poskytují další diagnostiku a opravy pro běžné problémy s návrhem, zabezpečením, výkonem a spolehlivostí rozhraní API.</target>
<note />
</trans-unit>
<trans-unit id="Interface_cannot_have_field">
<source>Interface cannot have field.</source>
<target state="translated">Rozhraní nemůže mít pole.</target>
<note />
</trans-unit>
<trans-unit id="IntroduceUndefinedTodoVariables">
<source>Introduce undefined TODO variables</source>
<target state="translated">Zaveďte nedefinované proměnné TODO.</target>
<note>"TODO" is an indicator that more work should be done at the location where the TODO is inserted</note>
</trans-unit>
<trans-unit id="Item_origin">
<source>Item origin</source>
<target state="translated">Původ položky</target>
<note />
</trans-unit>
<trans-unit id="Keep">
<source>Keep</source>
<target state="translated">Zachovat</target>
<note />
</trans-unit>
<trans-unit id="Keep_all_parentheses_in_colon">
<source>Keep all parentheses in:</source>
<target state="translated">Zachovat všechny závorky v:</target>
<note />
</trans-unit>
<trans-unit id="Kind">
<source>Kind</source>
<target state="translated">Druh</target>
<note />
</trans-unit>
<trans-unit id="Language_client_initialization_failed">
<source>{0} failed to initialize. Status = {1}. Exception = {2}</source>
<target state="new">{0} failed to initialize. Status = {1}. Exception = {2}</target>
<note>{0} is the language server name. Status is the status of the initialization. Exception is the exception encountered during initialization.</note>
</trans-unit>
<trans-unit id="Live_analysis_VSIX_extension">
<source>Live analysis (VSIX extension)</source>
<target state="translated">Živá analýza (rozšíření VSIX)</target>
<note />
</trans-unit>
<trans-unit id="Loaded_items">
<source>Loaded items</source>
<target state="translated">Načtené položky</target>
<note />
</trans-unit>
<trans-unit id="Loaded_solution">
<source>Loaded solution</source>
<target state="translated">Načtené řešení</target>
<note />
</trans-unit>
<trans-unit id="Local">
<source>Local</source>
<target state="translated">Místní</target>
<note />
</trans-unit>
<trans-unit id="Local_metadata">
<source>Local metadata</source>
<target state="translated">Místní metadata</target>
<note />
</trans-unit>
<trans-unit id="Location">
<source>Location</source>
<target state="new">Location</target>
<note />
</trans-unit>
<trans-unit id="Make_0_abstract">
<source>Make '{0}' abstract</source>
<target state="translated">Nastavit {0} jako abstraktní</target>
<note />
</trans-unit>
<trans-unit id="Make_abstract">
<source>Make abstract</source>
<target state="translated">Nastavit jako abstraktní</target>
<note />
</trans-unit>
<trans-unit id="Members">
<source>Members</source>
<target state="translated">Členové</target>
<note />
</trans-unit>
<trans-unit id="Modifier_preferences_colon">
<source>Modifier preferences:</source>
<target state="translated">Předvolby modifikátorů:</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to Namespace</source>
<target state="translated">Přesunout do oboru názvů</target>
<note />
</trans-unit>
<trans-unit id="Multiple_members_are_inherited">
<source>Multiple members are inherited</source>
<target state="translated">Více členů se dědí.</target>
<note />
</trans-unit>
<trans-unit id="Multiple_members_are_inherited_on_line_0">
<source>Multiple members are inherited on line {0}</source>
<target state="translated">Více členů se dědí na řádku {0}.</target>
<note>Line number info is needed for accessibility purpose.</note>
</trans-unit>
<trans-unit id="Name_conflicts_with_an_existing_type_name">
<source>Name conflicts with an existing type name.</source>
<target state="translated">Název koliduje s existujícím názvem typu.</target>
<note />
</trans-unit>
<trans-unit id="Name_is_not_a_valid_0_identifier">
<source>Name is not a valid {0} identifier.</source>
<target state="translated">Název není platný identifikátor {0}.</target>
<note />
</trans-unit>
<trans-unit id="Namespace">
<source>Namespace</source>
<target state="translated">Obor názvů</target>
<note />
</trans-unit>
<trans-unit id="Namespace_0">
<source>Namespace: '{0}'</source>
<target state="translated">Obor názvů: {0}</target>
<note />
</trans-unit>
<trans-unit id="Namespace_declarations">
<source>Namespace declarations</source>
<target state="new">Namespace declarations</target>
<note />
</trans-unit>
<trans-unit id="Namespaces_have_been_updated">
<source>Namespaces have been updated.</source>
<target state="new">Namespaces have been updated.</target>
<note>"Namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Class">
<source>class</source>
<target state="new">class</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Delegate">
<source>delegate</source>
<target state="new">delegate</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Enum">
<source>enum</source>
<target state="new">enum</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Event">
<source>event</source>
<target state="new">event</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Field">
<source>field</source>
<target state="translated">pole</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# programming language concept of a "field" (which stores data).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Interface">
<source>interface</source>
<target state="new">interface</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Local">
<source>local</source>
<target state="translated">místní</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "local variable".</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_LocalFunction">
<source>local function</source>
<target state="translated">lokální funkce</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "local function" that exists locally within another function.</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Method">
<source>method</source>
<target state="translated">metoda</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "method" that can be called by other code.</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Namespace">
<source>namespace</source>
<target state="new">namespace</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Parameter">
<source>parameter</source>
<target state="translated">parametr</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "parameter" being passed to a method.</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Property">
<source>property</source>
<target state="translated">vlastnost</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "property" (which allows for the retrieval of data).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Struct">
<source>struct</source>
<target state="new">struct</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_TypeParameter">
<source>type parameter</source>
<target state="translated">parametr typu</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "type parameter".</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Class">
<source>Class</source>
<target state="new">Class</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Delegate">
<source>Delegate</source>
<target state="new">Delegate</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Enum">
<source>Enum</source>
<target state="new">Enum</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Event">
<source>Event</source>
<target state="new">Event</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Field">
<source>Field</source>
<target state="translated">Pole</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "field" (which stores data).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Interface">
<source>Interface</source>
<target state="new">Interface</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Local">
<source>Local</source>
<target state="translated">Místní</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "local variable".</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Method">
<source>Method</source>
<target state="translated">metoda</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "method".</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Module">
<source>Module</source>
<target state="new">Module</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Namespace">
<source>Namespace</source>
<target state="new">Namespace</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Parameter">
<source>Parameter</source>
<target state="translated">Parametr</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "parameter" which can be passed to a method.</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Property">
<source>Property</source>
<target state="new">Property</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Structure">
<source>Structure</source>
<target state="new">Structure</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_TypeParameter">
<source>Type Parameter</source>
<target state="translated">Parametr typu</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "type parameter".</note>
</trans-unit>
<trans-unit id="Naming_rules">
<source>Naming rules</source>
<target state="translated">Pravidla pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Navigate_to_0">
<source>Navigate to '{0}'</source>
<target state="translated">Přejít na {0}</target>
<note />
</trans-unit>
<trans-unit id="Never_if_unnecessary">
<source>Never if unnecessary</source>
<target state="translated">Nikdy, pokud jsou nadbytečné</target>
<note />
</trans-unit>
<trans-unit id="New_Type_Name_colon">
<source>New Type Name:</source>
<target state="translated">Název nového typu:</target>
<note />
</trans-unit>
<trans-unit id="New_line_preferences_experimental_colon">
<source>New line preferences (experimental):</source>
<target state="translated">Předvolby nových řádků (experimentální):</target>
<note />
</trans-unit>
<trans-unit id="Newline_n">
<source>Newline (\\n)</source>
<target state="translated">Nový řádek (\\n)</target>
<note />
</trans-unit>
<trans-unit id="No_namespaces_needed_updating">
<source>No namespaces needed updating.</source>
<target state="new">No namespaces needed updating.</target>
<note>"Namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="No_unused_references_were_found">
<source>No unused references were found.</source>
<target state="translated">Nenašly se žádné nepoužívané odkazy.</target>
<note />
</trans-unit>
<trans-unit id="Non_public_methods">
<source>Non-public methods</source>
<target state="translated">Neveřejné metody</target>
<note />
</trans-unit>
<trans-unit id="None">
<source>None</source>
<target state="translated">žádné</target>
<note />
</trans-unit>
<trans-unit id="Omit_only_for_optional_parameters">
<source>Omit (only for optional parameters)</source>
<target state="translated">Vynechat (jen pro nepovinné parametry)</target>
<note />
</trans-unit>
<trans-unit id="Open_documents">
<source>Open documents</source>
<target state="translated">Otevřené dokumenty</target>
<note />
</trans-unit>
<trans-unit id="Optional_parameters_must_provide_a_default_value">
<source>Optional parameters must provide a default value</source>
<target state="translated">Nepovinné parametry musí poskytovat výchozí hodnotu.</target>
<note />
</trans-unit>
<trans-unit id="Optional_with_default_value_colon">
<source>Optional with default value:</source>
<target state="translated">Nepovinné s výchozí hodnotou:</target>
<note />
</trans-unit>
<trans-unit id="Other">
<source>Others</source>
<target state="translated">Jiné</target>
<note />
</trans-unit>
<trans-unit id="Overridden_members">
<source>Overridden members</source>
<target state="translated">Přepsaní členové</target>
<note />
</trans-unit>
<trans-unit id="Overriding_members">
<source>Overriding members</source>
<target state="translated">Přepsání členů</target>
<note />
</trans-unit>
<trans-unit id="Package_install_canceled">
<source>Package install canceled</source>
<target state="new">Package install canceled</target>
<note />
</trans-unit>
<trans-unit id="Package_uninstall_canceled">
<source>Package uninstall canceled</source>
<target state="new">Package uninstall canceled</target>
<note />
</trans-unit>
<trans-unit id="Packages">
<source>Packages</source>
<target state="translated">Balíčky</target>
<note />
</trans-unit>
<trans-unit id="Parameter_Details">
<source>Parameter Details</source>
<target state="translated">Podrobnosti o parametru</target>
<note />
</trans-unit>
<trans-unit id="Parameter_Name">
<source>Parameter name:</source>
<target state="translated">Název parametru:</target>
<note />
</trans-unit>
<trans-unit id="Parameter_information">
<source>Parameter information</source>
<target state="translated">Informace o parametrech</target>
<note />
</trans-unit>
<trans-unit id="Parameter_kind">
<source>Parameter kind</source>
<target state="translated">Druh parametru</target>
<note />
</trans-unit>
<trans-unit id="Parameter_name_contains_invalid_characters">
<source>Parameter name contains invalid character(s).</source>
<target state="translated">Název parametru obsahuje neplatné znaky.</target>
<note />
</trans-unit>
<trans-unit id="Parameter_preferences_colon">
<source>Parameter preferences:</source>
<target state="translated">Předvolby parametrů:</target>
<note />
</trans-unit>
<trans-unit id="Parameter_type_contains_invalid_characters">
<source>Parameter type contains invalid character(s).</source>
<target state="translated">Typ parametru obsahuje neplatné znaky.</target>
<note />
</trans-unit>
<trans-unit id="Parentheses_preferences_colon">
<source>Parentheses preferences:</source>
<target state="translated">Předvolby závorek:</target>
<note />
</trans-unit>
<trans-unit id="Paused_0_tasks_in_queue">
<source>Paused ({0} tasks in queue)</source>
<target state="translated">Pozastaveno (počet úloh ve frontě: {0})</target>
<note />
</trans-unit>
<trans-unit id="Please_enter_a_type_name">
<source>Please enter a type name</source>
<target state="translated">Zadejte prosím název typu.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Prefer_System_HashCode_in_GetHashCode">
<source>Prefer 'System.HashCode' in 'GetHashCode'</source>
<target state="translated">Upřednostňovat System.HashCode v GetHashCode</target>
<note />
</trans-unit>
<trans-unit id="Prefer_compound_assignments">
<source>Prefer compound assignments</source>
<target state="translated">Preferovat složená přiřazení</target>
<note />
</trans-unit>
<trans-unit id="Prefer_index_operator">
<source>Prefer index operator</source>
<target state="translated">Preferovat operátor indexu</target>
<note />
</trans-unit>
<trans-unit id="Prefer_range_operator">
<source>Prefer range operator</source>
<target state="translated">Preferovat operátor rozsahu</target>
<note />
</trans-unit>
<trans-unit id="Prefer_readonly_fields">
<source>Prefer readonly fields</source>
<target state="translated">Preferovat pole s modifikátorem readonly</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simple_using_statement">
<source>Prefer simple 'using' statement</source>
<target state="translated">Preferovat jednoduchý příkaz using</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simplified_boolean_expressions">
<source>Prefer simplified boolean expressions</source>
<target state="translated">Upřednostňovat zjednodušené logické výrazy</target>
<note />
</trans-unit>
<trans-unit id="Prefer_static_local_functions">
<source>Prefer static local functions</source>
<target state="translated">Preferovat statické místní funkce</target>
<note />
</trans-unit>
<trans-unit id="Projects">
<source>Projects</source>
<target state="translated">Projekty</target>
<note />
</trans-unit>
<trans-unit id="Pull_Members_Up">
<source>Pull Members Up</source>
<target state="translated">Stáhnout členy</target>
<note />
</trans-unit>
<trans-unit id="Quick_Actions">
<source>Quick Actions</source>
<target state="new">Quick Actions</target>
<note />
</trans-unit>
<trans-unit id="Refactoring_Only">
<source>Refactoring Only</source>
<target state="translated">Pouze refaktoring</target>
<note />
</trans-unit>
<trans-unit id="Reference">
<source>Reference</source>
<target state="translated">Odkaz</target>
<note />
</trans-unit>
<trans-unit id="Regular_Expressions">
<source>Regular Expressions</source>
<target state="translated">Regulární výrazy</target>
<note />
</trans-unit>
<trans-unit id="Remove_All">
<source>Remove All</source>
<target state="translated">Odebrat vše</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unused_References">
<source>Remove Unused References</source>
<target state="translated">Odebrat nepoužívané odkazy</target>
<note />
</trans-unit>
<trans-unit id="Rename_0_to_1">
<source>Rename {0} to {1}</source>
<target state="translated">Přejmenovat {0} na {1}</target>
<note />
</trans-unit>
<trans-unit id="Report_invalid_regular_expressions">
<source>Report invalid regular expressions</source>
<target state="translated">Nahlásit neplatné regulární výrazy</target>
<note />
</trans-unit>
<trans-unit id="Repository">
<source>Repository</source>
<target state="translated">Úložiště</target>
<note />
</trans-unit>
<trans-unit id="Require_colon">
<source>Require:</source>
<target state="translated">Vyžadovat:</target>
<note />
</trans-unit>
<trans-unit id="Required">
<source>Required</source>
<target state="translated">Požadováno</target>
<note />
</trans-unit>
<trans-unit id="Requires_System_HashCode_be_present_in_project">
<source>Requires 'System.HashCode' be present in project</source>
<target state="translated">V projektu se musí nacházet System.HashCode.</target>
<note />
</trans-unit>
<trans-unit id="Reset_Visual_Studio_default_keymapping">
<source>Reset Visual Studio default keymapping</source>
<target state="translated">Obnovit výchozí mapování klávesnice sady Visual Studio</target>
<note />
</trans-unit>
<trans-unit id="Review_Changes">
<source>Review Changes</source>
<target state="translated">Zkontrolovat změny</target>
<note />
</trans-unit>
<trans-unit id="Run_Code_Analysis_on_0">
<source>Run Code Analysis on {0}</source>
<target state="translated">Spustit analýzu kódu {0}</target>
<note />
</trans-unit>
<trans-unit id="Run_code_analysis_in_separate_process_requires_restart">
<source>Run code analysis in separate process (requires restart)</source>
<target state="new">Run code analysis in separate process (requires restart)</target>
<note />
</trans-unit>
<trans-unit id="Running_code_analysis_for_0">
<source>Running code analysis for '{0}'...</source>
<target state="translated">Spouští se analýza kódu pro {0}...</target>
<note />
</trans-unit>
<trans-unit id="Running_code_analysis_for_Solution">
<source>Running code analysis for Solution...</source>
<target state="translated">Spouští se analýza kódu pro řešení...</target>
<note />
</trans-unit>
<trans-unit id="Running_low_priority_background_processes">
<source>Running low priority background processes</source>
<target state="translated">Spouštění procesů s nízkou prioritou na pozadí</target>
<note />
</trans-unit>
<trans-unit id="Save_dot_editorconfig_file">
<source>Save .editorconfig file</source>
<target state="translated">Uložit soubor .editorconfig</target>
<note />
</trans-unit>
<trans-unit id="Search_Settings">
<source>Search Settings</source>
<target state="translated">Nastavení hledání</target>
<note />
</trans-unit>
<trans-unit id="Select_an_appropriate_symbol_to_start_value_tracking">
<source>Select an appropriate symbol to start value tracking</source>
<target state="new">Select an appropriate symbol to start value tracking</target>
<note />
</trans-unit>
<trans-unit id="Select_destination">
<source>Select destination</source>
<target state="translated">Vybrat cíl</target>
<note />
</trans-unit>
<trans-unit id="Select_Dependents">
<source>Select _Dependents</source>
<target state="translated">Vybrat _závislé položky</target>
<note />
</trans-unit>
<trans-unit id="Select_Public">
<source>Select _Public</source>
<target state="translated">Vybrat _veřejné</target>
<note />
</trans-unit>
<trans-unit id="Select_destination_and_members_to_pull_up">
<source>Select destination and members to pull up.</source>
<target state="translated">Vyberte cíl a členy ke stažení.</target>
<note />
</trans-unit>
<trans-unit id="Select_destination_colon">
<source>Select destination:</source>
<target state="translated">Vybrat cíl:</target>
<note />
</trans-unit>
<trans-unit id="Select_member">
<source>Select member</source>
<target state="translated">Vybrat člena</target>
<note />
</trans-unit>
<trans-unit id="Select_members_colon">
<source>Select members:</source>
<target state="translated">Vybrat členy:</target>
<note />
</trans-unit>
<trans-unit id="Show_Remove_Unused_References_command_in_Solution_Explorer_experimental">
<source>Show "Remove Unused References" command in Solution Explorer (experimental)</source>
<target state="translated">Zobrazit příkaz Odebrat nepoužívané odkazy v Průzkumníkovi řešení (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_list">
<source>Show completion list</source>
<target state="translated">Zobrazit seznam pro doplňování</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_everything_else">
<source>Show hints for everything else</source>
<target state="translated">Zobrazit nápovědy pro všechno ostatní</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_implicit_object_creation">
<source>Show hints for implicit object creation</source>
<target state="translated">Zobrazit tipy pro implicitní vytvoření objektu</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_indexers">
<source>Show hints for indexers</source>
<target state="new">Show hints for indexers</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_lambda_parameter_types">
<source>Show hints for lambda parameter types</source>
<target state="translated">Zobrazit nápovědy pro typy parametrů lambda</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_literals">
<source>Show hints for literals</source>
<target state="translated">Zobrazit nápovědy pro literály</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_variables_with_inferred_types">
<source>Show hints for variables with inferred types</source>
<target state="translated">Zobrazit nápovědy pro proměnné s odvozenými typy</target>
<note />
</trans-unit>
<trans-unit id="Show_inheritance_margin">
<source>Show inheritance margin</source>
<target state="translated">Zobrazit míru dědičnosti</target>
<note />
</trans-unit>
<trans-unit id="Skip_analyzers_for_implicitly_triggered_builds">
<source>Skip analyzers for implicitly triggered builds</source>
<target state="new">Skip analyzers for implicitly triggered builds</target>
<note />
</trans-unit>
<trans-unit id="Some_color_scheme_colors_are_being_overridden_by_changes_made_in_the_Environment_Fonts_and_Colors_options_page_Choose_Use_Defaults_in_the_Fonts_and_Colors_page_to_revert_all_customizations">
<source>Some color scheme colors are being overridden by changes made in the Environment > Fonts and Colors options page. Choose `Use Defaults` in the Fonts and Colors page to revert all customizations.</source>
<target state="translated">Některé barvy barevného schématu se přepsaly změnami na stránce možností Prostředí > Písma a barvy. Pokud chcete zrušit všechna přizpůsobení, vyberte na stránce Písma a barvy možnost Použít výchozí.</target>
<note />
</trans-unit>
<trans-unit id="Suggestion">
<source>Suggestion</source>
<target state="translated">Návrh</target>
<note />
</trans-unit>
<trans-unit id="Suppress_hints_when_parameter_name_matches_the_method_s_intent">
<source>Suppress hints when parameter name matches the method's intent</source>
<target state="translated">Potlačit nápovědy, když název parametru odpovídá záměru metody</target>
<note />
</trans-unit>
<trans-unit id="Suppress_hints_when_parameter_names_differ_only_by_suffix">
<source>Suppress hints when parameter names differ only by suffix</source>
<target state="translated">Potlačit nápovědy, když se název parametru liší jen předponou</target>
<note />
</trans-unit>
<trans-unit id="Symbols_without_references">
<source>Symbols without references</source>
<target state="translated">Symboly bez odkazů</target>
<note />
</trans-unit>
<trans-unit id="Sync_Namespaces">
<source>Sync Namespaces</source>
<target state="new">Sync Namespaces</target>
<note>"Namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="Tab_twice_to_insert_arguments">
<source>Tab twice to insert arguments (experimental)</source>
<target state="translated">Stisknout dvakrát tabulátor, aby se vložily argumenty (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Target_Namespace_colon">
<source>Target Namespace:</source>
<target state="translated">Cílový obor názvů:</target>
<note />
</trans-unit>
<trans-unit id="The_generator_0_that_generated_this_file_has_been_removed_from_the_project">
<source>The generator '{0}' that generated this file has been removed from the project; this file is no longer being included in your project.</source>
<target state="translated">Generátor {0}, který vygeneroval tento soubor, se odebral z projektu. Tento soubor už není součástí projektu.</target>
<note />
</trans-unit>
<trans-unit id="The_generator_0_that_generated_this_file_has_stopped_generating_this_file">
<source>The generator '{0}' that generated this file has stopped generating this file; this file is no longer being included in your project.</source>
<target state="translated">Generátor {0}, který vygeneroval tento soubor, přestal tento soubor generovat. Soubor už není součástí projektu.</target>
<note />
</trans-unit>
<trans-unit id="This_action_cannot_be_undone_Do_you_wish_to_continue">
<source>This action cannot be undone. Do you wish to continue?</source>
<target state="translated">Tato akce se nedá vrátit. Chcete pokračovat?</target>
<note />
</trans-unit>
<trans-unit id="This_file_is_autogenerated_by_0_and_cannot_be_edited">
<source>This file is auto-generated by the generator '{0}' and cannot be edited.</source>
<target state="translated">Tento soubor se automaticky vygeneroval pomocí generátoru {0} a nedá se upravit.</target>
<note />
</trans-unit>
<trans-unit id="This_is_an_invalid_namespace">
<source>This is an invalid namespace</source>
<target state="translated">Toto je neplatný obor názvů.</target>
<note />
</trans-unit>
<trans-unit id="Title">
<source>Title</source>
<target state="translated">Název</target>
<note />
</trans-unit>
<trans-unit id="Type_Name">
<source>Type name:</source>
<target state="translated">Název typu:</target>
<note />
</trans-unit>
<trans-unit id="Type_name_has_a_syntax_error">
<source>Type name has a syntax error</source>
<target state="translated">Název typu má chybu syntaxe.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Type_name_is_not_recognized">
<source>Type name is not recognized</source>
<target state="translated">Název typu se nerozpoznal.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Type_name_is_recognized">
<source>Type name is recognized</source>
<target state="translated">Název typu se rozpoznal.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Underline_reassigned_variables">
<source>Underline reassigned variables</source>
<target state="new">Underline reassigned variables</target>
<note />
</trans-unit>
<trans-unit id="Unused_value_is_explicitly_assigned_to_an_unused_local">
<source>Unused value is explicitly assigned to an unused local</source>
<target state="translated">Nepoužitá hodnota se explicitně přiřadí nepoužité lokální hodnotě.</target>
<note />
</trans-unit>
<trans-unit id="Unused_value_is_explicitly_assigned_to_discard">
<source>Unused value is explicitly assigned to discard</source>
<target state="translated">Nepoužitá hodnota se explicitně přiřadí k zahození.</target>
<note />
</trans-unit>
<trans-unit id="Updating_namspaces">
<source>Updating namespaces...</source>
<target state="new">Updating namespaces...</target>
<note>"namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="Updating_project_references">
<source>Updating project references...</source>
<target state="translated">Aktualizují se odkazy projektů...</target>
<note />
</trans-unit>
<trans-unit id="Updating_severity">
<source>Updating severity</source>
<target state="translated">Aktualizuje se závažnost.</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambdas">
<source>Use expression body for lambdas</source>
<target state="translated">Pro výrazy lambda používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_local_functions">
<source>Use expression body for local functions</source>
<target state="translated">Pro místní funkce používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_named_argument">
<source>Use named argument</source>
<target state="translated">Použít pojmenovaný argument</target>
<note>"argument" is a programming term for a value passed to a function</note>
</trans-unit>
<trans-unit id="Value">
<source>Value</source>
<target state="translated">Hodnota</target>
<note />
</trans-unit>
<trans-unit id="Value_Tracking">
<source>Value Tracking</source>
<target state="new">Value Tracking</target>
<note>Title of the "Value Tracking" tool window. "Value" is the variable/symbol and "Tracking" is the action the tool is doing to follow where the value can originate from.</note>
</trans-unit>
<trans-unit id="Value_assigned_here_is_never_used">
<source>Value assigned here is never used</source>
<target state="translated">Zde přiřazená hodnota se nikdy nepoužije.</target>
<note />
</trans-unit>
<trans-unit id="Value_colon">
<source>Value:</source>
<target state="translated">Hodnota:</target>
<note />
</trans-unit>
<trans-unit id="Value_returned_by_invocation_is_implicitly_ignored">
<source>Value returned by invocation is implicitly ignored</source>
<target state="translated">Hodnota vrácená voláním je implicitně ignorována.</target>
<note />
</trans-unit>
<trans-unit id="Value_to_inject_at_call_sites">
<source>Value to inject at call sites</source>
<target state="translated">Hodnota, která se má vložit v místech volání</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_2017">
<source>Visual Studio 2017</source>
<target state="translated">Visual Studio 2017</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_2019">
<source>Visual Studio 2019</source>
<target state="translated">Visual Studio 2019</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_Settings">
<source>Visual Studio Settings</source>
<target state="new">Visual Studio Settings</target>
<note />
</trans-unit>
<trans-unit id="Warning">
<source>Warning</source>
<target state="translated">Upozornění</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_duplicate_parameter_name">
<source>Warning: duplicate parameter name</source>
<target state="translated">Upozornění: duplicitní název parametru</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_type_does_not_bind">
<source>Warning: type does not bind</source>
<target state="translated">Upozornění: Typ se neváže</target>
<note />
</trans-unit>
<trans-unit id="We_notice_you_suspended_0_Reset_keymappings_to_continue_to_navigate_and_refactor">
<source>We notice you suspended '{0}'. Reset keymappings to continue to navigate and refactor.</source>
<target state="translated">Zaznamenali jsme, že jste pozastavili: {0}. Obnovte mapování klávesnice, abyste mohli pokračovat v navigaci a refactoringu.</target>
<note />
</trans-unit>
<trans-unit id="This_workspace_does_not_support_updating_Visual_Basic_compilation_options">
<source>This workspace does not support updating Visual Basic compilation options.</source>
<target state="translated">Tento pracovní prostor nepodporuje aktualizaci možností kompilace jazyka Visual Basic.</target>
<note />
</trans-unit>
<trans-unit id="Whitespace">
<source>Whitespace</source>
<target state="new">Whitespace</target>
<note />
</trans-unit>
<trans-unit id="You_must_change_the_signature">
<source>You must change the signature</source>
<target state="translated">Je nutné změnit signaturu</target>
<note>"signature" here means the definition of a method</note>
</trans-unit>
<trans-unit id="You_must_select_at_least_one_member">
<source>You must select at least one member.</source>
<target state="translated">Musíte vybrat aspoň jednoho člena.</target>
<note />
</trans-unit>
<trans-unit id="Illegal_characters_in_path">
<source>Illegal characters in path.</source>
<target state="translated">Cesta obsahuje neplatné znaky.</target>
<note />
</trans-unit>
<trans-unit id="File_name_must_have_the_0_extension">
<source>File name must have the "{0}" extension.</source>
<target state="translated">Název souboru musí mít příponu {0}.</target>
<note />
</trans-unit>
<trans-unit id="Debugger">
<source>Debugger</source>
<target state="translated">Ladicí program</target>
<note />
</trans-unit>
<trans-unit id="Determining_breakpoint_location">
<source>Determining breakpoint location...</source>
<target state="translated">Určuje se umístění zarážky...</target>
<note />
</trans-unit>
<trans-unit id="Determining_autos">
<source>Determining autos...</source>
<target state="translated">Určují se automatické fragmenty kódu...</target>
<note />
</trans-unit>
<trans-unit id="Resolving_breakpoint_location">
<source>Resolving breakpoint location...</source>
<target state="translated">Vyhodnocuje se umístění zarážky...</target>
<note />
</trans-unit>
<trans-unit id="Validating_breakpoint_location">
<source>Validating breakpoint location...</source>
<target state="translated">Ověřuje se umístění zarážky...</target>
<note />
</trans-unit>
<trans-unit id="Getting_DataTip_text">
<source>Getting DataTip text...</source>
<target state="translated">Získává se text Datového tipu...</target>
<note />
</trans-unit>
<trans-unit id="Preview_unavailable">
<source>Preview unavailable</source>
<target state="translated">Náhled není k dispozici.</target>
<note />
</trans-unit>
<trans-unit id="Overrides_">
<source>Overrides</source>
<target state="translated">Přepisuje</target>
<note />
</trans-unit>
<trans-unit id="Overridden_By">
<source>Overridden By</source>
<target state="translated">Přepsáno čím:</target>
<note />
</trans-unit>
<trans-unit id="Inherits_">
<source>Inherits</source>
<target state="translated">Dědí</target>
<note />
</trans-unit>
<trans-unit id="Inherited_By">
<source>Inherited By</source>
<target state="translated">Zdědil:</target>
<note />
</trans-unit>
<trans-unit id="Implements_">
<source>Implements</source>
<target state="translated">Implementuje</target>
<note />
</trans-unit>
<trans-unit id="Implemented_By">
<source>Implemented By</source>
<target state="translated">Implementoval:</target>
<note />
</trans-unit>
<trans-unit id="Maximum_number_of_documents_are_open">
<source>Maximum number of documents are open.</source>
<target state="translated">Více dokumentů už nejde otevřít.</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_create_document_in_miscellaneous_files_project">
<source>Failed to create document in miscellaneous files project.</source>
<target state="translated">V projektu s různorodými soubory se nepovedlo vytvořit dokument.</target>
<note />
</trans-unit>
<trans-unit id="Invalid_access">
<source>Invalid access.</source>
<target state="translated">Neplatný přístup</target>
<note />
</trans-unit>
<trans-unit id="The_following_references_were_not_found_0_Please_locate_and_add_them_manually">
<source>The following references were not found. {0}Please locate and add them manually.</source>
<target state="translated">Následující odkazy se nenašly. {0}Najděte nebo přidejte je prosím ručně.</target>
<note />
</trans-unit>
<trans-unit id="End_position_must_be_start_position">
<source>End position must be >= start position</source>
<target state="translated">Konečná pozice musí být >= počáteční pozici.</target>
<note />
</trans-unit>
<trans-unit id="Not_a_valid_value">
<source>Not a valid value</source>
<target state="translated">Není platnou hodnotou.</target>
<note />
</trans-unit>
<trans-unit id="_0_is_inherited">
<source>'{0}' is inherited</source>
<target state="translated">{0} se dědí.</target>
<note />
</trans-unit>
<trans-unit id="_0_will_be_changed_to_abstract">
<source>'{0}' will be changed to abstract.</source>
<target state="translated">{0} se změní na abstraktní.</target>
<note />
</trans-unit>
<trans-unit id="_0_will_be_changed_to_non_static">
<source>'{0}' will be changed to non-static.</source>
<target state="translated">{0} se změní na nestatický.</target>
<note />
</trans-unit>
<trans-unit id="_0_will_be_changed_to_public">
<source>'{0}' will be changed to public.</source>
<target state="translated">{0} se změní na veřejný.</target>
<note />
</trans-unit>
<trans-unit id="generated_by_0_suffix">
<source>[generated by {0}]</source>
<target state="translated">[vygenerováno pomocí {0}]</target>
<note>{0} is the name of a generator.</note>
</trans-unit>
<trans-unit id="generated_suffix">
<source>[generated]</source>
<target state="translated">[vygenerováno]</target>
<note />
</trans-unit>
<trans-unit id="given_workspace_doesn_t_support_undo">
<source>given workspace doesn't support undo</source>
<target state="translated">Daný pracovní prostor nepodporuje vrácení akce zpátky.</target>
<note />
</trans-unit>
<trans-unit id="Add_a_reference_to_0">
<source>Add a reference to '{0}'</source>
<target state="translated">Přidat odkaz do {0}</target>
<note />
</trans-unit>
<trans-unit id="Event_type_is_invalid">
<source>Event type is invalid</source>
<target state="translated">Typ události není platný.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_find_where_to_insert_member">
<source>Can't find where to insert member</source>
<target state="translated">Nejde zjistit místo, kam se má vložit člen.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_rename_other_elements">
<source>Can't rename 'other' elements</source>
<target state="translated">Elementy other nejde přejmenovat.</target>
<note />
</trans-unit>
<trans-unit id="Unknown_rename_type">
<source>Unknown rename type</source>
<target state="translated">Neznámý typ přejmenování</target>
<note />
</trans-unit>
<trans-unit id="IDs_are_not_supported_for_this_symbol_type">
<source>IDs are not supported for this symbol type.</source>
<target state="translated">ID se pro tento typ symbolu nepodporují.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_create_a_node_id_for_this_symbol_kind_colon_0">
<source>Can't create a node id for this symbol kind: '{0}'</source>
<target state="translated">Pro tento druh symbolu nejde vytvořit ID uzlu: {0}</target>
<note />
</trans-unit>
<trans-unit id="Project_References">
<source>Project References</source>
<target state="translated">Odkazy projektu</target>
<note />
</trans-unit>
<trans-unit id="Base_Types">
<source>Base Types</source>
<target state="translated">Základní typy</target>
<note />
</trans-unit>
<trans-unit id="Miscellaneous_Files">
<source>Miscellaneous Files</source>
<target state="translated">Různé soubory</target>
<note />
</trans-unit>
<trans-unit id="Could_not_find_project_0">
<source>Could not find project '{0}'</source>
<target state="translated">Projekt {0} nešlo najít.</target>
<note />
</trans-unit>
<trans-unit id="Could_not_find_location_of_folder_on_disk">
<source>Could not find location of folder on disk</source>
<target state="translated">Nepovedlo se najít umístění složky na disku.</target>
<note />
</trans-unit>
<trans-unit id="Assembly">
<source>Assembly </source>
<target state="translated">Sestavení </target>
<note />
</trans-unit>
<trans-unit id="Exceptions_colon">
<source>Exceptions:</source>
<target state="translated">Výjimky:</target>
<note />
</trans-unit>
<trans-unit id="Member_of_0">
<source>Member of {0}</source>
<target state="translated">Člen v {0}</target>
<note />
</trans-unit>
<trans-unit id="Parameters_colon1">
<source>Parameters:</source>
<target state="translated">Parametry:</target>
<note />
</trans-unit>
<trans-unit id="Project">
<source>Project </source>
<target state="translated">Projekt </target>
<note />
</trans-unit>
<trans-unit id="Remarks_colon">
<source>Remarks:</source>
<target state="translated">Poznámky:</target>
<note />
</trans-unit>
<trans-unit id="Returns_colon">
<source>Returns:</source>
<target state="translated">Vrácení:</target>
<note />
</trans-unit>
<trans-unit id="Summary_colon">
<source>Summary:</source>
<target state="translated">Souhrn:</target>
<note />
</trans-unit>
<trans-unit id="Type_Parameters_colon">
<source>Type Parameters:</source>
<target state="translated">Parametry typu:</target>
<note />
</trans-unit>
<trans-unit id="File_already_exists">
<source>File already exists</source>
<target state="translated">Soubor už existuje.</target>
<note />
</trans-unit>
<trans-unit id="File_path_cannot_use_reserved_keywords">
<source>File path cannot use reserved keywords</source>
<target state="translated">Cesta k souboru nemůže používat vyhrazená klíčová slova.</target>
<note />
</trans-unit>
<trans-unit id="DocumentPath_is_illegal">
<source>DocumentPath is illegal</source>
<target state="translated">Cesta DocumentPath není platná.</target>
<note />
</trans-unit>
<trans-unit id="Project_Path_is_illegal">
<source>Project Path is illegal</source>
<target state="translated">Cesta k projektu není platná.</target>
<note />
</trans-unit>
<trans-unit id="Path_cannot_have_empty_filename">
<source>Path cannot have empty filename</source>
<target state="translated">Cesta nemůže obsahovat prázdný název souboru.</target>
<note />
</trans-unit>
<trans-unit id="The_given_DocumentId_did_not_come_from_the_Visual_Studio_workspace">
<source>The given DocumentId did not come from the Visual Studio workspace.</source>
<target state="translated">Dané DocumentId nepochází z pracovního prostoru sady Visual Studio.</target>
<note />
</trans-unit>
<trans-unit id="Project_colon_0_1_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to">
<source>Project: {0} ({1})
Use the dropdown to view and switch to other projects this file may belong to.</source>
<target state="translated">Projekt: {0} ({1})
V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento soubor mohl patřit, a případně na ně rovnou přepnout.</target>
<note />
</trans-unit>
<trans-unit id="_0_Use_the_dropdown_to_view_and_navigate_to_other_items_in_this_file">
<source>{0}
Use the dropdown to view and navigate to other items in this file.</source>
<target state="translated">{0}
V rozevíracím seznamu si můžete zobrazit ostatní položky v tomto souboru a případně na ně rovnou přejít.</target>
<note />
</trans-unit>
<trans-unit id="Project_colon_0_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to">
<source>Project: {0}
Use the dropdown to view and switch to other projects this file may belong to.</source>
<target state="translated">Projekt: {0}
V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento soubor mohl patřit, a případně na ně rovnou přepnout.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerChangedOnDisk">
<source>AnalyzerChangedOnDisk</source>
<target state="translated">AnalyzerChangedOnDisk</target>
<note />
</trans-unit>
<trans-unit id="The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted">
<source>The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.</source>
<target state="translated">Sestavení analyzátoru {0} se změnilo. Diagnostika možná nebude odpovídat skutečnosti, dokud se Visual Studio nerestartuje.</target>
<note />
</trans-unit>
<trans-unit id="CSharp_VB_Diagnostics_Table_Data_Source">
<source>C#/VB Diagnostics Table Data Source</source>
<target state="translated">Zdroj dat pro tabulku diagnostiky jazyka C#/VB</target>
<note />
</trans-unit>
<trans-unit id="CSharp_VB_Todo_List_Table_Data_Source">
<source>C#/VB Todo List Table Data Source</source>
<target state="translated">Zdroj dat pro tabulku seznamu úkolů jazyka C#/VB</target>
<note />
</trans-unit>
<trans-unit id="Cancel">
<source>Cancel</source>
<target state="translated">Storno</target>
<note />
</trans-unit>
<trans-unit id="Deselect_All">
<source>_Deselect All</source>
<target state="translated">_Zrušit výběr</target>
<note />
</trans-unit>
<trans-unit id="Extract_Interface">
<source>Extract Interface</source>
<target state="translated">Extrahovat rozhraní</target>
<note />
</trans-unit>
<trans-unit id="Generated_name_colon">
<source>Generated name:</source>
<target state="translated">Vygenerovaný název:</target>
<note />
</trans-unit>
<trans-unit id="New_file_name_colon">
<source>New _file name:</source>
<target state="translated">Nový _název souboru:</target>
<note />
</trans-unit>
<trans-unit id="New_interface_name_colon">
<source>New _interface name:</source>
<target state="translated">Nový ná_zev rozhraní:</target>
<note />
</trans-unit>
<trans-unit id="OK">
<source>OK</source>
<target state="translated">OK</target>
<note />
</trans-unit>
<trans-unit id="Select_All">
<source>_Select All</source>
<target state="translated">_Vybrat vše</target>
<note />
</trans-unit>
<trans-unit id="Select_public_members_to_form_interface">
<source>Select public _members to form interface</source>
<target state="translated">Vybrat veřejné č_leny, ze kterých se sestaví rozhraní</target>
<note />
</trans-unit>
<trans-unit id="Access_colon">
<source>_Access:</source>
<target state="translated">_Přístup:</target>
<note />
</trans-unit>
<trans-unit id="Add_to_existing_file">
<source>Add to _existing file</source>
<target state="translated">Přidat do _existujícího souboru</target>
<note />
</trans-unit>
<trans-unit id="Change_Signature">
<source>Change Signature</source>
<target state="translated">Změnit signaturu</target>
<note />
</trans-unit>
<trans-unit id="Create_new_file">
<source>_Create new file</source>
<target state="translated">_Vytvořit nový soubor</target>
<note />
</trans-unit>
<trans-unit id="Default_">
<source>Default</source>
<target state="translated">Výchozí</target>
<note />
</trans-unit>
<trans-unit id="File_Name_colon">
<source>File Name:</source>
<target state="translated">Název souboru:</target>
<note />
</trans-unit>
<trans-unit id="Generate_Type">
<source>Generate Type</source>
<target state="translated">Generovat typ</target>
<note />
</trans-unit>
<trans-unit id="Kind_colon">
<source>_Kind:</source>
<target state="translated">_Druh:</target>
<note />
</trans-unit>
<trans-unit id="Location_colon">
<source>Location:</source>
<target state="translated">Umístění:</target>
<note />
</trans-unit>
<trans-unit id="Modifier">
<source>Modifier</source>
<target state="translated">Modifikátor</target>
<note />
</trans-unit>
<trans-unit id="Name_colon1">
<source>Name:</source>
<target state="translated">Název:</target>
<note />
</trans-unit>
<trans-unit id="Parameter">
<source>Parameter</source>
<target state="translated">Parametr</target>
<note />
</trans-unit>
<trans-unit id="Parameters_colon2">
<source>Parameters:</source>
<target state="translated">Parametry:</target>
<note />
</trans-unit>
<trans-unit id="Preview_method_signature_colon">
<source>Preview method signature:</source>
<target state="translated">Náhled signatury metody:</target>
<note />
</trans-unit>
<trans-unit id="Preview_reference_changes">
<source>Preview reference changes</source>
<target state="translated">Náhled změn odkazu</target>
<note />
</trans-unit>
<trans-unit id="Project_colon">
<source>_Project:</source>
<target state="translated">_Projekt:</target>
<note />
</trans-unit>
<trans-unit id="Type">
<source>Type</source>
<target state="translated">Typ</target>
<note />
</trans-unit>
<trans-unit id="Type_Details_colon">
<source>Type Details:</source>
<target state="translated">Podrobnosti o typu:</target>
<note />
</trans-unit>
<trans-unit id="Re_move">
<source>Re_move</source>
<target state="translated">O_debrat</target>
<note />
</trans-unit>
<trans-unit id="Restore">
<source>_Restore</source>
<target state="translated">_Obnovit</target>
<note />
</trans-unit>
<trans-unit id="More_about_0">
<source>More about {0}</source>
<target state="translated">Další informace o {0}</target>
<note />
</trans-unit>
<trans-unit id="Navigation_must_be_performed_on_the_foreground_thread">
<source>Navigation must be performed on the foreground thread.</source>
<target state="translated">Navigace musí probíhat ve vlákně na popředí.</target>
<note />
</trans-unit>
<trans-unit id="bracket_plus_bracket">
<source>[+] </source>
<target state="translated">[+] </target>
<note />
</trans-unit>
<trans-unit id="bracket_bracket">
<source>[-] </source>
<target state="translated">[-] </target>
<note />
</trans-unit>
<trans-unit id="Reference_to_0_in_project_1">
<source>Reference to '{0}' in project '{1}'</source>
<target state="translated">Odkaz na {0} v projektu {1}</target>
<note />
</trans-unit>
<trans-unit id="Unknown1">
<source><Unknown></source>
<target state="translated"><Neznámý></target>
<note />
</trans-unit>
<trans-unit id="Analyzer_reference_to_0_in_project_1">
<source>Analyzer reference to '{0}' in project '{1}'</source>
<target state="translated">Odkaz analyzátoru na {0} v projektu {1}</target>
<note />
</trans-unit>
<trans-unit id="Project_reference_to_0_in_project_1">
<source>Project reference to '{0}' in project '{1}'</source>
<target state="translated">Odkaz projektu na {0} v projektu {1}</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDependencyConflict">
<source>AnalyzerDependencyConflict</source>
<target state="translated">AnalyzerDependencyConflict</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_assemblies_0_and_1_both_have_identity_2_but_different_contents_Only_one_will_be_loaded_and_analyzers_using_these_assemblies_may_not_run_correctly">
<source>Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly.</source>
<target state="translated">Sestavení analyzátoru {0} a {1} mají obě identitu {2}, ale různý obsah. Načte se jenom jedno z nich. Analyzátory, které tato sestavení používají, možná nepoběží tak, jak by měly.</target>
<note />
</trans-unit>
<trans-unit id="_0_references">
<source>{0} references</source>
<target state="translated">Počet odkazů: {0}</target>
<note />
</trans-unit>
<trans-unit id="_1_reference">
<source>1 reference</source>
<target state="translated">1 odkaz</target>
<note />
</trans-unit>
<trans-unit id="_0_encountered_an_error_and_has_been_disabled">
<source>'{0}' encountered an error and has been disabled.</source>
<target state="translated">'U analyzátoru {0} došlo k chybě a byl zakázán.</target>
<note />
</trans-unit>
<trans-unit id="Enable">
<source>Enable</source>
<target state="translated">Povolit</target>
<note />
</trans-unit>
<trans-unit id="Enable_and_ignore_future_errors">
<source>Enable and ignore future errors</source>
<target state="translated">Povolit a ignorovat budoucí chyby</target>
<note />
</trans-unit>
<trans-unit id="No_Changes">
<source>No Changes</source>
<target state="translated">Beze změn</target>
<note />
</trans-unit>
<trans-unit id="Current_block">
<source>Current block</source>
<target state="translated">Aktuální blok</target>
<note />
</trans-unit>
<trans-unit id="Determining_current_block">
<source>Determining current block.</source>
<target state="translated">Určuje se aktuální blok.</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense">
<source>IntelliSense</source>
<target state="translated">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="CSharp_VB_Build_Table_Data_Source">
<source>C#/VB Build Table Data Source</source>
<target state="translated">Zdroj dat pro tabulku sestavení jazyka C#/VB</target>
<note />
</trans-unit>
<trans-unit id="MissingAnalyzerReference">
<source>MissingAnalyzerReference</source>
<target state="translated">MissingAnalyzerReference</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_assembly_0_depends_on_1_but_it_was_not_found_Analyzers_may_not_run_correctly_unless_the_missing_assembly_is_added_as_an_analyzer_reference_as_well">
<source>Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well.</source>
<target state="translated">Sestavení analyzátoru {0} závisí na sestavení {1}, to se ale nepovedlo najít. Analyzátory možná nepoběží tak, jak by měly, dokud se jako odkaz analyzátoru nepřidá i chybějící sestavení.</target>
<note />
</trans-unit>
<trans-unit id="Suppress_diagnostics">
<source>Suppress diagnostics</source>
<target state="translated">Potlačit diagnostiku</target>
<note />
</trans-unit>
<trans-unit id="Computing_suppressions_fix">
<source>Computing suppressions fix...</source>
<target state="translated">Počítá se odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="Applying_suppressions_fix">
<source>Applying suppressions fix...</source>
<target state="translated">Používá se odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="Remove_suppressions">
<source>Remove suppressions</source>
<target state="translated">Odebrat potlačení</target>
<note />
</trans-unit>
<trans-unit id="Computing_remove_suppressions_fix">
<source>Computing remove suppressions fix...</source>
<target state="translated">Počítá se oprava formou odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="Applying_remove_suppressions_fix">
<source>Applying remove suppressions fix...</source>
<target state="translated">Používá se oprava formou odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="This_workspace_only_supports_opening_documents_on_the_UI_thread">
<source>This workspace only supports opening documents on the UI thread.</source>
<target state="translated">Tento pracovní prostor podporuje otevírání dokumentů jenom ve vlákně uživatelského rozhraní.</target>
<note />
</trans-unit>
<trans-unit id="This_workspace_does_not_support_updating_Visual_Basic_parse_options">
<source>This workspace does not support updating Visual Basic parse options.</source>
<target state="translated">Tento pracovní prostor nepodporuje aktualizaci možností analýzy jazyka Visual Basic.</target>
<note />
</trans-unit>
<trans-unit id="Synchronize_0">
<source>Synchronize {0}</source>
<target state="translated">Synchronizovat {0}</target>
<note />
</trans-unit>
<trans-unit id="Synchronizing_with_0">
<source>Synchronizing with {0}...</source>
<target state="translated">Probíhá synchronizace s {0}...</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_has_suspended_some_advanced_features_to_improve_performance">
<source>Visual Studio has suspended some advanced features to improve performance.</source>
<target state="translated">Sada Visual Studio pozastavila některé pokročilé funkce, aby se zvýšil výkon.</target>
<note />
</trans-unit>
<trans-unit id="Installing_0">
<source>Installing '{0}'</source>
<target state="translated">Instaluje se {0}.</target>
<note />
</trans-unit>
<trans-unit id="Installing_0_completed">
<source>Installing '{0}' completed</source>
<target state="translated">Instalace {0} je hotová.</target>
<note />
</trans-unit>
<trans-unit id="Package_install_failed_colon_0">
<source>Package install failed: {0}</source>
<target state="translated">Nepovedlo se nainstalovat balíček: {0}</target>
<note />
</trans-unit>
<trans-unit id="Unknown2">
<source><Unknown></source>
<target state="translated"><Neznámý></target>
<note />
</trans-unit>
<trans-unit id="No">
<source>No</source>
<target state="translated">Ne</target>
<note />
</trans-unit>
<trans-unit id="Yes">
<source>Yes</source>
<target state="translated">Ano</target>
<note />
</trans-unit>
<trans-unit id="Choose_a_Symbol_Specification_and_a_Naming_Style">
<source>Choose a Symbol Specification and a Naming Style.</source>
<target state="translated">Zvolte specifikaci symbolů a styl pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_title_for_this_Naming_Rule">
<source>Enter a title for this Naming Rule.</source>
<target state="translated">Zadejte název tohoto pravidla pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_title_for_this_Naming_Style">
<source>Enter a title for this Naming Style.</source>
<target state="translated">Zadejte název tohoto stylu pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_title_for_this_Symbol_Specification">
<source>Enter a title for this Symbol Specification.</source>
<target state="translated">Zadejte název této specifikace symbolů.</target>
<note />
</trans-unit>
<trans-unit id="Accessibilities_can_match_any">
<source>Accessibilities (can match any)</source>
<target state="translated">Přístupnosti (můžou odpovídat čemukoli)</target>
<note />
</trans-unit>
<trans-unit id="Capitalization_colon">
<source>Capitalization:</source>
<target state="translated">Velká písmena:</target>
<note />
</trans-unit>
<trans-unit id="all_lower">
<source>all lower</source>
<target state="translated">všechna malá</target>
<note />
</trans-unit>
<trans-unit id="ALL_UPPER">
<source>ALL UPPER</source>
<target state="translated">VŠECHNA VELKÁ</target>
<note />
</trans-unit>
<trans-unit id="camel_Case_Name">
<source>camel Case Name</source>
<target state="translated">Název ve stylu camelCase</target>
<note />
</trans-unit>
<trans-unit id="First_word_upper">
<source>First word upper</source>
<target state="translated">První slovo velkými písmeny</target>
<note />
</trans-unit>
<trans-unit id="Pascal_Case_Name">
<source>Pascal Case Name</source>
<target state="translated">Název ve stylu JazykaPascal</target>
<note />
</trans-unit>
<trans-unit id="Severity_colon">
<source>Severity:</source>
<target state="translated">Závažnost:</target>
<note />
</trans-unit>
<trans-unit id="Modifiers_must_match_all">
<source>Modifiers (must match all)</source>
<target state="translated">Modifikátory (můžou odpovídat libovolným)</target>
<note />
</trans-unit>
<trans-unit id="Name_colon2">
<source>Name:</source>
<target state="translated">Název:</target>
<note />
</trans-unit>
<trans-unit id="Naming_Rule">
<source>Naming Rule</source>
<target state="translated">Pravidlo pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Naming_Style">
<source>Naming Style</source>
<target state="translated">Styl pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Naming_Style_colon">
<source>Naming Style:</source>
<target state="translated">Styl pojmenování:</target>
<note />
</trans-unit>
<trans-unit id="Naming_Rules_allow_you_to_define_how_particular_sets_of_symbols_should_be_named_and_how_incorrectly_named_symbols_should_be_handled">
<source>Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled.</source>
<target state="translated">Pravidla pojmenování umožňují definovat, jak se mají pojmenovat konkrétní sady symbolů a jak se mají zpracovat nesprávně pojmenované symboly.</target>
<note />
</trans-unit>
<trans-unit id="The_first_matching_top_level_Naming_Rule_is_used_by_default_when_naming_a_symbol_while_any_special_cases_are_handled_by_a_matching_child_rule">
<source>The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule.</source>
<target state="translated">Při pojmenovávání symbolu se standardně použije první odpovídající pravidlo pojmenování nejvyšší úrovně. Speciální případy se řeší odpovídajícím podřízeným pravidlem.</target>
<note />
</trans-unit>
<trans-unit id="Naming_Style_Title_colon">
<source>Naming Style Title:</source>
<target state="translated">Název stylu pojmenování:</target>
<note />
</trans-unit>
<trans-unit id="Parent_Rule_colon">
<source>Parent Rule:</source>
<target state="translated">Nadřazené pravidlo:</target>
<note />
</trans-unit>
<trans-unit id="Required_Prefix_colon">
<source>Required Prefix:</source>
<target state="translated">Požadovaná předpona:</target>
<note />
</trans-unit>
<trans-unit id="Required_Suffix_colon">
<source>Required Suffix:</source>
<target state="translated">Požadovaná přípona:</target>
<note />
</trans-unit>
<trans-unit id="Sample_Identifier_colon">
<source>Sample Identifier:</source>
<target state="translated">Ukázkový identifikátor:</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Kinds_can_match_any">
<source>Symbol Kinds (can match any)</source>
<target state="translated">Druhy symbolů (můžou odpovídat čemukoli)</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Specification">
<source>Symbol Specification</source>
<target state="translated">Specifikace symbolů</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Specification_colon">
<source>Symbol Specification:</source>
<target state="translated">Specifikace symbolů:</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Specification_Title_colon">
<source>Symbol Specification Title:</source>
<target state="translated">Název specifikace symbolů:</target>
<note />
</trans-unit>
<trans-unit id="Word_Separator_colon">
<source>Word Separator:</source>
<target state="translated">Oddělovač slov:</target>
<note />
</trans-unit>
<trans-unit id="example">
<source>example</source>
<target state="translated">příklad</target>
<note>IdentifierWord_Example and IdentifierWord_Identifier are combined (with prefixes, suffixes, and word separators) into an example identifier name in the NamingStyle UI.</note>
</trans-unit>
<trans-unit id="identifier">
<source>identifier</source>
<target state="translated">identifikátor</target>
<note>IdentifierWord_Example and IdentifierWord_Identifier are combined (with prefixes, suffixes, and word separators) into an example identifier name in the NamingStyle UI.</note>
</trans-unit>
<trans-unit id="Install_0">
<source>Install '{0}'</source>
<target state="translated">Nainstalovat {0}</target>
<note />
</trans-unit>
<trans-unit id="Uninstalling_0">
<source>Uninstalling '{0}'</source>
<target state="translated">Odinstalovává se {0}</target>
<note />
</trans-unit>
<trans-unit id="Uninstalling_0_completed">
<source>Uninstalling '{0}' completed</source>
<target state="translated">Odinstalace {0} se dokončila.</target>
<note />
</trans-unit>
<trans-unit id="Uninstall_0">
<source>Uninstall '{0}'</source>
<target state="translated">Odinstalovat {0}</target>
<note />
</trans-unit>
<trans-unit id="Package_uninstall_failed_colon_0">
<source>Package uninstall failed: {0}</source>
<target state="translated">Nepovedlo se odinstalovat balíček: {0}</target>
<note />
</trans-unit>
<trans-unit id="Error_encountered_while_loading_the_project_Some_project_features_such_as_full_solution_analysis_for_the_failed_project_and_projects_that_depend_on_it_have_been_disabled">
<source>Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.</source>
<target state="translated">Při načítání projektu došlo k chybě. Některé funkce projektu, třeba úplná analýza řešení pro neúspěšný projekt a projekty, které na něm závisí, jsou zakázané.</target>
<note />
</trans-unit>
<trans-unit id="Project_loading_failed">
<source>Project loading failed.</source>
<target state="translated">Nepovedlo se načíst projekt.</target>
<note />
</trans-unit>
<trans-unit id="To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragraph_follows">
<source>To see what caused the issue, please try below.
1. Close Visual Studio
2. Open a Visual Studio Developer Command Prompt
3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true)
4. Delete .vs directory/.suo file
5. Restart VS from the command prompt you set the environment variable (devenv)
6. Open the solution
7. Check '{0}' and look for the failed tasks (FAILED)</source>
<target state="translated">Pokud chcete zjistit příčinu problému, zkuste prosím následující.
1. Zavřete Visual Studio.
2. Otevřete Visual Studio Developer Command Prompt.
3. Nastavte proměnnou prostředí TraceDesignTime na hodnotu true (set TraceDesignTime=true).
4. Odstraňte adresář .vs nebo soubor /.suo.
5. Restartujte VS z příkazového řádku, ve kterém jste nastavili proměnnou prostředí (devenv).
6. Otevřete řešení.
7. Zkontrolujte {0} a vyhledejte neúspěšné úlohy (FAILED).</target>
<note />
</trans-unit>
<trans-unit id="Additional_information_colon">
<source>Additional information:</source>
<target state="translated">Další informace:</target>
<note />
</trans-unit>
<trans-unit id="Installing_0_failed_Additional_information_colon_1">
<source>Installing '{0}' failed.
Additional information: {1}</source>
<target state="translated">Nepovedlo se nainstalovat {0}.
Další informace: {1}</target>
<note />
</trans-unit>
<trans-unit id="Uninstalling_0_failed_Additional_information_colon_1">
<source>Uninstalling '{0}' failed.
Additional information: {1}</source>
<target state="translated">Nepovedlo se odinstalovat {0}.
Další informace: {1}</target>
<note />
</trans-unit>
<trans-unit id="Move_0_below_1">
<source>Move {0} below {1}</source>
<target state="translated">Přesunout {0} pod {1}</target>
<note>{0} and {1} are parameter descriptions</note>
</trans-unit>
<trans-unit id="Move_0_above_1">
<source>Move {0} above {1}</source>
<target state="translated">Přesunout {0} nad {1}</target>
<note>{0} and {1} are parameter descriptions</note>
</trans-unit>
<trans-unit id="Remove_0">
<source>Remove {0}</source>
<target state="translated">Odebrat {0}</target>
<note>{0} is a parameter description</note>
</trans-unit>
<trans-unit id="Restore_0">
<source>Restore {0}</source>
<target state="translated">Obnovit {0}</target>
<note>{0} is a parameter description</note>
</trans-unit>
<trans-unit id="Re_enable">
<source>Re-enable</source>
<target state="translated">Znovu povolit</target>
<note />
</trans-unit>
<trans-unit id="Learn_more">
<source>Learn more</source>
<target state="translated">Další informace</target>
<note />
</trans-unit>
<trans-unit id="Prefer_framework_type">
<source>Prefer framework type</source>
<target state="translated">Upřednostňovat typ architektury</target>
<note />
</trans-unit>
<trans-unit id="Prefer_predefined_type">
<source>Prefer predefined type</source>
<target state="translated">Upřednostňovat předem definovaný typ</target>
<note />
</trans-unit>
<trans-unit id="Copy_to_Clipboard">
<source>Copy to Clipboard</source>
<target state="translated">Zkopírovat do schránky</target>
<note />
</trans-unit>
<trans-unit id="Close">
<source>Close</source>
<target state="translated">Zavřít</target>
<note />
</trans-unit>
<trans-unit id="Unknown_parameters">
<source><Unknown Parameters></source>
<target state="translated"><Neznámé parametry></target>
<note />
</trans-unit>
<trans-unit id="End_of_inner_exception_stack">
<source>--- End of inner exception stack trace ---</source>
<target state="translated">--- Konec trasování zásobníku vnitřních výjimek ---</target>
<note />
</trans-unit>
<trans-unit id="For_locals_parameters_and_members">
<source>For locals, parameters and members</source>
<target state="translated">Pro místní proměnné, parametry a členy</target>
<note />
</trans-unit>
<trans-unit id="For_member_access_expressions">
<source>For member access expressions</source>
<target state="translated">Pro výrazy přístupu členů</target>
<note />
</trans-unit>
<trans-unit id="Prefer_object_initializer">
<source>Prefer object initializer</source>
<target state="translated">Upřednostňovat inicializátor objektu</target>
<note />
</trans-unit>
<trans-unit id="Expression_preferences_colon">
<source>Expression preferences:</source>
<target state="translated">Předvolby výrazu:</target>
<note />
</trans-unit>
<trans-unit id="Block_Structure_Guides">
<source>Block Structure Guides</source>
<target state="translated">Vodítka pro strukturu bloku</target>
<note />
</trans-unit>
<trans-unit id="Outlining">
<source>Outlining</source>
<target state="translated">Sbalení</target>
<note />
</trans-unit>
<trans-unit id="Show_guides_for_code_level_constructs">
<source>Show guides for code level constructs</source>
<target state="translated">Zobrazit vodítka pro konstrukty na úrovni kódu</target>
<note />
</trans-unit>
<trans-unit id="Show_guides_for_comments_and_preprocessor_regions">
<source>Show guides for comments and preprocessor regions</source>
<target state="translated">Zobrazit vodítka pro komentáře a oblasti pro preprocesor</target>
<note />
</trans-unit>
<trans-unit id="Show_guides_for_declaration_level_constructs">
<source>Show guides for declaration level constructs</source>
<target state="translated">Zobrazit vodítka pro konstrukty na úrovni deklarace</target>
<note />
</trans-unit>
<trans-unit id="Show_outlining_for_code_level_constructs">
<source>Show outlining for code level constructs</source>
<target state="translated">Zobrazit sbalení pro konstrukty na úrovni kódu</target>
<note />
</trans-unit>
<trans-unit id="Show_outlining_for_comments_and_preprocessor_regions">
<source>Show outlining for comments and preprocessor regions</source>
<target state="translated">Zobrazit sbalení pro komentáře a oblasti pro preprocesor</target>
<note />
</trans-unit>
<trans-unit id="Show_outlining_for_declaration_level_constructs">
<source>Show outlining for declaration level constructs</source>
<target state="translated">Zobrazit sbalení pro konstrukty na úrovni deklarace</target>
<note />
</trans-unit>
<trans-unit id="Variable_preferences_colon">
<source>Variable preferences:</source>
<target state="translated">Předvolby proměnných:</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inlined_variable_declaration">
<source>Prefer inlined variable declaration</source>
<target state="translated">Upřednostňovat vloženou deklaraci proměnných</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_methods">
<source>Use expression body for methods</source>
<target state="translated">Pro metody používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Code_block_preferences_colon">
<source>Code block preferences:</source>
<target state="translated">Předvolby bloku kódu:</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_accessors">
<source>Use expression body for accessors</source>
<target state="translated">Pro přístupové objekty používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_constructors">
<source>Use expression body for constructors</source>
<target state="translated">Pro konstruktory používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_indexers">
<source>Use expression body for indexers</source>
<target state="translated">Pro indexery používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_operators">
<source>Use expression body for operators</source>
<target state="translated">Pro operátory používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_properties">
<source>Use expression body for properties</source>
<target state="translated">Pro vlastnosti používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Some_naming_rules_are_incomplete_Please_complete_or_remove_them">
<source>Some naming rules are incomplete. Please complete or remove them.</source>
<target state="translated">Některá pravidla pojmenování nejsou hotová. Dokončete je, nebo je prosím odeberte.</target>
<note />
</trans-unit>
<trans-unit id="Manage_specifications">
<source>Manage specifications</source>
<target state="translated">Spravovat specifikace</target>
<note />
</trans-unit>
<trans-unit id="Reorder">
<source>Reorder</source>
<target state="translated">Přeskupit</target>
<note />
</trans-unit>
<trans-unit id="Severity">
<source>Severity</source>
<target state="translated">Závažnost</target>
<note />
</trans-unit>
<trans-unit id="Specification">
<source>Specification</source>
<target state="translated">Specifikace</target>
<note />
</trans-unit>
<trans-unit id="Required_Style">
<source>Required Style</source>
<target state="translated">Požadovaný styl</target>
<note />
</trans-unit>
<trans-unit id="This_item_cannot_be_deleted_because_it_is_used_by_an_existing_Naming_Rule">
<source>This item cannot be deleted because it is used by an existing Naming Rule.</source>
<target state="translated">Položku nejde odstranit, protože ji používá některé existující pravidlo pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Prefer_collection_initializer">
<source>Prefer collection initializer</source>
<target state="translated">Upřednostňovat inicializátor kolekce</target>
<note />
</trans-unit>
<trans-unit id="Prefer_coalesce_expression">
<source>Prefer coalesce expression</source>
<target state="translated">Upřednostňovat sloučený výraz</target>
<note />
</trans-unit>
<trans-unit id="Collapse_regions_when_collapsing_to_definitions">
<source>Collapse #regions when collapsing to definitions</source>
<target state="translated">Při sbalování na definice sbalovat oblasti (#regions)</target>
<note />
</trans-unit>
<trans-unit id="Prefer_null_propagation">
<source>Prefer null propagation</source>
<target state="translated">Upřednostňovat šíření hodnoty null</target>
<note />
</trans-unit>
<trans-unit id="Prefer_explicit_tuple_name">
<source>Prefer explicit tuple name</source>
<target state="translated">Preferovat explicitní název řazené kolekce členů</target>
<note />
</trans-unit>
<trans-unit id="Description">
<source>Description</source>
<target state="translated">Popis</target>
<note />
</trans-unit>
<trans-unit id="Preference">
<source>Preference</source>
<target state="translated">Předvolba</target>
<note />
</trans-unit>
<trans-unit id="Implement_Interface_or_Abstract_Class">
<source>Implement Interface or Abstract Class</source>
<target state="translated">Implementovat rozhraní nebo abstraktní třídu</target>
<note />
</trans-unit>
<trans-unit id="For_a_given_symbol_only_the_topmost_rule_with_a_matching_Specification_will_be_applied_Violation_of_that_rules_Required_Style_will_be_reported_at_the_chosen_Severity_level">
<source>For a given symbol, only the topmost rule with a matching 'Specification' will be applied. Violation of that rule's 'Required Style' will be reported at the chosen 'Severity' level.</source>
<target state="translated">Pro daný symbol se použije jenom to pravidlo s odpovídající specifikací, které je nejvíce nahoře. Porušení požadovaného stylu tohoto pravidla se ohlásí na zvolené úrovni závažnosti.</target>
<note />
</trans-unit>
<trans-unit id="at_the_end">
<source>at the end</source>
<target state="translated">na konec</target>
<note />
</trans-unit>
<trans-unit id="When_inserting_properties_events_and_methods_place_them">
<source>When inserting properties, events and methods, place them:</source>
<target state="translated">Vlastnosti, události a metody při vkládání umístit:</target>
<note />
</trans-unit>
<trans-unit id="with_other_members_of_the_same_kind">
<source>with other members of the same kind</source>
<target state="translated">s ostatními členy stejného druhu</target>
<note />
</trans-unit>
<trans-unit id="Prefer_braces">
<source>Prefer braces</source>
<target state="translated">Preferovat složené závorky</target>
<note />
</trans-unit>
<trans-unit id="Over_colon">
<source>Over:</source>
<target state="translated">Před:</target>
<note />
</trans-unit>
<trans-unit id="Prefer_colon">
<source>Prefer:</source>
<target state="translated">Preferovat:</target>
<note />
</trans-unit>
<trans-unit id="or">
<source>or</source>
<target state="translated">nebo</target>
<note />
</trans-unit>
<trans-unit id="built_in_types">
<source>built-in types</source>
<target state="translated">předdefinované typy</target>
<note />
</trans-unit>
<trans-unit id="everywhere_else">
<source>everywhere else</source>
<target state="translated">všude jinde</target>
<note />
</trans-unit>
<trans-unit id="type_is_apparent_from_assignment_expression">
<source>type is apparent from assignment expression</source>
<target state="translated">typ je zřejmý z výrazu přiřazení</target>
<note />
</trans-unit>
<trans-unit id="Move_down">
<source>Move down</source>
<target state="translated">Přesunout dolů</target>
<note />
</trans-unit>
<trans-unit id="Move_up">
<source>Move up</source>
<target state="translated">Přesunout nahoru</target>
<note />
</trans-unit>
<trans-unit id="Remove">
<source>Remove</source>
<target state="translated">Odebrat</target>
<note />
</trans-unit>
<trans-unit id="Pick_members">
<source>Pick members</source>
<target state="translated">Vybrat členy</target>
<note />
</trans-unit>
<trans-unit id="Unfortunately_a_process_used_by_Visual_Studio_has_encountered_an_unrecoverable_error_We_recommend_saving_your_work_and_then_closing_and_restarting_Visual_Studio">
<source>Unfortunately, a process used by Visual Studio has encountered an unrecoverable error. We recommend saving your work, and then closing and restarting Visual Studio.</source>
<target state="translated">Proces využívaný sadou Visual Studio bohužel narazil na neopravitelnou chybu. Doporučujeme uložit si práci a pak ukončit a restartovat Visual Studio.</target>
<note />
</trans-unit>
<trans-unit id="Add_a_symbol_specification">
<source>Add a symbol specification</source>
<target state="translated">Přidat specifikaci symbolu</target>
<note />
</trans-unit>
<trans-unit id="Remove_symbol_specification">
<source>Remove symbol specification</source>
<target state="translated">Odebrat specifikaci symbolu</target>
<note />
</trans-unit>
<trans-unit id="Add_item">
<source>Add item</source>
<target state="translated">Přidat položku</target>
<note />
</trans-unit>
<trans-unit id="Edit_item">
<source>Edit item</source>
<target state="translated">Upravit položku</target>
<note />
</trans-unit>
<trans-unit id="Remove_item">
<source>Remove item</source>
<target state="translated">Odebrat položku</target>
<note />
</trans-unit>
<trans-unit id="Add_a_naming_rule">
<source>Add a naming rule</source>
<target state="translated">Přidat pravidlo pro pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Remove_naming_rule">
<source>Remove naming rule</source>
<target state="translated">Odebrat pravidlo pojmenování</target>
<note />
</trans-unit>
<trans-unit id="VisualStudioWorkspace_TryApplyChanges_cannot_be_called_from_a_background_thread">
<source>VisualStudioWorkspace.TryApplyChanges cannot be called from a background thread.</source>
<target state="translated">VisualStudioWorkspace.TryApplyChanges nejde volat z vlákna na pozadí.</target>
<note />
</trans-unit>
<trans-unit id="prefer_throwing_properties">
<source>prefer throwing properties</source>
<target state="translated">preferovat vyvolávací vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="When_generating_properties">
<source>When generating properties:</source>
<target state="translated">Při generování vlastností:</target>
<note />
</trans-unit>
<trans-unit id="Options">
<source>Options</source>
<target state="translated">Možnosti</target>
<note />
</trans-unit>
<trans-unit id="Never_show_this_again">
<source>Never show this again</source>
<target state="translated">Už znovu nezobrazovat</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simple_default_expression">
<source>Prefer simple 'default' expression</source>
<target state="translated">Upřednostňovat jednoduchý výraz default</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_tuple_names">
<source>Prefer inferred tuple element names</source>
<target state="translated">Preferovat odvozené názvy elementů řazené kolekce členů</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_anonymous_type_member_names">
<source>Prefer inferred anonymous type member names</source>
<target state="translated">Preferovat odvozené názvy členů anonymních typů</target>
<note />
</trans-unit>
<trans-unit id="Preview_pane">
<source>Preview pane</source>
<target state="translated">Podokno náhledu</target>
<note />
</trans-unit>
<trans-unit id="Analysis">
<source>Analysis</source>
<target state="translated">Analýza</target>
<note />
</trans-unit>
<trans-unit id="Fade_out_unreachable_code">
<source>Fade out unreachable code</source>
<target state="translated">Zesvětlit nedosažitelný kód</target>
<note />
</trans-unit>
<trans-unit id="Fading">
<source>Fading</source>
<target state="translated">Zesvětlení</target>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferovat lokální funkci před anonymní funkcí</target>
<note />
</trans-unit>
<trans-unit id="Prefer_deconstructed_variable_declaration">
<source>Prefer deconstructed variable declaration</source>
<target state="translated">Upřednostňovat dekonstruovanou deklaraci proměnných</target>
<note />
</trans-unit>
<trans-unit id="External_reference_found">
<source>External reference found</source>
<target state="translated">Byl nalezen externí odkaz.</target>
<note />
</trans-unit>
<trans-unit id="No_references_found_to_0">
<source>No references found to '{0}'</source>
<target state="translated">Nebyly nalezeny žádné odkazy na {0}.</target>
<note />
</trans-unit>
<trans-unit id="Search_found_no_results">
<source>Search found no results</source>
<target state="translated">Hledání nevrátilo žádné výsledky.</target>
<note />
</trans-unit>
<trans-unit id="analyzer_Prefer_auto_properties">
<source>Prefer auto properties</source>
<target state="translated">Preferovat automatické vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="codegen_prefer_auto_properties">
<source>prefer auto properties</source>
<target state="translated">preferovat automatické vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="ModuleHasBeenUnloaded">
<source>Module has been unloaded.</source>
<target state="translated">Modul byl uvolněn.</target>
<note />
</trans-unit>
<trans-unit id="Enable_navigation_to_decompiled_sources">
<source>Enable navigation to decompiled sources</source>
<target state="needs-review-translation">Povolit navigaci na dekompilované zdroje (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Code_style_header_use_editor_config">
<source>Your .editorconfig file might override the local settings configured on this page which only apply to your machine. To configure these settings to travel with your solution use EditorConfig files. More info</source>
<target state="translated">Váš soubor .editorconfig může přepsat místní nastavení nakonfigurovaná na této stránce, která platí jenom pro váš počítač. Pokud chcete tato nastavení nakonfigurovat tak, aby se přesouvala s vaším řešením, použijte soubory EditorConfig. Další informace</target>
<note />
</trans-unit>
<trans-unit id="Sync_Class_View">
<source>Sync Class View</source>
<target state="translated">Synchronizovat Zobrazení tříd</target>
<note />
</trans-unit>
<trans-unit id="Analyzing_0">
<source>Analyzing '{0}'</source>
<target state="translated">Analyzuje se {0}.</target>
<note />
</trans-unit>
<trans-unit id="Manage_naming_styles">
<source>Manage naming styles</source>
<target state="translated">Spravovat styly pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_assignments">
<source>Prefer conditional expression over 'if' with assignments</source>
<target state="translated">Upřednostnit podmíněný výraz před if s přiřazeními</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_returns">
<source>Prefer conditional expression over 'if' with returns</source>
<target state="translated">Upřednostnit podmíněný výraz před if s vrácenými hodnotami</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../ServicesVSResources.resx">
<body>
<trans-unit id="A_new_namespace_will_be_created">
<source>A new namespace will be created</source>
<target state="translated">Vytvoří se nový obor názvů.</target>
<note />
</trans-unit>
<trans-unit id="A_type_and_name_must_be_provided">
<source>A type and name must be provided.</source>
<target state="translated">Typ a název se musí poskytnout.</target>
<note />
</trans-unit>
<trans-unit id="Action">
<source>Action</source>
<target state="translated">Akce</target>
<note>Action to perform on an unused reference, such as remove or keep</note>
</trans-unit>
<trans-unit id="Add">
<source>_Add</source>
<target state="translated">_Přidat</target>
<note>Adding an element to a list</note>
</trans-unit>
<trans-unit id="Add_Parameter">
<source>Add Parameter</source>
<target state="translated">Přidat parametr</target>
<note />
</trans-unit>
<trans-unit id="Add_to_current_file">
<source>Add to _current file</source>
<target state="translated">Přidat do _aktuálního souboru</target>
<note />
</trans-unit>
<trans-unit id="Added_Parameter">
<source>Added parameter.</source>
<target state="translated">Parametr se přidal.</target>
<note />
</trans-unit>
<trans-unit id="Additional_changes_are_needed_to_complete_the_refactoring_Review_changes_below">
<source>Additional changes are needed to complete the refactoring. Review changes below.</source>
<target state="translated">Aby bylo možné dokončit refaktoring, je nutné udělat další změny. Zkontrolujte změny níže.</target>
<note />
</trans-unit>
<trans-unit id="All_methods">
<source>All methods</source>
<target state="translated">Všechny metody</target>
<note />
</trans-unit>
<trans-unit id="All_sources">
<source>All sources</source>
<target state="translated">Všechny zdroje</target>
<note />
</trans-unit>
<trans-unit id="Allow_colon">
<source>Allow:</source>
<target state="translated">Povolit:</target>
<note />
</trans-unit>
<trans-unit id="Allow_multiple_blank_lines">
<source>Allow multiple blank lines</source>
<target state="translated">Povolit více než jeden prázdný řádek</target>
<note />
</trans-unit>
<trans-unit id="Allow_statement_immediately_after_block">
<source>Allow statement immediately after block</source>
<target state="translated">Povolit příkaz hned za blokem</target>
<note />
</trans-unit>
<trans-unit id="Always_for_clarity">
<source>Always for clarity</source>
<target state="translated">Vždy kvůli srozumitelnosti</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_Defaults">
<source>Analyzer Defaults</source>
<target state="new">Analyzer Defaults</target>
<note />
</trans-unit>
<trans-unit id="Analyzers">
<source>Analyzers</source>
<target state="translated">Analyzátory</target>
<note />
</trans-unit>
<trans-unit id="Analyzing_project_references">
<source>Analyzing project references...</source>
<target state="translated">Analyzují se odkazy projektů...</target>
<note />
</trans-unit>
<trans-unit id="Apply">
<source>Apply</source>
<target state="translated">Použít</target>
<note />
</trans-unit>
<trans-unit id="Apply_0_keymapping_scheme">
<source>Apply '{0}' keymapping scheme</source>
<target state="translated">Použít schéma mapování klávesnice {0}</target>
<note />
</trans-unit>
<trans-unit id="Assemblies">
<source>Assemblies</source>
<target state="translated">Sestavení</target>
<note />
</trans-unit>
<trans-unit id="Avoid_expression_statements_that_implicitly_ignore_value">
<source>Avoid expression statements that implicitly ignore value</source>
<target state="translated">Vyhněte se výrazům, které implicitně ignorují hodnotu.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters">
<source>Avoid unused parameters</source>
<target state="translated">Vyhněte se nepoužitým parametrům.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_value_assignments">
<source>Avoid unused value assignments</source>
<target state="translated">Vyhněte se přiřazení nepoužitých hodnot.</target>
<note />
</trans-unit>
<trans-unit id="Back">
<source>Back</source>
<target state="translated">Zpět</target>
<note />
</trans-unit>
<trans-unit id="Background_analysis_scope_colon">
<source>Background analysis scope:</source>
<target state="translated">Obor analýzy na pozadí:</target>
<note />
</trans-unit>
<trans-unit id="Bitness32">
<source>32-bit</source>
<target state="translated">32b</target>
<note />
</trans-unit>
<trans-unit id="Bitness64">
<source>64-bit</source>
<target state="translated">64b</target>
<note />
</trans-unit>
<trans-unit id="Build_plus_live_analysis_NuGet_package">
<source>Build + live analysis (NuGet package)</source>
<target state="translated">Sestavení + živá analýza (balíček NuGet)</target>
<note />
</trans-unit>
<trans-unit id="CSharp_Visual_Basic_Diagnostics_Language_Client">
<source>C#/Visual Basic Diagnostics Language Client</source>
<target state="translated">Klient jazyka diagnostiky C# nebo Visual Basic</target>
<note />
</trans-unit>
<trans-unit id="Calculating">
<source>Calculating...</source>
<target state="new">Calculating...</target>
<note>Used in UI to represent progress in the context of loading items. </note>
</trans-unit>
<trans-unit id="Calculating_dependents">
<source>Calculating dependents...</source>
<target state="translated">Počítají se závislosti...</target>
<note />
</trans-unit>
<trans-unit id="Call_site_value">
<source>Call site value:</source>
<target state="translated">Hodnota lokality volání:</target>
<note />
</trans-unit>
<trans-unit id="Callsite">
<source>Call site</source>
<target state="translated">Lokalita volání</target>
<note />
</trans-unit>
<trans-unit id="Carriage_Return_Newline_rn">
<source>Carriage Return + Newline (\r\n)</source>
<target state="translated">Návrat na začátek řádku + Nový řádek (\r\n)</target>
<note />
</trans-unit>
<trans-unit id="Carriage_Return_r">
<source>Carriage Return (\r)</source>
<target state="translated">Návrat na začátek řádku (\r)</target>
<note />
</trans-unit>
<trans-unit id="Category">
<source>Category</source>
<target state="translated">Kategorie</target>
<note />
</trans-unit>
<trans-unit id="Choose_which_action_you_would_like_to_perform_on_the_unused_references">
<source>Choose which action you would like to perform on the unused references.</source>
<target state="translated">Zvolte, kterou akci chcete provést pro nepoužívané odkazy.</target>
<note />
</trans-unit>
<trans-unit id="Code_Style">
<source>Code Style</source>
<target state="translated">Styl kódu</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_completed_for_0">
<source>Code analysis completed for '{0}'.</source>
<target state="translated">Dokončila se analýza kódu pro {0}.</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_completed_for_Solution">
<source>Code analysis completed for Solution.</source>
<target state="translated">Dokončila se analýza kódu pro řešení.</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_terminated_before_completion_for_0">
<source>Code analysis terminated before completion for '{0}'.</source>
<target state="translated">Analýza kódu pro {0} se ukončila dříve, než se dokončila.</target>
<note />
</trans-unit>
<trans-unit id="Code_analysis_terminated_before_completion_for_Solution">
<source>Code analysis terminated before completion for Solution.</source>
<target state="translated">Analýza kódu pro řešení se ukončila dříve, než se dokončila.</target>
<note />
</trans-unit>
<trans-unit id="Color_hints">
<source>Color hints</source>
<target state="translated">Barevné nápovědy</target>
<note />
</trans-unit>
<trans-unit id="Colorize_regular_expressions">
<source>Colorize regular expressions</source>
<target state="translated">Obarvit regulární výrazy</target>
<note />
</trans-unit>
<trans-unit id="Combine_inheritance_margin_with_indicator_margin">
<source>Combine inheritance margin with indicator margin</source>
<target state="new">Combine inheritance margin with indicator margin</target>
<note />
</trans-unit>
<trans-unit id="Comments">
<source>Comments</source>
<target state="translated">Komentáře</target>
<note />
</trans-unit>
<trans-unit id="Compute_Quick_Actions_asynchronously_experimental">
<source>Compute Quick Actions asynchronously (experimental, requires restart)</source>
<target state="new">Compute Quick Actions asynchronously (experimental, requires restart)</target>
<note />
</trans-unit>
<trans-unit id="Containing_member">
<source>Containing Member</source>
<target state="translated">Obsahující člen</target>
<note />
</trans-unit>
<trans-unit id="Containing_type">
<source>Containing Type</source>
<target state="translated">Obsahující typ</target>
<note />
</trans-unit>
<trans-unit id="Current_document">
<source>Current document</source>
<target state="translated">Aktuální dokument</target>
<note />
</trans-unit>
<trans-unit id="Current_parameter">
<source>Current parameter</source>
<target state="translated">Aktuální parametr</target>
<note />
</trans-unit>
<trans-unit id="Default_Current_Document">
<source>Default (Current Document)</source>
<target state="new">Default (Current Document)</target>
<note>This text is a menu command</note>
</trans-unit>
<trans-unit id="Default_Entire_Solution">
<source>Default (Entire Solution)</source>
<target state="new">Default (Entire Solution)</target>
<note>This text is a menu command</note>
</trans-unit>
<trans-unit id="Default_Open_Documents">
<source>Default (Open Documents)</source>
<target state="new">Default (Open Documents)</target>
<note>This text is a menu command</note>
</trans-unit>
<trans-unit id="Derived_types">
<source>Derived types</source>
<target state="new">Derived types</target>
<note />
</trans-unit>
<trans-unit id="Disabled">
<source>Disabled</source>
<target state="translated">Zakázáno</target>
<note />
</trans-unit>
<trans-unit id="Display_all_hints_while_pressing_Alt_F1">
<source>Display all hints while pressing Alt+F1</source>
<target state="translated">Při podržení kláves Alt+F1 zobrazit všechny nápovědy</target>
<note />
</trans-unit>
<trans-unit id="Display_inline_parameter_name_hints">
<source>Disp_lay inline parameter name hints</source>
<target state="translated">Zobrazovat nápovědy k názvům v_ložených parametrů</target>
<note />
</trans-unit>
<trans-unit id="Display_inline_type_hints">
<source>Display inline type hints</source>
<target state="translated">Zobrazovat vložené nápovědy k typům</target>
<note />
</trans-unit>
<trans-unit id="Edit">
<source>_Edit</source>
<target state="translated">_Upravit</target>
<note />
</trans-unit>
<trans-unit id="Edit_0">
<source>Edit {0}</source>
<target state="translated">Upravit {0}</target>
<note>{0} is a parameter description</note>
</trans-unit>
<trans-unit id="Editor_Color_Scheme">
<source>Editor Color Scheme</source>
<target state="translated">Barevné schéma editoru</target>
<note />
</trans-unit>
<trans-unit id="Editor_color_scheme_options_are_only_available_when_using_a_color_theme_bundled_with_Visual_Studio_The_color_theme_can_be_configured_from_the_Environment_General_options_page">
<source>Editor color scheme options are only available when using a color theme bundled with Visual Studio. The color theme can be configured from the Environment > General options page.</source>
<target state="translated">Možnosti barevného schématu editoru jsou k dispozici jen v případě, že se používá barva motivu dodávaná spolu se sadou Visual Studio. Barva motivu se dá nakonfigurovat na stránce možností Prostředí > Obecné.</target>
<note />
</trans-unit>
<trans-unit id="Element_is_not_valid">
<source>Element is not valid.</source>
<target state="translated">Element není platný.</target>
<note />
</trans-unit>
<trans-unit id="Enable_Razor_pull_diagnostics_experimental_requires_restart">
<source>Enable Razor 'pull' diagnostics (experimental, requires restart)</source>
<target state="translated">Povolit diagnostiku pull Razor (experimentální, vyžaduje restart)</target>
<note />
</trans-unit>
<trans-unit id="Enable_all_features_in_opened_files_from_source_generators_experimental">
<source>Enable all features in opened files from source generators (experimental)</source>
<target state="translated">Povolit všechny funkce v otevřených souborech ze zdrojových generátorů (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Enable_file_logging_for_diagnostics">
<source>Enable file logging for diagnostics (logged in '%Temp%\Roslyn' folder)</source>
<target state="translated">Povolit protokolování souboru pro diagnostiku (protokolování ve složce '%Temp%\Roslyn')</target>
<note />
</trans-unit>
<trans-unit id="Enable_pull_diagnostics_experimental_requires_restart">
<source>Enable 'pull' diagnostics (experimental, requires restart)</source>
<target state="translated">Povolit diagnostiku pull (experimentální, vyžaduje restart)</target>
<note />
</trans-unit>
<trans-unit id="Enabled">
<source>Enabled</source>
<target state="translated">Povoleno</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_call_site_value_or_choose_a_different_value_injection_kind">
<source>Enter a call site value or choose a different value injection kind</source>
<target state="translated">Zadejte hodnotu místa volání, nebo zvolte jiný druh vložení hodnoty.</target>
<note />
</trans-unit>
<trans-unit id="Entire_repository">
<source>Entire repository</source>
<target state="translated">Celé úložiště</target>
<note />
</trans-unit>
<trans-unit id="Entire_solution">
<source>Entire solution</source>
<target state="translated">Celé řešení</target>
<note />
</trans-unit>
<trans-unit id="Error">
<source>Error</source>
<target state="translated">Chyba</target>
<note />
</trans-unit>
<trans-unit id="Error_updating_suppressions_0">
<source>Error updating suppressions: {0}</source>
<target state="translated">Chyba při aktualizaci potlačení: {0}</target>
<note />
</trans-unit>
<trans-unit id="Evaluating_0_tasks_in_queue">
<source>Evaluating ({0} tasks in queue)</source>
<target state="translated">Vyhodnocování (počet úloh ve frontě: {0})</target>
<note />
</trans-unit>
<trans-unit id="Extract_Base_Class">
<source>Extract Base Class</source>
<target state="translated">Extrahovat základní třídu</target>
<note />
</trans-unit>
<trans-unit id="Finish">
<source>Finish</source>
<target state="translated">Dokončit</target>
<note />
</trans-unit>
<trans-unit id="Format_document">
<source>Format document</source>
<target state="translated">Formátovat dokument</target>
<note />
</trans-unit>
<trans-unit id="Generate_dot_editorconfig_file_from_settings">
<source>Generate .editorconfig file from settings</source>
<target state="translated">Generovat soubor .editorconfig z nastavení</target>
<note />
</trans-unit>
<trans-unit id="Highlight_related_components_under_cursor">
<source>Highlight related components under cursor</source>
<target state="translated">Zvýrazňovat související komponenty pod kurzorem</target>
<note />
</trans-unit>
<trans-unit id="Id">
<source>Id</source>
<target state="translated">ID</target>
<note />
</trans-unit>
<trans-unit id="Implemented_interfaces">
<source>Implemented interfaces</source>
<target state="new">Implemented interfaces</target>
<note />
</trans-unit>
<trans-unit id="Implemented_members">
<source>Implemented members</source>
<target state="translated">Implementovaní členové</target>
<note />
</trans-unit>
<trans-unit id="Implementing_members">
<source>Implementing members</source>
<target state="translated">Implementace členů</target>
<note />
</trans-unit>
<trans-unit id="Implementing_types">
<source>Implementing types</source>
<target state="new">Implementing types</target>
<note />
</trans-unit>
<trans-unit id="In_other_operators">
<source>In other operators</source>
<target state="translated">V jiných operátorech</target>
<note />
</trans-unit>
<trans-unit id="Index">
<source>Index</source>
<target state="translated">Index</target>
<note>Index of parameter in original signature</note>
</trans-unit>
<trans-unit id="Infer_from_context">
<source>Infer from context</source>
<target state="translated">Odvodit z kontextu</target>
<note />
</trans-unit>
<trans-unit id="Indexed_in_organization">
<source>Indexed in organization</source>
<target state="translated">Indexováno v organizaci</target>
<note />
</trans-unit>
<trans-unit id="Indexed_in_repo">
<source>Indexed in repo</source>
<target state="translated">Indexováno v úložišti</target>
<note />
</trans-unit>
<trans-unit id="Inheritance_Margin_experimental">
<source>Inheritance Margin (experimental)</source>
<target state="translated">Míra dědičnosti (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Inherited_interfaces">
<source>Inherited interfaces</source>
<target state="new">Inherited interfaces</target>
<note />
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<note />
</trans-unit>
<trans-unit id="Inserting_call_site_value_0">
<source>Inserting call site value '{0}'</source>
<target state="translated">Vkládá se hodnota lokality volání {0}.</target>
<note />
</trans-unit>
<trans-unit id="Install_Microsoft_recommended_Roslyn_analyzers_which_provide_additional_diagnostics_and_fixes_for_common_API_design_security_performance_and_reliability_issues">
<source>Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues</source>
<target state="translated">Nainstalujte Microsoftem doporučené analyzátory Roslyn, které poskytují další diagnostiku a opravy pro běžné problémy s návrhem, zabezpečením, výkonem a spolehlivostí rozhraní API.</target>
<note />
</trans-unit>
<trans-unit id="Interface_cannot_have_field">
<source>Interface cannot have field.</source>
<target state="translated">Rozhraní nemůže mít pole.</target>
<note />
</trans-unit>
<trans-unit id="IntroduceUndefinedTodoVariables">
<source>Introduce undefined TODO variables</source>
<target state="translated">Zaveďte nedefinované proměnné TODO.</target>
<note>"TODO" is an indicator that more work should be done at the location where the TODO is inserted</note>
</trans-unit>
<trans-unit id="Item_origin">
<source>Item origin</source>
<target state="translated">Původ položky</target>
<note />
</trans-unit>
<trans-unit id="Keep">
<source>Keep</source>
<target state="translated">Zachovat</target>
<note />
</trans-unit>
<trans-unit id="Keep_all_parentheses_in_colon">
<source>Keep all parentheses in:</source>
<target state="translated">Zachovat všechny závorky v:</target>
<note />
</trans-unit>
<trans-unit id="Kind">
<source>Kind</source>
<target state="translated">Druh</target>
<note />
</trans-unit>
<trans-unit id="Language_client_initialization_failed">
<source>{0} failed to initialize. Status = {1}. Exception = {2}</source>
<target state="new">{0} failed to initialize. Status = {1}. Exception = {2}</target>
<note>{0} is the language server name. Status is the status of the initialization. Exception is the exception encountered during initialization.</note>
</trans-unit>
<trans-unit id="Live_analysis_VSIX_extension">
<source>Live analysis (VSIX extension)</source>
<target state="translated">Živá analýza (rozšíření VSIX)</target>
<note />
</trans-unit>
<trans-unit id="Loaded_items">
<source>Loaded items</source>
<target state="translated">Načtené položky</target>
<note />
</trans-unit>
<trans-unit id="Loaded_solution">
<source>Loaded solution</source>
<target state="translated">Načtené řešení</target>
<note />
</trans-unit>
<trans-unit id="Local">
<source>Local</source>
<target state="translated">Místní</target>
<note />
</trans-unit>
<trans-unit id="Local_metadata">
<source>Local metadata</source>
<target state="translated">Místní metadata</target>
<note />
</trans-unit>
<trans-unit id="Location">
<source>Location</source>
<target state="new">Location</target>
<note />
</trans-unit>
<trans-unit id="Make_0_abstract">
<source>Make '{0}' abstract</source>
<target state="translated">Nastavit {0} jako abstraktní</target>
<note />
</trans-unit>
<trans-unit id="Make_abstract">
<source>Make abstract</source>
<target state="translated">Nastavit jako abstraktní</target>
<note />
</trans-unit>
<trans-unit id="Members">
<source>Members</source>
<target state="translated">Členové</target>
<note />
</trans-unit>
<trans-unit id="Modifier_preferences_colon">
<source>Modifier preferences:</source>
<target state="translated">Předvolby modifikátorů:</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to Namespace</source>
<target state="translated">Přesunout do oboru názvů</target>
<note />
</trans-unit>
<trans-unit id="Multiple_members_are_inherited">
<source>Multiple members are inherited</source>
<target state="translated">Více členů se dědí.</target>
<note />
</trans-unit>
<trans-unit id="Multiple_members_are_inherited_on_line_0">
<source>Multiple members are inherited on line {0}</source>
<target state="translated">Více členů se dědí na řádku {0}.</target>
<note>Line number info is needed for accessibility purpose.</note>
</trans-unit>
<trans-unit id="Name_conflicts_with_an_existing_type_name">
<source>Name conflicts with an existing type name.</source>
<target state="translated">Název koliduje s existujícím názvem typu.</target>
<note />
</trans-unit>
<trans-unit id="Name_is_not_a_valid_0_identifier">
<source>Name is not a valid {0} identifier.</source>
<target state="translated">Název není platný identifikátor {0}.</target>
<note />
</trans-unit>
<trans-unit id="Namespace">
<source>Namespace</source>
<target state="translated">Obor názvů</target>
<note />
</trans-unit>
<trans-unit id="Namespace_0">
<source>Namespace: '{0}'</source>
<target state="translated">Obor názvů: {0}</target>
<note />
</trans-unit>
<trans-unit id="Namespace_declarations">
<source>Namespace declarations</source>
<target state="new">Namespace declarations</target>
<note />
</trans-unit>
<trans-unit id="Namespaces_have_been_updated">
<source>Namespaces have been updated.</source>
<target state="new">Namespaces have been updated.</target>
<note>"Namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Class">
<source>class</source>
<target state="new">class</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Delegate">
<source>delegate</source>
<target state="new">delegate</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Enum">
<source>enum</source>
<target state="new">enum</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Event">
<source>event</source>
<target state="new">event</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Field">
<source>field</source>
<target state="translated">pole</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# programming language concept of a "field" (which stores data).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Interface">
<source>interface</source>
<target state="new">interface</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Local">
<source>local</source>
<target state="translated">místní</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "local variable".</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_LocalFunction">
<source>local function</source>
<target state="translated">lokální funkce</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "local function" that exists locally within another function.</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Method">
<source>method</source>
<target state="translated">metoda</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "method" that can be called by other code.</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Namespace">
<source>namespace</source>
<target state="new">namespace</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Parameter">
<source>parameter</source>
<target state="translated">parametr</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "parameter" being passed to a method.</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Property">
<source>property</source>
<target state="translated">vlastnost</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "property" (which allows for the retrieval of data).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_Struct">
<source>struct</source>
<target state="new">struct</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_CSharp_TypeParameter">
<source>type parameter</source>
<target state="translated">parametr typu</target>
<note>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "type parameter".</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Class">
<source>Class</source>
<target state="new">Class</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Delegate">
<source>Delegate</source>
<target state="new">Delegate</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Enum">
<source>Enum</source>
<target state="new">Enum</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Event">
<source>Event</source>
<target state="new">Event</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Field">
<source>Field</source>
<target state="translated">Pole</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "field" (which stores data).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Interface">
<source>Interface</source>
<target state="new">Interface</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Local">
<source>Local</source>
<target state="translated">Místní</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "local variable".</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Method">
<source>Method</source>
<target state="translated">metoda</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "method".</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Module">
<source>Module</source>
<target state="new">Module</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Namespace">
<source>Namespace</source>
<target state="new">Namespace</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Parameter">
<source>Parameter</source>
<target state="translated">Parametr</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "parameter" which can be passed to a method.</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Property">
<source>Property</source>
<target state="new">Property</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_Structure">
<source>Structure</source>
<target state="new">Structure</target>
<note>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</note>
</trans-unit>
<trans-unit id="NamingSpecification_VisualBasic_TypeParameter">
<source>Type Parameter</source>
<target state="translated">Parametr typu</target>
<note>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "type parameter".</note>
</trans-unit>
<trans-unit id="Naming_rules">
<source>Naming rules</source>
<target state="translated">Pravidla pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Navigate_to_0">
<source>Navigate to '{0}'</source>
<target state="translated">Přejít na {0}</target>
<note />
</trans-unit>
<trans-unit id="Never_if_unnecessary">
<source>Never if unnecessary</source>
<target state="translated">Nikdy, pokud jsou nadbytečné</target>
<note />
</trans-unit>
<trans-unit id="New_Type_Name_colon">
<source>New Type Name:</source>
<target state="translated">Název nového typu:</target>
<note />
</trans-unit>
<trans-unit id="New_line_preferences_experimental_colon">
<source>New line preferences (experimental):</source>
<target state="translated">Předvolby nových řádků (experimentální):</target>
<note />
</trans-unit>
<trans-unit id="Newline_n">
<source>Newline (\\n)</source>
<target state="translated">Nový řádek (\\n)</target>
<note />
</trans-unit>
<trans-unit id="No_namespaces_needed_updating">
<source>No namespaces needed updating.</source>
<target state="new">No namespaces needed updating.</target>
<note>"Namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="No_unused_references_were_found">
<source>No unused references were found.</source>
<target state="translated">Nenašly se žádné nepoužívané odkazy.</target>
<note />
</trans-unit>
<trans-unit id="Non_public_methods">
<source>Non-public methods</source>
<target state="translated">Neveřejné metody</target>
<note />
</trans-unit>
<trans-unit id="None">
<source>None</source>
<target state="translated">žádné</target>
<note />
</trans-unit>
<trans-unit id="Omit_only_for_optional_parameters">
<source>Omit (only for optional parameters)</source>
<target state="translated">Vynechat (jen pro nepovinné parametry)</target>
<note />
</trans-unit>
<trans-unit id="Open_documents">
<source>Open documents</source>
<target state="translated">Otevřené dokumenty</target>
<note />
</trans-unit>
<trans-unit id="Optional_parameters_must_provide_a_default_value">
<source>Optional parameters must provide a default value</source>
<target state="translated">Nepovinné parametry musí poskytovat výchozí hodnotu.</target>
<note />
</trans-unit>
<trans-unit id="Optional_with_default_value_colon">
<source>Optional with default value:</source>
<target state="translated">Nepovinné s výchozí hodnotou:</target>
<note />
</trans-unit>
<trans-unit id="Other">
<source>Others</source>
<target state="translated">Jiné</target>
<note />
</trans-unit>
<trans-unit id="Overridden_members">
<source>Overridden members</source>
<target state="translated">Přepsaní členové</target>
<note />
</trans-unit>
<trans-unit id="Overriding_members">
<source>Overriding members</source>
<target state="translated">Přepsání členů</target>
<note />
</trans-unit>
<trans-unit id="Package_install_canceled">
<source>Package install canceled</source>
<target state="new">Package install canceled</target>
<note />
</trans-unit>
<trans-unit id="Package_uninstall_canceled">
<source>Package uninstall canceled</source>
<target state="new">Package uninstall canceled</target>
<note />
</trans-unit>
<trans-unit id="Packages">
<source>Packages</source>
<target state="translated">Balíčky</target>
<note />
</trans-unit>
<trans-unit id="Parameter_Details">
<source>Parameter Details</source>
<target state="translated">Podrobnosti o parametru</target>
<note />
</trans-unit>
<trans-unit id="Parameter_Name">
<source>Parameter name:</source>
<target state="translated">Název parametru:</target>
<note />
</trans-unit>
<trans-unit id="Parameter_information">
<source>Parameter information</source>
<target state="translated">Informace o parametrech</target>
<note />
</trans-unit>
<trans-unit id="Parameter_kind">
<source>Parameter kind</source>
<target state="translated">Druh parametru</target>
<note />
</trans-unit>
<trans-unit id="Parameter_name_contains_invalid_characters">
<source>Parameter name contains invalid character(s).</source>
<target state="translated">Název parametru obsahuje neplatné znaky.</target>
<note />
</trans-unit>
<trans-unit id="Parameter_preferences_colon">
<source>Parameter preferences:</source>
<target state="translated">Předvolby parametrů:</target>
<note />
</trans-unit>
<trans-unit id="Parameter_type_contains_invalid_characters">
<source>Parameter type contains invalid character(s).</source>
<target state="translated">Typ parametru obsahuje neplatné znaky.</target>
<note />
</trans-unit>
<trans-unit id="Parentheses_preferences_colon">
<source>Parentheses preferences:</source>
<target state="translated">Předvolby závorek:</target>
<note />
</trans-unit>
<trans-unit id="Paused_0_tasks_in_queue">
<source>Paused ({0} tasks in queue)</source>
<target state="translated">Pozastaveno (počet úloh ve frontě: {0})</target>
<note />
</trans-unit>
<trans-unit id="Please_enter_a_type_name">
<source>Please enter a type name</source>
<target state="translated">Zadejte prosím název typu.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Prefer_System_HashCode_in_GetHashCode">
<source>Prefer 'System.HashCode' in 'GetHashCode'</source>
<target state="translated">Upřednostňovat System.HashCode v GetHashCode</target>
<note />
</trans-unit>
<trans-unit id="Prefer_compound_assignments">
<source>Prefer compound assignments</source>
<target state="translated">Preferovat složená přiřazení</target>
<note />
</trans-unit>
<trans-unit id="Prefer_index_operator">
<source>Prefer index operator</source>
<target state="translated">Preferovat operátor indexu</target>
<note />
</trans-unit>
<trans-unit id="Prefer_range_operator">
<source>Prefer range operator</source>
<target state="translated">Preferovat operátor rozsahu</target>
<note />
</trans-unit>
<trans-unit id="Prefer_readonly_fields">
<source>Prefer readonly fields</source>
<target state="translated">Preferovat pole s modifikátorem readonly</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simple_using_statement">
<source>Prefer simple 'using' statement</source>
<target state="translated">Preferovat jednoduchý příkaz using</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simplified_boolean_expressions">
<source>Prefer simplified boolean expressions</source>
<target state="translated">Upřednostňovat zjednodušené logické výrazy</target>
<note />
</trans-unit>
<trans-unit id="Prefer_static_local_functions">
<source>Prefer static local functions</source>
<target state="translated">Preferovat statické místní funkce</target>
<note />
</trans-unit>
<trans-unit id="Projects">
<source>Projects</source>
<target state="translated">Projekty</target>
<note />
</trans-unit>
<trans-unit id="Pull_Members_Up">
<source>Pull Members Up</source>
<target state="translated">Stáhnout členy</target>
<note />
</trans-unit>
<trans-unit id="Quick_Actions">
<source>Quick Actions</source>
<target state="new">Quick Actions</target>
<note />
</trans-unit>
<trans-unit id="Refactoring_Only">
<source>Refactoring Only</source>
<target state="translated">Pouze refaktoring</target>
<note />
</trans-unit>
<trans-unit id="Reference">
<source>Reference</source>
<target state="translated">Odkaz</target>
<note />
</trans-unit>
<trans-unit id="Regular_Expressions">
<source>Regular Expressions</source>
<target state="translated">Regulární výrazy</target>
<note />
</trans-unit>
<trans-unit id="Remove_All">
<source>Remove All</source>
<target state="translated">Odebrat vše</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unused_References">
<source>Remove Unused References</source>
<target state="translated">Odebrat nepoužívané odkazy</target>
<note />
</trans-unit>
<trans-unit id="Rename_0_to_1">
<source>Rename {0} to {1}</source>
<target state="translated">Přejmenovat {0} na {1}</target>
<note />
</trans-unit>
<trans-unit id="Report_invalid_regular_expressions">
<source>Report invalid regular expressions</source>
<target state="translated">Nahlásit neplatné regulární výrazy</target>
<note />
</trans-unit>
<trans-unit id="Repository">
<source>Repository</source>
<target state="translated">Úložiště</target>
<note />
</trans-unit>
<trans-unit id="Require_colon">
<source>Require:</source>
<target state="translated">Vyžadovat:</target>
<note />
</trans-unit>
<trans-unit id="Required">
<source>Required</source>
<target state="translated">Požadováno</target>
<note />
</trans-unit>
<trans-unit id="Requires_System_HashCode_be_present_in_project">
<source>Requires 'System.HashCode' be present in project</source>
<target state="translated">V projektu se musí nacházet System.HashCode.</target>
<note />
</trans-unit>
<trans-unit id="Reset_Visual_Studio_default_keymapping">
<source>Reset Visual Studio default keymapping</source>
<target state="translated">Obnovit výchozí mapování klávesnice sady Visual Studio</target>
<note />
</trans-unit>
<trans-unit id="Review_Changes">
<source>Review Changes</source>
<target state="translated">Zkontrolovat změny</target>
<note />
</trans-unit>
<trans-unit id="Run_Code_Analysis_on_0">
<source>Run Code Analysis on {0}</source>
<target state="translated">Spustit analýzu kódu {0}</target>
<note />
</trans-unit>
<trans-unit id="Run_code_analysis_in_separate_process_requires_restart">
<source>Run code analysis in separate process (requires restart)</source>
<target state="new">Run code analysis in separate process (requires restart)</target>
<note />
</trans-unit>
<trans-unit id="Running_code_analysis_for_0">
<source>Running code analysis for '{0}'...</source>
<target state="translated">Spouští se analýza kódu pro {0}...</target>
<note />
</trans-unit>
<trans-unit id="Running_code_analysis_for_Solution">
<source>Running code analysis for Solution...</source>
<target state="translated">Spouští se analýza kódu pro řešení...</target>
<note />
</trans-unit>
<trans-unit id="Running_low_priority_background_processes">
<source>Running low priority background processes</source>
<target state="translated">Spouštění procesů s nízkou prioritou na pozadí</target>
<note />
</trans-unit>
<trans-unit id="Save_dot_editorconfig_file">
<source>Save .editorconfig file</source>
<target state="translated">Uložit soubor .editorconfig</target>
<note />
</trans-unit>
<trans-unit id="Search_Settings">
<source>Search Settings</source>
<target state="translated">Nastavení hledání</target>
<note />
</trans-unit>
<trans-unit id="Select_an_appropriate_symbol_to_start_value_tracking">
<source>Select an appropriate symbol to start value tracking</source>
<target state="new">Select an appropriate symbol to start value tracking</target>
<note />
</trans-unit>
<trans-unit id="Select_destination">
<source>Select destination</source>
<target state="translated">Vybrat cíl</target>
<note />
</trans-unit>
<trans-unit id="Select_Dependents">
<source>Select _Dependents</source>
<target state="translated">Vybrat _závislé položky</target>
<note />
</trans-unit>
<trans-unit id="Select_Public">
<source>Select _Public</source>
<target state="translated">Vybrat _veřejné</target>
<note />
</trans-unit>
<trans-unit id="Select_destination_and_members_to_pull_up">
<source>Select destination and members to pull up.</source>
<target state="translated">Vyberte cíl a členy ke stažení.</target>
<note />
</trans-unit>
<trans-unit id="Select_destination_colon">
<source>Select destination:</source>
<target state="translated">Vybrat cíl:</target>
<note />
</trans-unit>
<trans-unit id="Select_member">
<source>Select member</source>
<target state="translated">Vybrat člena</target>
<note />
</trans-unit>
<trans-unit id="Select_members_colon">
<source>Select members:</source>
<target state="translated">Vybrat členy:</target>
<note />
</trans-unit>
<trans-unit id="Show_Remove_Unused_References_command_in_Solution_Explorer_experimental">
<source>Show "Remove Unused References" command in Solution Explorer (experimental)</source>
<target state="translated">Zobrazit příkaz Odebrat nepoužívané odkazy v Průzkumníkovi řešení (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Show_completion_list">
<source>Show completion list</source>
<target state="translated">Zobrazit seznam pro doplňování</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_everything_else">
<source>Show hints for everything else</source>
<target state="translated">Zobrazit nápovědy pro všechno ostatní</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_implicit_object_creation">
<source>Show hints for implicit object creation</source>
<target state="translated">Zobrazit tipy pro implicitní vytvoření objektu</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_indexers">
<source>Show hints for indexers</source>
<target state="new">Show hints for indexers</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_lambda_parameter_types">
<source>Show hints for lambda parameter types</source>
<target state="translated">Zobrazit nápovědy pro typy parametrů lambda</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_literals">
<source>Show hints for literals</source>
<target state="translated">Zobrazit nápovědy pro literály</target>
<note />
</trans-unit>
<trans-unit id="Show_hints_for_variables_with_inferred_types">
<source>Show hints for variables with inferred types</source>
<target state="translated">Zobrazit nápovědy pro proměnné s odvozenými typy</target>
<note />
</trans-unit>
<trans-unit id="Show_inheritance_margin">
<source>Show inheritance margin</source>
<target state="translated">Zobrazit míru dědičnosti</target>
<note />
</trans-unit>
<trans-unit id="Skip_analyzers_for_implicitly_triggered_builds">
<source>Skip analyzers for implicitly triggered builds</source>
<target state="new">Skip analyzers for implicitly triggered builds</target>
<note />
</trans-unit>
<trans-unit id="Some_color_scheme_colors_are_being_overridden_by_changes_made_in_the_Environment_Fonts_and_Colors_options_page_Choose_Use_Defaults_in_the_Fonts_and_Colors_page_to_revert_all_customizations">
<source>Some color scheme colors are being overridden by changes made in the Environment > Fonts and Colors options page. Choose `Use Defaults` in the Fonts and Colors page to revert all customizations.</source>
<target state="translated">Některé barvy barevného schématu se přepsaly změnami na stránce možností Prostředí > Písma a barvy. Pokud chcete zrušit všechna přizpůsobení, vyberte na stránce Písma a barvy možnost Použít výchozí.</target>
<note />
</trans-unit>
<trans-unit id="Suggestion">
<source>Suggestion</source>
<target state="translated">Návrh</target>
<note />
</trans-unit>
<trans-unit id="Suppress_hints_when_parameter_name_matches_the_method_s_intent">
<source>Suppress hints when parameter name matches the method's intent</source>
<target state="translated">Potlačit nápovědy, když název parametru odpovídá záměru metody</target>
<note />
</trans-unit>
<trans-unit id="Suppress_hints_when_parameter_names_differ_only_by_suffix">
<source>Suppress hints when parameter names differ only by suffix</source>
<target state="translated">Potlačit nápovědy, když se název parametru liší jen předponou</target>
<note />
</trans-unit>
<trans-unit id="Symbols_without_references">
<source>Symbols without references</source>
<target state="translated">Symboly bez odkazů</target>
<note />
</trans-unit>
<trans-unit id="Sync_Namespaces">
<source>Sync Namespaces</source>
<target state="new">Sync Namespaces</target>
<note>"Namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="Tab_twice_to_insert_arguments">
<source>Tab twice to insert arguments (experimental)</source>
<target state="translated">Stisknout dvakrát tabulátor, aby se vložily argumenty (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Target_Namespace_colon">
<source>Target Namespace:</source>
<target state="translated">Cílový obor názvů:</target>
<note />
</trans-unit>
<trans-unit id="The_generator_0_that_generated_this_file_has_been_removed_from_the_project">
<source>The generator '{0}' that generated this file has been removed from the project; this file is no longer being included in your project.</source>
<target state="translated">Generátor {0}, který vygeneroval tento soubor, se odebral z projektu. Tento soubor už není součástí projektu.</target>
<note />
</trans-unit>
<trans-unit id="The_generator_0_that_generated_this_file_has_stopped_generating_this_file">
<source>The generator '{0}' that generated this file has stopped generating this file; this file is no longer being included in your project.</source>
<target state="translated">Generátor {0}, který vygeneroval tento soubor, přestal tento soubor generovat. Soubor už není součástí projektu.</target>
<note />
</trans-unit>
<trans-unit id="This_action_cannot_be_undone_Do_you_wish_to_continue">
<source>This action cannot be undone. Do you wish to continue?</source>
<target state="translated">Tato akce se nedá vrátit. Chcete pokračovat?</target>
<note />
</trans-unit>
<trans-unit id="This_file_is_autogenerated_by_0_and_cannot_be_edited">
<source>This file is auto-generated by the generator '{0}' and cannot be edited.</source>
<target state="translated">Tento soubor se automaticky vygeneroval pomocí generátoru {0} a nedá se upravit.</target>
<note />
</trans-unit>
<trans-unit id="This_is_an_invalid_namespace">
<source>This is an invalid namespace</source>
<target state="translated">Toto je neplatný obor názvů.</target>
<note />
</trans-unit>
<trans-unit id="Title">
<source>Title</source>
<target state="translated">Název</target>
<note />
</trans-unit>
<trans-unit id="Type_Name">
<source>Type name:</source>
<target state="translated">Název typu:</target>
<note />
</trans-unit>
<trans-unit id="Type_name_has_a_syntax_error">
<source>Type name has a syntax error</source>
<target state="translated">Název typu má chybu syntaxe.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Type_name_is_not_recognized">
<source>Type name is not recognized</source>
<target state="translated">Název typu se nerozpoznal.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Type_name_is_recognized">
<source>Type name is recognized</source>
<target state="translated">Název typu se rozpoznal.</target>
<note>"Type" is the programming language concept</note>
</trans-unit>
<trans-unit id="Underline_reassigned_variables">
<source>Underline reassigned variables</source>
<target state="new">Underline reassigned variables</target>
<note />
</trans-unit>
<trans-unit id="Unused_value_is_explicitly_assigned_to_an_unused_local">
<source>Unused value is explicitly assigned to an unused local</source>
<target state="translated">Nepoužitá hodnota se explicitně přiřadí nepoužité lokální hodnotě.</target>
<note />
</trans-unit>
<trans-unit id="Unused_value_is_explicitly_assigned_to_discard">
<source>Unused value is explicitly assigned to discard</source>
<target state="translated">Nepoužitá hodnota se explicitně přiřadí k zahození.</target>
<note />
</trans-unit>
<trans-unit id="Updating_namspaces">
<source>Updating namespaces...</source>
<target state="new">Updating namespaces...</target>
<note>"namespaces" is the programming language concept</note>
</trans-unit>
<trans-unit id="Updating_project_references">
<source>Updating project references...</source>
<target state="translated">Aktualizují se odkazy projektů...</target>
<note />
</trans-unit>
<trans-unit id="Updating_severity">
<source>Updating severity</source>
<target state="translated">Aktualizuje se závažnost.</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambdas">
<source>Use expression body for lambdas</source>
<target state="translated">Pro výrazy lambda používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_local_functions">
<source>Use expression body for local functions</source>
<target state="translated">Pro místní funkce používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_named_argument">
<source>Use named argument</source>
<target state="translated">Použít pojmenovaný argument</target>
<note>"argument" is a programming term for a value passed to a function</note>
</trans-unit>
<trans-unit id="Value">
<source>Value</source>
<target state="translated">Hodnota</target>
<note />
</trans-unit>
<trans-unit id="Value_Tracking">
<source>Value Tracking</source>
<target state="new">Value Tracking</target>
<note>Title of the "Value Tracking" tool window. "Value" is the variable/symbol and "Tracking" is the action the tool is doing to follow where the value can originate from.</note>
</trans-unit>
<trans-unit id="Value_assigned_here_is_never_used">
<source>Value assigned here is never used</source>
<target state="translated">Zde přiřazená hodnota se nikdy nepoužije.</target>
<note />
</trans-unit>
<trans-unit id="Value_colon">
<source>Value:</source>
<target state="translated">Hodnota:</target>
<note />
</trans-unit>
<trans-unit id="Value_returned_by_invocation_is_implicitly_ignored">
<source>Value returned by invocation is implicitly ignored</source>
<target state="translated">Hodnota vrácená voláním je implicitně ignorována.</target>
<note />
</trans-unit>
<trans-unit id="Value_to_inject_at_call_sites">
<source>Value to inject at call sites</source>
<target state="translated">Hodnota, která se má vložit v místech volání</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_2017">
<source>Visual Studio 2017</source>
<target state="translated">Visual Studio 2017</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_2019">
<source>Visual Studio 2019</source>
<target state="translated">Visual Studio 2019</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_Settings">
<source>Visual Studio Settings</source>
<target state="new">Visual Studio Settings</target>
<note />
</trans-unit>
<trans-unit id="Warning">
<source>Warning</source>
<target state="translated">Upozornění</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_duplicate_parameter_name">
<source>Warning: duplicate parameter name</source>
<target state="translated">Upozornění: duplicitní název parametru</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_type_does_not_bind">
<source>Warning: type does not bind</source>
<target state="translated">Upozornění: Typ se neváže</target>
<note />
</trans-unit>
<trans-unit id="We_notice_you_suspended_0_Reset_keymappings_to_continue_to_navigate_and_refactor">
<source>We notice you suspended '{0}'. Reset keymappings to continue to navigate and refactor.</source>
<target state="translated">Zaznamenali jsme, že jste pozastavili: {0}. Obnovte mapování klávesnice, abyste mohli pokračovat v navigaci a refactoringu.</target>
<note />
</trans-unit>
<trans-unit id="This_workspace_does_not_support_updating_Visual_Basic_compilation_options">
<source>This workspace does not support updating Visual Basic compilation options.</source>
<target state="translated">Tento pracovní prostor nepodporuje aktualizaci možností kompilace jazyka Visual Basic.</target>
<note />
</trans-unit>
<trans-unit id="Whitespace">
<source>Whitespace</source>
<target state="new">Whitespace</target>
<note />
</trans-unit>
<trans-unit id="You_must_change_the_signature">
<source>You must change the signature</source>
<target state="translated">Je nutné změnit signaturu</target>
<note>"signature" here means the definition of a method</note>
</trans-unit>
<trans-unit id="You_must_select_at_least_one_member">
<source>You must select at least one member.</source>
<target state="translated">Musíte vybrat aspoň jednoho člena.</target>
<note />
</trans-unit>
<trans-unit id="Illegal_characters_in_path">
<source>Illegal characters in path.</source>
<target state="translated">Cesta obsahuje neplatné znaky.</target>
<note />
</trans-unit>
<trans-unit id="File_name_must_have_the_0_extension">
<source>File name must have the "{0}" extension.</source>
<target state="translated">Název souboru musí mít příponu {0}.</target>
<note />
</trans-unit>
<trans-unit id="Debugger">
<source>Debugger</source>
<target state="translated">Ladicí program</target>
<note />
</trans-unit>
<trans-unit id="Determining_breakpoint_location">
<source>Determining breakpoint location...</source>
<target state="translated">Určuje se umístění zarážky...</target>
<note />
</trans-unit>
<trans-unit id="Determining_autos">
<source>Determining autos...</source>
<target state="translated">Určují se automatické fragmenty kódu...</target>
<note />
</trans-unit>
<trans-unit id="Resolving_breakpoint_location">
<source>Resolving breakpoint location...</source>
<target state="translated">Vyhodnocuje se umístění zarážky...</target>
<note />
</trans-unit>
<trans-unit id="Validating_breakpoint_location">
<source>Validating breakpoint location...</source>
<target state="translated">Ověřuje se umístění zarážky...</target>
<note />
</trans-unit>
<trans-unit id="Getting_DataTip_text">
<source>Getting DataTip text...</source>
<target state="translated">Získává se text Datového tipu...</target>
<note />
</trans-unit>
<trans-unit id="Preview_unavailable">
<source>Preview unavailable</source>
<target state="translated">Náhled není k dispozici.</target>
<note />
</trans-unit>
<trans-unit id="Overrides_">
<source>Overrides</source>
<target state="translated">Přepisuje</target>
<note />
</trans-unit>
<trans-unit id="Overridden_By">
<source>Overridden By</source>
<target state="translated">Přepsáno čím:</target>
<note />
</trans-unit>
<trans-unit id="Inherits_">
<source>Inherits</source>
<target state="translated">Dědí</target>
<note />
</trans-unit>
<trans-unit id="Inherited_By">
<source>Inherited By</source>
<target state="translated">Zdědil:</target>
<note />
</trans-unit>
<trans-unit id="Implements_">
<source>Implements</source>
<target state="translated">Implementuje</target>
<note />
</trans-unit>
<trans-unit id="Implemented_By">
<source>Implemented By</source>
<target state="translated">Implementoval:</target>
<note />
</trans-unit>
<trans-unit id="Maximum_number_of_documents_are_open">
<source>Maximum number of documents are open.</source>
<target state="translated">Více dokumentů už nejde otevřít.</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_create_document_in_miscellaneous_files_project">
<source>Failed to create document in miscellaneous files project.</source>
<target state="translated">V projektu s různorodými soubory se nepovedlo vytvořit dokument.</target>
<note />
</trans-unit>
<trans-unit id="Invalid_access">
<source>Invalid access.</source>
<target state="translated">Neplatný přístup</target>
<note />
</trans-unit>
<trans-unit id="The_following_references_were_not_found_0_Please_locate_and_add_them_manually">
<source>The following references were not found. {0}Please locate and add them manually.</source>
<target state="translated">Následující odkazy se nenašly. {0}Najděte nebo přidejte je prosím ručně.</target>
<note />
</trans-unit>
<trans-unit id="End_position_must_be_start_position">
<source>End position must be >= start position</source>
<target state="translated">Konečná pozice musí být >= počáteční pozici.</target>
<note />
</trans-unit>
<trans-unit id="Not_a_valid_value">
<source>Not a valid value</source>
<target state="translated">Není platnou hodnotou.</target>
<note />
</trans-unit>
<trans-unit id="_0_is_inherited">
<source>'{0}' is inherited</source>
<target state="translated">{0} se dědí.</target>
<note />
</trans-unit>
<trans-unit id="_0_will_be_changed_to_abstract">
<source>'{0}' will be changed to abstract.</source>
<target state="translated">{0} se změní na abstraktní.</target>
<note />
</trans-unit>
<trans-unit id="_0_will_be_changed_to_non_static">
<source>'{0}' will be changed to non-static.</source>
<target state="translated">{0} se změní na nestatický.</target>
<note />
</trans-unit>
<trans-unit id="_0_will_be_changed_to_public">
<source>'{0}' will be changed to public.</source>
<target state="translated">{0} se změní na veřejný.</target>
<note />
</trans-unit>
<trans-unit id="generated_by_0_suffix">
<source>[generated by {0}]</source>
<target state="translated">[vygenerováno pomocí {0}]</target>
<note>{0} is the name of a generator.</note>
</trans-unit>
<trans-unit id="generated_suffix">
<source>[generated]</source>
<target state="translated">[vygenerováno]</target>
<note />
</trans-unit>
<trans-unit id="given_workspace_doesn_t_support_undo">
<source>given workspace doesn't support undo</source>
<target state="translated">Daný pracovní prostor nepodporuje vrácení akce zpátky.</target>
<note />
</trans-unit>
<trans-unit id="Add_a_reference_to_0">
<source>Add a reference to '{0}'</source>
<target state="translated">Přidat odkaz do {0}</target>
<note />
</trans-unit>
<trans-unit id="Event_type_is_invalid">
<source>Event type is invalid</source>
<target state="translated">Typ události není platný.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_find_where_to_insert_member">
<source>Can't find where to insert member</source>
<target state="translated">Nejde zjistit místo, kam se má vložit člen.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_rename_other_elements">
<source>Can't rename 'other' elements</source>
<target state="translated">Elementy other nejde přejmenovat.</target>
<note />
</trans-unit>
<trans-unit id="Unknown_rename_type">
<source>Unknown rename type</source>
<target state="translated">Neznámý typ přejmenování</target>
<note />
</trans-unit>
<trans-unit id="IDs_are_not_supported_for_this_symbol_type">
<source>IDs are not supported for this symbol type.</source>
<target state="translated">ID se pro tento typ symbolu nepodporují.</target>
<note />
</trans-unit>
<trans-unit id="Can_t_create_a_node_id_for_this_symbol_kind_colon_0">
<source>Can't create a node id for this symbol kind: '{0}'</source>
<target state="translated">Pro tento druh symbolu nejde vytvořit ID uzlu: {0}</target>
<note />
</trans-unit>
<trans-unit id="Project_References">
<source>Project References</source>
<target state="translated">Odkazy projektu</target>
<note />
</trans-unit>
<trans-unit id="Base_Types">
<source>Base Types</source>
<target state="translated">Základní typy</target>
<note />
</trans-unit>
<trans-unit id="Miscellaneous_Files">
<source>Miscellaneous Files</source>
<target state="translated">Různé soubory</target>
<note />
</trans-unit>
<trans-unit id="Could_not_find_project_0">
<source>Could not find project '{0}'</source>
<target state="translated">Projekt {0} nešlo najít.</target>
<note />
</trans-unit>
<trans-unit id="Could_not_find_location_of_folder_on_disk">
<source>Could not find location of folder on disk</source>
<target state="translated">Nepovedlo se najít umístění složky na disku.</target>
<note />
</trans-unit>
<trans-unit id="Assembly">
<source>Assembly </source>
<target state="translated">Sestavení </target>
<note />
</trans-unit>
<trans-unit id="Exceptions_colon">
<source>Exceptions:</source>
<target state="translated">Výjimky:</target>
<note />
</trans-unit>
<trans-unit id="Member_of_0">
<source>Member of {0}</source>
<target state="translated">Člen v {0}</target>
<note />
</trans-unit>
<trans-unit id="Parameters_colon1">
<source>Parameters:</source>
<target state="translated">Parametry:</target>
<note />
</trans-unit>
<trans-unit id="Project">
<source>Project </source>
<target state="translated">Projekt </target>
<note />
</trans-unit>
<trans-unit id="Remarks_colon">
<source>Remarks:</source>
<target state="translated">Poznámky:</target>
<note />
</trans-unit>
<trans-unit id="Returns_colon">
<source>Returns:</source>
<target state="translated">Vrácení:</target>
<note />
</trans-unit>
<trans-unit id="Summary_colon">
<source>Summary:</source>
<target state="translated">Souhrn:</target>
<note />
</trans-unit>
<trans-unit id="Type_Parameters_colon">
<source>Type Parameters:</source>
<target state="translated">Parametry typu:</target>
<note />
</trans-unit>
<trans-unit id="File_already_exists">
<source>File already exists</source>
<target state="translated">Soubor už existuje.</target>
<note />
</trans-unit>
<trans-unit id="File_path_cannot_use_reserved_keywords">
<source>File path cannot use reserved keywords</source>
<target state="translated">Cesta k souboru nemůže používat vyhrazená klíčová slova.</target>
<note />
</trans-unit>
<trans-unit id="DocumentPath_is_illegal">
<source>DocumentPath is illegal</source>
<target state="translated">Cesta DocumentPath není platná.</target>
<note />
</trans-unit>
<trans-unit id="Project_Path_is_illegal">
<source>Project Path is illegal</source>
<target state="translated">Cesta k projektu není platná.</target>
<note />
</trans-unit>
<trans-unit id="Path_cannot_have_empty_filename">
<source>Path cannot have empty filename</source>
<target state="translated">Cesta nemůže obsahovat prázdný název souboru.</target>
<note />
</trans-unit>
<trans-unit id="The_given_DocumentId_did_not_come_from_the_Visual_Studio_workspace">
<source>The given DocumentId did not come from the Visual Studio workspace.</source>
<target state="translated">Dané DocumentId nepochází z pracovního prostoru sady Visual Studio.</target>
<note />
</trans-unit>
<trans-unit id="Project_colon_0_1_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to">
<source>Project: {0} ({1})
Use the dropdown to view and switch to other projects this file may belong to.</source>
<target state="translated">Projekt: {0} ({1})
V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento soubor mohl patřit, a případně na ně rovnou přepnout.</target>
<note />
</trans-unit>
<trans-unit id="_0_Use_the_dropdown_to_view_and_navigate_to_other_items_in_this_file">
<source>{0}
Use the dropdown to view and navigate to other items in this file.</source>
<target state="translated">{0}
V rozevíracím seznamu si můžete zobrazit ostatní položky v tomto souboru a případně na ně rovnou přejít.</target>
<note />
</trans-unit>
<trans-unit id="Project_colon_0_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to">
<source>Project: {0}
Use the dropdown to view and switch to other projects this file may belong to.</source>
<target state="translated">Projekt: {0}
V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento soubor mohl patřit, a případně na ně rovnou přepnout.</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerChangedOnDisk">
<source>AnalyzerChangedOnDisk</source>
<target state="translated">AnalyzerChangedOnDisk</target>
<note />
</trans-unit>
<trans-unit id="The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted">
<source>The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.</source>
<target state="translated">Sestavení analyzátoru {0} se změnilo. Diagnostika možná nebude odpovídat skutečnosti, dokud se Visual Studio nerestartuje.</target>
<note />
</trans-unit>
<trans-unit id="CSharp_VB_Diagnostics_Table_Data_Source">
<source>C#/VB Diagnostics Table Data Source</source>
<target state="translated">Zdroj dat pro tabulku diagnostiky jazyka C#/VB</target>
<note />
</trans-unit>
<trans-unit id="CSharp_VB_Todo_List_Table_Data_Source">
<source>C#/VB Todo List Table Data Source</source>
<target state="translated">Zdroj dat pro tabulku seznamu úkolů jazyka C#/VB</target>
<note />
</trans-unit>
<trans-unit id="Cancel">
<source>Cancel</source>
<target state="translated">Storno</target>
<note />
</trans-unit>
<trans-unit id="Deselect_All">
<source>_Deselect All</source>
<target state="translated">_Zrušit výběr</target>
<note />
</trans-unit>
<trans-unit id="Extract_Interface">
<source>Extract Interface</source>
<target state="translated">Extrahovat rozhraní</target>
<note />
</trans-unit>
<trans-unit id="Generated_name_colon">
<source>Generated name:</source>
<target state="translated">Vygenerovaný název:</target>
<note />
</trans-unit>
<trans-unit id="New_file_name_colon">
<source>New _file name:</source>
<target state="translated">Nový _název souboru:</target>
<note />
</trans-unit>
<trans-unit id="New_interface_name_colon">
<source>New _interface name:</source>
<target state="translated">Nový ná_zev rozhraní:</target>
<note />
</trans-unit>
<trans-unit id="OK">
<source>OK</source>
<target state="translated">OK</target>
<note />
</trans-unit>
<trans-unit id="Select_All">
<source>_Select All</source>
<target state="translated">_Vybrat vše</target>
<note />
</trans-unit>
<trans-unit id="Select_public_members_to_form_interface">
<source>Select public _members to form interface</source>
<target state="translated">Vybrat veřejné č_leny, ze kterých se sestaví rozhraní</target>
<note />
</trans-unit>
<trans-unit id="Access_colon">
<source>_Access:</source>
<target state="translated">_Přístup:</target>
<note />
</trans-unit>
<trans-unit id="Add_to_existing_file">
<source>Add to _existing file</source>
<target state="translated">Přidat do _existujícího souboru</target>
<note />
</trans-unit>
<trans-unit id="Change_Signature">
<source>Change Signature</source>
<target state="translated">Změnit signaturu</target>
<note />
</trans-unit>
<trans-unit id="Create_new_file">
<source>_Create new file</source>
<target state="translated">_Vytvořit nový soubor</target>
<note />
</trans-unit>
<trans-unit id="Default_">
<source>Default</source>
<target state="translated">Výchozí</target>
<note />
</trans-unit>
<trans-unit id="File_Name_colon">
<source>File Name:</source>
<target state="translated">Název souboru:</target>
<note />
</trans-unit>
<trans-unit id="Generate_Type">
<source>Generate Type</source>
<target state="translated">Generovat typ</target>
<note />
</trans-unit>
<trans-unit id="Kind_colon">
<source>_Kind:</source>
<target state="translated">_Druh:</target>
<note />
</trans-unit>
<trans-unit id="Location_colon">
<source>Location:</source>
<target state="translated">Umístění:</target>
<note />
</trans-unit>
<trans-unit id="Modifier">
<source>Modifier</source>
<target state="translated">Modifikátor</target>
<note />
</trans-unit>
<trans-unit id="Name_colon1">
<source>Name:</source>
<target state="translated">Název:</target>
<note />
</trans-unit>
<trans-unit id="Parameter">
<source>Parameter</source>
<target state="translated">Parametr</target>
<note />
</trans-unit>
<trans-unit id="Parameters_colon2">
<source>Parameters:</source>
<target state="translated">Parametry:</target>
<note />
</trans-unit>
<trans-unit id="Preview_method_signature_colon">
<source>Preview method signature:</source>
<target state="translated">Náhled signatury metody:</target>
<note />
</trans-unit>
<trans-unit id="Preview_reference_changes">
<source>Preview reference changes</source>
<target state="translated">Náhled změn odkazu</target>
<note />
</trans-unit>
<trans-unit id="Project_colon">
<source>_Project:</source>
<target state="translated">_Projekt:</target>
<note />
</trans-unit>
<trans-unit id="Type">
<source>Type</source>
<target state="translated">Typ</target>
<note />
</trans-unit>
<trans-unit id="Type_Details_colon">
<source>Type Details:</source>
<target state="translated">Podrobnosti o typu:</target>
<note />
</trans-unit>
<trans-unit id="Re_move">
<source>Re_move</source>
<target state="translated">O_debrat</target>
<note />
</trans-unit>
<trans-unit id="Restore">
<source>_Restore</source>
<target state="translated">_Obnovit</target>
<note />
</trans-unit>
<trans-unit id="More_about_0">
<source>More about {0}</source>
<target state="translated">Další informace o {0}</target>
<note />
</trans-unit>
<trans-unit id="Navigation_must_be_performed_on_the_foreground_thread">
<source>Navigation must be performed on the foreground thread.</source>
<target state="translated">Navigace musí probíhat ve vlákně na popředí.</target>
<note />
</trans-unit>
<trans-unit id="bracket_plus_bracket">
<source>[+] </source>
<target state="translated">[+] </target>
<note />
</trans-unit>
<trans-unit id="bracket_bracket">
<source>[-] </source>
<target state="translated">[-] </target>
<note />
</trans-unit>
<trans-unit id="Reference_to_0_in_project_1">
<source>Reference to '{0}' in project '{1}'</source>
<target state="translated">Odkaz na {0} v projektu {1}</target>
<note />
</trans-unit>
<trans-unit id="Unknown1">
<source><Unknown></source>
<target state="translated"><Neznámý></target>
<note />
</trans-unit>
<trans-unit id="Analyzer_reference_to_0_in_project_1">
<source>Analyzer reference to '{0}' in project '{1}'</source>
<target state="translated">Odkaz analyzátoru na {0} v projektu {1}</target>
<note />
</trans-unit>
<trans-unit id="Project_reference_to_0_in_project_1">
<source>Project reference to '{0}' in project '{1}'</source>
<target state="translated">Odkaz projektu na {0} v projektu {1}</target>
<note />
</trans-unit>
<trans-unit id="AnalyzerDependencyConflict">
<source>AnalyzerDependencyConflict</source>
<target state="translated">AnalyzerDependencyConflict</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_assemblies_0_and_1_both_have_identity_2_but_different_contents_Only_one_will_be_loaded_and_analyzers_using_these_assemblies_may_not_run_correctly">
<source>Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly.</source>
<target state="translated">Sestavení analyzátoru {0} a {1} mají obě identitu {2}, ale různý obsah. Načte se jenom jedno z nich. Analyzátory, které tato sestavení používají, možná nepoběží tak, jak by měly.</target>
<note />
</trans-unit>
<trans-unit id="_0_references">
<source>{0} references</source>
<target state="translated">Počet odkazů: {0}</target>
<note />
</trans-unit>
<trans-unit id="_1_reference">
<source>1 reference</source>
<target state="translated">1 odkaz</target>
<note />
</trans-unit>
<trans-unit id="_0_encountered_an_error_and_has_been_disabled">
<source>'{0}' encountered an error and has been disabled.</source>
<target state="translated">'U analyzátoru {0} došlo k chybě a byl zakázán.</target>
<note />
</trans-unit>
<trans-unit id="Enable">
<source>Enable</source>
<target state="translated">Povolit</target>
<note />
</trans-unit>
<trans-unit id="Enable_and_ignore_future_errors">
<source>Enable and ignore future errors</source>
<target state="translated">Povolit a ignorovat budoucí chyby</target>
<note />
</trans-unit>
<trans-unit id="No_Changes">
<source>No Changes</source>
<target state="translated">Beze změn</target>
<note />
</trans-unit>
<trans-unit id="Current_block">
<source>Current block</source>
<target state="translated">Aktuální blok</target>
<note />
</trans-unit>
<trans-unit id="Determining_current_block">
<source>Determining current block.</source>
<target state="translated">Určuje se aktuální blok.</target>
<note />
</trans-unit>
<trans-unit id="IntelliSense">
<source>IntelliSense</source>
<target state="translated">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="CSharp_VB_Build_Table_Data_Source">
<source>C#/VB Build Table Data Source</source>
<target state="translated">Zdroj dat pro tabulku sestavení jazyka C#/VB</target>
<note />
</trans-unit>
<trans-unit id="MissingAnalyzerReference">
<source>MissingAnalyzerReference</source>
<target state="translated">MissingAnalyzerReference</target>
<note />
</trans-unit>
<trans-unit id="Analyzer_assembly_0_depends_on_1_but_it_was_not_found_Analyzers_may_not_run_correctly_unless_the_missing_assembly_is_added_as_an_analyzer_reference_as_well">
<source>Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well.</source>
<target state="translated">Sestavení analyzátoru {0} závisí na sestavení {1}, to se ale nepovedlo najít. Analyzátory možná nepoběží tak, jak by měly, dokud se jako odkaz analyzátoru nepřidá i chybějící sestavení.</target>
<note />
</trans-unit>
<trans-unit id="Suppress_diagnostics">
<source>Suppress diagnostics</source>
<target state="translated">Potlačit diagnostiku</target>
<note />
</trans-unit>
<trans-unit id="Computing_suppressions_fix">
<source>Computing suppressions fix...</source>
<target state="translated">Počítá se odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="Applying_suppressions_fix">
<source>Applying suppressions fix...</source>
<target state="translated">Používá se odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="Remove_suppressions">
<source>Remove suppressions</source>
<target state="translated">Odebrat potlačení</target>
<note />
</trans-unit>
<trans-unit id="Computing_remove_suppressions_fix">
<source>Computing remove suppressions fix...</source>
<target state="translated">Počítá se oprava formou odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="Applying_remove_suppressions_fix">
<source>Applying remove suppressions fix...</source>
<target state="translated">Používá se oprava formou odebrání potlačení...</target>
<note />
</trans-unit>
<trans-unit id="This_workspace_only_supports_opening_documents_on_the_UI_thread">
<source>This workspace only supports opening documents on the UI thread.</source>
<target state="translated">Tento pracovní prostor podporuje otevírání dokumentů jenom ve vlákně uživatelského rozhraní.</target>
<note />
</trans-unit>
<trans-unit id="This_workspace_does_not_support_updating_Visual_Basic_parse_options">
<source>This workspace does not support updating Visual Basic parse options.</source>
<target state="translated">Tento pracovní prostor nepodporuje aktualizaci možností analýzy jazyka Visual Basic.</target>
<note />
</trans-unit>
<trans-unit id="Synchronize_0">
<source>Synchronize {0}</source>
<target state="translated">Synchronizovat {0}</target>
<note />
</trans-unit>
<trans-unit id="Synchronizing_with_0">
<source>Synchronizing with {0}...</source>
<target state="translated">Probíhá synchronizace s {0}...</target>
<note />
</trans-unit>
<trans-unit id="Visual_Studio_has_suspended_some_advanced_features_to_improve_performance">
<source>Visual Studio has suspended some advanced features to improve performance.</source>
<target state="translated">Sada Visual Studio pozastavila některé pokročilé funkce, aby se zvýšil výkon.</target>
<note />
</trans-unit>
<trans-unit id="Installing_0">
<source>Installing '{0}'</source>
<target state="translated">Instaluje se {0}.</target>
<note />
</trans-unit>
<trans-unit id="Installing_0_completed">
<source>Installing '{0}' completed</source>
<target state="translated">Instalace {0} je hotová.</target>
<note />
</trans-unit>
<trans-unit id="Package_install_failed_colon_0">
<source>Package install failed: {0}</source>
<target state="translated">Nepovedlo se nainstalovat balíček: {0}</target>
<note />
</trans-unit>
<trans-unit id="Unknown2">
<source><Unknown></source>
<target state="translated"><Neznámý></target>
<note />
</trans-unit>
<trans-unit id="No">
<source>No</source>
<target state="translated">Ne</target>
<note />
</trans-unit>
<trans-unit id="Yes">
<source>Yes</source>
<target state="translated">Ano</target>
<note />
</trans-unit>
<trans-unit id="Choose_a_Symbol_Specification_and_a_Naming_Style">
<source>Choose a Symbol Specification and a Naming Style.</source>
<target state="translated">Zvolte specifikaci symbolů a styl pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_title_for_this_Naming_Rule">
<source>Enter a title for this Naming Rule.</source>
<target state="translated">Zadejte název tohoto pravidla pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_title_for_this_Naming_Style">
<source>Enter a title for this Naming Style.</source>
<target state="translated">Zadejte název tohoto stylu pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Enter_a_title_for_this_Symbol_Specification">
<source>Enter a title for this Symbol Specification.</source>
<target state="translated">Zadejte název této specifikace symbolů.</target>
<note />
</trans-unit>
<trans-unit id="Accessibilities_can_match_any">
<source>Accessibilities (can match any)</source>
<target state="translated">Přístupnosti (můžou odpovídat čemukoli)</target>
<note />
</trans-unit>
<trans-unit id="Capitalization_colon">
<source>Capitalization:</source>
<target state="translated">Velká písmena:</target>
<note />
</trans-unit>
<trans-unit id="all_lower">
<source>all lower</source>
<target state="translated">všechna malá</target>
<note />
</trans-unit>
<trans-unit id="ALL_UPPER">
<source>ALL UPPER</source>
<target state="translated">VŠECHNA VELKÁ</target>
<note />
</trans-unit>
<trans-unit id="camel_Case_Name">
<source>camel Case Name</source>
<target state="translated">Název ve stylu camelCase</target>
<note />
</trans-unit>
<trans-unit id="First_word_upper">
<source>First word upper</source>
<target state="translated">První slovo velkými písmeny</target>
<note />
</trans-unit>
<trans-unit id="Pascal_Case_Name">
<source>Pascal Case Name</source>
<target state="translated">Název ve stylu JazykaPascal</target>
<note />
</trans-unit>
<trans-unit id="Severity_colon">
<source>Severity:</source>
<target state="translated">Závažnost:</target>
<note />
</trans-unit>
<trans-unit id="Modifiers_must_match_all">
<source>Modifiers (must match all)</source>
<target state="translated">Modifikátory (můžou odpovídat libovolným)</target>
<note />
</trans-unit>
<trans-unit id="Name_colon2">
<source>Name:</source>
<target state="translated">Název:</target>
<note />
</trans-unit>
<trans-unit id="Naming_Rule">
<source>Naming Rule</source>
<target state="translated">Pravidlo pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Naming_Style">
<source>Naming Style</source>
<target state="translated">Styl pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Naming_Style_colon">
<source>Naming Style:</source>
<target state="translated">Styl pojmenování:</target>
<note />
</trans-unit>
<trans-unit id="Naming_Rules_allow_you_to_define_how_particular_sets_of_symbols_should_be_named_and_how_incorrectly_named_symbols_should_be_handled">
<source>Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled.</source>
<target state="translated">Pravidla pojmenování umožňují definovat, jak se mají pojmenovat konkrétní sady symbolů a jak se mají zpracovat nesprávně pojmenované symboly.</target>
<note />
</trans-unit>
<trans-unit id="The_first_matching_top_level_Naming_Rule_is_used_by_default_when_naming_a_symbol_while_any_special_cases_are_handled_by_a_matching_child_rule">
<source>The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule.</source>
<target state="translated">Při pojmenovávání symbolu se standardně použije první odpovídající pravidlo pojmenování nejvyšší úrovně. Speciální případy se řeší odpovídajícím podřízeným pravidlem.</target>
<note />
</trans-unit>
<trans-unit id="Naming_Style_Title_colon">
<source>Naming Style Title:</source>
<target state="translated">Název stylu pojmenování:</target>
<note />
</trans-unit>
<trans-unit id="Parent_Rule_colon">
<source>Parent Rule:</source>
<target state="translated">Nadřazené pravidlo:</target>
<note />
</trans-unit>
<trans-unit id="Required_Prefix_colon">
<source>Required Prefix:</source>
<target state="translated">Požadovaná předpona:</target>
<note />
</trans-unit>
<trans-unit id="Required_Suffix_colon">
<source>Required Suffix:</source>
<target state="translated">Požadovaná přípona:</target>
<note />
</trans-unit>
<trans-unit id="Sample_Identifier_colon">
<source>Sample Identifier:</source>
<target state="translated">Ukázkový identifikátor:</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Kinds_can_match_any">
<source>Symbol Kinds (can match any)</source>
<target state="translated">Druhy symbolů (můžou odpovídat čemukoli)</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Specification">
<source>Symbol Specification</source>
<target state="translated">Specifikace symbolů</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Specification_colon">
<source>Symbol Specification:</source>
<target state="translated">Specifikace symbolů:</target>
<note />
</trans-unit>
<trans-unit id="Symbol_Specification_Title_colon">
<source>Symbol Specification Title:</source>
<target state="translated">Název specifikace symbolů:</target>
<note />
</trans-unit>
<trans-unit id="Word_Separator_colon">
<source>Word Separator:</source>
<target state="translated">Oddělovač slov:</target>
<note />
</trans-unit>
<trans-unit id="example">
<source>example</source>
<target state="translated">příklad</target>
<note>IdentifierWord_Example and IdentifierWord_Identifier are combined (with prefixes, suffixes, and word separators) into an example identifier name in the NamingStyle UI.</note>
</trans-unit>
<trans-unit id="identifier">
<source>identifier</source>
<target state="translated">identifikátor</target>
<note>IdentifierWord_Example and IdentifierWord_Identifier are combined (with prefixes, suffixes, and word separators) into an example identifier name in the NamingStyle UI.</note>
</trans-unit>
<trans-unit id="Install_0">
<source>Install '{0}'</source>
<target state="translated">Nainstalovat {0}</target>
<note />
</trans-unit>
<trans-unit id="Uninstalling_0">
<source>Uninstalling '{0}'</source>
<target state="translated">Odinstalovává se {0}</target>
<note />
</trans-unit>
<trans-unit id="Uninstalling_0_completed">
<source>Uninstalling '{0}' completed</source>
<target state="translated">Odinstalace {0} se dokončila.</target>
<note />
</trans-unit>
<trans-unit id="Uninstall_0">
<source>Uninstall '{0}'</source>
<target state="translated">Odinstalovat {0}</target>
<note />
</trans-unit>
<trans-unit id="Package_uninstall_failed_colon_0">
<source>Package uninstall failed: {0}</source>
<target state="translated">Nepovedlo se odinstalovat balíček: {0}</target>
<note />
</trans-unit>
<trans-unit id="Error_encountered_while_loading_the_project_Some_project_features_such_as_full_solution_analysis_for_the_failed_project_and_projects_that_depend_on_it_have_been_disabled">
<source>Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.</source>
<target state="translated">Při načítání projektu došlo k chybě. Některé funkce projektu, třeba úplná analýza řešení pro neúspěšný projekt a projekty, které na něm závisí, jsou zakázané.</target>
<note />
</trans-unit>
<trans-unit id="Project_loading_failed">
<source>Project loading failed.</source>
<target state="translated">Nepovedlo se načíst projekt.</target>
<note />
</trans-unit>
<trans-unit id="To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragraph_follows">
<source>To see what caused the issue, please try below.
1. Close Visual Studio
2. Open a Visual Studio Developer Command Prompt
3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true)
4. Delete .vs directory/.suo file
5. Restart VS from the command prompt you set the environment variable (devenv)
6. Open the solution
7. Check '{0}' and look for the failed tasks (FAILED)</source>
<target state="translated">Pokud chcete zjistit příčinu problému, zkuste prosím následující.
1. Zavřete Visual Studio.
2. Otevřete Visual Studio Developer Command Prompt.
3. Nastavte proměnnou prostředí TraceDesignTime na hodnotu true (set TraceDesignTime=true).
4. Odstraňte adresář .vs nebo soubor /.suo.
5. Restartujte VS z příkazového řádku, ve kterém jste nastavili proměnnou prostředí (devenv).
6. Otevřete řešení.
7. Zkontrolujte {0} a vyhledejte neúspěšné úlohy (FAILED).</target>
<note />
</trans-unit>
<trans-unit id="Additional_information_colon">
<source>Additional information:</source>
<target state="translated">Další informace:</target>
<note />
</trans-unit>
<trans-unit id="Installing_0_failed_Additional_information_colon_1">
<source>Installing '{0}' failed.
Additional information: {1}</source>
<target state="translated">Nepovedlo se nainstalovat {0}.
Další informace: {1}</target>
<note />
</trans-unit>
<trans-unit id="Uninstalling_0_failed_Additional_information_colon_1">
<source>Uninstalling '{0}' failed.
Additional information: {1}</source>
<target state="translated">Nepovedlo se odinstalovat {0}.
Další informace: {1}</target>
<note />
</trans-unit>
<trans-unit id="Move_0_below_1">
<source>Move {0} below {1}</source>
<target state="translated">Přesunout {0} pod {1}</target>
<note>{0} and {1} are parameter descriptions</note>
</trans-unit>
<trans-unit id="Move_0_above_1">
<source>Move {0} above {1}</source>
<target state="translated">Přesunout {0} nad {1}</target>
<note>{0} and {1} are parameter descriptions</note>
</trans-unit>
<trans-unit id="Remove_0">
<source>Remove {0}</source>
<target state="translated">Odebrat {0}</target>
<note>{0} is a parameter description</note>
</trans-unit>
<trans-unit id="Restore_0">
<source>Restore {0}</source>
<target state="translated">Obnovit {0}</target>
<note>{0} is a parameter description</note>
</trans-unit>
<trans-unit id="Re_enable">
<source>Re-enable</source>
<target state="translated">Znovu povolit</target>
<note />
</trans-unit>
<trans-unit id="Learn_more">
<source>Learn more</source>
<target state="translated">Další informace</target>
<note />
</trans-unit>
<trans-unit id="Prefer_framework_type">
<source>Prefer framework type</source>
<target state="translated">Upřednostňovat typ architektury</target>
<note />
</trans-unit>
<trans-unit id="Prefer_predefined_type">
<source>Prefer predefined type</source>
<target state="translated">Upřednostňovat předem definovaný typ</target>
<note />
</trans-unit>
<trans-unit id="Copy_to_Clipboard">
<source>Copy to Clipboard</source>
<target state="translated">Zkopírovat do schránky</target>
<note />
</trans-unit>
<trans-unit id="Close">
<source>Close</source>
<target state="translated">Zavřít</target>
<note />
</trans-unit>
<trans-unit id="Unknown_parameters">
<source><Unknown Parameters></source>
<target state="translated"><Neznámé parametry></target>
<note />
</trans-unit>
<trans-unit id="End_of_inner_exception_stack">
<source>--- End of inner exception stack trace ---</source>
<target state="translated">--- Konec trasování zásobníku vnitřních výjimek ---</target>
<note />
</trans-unit>
<trans-unit id="For_locals_parameters_and_members">
<source>For locals, parameters and members</source>
<target state="translated">Pro místní proměnné, parametry a členy</target>
<note />
</trans-unit>
<trans-unit id="For_member_access_expressions">
<source>For member access expressions</source>
<target state="translated">Pro výrazy přístupu členů</target>
<note />
</trans-unit>
<trans-unit id="Prefer_object_initializer">
<source>Prefer object initializer</source>
<target state="translated">Upřednostňovat inicializátor objektu</target>
<note />
</trans-unit>
<trans-unit id="Expression_preferences_colon">
<source>Expression preferences:</source>
<target state="translated">Předvolby výrazu:</target>
<note />
</trans-unit>
<trans-unit id="Block_Structure_Guides">
<source>Block Structure Guides</source>
<target state="translated">Vodítka pro strukturu bloku</target>
<note />
</trans-unit>
<trans-unit id="Outlining">
<source>Outlining</source>
<target state="translated">Sbalení</target>
<note />
</trans-unit>
<trans-unit id="Show_guides_for_code_level_constructs">
<source>Show guides for code level constructs</source>
<target state="translated">Zobrazit vodítka pro konstrukty na úrovni kódu</target>
<note />
</trans-unit>
<trans-unit id="Show_guides_for_comments_and_preprocessor_regions">
<source>Show guides for comments and preprocessor regions</source>
<target state="translated">Zobrazit vodítka pro komentáře a oblasti pro preprocesor</target>
<note />
</trans-unit>
<trans-unit id="Show_guides_for_declaration_level_constructs">
<source>Show guides for declaration level constructs</source>
<target state="translated">Zobrazit vodítka pro konstrukty na úrovni deklarace</target>
<note />
</trans-unit>
<trans-unit id="Show_outlining_for_code_level_constructs">
<source>Show outlining for code level constructs</source>
<target state="translated">Zobrazit sbalení pro konstrukty na úrovni kódu</target>
<note />
</trans-unit>
<trans-unit id="Show_outlining_for_comments_and_preprocessor_regions">
<source>Show outlining for comments and preprocessor regions</source>
<target state="translated">Zobrazit sbalení pro komentáře a oblasti pro preprocesor</target>
<note />
</trans-unit>
<trans-unit id="Show_outlining_for_declaration_level_constructs">
<source>Show outlining for declaration level constructs</source>
<target state="translated">Zobrazit sbalení pro konstrukty na úrovni deklarace</target>
<note />
</trans-unit>
<trans-unit id="Variable_preferences_colon">
<source>Variable preferences:</source>
<target state="translated">Předvolby proměnných:</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inlined_variable_declaration">
<source>Prefer inlined variable declaration</source>
<target state="translated">Upřednostňovat vloženou deklaraci proměnných</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_methods">
<source>Use expression body for methods</source>
<target state="translated">Pro metody používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Code_block_preferences_colon">
<source>Code block preferences:</source>
<target state="translated">Předvolby bloku kódu:</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_accessors">
<source>Use expression body for accessors</source>
<target state="translated">Pro přístupové objekty používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_constructors">
<source>Use expression body for constructors</source>
<target state="translated">Pro konstruktory používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_indexers">
<source>Use expression body for indexers</source>
<target state="translated">Pro indexery používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_operators">
<source>Use expression body for operators</source>
<target state="translated">Pro operátory používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_properties">
<source>Use expression body for properties</source>
<target state="translated">Pro vlastnosti používat text výrazu</target>
<note />
</trans-unit>
<trans-unit id="Some_naming_rules_are_incomplete_Please_complete_or_remove_them">
<source>Some naming rules are incomplete. Please complete or remove them.</source>
<target state="translated">Některá pravidla pojmenování nejsou hotová. Dokončete je, nebo je prosím odeberte.</target>
<note />
</trans-unit>
<trans-unit id="Manage_specifications">
<source>Manage specifications</source>
<target state="translated">Spravovat specifikace</target>
<note />
</trans-unit>
<trans-unit id="Reorder">
<source>Reorder</source>
<target state="translated">Přeskupit</target>
<note />
</trans-unit>
<trans-unit id="Severity">
<source>Severity</source>
<target state="translated">Závažnost</target>
<note />
</trans-unit>
<trans-unit id="Specification">
<source>Specification</source>
<target state="translated">Specifikace</target>
<note />
</trans-unit>
<trans-unit id="Required_Style">
<source>Required Style</source>
<target state="translated">Požadovaný styl</target>
<note />
</trans-unit>
<trans-unit id="This_item_cannot_be_deleted_because_it_is_used_by_an_existing_Naming_Rule">
<source>This item cannot be deleted because it is used by an existing Naming Rule.</source>
<target state="translated">Položku nejde odstranit, protože ji používá některé existující pravidlo pojmenování.</target>
<note />
</trans-unit>
<trans-unit id="Prefer_collection_initializer">
<source>Prefer collection initializer</source>
<target state="translated">Upřednostňovat inicializátor kolekce</target>
<note />
</trans-unit>
<trans-unit id="Prefer_coalesce_expression">
<source>Prefer coalesce expression</source>
<target state="translated">Upřednostňovat sloučený výraz</target>
<note />
</trans-unit>
<trans-unit id="Collapse_regions_when_collapsing_to_definitions">
<source>Collapse #regions when collapsing to definitions</source>
<target state="translated">Při sbalování na definice sbalovat oblasti (#regions)</target>
<note />
</trans-unit>
<trans-unit id="Prefer_null_propagation">
<source>Prefer null propagation</source>
<target state="translated">Upřednostňovat šíření hodnoty null</target>
<note />
</trans-unit>
<trans-unit id="Prefer_explicit_tuple_name">
<source>Prefer explicit tuple name</source>
<target state="translated">Preferovat explicitní název řazené kolekce členů</target>
<note />
</trans-unit>
<trans-unit id="Description">
<source>Description</source>
<target state="translated">Popis</target>
<note />
</trans-unit>
<trans-unit id="Preference">
<source>Preference</source>
<target state="translated">Předvolba</target>
<note />
</trans-unit>
<trans-unit id="Implement_Interface_or_Abstract_Class">
<source>Implement Interface or Abstract Class</source>
<target state="translated">Implementovat rozhraní nebo abstraktní třídu</target>
<note />
</trans-unit>
<trans-unit id="For_a_given_symbol_only_the_topmost_rule_with_a_matching_Specification_will_be_applied_Violation_of_that_rules_Required_Style_will_be_reported_at_the_chosen_Severity_level">
<source>For a given symbol, only the topmost rule with a matching 'Specification' will be applied. Violation of that rule's 'Required Style' will be reported at the chosen 'Severity' level.</source>
<target state="translated">Pro daný symbol se použije jenom to pravidlo s odpovídající specifikací, které je nejvíce nahoře. Porušení požadovaného stylu tohoto pravidla se ohlásí na zvolené úrovni závažnosti.</target>
<note />
</trans-unit>
<trans-unit id="at_the_end">
<source>at the end</source>
<target state="translated">na konec</target>
<note />
</trans-unit>
<trans-unit id="When_inserting_properties_events_and_methods_place_them">
<source>When inserting properties, events and methods, place them:</source>
<target state="translated">Vlastnosti, události a metody při vkládání umístit:</target>
<note />
</trans-unit>
<trans-unit id="with_other_members_of_the_same_kind">
<source>with other members of the same kind</source>
<target state="translated">s ostatními členy stejného druhu</target>
<note />
</trans-unit>
<trans-unit id="Prefer_braces">
<source>Prefer braces</source>
<target state="translated">Preferovat složené závorky</target>
<note />
</trans-unit>
<trans-unit id="Over_colon">
<source>Over:</source>
<target state="translated">Před:</target>
<note />
</trans-unit>
<trans-unit id="Prefer_colon">
<source>Prefer:</source>
<target state="translated">Preferovat:</target>
<note />
</trans-unit>
<trans-unit id="or">
<source>or</source>
<target state="translated">nebo</target>
<note />
</trans-unit>
<trans-unit id="built_in_types">
<source>built-in types</source>
<target state="translated">předdefinované typy</target>
<note />
</trans-unit>
<trans-unit id="everywhere_else">
<source>everywhere else</source>
<target state="translated">všude jinde</target>
<note />
</trans-unit>
<trans-unit id="type_is_apparent_from_assignment_expression">
<source>type is apparent from assignment expression</source>
<target state="translated">typ je zřejmý z výrazu přiřazení</target>
<note />
</trans-unit>
<trans-unit id="Move_down">
<source>Move down</source>
<target state="translated">Přesunout dolů</target>
<note />
</trans-unit>
<trans-unit id="Move_up">
<source>Move up</source>
<target state="translated">Přesunout nahoru</target>
<note />
</trans-unit>
<trans-unit id="Remove">
<source>Remove</source>
<target state="translated">Odebrat</target>
<note />
</trans-unit>
<trans-unit id="Pick_members">
<source>Pick members</source>
<target state="translated">Vybrat členy</target>
<note />
</trans-unit>
<trans-unit id="Unfortunately_a_process_used_by_Visual_Studio_has_encountered_an_unrecoverable_error_We_recommend_saving_your_work_and_then_closing_and_restarting_Visual_Studio">
<source>Unfortunately, a process used by Visual Studio has encountered an unrecoverable error. We recommend saving your work, and then closing and restarting Visual Studio.</source>
<target state="translated">Proces využívaný sadou Visual Studio bohužel narazil na neopravitelnou chybu. Doporučujeme uložit si práci a pak ukončit a restartovat Visual Studio.</target>
<note />
</trans-unit>
<trans-unit id="Add_a_symbol_specification">
<source>Add a symbol specification</source>
<target state="translated">Přidat specifikaci symbolu</target>
<note />
</trans-unit>
<trans-unit id="Remove_symbol_specification">
<source>Remove symbol specification</source>
<target state="translated">Odebrat specifikaci symbolu</target>
<note />
</trans-unit>
<trans-unit id="Add_item">
<source>Add item</source>
<target state="translated">Přidat položku</target>
<note />
</trans-unit>
<trans-unit id="Edit_item">
<source>Edit item</source>
<target state="translated">Upravit položku</target>
<note />
</trans-unit>
<trans-unit id="Remove_item">
<source>Remove item</source>
<target state="translated">Odebrat položku</target>
<note />
</trans-unit>
<trans-unit id="Add_a_naming_rule">
<source>Add a naming rule</source>
<target state="translated">Přidat pravidlo pro pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Remove_naming_rule">
<source>Remove naming rule</source>
<target state="translated">Odebrat pravidlo pojmenování</target>
<note />
</trans-unit>
<trans-unit id="VisualStudioWorkspace_TryApplyChanges_cannot_be_called_from_a_background_thread">
<source>VisualStudioWorkspace.TryApplyChanges cannot be called from a background thread.</source>
<target state="translated">VisualStudioWorkspace.TryApplyChanges nejde volat z vlákna na pozadí.</target>
<note />
</trans-unit>
<trans-unit id="prefer_throwing_properties">
<source>prefer throwing properties</source>
<target state="translated">preferovat vyvolávací vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="When_generating_properties">
<source>When generating properties:</source>
<target state="translated">Při generování vlastností:</target>
<note />
</trans-unit>
<trans-unit id="Options">
<source>Options</source>
<target state="translated">Možnosti</target>
<note />
</trans-unit>
<trans-unit id="Never_show_this_again">
<source>Never show this again</source>
<target state="translated">Už znovu nezobrazovat</target>
<note />
</trans-unit>
<trans-unit id="Prefer_simple_default_expression">
<source>Prefer simple 'default' expression</source>
<target state="translated">Upřednostňovat jednoduchý výraz default</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_tuple_names">
<source>Prefer inferred tuple element names</source>
<target state="translated">Preferovat odvozené názvy elementů řazené kolekce členů</target>
<note />
</trans-unit>
<trans-unit id="Prefer_inferred_anonymous_type_member_names">
<source>Prefer inferred anonymous type member names</source>
<target state="translated">Preferovat odvozené názvy členů anonymních typů</target>
<note />
</trans-unit>
<trans-unit id="Preview_pane">
<source>Preview pane</source>
<target state="translated">Podokno náhledu</target>
<note />
</trans-unit>
<trans-unit id="Analysis">
<source>Analysis</source>
<target state="translated">Analýza</target>
<note />
</trans-unit>
<trans-unit id="Fade_out_unreachable_code">
<source>Fade out unreachable code</source>
<target state="translated">Zesvětlit nedosažitelný kód</target>
<note />
</trans-unit>
<trans-unit id="Fading">
<source>Fading</source>
<target state="translated">Zesvětlení</target>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferovat lokální funkci před anonymní funkcí</target>
<note />
</trans-unit>
<trans-unit id="Prefer_deconstructed_variable_declaration">
<source>Prefer deconstructed variable declaration</source>
<target state="translated">Upřednostňovat dekonstruovanou deklaraci proměnných</target>
<note />
</trans-unit>
<trans-unit id="External_reference_found">
<source>External reference found</source>
<target state="translated">Byl nalezen externí odkaz.</target>
<note />
</trans-unit>
<trans-unit id="No_references_found_to_0">
<source>No references found to '{0}'</source>
<target state="translated">Nebyly nalezeny žádné odkazy na {0}.</target>
<note />
</trans-unit>
<trans-unit id="Search_found_no_results">
<source>Search found no results</source>
<target state="translated">Hledání nevrátilo žádné výsledky.</target>
<note />
</trans-unit>
<trans-unit id="analyzer_Prefer_auto_properties">
<source>Prefer auto properties</source>
<target state="translated">Preferovat automatické vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="codegen_prefer_auto_properties">
<source>prefer auto properties</source>
<target state="translated">preferovat automatické vlastnosti</target>
<note />
</trans-unit>
<trans-unit id="ModuleHasBeenUnloaded">
<source>Module has been unloaded.</source>
<target state="translated">Modul byl uvolněn.</target>
<note />
</trans-unit>
<trans-unit id="Enable_navigation_to_decompiled_sources">
<source>Enable navigation to decompiled sources</source>
<target state="needs-review-translation">Povolit navigaci na dekompilované zdroje (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="Code_style_header_use_editor_config">
<source>Your .editorconfig file might override the local settings configured on this page which only apply to your machine. To configure these settings to travel with your solution use EditorConfig files. More info</source>
<target state="translated">Váš soubor .editorconfig může přepsat místní nastavení nakonfigurovaná na této stránce, která platí jenom pro váš počítač. Pokud chcete tato nastavení nakonfigurovat tak, aby se přesouvala s vaším řešením, použijte soubory EditorConfig. Další informace</target>
<note />
</trans-unit>
<trans-unit id="Sync_Class_View">
<source>Sync Class View</source>
<target state="translated">Synchronizovat Zobrazení tříd</target>
<note />
</trans-unit>
<trans-unit id="Analyzing_0">
<source>Analyzing '{0}'</source>
<target state="translated">Analyzuje se {0}.</target>
<note />
</trans-unit>
<trans-unit id="Manage_naming_styles">
<source>Manage naming styles</source>
<target state="translated">Spravovat styly pojmenování</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_assignments">
<source>Prefer conditional expression over 'if' with assignments</source>
<target state="translated">Upřednostnit podmíněný výraz před if s přiřazeními</target>
<note />
</trans-unit>
<trans-unit id="Prefer_conditional_expression_over_if_with_returns">
<source>Prefer conditional expression over 'if' with returns</source>
<target state="translated">Upřednostnit podmíněný výraz před if s vrácenými hodnotami</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/VisualStudioDiagnosticsToolWindow/xlf/VisualStudioDiagnosticsWindow.vsct.tr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../VisualStudioDiagnosticsWindow.vsct">
<body>
<trans-unit id="cmdIDRoslynDiagnosticWindow|CommandName">
<source>cmdIDRoslynDiagnosticWindow</source>
<target state="translated">cmdIDRoslynDiagnosticWindow</target>
<note />
</trans-unit>
<trans-unit id="cmdIDRoslynDiagnosticWindow|ButtonText">
<source>Roslyn Diagnostics</source>
<target state="translated">Roslyn Diagnostics</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../VisualStudioDiagnosticsWindow.vsct">
<body>
<trans-unit id="cmdIDRoslynDiagnosticWindow|CommandName">
<source>cmdIDRoslynDiagnosticWindow</source>
<target state="translated">cmdIDRoslynDiagnosticWindow</target>
<note />
</trans-unit>
<trans-unit id="cmdIDRoslynDiagnosticWindow|ButtonText">
<source>Roslyn Diagnostics</source>
<target state="translated">Roslyn Diagnostics</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Scripting/CSharp/xlf/CSharpScriptingResources.ja.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CSharpScriptingResources.resx">
<body>
<trans-unit id="LogoLine1">
<source>Microsoft (R) Visual C# Interactive Compiler version {0}</source>
<target state="translated">Microsoft (R) Visual C# インタラクティブ コンパイラ バージョン {0}</target>
<note />
</trans-unit>
<trans-unit id="LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">Copyright (C) Microsoft Corporation. All rights reserved.</target>
<note />
</trans-unit>
<trans-unit id="InteractiveHelp">
<source>Usage: csi [option] ... [script-file.csx] [script-argument] ...
Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop).
Options:
/help Display this usage message (alternative form: /?)
/version Display the version and exit
/i Drop to REPL after executing the specified script.
/r:<file> Reference metadata from the specified assembly file (alternative form: /reference)
/r:<file list> Reference metadata from the specified assembly files (alternative form: /reference)
/lib:<path list> List of directories where to look for libraries specified by #r directive.
(alternative forms: /libPath /libPaths)
/u:<namespace> Define global namespace using (alternative forms: /using, /usings, /import, /imports)
/langversion:? Display the allowed values for language version and exit
/langversion:<string> Specify language version such as
`latest` (latest version, including minor versions),
`default` (same as `latest`),
`latestmajor` (latest version, excluding minor versions),
`preview` (latest version, including features in unsupported preview),
or specific versions like `6` or `7.1`
@<file> Read response file for more options
-- Indicates that the remaining arguments should not be treated as options.
</source>
<target state="translated">使用法: csi [option] ... [script-file.csx] [script-argument] ...
指定すると、script-file.csx が実行されます。指定しないと、対話型 REPL (Read Eval Print Loop) が起動されます。
オプション:
/help 使用法に関するこのメッセージを表示します (代替形式: /?)
/version バージョンを表示して、終了します
/i 指定されたスクリプトを実行した後、REPL にドロップします。
/r:<file> 指定したアセンブリ ファイルのメタデータを参照します (代替形式: /reference)
/r:<file list> 指定されたアセンブリ ファイルのメタデータを参照します (代替形式: /reference)
/lib:<path list> #r ディレクティブによって指定されたライブラリを検索するディレクトリの一覧。
(代替形式: /libPath /libPaths)
/u:<namespace> グローバル名前空間 using を定義します (代替形式: /using、/usings、/import、/imports)
/langversion:? 言語バージョンで許可されている値を表示し、終了します
/langversion:<string> 以下のような言語バージョンを指定します:
`latest` (マイナー バージョンを含む、最新バージョン)、
`default` (`latest` と同じ)、
`latestmajor` (マイナー バージョンを含まない、最新バージョン)、
`preview` (サポートされていないプレビューでの機能を含む、最新バージョン)、
`6` や `7.1` などの特定のバージョン
@<file> 他のオプションの応答ファイルを読み取ります
-- 残りの引数はオプションとして扱われる必要があることを示します。
</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CSharpScriptingResources.resx">
<body>
<trans-unit id="LogoLine1">
<source>Microsoft (R) Visual C# Interactive Compiler version {0}</source>
<target state="translated">Microsoft (R) Visual C# インタラクティブ コンパイラ バージョン {0}</target>
<note />
</trans-unit>
<trans-unit id="LogoLine2">
<source>Copyright (C) Microsoft Corporation. All rights reserved.</source>
<target state="translated">Copyright (C) Microsoft Corporation. All rights reserved.</target>
<note />
</trans-unit>
<trans-unit id="InteractiveHelp">
<source>Usage: csi [option] ... [script-file.csx] [script-argument] ...
Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop).
Options:
/help Display this usage message (alternative form: /?)
/version Display the version and exit
/i Drop to REPL after executing the specified script.
/r:<file> Reference metadata from the specified assembly file (alternative form: /reference)
/r:<file list> Reference metadata from the specified assembly files (alternative form: /reference)
/lib:<path list> List of directories where to look for libraries specified by #r directive.
(alternative forms: /libPath /libPaths)
/u:<namespace> Define global namespace using (alternative forms: /using, /usings, /import, /imports)
/langversion:? Display the allowed values for language version and exit
/langversion:<string> Specify language version such as
`latest` (latest version, including minor versions),
`default` (same as `latest`),
`latestmajor` (latest version, excluding minor versions),
`preview` (latest version, including features in unsupported preview),
or specific versions like `6` or `7.1`
@<file> Read response file for more options
-- Indicates that the remaining arguments should not be treated as options.
</source>
<target state="translated">使用法: csi [option] ... [script-file.csx] [script-argument] ...
指定すると、script-file.csx が実行されます。指定しないと、対話型 REPL (Read Eval Print Loop) が起動されます。
オプション:
/help 使用法に関するこのメッセージを表示します (代替形式: /?)
/version バージョンを表示して、終了します
/i 指定されたスクリプトを実行した後、REPL にドロップします。
/r:<file> 指定したアセンブリ ファイルのメタデータを参照します (代替形式: /reference)
/r:<file list> 指定されたアセンブリ ファイルのメタデータを参照します (代替形式: /reference)
/lib:<path list> #r ディレクティブによって指定されたライブラリを検索するディレクトリの一覧。
(代替形式: /libPath /libPaths)
/u:<namespace> グローバル名前空間 using を定義します (代替形式: /using、/usings、/import、/imports)
/langversion:? 言語バージョンで許可されている値を表示し、終了します
/langversion:<string> 以下のような言語バージョンを指定します:
`latest` (マイナー バージョンを含む、最新バージョン)、
`default` (`latest` と同じ)、
`latestmajor` (マイナー バージョンを含まない、最新バージョン)、
`preview` (サポートされていないプレビューでの機能を含む、最新バージョン)、
`6` や `7.1` などの特定のバージョン
@<file> 他のオプションの応答ファイルを読み取ります
-- 残りの引数はオプションとして扱われる必要があることを示します。
</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../Commands.vsct">
<body>
<trans-unit id="ECMD_RUNFXCOPSEL|ButtonText">
<source>Run Code &Analysis on Selection</source>
<target state="translated">对选定内容运行代码分析(&A)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|ButtonText">
<source>&Current Document</source>
<target state="new">&Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|CommandName">
<source>AnalysisScopeCurrentDocument</source>
<target state="new">AnalysisScopeCurrentDocument</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|LocCanonicalName">
<source>Current Document</source>
<target state="new">Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|CommandName">
<source>AnalysisScopeDefault</source>
<target state="new">AnalysisScopeDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|ButtonText">
<source>&Entire Solution</source>
<target state="new">&Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|CommandName">
<source>AnalysisScopeEntireSolution</source>
<target state="new">AnalysisScopeEntireSolution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|LocCanonicalName">
<source>Entire Solution</source>
<target state="new">Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|ButtonText">
<source>&Open Documents</source>
<target state="new">&Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|CommandName">
<source>AnalysisScopeOpenDocuments</source>
<target state="new">AnalysisScopeOpenDocuments</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|LocCanonicalName">
<source>Open Documents</source>
<target state="new">Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|ButtonText">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|CommandName">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|LocCanonicalName">
<source>SetAnalysisScope</source>
<target state="new">SetAnalysisScope</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|ButtonText">
<source>Sort &Usings</source>
<target state="translated">对 using 排序(&U)</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|LocCanonicalName">
<source>SortUsings</source>
<target state="translated">SortUsings</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">删除和排序(&A)</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">删除和排序(&A)</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|CommandName">
<source>ErrorListSetSeverityDefault</source>
<target state="new">ErrorListSetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|ButtonText">
<source>&Error</source>
<target state="new">&Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|CommandName">
<source>ErrorListSetSeverityError</source>
<target state="new">ErrorListSetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="new">Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="new">&Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|CommandName">
<source>ErrorListSetSeverityHidden</source>
<target state="new">ErrorListSetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="new">Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="new">&Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|CommandName">
<source>ErrorListSetSeverityInfo</source>
<target state="new">ErrorListSetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="new">Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|ButtonText">
<source>&None</source>
<target state="new">&None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|CommandName">
<source>ErrorListSetSeverityNone</source>
<target state="new">ErrorListSetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="new">None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="new">&Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|CommandName">
<source>ErrorListSetSeverityWarning</source>
<target state="new">ErrorListSetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="new">Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|ButtonText">
<source>&Analyzer...</source>
<target state="translated">分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">添加分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">添加分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">添加分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|ButtonText">
<source>&Remove</source>
<target state="translated">删除(&R)</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|LocCanonicalName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|CommandName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|ButtonText">
<source>&Open Active Rule Set</source>
<target state="translated">打开活动规则集(&O)</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|LocCanonicalName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|CommandName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|ButtonText">
<source>Remove Unused References...</source>
<target state="translated">删除未使用的引用(&U)…</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|CommandName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|LocCanonicalName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|ButtonText">
<source>Run C&ode Analysis</source>
<target state="translated">运行代码分析(&O)</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|CommandName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|LocCanonicalName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="translated">默认值(&D)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="translated">默认值</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|CommandName">
<source>SetSeverityDefault</source>
<target state="translated">SetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|ButtonText">
<source>&Error</source>
<target state="translated">错误(&E)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="translated">错误</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|CommandName">
<source>SetSeverityError</source>
<target state="translated">SetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="translated">警告(&W)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="translated">警告</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|CommandName">
<source>SetSeverityWarning</source>
<target state="translated">SetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="translated">建议(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="translated">建议</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|CommandName">
<source>SetSeverityInfo</source>
<target state="translated">SetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="translated">静音(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="translated">静音</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|CommandName">
<source>SetSeverityHidden</source>
<target state="translated">SetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|ButtonText">
<source>&None</source>
<target state="translated">无(&N)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="translated">无</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|CommandName">
<source>SetSeverityNone</source>
<target state="translated">SetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|ButtonText">
<source>&View Help...</source>
<target state="translated">查看帮助(&V)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|LocCanonicalName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|CommandName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|ButtonText">
<source>&Set as Active Rule Set</source>
<target state="translated">设置为活动规则集(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|LocCanonicalName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|CommandName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|ButtonText">
<source>Remove& Suppression(s)</source>
<target state="translated">删除禁止显示(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|LocCanonicalName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|CommandName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|ButtonText">
<source>In &Source</source>
<target state="translated">在源中(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|LocCanonicalName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|CommandName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|ButtonText">
<source>In& Suppression File</source>
<target state="translated">在禁止显示文件中(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|LocCanonicalName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|CommandName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|ButtonText">
<source>Go To Implementation</source>
<target state="translated">转到实现</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|LocCanonicalName">
<source>GoToImplementation</source>
<target state="translated">GoToImplementation</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|CommandName">
<source>Go To Implementation</source>
<target state="translated">转到实现</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|ButtonText">
<source>Sync &Namespaces</source>
<target state="new">Sync &Namespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|CommandName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|LocCanonicalName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|ButtonText">
<source>Track Value Source</source>
<target state="new">Track Value Source</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|CommandName">
<source>ShowValueTrackingCommandName</source>
<target state="new">ShowValueTrackingCommandName</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|LocCanonicalName">
<source>ViewEditorConfigSettings</source>
<target state="new">ViewEditorConfigSettings</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Initialize Interactive with Project</source>
<target state="translated">对交互窗口进行项目初始化</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetC#InteractiveFromProject</source>
<target state="translated">ResetC#InteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Reset Visual Basic Interactive from Project</source>
<target state="translated">从项目重置 Visual Basic 交互</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetVisualBasicInteractiveFromProject</source>
<target state="translated">ResetVisualBasicInteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|ButtonText">
<source>Analyzer</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|LocCanonicalName">
<source>Analyzer</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|ButtonText">
<source>Analyzers</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|LocCanonicalName">
<source>Analyzers</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|ButtonText">
<source>Diagnostic</source>
<target state="translated">诊断</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|LocCanonicalName">
<source>Diagnostic</source>
<target state="translated">诊断</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="translated">设置严重性</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="translated">设置严重性</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="translated">设置严重性</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|ButtonText">
<source>S&uppress</source>
<target state="translated">取消(&U)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|LocCanonicalName">
<source>S&uppress</source>
<target state="translated">取消(&U)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|CommandName">
<source>S&uppress</source>
<target state="translated">取消(&U)</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../Commands.vsct">
<body>
<trans-unit id="ECMD_RUNFXCOPSEL|ButtonText">
<source>Run Code &Analysis on Selection</source>
<target state="translated">对选定内容运行代码分析(&A)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|ButtonText">
<source>&Current Document</source>
<target state="new">&Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|CommandName">
<source>AnalysisScopeCurrentDocument</source>
<target state="new">AnalysisScopeCurrentDocument</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeCurrentFile|LocCanonicalName">
<source>Current Document</source>
<target state="new">Current Document</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|CommandName">
<source>AnalysisScopeDefault</source>
<target state="new">AnalysisScopeDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|ButtonText">
<source>&Entire Solution</source>
<target state="new">&Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|CommandName">
<source>AnalysisScopeEntireSolution</source>
<target state="new">AnalysisScopeEntireSolution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeEntireSolution|LocCanonicalName">
<source>Entire Solution</source>
<target state="new">Entire Solution</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|ButtonText">
<source>&Open Documents</source>
<target state="new">&Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|CommandName">
<source>AnalysisScopeOpenDocuments</source>
<target state="new">AnalysisScopeOpenDocuments</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeOpenFiles|LocCanonicalName">
<source>Open Documents</source>
<target state="new">Open Documents</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|ButtonText">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|CommandName">
<source>Set Analysis Scope</source>
<target state="new">Set Analysis Scope</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalysisScopeSubMenu|LocCanonicalName">
<source>SetAnalysisScope</source>
<target state="new">SetAnalysisScope</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|ButtonText">
<source>Sort &Usings</source>
<target state="translated">对 using 排序(&U)</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeSortUsings|LocCanonicalName">
<source>SortUsings</source>
<target state="translated">SortUsings</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">删除和排序(&A)</target>
<note />
</trans-unit>
<trans-unit id="cmdidContextOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|ButtonText">
<source>Remove &and Sort</source>
<target state="translated">删除和排序(&A)</target>
<note />
</trans-unit>
<trans-unit id="cmdidCSharpOrganizeRemoveAndSort|LocCanonicalName">
<source>RemoveAndSort</source>
<target state="translated">RemoveAndSort</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="new">&Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|CommandName">
<source>ErrorListSetSeverityDefault</source>
<target state="new">ErrorListSetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="new">Default</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|ButtonText">
<source>&Error</source>
<target state="new">&Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|CommandName">
<source>ErrorListSetSeverityError</source>
<target state="new">ErrorListSetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="new">Error</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="new">&Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|CommandName">
<source>ErrorListSetSeverityHidden</source>
<target state="new">ErrorListSetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="new">Silent</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="new">&Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|CommandName">
<source>ErrorListSetSeverityInfo</source>
<target state="new">ErrorListSetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="new">Suggestion</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|ButtonText">
<source>&None</source>
<target state="new">&None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|CommandName">
<source>ErrorListSetSeverityNone</source>
<target state="new">ErrorListSetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="new">None</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="new">Set severity</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="new">&Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|CommandName">
<source>ErrorListSetSeverityWarning</source>
<target state="new">ErrorListSetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidErrorListSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="new">Warning</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|ButtonText">
<source>&Analyzer...</source>
<target state="translated">分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">添加分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidProjectAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">添加分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidReferencesContextAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|ButtonText">
<source>Add &Analyzer...</source>
<target state="translated">添加分析器(&A)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddAnalyzer|LocCanonicalName">
<source>AddAnalyzer</source>
<target state="translated">AddAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|ButtonText">
<source>&Remove</source>
<target state="translated">删除(&R)</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|LocCanonicalName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveAnalyzer|CommandName">
<source>RemoveAnalyzer</source>
<target state="translated">RemoveAnalyzer</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|ButtonText">
<source>&Open Active Rule Set</source>
<target state="translated">打开活动规则集(&O)</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|LocCanonicalName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenRuleSet|CommandName">
<source>OpenActiveRuleSet</source>
<target state="translated">OpenActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|ButtonText">
<source>Remove Unused References...</source>
<target state="translated">删除未使用的引用(&U)…</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|CommandName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveUnusedReferences|LocCanonicalName">
<source>RemoveUnusedReferences</source>
<target state="translated">RemoveUnusedReferences</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|ButtonText">
<source>Run C&ode Analysis</source>
<target state="translated">运行代码分析(&O)</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|CommandName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidRunCodeAnalysisForProject|LocCanonicalName">
<source>RunCodeAnalysisForProject</source>
<target state="translated">RunCodeAnalysisForProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|ButtonText">
<source>&Default</source>
<target state="translated">默认值(&D)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|LocCanonicalName">
<source>Default</source>
<target state="translated">默认值</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityDefault|CommandName">
<source>SetSeverityDefault</source>
<target state="translated">SetSeverityDefault</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|ButtonText">
<source>&Error</source>
<target state="translated">错误(&E)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|LocCanonicalName">
<source>Error</source>
<target state="translated">错误</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityError|CommandName">
<source>SetSeverityError</source>
<target state="translated">SetSeverityError</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|ButtonText">
<source>&Warning</source>
<target state="translated">警告(&W)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|LocCanonicalName">
<source>Warning</source>
<target state="translated">警告</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityWarning|CommandName">
<source>SetSeverityWarning</source>
<target state="translated">SetSeverityWarning</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|ButtonText">
<source>&Suggestion</source>
<target state="translated">建议(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|LocCanonicalName">
<source>Suggestion</source>
<target state="translated">建议</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityInfo|CommandName">
<source>SetSeverityInfo</source>
<target state="translated">SetSeverityInfo</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|ButtonText">
<source>&Silent</source>
<target state="translated">静音(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|LocCanonicalName">
<source>Silent</source>
<target state="translated">静音</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityHidden|CommandName">
<source>SetSeverityHidden</source>
<target state="translated">SetSeverityHidden</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|ButtonText">
<source>&None</source>
<target state="translated">无(&N)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|LocCanonicalName">
<source>None</source>
<target state="translated">无</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeverityNone|CommandName">
<source>SetSeverityNone</source>
<target state="translated">SetSeverityNone</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|ButtonText">
<source>&View Help...</source>
<target state="translated">查看帮助(&V)...</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|LocCanonicalName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidOpenDiagnosticHelpLink|CommandName">
<source>ViewHelp</source>
<target state="translated">ViewHelp</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|ButtonText">
<source>&Set as Active Rule Set</source>
<target state="translated">设置为活动规则集(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|LocCanonicalName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetActiveRuleSet|CommandName">
<source>SetAsActiveRuleSet</source>
<target state="translated">SetAsActiveRuleSet</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|ButtonText">
<source>Remove& Suppression(s)</source>
<target state="translated">删除禁止显示(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|LocCanonicalName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidRemoveSuppressions|CommandName">
<source>RemoveSuppressions</source>
<target state="translated">RemoveSuppressions</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|ButtonText">
<source>In &Source</source>
<target state="translated">在源中(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|LocCanonicalName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSource|CommandName">
<source>AddSuppressionsInSource</source>
<target state="translated">AddSuppressionsInSource</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|ButtonText">
<source>In& Suppression File</source>
<target state="translated">在禁止显示文件中(&S)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|LocCanonicalName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsInSuppressionFile|CommandName">
<source>AddSuppressionsInSuppressionFile</source>
<target state="translated">AddSuppressionsInSuppressionFile</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|ButtonText">
<source>Go To Implementation</source>
<target state="translated">转到实现</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|LocCanonicalName">
<source>GoToImplementation</source>
<target state="translated">GoToImplementation</target>
<note />
</trans-unit>
<trans-unit id="cmdidGoToImplementation|CommandName">
<source>Go To Implementation</source>
<target state="translated">转到实现</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|ButtonText">
<source>Sync &Namespaces</source>
<target state="new">Sync &Namespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|CommandName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidSyncNamespaces|LocCanonicalName">
<source>SyncNamespaces</source>
<target state="new">SyncNamespaces</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|ButtonText">
<source>Track Value Source</source>
<target state="new">Track Value Source</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|CommandName">
<source>ShowValueTrackingCommandName</source>
<target state="new">ShowValueTrackingCommandName</target>
<note />
</trans-unit>
<trans-unit id="cmdidshowValueTracking|LocCanonicalName">
<source>ViewEditorConfigSettings</source>
<target state="new">ViewEditorConfigSettings</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Initialize Interactive with Project</source>
<target state="translated">对交互窗口进行项目初始化</target>
<note />
</trans-unit>
<trans-unit id="guidCSharpInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetC#InteractiveFromProject</source>
<target state="translated">ResetC#InteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|ButtonText">
<source>Reset Visual Basic Interactive from Project</source>
<target state="translated">从项目重置 Visual Basic 交互</target>
<note />
</trans-unit>
<trans-unit id="guidVisualBasicInteractiveCommandSet|cmdidResetInteractiveFromProject|LocCanonicalName">
<source>ResetVisualBasicInteractiveFromProject</source>
<target state="translated">ResetVisualBasicInteractiveFromProject</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|ButtonText">
<source>Analyzer</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerContextMenu|LocCanonicalName">
<source>Analyzer</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|ButtonText">
<source>Analyzers</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidAnalyzerFolderContextMenu|LocCanonicalName">
<source>Analyzers</source>
<target state="translated">分析器</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|ButtonText">
<source>Diagnostic</source>
<target state="translated">诊断</target>
<note />
</trans-unit>
<trans-unit id="cmdidDiagnosticContextMenu|LocCanonicalName">
<source>Diagnostic</source>
<target state="translated">诊断</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|ButtonText">
<source>Set severity</source>
<target state="translated">设置严重性</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|CommandName">
<source>Set severity</source>
<target state="translated">设置严重性</target>
<note />
</trans-unit>
<trans-unit id="cmdidSetSeveritySubMenu|LocCanonicalName">
<source>Set severity</source>
<target state="translated">设置严重性</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|ButtonText">
<source>S&uppress</source>
<target state="translated">取消(&U)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|LocCanonicalName">
<source>S&uppress</source>
<target state="translated">取消(&U)</target>
<note />
</trans-unit>
<trans-unit id="cmdidAddSuppressionsContextMenu|CommandName">
<source>S&uppress</source>
<target state="translated">取消(&U)</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/Portable/FlowAnalysis/AbstractFlowPass.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// An abstract flow pass that takes some shortcuts in analyzing finally blocks, in order to enable
/// the analysis to take place without tracking exceptions or repeating the analysis of a finally block
/// for each exit from a try statement. The shortcut results in a slightly less precise
/// (but still conservative) analysis, but that less precise analysis is all that is required for
/// the language specification. The most significant shortcut is that we do not track the state
/// where exceptions can arise. That does not affect the soundness for most analyses, but for those
/// analyses whose soundness would be affected (e.g. "data flows out"), we track "unassignments" to keep
/// the analysis sound.
/// </summary>
/// <remarks>
/// Formally, this is a fairly conventional lattice flow analysis (<see
/// href="https://en.wikipedia.org/wiki/Data-flow_analysis"/>) that moves upward through the <see cref="Join(ref
/// TLocalState, ref TLocalState)"/> operation.
/// </remarks>
internal abstract partial class AbstractFlowPass<TLocalState, TLocalFunctionState> : BoundTreeVisitor
where TLocalState : AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState
where TLocalFunctionState : AbstractFlowPass<TLocalState, TLocalFunctionState>.AbstractLocalFunctionState
{
protected int _recursionDepth;
/// <summary>
/// The compilation in which the analysis is taking place. This is needed to determine which
/// conditional methods will be compiled and which will be omitted.
/// </summary>
protected readonly CSharpCompilation compilation;
/// <summary>
/// The method whose body is being analyzed, or the field whose initializer is being analyzed.
/// May be a top-level member or a lambda or local function. It is used for
/// references to method parameters. Thus, '_symbol' should not be used directly, but
/// 'MethodParameters', 'MethodThisParameter' and 'AnalyzeOutParameters(...)' should be used
/// instead. _symbol is null during speculative binding.
/// </summary>
protected readonly Symbol _symbol;
/// <summary>
/// Reflects the enclosing member, lambda or local function at the current location (in the bound tree).
/// </summary>
protected Symbol CurrentSymbol;
/// <summary>
/// The bound node of the method or initializer being analyzed.
/// </summary>
protected readonly BoundNode methodMainNode;
/// <summary>
/// The flow analysis state at each label, computed by calling <see cref="Join(ref
/// TLocalState, ref TLocalState)"/> on the state from branches to that label with the state
/// when we fall into the label. Entries are created when the label is encountered. One
/// case deserves special attention: when the destination of the branch is a label earlier
/// in the code, it is possible (though rarely occurs in practice) that we are changing the
/// state at a label that we've already analyzed. In that case we run another pass of the
/// analysis to allow those changes to propagate. This repeats until no further changes to
/// the state of these labels occurs. This can result in quadratic performance in unlikely
/// but possible code such as this: "int x; if (cond) goto l1; x = 3; l5: print x; l4: goto
/// l5; l3: goto l4; l2: goto l3; l1: goto l2;"
/// </summary>
private readonly PooledDictionary<LabelSymbol, TLocalState> _labels;
/// <summary>
/// Set to true after an analysis scan if the analysis was incomplete due to state changing
/// after it was used by another analysis component. In this case the caller scans again (until
/// this is false). Since the analysis proceeds by monotonically changing the state computed
/// at each label, this must terminate.
/// </summary>
protected bool stateChangedAfterUse;
/// <summary>
/// All of the labels seen so far in this forward scan of the body
/// </summary>
private PooledHashSet<BoundStatement> _labelsSeen;
/// <summary>
/// Pending escapes generated in the current scope (or more deeply nested scopes). When jump
/// statements (goto, break, continue, return) are processed, they are placed in the
/// pendingBranches buffer to be processed later by the code handling the destination
/// statement. As a special case, the processing of try-finally statements might modify the
/// contents of the pendingBranches buffer to take into account the behavior of
/// "intervening" finally clauses.
/// </summary>
protected ArrayBuilder<PendingBranch> PendingBranches { get; private set; }
/// <summary>
/// The definite assignment and/or reachability state at the point currently being analyzed.
/// </summary>
protected TLocalState State;
protected TLocalState StateWhenTrue;
protected TLocalState StateWhenFalse;
protected bool IsConditionalState;
/// <summary>
/// Indicates that the transfer function for a particular node (the function mapping the
/// state before the node to the state after the node) is not monotonic, in the sense that
/// it can change the state in either direction in the lattice. If the transfer function is
/// monotonic, the transfer function can only change the state toward the <see
/// cref="UnreachableState"/>. Reachability and definite assignment are monotonic, and
/// permit a more efficient analysis. Region analysis and nullable analysis are not
/// monotonic. This is just an optimization; we could treat all of them as nonmonotonic
/// without much loss of performance. In fact, this only affects the analysis of (relatively
/// rare) try statements, and is only a slight optimization.
/// </summary>
private readonly bool _nonMonotonicTransfer;
protected void SetConditionalState((TLocalState whenTrue, TLocalState whenFalse) state)
{
SetConditionalState(state.whenTrue, state.whenFalse);
}
protected void SetConditionalState(TLocalState whenTrue, TLocalState whenFalse)
{
IsConditionalState = true;
State = default(TLocalState);
StateWhenTrue = whenTrue;
StateWhenFalse = whenFalse;
}
protected void SetState(TLocalState newState)
{
Debug.Assert(newState != null);
StateWhenTrue = StateWhenFalse = default(TLocalState);
IsConditionalState = false;
State = newState;
}
protected void Split()
{
if (!IsConditionalState)
{
SetConditionalState(State, State.Clone());
}
}
protected void Unsplit()
{
if (IsConditionalState)
{
Join(ref StateWhenTrue, ref StateWhenFalse);
SetState(StateWhenTrue);
}
}
/// <summary>
/// Where all diagnostics are deposited.
/// </summary>
protected DiagnosticBag Diagnostics { get; }
#region Region
// For region analysis, we maintain some extra data.
protected RegionPlace regionPlace; // tells whether we are currently analyzing code before, during, or after the region
protected readonly BoundNode firstInRegion, lastInRegion;
protected readonly bool TrackingRegions;
/// <summary>
/// A cache of the state at the backward branch point of each loop. This is not needed
/// during normal flow analysis, but is needed for DataFlowsOut region analysis.
/// </summary>
private readonly Dictionary<BoundLoopStatement, TLocalState> _loopHeadState;
#endregion Region
protected AbstractFlowPass(
CSharpCompilation compilation,
Symbol symbol,
BoundNode node,
BoundNode firstInRegion = null,
BoundNode lastInRegion = null,
bool trackRegions = false,
bool nonMonotonicTransferFunction = false)
{
Debug.Assert(node != null);
if (firstInRegion != null && lastInRegion != null)
{
trackRegions = true;
}
if (trackRegions)
{
Debug.Assert(firstInRegion != null);
Debug.Assert(lastInRegion != null);
int startLocation = firstInRegion.Syntax.SpanStart;
int endLocation = lastInRegion.Syntax.Span.End;
int length = endLocation - startLocation;
Debug.Assert(length >= 0, "last comes before first");
this.RegionSpan = new TextSpan(startLocation, length);
}
PendingBranches = ArrayBuilder<PendingBranch>.GetInstance();
_labelsSeen = PooledHashSet<BoundStatement>.GetInstance();
_labels = PooledDictionary<LabelSymbol, TLocalState>.GetInstance();
this.Diagnostics = DiagnosticBag.GetInstance();
this.compilation = compilation;
_symbol = symbol;
CurrentSymbol = symbol;
this.methodMainNode = node;
this.firstInRegion = firstInRegion;
this.lastInRegion = lastInRegion;
_loopHeadState = new Dictionary<BoundLoopStatement, TLocalState>(ReferenceEqualityComparer.Instance);
TrackingRegions = trackRegions;
_nonMonotonicTransfer = nonMonotonicTransferFunction;
}
protected abstract string Dump(TLocalState state);
protected string Dump()
{
return IsConditionalState
? $"true: {Dump(this.StateWhenTrue)} false: {Dump(this.StateWhenFalse)}"
: Dump(this.State);
}
#if DEBUG
protected string DumpLabels()
{
StringBuilder result = new StringBuilder();
result.Append("Labels{");
bool first = true;
foreach (var key in _labels.Keys)
{
if (!first)
{
result.Append(", ");
}
string name = key.Name;
if (string.IsNullOrEmpty(name))
{
name = "<Label>" + key.GetHashCode();
}
result.Append(name).Append(": ").Append(this.Dump(_labels[key]));
first = false;
}
result.Append("}");
return result.ToString();
}
#endif
private void EnterRegionIfNeeded(BoundNode node)
{
if (TrackingRegions && node == this.firstInRegion && this.regionPlace == RegionPlace.Before)
{
EnterRegion();
}
}
/// <summary>
/// Subclasses may override EnterRegion to perform any actions at the entry to the region.
/// </summary>
protected virtual void EnterRegion()
{
Debug.Assert(this.regionPlace == RegionPlace.Before);
this.regionPlace = RegionPlace.Inside;
}
private void LeaveRegionIfNeeded(BoundNode node)
{
if (TrackingRegions && node == this.lastInRegion && this.regionPlace == RegionPlace.Inside)
{
LeaveRegion();
}
}
/// <summary>
/// Subclasses may override LeaveRegion to perform any action at the end of the region.
/// </summary>
protected virtual void LeaveRegion()
{
Debug.Assert(IsInside);
this.regionPlace = RegionPlace.After;
}
protected readonly TextSpan RegionSpan;
protected bool RegionContains(TextSpan span)
{
// TODO: There are no scenarios involving a zero-length span
// currently. If the assert fails, add a corresponding test.
Debug.Assert(span.Length > 0);
if (span.Length == 0)
{
return RegionSpan.Contains(span.Start);
}
return RegionSpan.Contains(span);
}
protected bool IsInside
{
get
{
return regionPlace == RegionPlace.Inside;
}
}
protected virtual void EnterParameters(ImmutableArray<ParameterSymbol> parameters)
{
foreach (var parameter in parameters)
{
EnterParameter(parameter);
}
}
protected virtual void EnterParameter(ParameterSymbol parameter)
{ }
protected virtual void LeaveParameters(
ImmutableArray<ParameterSymbol> parameters,
SyntaxNode syntax,
Location location)
{
foreach (ParameterSymbol parameter in parameters)
{
LeaveParameter(parameter, syntax, location);
}
}
protected virtual void LeaveParameter(ParameterSymbol parameter, SyntaxNode syntax, Location location)
{ }
public override BoundNode Visit(BoundNode node)
{
return VisitAlways(node);
}
protected BoundNode VisitAlways(BoundNode node)
{
BoundNode result = null;
// We scan even expressions, because we must process lambdas contained within them.
if (node != null)
{
EnterRegionIfNeeded(node);
VisitWithStackGuard(node);
LeaveRegionIfNeeded(node);
}
return result;
}
[DebuggerStepThrough]
private BoundNode VisitWithStackGuard(BoundNode node)
{
var expression = node as BoundExpression;
if (expression != null)
{
return VisitExpressionWithStackGuard(ref _recursionDepth, expression);
}
return base.Visit(node);
}
[DebuggerStepThrough]
protected override BoundExpression VisitExpressionWithoutStackGuard(BoundExpression node)
{
return (BoundExpression)base.Visit(node);
}
protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
{
return false; // just let the original exception bubble up.
}
/// <summary>
/// A pending branch. These are created for a return, break, continue, goto statement,
/// yield return, yield break, await expression, and await foreach/using. The idea is that
/// we don't know if the branch will eventually reach its destination because of an
/// intervening finally block that cannot complete normally. So we store them up and handle
/// them as we complete processing each construct. At the end of a block, if there are any
/// pending branches to a label in that block we process the branch. Otherwise we relay it
/// up to the enclosing construct as a pending branch of the enclosing construct.
/// </summary>
internal class PendingBranch
{
public readonly BoundNode Branch;
public bool IsConditionalState;
public TLocalState State;
public TLocalState StateWhenTrue;
public TLocalState StateWhenFalse;
public readonly LabelSymbol Label;
public PendingBranch(BoundNode branch, TLocalState state, LabelSymbol label, bool isConditionalState = false, TLocalState stateWhenTrue = default, TLocalState stateWhenFalse = default)
{
this.Branch = branch;
this.State = state.Clone();
this.IsConditionalState = isConditionalState;
if (isConditionalState)
{
this.StateWhenTrue = stateWhenTrue.Clone();
this.StateWhenFalse = stateWhenFalse.Clone();
}
this.Label = label;
}
}
/// <summary>
/// Perform a single pass of flow analysis. Note that after this pass,
/// this.backwardBranchChanged indicates if a further pass is required.
/// </summary>
protected virtual ImmutableArray<PendingBranch> Scan(ref bool badRegion)
{
var oldPending = SavePending();
Visit(methodMainNode);
this.Unsplit();
RestorePending(oldPending);
if (TrackingRegions && regionPlace != RegionPlace.After)
{
badRegion = true;
}
ImmutableArray<PendingBranch> result = RemoveReturns();
return result;
}
protected ImmutableArray<PendingBranch> Analyze(ref bool badRegion, Optional<TLocalState> initialState = default)
{
ImmutableArray<PendingBranch> returns;
do
{
// the entry point of a method is assumed reachable
regionPlace = RegionPlace.Before;
this.State = initialState.HasValue ? initialState.Value : TopState();
PendingBranches.Clear();
this.stateChangedAfterUse = false;
this.Diagnostics.Clear();
returns = this.Scan(ref badRegion);
}
while (this.stateChangedAfterUse);
return returns;
}
protected virtual void Free()
{
this.Diagnostics.Free();
PendingBranches.Free();
_labelsSeen.Free();
_labels.Free();
}
/// <summary>
/// If a method is currently being analyzed returns its parameters, returns an empty array
/// otherwise.
/// </summary>
protected ImmutableArray<ParameterSymbol> MethodParameters
{
get
{
var method = _symbol as MethodSymbol;
return (object)method == null ? ImmutableArray<ParameterSymbol>.Empty : method.Parameters;
}
}
/// <summary>
/// If a method is currently being analyzed returns its 'this' parameter, returns null
/// otherwise.
/// </summary>
protected ParameterSymbol MethodThisParameter
{
get
{
ParameterSymbol thisParameter = null;
(_symbol as MethodSymbol)?.TryGetThisParameter(out thisParameter);
return thisParameter;
}
}
/// <summary>
/// Specifies whether or not method's out parameters should be analyzed. If there's more
/// than one location in the method being analyzed, then the method is partial and we prefer
/// to report an out parameter in partial method error.
/// </summary>
/// <param name="location">location to be used</param>
/// <returns>true if the out parameters of the method should be analyzed</returns>
protected bool ShouldAnalyzeOutParameters(out Location location)
{
var method = _symbol as MethodSymbol;
if ((object)method == null || method.Locations.Length != 1)
{
location = null;
return false;
}
else
{
location = method.Locations[0];
return true;
}
}
/// <summary>
/// Return the flow analysis state associated with a label.
/// </summary>
/// <param name="label"></param>
/// <returns></returns>
protected virtual TLocalState LabelState(LabelSymbol label)
{
TLocalState result;
if (_labels.TryGetValue(label, out result))
{
return result;
}
result = UnreachableState();
_labels.Add(label, result);
return result;
}
/// <summary>
/// Return to the caller the set of pending return statements.
/// </summary>
/// <returns></returns>
protected virtual ImmutableArray<PendingBranch> RemoveReturns()
{
ImmutableArray<PendingBranch> result;
result = PendingBranches.ToImmutable();
PendingBranches.Clear();
// The caller should have handled and cleared labelsSeen.
Debug.Assert(_labelsSeen.Count == 0);
return result;
}
/// <summary>
/// Set the current state to one that indicates that it is unreachable.
/// </summary>
protected void SetUnreachable()
{
this.State = UnreachableState();
}
protected void VisitLvalue(BoundExpression node)
{
EnterRegionIfNeeded(node);
switch (node?.Kind)
{
case BoundKind.Parameter:
VisitLvalueParameter((BoundParameter)node);
break;
case BoundKind.Local:
VisitLvalue((BoundLocal)node);
break;
case BoundKind.ThisReference:
case BoundKind.BaseReference:
break;
case BoundKind.PropertyAccess:
var access = (BoundPropertyAccess)node;
if (Binder.AccessingAutoPropertyFromConstructor(access, _symbol))
{
var backingField = (access.PropertySymbol as SourcePropertySymbolBase)?.BackingField;
if (backingField != null)
{
VisitFieldAccessInternal(access.ReceiverOpt, backingField);
break;
}
}
goto default;
case BoundKind.FieldAccess:
{
BoundFieldAccess node1 = (BoundFieldAccess)node;
VisitFieldAccessInternal(node1.ReceiverOpt, node1.FieldSymbol);
break;
}
case BoundKind.EventAccess:
{
BoundEventAccess node1 = (BoundEventAccess)node;
VisitFieldAccessInternal(node1.ReceiverOpt, node1.EventSymbol.AssociatedField);
break;
}
case BoundKind.TupleLiteral:
case BoundKind.ConvertedTupleLiteral:
((BoundTupleExpression)node).VisitAllElements((x, self) => self.VisitLvalue(x), this);
break;
default:
VisitRvalue(node);
break;
}
LeaveRegionIfNeeded(node);
}
protected virtual void VisitLvalue(BoundLocal node)
{
}
/// <summary>
/// Visit a boolean condition expression.
/// </summary>
/// <param name="node"></param>
protected void VisitCondition(BoundExpression node)
{
Visit(node);
AdjustConditionalState(node);
}
private void AdjustConditionalState(BoundExpression node)
{
if (IsConstantTrue(node))
{
Unsplit();
SetConditionalState(this.State, UnreachableState());
}
else if (IsConstantFalse(node))
{
Unsplit();
SetConditionalState(UnreachableState(), this.State);
}
else if ((object)node.Type == null || node.Type.SpecialType != SpecialType.System_Boolean)
{
// a dynamic type or a type with operator true/false
Unsplit();
}
Split();
}
/// <summary>
/// Visit a general expression, where we will only need to determine if variables are
/// assigned (or not). That is, we will not be needing AssignedWhenTrue and
/// AssignedWhenFalse.
/// </summary>
/// <param name="isKnownToBeAnLvalue">True when visiting an rvalue that will actually be used as an lvalue,
/// for example a ref parameter when simulating a read of it, or an argument corresponding to an in parameter</param>
protected virtual void VisitRvalue(BoundExpression node, bool isKnownToBeAnLvalue = false)
{
Visit(node);
Unsplit();
}
/// <summary>
/// Visit a statement.
/// </summary>
[DebuggerHidden]
protected virtual void VisitStatement(BoundStatement statement)
{
Visit(statement);
Debug.Assert(!this.IsConditionalState);
}
protected static bool IsConstantTrue(BoundExpression node)
{
return node.ConstantValue == ConstantValue.True;
}
protected static bool IsConstantFalse(BoundExpression node)
{
return node.ConstantValue == ConstantValue.False;
}
protected static bool IsConstantNull(BoundExpression node)
{
return node.ConstantValue == ConstantValue.Null;
}
/// <summary>
/// Called at the point in a loop where the backwards branch would go to.
/// </summary>
private void LoopHead(BoundLoopStatement node)
{
TLocalState previousState;
if (_loopHeadState.TryGetValue(node, out previousState))
{
Join(ref this.State, ref previousState);
}
_loopHeadState[node] = this.State.Clone();
}
/// <summary>
/// Called at the point in a loop where the backward branch is placed.
/// </summary>
private void LoopTail(BoundLoopStatement node)
{
var oldState = _loopHeadState[node];
if (Join(ref oldState, ref this.State))
{
_loopHeadState[node] = oldState;
this.stateChangedAfterUse = true;
}
}
/// <summary>
/// Used to resolve break statements in each statement form that has a break statement
/// (loops, switch).
/// </summary>
private void ResolveBreaks(TLocalState breakState, LabelSymbol label)
{
var pendingBranches = PendingBranches;
var count = pendingBranches.Count;
if (count != 0)
{
int stillPending = 0;
for (int i = 0; i < count; i++)
{
var pending = pendingBranches[i];
if (pending.Label == label)
{
Join(ref breakState, ref pending.State);
}
else
{
if (stillPending != i)
{
pendingBranches[stillPending] = pending;
}
stillPending++;
}
}
pendingBranches.Clip(stillPending);
}
SetState(breakState);
}
/// <summary>
/// Used to resolve continue statements in each statement form that supports it.
/// </summary>
private void ResolveContinues(LabelSymbol continueLabel)
{
var pendingBranches = PendingBranches;
var count = pendingBranches.Count;
if (count != 0)
{
int stillPending = 0;
for (int i = 0; i < count; i++)
{
var pending = pendingBranches[i];
if (pending.Label == continueLabel)
{
// Technically, nothing in the language specification depends on the state
// at the continue label, so we could just discard them instead of merging
// the states. In fact, we need not have added continue statements to the
// pending jump queue in the first place if we were interested solely in the
// flow analysis. However, region analysis (in support of extract method)
// and other forms of more precise analysis
// depend on continue statements appearing in the pending branch queue, so
// we process them from the queue here.
Join(ref this.State, ref pending.State);
}
else
{
if (stillPending != i)
{
pendingBranches[stillPending] = pending;
}
stillPending++;
}
}
pendingBranches.Clip(stillPending);
}
}
/// <summary>
/// Subclasses override this if they want to take special actions on processing a goto
/// statement, when both the jump and the label have been located.
/// </summary>
protected virtual void NoteBranch(PendingBranch pending, BoundNode gotoStmt, BoundStatement target)
{
target.AssertIsLabeledStatement();
}
/// <summary>
/// To handle a label, we resolve all branches to that label. Returns true if the state of
/// the label changes as a result.
/// </summary>
/// <param name="label">Target label</param>
/// <param name="target">Statement containing the target label</param>
private bool ResolveBranches(LabelSymbol label, BoundStatement target)
{
target?.AssertIsLabeledStatementWithLabel(label);
bool labelStateChanged = false;
var pendingBranches = PendingBranches;
var count = pendingBranches.Count;
if (count != 0)
{
int stillPending = 0;
for (int i = 0; i < count; i++)
{
var pending = pendingBranches[i];
if (pending.Label == label)
{
ResolveBranch(pending, label, target, ref labelStateChanged);
}
else
{
if (stillPending != i)
{
pendingBranches[stillPending] = pending;
}
stillPending++;
}
}
pendingBranches.Clip(stillPending);
}
return labelStateChanged;
}
protected virtual void ResolveBranch(PendingBranch pending, LabelSymbol label, BoundStatement target, ref bool labelStateChanged)
{
var state = LabelState(label);
if (target != null)
{
NoteBranch(pending, pending.Branch, target);
}
var changed = Join(ref state, ref pending.State);
if (changed)
{
labelStateChanged = true;
_labels[label] = state;
}
}
protected struct SavedPending
{
public readonly ArrayBuilder<PendingBranch> PendingBranches;
public readonly PooledHashSet<BoundStatement> LabelsSeen;
public SavedPending(ArrayBuilder<PendingBranch> pendingBranches, PooledHashSet<BoundStatement> labelsSeen)
{
this.PendingBranches = pendingBranches;
this.LabelsSeen = labelsSeen;
}
}
/// <summary>
/// Since branches cannot branch into constructs, only out, we save the pending branches
/// when visiting more nested constructs. When tracking exceptions, we store the current
/// state as the exception state for the following code.
/// </summary>
protected SavedPending SavePending()
{
Debug.Assert(!this.IsConditionalState);
var result = new SavedPending(PendingBranches, _labelsSeen);
PendingBranches = ArrayBuilder<PendingBranch>.GetInstance();
_labelsSeen = PooledHashSet<BoundStatement>.GetInstance();
return result;
}
/// <summary>
/// We use this when closing a block that may contain labels or branches
/// - branches to new labels are resolved
/// - new labels are removed (no longer can be reached)
/// - unresolved pending branches are carried forward
/// </summary>
/// <param name="oldPending">The old pending branches, which are to be merged with the current ones</param>
protected void RestorePending(SavedPending oldPending)
{
foreach (var node in _labelsSeen)
{
switch (node.Kind)
{
case BoundKind.LabeledStatement:
{
var label = (BoundLabeledStatement)node;
stateChangedAfterUse |= ResolveBranches(label.Label, label);
}
break;
case BoundKind.LabelStatement:
{
var label = (BoundLabelStatement)node;
stateChangedAfterUse |= ResolveBranches(label.Label, label);
}
break;
case BoundKind.SwitchSection:
{
var sec = (BoundSwitchSection)node;
foreach (var label in sec.SwitchLabels)
{
stateChangedAfterUse |= ResolveBranches(label.Label, sec);
}
}
break;
default:
// there are no other kinds of labels
throw ExceptionUtilities.UnexpectedValue(node.Kind);
}
}
oldPending.PendingBranches.AddRange(this.PendingBranches);
PendingBranches.Free();
PendingBranches = oldPending.PendingBranches;
// We only use SavePending/RestorePending when there could be no branch into the region between them.
// So there is no need to save the labels seen between the calls. If there were such a need, we would
// do "this.labelsSeen.UnionWith(oldPending.LabelsSeen);" instead of the following assignment
_labelsSeen.Free();
_labelsSeen = oldPending.LabelsSeen;
}
#region visitors
/// <summary>
/// Since each language construct must be handled according to the rules of the language specification,
/// the default visitor reports that the construct for the node is not implemented in the compiler.
/// </summary>
public override BoundNode DefaultVisit(BoundNode node)
{
Debug.Assert(false, $"Should Visit{node.Kind} be overridden in {this.GetType().Name}?");
Diagnostics.Add(ErrorCode.ERR_InternalError, node.Syntax.Location);
return null;
}
public override BoundNode VisitAttribute(BoundAttribute node)
{
// No flow analysis is ever done in attributes (or their arguments).
return null;
}
public override BoundNode VisitThrowExpression(BoundThrowExpression node)
{
VisitRvalue(node.Expression);
SetUnreachable();
return node;
}
public override BoundNode VisitPassByCopy(BoundPassByCopy node)
{
VisitRvalue(node.Expression);
return node;
}
public override BoundNode VisitIsPatternExpression(BoundIsPatternExpression node)
{
Debug.Assert(!IsConditionalState);
bool negated = node.Pattern.IsNegated(out var pattern);
Debug.Assert(negated == node.IsNegated);
if (VisitPossibleConditionalAccess(node.Expression, out var stateWhenNotNull))
{
Debug.Assert(!IsConditionalState);
SetConditionalState(patternMatchesNull(pattern)
? (State, stateWhenNotNull)
: (stateWhenNotNull, State));
}
else if (IsConditionalState)
{
// Patterns which only match a single boolean value should propagate conditional state
// for example, `(a != null && a.M(out x)) is true` should have the same conditional state as `(a != null && a.M(out x))`.
if (isBoolTest(pattern) is bool value)
{
if (!value)
{
SetConditionalState(StateWhenFalse, StateWhenTrue);
}
}
else
{
// Patterns which match more than a single boolean value cannot propagate conditional state
// for example, `(a != null && a.M(out x)) is bool b` should not have conditional state
Unsplit();
}
}
VisitPattern(pattern);
var reachableLabels = node.DecisionDag.ReachableLabels;
if (!reachableLabels.Contains(node.WhenTrueLabel))
{
SetState(this.StateWhenFalse);
SetConditionalState(UnreachableState(), this.State);
}
else if (!reachableLabels.Contains(node.WhenFalseLabel))
{
SetState(this.StateWhenTrue);
SetConditionalState(this.State, UnreachableState());
}
if (negated)
{
SetConditionalState(this.StateWhenFalse, this.StateWhenTrue);
}
return node;
static bool patternMatchesNull(BoundPattern pattern)
{
switch (pattern)
{
case BoundTypePattern:
case BoundRecursivePattern:
case BoundITuplePattern:
case BoundRelationalPattern:
case BoundDeclarationPattern { IsVar: false }:
case BoundConstantPattern { ConstantValue: { IsNull: false } }:
return false;
case BoundConstantPattern { ConstantValue: { IsNull: true } }:
return true;
case BoundNegatedPattern negated:
return !patternMatchesNull(negated.Negated);
case BoundBinaryPattern binary:
if (binary.Disjunction)
{
// `a?.b(out x) is null or C`
// pattern matches null if either subpattern matches null
var leftNullTest = patternMatchesNull(binary.Left);
return patternMatchesNull(binary.Left) || patternMatchesNull(binary.Right);
}
// `a?.b out x is not null and var c`
// pattern matches null only if both subpatterns match null
return patternMatchesNull(binary.Left) && patternMatchesNull(binary.Right);
case BoundDeclarationPattern { IsVar: true }:
case BoundDiscardPattern:
return true;
default:
throw ExceptionUtilities.UnexpectedValue(pattern.Kind);
}
}
// Returns `true` if the pattern only matches a `true` input.
// Returns `false` if the pattern only matches a `false` input.
// Otherwise, returns `null`.
static bool? isBoolTest(BoundPattern pattern)
{
switch (pattern)
{
case BoundConstantPattern { ConstantValue: { IsBoolean: true, BooleanValue: var boolValue } }:
return boolValue;
case BoundNegatedPattern negated:
return !isBoolTest(negated.Negated);
case BoundBinaryPattern binary:
if (binary.Disjunction)
{
// `(a != null && a.b(out x)) is true or true` matches `true`
// `(a != null && a.b(out x)) is true or false` matches any boolean
// both subpatterns must have the same bool test for the test to propagate out
var leftNullTest = isBoolTest(binary.Left);
return leftNullTest is null ? null :
leftNullTest != isBoolTest(binary.Right) ? null :
leftNullTest;
}
// `(a != null && a.b(out x)) is true and true` matches `true`
// `(a != null && a.b(out x)) is true and var x` matches `true`
// `(a != null && a.b(out x)) is true and false` never matches and is a compile error
return isBoolTest(binary.Left) ?? isBoolTest(binary.Right);
case BoundConstantPattern { ConstantValue: { IsBoolean: false } }:
case BoundDiscardPattern:
case BoundTypePattern:
case BoundRecursivePattern:
case BoundITuplePattern:
case BoundRelationalPattern:
case BoundDeclarationPattern:
return null;
default:
throw ExceptionUtilities.UnexpectedValue(pattern.Kind);
}
}
}
public virtual void VisitPattern(BoundPattern pattern)
{
Split();
}
public override BoundNode VisitConstantPattern(BoundConstantPattern node)
{
// All patterns are handled by VisitPattern
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitTupleLiteral(BoundTupleLiteral node)
{
return VisitTupleExpression(node);
}
public override BoundNode VisitConvertedTupleLiteral(BoundConvertedTupleLiteral node)
{
return VisitTupleExpression(node);
}
private BoundNode VisitTupleExpression(BoundTupleExpression node)
{
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), null);
return null;
}
public override BoundNode VisitTupleBinaryOperator(BoundTupleBinaryOperator node)
{
VisitRvalue(node.Left);
VisitRvalue(node.Right);
return null;
}
public override BoundNode VisitDynamicObjectCreationExpression(BoundDynamicObjectCreationExpression node)
{
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
public override BoundNode VisitDynamicIndexerAccess(BoundDynamicIndexerAccess node)
{
VisitRvalue(node.Receiver);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
return null;
}
public override BoundNode VisitDynamicMemberAccess(BoundDynamicMemberAccess node)
{
VisitRvalue(node.Receiver);
return null;
}
public override BoundNode VisitDynamicInvocation(BoundDynamicInvocation node)
{
VisitRvalue(node.Expression);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
return null;
}
#nullable enable
protected BoundNode? VisitInterpolatedStringBase(BoundInterpolatedStringBase node, InterpolatedStringHandlerData? data)
{
// If there can be any branching, then we need to treat the expressions
// as optionally evaluated. Otherwise, we treat them as always evaluated
(BoundExpression? construction, bool useBoolReturns, bool firstPartIsConditional) = data switch
{
null => (null, false, false),
{ } d => (d.Construction, d.UsesBoolReturns, d.HasTrailingHandlerValidityParameter)
};
VisitRvalue(construction);
bool hasConditionalEvaluation = useBoolReturns || firstPartIsConditional;
TLocalState? shortCircuitState = hasConditionalEvaluation ? State.Clone() : default;
_ = VisitInterpolatedStringHandlerParts(node, useBoolReturns, firstPartIsConditional, ref shortCircuitState);
if (hasConditionalEvaluation)
{
Debug.Assert(shortCircuitState != null);
Join(ref this.State, ref shortCircuitState);
}
return null;
}
#nullable disable
public override BoundNode VisitInterpolatedString(BoundInterpolatedString node)
{
return VisitInterpolatedStringBase(node, node.InterpolationData);
}
public override BoundNode VisitUnconvertedInterpolatedString(BoundUnconvertedInterpolatedString node)
{
// If the node is unconverted, we'll just treat it as if the contents are always evaluated
return VisitInterpolatedStringBase(node, data: null);
}
public override BoundNode VisitStringInsert(BoundStringInsert node)
{
VisitRvalue(node.Value);
if (node.Alignment != null)
{
VisitRvalue(node.Alignment);
}
if (node.Format != null)
{
VisitRvalue(node.Format);
}
return null;
}
public override BoundNode VisitInterpolatedStringHandlerPlaceholder(BoundInterpolatedStringHandlerPlaceholder node)
{
return null;
}
public override BoundNode VisitInterpolatedStringArgumentPlaceholder(BoundInterpolatedStringArgumentPlaceholder node)
{
return null;
}
public override BoundNode VisitArgList(BoundArgList node)
{
// The "__arglist" expression that is legal inside a varargs method has no
// effect on flow analysis and it has no children.
return null;
}
public override BoundNode VisitArgListOperator(BoundArgListOperator node)
{
// When we have M(__arglist(x, y, z)) we must visit x, y and z.
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
return null;
}
public override BoundNode VisitRefTypeOperator(BoundRefTypeOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitMakeRefOperator(BoundMakeRefOperator node)
{
// Note that we require that the variable whose reference we are taking
// has been initialized; it is similar to passing the variable as a ref parameter.
VisitRvalue(node.Operand, isKnownToBeAnLvalue: true);
return null;
}
public override BoundNode VisitRefValueOperator(BoundRefValueOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitGlobalStatementInitializer(BoundGlobalStatementInitializer node)
{
VisitStatement(node.Statement);
return null;
}
public override BoundNode VisitLambda(BoundLambda node) => null;
public override BoundNode VisitLocal(BoundLocal node)
{
SplitIfBooleanConstant(node);
return null;
}
public override BoundNode VisitLocalDeclaration(BoundLocalDeclaration node)
{
if (node.InitializerOpt != null)
{
// analyze the expression
VisitRvalue(node.InitializerOpt, isKnownToBeAnLvalue: node.LocalSymbol.RefKind != RefKind.None);
// byref assignment is also a potential write
if (node.LocalSymbol.RefKind != RefKind.None)
{
WriteArgument(node.InitializerOpt, node.LocalSymbol.RefKind, method: null);
}
}
return null;
}
public override BoundNode VisitBlock(BoundBlock node)
{
VisitStatements(node.Statements);
return null;
}
private void VisitStatements(ImmutableArray<BoundStatement> statements)
{
foreach (var statement in statements)
{
VisitStatement(statement);
}
}
public override BoundNode VisitScope(BoundScope node)
{
VisitStatements(node.Statements);
return null;
}
public override BoundNode VisitExpressionStatement(BoundExpressionStatement node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitCall(BoundCall node)
{
// If the method being called is a partial method without a definition, or is a conditional method
// whose condition is not true, then the call has no effect and it is ignored for the purposes of
// definite assignment analysis.
bool callsAreOmitted = node.Method.CallsAreOmitted(node.SyntaxTree);
TLocalState savedState = default(TLocalState);
if (callsAreOmitted)
{
savedState = this.State.Clone();
SetUnreachable();
}
VisitReceiverBeforeCall(node.ReceiverOpt, node.Method);
VisitArgumentsBeforeCall(node.Arguments, node.ArgumentRefKindsOpt);
if (node.Method?.OriginalDefinition is LocalFunctionSymbol localFunc)
{
VisitLocalFunctionUse(localFunc, node.Syntax, isCall: true);
}
VisitArgumentsAfterCall(node.Arguments, node.ArgumentRefKindsOpt, node.Method);
VisitReceiverAfterCall(node.ReceiverOpt, node.Method);
if (callsAreOmitted)
{
this.State = savedState;
}
return null;
}
protected void VisitLocalFunctionUse(LocalFunctionSymbol symbol, SyntaxNode syntax, bool isCall)
{
var localFuncState = GetOrCreateLocalFuncUsages(symbol);
VisitLocalFunctionUse(symbol, localFuncState, syntax, isCall);
}
protected virtual void VisitLocalFunctionUse(
LocalFunctionSymbol symbol,
TLocalFunctionState localFunctionState,
SyntaxNode syntax,
bool isCall)
{
if (isCall)
{
Join(ref State, ref localFunctionState.StateFromBottom);
Meet(ref State, ref localFunctionState.StateFromTop);
}
localFunctionState.Visited = true;
}
private void VisitReceiverBeforeCall(BoundExpression receiverOpt, MethodSymbol method)
{
if (method is null || method.MethodKind != MethodKind.Constructor)
{
VisitRvalue(receiverOpt);
}
}
private void VisitReceiverAfterCall(BoundExpression receiverOpt, MethodSymbol method)
{
if (receiverOpt is null)
{
return;
}
if (method is null)
{
WriteArgument(receiverOpt, RefKind.Ref, method: null);
}
else if (method.TryGetThisParameter(out var thisParameter)
&& thisParameter is object
&& !TypeIsImmutable(thisParameter.Type))
{
var thisRefKind = thisParameter.RefKind;
if (thisRefKind.IsWritableReference())
{
WriteArgument(receiverOpt, thisRefKind, method);
}
}
}
/// <summary>
/// Certain (struct) types are known by the compiler to be immutable. In these cases calling a method on
/// the type is known (by flow analysis) not to write the receiver.
/// </summary>
/// <param name="t"></param>
/// <returns></returns>
private static bool TypeIsImmutable(TypeSymbol t)
{
switch (t.SpecialType)
{
case SpecialType.System_Boolean:
case SpecialType.System_Char:
case SpecialType.System_SByte:
case SpecialType.System_Byte:
case SpecialType.System_Int16:
case SpecialType.System_UInt16:
case SpecialType.System_Int32:
case SpecialType.System_UInt32:
case SpecialType.System_Int64:
case SpecialType.System_UInt64:
case SpecialType.System_Decimal:
case SpecialType.System_Single:
case SpecialType.System_Double:
case SpecialType.System_DateTime:
return true;
default:
return t.IsNullableType();
}
}
public override BoundNode VisitIndexerAccess(BoundIndexerAccess node)
{
var method = GetReadMethod(node.Indexer);
VisitReceiverBeforeCall(node.ReceiverOpt, method);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, method);
if ((object)method != null)
{
VisitReceiverAfterCall(node.ReceiverOpt, method);
}
return null;
}
public override BoundNode VisitIndexOrRangePatternIndexerAccess(BoundIndexOrRangePatternIndexerAccess node)
{
// Index or Range pattern indexers evaluate the following in order:
// 1. The receiver
// 1. The Count or Length method off the receiver
// 2. The argument to the access
// 3. The pattern method
VisitRvalue(node.Receiver);
var method = GetReadMethod(node.LengthOrCountProperty);
VisitReceiverAfterCall(node.Receiver, method);
VisitRvalue(node.Argument);
method = node.PatternSymbol switch
{
PropertySymbol p => GetReadMethod(p),
MethodSymbol m => m,
_ => throw ExceptionUtilities.UnexpectedValue(node.PatternSymbol)
};
VisitReceiverAfterCall(node.Receiver, method);
return null;
}
public override BoundNode VisitEventAssignmentOperator(BoundEventAssignmentOperator node)
{
VisitRvalue(node.ReceiverOpt);
VisitRvalue(node.Argument);
return null;
}
/// <summary>
/// Do not call for a local function.
/// </summary>
protected virtual void VisitArguments(ImmutableArray<BoundExpression> arguments, ImmutableArray<RefKind> refKindsOpt, MethodSymbol method)
{
Debug.Assert(method?.OriginalDefinition.MethodKind != MethodKind.LocalFunction);
VisitArgumentsBeforeCall(arguments, refKindsOpt);
VisitArgumentsAfterCall(arguments, refKindsOpt, method);
}
private void VisitArgumentsBeforeCall(ImmutableArray<BoundExpression> arguments, ImmutableArray<RefKind> refKindsOpt)
{
// first value and ref parameters are read...
for (int i = 0; i < arguments.Length; i++)
{
RefKind refKind = GetRefKind(refKindsOpt, i);
if (refKind != RefKind.Out)
{
VisitRvalue(arguments[i], isKnownToBeAnLvalue: refKind != RefKind.None);
}
else
{
VisitLvalue(arguments[i]);
}
}
}
/// <summary>
/// Writes ref and out parameters
/// </summary>
private void VisitArgumentsAfterCall(ImmutableArray<BoundExpression> arguments, ImmutableArray<RefKind> refKindsOpt, MethodSymbol method)
{
for (int i = 0; i < arguments.Length; i++)
{
RefKind refKind = GetRefKind(refKindsOpt, i);
// passing as a byref argument is also a potential write
if (refKind != RefKind.None)
{
WriteArgument(arguments[i], refKind, method);
}
}
}
protected static RefKind GetRefKind(ImmutableArray<RefKind> refKindsOpt, int index)
{
return refKindsOpt.IsDefault || refKindsOpt.Length <= index ? RefKind.None : refKindsOpt[index];
}
protected virtual void WriteArgument(BoundExpression arg, RefKind refKind, MethodSymbol method)
{
}
public override BoundNode VisitBadExpression(BoundBadExpression node)
{
foreach (var child in node.ChildBoundNodes)
{
VisitRvalue(child as BoundExpression);
}
return null;
}
public override BoundNode VisitBadStatement(BoundBadStatement node)
{
foreach (var child in node.ChildBoundNodes)
{
if (child is BoundStatement)
{
VisitStatement(child as BoundStatement);
}
else
{
VisitRvalue(child as BoundExpression);
}
}
return null;
}
// Can be called as part of a bad expression.
public override BoundNode VisitArrayInitialization(BoundArrayInitialization node)
{
foreach (var child in node.Initializers)
{
VisitRvalue(child);
}
return null;
}
public override BoundNode VisitDelegateCreationExpression(BoundDelegateCreationExpression node)
{
var methodGroup = node.Argument as BoundMethodGroup;
if (methodGroup != null)
{
if ((object)node.MethodOpt != null && node.MethodOpt.RequiresInstanceReceiver)
{
EnterRegionIfNeeded(methodGroup);
VisitRvalue(methodGroup.ReceiverOpt);
LeaveRegionIfNeeded(methodGroup);
}
else if (node.MethodOpt?.OriginalDefinition is LocalFunctionSymbol localFunc)
{
VisitLocalFunctionUse(localFunc, node.Syntax, isCall: false);
}
}
else
{
VisitRvalue(node.Argument);
}
return null;
}
public override BoundNode VisitTypeExpression(BoundTypeExpression node)
{
return null;
}
public override BoundNode VisitTypeOrValueExpression(BoundTypeOrValueExpression node)
{
// If we're seeing a node of this kind, then we failed to resolve the member access
// as either a type or a property/field/event/local/parameter. In such cases,
// the second interpretation applies so just visit the node for that.
return this.Visit(node.Data.ValueExpression);
}
public override BoundNode VisitLiteral(BoundLiteral node)
{
SplitIfBooleanConstant(node);
return null;
}
protected void SplitIfBooleanConstant(BoundExpression node)
{
if (node.ConstantValue is { IsBoolean: true, BooleanValue: bool booleanValue })
{
var unreachable = UnreachableState();
Split();
if (booleanValue)
{
StateWhenFalse = unreachable;
}
else
{
StateWhenTrue = unreachable;
}
}
}
public override BoundNode VisitMethodDefIndex(BoundMethodDefIndex node)
{
return null;
}
public override BoundNode VisitMaximumMethodDefIndex(BoundMaximumMethodDefIndex node)
{
return null;
}
public override BoundNode VisitModuleVersionId(BoundModuleVersionId node)
{
return null;
}
public override BoundNode VisitModuleVersionIdString(BoundModuleVersionIdString node)
{
return null;
}
public override BoundNode VisitInstrumentationPayloadRoot(BoundInstrumentationPayloadRoot node)
{
return null;
}
public override BoundNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node)
{
return null;
}
public override BoundNode VisitConversion(BoundConversion node)
{
if (node.ConversionKind == ConversionKind.MethodGroup)
{
if (node.IsExtensionMethod || ((object)node.SymbolOpt != null && node.SymbolOpt.RequiresInstanceReceiver))
{
BoundExpression receiver = ((BoundMethodGroup)node.Operand).ReceiverOpt;
// A method group's "implicit this" is only used for instance methods.
EnterRegionIfNeeded(node.Operand);
VisitRvalue(receiver);
LeaveRegionIfNeeded(node.Operand);
}
else if (node.SymbolOpt?.OriginalDefinition is LocalFunctionSymbol localFunc)
{
VisitLocalFunctionUse(localFunc, node.Syntax, isCall: false);
}
}
else
{
Visit(node.Operand);
}
return null;
}
public override BoundNode VisitIfStatement(BoundIfStatement node)
{
// 5.3.3.5 If statements
VisitCondition(node.Condition);
TLocalState trueState = StateWhenTrue;
TLocalState falseState = StateWhenFalse;
SetState(trueState);
VisitStatement(node.Consequence);
trueState = this.State;
SetState(falseState);
if (node.AlternativeOpt != null)
{
VisitStatement(node.AlternativeOpt);
}
Join(ref this.State, ref trueState);
return null;
}
public override BoundNode VisitTryStatement(BoundTryStatement node)
{
var oldPending = SavePending(); // we do not allow branches into a try statement
var initialState = this.State.Clone();
// use this state to resolve all the branches introduced and internal to try/catch
var pendingBeforeTry = SavePending();
VisitTryBlockWithAnyTransferFunction(node.TryBlock, node, ref initialState);
var finallyState = initialState.Clone();
var endState = this.State;
foreach (var catchBlock in node.CatchBlocks)
{
SetState(initialState.Clone());
VisitCatchBlockWithAnyTransferFunction(catchBlock, ref finallyState);
Join(ref endState, ref this.State);
}
// Give a chance to branches internal to try/catch to resolve.
// Carry forward unresolved branches.
RestorePending(pendingBeforeTry);
// NOTE: At this point all branches that are internal to try or catch blocks have been resolved.
// However we have not yet restored the oldPending branches. Therefore all the branches
// that are currently pending must have been introduced in try/catch and do not terminate inside those blocks.
//
// With exception of YieldReturn, these branches logically go through finally, if such present,
// so we must Union/Intersect finally state as appropriate
if (node.FinallyBlockOpt != null)
{
// branches from the finally block, while illegal, should still not be considered
// to execute the finally block before occurring. Also, we do not handle branches
// *into* the finally block.
SetState(finallyState);
// capture tryAndCatchPending before going into finally
// we will need pending branches as they were before finally later
var tryAndCatchPending = SavePending();
var stateMovedUpInFinally = ReachableBottomState();
VisitFinallyBlockWithAnyTransferFunction(node.FinallyBlockOpt, ref stateMovedUpInFinally);
foreach (var pend in tryAndCatchPending.PendingBranches)
{
if (pend.Branch == null)
{
continue; // a tracked exception
}
if (pend.Branch.Kind != BoundKind.YieldReturnStatement)
{
updatePendingBranchState(ref pend.State, ref stateMovedUpInFinally);
if (pend.IsConditionalState)
{
updatePendingBranchState(ref pend.StateWhenTrue, ref stateMovedUpInFinally);
updatePendingBranchState(ref pend.StateWhenFalse, ref stateMovedUpInFinally);
}
}
}
RestorePending(tryAndCatchPending);
Meet(ref endState, ref this.State);
if (_nonMonotonicTransfer)
{
Join(ref endState, ref stateMovedUpInFinally);
}
}
SetState(endState);
RestorePending(oldPending);
return null;
void updatePendingBranchState(ref TLocalState stateToUpdate, ref TLocalState stateMovedUpInFinally)
{
Meet(ref stateToUpdate, ref this.State);
if (_nonMonotonicTransfer)
{
Join(ref stateToUpdate, ref stateMovedUpInFinally);
}
}
}
protected Optional<TLocalState> NonMonotonicState;
/// <summary>
/// Join state from other try block, potentially in a nested method.
/// </summary>
protected virtual void JoinTryBlockState(ref TLocalState self, ref TLocalState other)
{
Join(ref self, ref other);
}
private void VisitTryBlockWithAnyTransferFunction(BoundStatement tryBlock, BoundTryStatement node, ref TLocalState tryState)
{
if (_nonMonotonicTransfer)
{
Optional<TLocalState> oldTryState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitTryBlock(tryBlock, node, ref tryState);
var tempTryStateValue = NonMonotonicState.Value;
Join(ref tryState, ref tempTryStateValue);
if (oldTryState.HasValue)
{
var oldTryStateValue = oldTryState.Value;
JoinTryBlockState(ref oldTryStateValue, ref tempTryStateValue);
oldTryState = oldTryStateValue;
}
NonMonotonicState = oldTryState;
}
else
{
VisitTryBlock(tryBlock, node, ref tryState);
}
}
protected virtual void VisitTryBlock(BoundStatement tryBlock, BoundTryStatement node, ref TLocalState tryState)
{
VisitStatement(tryBlock);
}
private void VisitCatchBlockWithAnyTransferFunction(BoundCatchBlock catchBlock, ref TLocalState finallyState)
{
if (_nonMonotonicTransfer)
{
Optional<TLocalState> oldTryState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitCatchBlock(catchBlock, ref finallyState);
var tempTryStateValue = NonMonotonicState.Value;
Join(ref finallyState, ref tempTryStateValue);
if (oldTryState.HasValue)
{
var oldTryStateValue = oldTryState.Value;
JoinTryBlockState(ref oldTryStateValue, ref tempTryStateValue);
oldTryState = oldTryStateValue;
}
NonMonotonicState = oldTryState;
}
else
{
VisitCatchBlock(catchBlock, ref finallyState);
}
}
protected virtual void VisitCatchBlock(BoundCatchBlock catchBlock, ref TLocalState finallyState)
{
if (catchBlock.ExceptionSourceOpt != null)
{
VisitLvalue(catchBlock.ExceptionSourceOpt);
}
if (catchBlock.ExceptionFilterPrologueOpt is { })
{
VisitStatementList(catchBlock.ExceptionFilterPrologueOpt);
}
if (catchBlock.ExceptionFilterOpt != null)
{
VisitCondition(catchBlock.ExceptionFilterOpt);
SetState(StateWhenTrue);
}
VisitStatement(catchBlock.Body);
}
private void VisitFinallyBlockWithAnyTransferFunction(BoundStatement finallyBlock, ref TLocalState stateMovedUp)
{
if (_nonMonotonicTransfer)
{
Optional<TLocalState> oldTryState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitFinallyBlock(finallyBlock, ref stateMovedUp);
var tempTryStateValue = NonMonotonicState.Value;
Join(ref stateMovedUp, ref tempTryStateValue);
if (oldTryState.HasValue)
{
var oldTryStateValue = oldTryState.Value;
JoinTryBlockState(ref oldTryStateValue, ref tempTryStateValue);
oldTryState = oldTryStateValue;
}
NonMonotonicState = oldTryState;
}
else
{
VisitFinallyBlock(finallyBlock, ref stateMovedUp);
}
}
protected virtual void VisitFinallyBlock(BoundStatement finallyBlock, ref TLocalState stateMovedUp)
{
VisitStatement(finallyBlock); // this should generate no pending branches
}
public override BoundNode VisitExtractedFinallyBlock(BoundExtractedFinallyBlock node)
{
return VisitBlock(node.FinallyBlock);
}
public override BoundNode VisitReturnStatement(BoundReturnStatement node)
{
var result = VisitReturnStatementNoAdjust(node);
PendingBranches.Add(new PendingBranch(node, this.State, label: null));
SetUnreachable();
return result;
}
protected virtual BoundNode VisitReturnStatementNoAdjust(BoundReturnStatement node)
{
VisitRvalue(node.ExpressionOpt, isKnownToBeAnLvalue: node.RefKind != RefKind.None);
// byref return is also a potential write
if (node.RefKind != RefKind.None)
{
WriteArgument(node.ExpressionOpt, node.RefKind, method: null);
}
return null;
}
public override BoundNode VisitThisReference(BoundThisReference node)
{
return null;
}
public override BoundNode VisitPreviousSubmissionReference(BoundPreviousSubmissionReference node)
{
return null;
}
public override BoundNode VisitHostObjectMemberReference(BoundHostObjectMemberReference node)
{
return null;
}
public override BoundNode VisitParameter(BoundParameter node)
{
return null;
}
protected virtual void VisitLvalueParameter(BoundParameter node)
{
}
public override BoundNode VisitObjectCreationExpression(BoundObjectCreationExpression node)
{
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, node.Constructor);
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
public override BoundNode VisitNewT(BoundNewT node)
{
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
public override BoundNode VisitNoPiaObjectCreationExpression(BoundNoPiaObjectCreationExpression node)
{
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
// represents anything that occurs at the invocation of the property setter
protected virtual void PropertySetter(BoundExpression node, BoundExpression receiver, MethodSymbol setter, BoundExpression value = null)
{
VisitReceiverAfterCall(receiver, setter);
}
// returns false if expression is not a property access
// or if the property has a backing field
// and accessed in a corresponding constructor
private bool RegularPropertyAccess(BoundExpression expr)
{
if (expr.Kind != BoundKind.PropertyAccess)
{
return false;
}
return !Binder.AccessingAutoPropertyFromConstructor((BoundPropertyAccess)expr, _symbol);
}
public override BoundNode VisitAssignmentOperator(BoundAssignmentOperator node)
{
// TODO: should events be handled specially too?
if (RegularPropertyAccess(node.Left))
{
var left = (BoundPropertyAccess)node.Left;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var method = GetWriteMethod(property);
VisitReceiverBeforeCall(left.ReceiverOpt, method);
VisitRvalue(node.Right);
PropertySetter(node, left.ReceiverOpt, method, node.Right);
return null;
}
}
VisitLvalue(node.Left);
VisitRvalue(node.Right, isKnownToBeAnLvalue: node.IsRef);
// byref assignment is also a potential write
if (node.IsRef)
{
// Assume that BadExpression is a ref location to avoid
// cascading diagnostics
var refKind = node.Left.Kind == BoundKind.BadExpression
? RefKind.Ref
: node.Left.GetRefKind();
WriteArgument(node.Right, refKind, method: null);
}
return null;
}
public override BoundNode VisitDeconstructionAssignmentOperator(BoundDeconstructionAssignmentOperator node)
{
VisitLvalue(node.Left);
VisitRvalue(node.Right);
return null;
}
public sealed override BoundNode VisitOutDeconstructVarPendingInference(OutDeconstructVarPendingInference node)
{
// OutDeconstructVarPendingInference nodes are only used within initial binding, but don't survive past that stage
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
{
VisitCompoundAssignmentTarget(node);
VisitRvalue(node.Right);
AfterRightHasBeenVisited(node);
return null;
}
protected void VisitCompoundAssignmentTarget(BoundCompoundAssignmentOperator node)
{
// TODO: should events be handled specially too?
if (RegularPropertyAccess(node.Left))
{
var left = (BoundPropertyAccess)node.Left;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var readMethod = GetReadMethod(property);
Debug.Assert(node.HasAnyErrors || (object)readMethod != (object)GetWriteMethod(property));
VisitReceiverBeforeCall(left.ReceiverOpt, readMethod);
VisitReceiverAfterCall(left.ReceiverOpt, readMethod);
return;
}
}
VisitRvalue(node.Left, isKnownToBeAnLvalue: true);
}
protected void AfterRightHasBeenVisited(BoundCompoundAssignmentOperator node)
{
if (RegularPropertyAccess(node.Left))
{
var left = (BoundPropertyAccess)node.Left;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var writeMethod = GetWriteMethod(property);
PropertySetter(node, left.ReceiverOpt, writeMethod);
VisitReceiverAfterCall(left.ReceiverOpt, writeMethod);
return;
}
}
}
public override BoundNode VisitFieldAccess(BoundFieldAccess node)
{
VisitFieldAccessInternal(node.ReceiverOpt, node.FieldSymbol);
SplitIfBooleanConstant(node);
return null;
}
private void VisitFieldAccessInternal(BoundExpression receiverOpt, FieldSymbol fieldSymbol)
{
bool asLvalue = (object)fieldSymbol != null &&
(fieldSymbol.IsFixedSizeBuffer ||
!fieldSymbol.IsStatic &&
fieldSymbol.ContainingType.TypeKind == TypeKind.Struct &&
receiverOpt != null &&
receiverOpt.Kind != BoundKind.TypeExpression &&
(object)receiverOpt.Type != null &&
!receiverOpt.Type.IsPrimitiveRecursiveStruct());
if (asLvalue)
{
VisitLvalue(receiverOpt);
}
else
{
VisitRvalue(receiverOpt);
}
}
public override BoundNode VisitFieldInfo(BoundFieldInfo node)
{
return null;
}
public override BoundNode VisitMethodInfo(BoundMethodInfo node)
{
return null;
}
public override BoundNode VisitPropertyAccess(BoundPropertyAccess node)
{
var property = node.PropertySymbol;
if (Binder.AccessingAutoPropertyFromConstructor(node, _symbol))
{
var backingField = (property as SourcePropertySymbolBase)?.BackingField;
if (backingField != null)
{
VisitFieldAccessInternal(node.ReceiverOpt, backingField);
return null;
}
}
var method = GetReadMethod(property);
VisitReceiverBeforeCall(node.ReceiverOpt, method);
VisitReceiverAfterCall(node.ReceiverOpt, method);
return null;
// TODO: In an expression such as
// M().Prop = G();
// Exceptions thrown from M() occur before those from G(), but exceptions from the property accessor
// occur after both. The precise abstract flow pass does not yet currently have this quite right.
// Probably what is needed is a VisitPropertyAccessInternal(BoundPropertyAccess node, bool read)
// which should assume that the receiver will have been handled by the caller. This can be invoked
// twice for read/write operations such as
// M().Prop += 1
// or at the appropriate place in the sequence for read or write operations.
// Do events require any special handling too?
}
public override BoundNode VisitEventAccess(BoundEventAccess node)
{
VisitFieldAccessInternal(node.ReceiverOpt, node.EventSymbol.AssociatedField);
return null;
}
public override BoundNode VisitRangeVariable(BoundRangeVariable node)
{
return null;
}
public override BoundNode VisitQueryClause(BoundQueryClause node)
{
VisitRvalue(node.UnoptimizedForm ?? node.Value);
return null;
}
private BoundNode VisitMultipleLocalDeclarationsBase(BoundMultipleLocalDeclarationsBase node)
{
foreach (var v in node.LocalDeclarations)
{
Visit(v);
}
return null;
}
public override BoundNode VisitMultipleLocalDeclarations(BoundMultipleLocalDeclarations node)
{
return VisitMultipleLocalDeclarationsBase(node);
}
public override BoundNode VisitUsingLocalDeclarations(BoundUsingLocalDeclarations node)
{
if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null)
{
PendingBranches.Add(new PendingBranch(node, this.State, null));
}
return VisitMultipleLocalDeclarationsBase(node);
}
public override BoundNode VisitWhileStatement(BoundWhileStatement node)
{
// while (node.Condition) { node.Body; node.ContinueLabel: } node.BreakLabel:
LoopHead(node);
VisitCondition(node.Condition);
TLocalState bodyState = StateWhenTrue;
TLocalState breakState = StateWhenFalse;
SetState(bodyState);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
return null;
}
public override BoundNode VisitWithExpression(BoundWithExpression node)
{
VisitRvalue(node.Receiver);
VisitObjectOrCollectionInitializerExpression(node.InitializerExpression.Initializers);
return null;
}
public override BoundNode VisitArrayAccess(BoundArrayAccess node)
{
VisitRvalue(node.Expression);
foreach (var i in node.Indices)
{
VisitRvalue(i);
}
return null;
}
public override BoundNode VisitBinaryOperator(BoundBinaryOperator node)
{
if (node.OperatorKind.IsLogical())
{
Debug.Assert(!node.OperatorKind.IsUserDefined());
VisitBinaryLogicalOperatorChildren(node);
}
else if (node.InterpolatedStringHandlerData is { } data)
{
VisitBinaryInterpolatedStringAddition(node);
}
else
{
VisitBinaryOperatorChildren(node);
}
return null;
}
public override BoundNode VisitUserDefinedConditionalLogicalOperator(BoundUserDefinedConditionalLogicalOperator node)
{
VisitBinaryLogicalOperatorChildren(node);
return null;
}
private void VisitBinaryLogicalOperatorChildren(BoundExpression node)
{
// Do not blow the stack due to a deep recursion on the left.
var stack = ArrayBuilder<BoundExpression>.GetInstance();
BoundExpression binary;
BoundExpression child = node;
while (true)
{
var childKind = child.Kind;
if (childKind == BoundKind.BinaryOperator)
{
var binOp = (BoundBinaryOperator)child;
if (!binOp.OperatorKind.IsLogical())
{
break;
}
Debug.Assert(!binOp.OperatorKind.IsUserDefined());
binary = child;
child = binOp.Left;
}
else if (childKind == BoundKind.UserDefinedConditionalLogicalOperator)
{
binary = child;
child = ((BoundUserDefinedConditionalLogicalOperator)binary).Left;
}
else
{
break;
}
stack.Push(binary);
}
Debug.Assert(stack.Count > 0);
VisitCondition(child);
while (true)
{
binary = stack.Pop();
BinaryOperatorKind kind;
BoundExpression right;
switch (binary.Kind)
{
case BoundKind.BinaryOperator:
var binOp = (BoundBinaryOperator)binary;
kind = binOp.OperatorKind;
right = binOp.Right;
break;
case BoundKind.UserDefinedConditionalLogicalOperator:
var udBinOp = (BoundUserDefinedConditionalLogicalOperator)binary;
kind = udBinOp.OperatorKind;
right = udBinOp.Right;
break;
default:
throw ExceptionUtilities.UnexpectedValue(binary.Kind);
}
var op = kind.Operator();
var isAnd = op == BinaryOperatorKind.And;
var isBool = kind.OperandTypes() == BinaryOperatorKind.Bool;
Debug.Assert(isAnd || op == BinaryOperatorKind.Or);
var leftTrue = this.StateWhenTrue;
var leftFalse = this.StateWhenFalse;
SetState(isAnd ? leftTrue : leftFalse);
AfterLeftChildOfBinaryLogicalOperatorHasBeenVisited(binary, right, isAnd, isBool, ref leftTrue, ref leftFalse);
if (stack.Count == 0)
{
break;
}
AdjustConditionalState(binary);
}
Debug.Assert((object)binary == node);
stack.Free();
}
protected virtual void AfterLeftChildOfBinaryLogicalOperatorHasBeenVisited(BoundExpression binary, BoundExpression right, bool isAnd, bool isBool, ref TLocalState leftTrue, ref TLocalState leftFalse)
{
Visit(right); // First part of VisitCondition
AfterRightChildOfBinaryLogicalOperatorHasBeenVisited(binary, right, isAnd, isBool, ref leftTrue, ref leftFalse);
}
protected void AfterRightChildOfBinaryLogicalOperatorHasBeenVisited(BoundExpression binary, BoundExpression right, bool isAnd, bool isBool, ref TLocalState leftTrue, ref TLocalState leftFalse)
{
AdjustConditionalState(right); // Second part of VisitCondition
if (!isBool)
{
this.Unsplit();
this.Split();
}
var resultTrue = this.StateWhenTrue;
var resultFalse = this.StateWhenFalse;
if (isAnd)
{
Join(ref resultFalse, ref leftFalse);
}
else
{
Join(ref resultTrue, ref leftTrue);
}
SetConditionalState(resultTrue, resultFalse);
if (!isBool)
{
this.Unsplit();
}
}
private void VisitBinaryOperatorChildren(BoundBinaryOperator node)
{
// It is common in machine-generated code for there to be deep recursion on the left side of a binary
// operator, for example, if you have "a + b + c + ... " then the bound tree will be deep on the left
// hand side. To mitigate the risk of stack overflow we use an explicit stack.
//
// Of course we must ensure that we visit the left hand side before the right hand side.
var stack = ArrayBuilder<BoundBinaryOperator>.GetInstance();
BoundBinaryOperator binary = node;
do
{
stack.Push(binary);
binary = binary.Left as BoundBinaryOperator;
}
while (binary != null && !binary.OperatorKind.IsLogical() && binary.InterpolatedStringHandlerData is null);
VisitBinaryOperatorChildren(stack);
stack.Free();
}
#nullable enable
protected virtual void VisitBinaryOperatorChildren(ArrayBuilder<BoundBinaryOperator> stack)
{
var binary = stack.Pop();
// Only the leftmost operator of a left-associative binary operator chain can learn from a conditional access on the left
// For simplicity, we just special case it here.
// For example, `a?.b(out x) == true` has a conditional access on the left of the operator,
// but `expr == a?.b(out x) == true` has a conditional access on the right of the operator
if (VisitPossibleConditionalAccess(binary.Left, out var stateWhenNotNull)
&& canLearnFromOperator(binary)
&& isKnownNullOrNotNull(binary.Right))
{
if (_nonMonotonicTransfer)
{
// In this very specific scenario, we need to do extra work to track unassignments for region analysis.
// See `AbstractFlowPass.VisitCatchBlockWithAnyTransferFunction` for a similar scenario in catch blocks.
Optional<TLocalState> oldState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitRvalue(binary.Right);
var tempStateValue = NonMonotonicState.Value;
Join(ref stateWhenNotNull, ref tempStateValue);
if (oldState.HasValue)
{
var oldStateValue = oldState.Value;
Join(ref oldStateValue, ref tempStateValue);
oldState = oldStateValue;
}
NonMonotonicState = oldState;
}
else
{
VisitRvalue(binary.Right);
Meet(ref stateWhenNotNull, ref State);
}
var isNullConstant = binary.Right.ConstantValue?.IsNull == true;
SetConditionalState(isNullConstant == isEquals(binary)
? (State, stateWhenNotNull)
: (stateWhenNotNull, State));
if (stack.Count == 0)
{
return;
}
binary = stack.Pop();
}
while (true)
{
if (!canLearnFromOperator(binary)
|| !learnFromOperator(binary))
{
Unsplit();
Visit(binary.Right);
}
if (stack.Count == 0)
{
break;
}
binary = stack.Pop();
}
static bool canLearnFromOperator(BoundBinaryOperator binary)
{
var kind = binary.OperatorKind;
return kind.Operator() is BinaryOperatorKind.Equal or BinaryOperatorKind.NotEqual
&& (!kind.IsUserDefined() || kind.IsLifted());
}
static bool isKnownNullOrNotNull(BoundExpression expr)
{
return expr.ConstantValue is object
|| (expr is BoundConversion { ConversionKind: ConversionKind.ExplicitNullable or ConversionKind.ImplicitNullable } conv
&& conv.Operand.Type!.IsNonNullableValueType());
}
static bool isEquals(BoundBinaryOperator binary)
=> binary.OperatorKind.Operator() == BinaryOperatorKind.Equal;
// Returns true if `binary.Right` was visited by the call.
bool learnFromOperator(BoundBinaryOperator binary)
{
// `true == a?.b(out x)`
if (isKnownNullOrNotNull(binary.Left) && TryVisitConditionalAccess(binary.Right, out var stateWhenNotNull))
{
var isNullConstant = binary.Left.ConstantValue?.IsNull == true;
SetConditionalState(isNullConstant == isEquals(binary)
? (State, stateWhenNotNull)
: (stateWhenNotNull, State));
return true;
}
// `a && b(out x) == true`
else if (IsConditionalState && binary.Right.ConstantValue is { IsBoolean: true } rightConstant)
{
var (stateWhenTrue, stateWhenFalse) = (StateWhenTrue.Clone(), StateWhenFalse.Clone());
Unsplit();
Visit(binary.Right);
SetConditionalState(isEquals(binary) == rightConstant.BooleanValue
? (stateWhenTrue, stateWhenFalse)
: (stateWhenFalse, stateWhenTrue));
return true;
}
// `true == a && b(out x)`
else if (binary.Left.ConstantValue is { IsBoolean: true } leftConstant)
{
Unsplit();
Visit(binary.Right);
if (IsConditionalState && isEquals(binary) != leftConstant.BooleanValue)
{
SetConditionalState(StateWhenFalse, StateWhenTrue);
}
return true;
}
return false;
}
}
protected void VisitBinaryInterpolatedStringAddition(BoundBinaryOperator node)
{
Debug.Assert(node.InterpolatedStringHandlerData.HasValue);
var stack = ArrayBuilder<BoundInterpolatedString>.GetInstance();
var data = node.InterpolatedStringHandlerData.GetValueOrDefault();
while (PushBinaryOperatorInterpolatedStringChildren(node, stack) is { } next)
{
node = next;
}
Debug.Assert(stack.Count >= 2);
VisitRvalue(data.Construction);
bool visitedFirst = false;
bool hasTrailingHandlerValidityParameter = data.HasTrailingHandlerValidityParameter;
bool hasConditionalEvaluation = data.UsesBoolReturns || hasTrailingHandlerValidityParameter;
TLocalState? shortCircuitState = hasConditionalEvaluation ? State.Clone() : default;
while (stack.TryPop(out var currentString))
{
visitedFirst |= VisitInterpolatedStringHandlerParts(currentString, data.UsesBoolReturns, firstPartIsConditional: visitedFirst || hasTrailingHandlerValidityParameter, ref shortCircuitState);
}
if (hasConditionalEvaluation)
{
Join(ref State, ref shortCircuitState);
}
stack.Free();
}
protected virtual BoundBinaryOperator? PushBinaryOperatorInterpolatedStringChildren(BoundBinaryOperator node, ArrayBuilder<BoundInterpolatedString> stack)
{
stack.Push((BoundInterpolatedString)node.Right);
switch (node.Left)
{
case BoundBinaryOperator next:
return next;
case BoundInterpolatedString @string:
stack.Push(@string);
return null;
default:
throw ExceptionUtilities.UnexpectedValue(node.Left.Kind);
}
}
protected virtual bool VisitInterpolatedStringHandlerParts(BoundInterpolatedStringBase node, bool usesBoolReturns, bool firstPartIsConditional, ref TLocalState? shortCircuitState)
{
Debug.Assert(shortCircuitState != null || (!usesBoolReturns && !firstPartIsConditional));
if (node.Parts.IsEmpty)
{
return false;
}
ReadOnlySpan<BoundExpression> parts;
if (firstPartIsConditional)
{
parts = node.Parts.AsSpan();
}
else
{
VisitRvalue(node.Parts[0]);
shortCircuitState = State.Clone();
parts = node.Parts.AsSpan()[1..];
}
foreach (var part in parts)
{
VisitRvalue(part);
if (usesBoolReturns)
{
Debug.Assert(shortCircuitState != null);
Join(ref shortCircuitState, ref State);
}
}
return true;
}
#nullable disable
public override BoundNode VisitUnaryOperator(BoundUnaryOperator node)
{
if (node.OperatorKind == UnaryOperatorKind.BoolLogicalNegation)
{
// We have a special case for the ! unary operator, which can operate in a boolean context (5.3.3.26)
VisitCondition(node.Operand);
// it inverts the sense of assignedWhenTrue and assignedWhenFalse.
SetConditionalState(StateWhenFalse, StateWhenTrue);
}
else
{
VisitRvalue(node.Operand);
}
return null;
}
public override BoundNode VisitRangeExpression(BoundRangeExpression node)
{
if (node.LeftOperandOpt != null)
{
VisitRvalue(node.LeftOperandOpt);
}
if (node.RightOperandOpt != null)
{
VisitRvalue(node.RightOperandOpt);
}
return null;
}
public override BoundNode VisitFromEndIndexExpression(BoundFromEndIndexExpression node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitAwaitExpression(BoundAwaitExpression node)
{
VisitRvalue(node.Expression);
PendingBranches.Add(new PendingBranch(node, this.State, null));
return null;
}
public override BoundNode VisitIncrementOperator(BoundIncrementOperator node)
{
// TODO: should we also specially handle events?
if (RegularPropertyAccess(node.Operand))
{
var left = (BoundPropertyAccess)node.Operand;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var readMethod = GetReadMethod(property);
var writeMethod = GetWriteMethod(property);
Debug.Assert(node.HasAnyErrors || (object)readMethod != (object)writeMethod);
VisitReceiverBeforeCall(left.ReceiverOpt, readMethod);
VisitReceiverAfterCall(left.ReceiverOpt, readMethod);
PropertySetter(node, left.ReceiverOpt, writeMethod); // followed by a write
return null;
}
}
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitArrayCreation(BoundArrayCreation node)
{
foreach (var expr in node.Bounds)
{
VisitRvalue(expr);
}
if (node.InitializerOpt != null)
{
VisitArrayInitializationInternal(node, node.InitializerOpt);
}
return null;
}
private void VisitArrayInitializationInternal(BoundArrayCreation arrayCreation, BoundArrayInitialization node)
{
foreach (var child in node.Initializers)
{
if (child.Kind == BoundKind.ArrayInitialization)
{
VisitArrayInitializationInternal(arrayCreation, (BoundArrayInitialization)child);
}
else
{
VisitRvalue(child);
}
}
}
public override BoundNode VisitForStatement(BoundForStatement node)
{
if (node.Initializer != null)
{
VisitStatement(node.Initializer);
}
LoopHead(node);
TLocalState bodyState, breakState;
if (node.Condition != null)
{
VisitCondition(node.Condition);
bodyState = this.StateWhenTrue;
breakState = this.StateWhenFalse;
}
else
{
bodyState = this.State;
breakState = UnreachableState();
}
SetState(bodyState);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
if (node.Increment != null)
{
VisitStatement(node.Increment);
}
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
return null;
}
public override BoundNode VisitForEachStatement(BoundForEachStatement node)
{
// foreach [await] ( var v in node.Expression ) { node.Body; node.ContinueLabel: } node.BreakLabel:
VisitForEachExpression(node);
var breakState = this.State.Clone();
LoopHead(node);
VisitForEachIterationVariables(node);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
if (AwaitUsingAndForeachAddsPendingBranch && ((CommonForEachStatementSyntax)node.Syntax).AwaitKeyword != default)
{
PendingBranches.Add(new PendingBranch(node, this.State, null));
}
return null;
}
protected virtual void VisitForEachExpression(BoundForEachStatement node)
{
VisitRvalue(node.Expression);
}
public virtual void VisitForEachIterationVariables(BoundForEachStatement node)
{
}
public override BoundNode VisitAsOperator(BoundAsOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitIsOperator(BoundIsOperator node)
{
if (VisitPossibleConditionalAccess(node.Operand, out var stateWhenNotNull))
{
Debug.Assert(!IsConditionalState);
SetConditionalState(stateWhenNotNull, State);
}
else
{
// `(a && b.M(out x)) is bool` should discard conditional state from LHS
Unsplit();
}
return null;
}
public override BoundNode VisitMethodGroup(BoundMethodGroup node)
{
if (node.ReceiverOpt != null)
{
// An explicit or implicit receiver, for example in an expression such as (x.Goo is Action, or Goo is Action), is considered to be read.
VisitRvalue(node.ReceiverOpt);
}
return null;
}
#nullable enable
public override BoundNode? VisitNullCoalescingOperator(BoundNullCoalescingOperator node)
{
if (IsConstantNull(node.LeftOperand))
{
VisitRvalue(node.LeftOperand);
Visit(node.RightOperand);
}
else
{
TLocalState savedState;
if (VisitPossibleConditionalAccess(node.LeftOperand, out var stateWhenNotNull))
{
Debug.Assert(!IsConditionalState);
savedState = stateWhenNotNull;
}
else
{
Unsplit();
savedState = State.Clone();
}
if (node.LeftOperand.ConstantValue != null)
{
SetUnreachable();
}
Visit(node.RightOperand);
if (IsConditionalState)
{
Join(ref StateWhenTrue, ref savedState);
Join(ref StateWhenFalse, ref savedState);
}
else
{
Join(ref this.State, ref savedState);
}
}
return null;
}
/// <summary>
/// Visits a node only if it is a conditional access.
/// Returns 'true' if and only if the node was visited.
/// </summary>
private bool TryVisitConditionalAccess(BoundExpression node, [NotNullWhen(true)] out TLocalState? stateWhenNotNull)
{
var access = node switch
{
BoundConditionalAccess ca => ca,
BoundConversion { Conversion: Conversion conversion, Operand: BoundConditionalAccess ca } when CanPropagateStateWhenNotNull(conversion) => ca,
_ => null
};
if (access is not null)
{
EnterRegionIfNeeded(access);
Unsplit();
VisitConditionalAccess(access, out stateWhenNotNull);
Debug.Assert(!IsConditionalState);
LeaveRegionIfNeeded(access);
return true;
}
stateWhenNotNull = default;
return false;
}
/// <summary>
/// "State when not null" can only propagate out of a conditional access if
/// it is not subject to a user-defined conversion whose parameter is not of a non-nullable value type.
/// </summary>
protected static bool CanPropagateStateWhenNotNull(Conversion conversion)
{
if (!conversion.IsValid)
{
return false;
}
if (!conversion.IsUserDefined)
{
return true;
}
var method = conversion.Method;
Debug.Assert(method is object);
Debug.Assert(method.ParameterCount is 1);
var param = method.Parameters[0];
return param.Type.IsNonNullableValueType();
}
/// <summary>
/// Unconditionally visits an expression.
/// If the expression has "state when not null" after visiting,
/// the method returns 'true' and writes the state to <paramref name="stateWhenNotNull" />.
/// </summary>
private bool VisitPossibleConditionalAccess(BoundExpression node, [NotNullWhen(true)] out TLocalState? stateWhenNotNull)
{
if (TryVisitConditionalAccess(node, out stateWhenNotNull))
{
return true;
}
else
{
Visit(node);
return false;
}
}
private void VisitConditionalAccess(BoundConditionalAccess node, out TLocalState stateWhenNotNull)
{
// The receiver may also be a conditional access.
// `(a?.b(x = 1))?.c(y = 1)`
if (VisitPossibleConditionalAccess(node.Receiver, out var receiverStateWhenNotNull))
{
stateWhenNotNull = receiverStateWhenNotNull;
}
else
{
Unsplit();
stateWhenNotNull = this.State.Clone();
}
if (node.Receiver.ConstantValue != null && !IsConstantNull(node.Receiver))
{
// Consider a scenario like `"a"?.M0(x = 1)?.M0(y = 1)`.
// We can "know" that `.M0(x = 1)` was evaluated unconditionally but not `M0(y = 1)`.
// Therefore we do a VisitPossibleConditionalAccess here which unconditionally includes the "after receiver" state in State
// and includes the "after subsequent conditional accesses" in stateWhenNotNull
if (VisitPossibleConditionalAccess(node.AccessExpression, out var firstAccessStateWhenNotNull))
{
stateWhenNotNull = firstAccessStateWhenNotNull;
}
else
{
Unsplit();
stateWhenNotNull = this.State.Clone();
}
}
else
{
var savedState = this.State.Clone();
if (IsConstantNull(node.Receiver))
{
SetUnreachable();
}
else
{
SetState(stateWhenNotNull);
}
// We want to preserve stateWhenNotNull from accesses in the same "chain":
// a?.b(out x)?.c(out y); // expected to preserve stateWhenNotNull from both ?.b(out x) and ?.c(out y)
// but not accesses in nested expressions:
// a?.b(out x, c?.d(out y)); // expected to preserve stateWhenNotNull from a?.b(out x, ...) but not from c?.d(out y)
BoundExpression expr = node.AccessExpression;
while (expr is BoundConditionalAccess innerCondAccess)
{
Debug.Assert(innerCondAccess.Receiver is not (BoundConditionalAccess or BoundConversion));
// we assume that non-conditional accesses can never contain conditional accesses from the same "chain".
// that is, we never have to dig through non-conditional accesses to find and handle conditional accesses.
VisitRvalue(innerCondAccess.Receiver);
expr = innerCondAccess.AccessExpression;
// The savedState here represents the scenario where 0 or more of the access expressions could have been evaluated.
// e.g. after visiting `a?.b(x = null)?.c(x = new object())`, the "state when not null" of `x` is NotNull, but the "state when maybe null" of `x` is MaybeNull.
Join(ref savedState, ref State);
}
Debug.Assert(expr is BoundExpression);
VisitRvalue(expr);
stateWhenNotNull = State;
State = savedState;
Join(ref State, ref stateWhenNotNull);
}
}
public override BoundNode? VisitConditionalAccess(BoundConditionalAccess node)
{
VisitConditionalAccess(node, stateWhenNotNull: out _);
return null;
}
#nullable disable
public override BoundNode VisitLoweredConditionalAccess(BoundLoweredConditionalAccess node)
{
VisitRvalue(node.Receiver);
var savedState = this.State.Clone();
VisitRvalue(node.WhenNotNull);
Join(ref this.State, ref savedState);
if (node.WhenNullOpt != null)
{
savedState = this.State.Clone();
VisitRvalue(node.WhenNullOpt);
Join(ref this.State, ref savedState);
}
return null;
}
public override BoundNode VisitConditionalReceiver(BoundConditionalReceiver node)
{
return null;
}
public override BoundNode VisitComplexConditionalReceiver(BoundComplexConditionalReceiver node)
{
var savedState = this.State.Clone();
VisitRvalue(node.ValueTypeReceiver);
Join(ref this.State, ref savedState);
savedState = this.State.Clone();
VisitRvalue(node.ReferenceTypeReceiver);
Join(ref this.State, ref savedState);
return null;
}
public override BoundNode VisitSequence(BoundSequence node)
{
var sideEffects = node.SideEffects;
if (!sideEffects.IsEmpty)
{
foreach (var se in sideEffects)
{
VisitRvalue(se);
}
}
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitSequencePoint(BoundSequencePoint node)
{
if (node.StatementOpt != null)
{
VisitStatement(node.StatementOpt);
}
return null;
}
public override BoundNode VisitSequencePointExpression(BoundSequencePointExpression node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
{
if (node.StatementOpt != null)
{
VisitStatement(node.StatementOpt);
}
return null;
}
public override BoundNode VisitStatementList(BoundStatementList node)
{
return VisitStatementListWorker(node);
}
private BoundNode VisitStatementListWorker(BoundStatementList node)
{
foreach (var statement in node.Statements)
{
VisitStatement(statement);
}
return null;
}
public override BoundNode VisitTypeOrInstanceInitializers(BoundTypeOrInstanceInitializers node)
{
return VisitStatementListWorker(node);
}
public override BoundNode VisitUnboundLambda(UnboundLambda node)
{
// The presence of this node suggests an error was detected in an earlier phase.
return VisitLambda(node.BindForErrorRecovery());
}
public override BoundNode VisitBreakStatement(BoundBreakStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, node.Label));
SetUnreachable();
return null;
}
public override BoundNode VisitContinueStatement(BoundContinueStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, node.Label));
SetUnreachable();
return null;
}
public override BoundNode VisitUnconvertedConditionalOperator(BoundUnconvertedConditionalOperator node)
{
return VisitConditionalOperatorCore(node, isByRef: false, node.Condition, node.Consequence, node.Alternative);
}
public override BoundNode VisitConditionalOperator(BoundConditionalOperator node)
{
return VisitConditionalOperatorCore(node, node.IsRef, node.Condition, node.Consequence, node.Alternative);
}
#nullable enable
protected virtual BoundNode? VisitConditionalOperatorCore(
BoundExpression node,
bool isByRef,
BoundExpression condition,
BoundExpression consequence,
BoundExpression alternative)
{
VisitCondition(condition);
var consequenceState = this.StateWhenTrue;
var alternativeState = this.StateWhenFalse;
if (IsConstantTrue(condition))
{
VisitConditionalOperand(alternativeState, alternative, isByRef);
VisitConditionalOperand(consequenceState, consequence, isByRef);
}
else if (IsConstantFalse(condition))
{
VisitConditionalOperand(consequenceState, consequence, isByRef);
VisitConditionalOperand(alternativeState, alternative, isByRef);
}
else
{
// at this point, the state is conditional after a conditional expression if:
// 1. the state is conditional after the consequence, or
// 2. the state is conditional after the alternative
VisitConditionalOperand(consequenceState, consequence, isByRef);
var conditionalAfterConsequence = IsConditionalState;
var (afterConsequenceWhenTrue, afterConsequenceWhenFalse) = conditionalAfterConsequence ? (StateWhenTrue, StateWhenFalse) : (State, State);
VisitConditionalOperand(alternativeState, alternative, isByRef);
if (!conditionalAfterConsequence && !IsConditionalState)
{
// simplify in the common case
Join(ref this.State, ref afterConsequenceWhenTrue);
}
else
{
Split();
Join(ref this.StateWhenTrue, ref afterConsequenceWhenTrue);
Join(ref this.StateWhenFalse, ref afterConsequenceWhenFalse);
}
}
return null;
}
#nullable disable
private void VisitConditionalOperand(TLocalState state, BoundExpression operand, bool isByRef)
{
SetState(state);
if (isByRef)
{
VisitLvalue(operand);
// exposing ref is a potential write
WriteArgument(operand, RefKind.Ref, method: null);
}
else
{
Visit(operand);
}
}
public override BoundNode VisitBaseReference(BoundBaseReference node)
{
return null;
}
public override BoundNode VisitDoStatement(BoundDoStatement node)
{
// do { statements; node.ContinueLabel: } while (node.Condition) node.BreakLabel:
LoopHead(node);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
VisitCondition(node.Condition);
TLocalState breakState = this.StateWhenFalse;
SetState(this.StateWhenTrue);
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
return null;
}
public override BoundNode VisitGotoStatement(BoundGotoStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, node.Label));
SetUnreachable();
return null;
}
protected void VisitLabel(LabelSymbol label, BoundStatement node)
{
node.AssertIsLabeledStatementWithLabel(label);
ResolveBranches(label, node);
var state = LabelState(label);
Join(ref this.State, ref state);
_labels[label] = this.State.Clone();
_labelsSeen.Add(node);
}
protected virtual void VisitLabel(BoundLabeledStatement node)
{
VisitLabel(node.Label, node);
}
public override BoundNode VisitLabelStatement(BoundLabelStatement node)
{
VisitLabel(node.Label, node);
return null;
}
public override BoundNode VisitLabeledStatement(BoundLabeledStatement node)
{
VisitLabel(node);
VisitStatement(node.Body);
return null;
}
public override BoundNode VisitLockStatement(BoundLockStatement node)
{
VisitRvalue(node.Argument);
VisitStatement(node.Body);
return null;
}
public override BoundNode VisitNoOpStatement(BoundNoOpStatement node)
{
return null;
}
public override BoundNode VisitNamespaceExpression(BoundNamespaceExpression node)
{
return null;
}
public override BoundNode VisitUsingStatement(BoundUsingStatement node)
{
if (node.ExpressionOpt != null)
{
VisitRvalue(node.ExpressionOpt);
}
if (node.DeclarationsOpt != null)
{
VisitStatement(node.DeclarationsOpt);
}
VisitStatement(node.Body);
if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null)
{
PendingBranches.Add(new PendingBranch(node, this.State, null));
}
return null;
}
public abstract bool AwaitUsingAndForeachAddsPendingBranch { get; }
public override BoundNode VisitFixedStatement(BoundFixedStatement node)
{
VisitStatement(node.Declarations);
VisitStatement(node.Body);
return null;
}
public override BoundNode VisitFixedLocalCollectionInitializer(BoundFixedLocalCollectionInitializer node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitThrowStatement(BoundThrowStatement node)
{
BoundExpression expr = node.ExpressionOpt;
VisitRvalue(expr);
SetUnreachable();
return null;
}
public override BoundNode VisitYieldBreakStatement(BoundYieldBreakStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, null));
SetUnreachable();
return null;
}
public override BoundNode VisitYieldReturnStatement(BoundYieldReturnStatement node)
{
VisitRvalue(node.Expression);
PendingBranches.Add(new PendingBranch(node, this.State, null));
return null;
}
public override BoundNode VisitDefaultLiteral(BoundDefaultLiteral node)
{
return null;
}
public override BoundNode VisitDefaultExpression(BoundDefaultExpression node)
{
return null;
}
public override BoundNode VisitUnconvertedObjectCreationExpression(BoundUnconvertedObjectCreationExpression node)
{
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitTypeOfOperator(BoundTypeOfOperator node)
{
VisitTypeExpression(node.SourceType);
return null;
}
public override BoundNode VisitNameOfOperator(BoundNameOfOperator node)
{
var savedState = this.State;
SetState(UnreachableState());
Visit(node.Argument);
SetState(savedState);
return null;
}
public override BoundNode VisitAddressOfOperator(BoundAddressOfOperator node)
{
VisitAddressOfOperand(node.Operand, shouldReadOperand: false);
return null;
}
protected void VisitAddressOfOperand(BoundExpression operand, bool shouldReadOperand)
{
if (shouldReadOperand)
{
this.VisitRvalue(operand);
}
else
{
this.VisitLvalue(operand);
}
this.WriteArgument(operand, RefKind.Out, null); //Out because we know it will definitely be assigned.
}
public override BoundNode VisitPointerIndirectionOperator(BoundPointerIndirectionOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitPointerElementAccess(BoundPointerElementAccess node)
{
VisitRvalue(node.Expression);
VisitRvalue(node.Index);
return null;
}
public override BoundNode VisitSizeOfOperator(BoundSizeOfOperator node)
{
return null;
}
private BoundNode VisitStackAllocArrayCreationBase(BoundStackAllocArrayCreationBase node)
{
VisitRvalue(node.Count);
if (node.InitializerOpt != null && !node.InitializerOpt.Initializers.IsDefault)
{
foreach (var element in node.InitializerOpt.Initializers)
{
VisitRvalue(element);
}
}
return null;
}
public override BoundNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
{
return VisitStackAllocArrayCreationBase(node);
}
public override BoundNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node)
{
return VisitStackAllocArrayCreationBase(node);
}
public override BoundNode VisitAnonymousObjectCreationExpression(BoundAnonymousObjectCreationExpression node)
{
// visit arguments as r-values
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.Constructor);
return null;
}
public override BoundNode VisitArrayLength(BoundArrayLength node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitConditionalGoto(BoundConditionalGoto node)
{
VisitCondition(node.Condition);
Debug.Assert(this.IsConditionalState);
if (node.JumpIfTrue)
{
PendingBranches.Add(new PendingBranch(node, this.StateWhenTrue, node.Label));
this.SetState(this.StateWhenFalse);
}
else
{
PendingBranches.Add(new PendingBranch(node, this.StateWhenFalse, node.Label));
this.SetState(this.StateWhenTrue);
}
return null;
}
public override BoundNode VisitObjectInitializerExpression(BoundObjectInitializerExpression node)
{
return VisitObjectOrCollectionInitializerExpression(node.Initializers);
}
public override BoundNode VisitCollectionInitializerExpression(BoundCollectionInitializerExpression node)
{
return VisitObjectOrCollectionInitializerExpression(node.Initializers);
}
private BoundNode VisitObjectOrCollectionInitializerExpression(ImmutableArray<BoundExpression> initializers)
{
foreach (var initializer in initializers)
{
VisitRvalue(initializer);
}
return null;
}
public override BoundNode VisitObjectInitializerMember(BoundObjectInitializerMember node)
{
var arguments = node.Arguments;
if (!arguments.IsDefaultOrEmpty)
{
MethodSymbol method = null;
if (node.MemberSymbol?.Kind == SymbolKind.Property)
{
var property = (PropertySymbol)node.MemberSymbol;
method = GetReadMethod(property);
}
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, method);
}
return null;
}
public override BoundNode VisitDynamicObjectInitializerMember(BoundDynamicObjectInitializerMember node)
{
return null;
}
public override BoundNode VisitCollectionElementInitializer(BoundCollectionElementInitializer node)
{
if (node.AddMethod.CallsAreOmitted(node.SyntaxTree))
{
// If the underlying add method is a partial method without a definition, or is a conditional method
// whose condition is not true, then the call has no effect and it is ignored for the purposes of
// flow analysis.
TLocalState savedState = savedState = this.State.Clone();
SetUnreachable();
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.AddMethod);
this.State = savedState;
}
else
{
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.AddMethod);
}
return null;
}
public override BoundNode VisitDynamicCollectionElementInitializer(BoundDynamicCollectionElementInitializer node)
{
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), method: null);
return null;
}
public override BoundNode VisitImplicitReceiver(BoundImplicitReceiver node)
{
return null;
}
public override BoundNode VisitFieldEqualsValue(BoundFieldEqualsValue node)
{
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitPropertyEqualsValue(BoundPropertyEqualsValue node)
{
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitParameterEqualsValue(BoundParameterEqualsValue node)
{
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitDeconstructValuePlaceholder(BoundDeconstructValuePlaceholder node)
{
return null;
}
public override BoundNode VisitObjectOrCollectionValuePlaceholder(BoundObjectOrCollectionValuePlaceholder node)
{
return null;
}
public override BoundNode VisitAwaitableValuePlaceholder(BoundAwaitableValuePlaceholder node)
{
return null;
}
public sealed override BoundNode VisitOutVariablePendingInference(OutVariablePendingInference node)
{
throw ExceptionUtilities.Unreachable;
}
public sealed override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
{
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitDiscardExpression(BoundDiscardExpression node)
{
return null;
}
private static MethodSymbol GetReadMethod(PropertySymbol property) =>
property.GetOwnOrInheritedGetMethod() ?? property.SetMethod;
private static MethodSymbol GetWriteMethod(PropertySymbol property) =>
property.GetOwnOrInheritedSetMethod() ?? property.GetMethod;
public override BoundNode VisitConstructorMethodBody(BoundConstructorMethodBody node)
{
Visit(node.Initializer);
VisitMethodBodies(node.BlockBody, node.ExpressionBody);
return null;
}
public override BoundNode VisitNonConstructorMethodBody(BoundNonConstructorMethodBody node)
{
VisitMethodBodies(node.BlockBody, node.ExpressionBody);
return null;
}
public override BoundNode VisitNullCoalescingAssignmentOperator(BoundNullCoalescingAssignmentOperator node)
{
TLocalState leftState;
if (RegularPropertyAccess(node.LeftOperand) &&
(BoundPropertyAccess)node.LeftOperand is var left &&
left.PropertySymbol is var property &&
property.RefKind == RefKind.None)
{
var readMethod = property.GetOwnOrInheritedGetMethod();
VisitReceiverBeforeCall(left.ReceiverOpt, readMethod);
VisitReceiverAfterCall(left.ReceiverOpt, readMethod);
var savedState = this.State.Clone();
AdjustStateForNullCoalescingAssignmentNonNullCase(node);
leftState = this.State.Clone();
SetState(savedState);
VisitAssignmentOfNullCoalescingAssignment(node, left);
}
else
{
VisitRvalue(node.LeftOperand, isKnownToBeAnLvalue: true);
var savedState = this.State.Clone();
AdjustStateForNullCoalescingAssignmentNonNullCase(node);
leftState = this.State.Clone();
SetState(savedState);
VisitAssignmentOfNullCoalescingAssignment(node, propertyAccessOpt: null);
}
Join(ref this.State, ref leftState);
return null;
}
public override BoundNode VisitReadOnlySpanFromArray(BoundReadOnlySpanFromArray node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitFunctionPointerInvocation(BoundFunctionPointerInvocation node)
{
Visit(node.InvokedExpression);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, node.FunctionPointer.Signature);
return null;
}
public override BoundNode VisitUnconvertedAddressOfOperator(BoundUnconvertedAddressOfOperator node)
{
// This is not encountered in correct programs, but can be seen if the function pointer was
// unable to be converted and the semantic model is used to query for information.
Visit(node.Operand);
return null;
}
/// <summary>
/// This visitor represents just the assignment part of the null coalescing assignment
/// operator.
/// </summary>
protected virtual void VisitAssignmentOfNullCoalescingAssignment(
BoundNullCoalescingAssignmentOperator node,
BoundPropertyAccess propertyAccessOpt)
{
VisitRvalue(node.RightOperand);
if (propertyAccessOpt != null)
{
var symbol = propertyAccessOpt.PropertySymbol;
var writeMethod = symbol.GetOwnOrInheritedSetMethod();
PropertySetter(node, propertyAccessOpt.ReceiverOpt, writeMethod);
}
}
public override BoundNode VisitSavePreviousSequencePoint(BoundSavePreviousSequencePoint node)
{
return null;
}
public override BoundNode VisitRestorePreviousSequencePoint(BoundRestorePreviousSequencePoint node)
{
return null;
}
public override BoundNode VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node)
{
return null;
}
/// <summary>
/// This visitor represents just the non-assignment part of the null coalescing assignment
/// operator (when the left operand is non-null).
/// </summary>
protected virtual void AdjustStateForNullCoalescingAssignmentNonNullCase(BoundNullCoalescingAssignmentOperator node)
{
}
private void VisitMethodBodies(BoundBlock blockBody, BoundBlock expressionBody)
{
if (blockBody == null)
{
Visit(expressionBody);
return;
}
else if (expressionBody == null)
{
Visit(blockBody);
return;
}
// In error cases we have two bodies. These are two unrelated pieces of code,
// they are not executed one after another. As we don't really know which one the developer
// intended to use, we need to visit both. We are going to pretend that there is
// an unconditional fork in execution and then we are converging after each body is executed.
// For example, if only one body assigns an out parameter, then after visiting both bodies
// we should consider that parameter is not definitely assigned.
// Note, that today this code is not executed for regular definite assignment analysis. It is
// only executed for region analysis.
TLocalState initialState = this.State.Clone();
Visit(blockBody);
TLocalState afterBlock = this.State;
SetState(initialState);
Visit(expressionBody);
Join(ref this.State, ref afterBlock);
}
#endregion visitors
}
/// <summary>
/// The possible places that we are processing when there is a region.
/// </summary>
/// <remarks>
/// This should be nested inside <see cref="AbstractFlowPass{TLocalState, TLocalFunctionState}"/> but is not due to https://github.com/dotnet/roslyn/issues/36992 .
/// </remarks>
internal enum RegionPlace { Before, Inside, After };
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// An abstract flow pass that takes some shortcuts in analyzing finally blocks, in order to enable
/// the analysis to take place without tracking exceptions or repeating the analysis of a finally block
/// for each exit from a try statement. The shortcut results in a slightly less precise
/// (but still conservative) analysis, but that less precise analysis is all that is required for
/// the language specification. The most significant shortcut is that we do not track the state
/// where exceptions can arise. That does not affect the soundness for most analyses, but for those
/// analyses whose soundness would be affected (e.g. "data flows out"), we track "unassignments" to keep
/// the analysis sound.
/// </summary>
/// <remarks>
/// Formally, this is a fairly conventional lattice flow analysis (<see
/// href="https://en.wikipedia.org/wiki/Data-flow_analysis"/>) that moves upward through the <see cref="Join(ref
/// TLocalState, ref TLocalState)"/> operation.
/// </remarks>
internal abstract partial class AbstractFlowPass<TLocalState, TLocalFunctionState> : BoundTreeVisitor
where TLocalState : AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState
where TLocalFunctionState : AbstractFlowPass<TLocalState, TLocalFunctionState>.AbstractLocalFunctionState
{
protected int _recursionDepth;
/// <summary>
/// The compilation in which the analysis is taking place. This is needed to determine which
/// conditional methods will be compiled and which will be omitted.
/// </summary>
protected readonly CSharpCompilation compilation;
/// <summary>
/// The method whose body is being analyzed, or the field whose initializer is being analyzed.
/// May be a top-level member or a lambda or local function. It is used for
/// references to method parameters. Thus, '_symbol' should not be used directly, but
/// 'MethodParameters', 'MethodThisParameter' and 'AnalyzeOutParameters(...)' should be used
/// instead. _symbol is null during speculative binding.
/// </summary>
protected readonly Symbol _symbol;
/// <summary>
/// Reflects the enclosing member, lambda or local function at the current location (in the bound tree).
/// </summary>
protected Symbol CurrentSymbol;
/// <summary>
/// The bound node of the method or initializer being analyzed.
/// </summary>
protected readonly BoundNode methodMainNode;
/// <summary>
/// The flow analysis state at each label, computed by calling <see cref="Join(ref
/// TLocalState, ref TLocalState)"/> on the state from branches to that label with the state
/// when we fall into the label. Entries are created when the label is encountered. One
/// case deserves special attention: when the destination of the branch is a label earlier
/// in the code, it is possible (though rarely occurs in practice) that we are changing the
/// state at a label that we've already analyzed. In that case we run another pass of the
/// analysis to allow those changes to propagate. This repeats until no further changes to
/// the state of these labels occurs. This can result in quadratic performance in unlikely
/// but possible code such as this: "int x; if (cond) goto l1; x = 3; l5: print x; l4: goto
/// l5; l3: goto l4; l2: goto l3; l1: goto l2;"
/// </summary>
private readonly PooledDictionary<LabelSymbol, TLocalState> _labels;
/// <summary>
/// Set to true after an analysis scan if the analysis was incomplete due to state changing
/// after it was used by another analysis component. In this case the caller scans again (until
/// this is false). Since the analysis proceeds by monotonically changing the state computed
/// at each label, this must terminate.
/// </summary>
protected bool stateChangedAfterUse;
/// <summary>
/// All of the labels seen so far in this forward scan of the body
/// </summary>
private PooledHashSet<BoundStatement> _labelsSeen;
/// <summary>
/// Pending escapes generated in the current scope (or more deeply nested scopes). When jump
/// statements (goto, break, continue, return) are processed, they are placed in the
/// pendingBranches buffer to be processed later by the code handling the destination
/// statement. As a special case, the processing of try-finally statements might modify the
/// contents of the pendingBranches buffer to take into account the behavior of
/// "intervening" finally clauses.
/// </summary>
protected ArrayBuilder<PendingBranch> PendingBranches { get; private set; }
/// <summary>
/// The definite assignment and/or reachability state at the point currently being analyzed.
/// </summary>
protected TLocalState State;
protected TLocalState StateWhenTrue;
protected TLocalState StateWhenFalse;
protected bool IsConditionalState;
/// <summary>
/// Indicates that the transfer function for a particular node (the function mapping the
/// state before the node to the state after the node) is not monotonic, in the sense that
/// it can change the state in either direction in the lattice. If the transfer function is
/// monotonic, the transfer function can only change the state toward the <see
/// cref="UnreachableState"/>. Reachability and definite assignment are monotonic, and
/// permit a more efficient analysis. Region analysis and nullable analysis are not
/// monotonic. This is just an optimization; we could treat all of them as nonmonotonic
/// without much loss of performance. In fact, this only affects the analysis of (relatively
/// rare) try statements, and is only a slight optimization.
/// </summary>
private readonly bool _nonMonotonicTransfer;
protected void SetConditionalState((TLocalState whenTrue, TLocalState whenFalse) state)
{
SetConditionalState(state.whenTrue, state.whenFalse);
}
protected void SetConditionalState(TLocalState whenTrue, TLocalState whenFalse)
{
IsConditionalState = true;
State = default(TLocalState);
StateWhenTrue = whenTrue;
StateWhenFalse = whenFalse;
}
protected void SetState(TLocalState newState)
{
Debug.Assert(newState != null);
StateWhenTrue = StateWhenFalse = default(TLocalState);
IsConditionalState = false;
State = newState;
}
protected void Split()
{
if (!IsConditionalState)
{
SetConditionalState(State, State.Clone());
}
}
protected void Unsplit()
{
if (IsConditionalState)
{
Join(ref StateWhenTrue, ref StateWhenFalse);
SetState(StateWhenTrue);
}
}
/// <summary>
/// Where all diagnostics are deposited.
/// </summary>
protected DiagnosticBag Diagnostics { get; }
#region Region
// For region analysis, we maintain some extra data.
protected RegionPlace regionPlace; // tells whether we are currently analyzing code before, during, or after the region
protected readonly BoundNode firstInRegion, lastInRegion;
protected readonly bool TrackingRegions;
/// <summary>
/// A cache of the state at the backward branch point of each loop. This is not needed
/// during normal flow analysis, but is needed for DataFlowsOut region analysis.
/// </summary>
private readonly Dictionary<BoundLoopStatement, TLocalState> _loopHeadState;
#endregion Region
protected AbstractFlowPass(
CSharpCompilation compilation,
Symbol symbol,
BoundNode node,
BoundNode firstInRegion = null,
BoundNode lastInRegion = null,
bool trackRegions = false,
bool nonMonotonicTransferFunction = false)
{
Debug.Assert(node != null);
if (firstInRegion != null && lastInRegion != null)
{
trackRegions = true;
}
if (trackRegions)
{
Debug.Assert(firstInRegion != null);
Debug.Assert(lastInRegion != null);
int startLocation = firstInRegion.Syntax.SpanStart;
int endLocation = lastInRegion.Syntax.Span.End;
int length = endLocation - startLocation;
Debug.Assert(length >= 0, "last comes before first");
this.RegionSpan = new TextSpan(startLocation, length);
}
PendingBranches = ArrayBuilder<PendingBranch>.GetInstance();
_labelsSeen = PooledHashSet<BoundStatement>.GetInstance();
_labels = PooledDictionary<LabelSymbol, TLocalState>.GetInstance();
this.Diagnostics = DiagnosticBag.GetInstance();
this.compilation = compilation;
_symbol = symbol;
CurrentSymbol = symbol;
this.methodMainNode = node;
this.firstInRegion = firstInRegion;
this.lastInRegion = lastInRegion;
_loopHeadState = new Dictionary<BoundLoopStatement, TLocalState>(ReferenceEqualityComparer.Instance);
TrackingRegions = trackRegions;
_nonMonotonicTransfer = nonMonotonicTransferFunction;
}
protected abstract string Dump(TLocalState state);
protected string Dump()
{
return IsConditionalState
? $"true: {Dump(this.StateWhenTrue)} false: {Dump(this.StateWhenFalse)}"
: Dump(this.State);
}
#if DEBUG
protected string DumpLabels()
{
StringBuilder result = new StringBuilder();
result.Append("Labels{");
bool first = true;
foreach (var key in _labels.Keys)
{
if (!first)
{
result.Append(", ");
}
string name = key.Name;
if (string.IsNullOrEmpty(name))
{
name = "<Label>" + key.GetHashCode();
}
result.Append(name).Append(": ").Append(this.Dump(_labels[key]));
first = false;
}
result.Append("}");
return result.ToString();
}
#endif
private void EnterRegionIfNeeded(BoundNode node)
{
if (TrackingRegions && node == this.firstInRegion && this.regionPlace == RegionPlace.Before)
{
EnterRegion();
}
}
/// <summary>
/// Subclasses may override EnterRegion to perform any actions at the entry to the region.
/// </summary>
protected virtual void EnterRegion()
{
Debug.Assert(this.regionPlace == RegionPlace.Before);
this.regionPlace = RegionPlace.Inside;
}
private void LeaveRegionIfNeeded(BoundNode node)
{
if (TrackingRegions && node == this.lastInRegion && this.regionPlace == RegionPlace.Inside)
{
LeaveRegion();
}
}
/// <summary>
/// Subclasses may override LeaveRegion to perform any action at the end of the region.
/// </summary>
protected virtual void LeaveRegion()
{
Debug.Assert(IsInside);
this.regionPlace = RegionPlace.After;
}
protected readonly TextSpan RegionSpan;
protected bool RegionContains(TextSpan span)
{
// TODO: There are no scenarios involving a zero-length span
// currently. If the assert fails, add a corresponding test.
Debug.Assert(span.Length > 0);
if (span.Length == 0)
{
return RegionSpan.Contains(span.Start);
}
return RegionSpan.Contains(span);
}
protected bool IsInside
{
get
{
return regionPlace == RegionPlace.Inside;
}
}
protected virtual void EnterParameters(ImmutableArray<ParameterSymbol> parameters)
{
foreach (var parameter in parameters)
{
EnterParameter(parameter);
}
}
protected virtual void EnterParameter(ParameterSymbol parameter)
{ }
protected virtual void LeaveParameters(
ImmutableArray<ParameterSymbol> parameters,
SyntaxNode syntax,
Location location)
{
foreach (ParameterSymbol parameter in parameters)
{
LeaveParameter(parameter, syntax, location);
}
}
protected virtual void LeaveParameter(ParameterSymbol parameter, SyntaxNode syntax, Location location)
{ }
public override BoundNode Visit(BoundNode node)
{
return VisitAlways(node);
}
protected BoundNode VisitAlways(BoundNode node)
{
BoundNode result = null;
// We scan even expressions, because we must process lambdas contained within them.
if (node != null)
{
EnterRegionIfNeeded(node);
VisitWithStackGuard(node);
LeaveRegionIfNeeded(node);
}
return result;
}
[DebuggerStepThrough]
private BoundNode VisitWithStackGuard(BoundNode node)
{
var expression = node as BoundExpression;
if (expression != null)
{
return VisitExpressionWithStackGuard(ref _recursionDepth, expression);
}
return base.Visit(node);
}
[DebuggerStepThrough]
protected override BoundExpression VisitExpressionWithoutStackGuard(BoundExpression node)
{
return (BoundExpression)base.Visit(node);
}
protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
{
return false; // just let the original exception bubble up.
}
/// <summary>
/// A pending branch. These are created for a return, break, continue, goto statement,
/// yield return, yield break, await expression, and await foreach/using. The idea is that
/// we don't know if the branch will eventually reach its destination because of an
/// intervening finally block that cannot complete normally. So we store them up and handle
/// them as we complete processing each construct. At the end of a block, if there are any
/// pending branches to a label in that block we process the branch. Otherwise we relay it
/// up to the enclosing construct as a pending branch of the enclosing construct.
/// </summary>
internal class PendingBranch
{
public readonly BoundNode Branch;
public bool IsConditionalState;
public TLocalState State;
public TLocalState StateWhenTrue;
public TLocalState StateWhenFalse;
public readonly LabelSymbol Label;
public PendingBranch(BoundNode branch, TLocalState state, LabelSymbol label, bool isConditionalState = false, TLocalState stateWhenTrue = default, TLocalState stateWhenFalse = default)
{
this.Branch = branch;
this.State = state.Clone();
this.IsConditionalState = isConditionalState;
if (isConditionalState)
{
this.StateWhenTrue = stateWhenTrue.Clone();
this.StateWhenFalse = stateWhenFalse.Clone();
}
this.Label = label;
}
}
/// <summary>
/// Perform a single pass of flow analysis. Note that after this pass,
/// this.backwardBranchChanged indicates if a further pass is required.
/// </summary>
protected virtual ImmutableArray<PendingBranch> Scan(ref bool badRegion)
{
var oldPending = SavePending();
Visit(methodMainNode);
this.Unsplit();
RestorePending(oldPending);
if (TrackingRegions && regionPlace != RegionPlace.After)
{
badRegion = true;
}
ImmutableArray<PendingBranch> result = RemoveReturns();
return result;
}
protected ImmutableArray<PendingBranch> Analyze(ref bool badRegion, Optional<TLocalState> initialState = default)
{
ImmutableArray<PendingBranch> returns;
do
{
// the entry point of a method is assumed reachable
regionPlace = RegionPlace.Before;
this.State = initialState.HasValue ? initialState.Value : TopState();
PendingBranches.Clear();
this.stateChangedAfterUse = false;
this.Diagnostics.Clear();
returns = this.Scan(ref badRegion);
}
while (this.stateChangedAfterUse);
return returns;
}
protected virtual void Free()
{
this.Diagnostics.Free();
PendingBranches.Free();
_labelsSeen.Free();
_labels.Free();
}
/// <summary>
/// If a method is currently being analyzed returns its parameters, returns an empty array
/// otherwise.
/// </summary>
protected ImmutableArray<ParameterSymbol> MethodParameters
{
get
{
var method = _symbol as MethodSymbol;
return (object)method == null ? ImmutableArray<ParameterSymbol>.Empty : method.Parameters;
}
}
/// <summary>
/// If a method is currently being analyzed returns its 'this' parameter, returns null
/// otherwise.
/// </summary>
protected ParameterSymbol MethodThisParameter
{
get
{
ParameterSymbol thisParameter = null;
(_symbol as MethodSymbol)?.TryGetThisParameter(out thisParameter);
return thisParameter;
}
}
/// <summary>
/// Specifies whether or not method's out parameters should be analyzed. If there's more
/// than one location in the method being analyzed, then the method is partial and we prefer
/// to report an out parameter in partial method error.
/// </summary>
/// <param name="location">location to be used</param>
/// <returns>true if the out parameters of the method should be analyzed</returns>
protected bool ShouldAnalyzeOutParameters(out Location location)
{
var method = _symbol as MethodSymbol;
if ((object)method == null || method.Locations.Length != 1)
{
location = null;
return false;
}
else
{
location = method.Locations[0];
return true;
}
}
/// <summary>
/// Return the flow analysis state associated with a label.
/// </summary>
/// <param name="label"></param>
/// <returns></returns>
protected virtual TLocalState LabelState(LabelSymbol label)
{
TLocalState result;
if (_labels.TryGetValue(label, out result))
{
return result;
}
result = UnreachableState();
_labels.Add(label, result);
return result;
}
/// <summary>
/// Return to the caller the set of pending return statements.
/// </summary>
/// <returns></returns>
protected virtual ImmutableArray<PendingBranch> RemoveReturns()
{
ImmutableArray<PendingBranch> result;
result = PendingBranches.ToImmutable();
PendingBranches.Clear();
// The caller should have handled and cleared labelsSeen.
Debug.Assert(_labelsSeen.Count == 0);
return result;
}
/// <summary>
/// Set the current state to one that indicates that it is unreachable.
/// </summary>
protected void SetUnreachable()
{
this.State = UnreachableState();
}
protected void VisitLvalue(BoundExpression node)
{
EnterRegionIfNeeded(node);
switch (node?.Kind)
{
case BoundKind.Parameter:
VisitLvalueParameter((BoundParameter)node);
break;
case BoundKind.Local:
VisitLvalue((BoundLocal)node);
break;
case BoundKind.ThisReference:
case BoundKind.BaseReference:
break;
case BoundKind.PropertyAccess:
var access = (BoundPropertyAccess)node;
if (Binder.AccessingAutoPropertyFromConstructor(access, _symbol))
{
var backingField = (access.PropertySymbol as SourcePropertySymbolBase)?.BackingField;
if (backingField != null)
{
VisitFieldAccessInternal(access.ReceiverOpt, backingField);
break;
}
}
goto default;
case BoundKind.FieldAccess:
{
BoundFieldAccess node1 = (BoundFieldAccess)node;
VisitFieldAccessInternal(node1.ReceiverOpt, node1.FieldSymbol);
break;
}
case BoundKind.EventAccess:
{
BoundEventAccess node1 = (BoundEventAccess)node;
VisitFieldAccessInternal(node1.ReceiverOpt, node1.EventSymbol.AssociatedField);
break;
}
case BoundKind.TupleLiteral:
case BoundKind.ConvertedTupleLiteral:
((BoundTupleExpression)node).VisitAllElements((x, self) => self.VisitLvalue(x), this);
break;
default:
VisitRvalue(node);
break;
}
LeaveRegionIfNeeded(node);
}
protected virtual void VisitLvalue(BoundLocal node)
{
}
/// <summary>
/// Visit a boolean condition expression.
/// </summary>
/// <param name="node"></param>
protected void VisitCondition(BoundExpression node)
{
Visit(node);
AdjustConditionalState(node);
}
private void AdjustConditionalState(BoundExpression node)
{
if (IsConstantTrue(node))
{
Unsplit();
SetConditionalState(this.State, UnreachableState());
}
else if (IsConstantFalse(node))
{
Unsplit();
SetConditionalState(UnreachableState(), this.State);
}
else if ((object)node.Type == null || node.Type.SpecialType != SpecialType.System_Boolean)
{
// a dynamic type or a type with operator true/false
Unsplit();
}
Split();
}
/// <summary>
/// Visit a general expression, where we will only need to determine if variables are
/// assigned (or not). That is, we will not be needing AssignedWhenTrue and
/// AssignedWhenFalse.
/// </summary>
/// <param name="isKnownToBeAnLvalue">True when visiting an rvalue that will actually be used as an lvalue,
/// for example a ref parameter when simulating a read of it, or an argument corresponding to an in parameter</param>
protected virtual void VisitRvalue(BoundExpression node, bool isKnownToBeAnLvalue = false)
{
Visit(node);
Unsplit();
}
/// <summary>
/// Visit a statement.
/// </summary>
[DebuggerHidden]
protected virtual void VisitStatement(BoundStatement statement)
{
Visit(statement);
Debug.Assert(!this.IsConditionalState);
}
protected static bool IsConstantTrue(BoundExpression node)
{
return node.ConstantValue == ConstantValue.True;
}
protected static bool IsConstantFalse(BoundExpression node)
{
return node.ConstantValue == ConstantValue.False;
}
protected static bool IsConstantNull(BoundExpression node)
{
return node.ConstantValue == ConstantValue.Null;
}
/// <summary>
/// Called at the point in a loop where the backwards branch would go to.
/// </summary>
private void LoopHead(BoundLoopStatement node)
{
TLocalState previousState;
if (_loopHeadState.TryGetValue(node, out previousState))
{
Join(ref this.State, ref previousState);
}
_loopHeadState[node] = this.State.Clone();
}
/// <summary>
/// Called at the point in a loop where the backward branch is placed.
/// </summary>
private void LoopTail(BoundLoopStatement node)
{
var oldState = _loopHeadState[node];
if (Join(ref oldState, ref this.State))
{
_loopHeadState[node] = oldState;
this.stateChangedAfterUse = true;
}
}
/// <summary>
/// Used to resolve break statements in each statement form that has a break statement
/// (loops, switch).
/// </summary>
private void ResolveBreaks(TLocalState breakState, LabelSymbol label)
{
var pendingBranches = PendingBranches;
var count = pendingBranches.Count;
if (count != 0)
{
int stillPending = 0;
for (int i = 0; i < count; i++)
{
var pending = pendingBranches[i];
if (pending.Label == label)
{
Join(ref breakState, ref pending.State);
}
else
{
if (stillPending != i)
{
pendingBranches[stillPending] = pending;
}
stillPending++;
}
}
pendingBranches.Clip(stillPending);
}
SetState(breakState);
}
/// <summary>
/// Used to resolve continue statements in each statement form that supports it.
/// </summary>
private void ResolveContinues(LabelSymbol continueLabel)
{
var pendingBranches = PendingBranches;
var count = pendingBranches.Count;
if (count != 0)
{
int stillPending = 0;
for (int i = 0; i < count; i++)
{
var pending = pendingBranches[i];
if (pending.Label == continueLabel)
{
// Technically, nothing in the language specification depends on the state
// at the continue label, so we could just discard them instead of merging
// the states. In fact, we need not have added continue statements to the
// pending jump queue in the first place if we were interested solely in the
// flow analysis. However, region analysis (in support of extract method)
// and other forms of more precise analysis
// depend on continue statements appearing in the pending branch queue, so
// we process them from the queue here.
Join(ref this.State, ref pending.State);
}
else
{
if (stillPending != i)
{
pendingBranches[stillPending] = pending;
}
stillPending++;
}
}
pendingBranches.Clip(stillPending);
}
}
/// <summary>
/// Subclasses override this if they want to take special actions on processing a goto
/// statement, when both the jump and the label have been located.
/// </summary>
protected virtual void NoteBranch(PendingBranch pending, BoundNode gotoStmt, BoundStatement target)
{
target.AssertIsLabeledStatement();
}
/// <summary>
/// To handle a label, we resolve all branches to that label. Returns true if the state of
/// the label changes as a result.
/// </summary>
/// <param name="label">Target label</param>
/// <param name="target">Statement containing the target label</param>
private bool ResolveBranches(LabelSymbol label, BoundStatement target)
{
target?.AssertIsLabeledStatementWithLabel(label);
bool labelStateChanged = false;
var pendingBranches = PendingBranches;
var count = pendingBranches.Count;
if (count != 0)
{
int stillPending = 0;
for (int i = 0; i < count; i++)
{
var pending = pendingBranches[i];
if (pending.Label == label)
{
ResolveBranch(pending, label, target, ref labelStateChanged);
}
else
{
if (stillPending != i)
{
pendingBranches[stillPending] = pending;
}
stillPending++;
}
}
pendingBranches.Clip(stillPending);
}
return labelStateChanged;
}
protected virtual void ResolveBranch(PendingBranch pending, LabelSymbol label, BoundStatement target, ref bool labelStateChanged)
{
var state = LabelState(label);
if (target != null)
{
NoteBranch(pending, pending.Branch, target);
}
var changed = Join(ref state, ref pending.State);
if (changed)
{
labelStateChanged = true;
_labels[label] = state;
}
}
protected struct SavedPending
{
public readonly ArrayBuilder<PendingBranch> PendingBranches;
public readonly PooledHashSet<BoundStatement> LabelsSeen;
public SavedPending(ArrayBuilder<PendingBranch> pendingBranches, PooledHashSet<BoundStatement> labelsSeen)
{
this.PendingBranches = pendingBranches;
this.LabelsSeen = labelsSeen;
}
}
/// <summary>
/// Since branches cannot branch into constructs, only out, we save the pending branches
/// when visiting more nested constructs. When tracking exceptions, we store the current
/// state as the exception state for the following code.
/// </summary>
protected SavedPending SavePending()
{
Debug.Assert(!this.IsConditionalState);
var result = new SavedPending(PendingBranches, _labelsSeen);
PendingBranches = ArrayBuilder<PendingBranch>.GetInstance();
_labelsSeen = PooledHashSet<BoundStatement>.GetInstance();
return result;
}
/// <summary>
/// We use this when closing a block that may contain labels or branches
/// - branches to new labels are resolved
/// - new labels are removed (no longer can be reached)
/// - unresolved pending branches are carried forward
/// </summary>
/// <param name="oldPending">The old pending branches, which are to be merged with the current ones</param>
protected void RestorePending(SavedPending oldPending)
{
foreach (var node in _labelsSeen)
{
switch (node.Kind)
{
case BoundKind.LabeledStatement:
{
var label = (BoundLabeledStatement)node;
stateChangedAfterUse |= ResolveBranches(label.Label, label);
}
break;
case BoundKind.LabelStatement:
{
var label = (BoundLabelStatement)node;
stateChangedAfterUse |= ResolveBranches(label.Label, label);
}
break;
case BoundKind.SwitchSection:
{
var sec = (BoundSwitchSection)node;
foreach (var label in sec.SwitchLabels)
{
stateChangedAfterUse |= ResolveBranches(label.Label, sec);
}
}
break;
default:
// there are no other kinds of labels
throw ExceptionUtilities.UnexpectedValue(node.Kind);
}
}
oldPending.PendingBranches.AddRange(this.PendingBranches);
PendingBranches.Free();
PendingBranches = oldPending.PendingBranches;
// We only use SavePending/RestorePending when there could be no branch into the region between them.
// So there is no need to save the labels seen between the calls. If there were such a need, we would
// do "this.labelsSeen.UnionWith(oldPending.LabelsSeen);" instead of the following assignment
_labelsSeen.Free();
_labelsSeen = oldPending.LabelsSeen;
}
#region visitors
/// <summary>
/// Since each language construct must be handled according to the rules of the language specification,
/// the default visitor reports that the construct for the node is not implemented in the compiler.
/// </summary>
public override BoundNode DefaultVisit(BoundNode node)
{
Debug.Assert(false, $"Should Visit{node.Kind} be overridden in {this.GetType().Name}?");
Diagnostics.Add(ErrorCode.ERR_InternalError, node.Syntax.Location);
return null;
}
public override BoundNode VisitAttribute(BoundAttribute node)
{
// No flow analysis is ever done in attributes (or their arguments).
return null;
}
public override BoundNode VisitThrowExpression(BoundThrowExpression node)
{
VisitRvalue(node.Expression);
SetUnreachable();
return node;
}
public override BoundNode VisitPassByCopy(BoundPassByCopy node)
{
VisitRvalue(node.Expression);
return node;
}
public override BoundNode VisitIsPatternExpression(BoundIsPatternExpression node)
{
Debug.Assert(!IsConditionalState);
bool negated = node.Pattern.IsNegated(out var pattern);
Debug.Assert(negated == node.IsNegated);
if (VisitPossibleConditionalAccess(node.Expression, out var stateWhenNotNull))
{
Debug.Assert(!IsConditionalState);
SetConditionalState(patternMatchesNull(pattern)
? (State, stateWhenNotNull)
: (stateWhenNotNull, State));
}
else if (IsConditionalState)
{
// Patterns which only match a single boolean value should propagate conditional state
// for example, `(a != null && a.M(out x)) is true` should have the same conditional state as `(a != null && a.M(out x))`.
if (isBoolTest(pattern) is bool value)
{
if (!value)
{
SetConditionalState(StateWhenFalse, StateWhenTrue);
}
}
else
{
// Patterns which match more than a single boolean value cannot propagate conditional state
// for example, `(a != null && a.M(out x)) is bool b` should not have conditional state
Unsplit();
}
}
VisitPattern(pattern);
var reachableLabels = node.DecisionDag.ReachableLabels;
if (!reachableLabels.Contains(node.WhenTrueLabel))
{
SetState(this.StateWhenFalse);
SetConditionalState(UnreachableState(), this.State);
}
else if (!reachableLabels.Contains(node.WhenFalseLabel))
{
SetState(this.StateWhenTrue);
SetConditionalState(this.State, UnreachableState());
}
if (negated)
{
SetConditionalState(this.StateWhenFalse, this.StateWhenTrue);
}
return node;
static bool patternMatchesNull(BoundPattern pattern)
{
switch (pattern)
{
case BoundTypePattern:
case BoundRecursivePattern:
case BoundITuplePattern:
case BoundRelationalPattern:
case BoundDeclarationPattern { IsVar: false }:
case BoundConstantPattern { ConstantValue: { IsNull: false } }:
return false;
case BoundConstantPattern { ConstantValue: { IsNull: true } }:
return true;
case BoundNegatedPattern negated:
return !patternMatchesNull(negated.Negated);
case BoundBinaryPattern binary:
if (binary.Disjunction)
{
// `a?.b(out x) is null or C`
// pattern matches null if either subpattern matches null
var leftNullTest = patternMatchesNull(binary.Left);
return patternMatchesNull(binary.Left) || patternMatchesNull(binary.Right);
}
// `a?.b out x is not null and var c`
// pattern matches null only if both subpatterns match null
return patternMatchesNull(binary.Left) && patternMatchesNull(binary.Right);
case BoundDeclarationPattern { IsVar: true }:
case BoundDiscardPattern:
return true;
default:
throw ExceptionUtilities.UnexpectedValue(pattern.Kind);
}
}
// Returns `true` if the pattern only matches a `true` input.
// Returns `false` if the pattern only matches a `false` input.
// Otherwise, returns `null`.
static bool? isBoolTest(BoundPattern pattern)
{
switch (pattern)
{
case BoundConstantPattern { ConstantValue: { IsBoolean: true, BooleanValue: var boolValue } }:
return boolValue;
case BoundNegatedPattern negated:
return !isBoolTest(negated.Negated);
case BoundBinaryPattern binary:
if (binary.Disjunction)
{
// `(a != null && a.b(out x)) is true or true` matches `true`
// `(a != null && a.b(out x)) is true or false` matches any boolean
// both subpatterns must have the same bool test for the test to propagate out
var leftNullTest = isBoolTest(binary.Left);
return leftNullTest is null ? null :
leftNullTest != isBoolTest(binary.Right) ? null :
leftNullTest;
}
// `(a != null && a.b(out x)) is true and true` matches `true`
// `(a != null && a.b(out x)) is true and var x` matches `true`
// `(a != null && a.b(out x)) is true and false` never matches and is a compile error
return isBoolTest(binary.Left) ?? isBoolTest(binary.Right);
case BoundConstantPattern { ConstantValue: { IsBoolean: false } }:
case BoundDiscardPattern:
case BoundTypePattern:
case BoundRecursivePattern:
case BoundITuplePattern:
case BoundRelationalPattern:
case BoundDeclarationPattern:
return null;
default:
throw ExceptionUtilities.UnexpectedValue(pattern.Kind);
}
}
}
public virtual void VisitPattern(BoundPattern pattern)
{
Split();
}
public override BoundNode VisitConstantPattern(BoundConstantPattern node)
{
// All patterns are handled by VisitPattern
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitTupleLiteral(BoundTupleLiteral node)
{
return VisitTupleExpression(node);
}
public override BoundNode VisitConvertedTupleLiteral(BoundConvertedTupleLiteral node)
{
return VisitTupleExpression(node);
}
private BoundNode VisitTupleExpression(BoundTupleExpression node)
{
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), null);
return null;
}
public override BoundNode VisitTupleBinaryOperator(BoundTupleBinaryOperator node)
{
VisitRvalue(node.Left);
VisitRvalue(node.Right);
return null;
}
public override BoundNode VisitDynamicObjectCreationExpression(BoundDynamicObjectCreationExpression node)
{
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
public override BoundNode VisitDynamicIndexerAccess(BoundDynamicIndexerAccess node)
{
VisitRvalue(node.Receiver);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
return null;
}
public override BoundNode VisitDynamicMemberAccess(BoundDynamicMemberAccess node)
{
VisitRvalue(node.Receiver);
return null;
}
public override BoundNode VisitDynamicInvocation(BoundDynamicInvocation node)
{
VisitRvalue(node.Expression);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
return null;
}
#nullable enable
protected BoundNode? VisitInterpolatedStringBase(BoundInterpolatedStringBase node, InterpolatedStringHandlerData? data)
{
// If there can be any branching, then we need to treat the expressions
// as optionally evaluated. Otherwise, we treat them as always evaluated
(BoundExpression? construction, bool useBoolReturns, bool firstPartIsConditional) = data switch
{
null => (null, false, false),
{ } d => (d.Construction, d.UsesBoolReturns, d.HasTrailingHandlerValidityParameter)
};
VisitRvalue(construction);
bool hasConditionalEvaluation = useBoolReturns || firstPartIsConditional;
TLocalState? shortCircuitState = hasConditionalEvaluation ? State.Clone() : default;
_ = VisitInterpolatedStringHandlerParts(node, useBoolReturns, firstPartIsConditional, ref shortCircuitState);
if (hasConditionalEvaluation)
{
Debug.Assert(shortCircuitState != null);
Join(ref this.State, ref shortCircuitState);
}
return null;
}
#nullable disable
public override BoundNode VisitInterpolatedString(BoundInterpolatedString node)
{
return VisitInterpolatedStringBase(node, node.InterpolationData);
}
public override BoundNode VisitUnconvertedInterpolatedString(BoundUnconvertedInterpolatedString node)
{
// If the node is unconverted, we'll just treat it as if the contents are always evaluated
return VisitInterpolatedStringBase(node, data: null);
}
public override BoundNode VisitStringInsert(BoundStringInsert node)
{
VisitRvalue(node.Value);
if (node.Alignment != null)
{
VisitRvalue(node.Alignment);
}
if (node.Format != null)
{
VisitRvalue(node.Format);
}
return null;
}
public override BoundNode VisitInterpolatedStringHandlerPlaceholder(BoundInterpolatedStringHandlerPlaceholder node)
{
return null;
}
public override BoundNode VisitInterpolatedStringArgumentPlaceholder(BoundInterpolatedStringArgumentPlaceholder node)
{
return null;
}
public override BoundNode VisitArgList(BoundArgList node)
{
// The "__arglist" expression that is legal inside a varargs method has no
// effect on flow analysis and it has no children.
return null;
}
public override BoundNode VisitArgListOperator(BoundArgListOperator node)
{
// When we have M(__arglist(x, y, z)) we must visit x, y and z.
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, null);
return null;
}
public override BoundNode VisitRefTypeOperator(BoundRefTypeOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitMakeRefOperator(BoundMakeRefOperator node)
{
// Note that we require that the variable whose reference we are taking
// has been initialized; it is similar to passing the variable as a ref parameter.
VisitRvalue(node.Operand, isKnownToBeAnLvalue: true);
return null;
}
public override BoundNode VisitRefValueOperator(BoundRefValueOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitGlobalStatementInitializer(BoundGlobalStatementInitializer node)
{
VisitStatement(node.Statement);
return null;
}
public override BoundNode VisitLambda(BoundLambda node) => null;
public override BoundNode VisitLocal(BoundLocal node)
{
SplitIfBooleanConstant(node);
return null;
}
public override BoundNode VisitLocalDeclaration(BoundLocalDeclaration node)
{
if (node.InitializerOpt != null)
{
// analyze the expression
VisitRvalue(node.InitializerOpt, isKnownToBeAnLvalue: node.LocalSymbol.RefKind != RefKind.None);
// byref assignment is also a potential write
if (node.LocalSymbol.RefKind != RefKind.None)
{
WriteArgument(node.InitializerOpt, node.LocalSymbol.RefKind, method: null);
}
}
return null;
}
public override BoundNode VisitBlock(BoundBlock node)
{
VisitStatements(node.Statements);
return null;
}
private void VisitStatements(ImmutableArray<BoundStatement> statements)
{
foreach (var statement in statements)
{
VisitStatement(statement);
}
}
public override BoundNode VisitScope(BoundScope node)
{
VisitStatements(node.Statements);
return null;
}
public override BoundNode VisitExpressionStatement(BoundExpressionStatement node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitCall(BoundCall node)
{
// If the method being called is a partial method without a definition, or is a conditional method
// whose condition is not true, then the call has no effect and it is ignored for the purposes of
// definite assignment analysis.
bool callsAreOmitted = node.Method.CallsAreOmitted(node.SyntaxTree);
TLocalState savedState = default(TLocalState);
if (callsAreOmitted)
{
savedState = this.State.Clone();
SetUnreachable();
}
VisitReceiverBeforeCall(node.ReceiverOpt, node.Method);
VisitArgumentsBeforeCall(node.Arguments, node.ArgumentRefKindsOpt);
if (node.Method?.OriginalDefinition is LocalFunctionSymbol localFunc)
{
VisitLocalFunctionUse(localFunc, node.Syntax, isCall: true);
}
VisitArgumentsAfterCall(node.Arguments, node.ArgumentRefKindsOpt, node.Method);
VisitReceiverAfterCall(node.ReceiverOpt, node.Method);
if (callsAreOmitted)
{
this.State = savedState;
}
return null;
}
protected void VisitLocalFunctionUse(LocalFunctionSymbol symbol, SyntaxNode syntax, bool isCall)
{
var localFuncState = GetOrCreateLocalFuncUsages(symbol);
VisitLocalFunctionUse(symbol, localFuncState, syntax, isCall);
}
protected virtual void VisitLocalFunctionUse(
LocalFunctionSymbol symbol,
TLocalFunctionState localFunctionState,
SyntaxNode syntax,
bool isCall)
{
if (isCall)
{
Join(ref State, ref localFunctionState.StateFromBottom);
Meet(ref State, ref localFunctionState.StateFromTop);
}
localFunctionState.Visited = true;
}
private void VisitReceiverBeforeCall(BoundExpression receiverOpt, MethodSymbol method)
{
if (method is null || method.MethodKind != MethodKind.Constructor)
{
VisitRvalue(receiverOpt);
}
}
private void VisitReceiverAfterCall(BoundExpression receiverOpt, MethodSymbol method)
{
if (receiverOpt is null)
{
return;
}
if (method is null)
{
WriteArgument(receiverOpt, RefKind.Ref, method: null);
}
else if (method.TryGetThisParameter(out var thisParameter)
&& thisParameter is object
&& !TypeIsImmutable(thisParameter.Type))
{
var thisRefKind = thisParameter.RefKind;
if (thisRefKind.IsWritableReference())
{
WriteArgument(receiverOpt, thisRefKind, method);
}
}
}
/// <summary>
/// Certain (struct) types are known by the compiler to be immutable. In these cases calling a method on
/// the type is known (by flow analysis) not to write the receiver.
/// </summary>
/// <param name="t"></param>
/// <returns></returns>
private static bool TypeIsImmutable(TypeSymbol t)
{
switch (t.SpecialType)
{
case SpecialType.System_Boolean:
case SpecialType.System_Char:
case SpecialType.System_SByte:
case SpecialType.System_Byte:
case SpecialType.System_Int16:
case SpecialType.System_UInt16:
case SpecialType.System_Int32:
case SpecialType.System_UInt32:
case SpecialType.System_Int64:
case SpecialType.System_UInt64:
case SpecialType.System_Decimal:
case SpecialType.System_Single:
case SpecialType.System_Double:
case SpecialType.System_DateTime:
return true;
default:
return t.IsNullableType();
}
}
public override BoundNode VisitIndexerAccess(BoundIndexerAccess node)
{
var method = GetReadMethod(node.Indexer);
VisitReceiverBeforeCall(node.ReceiverOpt, method);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, method);
if ((object)method != null)
{
VisitReceiverAfterCall(node.ReceiverOpt, method);
}
return null;
}
public override BoundNode VisitIndexOrRangePatternIndexerAccess(BoundIndexOrRangePatternIndexerAccess node)
{
// Index or Range pattern indexers evaluate the following in order:
// 1. The receiver
// 1. The Count or Length method off the receiver
// 2. The argument to the access
// 3. The pattern method
VisitRvalue(node.Receiver);
var method = GetReadMethod(node.LengthOrCountProperty);
VisitReceiverAfterCall(node.Receiver, method);
VisitRvalue(node.Argument);
method = node.PatternSymbol switch
{
PropertySymbol p => GetReadMethod(p),
MethodSymbol m => m,
_ => throw ExceptionUtilities.UnexpectedValue(node.PatternSymbol)
};
VisitReceiverAfterCall(node.Receiver, method);
return null;
}
public override BoundNode VisitEventAssignmentOperator(BoundEventAssignmentOperator node)
{
VisitRvalue(node.ReceiverOpt);
VisitRvalue(node.Argument);
return null;
}
/// <summary>
/// Do not call for a local function.
/// </summary>
protected virtual void VisitArguments(ImmutableArray<BoundExpression> arguments, ImmutableArray<RefKind> refKindsOpt, MethodSymbol method)
{
Debug.Assert(method?.OriginalDefinition.MethodKind != MethodKind.LocalFunction);
VisitArgumentsBeforeCall(arguments, refKindsOpt);
VisitArgumentsAfterCall(arguments, refKindsOpt, method);
}
private void VisitArgumentsBeforeCall(ImmutableArray<BoundExpression> arguments, ImmutableArray<RefKind> refKindsOpt)
{
// first value and ref parameters are read...
for (int i = 0; i < arguments.Length; i++)
{
RefKind refKind = GetRefKind(refKindsOpt, i);
if (refKind != RefKind.Out)
{
VisitRvalue(arguments[i], isKnownToBeAnLvalue: refKind != RefKind.None);
}
else
{
VisitLvalue(arguments[i]);
}
}
}
/// <summary>
/// Writes ref and out parameters
/// </summary>
private void VisitArgumentsAfterCall(ImmutableArray<BoundExpression> arguments, ImmutableArray<RefKind> refKindsOpt, MethodSymbol method)
{
for (int i = 0; i < arguments.Length; i++)
{
RefKind refKind = GetRefKind(refKindsOpt, i);
// passing as a byref argument is also a potential write
if (refKind != RefKind.None)
{
WriteArgument(arguments[i], refKind, method);
}
}
}
protected static RefKind GetRefKind(ImmutableArray<RefKind> refKindsOpt, int index)
{
return refKindsOpt.IsDefault || refKindsOpt.Length <= index ? RefKind.None : refKindsOpt[index];
}
protected virtual void WriteArgument(BoundExpression arg, RefKind refKind, MethodSymbol method)
{
}
public override BoundNode VisitBadExpression(BoundBadExpression node)
{
foreach (var child in node.ChildBoundNodes)
{
VisitRvalue(child as BoundExpression);
}
return null;
}
public override BoundNode VisitBadStatement(BoundBadStatement node)
{
foreach (var child in node.ChildBoundNodes)
{
if (child is BoundStatement)
{
VisitStatement(child as BoundStatement);
}
else
{
VisitRvalue(child as BoundExpression);
}
}
return null;
}
// Can be called as part of a bad expression.
public override BoundNode VisitArrayInitialization(BoundArrayInitialization node)
{
foreach (var child in node.Initializers)
{
VisitRvalue(child);
}
return null;
}
public override BoundNode VisitDelegateCreationExpression(BoundDelegateCreationExpression node)
{
var methodGroup = node.Argument as BoundMethodGroup;
if (methodGroup != null)
{
if ((object)node.MethodOpt != null && node.MethodOpt.RequiresInstanceReceiver)
{
EnterRegionIfNeeded(methodGroup);
VisitRvalue(methodGroup.ReceiverOpt);
LeaveRegionIfNeeded(methodGroup);
}
else if (node.MethodOpt?.OriginalDefinition is LocalFunctionSymbol localFunc)
{
VisitLocalFunctionUse(localFunc, node.Syntax, isCall: false);
}
}
else
{
VisitRvalue(node.Argument);
}
return null;
}
public override BoundNode VisitTypeExpression(BoundTypeExpression node)
{
return null;
}
public override BoundNode VisitTypeOrValueExpression(BoundTypeOrValueExpression node)
{
// If we're seeing a node of this kind, then we failed to resolve the member access
// as either a type or a property/field/event/local/parameter. In such cases,
// the second interpretation applies so just visit the node for that.
return this.Visit(node.Data.ValueExpression);
}
public override BoundNode VisitLiteral(BoundLiteral node)
{
SplitIfBooleanConstant(node);
return null;
}
protected void SplitIfBooleanConstant(BoundExpression node)
{
if (node.ConstantValue is { IsBoolean: true, BooleanValue: bool booleanValue })
{
var unreachable = UnreachableState();
Split();
if (booleanValue)
{
StateWhenFalse = unreachable;
}
else
{
StateWhenTrue = unreachable;
}
}
}
public override BoundNode VisitMethodDefIndex(BoundMethodDefIndex node)
{
return null;
}
public override BoundNode VisitMaximumMethodDefIndex(BoundMaximumMethodDefIndex node)
{
return null;
}
public override BoundNode VisitModuleVersionId(BoundModuleVersionId node)
{
return null;
}
public override BoundNode VisitModuleVersionIdString(BoundModuleVersionIdString node)
{
return null;
}
public override BoundNode VisitInstrumentationPayloadRoot(BoundInstrumentationPayloadRoot node)
{
return null;
}
public override BoundNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node)
{
return null;
}
public override BoundNode VisitConversion(BoundConversion node)
{
if (node.ConversionKind == ConversionKind.MethodGroup)
{
if (node.IsExtensionMethod || ((object)node.SymbolOpt != null && node.SymbolOpt.RequiresInstanceReceiver))
{
BoundExpression receiver = ((BoundMethodGroup)node.Operand).ReceiverOpt;
// A method group's "implicit this" is only used for instance methods.
EnterRegionIfNeeded(node.Operand);
VisitRvalue(receiver);
LeaveRegionIfNeeded(node.Operand);
}
else if (node.SymbolOpt?.OriginalDefinition is LocalFunctionSymbol localFunc)
{
VisitLocalFunctionUse(localFunc, node.Syntax, isCall: false);
}
}
else
{
Visit(node.Operand);
}
return null;
}
public override BoundNode VisitIfStatement(BoundIfStatement node)
{
// 5.3.3.5 If statements
VisitCondition(node.Condition);
TLocalState trueState = StateWhenTrue;
TLocalState falseState = StateWhenFalse;
SetState(trueState);
VisitStatement(node.Consequence);
trueState = this.State;
SetState(falseState);
if (node.AlternativeOpt != null)
{
VisitStatement(node.AlternativeOpt);
}
Join(ref this.State, ref trueState);
return null;
}
public override BoundNode VisitTryStatement(BoundTryStatement node)
{
var oldPending = SavePending(); // we do not allow branches into a try statement
var initialState = this.State.Clone();
// use this state to resolve all the branches introduced and internal to try/catch
var pendingBeforeTry = SavePending();
VisitTryBlockWithAnyTransferFunction(node.TryBlock, node, ref initialState);
var finallyState = initialState.Clone();
var endState = this.State;
foreach (var catchBlock in node.CatchBlocks)
{
SetState(initialState.Clone());
VisitCatchBlockWithAnyTransferFunction(catchBlock, ref finallyState);
Join(ref endState, ref this.State);
}
// Give a chance to branches internal to try/catch to resolve.
// Carry forward unresolved branches.
RestorePending(pendingBeforeTry);
// NOTE: At this point all branches that are internal to try or catch blocks have been resolved.
// However we have not yet restored the oldPending branches. Therefore all the branches
// that are currently pending must have been introduced in try/catch and do not terminate inside those blocks.
//
// With exception of YieldReturn, these branches logically go through finally, if such present,
// so we must Union/Intersect finally state as appropriate
if (node.FinallyBlockOpt != null)
{
// branches from the finally block, while illegal, should still not be considered
// to execute the finally block before occurring. Also, we do not handle branches
// *into* the finally block.
SetState(finallyState);
// capture tryAndCatchPending before going into finally
// we will need pending branches as they were before finally later
var tryAndCatchPending = SavePending();
var stateMovedUpInFinally = ReachableBottomState();
VisitFinallyBlockWithAnyTransferFunction(node.FinallyBlockOpt, ref stateMovedUpInFinally);
foreach (var pend in tryAndCatchPending.PendingBranches)
{
if (pend.Branch == null)
{
continue; // a tracked exception
}
if (pend.Branch.Kind != BoundKind.YieldReturnStatement)
{
updatePendingBranchState(ref pend.State, ref stateMovedUpInFinally);
if (pend.IsConditionalState)
{
updatePendingBranchState(ref pend.StateWhenTrue, ref stateMovedUpInFinally);
updatePendingBranchState(ref pend.StateWhenFalse, ref stateMovedUpInFinally);
}
}
}
RestorePending(tryAndCatchPending);
Meet(ref endState, ref this.State);
if (_nonMonotonicTransfer)
{
Join(ref endState, ref stateMovedUpInFinally);
}
}
SetState(endState);
RestorePending(oldPending);
return null;
void updatePendingBranchState(ref TLocalState stateToUpdate, ref TLocalState stateMovedUpInFinally)
{
Meet(ref stateToUpdate, ref this.State);
if (_nonMonotonicTransfer)
{
Join(ref stateToUpdate, ref stateMovedUpInFinally);
}
}
}
protected Optional<TLocalState> NonMonotonicState;
/// <summary>
/// Join state from other try block, potentially in a nested method.
/// </summary>
protected virtual void JoinTryBlockState(ref TLocalState self, ref TLocalState other)
{
Join(ref self, ref other);
}
private void VisitTryBlockWithAnyTransferFunction(BoundStatement tryBlock, BoundTryStatement node, ref TLocalState tryState)
{
if (_nonMonotonicTransfer)
{
Optional<TLocalState> oldTryState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitTryBlock(tryBlock, node, ref tryState);
var tempTryStateValue = NonMonotonicState.Value;
Join(ref tryState, ref tempTryStateValue);
if (oldTryState.HasValue)
{
var oldTryStateValue = oldTryState.Value;
JoinTryBlockState(ref oldTryStateValue, ref tempTryStateValue);
oldTryState = oldTryStateValue;
}
NonMonotonicState = oldTryState;
}
else
{
VisitTryBlock(tryBlock, node, ref tryState);
}
}
protected virtual void VisitTryBlock(BoundStatement tryBlock, BoundTryStatement node, ref TLocalState tryState)
{
VisitStatement(tryBlock);
}
private void VisitCatchBlockWithAnyTransferFunction(BoundCatchBlock catchBlock, ref TLocalState finallyState)
{
if (_nonMonotonicTransfer)
{
Optional<TLocalState> oldTryState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitCatchBlock(catchBlock, ref finallyState);
var tempTryStateValue = NonMonotonicState.Value;
Join(ref finallyState, ref tempTryStateValue);
if (oldTryState.HasValue)
{
var oldTryStateValue = oldTryState.Value;
JoinTryBlockState(ref oldTryStateValue, ref tempTryStateValue);
oldTryState = oldTryStateValue;
}
NonMonotonicState = oldTryState;
}
else
{
VisitCatchBlock(catchBlock, ref finallyState);
}
}
protected virtual void VisitCatchBlock(BoundCatchBlock catchBlock, ref TLocalState finallyState)
{
if (catchBlock.ExceptionSourceOpt != null)
{
VisitLvalue(catchBlock.ExceptionSourceOpt);
}
if (catchBlock.ExceptionFilterPrologueOpt is { })
{
VisitStatementList(catchBlock.ExceptionFilterPrologueOpt);
}
if (catchBlock.ExceptionFilterOpt != null)
{
VisitCondition(catchBlock.ExceptionFilterOpt);
SetState(StateWhenTrue);
}
VisitStatement(catchBlock.Body);
}
private void VisitFinallyBlockWithAnyTransferFunction(BoundStatement finallyBlock, ref TLocalState stateMovedUp)
{
if (_nonMonotonicTransfer)
{
Optional<TLocalState> oldTryState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitFinallyBlock(finallyBlock, ref stateMovedUp);
var tempTryStateValue = NonMonotonicState.Value;
Join(ref stateMovedUp, ref tempTryStateValue);
if (oldTryState.HasValue)
{
var oldTryStateValue = oldTryState.Value;
JoinTryBlockState(ref oldTryStateValue, ref tempTryStateValue);
oldTryState = oldTryStateValue;
}
NonMonotonicState = oldTryState;
}
else
{
VisitFinallyBlock(finallyBlock, ref stateMovedUp);
}
}
protected virtual void VisitFinallyBlock(BoundStatement finallyBlock, ref TLocalState stateMovedUp)
{
VisitStatement(finallyBlock); // this should generate no pending branches
}
public override BoundNode VisitExtractedFinallyBlock(BoundExtractedFinallyBlock node)
{
return VisitBlock(node.FinallyBlock);
}
public override BoundNode VisitReturnStatement(BoundReturnStatement node)
{
var result = VisitReturnStatementNoAdjust(node);
PendingBranches.Add(new PendingBranch(node, this.State, label: null));
SetUnreachable();
return result;
}
protected virtual BoundNode VisitReturnStatementNoAdjust(BoundReturnStatement node)
{
VisitRvalue(node.ExpressionOpt, isKnownToBeAnLvalue: node.RefKind != RefKind.None);
// byref return is also a potential write
if (node.RefKind != RefKind.None)
{
WriteArgument(node.ExpressionOpt, node.RefKind, method: null);
}
return null;
}
public override BoundNode VisitThisReference(BoundThisReference node)
{
return null;
}
public override BoundNode VisitPreviousSubmissionReference(BoundPreviousSubmissionReference node)
{
return null;
}
public override BoundNode VisitHostObjectMemberReference(BoundHostObjectMemberReference node)
{
return null;
}
public override BoundNode VisitParameter(BoundParameter node)
{
return null;
}
protected virtual void VisitLvalueParameter(BoundParameter node)
{
}
public override BoundNode VisitObjectCreationExpression(BoundObjectCreationExpression node)
{
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, node.Constructor);
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
public override BoundNode VisitNewT(BoundNewT node)
{
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
public override BoundNode VisitNoPiaObjectCreationExpression(BoundNoPiaObjectCreationExpression node)
{
VisitRvalue(node.InitializerExpressionOpt);
return null;
}
// represents anything that occurs at the invocation of the property setter
protected virtual void PropertySetter(BoundExpression node, BoundExpression receiver, MethodSymbol setter, BoundExpression value = null)
{
VisitReceiverAfterCall(receiver, setter);
}
// returns false if expression is not a property access
// or if the property has a backing field
// and accessed in a corresponding constructor
private bool RegularPropertyAccess(BoundExpression expr)
{
if (expr.Kind != BoundKind.PropertyAccess)
{
return false;
}
return !Binder.AccessingAutoPropertyFromConstructor((BoundPropertyAccess)expr, _symbol);
}
public override BoundNode VisitAssignmentOperator(BoundAssignmentOperator node)
{
// TODO: should events be handled specially too?
if (RegularPropertyAccess(node.Left))
{
var left = (BoundPropertyAccess)node.Left;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var method = GetWriteMethod(property);
VisitReceiverBeforeCall(left.ReceiverOpt, method);
VisitRvalue(node.Right);
PropertySetter(node, left.ReceiverOpt, method, node.Right);
return null;
}
}
VisitLvalue(node.Left);
VisitRvalue(node.Right, isKnownToBeAnLvalue: node.IsRef);
// byref assignment is also a potential write
if (node.IsRef)
{
// Assume that BadExpression is a ref location to avoid
// cascading diagnostics
var refKind = node.Left.Kind == BoundKind.BadExpression
? RefKind.Ref
: node.Left.GetRefKind();
WriteArgument(node.Right, refKind, method: null);
}
return null;
}
public override BoundNode VisitDeconstructionAssignmentOperator(BoundDeconstructionAssignmentOperator node)
{
VisitLvalue(node.Left);
VisitRvalue(node.Right);
return null;
}
public sealed override BoundNode VisitOutDeconstructVarPendingInference(OutDeconstructVarPendingInference node)
{
// OutDeconstructVarPendingInference nodes are only used within initial binding, but don't survive past that stage
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
{
VisitCompoundAssignmentTarget(node);
VisitRvalue(node.Right);
AfterRightHasBeenVisited(node);
return null;
}
protected void VisitCompoundAssignmentTarget(BoundCompoundAssignmentOperator node)
{
// TODO: should events be handled specially too?
if (RegularPropertyAccess(node.Left))
{
var left = (BoundPropertyAccess)node.Left;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var readMethod = GetReadMethod(property);
Debug.Assert(node.HasAnyErrors || (object)readMethod != (object)GetWriteMethod(property));
VisitReceiverBeforeCall(left.ReceiverOpt, readMethod);
VisitReceiverAfterCall(left.ReceiverOpt, readMethod);
return;
}
}
VisitRvalue(node.Left, isKnownToBeAnLvalue: true);
}
protected void AfterRightHasBeenVisited(BoundCompoundAssignmentOperator node)
{
if (RegularPropertyAccess(node.Left))
{
var left = (BoundPropertyAccess)node.Left;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var writeMethod = GetWriteMethod(property);
PropertySetter(node, left.ReceiverOpt, writeMethod);
VisitReceiverAfterCall(left.ReceiverOpt, writeMethod);
return;
}
}
}
public override BoundNode VisitFieldAccess(BoundFieldAccess node)
{
VisitFieldAccessInternal(node.ReceiverOpt, node.FieldSymbol);
SplitIfBooleanConstant(node);
return null;
}
private void VisitFieldAccessInternal(BoundExpression receiverOpt, FieldSymbol fieldSymbol)
{
bool asLvalue = (object)fieldSymbol != null &&
(fieldSymbol.IsFixedSizeBuffer ||
!fieldSymbol.IsStatic &&
fieldSymbol.ContainingType.TypeKind == TypeKind.Struct &&
receiverOpt != null &&
receiverOpt.Kind != BoundKind.TypeExpression &&
(object)receiverOpt.Type != null &&
!receiverOpt.Type.IsPrimitiveRecursiveStruct());
if (asLvalue)
{
VisitLvalue(receiverOpt);
}
else
{
VisitRvalue(receiverOpt);
}
}
public override BoundNode VisitFieldInfo(BoundFieldInfo node)
{
return null;
}
public override BoundNode VisitMethodInfo(BoundMethodInfo node)
{
return null;
}
public override BoundNode VisitPropertyAccess(BoundPropertyAccess node)
{
var property = node.PropertySymbol;
if (Binder.AccessingAutoPropertyFromConstructor(node, _symbol))
{
var backingField = (property as SourcePropertySymbolBase)?.BackingField;
if (backingField != null)
{
VisitFieldAccessInternal(node.ReceiverOpt, backingField);
return null;
}
}
var method = GetReadMethod(property);
VisitReceiverBeforeCall(node.ReceiverOpt, method);
VisitReceiverAfterCall(node.ReceiverOpt, method);
return null;
// TODO: In an expression such as
// M().Prop = G();
// Exceptions thrown from M() occur before those from G(), but exceptions from the property accessor
// occur after both. The precise abstract flow pass does not yet currently have this quite right.
// Probably what is needed is a VisitPropertyAccessInternal(BoundPropertyAccess node, bool read)
// which should assume that the receiver will have been handled by the caller. This can be invoked
// twice for read/write operations such as
// M().Prop += 1
// or at the appropriate place in the sequence for read or write operations.
// Do events require any special handling too?
}
public override BoundNode VisitEventAccess(BoundEventAccess node)
{
VisitFieldAccessInternal(node.ReceiverOpt, node.EventSymbol.AssociatedField);
return null;
}
public override BoundNode VisitRangeVariable(BoundRangeVariable node)
{
return null;
}
public override BoundNode VisitQueryClause(BoundQueryClause node)
{
VisitRvalue(node.UnoptimizedForm ?? node.Value);
return null;
}
private BoundNode VisitMultipleLocalDeclarationsBase(BoundMultipleLocalDeclarationsBase node)
{
foreach (var v in node.LocalDeclarations)
{
Visit(v);
}
return null;
}
public override BoundNode VisitMultipleLocalDeclarations(BoundMultipleLocalDeclarations node)
{
return VisitMultipleLocalDeclarationsBase(node);
}
public override BoundNode VisitUsingLocalDeclarations(BoundUsingLocalDeclarations node)
{
if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null)
{
PendingBranches.Add(new PendingBranch(node, this.State, null));
}
return VisitMultipleLocalDeclarationsBase(node);
}
public override BoundNode VisitWhileStatement(BoundWhileStatement node)
{
// while (node.Condition) { node.Body; node.ContinueLabel: } node.BreakLabel:
LoopHead(node);
VisitCondition(node.Condition);
TLocalState bodyState = StateWhenTrue;
TLocalState breakState = StateWhenFalse;
SetState(bodyState);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
return null;
}
public override BoundNode VisitWithExpression(BoundWithExpression node)
{
VisitRvalue(node.Receiver);
VisitObjectOrCollectionInitializerExpression(node.InitializerExpression.Initializers);
return null;
}
public override BoundNode VisitArrayAccess(BoundArrayAccess node)
{
VisitRvalue(node.Expression);
foreach (var i in node.Indices)
{
VisitRvalue(i);
}
return null;
}
public override BoundNode VisitBinaryOperator(BoundBinaryOperator node)
{
if (node.OperatorKind.IsLogical())
{
Debug.Assert(!node.OperatorKind.IsUserDefined());
VisitBinaryLogicalOperatorChildren(node);
}
else if (node.InterpolatedStringHandlerData is { } data)
{
VisitBinaryInterpolatedStringAddition(node);
}
else
{
VisitBinaryOperatorChildren(node);
}
return null;
}
public override BoundNode VisitUserDefinedConditionalLogicalOperator(BoundUserDefinedConditionalLogicalOperator node)
{
VisitBinaryLogicalOperatorChildren(node);
return null;
}
private void VisitBinaryLogicalOperatorChildren(BoundExpression node)
{
// Do not blow the stack due to a deep recursion on the left.
var stack = ArrayBuilder<BoundExpression>.GetInstance();
BoundExpression binary;
BoundExpression child = node;
while (true)
{
var childKind = child.Kind;
if (childKind == BoundKind.BinaryOperator)
{
var binOp = (BoundBinaryOperator)child;
if (!binOp.OperatorKind.IsLogical())
{
break;
}
Debug.Assert(!binOp.OperatorKind.IsUserDefined());
binary = child;
child = binOp.Left;
}
else if (childKind == BoundKind.UserDefinedConditionalLogicalOperator)
{
binary = child;
child = ((BoundUserDefinedConditionalLogicalOperator)binary).Left;
}
else
{
break;
}
stack.Push(binary);
}
Debug.Assert(stack.Count > 0);
VisitCondition(child);
while (true)
{
binary = stack.Pop();
BinaryOperatorKind kind;
BoundExpression right;
switch (binary.Kind)
{
case BoundKind.BinaryOperator:
var binOp = (BoundBinaryOperator)binary;
kind = binOp.OperatorKind;
right = binOp.Right;
break;
case BoundKind.UserDefinedConditionalLogicalOperator:
var udBinOp = (BoundUserDefinedConditionalLogicalOperator)binary;
kind = udBinOp.OperatorKind;
right = udBinOp.Right;
break;
default:
throw ExceptionUtilities.UnexpectedValue(binary.Kind);
}
var op = kind.Operator();
var isAnd = op == BinaryOperatorKind.And;
var isBool = kind.OperandTypes() == BinaryOperatorKind.Bool;
Debug.Assert(isAnd || op == BinaryOperatorKind.Or);
var leftTrue = this.StateWhenTrue;
var leftFalse = this.StateWhenFalse;
SetState(isAnd ? leftTrue : leftFalse);
AfterLeftChildOfBinaryLogicalOperatorHasBeenVisited(binary, right, isAnd, isBool, ref leftTrue, ref leftFalse);
if (stack.Count == 0)
{
break;
}
AdjustConditionalState(binary);
}
Debug.Assert((object)binary == node);
stack.Free();
}
protected virtual void AfterLeftChildOfBinaryLogicalOperatorHasBeenVisited(BoundExpression binary, BoundExpression right, bool isAnd, bool isBool, ref TLocalState leftTrue, ref TLocalState leftFalse)
{
Visit(right); // First part of VisitCondition
AfterRightChildOfBinaryLogicalOperatorHasBeenVisited(binary, right, isAnd, isBool, ref leftTrue, ref leftFalse);
}
protected void AfterRightChildOfBinaryLogicalOperatorHasBeenVisited(BoundExpression binary, BoundExpression right, bool isAnd, bool isBool, ref TLocalState leftTrue, ref TLocalState leftFalse)
{
AdjustConditionalState(right); // Second part of VisitCondition
if (!isBool)
{
this.Unsplit();
this.Split();
}
var resultTrue = this.StateWhenTrue;
var resultFalse = this.StateWhenFalse;
if (isAnd)
{
Join(ref resultFalse, ref leftFalse);
}
else
{
Join(ref resultTrue, ref leftTrue);
}
SetConditionalState(resultTrue, resultFalse);
if (!isBool)
{
this.Unsplit();
}
}
private void VisitBinaryOperatorChildren(BoundBinaryOperator node)
{
// It is common in machine-generated code for there to be deep recursion on the left side of a binary
// operator, for example, if you have "a + b + c + ... " then the bound tree will be deep on the left
// hand side. To mitigate the risk of stack overflow we use an explicit stack.
//
// Of course we must ensure that we visit the left hand side before the right hand side.
var stack = ArrayBuilder<BoundBinaryOperator>.GetInstance();
BoundBinaryOperator binary = node;
do
{
stack.Push(binary);
binary = binary.Left as BoundBinaryOperator;
}
while (binary != null && !binary.OperatorKind.IsLogical() && binary.InterpolatedStringHandlerData is null);
VisitBinaryOperatorChildren(stack);
stack.Free();
}
#nullable enable
protected virtual void VisitBinaryOperatorChildren(ArrayBuilder<BoundBinaryOperator> stack)
{
var binary = stack.Pop();
// Only the leftmost operator of a left-associative binary operator chain can learn from a conditional access on the left
// For simplicity, we just special case it here.
// For example, `a?.b(out x) == true` has a conditional access on the left of the operator,
// but `expr == a?.b(out x) == true` has a conditional access on the right of the operator
if (VisitPossibleConditionalAccess(binary.Left, out var stateWhenNotNull)
&& canLearnFromOperator(binary)
&& isKnownNullOrNotNull(binary.Right))
{
if (_nonMonotonicTransfer)
{
// In this very specific scenario, we need to do extra work to track unassignments for region analysis.
// See `AbstractFlowPass.VisitCatchBlockWithAnyTransferFunction` for a similar scenario in catch blocks.
Optional<TLocalState> oldState = NonMonotonicState;
NonMonotonicState = ReachableBottomState();
VisitRvalue(binary.Right);
var tempStateValue = NonMonotonicState.Value;
Join(ref stateWhenNotNull, ref tempStateValue);
if (oldState.HasValue)
{
var oldStateValue = oldState.Value;
Join(ref oldStateValue, ref tempStateValue);
oldState = oldStateValue;
}
NonMonotonicState = oldState;
}
else
{
VisitRvalue(binary.Right);
Meet(ref stateWhenNotNull, ref State);
}
var isNullConstant = binary.Right.ConstantValue?.IsNull == true;
SetConditionalState(isNullConstant == isEquals(binary)
? (State, stateWhenNotNull)
: (stateWhenNotNull, State));
if (stack.Count == 0)
{
return;
}
binary = stack.Pop();
}
while (true)
{
if (!canLearnFromOperator(binary)
|| !learnFromOperator(binary))
{
Unsplit();
Visit(binary.Right);
}
if (stack.Count == 0)
{
break;
}
binary = stack.Pop();
}
static bool canLearnFromOperator(BoundBinaryOperator binary)
{
var kind = binary.OperatorKind;
return kind.Operator() is BinaryOperatorKind.Equal or BinaryOperatorKind.NotEqual
&& (!kind.IsUserDefined() || kind.IsLifted());
}
static bool isKnownNullOrNotNull(BoundExpression expr)
{
return expr.ConstantValue is object
|| (expr is BoundConversion { ConversionKind: ConversionKind.ExplicitNullable or ConversionKind.ImplicitNullable } conv
&& conv.Operand.Type!.IsNonNullableValueType());
}
static bool isEquals(BoundBinaryOperator binary)
=> binary.OperatorKind.Operator() == BinaryOperatorKind.Equal;
// Returns true if `binary.Right` was visited by the call.
bool learnFromOperator(BoundBinaryOperator binary)
{
// `true == a?.b(out x)`
if (isKnownNullOrNotNull(binary.Left) && TryVisitConditionalAccess(binary.Right, out var stateWhenNotNull))
{
var isNullConstant = binary.Left.ConstantValue?.IsNull == true;
SetConditionalState(isNullConstant == isEquals(binary)
? (State, stateWhenNotNull)
: (stateWhenNotNull, State));
return true;
}
// `a && b(out x) == true`
else if (IsConditionalState && binary.Right.ConstantValue is { IsBoolean: true } rightConstant)
{
var (stateWhenTrue, stateWhenFalse) = (StateWhenTrue.Clone(), StateWhenFalse.Clone());
Unsplit();
Visit(binary.Right);
SetConditionalState(isEquals(binary) == rightConstant.BooleanValue
? (stateWhenTrue, stateWhenFalse)
: (stateWhenFalse, stateWhenTrue));
return true;
}
// `true == a && b(out x)`
else if (binary.Left.ConstantValue is { IsBoolean: true } leftConstant)
{
Unsplit();
Visit(binary.Right);
if (IsConditionalState && isEquals(binary) != leftConstant.BooleanValue)
{
SetConditionalState(StateWhenFalse, StateWhenTrue);
}
return true;
}
return false;
}
}
protected void VisitBinaryInterpolatedStringAddition(BoundBinaryOperator node)
{
Debug.Assert(node.InterpolatedStringHandlerData.HasValue);
var stack = ArrayBuilder<BoundInterpolatedString>.GetInstance();
var data = node.InterpolatedStringHandlerData.GetValueOrDefault();
while (PushBinaryOperatorInterpolatedStringChildren(node, stack) is { } next)
{
node = next;
}
Debug.Assert(stack.Count >= 2);
VisitRvalue(data.Construction);
bool visitedFirst = false;
bool hasTrailingHandlerValidityParameter = data.HasTrailingHandlerValidityParameter;
bool hasConditionalEvaluation = data.UsesBoolReturns || hasTrailingHandlerValidityParameter;
TLocalState? shortCircuitState = hasConditionalEvaluation ? State.Clone() : default;
while (stack.TryPop(out var currentString))
{
visitedFirst |= VisitInterpolatedStringHandlerParts(currentString, data.UsesBoolReturns, firstPartIsConditional: visitedFirst || hasTrailingHandlerValidityParameter, ref shortCircuitState);
}
if (hasConditionalEvaluation)
{
Join(ref State, ref shortCircuitState);
}
stack.Free();
}
protected virtual BoundBinaryOperator? PushBinaryOperatorInterpolatedStringChildren(BoundBinaryOperator node, ArrayBuilder<BoundInterpolatedString> stack)
{
stack.Push((BoundInterpolatedString)node.Right);
switch (node.Left)
{
case BoundBinaryOperator next:
return next;
case BoundInterpolatedString @string:
stack.Push(@string);
return null;
default:
throw ExceptionUtilities.UnexpectedValue(node.Left.Kind);
}
}
protected virtual bool VisitInterpolatedStringHandlerParts(BoundInterpolatedStringBase node, bool usesBoolReturns, bool firstPartIsConditional, ref TLocalState? shortCircuitState)
{
Debug.Assert(shortCircuitState != null || (!usesBoolReturns && !firstPartIsConditional));
if (node.Parts.IsEmpty)
{
return false;
}
ReadOnlySpan<BoundExpression> parts;
if (firstPartIsConditional)
{
parts = node.Parts.AsSpan();
}
else
{
VisitRvalue(node.Parts[0]);
shortCircuitState = State.Clone();
parts = node.Parts.AsSpan()[1..];
}
foreach (var part in parts)
{
VisitRvalue(part);
if (usesBoolReturns)
{
Debug.Assert(shortCircuitState != null);
Join(ref shortCircuitState, ref State);
}
}
return true;
}
#nullable disable
public override BoundNode VisitUnaryOperator(BoundUnaryOperator node)
{
if (node.OperatorKind == UnaryOperatorKind.BoolLogicalNegation)
{
// We have a special case for the ! unary operator, which can operate in a boolean context (5.3.3.26)
VisitCondition(node.Operand);
// it inverts the sense of assignedWhenTrue and assignedWhenFalse.
SetConditionalState(StateWhenFalse, StateWhenTrue);
}
else
{
VisitRvalue(node.Operand);
}
return null;
}
public override BoundNode VisitRangeExpression(BoundRangeExpression node)
{
if (node.LeftOperandOpt != null)
{
VisitRvalue(node.LeftOperandOpt);
}
if (node.RightOperandOpt != null)
{
VisitRvalue(node.RightOperandOpt);
}
return null;
}
public override BoundNode VisitFromEndIndexExpression(BoundFromEndIndexExpression node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitAwaitExpression(BoundAwaitExpression node)
{
VisitRvalue(node.Expression);
PendingBranches.Add(new PendingBranch(node, this.State, null));
return null;
}
public override BoundNode VisitIncrementOperator(BoundIncrementOperator node)
{
// TODO: should we also specially handle events?
if (RegularPropertyAccess(node.Operand))
{
var left = (BoundPropertyAccess)node.Operand;
var property = left.PropertySymbol;
if (property.RefKind == RefKind.None)
{
var readMethod = GetReadMethod(property);
var writeMethod = GetWriteMethod(property);
Debug.Assert(node.HasAnyErrors || (object)readMethod != (object)writeMethod);
VisitReceiverBeforeCall(left.ReceiverOpt, readMethod);
VisitReceiverAfterCall(left.ReceiverOpt, readMethod);
PropertySetter(node, left.ReceiverOpt, writeMethod); // followed by a write
return null;
}
}
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitArrayCreation(BoundArrayCreation node)
{
foreach (var expr in node.Bounds)
{
VisitRvalue(expr);
}
if (node.InitializerOpt != null)
{
VisitArrayInitializationInternal(node, node.InitializerOpt);
}
return null;
}
private void VisitArrayInitializationInternal(BoundArrayCreation arrayCreation, BoundArrayInitialization node)
{
foreach (var child in node.Initializers)
{
if (child.Kind == BoundKind.ArrayInitialization)
{
VisitArrayInitializationInternal(arrayCreation, (BoundArrayInitialization)child);
}
else
{
VisitRvalue(child);
}
}
}
public override BoundNode VisitForStatement(BoundForStatement node)
{
if (node.Initializer != null)
{
VisitStatement(node.Initializer);
}
LoopHead(node);
TLocalState bodyState, breakState;
if (node.Condition != null)
{
VisitCondition(node.Condition);
bodyState = this.StateWhenTrue;
breakState = this.StateWhenFalse;
}
else
{
bodyState = this.State;
breakState = UnreachableState();
}
SetState(bodyState);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
if (node.Increment != null)
{
VisitStatement(node.Increment);
}
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
return null;
}
public override BoundNode VisitForEachStatement(BoundForEachStatement node)
{
// foreach [await] ( var v in node.Expression ) { node.Body; node.ContinueLabel: } node.BreakLabel:
VisitForEachExpression(node);
var breakState = this.State.Clone();
LoopHead(node);
VisitForEachIterationVariables(node);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
if (AwaitUsingAndForeachAddsPendingBranch && ((CommonForEachStatementSyntax)node.Syntax).AwaitKeyword != default)
{
PendingBranches.Add(new PendingBranch(node, this.State, null));
}
return null;
}
protected virtual void VisitForEachExpression(BoundForEachStatement node)
{
VisitRvalue(node.Expression);
}
public virtual void VisitForEachIterationVariables(BoundForEachStatement node)
{
}
public override BoundNode VisitAsOperator(BoundAsOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitIsOperator(BoundIsOperator node)
{
if (VisitPossibleConditionalAccess(node.Operand, out var stateWhenNotNull))
{
Debug.Assert(!IsConditionalState);
SetConditionalState(stateWhenNotNull, State);
}
else
{
// `(a && b.M(out x)) is bool` should discard conditional state from LHS
Unsplit();
}
return null;
}
public override BoundNode VisitMethodGroup(BoundMethodGroup node)
{
if (node.ReceiverOpt != null)
{
// An explicit or implicit receiver, for example in an expression such as (x.Goo is Action, or Goo is Action), is considered to be read.
VisitRvalue(node.ReceiverOpt);
}
return null;
}
#nullable enable
public override BoundNode? VisitNullCoalescingOperator(BoundNullCoalescingOperator node)
{
if (IsConstantNull(node.LeftOperand))
{
VisitRvalue(node.LeftOperand);
Visit(node.RightOperand);
}
else
{
TLocalState savedState;
if (VisitPossibleConditionalAccess(node.LeftOperand, out var stateWhenNotNull))
{
Debug.Assert(!IsConditionalState);
savedState = stateWhenNotNull;
}
else
{
Unsplit();
savedState = State.Clone();
}
if (node.LeftOperand.ConstantValue != null)
{
SetUnreachable();
}
Visit(node.RightOperand);
if (IsConditionalState)
{
Join(ref StateWhenTrue, ref savedState);
Join(ref StateWhenFalse, ref savedState);
}
else
{
Join(ref this.State, ref savedState);
}
}
return null;
}
/// <summary>
/// Visits a node only if it is a conditional access.
/// Returns 'true' if and only if the node was visited.
/// </summary>
private bool TryVisitConditionalAccess(BoundExpression node, [NotNullWhen(true)] out TLocalState? stateWhenNotNull)
{
var access = node switch
{
BoundConditionalAccess ca => ca,
BoundConversion { Conversion: Conversion conversion, Operand: BoundConditionalAccess ca } when CanPropagateStateWhenNotNull(conversion) => ca,
_ => null
};
if (access is not null)
{
EnterRegionIfNeeded(access);
Unsplit();
VisitConditionalAccess(access, out stateWhenNotNull);
Debug.Assert(!IsConditionalState);
LeaveRegionIfNeeded(access);
return true;
}
stateWhenNotNull = default;
return false;
}
/// <summary>
/// "State when not null" can only propagate out of a conditional access if
/// it is not subject to a user-defined conversion whose parameter is not of a non-nullable value type.
/// </summary>
protected static bool CanPropagateStateWhenNotNull(Conversion conversion)
{
if (!conversion.IsValid)
{
return false;
}
if (!conversion.IsUserDefined)
{
return true;
}
var method = conversion.Method;
Debug.Assert(method is object);
Debug.Assert(method.ParameterCount is 1);
var param = method.Parameters[0];
return param.Type.IsNonNullableValueType();
}
/// <summary>
/// Unconditionally visits an expression.
/// If the expression has "state when not null" after visiting,
/// the method returns 'true' and writes the state to <paramref name="stateWhenNotNull" />.
/// </summary>
private bool VisitPossibleConditionalAccess(BoundExpression node, [NotNullWhen(true)] out TLocalState? stateWhenNotNull)
{
if (TryVisitConditionalAccess(node, out stateWhenNotNull))
{
return true;
}
else
{
Visit(node);
return false;
}
}
private void VisitConditionalAccess(BoundConditionalAccess node, out TLocalState stateWhenNotNull)
{
// The receiver may also be a conditional access.
// `(a?.b(x = 1))?.c(y = 1)`
if (VisitPossibleConditionalAccess(node.Receiver, out var receiverStateWhenNotNull))
{
stateWhenNotNull = receiverStateWhenNotNull;
}
else
{
Unsplit();
stateWhenNotNull = this.State.Clone();
}
if (node.Receiver.ConstantValue != null && !IsConstantNull(node.Receiver))
{
// Consider a scenario like `"a"?.M0(x = 1)?.M0(y = 1)`.
// We can "know" that `.M0(x = 1)` was evaluated unconditionally but not `M0(y = 1)`.
// Therefore we do a VisitPossibleConditionalAccess here which unconditionally includes the "after receiver" state in State
// and includes the "after subsequent conditional accesses" in stateWhenNotNull
if (VisitPossibleConditionalAccess(node.AccessExpression, out var firstAccessStateWhenNotNull))
{
stateWhenNotNull = firstAccessStateWhenNotNull;
}
else
{
Unsplit();
stateWhenNotNull = this.State.Clone();
}
}
else
{
var savedState = this.State.Clone();
if (IsConstantNull(node.Receiver))
{
SetUnreachable();
}
else
{
SetState(stateWhenNotNull);
}
// We want to preserve stateWhenNotNull from accesses in the same "chain":
// a?.b(out x)?.c(out y); // expected to preserve stateWhenNotNull from both ?.b(out x) and ?.c(out y)
// but not accesses in nested expressions:
// a?.b(out x, c?.d(out y)); // expected to preserve stateWhenNotNull from a?.b(out x, ...) but not from c?.d(out y)
BoundExpression expr = node.AccessExpression;
while (expr is BoundConditionalAccess innerCondAccess)
{
Debug.Assert(innerCondAccess.Receiver is not (BoundConditionalAccess or BoundConversion));
// we assume that non-conditional accesses can never contain conditional accesses from the same "chain".
// that is, we never have to dig through non-conditional accesses to find and handle conditional accesses.
VisitRvalue(innerCondAccess.Receiver);
expr = innerCondAccess.AccessExpression;
// The savedState here represents the scenario where 0 or more of the access expressions could have been evaluated.
// e.g. after visiting `a?.b(x = null)?.c(x = new object())`, the "state when not null" of `x` is NotNull, but the "state when maybe null" of `x` is MaybeNull.
Join(ref savedState, ref State);
}
Debug.Assert(expr is BoundExpression);
VisitRvalue(expr);
stateWhenNotNull = State;
State = savedState;
Join(ref State, ref stateWhenNotNull);
}
}
public override BoundNode? VisitConditionalAccess(BoundConditionalAccess node)
{
VisitConditionalAccess(node, stateWhenNotNull: out _);
return null;
}
#nullable disable
public override BoundNode VisitLoweredConditionalAccess(BoundLoweredConditionalAccess node)
{
VisitRvalue(node.Receiver);
var savedState = this.State.Clone();
VisitRvalue(node.WhenNotNull);
Join(ref this.State, ref savedState);
if (node.WhenNullOpt != null)
{
savedState = this.State.Clone();
VisitRvalue(node.WhenNullOpt);
Join(ref this.State, ref savedState);
}
return null;
}
public override BoundNode VisitConditionalReceiver(BoundConditionalReceiver node)
{
return null;
}
public override BoundNode VisitComplexConditionalReceiver(BoundComplexConditionalReceiver node)
{
var savedState = this.State.Clone();
VisitRvalue(node.ValueTypeReceiver);
Join(ref this.State, ref savedState);
savedState = this.State.Clone();
VisitRvalue(node.ReferenceTypeReceiver);
Join(ref this.State, ref savedState);
return null;
}
public override BoundNode VisitSequence(BoundSequence node)
{
var sideEffects = node.SideEffects;
if (!sideEffects.IsEmpty)
{
foreach (var se in sideEffects)
{
VisitRvalue(se);
}
}
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitSequencePoint(BoundSequencePoint node)
{
if (node.StatementOpt != null)
{
VisitStatement(node.StatementOpt);
}
return null;
}
public override BoundNode VisitSequencePointExpression(BoundSequencePointExpression node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
{
if (node.StatementOpt != null)
{
VisitStatement(node.StatementOpt);
}
return null;
}
public override BoundNode VisitStatementList(BoundStatementList node)
{
return VisitStatementListWorker(node);
}
private BoundNode VisitStatementListWorker(BoundStatementList node)
{
foreach (var statement in node.Statements)
{
VisitStatement(statement);
}
return null;
}
public override BoundNode VisitTypeOrInstanceInitializers(BoundTypeOrInstanceInitializers node)
{
return VisitStatementListWorker(node);
}
public override BoundNode VisitUnboundLambda(UnboundLambda node)
{
// The presence of this node suggests an error was detected in an earlier phase.
return VisitLambda(node.BindForErrorRecovery());
}
public override BoundNode VisitBreakStatement(BoundBreakStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, node.Label));
SetUnreachable();
return null;
}
public override BoundNode VisitContinueStatement(BoundContinueStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, node.Label));
SetUnreachable();
return null;
}
public override BoundNode VisitUnconvertedConditionalOperator(BoundUnconvertedConditionalOperator node)
{
return VisitConditionalOperatorCore(node, isByRef: false, node.Condition, node.Consequence, node.Alternative);
}
public override BoundNode VisitConditionalOperator(BoundConditionalOperator node)
{
return VisitConditionalOperatorCore(node, node.IsRef, node.Condition, node.Consequence, node.Alternative);
}
#nullable enable
protected virtual BoundNode? VisitConditionalOperatorCore(
BoundExpression node,
bool isByRef,
BoundExpression condition,
BoundExpression consequence,
BoundExpression alternative)
{
VisitCondition(condition);
var consequenceState = this.StateWhenTrue;
var alternativeState = this.StateWhenFalse;
if (IsConstantTrue(condition))
{
VisitConditionalOperand(alternativeState, alternative, isByRef);
VisitConditionalOperand(consequenceState, consequence, isByRef);
}
else if (IsConstantFalse(condition))
{
VisitConditionalOperand(consequenceState, consequence, isByRef);
VisitConditionalOperand(alternativeState, alternative, isByRef);
}
else
{
// at this point, the state is conditional after a conditional expression if:
// 1. the state is conditional after the consequence, or
// 2. the state is conditional after the alternative
VisitConditionalOperand(consequenceState, consequence, isByRef);
var conditionalAfterConsequence = IsConditionalState;
var (afterConsequenceWhenTrue, afterConsequenceWhenFalse) = conditionalAfterConsequence ? (StateWhenTrue, StateWhenFalse) : (State, State);
VisitConditionalOperand(alternativeState, alternative, isByRef);
if (!conditionalAfterConsequence && !IsConditionalState)
{
// simplify in the common case
Join(ref this.State, ref afterConsequenceWhenTrue);
}
else
{
Split();
Join(ref this.StateWhenTrue, ref afterConsequenceWhenTrue);
Join(ref this.StateWhenFalse, ref afterConsequenceWhenFalse);
}
}
return null;
}
#nullable disable
private void VisitConditionalOperand(TLocalState state, BoundExpression operand, bool isByRef)
{
SetState(state);
if (isByRef)
{
VisitLvalue(operand);
// exposing ref is a potential write
WriteArgument(operand, RefKind.Ref, method: null);
}
else
{
Visit(operand);
}
}
public override BoundNode VisitBaseReference(BoundBaseReference node)
{
return null;
}
public override BoundNode VisitDoStatement(BoundDoStatement node)
{
// do { statements; node.ContinueLabel: } while (node.Condition) node.BreakLabel:
LoopHead(node);
VisitStatement(node.Body);
ResolveContinues(node.ContinueLabel);
VisitCondition(node.Condition);
TLocalState breakState = this.StateWhenFalse;
SetState(this.StateWhenTrue);
LoopTail(node);
ResolveBreaks(breakState, node.BreakLabel);
return null;
}
public override BoundNode VisitGotoStatement(BoundGotoStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, node.Label));
SetUnreachable();
return null;
}
protected void VisitLabel(LabelSymbol label, BoundStatement node)
{
node.AssertIsLabeledStatementWithLabel(label);
ResolveBranches(label, node);
var state = LabelState(label);
Join(ref this.State, ref state);
_labels[label] = this.State.Clone();
_labelsSeen.Add(node);
}
protected virtual void VisitLabel(BoundLabeledStatement node)
{
VisitLabel(node.Label, node);
}
public override BoundNode VisitLabelStatement(BoundLabelStatement node)
{
VisitLabel(node.Label, node);
return null;
}
public override BoundNode VisitLabeledStatement(BoundLabeledStatement node)
{
VisitLabel(node);
VisitStatement(node.Body);
return null;
}
public override BoundNode VisitLockStatement(BoundLockStatement node)
{
VisitRvalue(node.Argument);
VisitStatement(node.Body);
return null;
}
public override BoundNode VisitNoOpStatement(BoundNoOpStatement node)
{
return null;
}
public override BoundNode VisitNamespaceExpression(BoundNamespaceExpression node)
{
return null;
}
public override BoundNode VisitUsingStatement(BoundUsingStatement node)
{
if (node.ExpressionOpt != null)
{
VisitRvalue(node.ExpressionOpt);
}
if (node.DeclarationsOpt != null)
{
VisitStatement(node.DeclarationsOpt);
}
VisitStatement(node.Body);
if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null)
{
PendingBranches.Add(new PendingBranch(node, this.State, null));
}
return null;
}
public abstract bool AwaitUsingAndForeachAddsPendingBranch { get; }
public override BoundNode VisitFixedStatement(BoundFixedStatement node)
{
VisitStatement(node.Declarations);
VisitStatement(node.Body);
return null;
}
public override BoundNode VisitFixedLocalCollectionInitializer(BoundFixedLocalCollectionInitializer node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitThrowStatement(BoundThrowStatement node)
{
BoundExpression expr = node.ExpressionOpt;
VisitRvalue(expr);
SetUnreachable();
return null;
}
public override BoundNode VisitYieldBreakStatement(BoundYieldBreakStatement node)
{
Debug.Assert(!this.IsConditionalState);
PendingBranches.Add(new PendingBranch(node, this.State, null));
SetUnreachable();
return null;
}
public override BoundNode VisitYieldReturnStatement(BoundYieldReturnStatement node)
{
VisitRvalue(node.Expression);
PendingBranches.Add(new PendingBranch(node, this.State, null));
return null;
}
public override BoundNode VisitDefaultLiteral(BoundDefaultLiteral node)
{
return null;
}
public override BoundNode VisitDefaultExpression(BoundDefaultExpression node)
{
return null;
}
public override BoundNode VisitUnconvertedObjectCreationExpression(BoundUnconvertedObjectCreationExpression node)
{
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitTypeOfOperator(BoundTypeOfOperator node)
{
VisitTypeExpression(node.SourceType);
return null;
}
public override BoundNode VisitNameOfOperator(BoundNameOfOperator node)
{
var savedState = this.State;
SetState(UnreachableState());
Visit(node.Argument);
SetState(savedState);
return null;
}
public override BoundNode VisitAddressOfOperator(BoundAddressOfOperator node)
{
VisitAddressOfOperand(node.Operand, shouldReadOperand: false);
return null;
}
protected void VisitAddressOfOperand(BoundExpression operand, bool shouldReadOperand)
{
if (shouldReadOperand)
{
this.VisitRvalue(operand);
}
else
{
this.VisitLvalue(operand);
}
this.WriteArgument(operand, RefKind.Out, null); //Out because we know it will definitely be assigned.
}
public override BoundNode VisitPointerIndirectionOperator(BoundPointerIndirectionOperator node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitPointerElementAccess(BoundPointerElementAccess node)
{
VisitRvalue(node.Expression);
VisitRvalue(node.Index);
return null;
}
public override BoundNode VisitSizeOfOperator(BoundSizeOfOperator node)
{
return null;
}
private BoundNode VisitStackAllocArrayCreationBase(BoundStackAllocArrayCreationBase node)
{
VisitRvalue(node.Count);
if (node.InitializerOpt != null && !node.InitializerOpt.Initializers.IsDefault)
{
foreach (var element in node.InitializerOpt.Initializers)
{
VisitRvalue(element);
}
}
return null;
}
public override BoundNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
{
return VisitStackAllocArrayCreationBase(node);
}
public override BoundNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node)
{
return VisitStackAllocArrayCreationBase(node);
}
public override BoundNode VisitAnonymousObjectCreationExpression(BoundAnonymousObjectCreationExpression node)
{
// visit arguments as r-values
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.Constructor);
return null;
}
public override BoundNode VisitArrayLength(BoundArrayLength node)
{
VisitRvalue(node.Expression);
return null;
}
public override BoundNode VisitConditionalGoto(BoundConditionalGoto node)
{
VisitCondition(node.Condition);
Debug.Assert(this.IsConditionalState);
if (node.JumpIfTrue)
{
PendingBranches.Add(new PendingBranch(node, this.StateWhenTrue, node.Label));
this.SetState(this.StateWhenFalse);
}
else
{
PendingBranches.Add(new PendingBranch(node, this.StateWhenFalse, node.Label));
this.SetState(this.StateWhenTrue);
}
return null;
}
public override BoundNode VisitObjectInitializerExpression(BoundObjectInitializerExpression node)
{
return VisitObjectOrCollectionInitializerExpression(node.Initializers);
}
public override BoundNode VisitCollectionInitializerExpression(BoundCollectionInitializerExpression node)
{
return VisitObjectOrCollectionInitializerExpression(node.Initializers);
}
private BoundNode VisitObjectOrCollectionInitializerExpression(ImmutableArray<BoundExpression> initializers)
{
foreach (var initializer in initializers)
{
VisitRvalue(initializer);
}
return null;
}
public override BoundNode VisitObjectInitializerMember(BoundObjectInitializerMember node)
{
var arguments = node.Arguments;
if (!arguments.IsDefaultOrEmpty)
{
MethodSymbol method = null;
if (node.MemberSymbol?.Kind == SymbolKind.Property)
{
var property = (PropertySymbol)node.MemberSymbol;
method = GetReadMethod(property);
}
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, method);
}
return null;
}
public override BoundNode VisitDynamicObjectInitializerMember(BoundDynamicObjectInitializerMember node)
{
return null;
}
public override BoundNode VisitCollectionElementInitializer(BoundCollectionElementInitializer node)
{
if (node.AddMethod.CallsAreOmitted(node.SyntaxTree))
{
// If the underlying add method is a partial method without a definition, or is a conditional method
// whose condition is not true, then the call has no effect and it is ignored for the purposes of
// flow analysis.
TLocalState savedState = savedState = this.State.Clone();
SetUnreachable();
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.AddMethod);
this.State = savedState;
}
else
{
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.AddMethod);
}
return null;
}
public override BoundNode VisitDynamicCollectionElementInitializer(BoundDynamicCollectionElementInitializer node)
{
VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), method: null);
return null;
}
public override BoundNode VisitImplicitReceiver(BoundImplicitReceiver node)
{
return null;
}
public override BoundNode VisitFieldEqualsValue(BoundFieldEqualsValue node)
{
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitPropertyEqualsValue(BoundPropertyEqualsValue node)
{
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitParameterEqualsValue(BoundParameterEqualsValue node)
{
VisitRvalue(node.Value);
return null;
}
public override BoundNode VisitDeconstructValuePlaceholder(BoundDeconstructValuePlaceholder node)
{
return null;
}
public override BoundNode VisitObjectOrCollectionValuePlaceholder(BoundObjectOrCollectionValuePlaceholder node)
{
return null;
}
public override BoundNode VisitAwaitableValuePlaceholder(BoundAwaitableValuePlaceholder node)
{
return null;
}
public sealed override BoundNode VisitOutVariablePendingInference(OutVariablePendingInference node)
{
throw ExceptionUtilities.Unreachable;
}
public sealed override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
{
throw ExceptionUtilities.Unreachable;
}
public override BoundNode VisitDiscardExpression(BoundDiscardExpression node)
{
return null;
}
private static MethodSymbol GetReadMethod(PropertySymbol property) =>
property.GetOwnOrInheritedGetMethod() ?? property.SetMethod;
private static MethodSymbol GetWriteMethod(PropertySymbol property) =>
property.GetOwnOrInheritedSetMethod() ?? property.GetMethod;
public override BoundNode VisitConstructorMethodBody(BoundConstructorMethodBody node)
{
Visit(node.Initializer);
VisitMethodBodies(node.BlockBody, node.ExpressionBody);
return null;
}
public override BoundNode VisitNonConstructorMethodBody(BoundNonConstructorMethodBody node)
{
VisitMethodBodies(node.BlockBody, node.ExpressionBody);
return null;
}
public override BoundNode VisitNullCoalescingAssignmentOperator(BoundNullCoalescingAssignmentOperator node)
{
TLocalState leftState;
if (RegularPropertyAccess(node.LeftOperand) &&
(BoundPropertyAccess)node.LeftOperand is var left &&
left.PropertySymbol is var property &&
property.RefKind == RefKind.None)
{
var readMethod = property.GetOwnOrInheritedGetMethod();
VisitReceiverBeforeCall(left.ReceiverOpt, readMethod);
VisitReceiverAfterCall(left.ReceiverOpt, readMethod);
var savedState = this.State.Clone();
AdjustStateForNullCoalescingAssignmentNonNullCase(node);
leftState = this.State.Clone();
SetState(savedState);
VisitAssignmentOfNullCoalescingAssignment(node, left);
}
else
{
VisitRvalue(node.LeftOperand, isKnownToBeAnLvalue: true);
var savedState = this.State.Clone();
AdjustStateForNullCoalescingAssignmentNonNullCase(node);
leftState = this.State.Clone();
SetState(savedState);
VisitAssignmentOfNullCoalescingAssignment(node, propertyAccessOpt: null);
}
Join(ref this.State, ref leftState);
return null;
}
public override BoundNode VisitReadOnlySpanFromArray(BoundReadOnlySpanFromArray node)
{
VisitRvalue(node.Operand);
return null;
}
public override BoundNode VisitFunctionPointerInvocation(BoundFunctionPointerInvocation node)
{
Visit(node.InvokedExpression);
VisitArguments(node.Arguments, node.ArgumentRefKindsOpt, node.FunctionPointer.Signature);
return null;
}
public override BoundNode VisitUnconvertedAddressOfOperator(BoundUnconvertedAddressOfOperator node)
{
// This is not encountered in correct programs, but can be seen if the function pointer was
// unable to be converted and the semantic model is used to query for information.
Visit(node.Operand);
return null;
}
/// <summary>
/// This visitor represents just the assignment part of the null coalescing assignment
/// operator.
/// </summary>
protected virtual void VisitAssignmentOfNullCoalescingAssignment(
BoundNullCoalescingAssignmentOperator node,
BoundPropertyAccess propertyAccessOpt)
{
VisitRvalue(node.RightOperand);
if (propertyAccessOpt != null)
{
var symbol = propertyAccessOpt.PropertySymbol;
var writeMethod = symbol.GetOwnOrInheritedSetMethod();
PropertySetter(node, propertyAccessOpt.ReceiverOpt, writeMethod);
}
}
public override BoundNode VisitSavePreviousSequencePoint(BoundSavePreviousSequencePoint node)
{
return null;
}
public override BoundNode VisitRestorePreviousSequencePoint(BoundRestorePreviousSequencePoint node)
{
return null;
}
public override BoundNode VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node)
{
return null;
}
/// <summary>
/// This visitor represents just the non-assignment part of the null coalescing assignment
/// operator (when the left operand is non-null).
/// </summary>
protected virtual void AdjustStateForNullCoalescingAssignmentNonNullCase(BoundNullCoalescingAssignmentOperator node)
{
}
private void VisitMethodBodies(BoundBlock blockBody, BoundBlock expressionBody)
{
if (blockBody == null)
{
Visit(expressionBody);
return;
}
else if (expressionBody == null)
{
Visit(blockBody);
return;
}
// In error cases we have two bodies. These are two unrelated pieces of code,
// they are not executed one after another. As we don't really know which one the developer
// intended to use, we need to visit both. We are going to pretend that there is
// an unconditional fork in execution and then we are converging after each body is executed.
// For example, if only one body assigns an out parameter, then after visiting both bodies
// we should consider that parameter is not definitely assigned.
// Note, that today this code is not executed for regular definite assignment analysis. It is
// only executed for region analysis.
TLocalState initialState = this.State.Clone();
Visit(blockBody);
TLocalState afterBlock = this.State;
SetState(initialState);
Visit(expressionBody);
Join(ref this.State, ref afterBlock);
}
#endregion visitors
}
/// <summary>
/// The possible places that we are processing when there is a region.
/// </summary>
/// <remarks>
/// This should be nested inside <see cref="AbstractFlowPass{TLocalState, TLocalFunctionState}"/> but is not due to https://github.com/dotnet/roslyn/issues/36992 .
/// </remarks>
internal enum RegionPlace { Before, Inside, After };
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Scripting/Core/ScriptState.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using System.Reflection;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.PooledObjects;
namespace Microsoft.CodeAnalysis.Scripting
{
/// <summary>
/// The result of running a script.
/// </summary>
public abstract class ScriptState
{
/// <summary>
/// The script that ran to produce this result.
/// </summary>
public Script Script { get; }
/// <summary>
/// Caught exception originating from the script top-level code.
/// </summary>
/// <remarks>
/// Exceptions are only caught and stored here if the API returning the <see cref="ScriptState"/> is instructed to do so.
/// By default they are propagated to the caller of the API.
/// </remarks>
public Exception Exception { get; }
internal ScriptExecutionState ExecutionState { get; }
private ImmutableArray<ScriptVariable> _lazyVariables;
private IReadOnlyDictionary<string, int> _lazyVariableMap;
internal ScriptState(ScriptExecutionState executionState, Script script, Exception exceptionOpt)
{
Debug.Assert(executionState != null);
Debug.Assert(script != null);
ExecutionState = executionState;
Script = script;
Exception = exceptionOpt;
}
/// <summary>
/// The final value produced by running the script.
/// </summary>
public object ReturnValue => GetReturnValue();
internal abstract object GetReturnValue();
/// <summary>
/// Returns variables defined by the scripts in the declaration order.
/// </summary>
public ImmutableArray<ScriptVariable> Variables
{
get
{
if (_lazyVariables == null)
{
ImmutableInterlocked.InterlockedInitialize(ref _lazyVariables, CreateVariables());
}
return _lazyVariables;
}
}
/// <summary>
/// Returns a script variable of the specified name.
/// </summary>
/// <remarks>
/// If multiple script variables are defined in the script (in distinct submissions) returns the last one.
/// Name lookup is case sensitive in C# scripts and case insensitive in VB scripts.
/// </remarks>
/// <returns><see cref="ScriptVariable"/> or null, if no variable of the specified <paramref name="name"/> is defined in the script.</returns>
/// <exception cref="ArgumentNullException"><paramref name="name"/> is null.</exception>
public ScriptVariable GetVariable(string name)
{
if (name == null)
{
throw new ArgumentNullException(nameof(name));
}
int index;
return GetVariableMap().TryGetValue(name, out index) ? Variables[index] : null;
}
private ImmutableArray<ScriptVariable> CreateVariables()
{
var result = ArrayBuilder<ScriptVariable>.GetInstance();
var executionState = ExecutionState;
// Don't include the globals object (slot #0)
for (int i = 1; i < executionState.SubmissionStateCount; i++)
{
var state = executionState.GetSubmissionState(i);
Debug.Assert(state != null);
foreach (var field in state.GetType().GetTypeInfo().DeclaredFields)
{
// TODO: synthesized fields of submissions shouldn't be public
if (field.IsPublic && field.Name.Length > 0 && (char.IsLetterOrDigit(field.Name[0]) || field.Name[0] == '_'))
{
result.Add(new ScriptVariable(state, field));
}
}
}
return result.ToImmutableAndFree();
}
private IReadOnlyDictionary<string, int> GetVariableMap()
{
if (_lazyVariableMap == null)
{
var map = new Dictionary<string, int>(Script.Compiler.IdentifierComparer);
for (int i = 0; i < Variables.Length; i++)
{
map[Variables[i].Name] = i;
}
_lazyVariableMap = map;
}
return _lazyVariableMap;
}
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables and return value.</returns>
public Task<ScriptState<object>> ContinueWithAsync(string code, ScriptOptions options, CancellationToken cancellationToken)
=> ContinueWithAsync<object>(code, options, null, cancellationToken);
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="catchException">
/// If specified, any exception thrown by the script top-level code is passed to <paramref name="catchException"/>.
/// If it returns true the exception is caught and stored on the resulting <see cref="ScriptState"/>, otherwise the exception is propagated to the caller.
/// </param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables, return value and caught exception (if applicable).</returns>
public Task<ScriptState<object>> ContinueWithAsync(string code, ScriptOptions options = null, Func<Exception, bool> catchException = null, CancellationToken cancellationToken = default(CancellationToken))
=> Script.ContinueWith<object>(code, options).RunFromAsync(this, catchException, cancellationToken);
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables and return value.</returns>
public Task<ScriptState<TResult>> ContinueWithAsync<TResult>(string code, ScriptOptions options, CancellationToken cancellationToken)
=> ContinueWithAsync<TResult>(code, options, null, cancellationToken);
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="catchException">
/// If specified, any exception thrown by the script top-level code is passed to <paramref name="catchException"/>.
/// If it returns true the exception is caught and stored on the resulting <see cref="ScriptState"/>, otherwise the exception is propagated to the caller.
/// </param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables, return value and caught exception (if applicable).</returns>
public Task<ScriptState<TResult>> ContinueWithAsync<TResult>(string code, ScriptOptions options = null, Func<Exception, bool> catchException = null, CancellationToken cancellationToken = default(CancellationToken))
=> Script.ContinueWith<TResult>(code, options).RunFromAsync(this, catchException, cancellationToken);
// How do we resolve overloads? We should use the language semantics.
// https://github.com/dotnet/roslyn/issues/3720
#if TODO
/// <summary>
/// Invoke a method declared by the script.
/// </summary>
public object Invoke(string name, params object[] args)
{
var func = this.FindMethod(name, args != null ? args.Length : 0);
if (func != null)
{
return func(args);
}
return null;
}
private Func<object[], object> FindMethod(string name, int argCount)
{
for (int i = _executionState.Count - 1; i >= 0; i--)
{
var sub = _executionState[i];
if (sub != null)
{
var type = sub.GetType();
var method = FindMethod(type, name, argCount);
if (method != null)
{
return (args) => method.Invoke(sub, args);
}
}
}
return null;
}
private MethodInfo FindMethod(Type type, string name, int argCount)
{
return type.GetMethod(name, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
}
/// <summary>
/// Create a delegate to a method declared by the script.
/// </summary>
public TDelegate CreateDelegate<TDelegate>(string name)
{
var delegateInvokeMethod = typeof(TDelegate).GetMethod("Invoke", BindingFlags.Instance | BindingFlags.Public);
for (int i = _executionState.Count - 1; i >= 0; i--)
{
var sub = _executionState[i];
if (sub != null)
{
var type = sub.GetType();
var method = FindMatchingMethod(type, name, delegateInvokeMethod);
if (method != null)
{
return (TDelegate)(object)method.CreateDelegate(typeof(TDelegate), sub);
}
}
}
return default(TDelegate);
}
private MethodInfo FindMatchingMethod(Type instanceType, string name, MethodInfo delegateInvokeMethod)
{
var dprms = delegateInvokeMethod.GetParameters();
foreach (var mi in instanceType.GetMethods(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic))
{
if (mi.Name == name)
{
var prms = mi.GetParameters();
if (prms.Length == dprms.Length)
{
// TODO: better matching..
return mi;
}
}
}
return null;
}
#endif
}
public sealed class ScriptState<T> : ScriptState
{
public new T ReturnValue { get; }
internal override object GetReturnValue() => ReturnValue;
internal ScriptState(ScriptExecutionState executionState, Script script, T value, Exception exceptionOpt)
: base(executionState, script, exceptionOpt)
{
ReturnValue = value;
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using System.Reflection;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.PooledObjects;
namespace Microsoft.CodeAnalysis.Scripting
{
/// <summary>
/// The result of running a script.
/// </summary>
public abstract class ScriptState
{
/// <summary>
/// The script that ran to produce this result.
/// </summary>
public Script Script { get; }
/// <summary>
/// Caught exception originating from the script top-level code.
/// </summary>
/// <remarks>
/// Exceptions are only caught and stored here if the API returning the <see cref="ScriptState"/> is instructed to do so.
/// By default they are propagated to the caller of the API.
/// </remarks>
public Exception Exception { get; }
internal ScriptExecutionState ExecutionState { get; }
private ImmutableArray<ScriptVariable> _lazyVariables;
private IReadOnlyDictionary<string, int> _lazyVariableMap;
internal ScriptState(ScriptExecutionState executionState, Script script, Exception exceptionOpt)
{
Debug.Assert(executionState != null);
Debug.Assert(script != null);
ExecutionState = executionState;
Script = script;
Exception = exceptionOpt;
}
/// <summary>
/// The final value produced by running the script.
/// </summary>
public object ReturnValue => GetReturnValue();
internal abstract object GetReturnValue();
/// <summary>
/// Returns variables defined by the scripts in the declaration order.
/// </summary>
public ImmutableArray<ScriptVariable> Variables
{
get
{
if (_lazyVariables == null)
{
ImmutableInterlocked.InterlockedInitialize(ref _lazyVariables, CreateVariables());
}
return _lazyVariables;
}
}
/// <summary>
/// Returns a script variable of the specified name.
/// </summary>
/// <remarks>
/// If multiple script variables are defined in the script (in distinct submissions) returns the last one.
/// Name lookup is case sensitive in C# scripts and case insensitive in VB scripts.
/// </remarks>
/// <returns><see cref="ScriptVariable"/> or null, if no variable of the specified <paramref name="name"/> is defined in the script.</returns>
/// <exception cref="ArgumentNullException"><paramref name="name"/> is null.</exception>
public ScriptVariable GetVariable(string name)
{
if (name == null)
{
throw new ArgumentNullException(nameof(name));
}
int index;
return GetVariableMap().TryGetValue(name, out index) ? Variables[index] : null;
}
private ImmutableArray<ScriptVariable> CreateVariables()
{
var result = ArrayBuilder<ScriptVariable>.GetInstance();
var executionState = ExecutionState;
// Don't include the globals object (slot #0)
for (int i = 1; i < executionState.SubmissionStateCount; i++)
{
var state = executionState.GetSubmissionState(i);
Debug.Assert(state != null);
foreach (var field in state.GetType().GetTypeInfo().DeclaredFields)
{
// TODO: synthesized fields of submissions shouldn't be public
if (field.IsPublic && field.Name.Length > 0 && (char.IsLetterOrDigit(field.Name[0]) || field.Name[0] == '_'))
{
result.Add(new ScriptVariable(state, field));
}
}
}
return result.ToImmutableAndFree();
}
private IReadOnlyDictionary<string, int> GetVariableMap()
{
if (_lazyVariableMap == null)
{
var map = new Dictionary<string, int>(Script.Compiler.IdentifierComparer);
for (int i = 0; i < Variables.Length; i++)
{
map[Variables[i].Name] = i;
}
_lazyVariableMap = map;
}
return _lazyVariableMap;
}
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables and return value.</returns>
public Task<ScriptState<object>> ContinueWithAsync(string code, ScriptOptions options, CancellationToken cancellationToken)
=> ContinueWithAsync<object>(code, options, null, cancellationToken);
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="catchException">
/// If specified, any exception thrown by the script top-level code is passed to <paramref name="catchException"/>.
/// If it returns true the exception is caught and stored on the resulting <see cref="ScriptState"/>, otherwise the exception is propagated to the caller.
/// </param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables, return value and caught exception (if applicable).</returns>
public Task<ScriptState<object>> ContinueWithAsync(string code, ScriptOptions options = null, Func<Exception, bool> catchException = null, CancellationToken cancellationToken = default(CancellationToken))
=> Script.ContinueWith<object>(code, options).RunFromAsync(this, catchException, cancellationToken);
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables and return value.</returns>
public Task<ScriptState<TResult>> ContinueWithAsync<TResult>(string code, ScriptOptions options, CancellationToken cancellationToken)
=> ContinueWithAsync<TResult>(code, options, null, cancellationToken);
/// <summary>
/// Continues script execution from the state represented by this instance by running the specified code snippet.
/// </summary>
/// <param name="code">The code to be executed.</param>
/// <param name="options">Options.</param>
/// <param name="catchException">
/// If specified, any exception thrown by the script top-level code is passed to <paramref name="catchException"/>.
/// If it returns true the exception is caught and stored on the resulting <see cref="ScriptState"/>, otherwise the exception is propagated to the caller.
/// </param>
/// <param name="cancellationToken">Cancellation token.</param>
/// <returns>A <see cref="ScriptState"/> that represents the state after running <paramref name="code"/>, including all declared variables, return value and caught exception (if applicable).</returns>
public Task<ScriptState<TResult>> ContinueWithAsync<TResult>(string code, ScriptOptions options = null, Func<Exception, bool> catchException = null, CancellationToken cancellationToken = default(CancellationToken))
=> Script.ContinueWith<TResult>(code, options).RunFromAsync(this, catchException, cancellationToken);
// How do we resolve overloads? We should use the language semantics.
// https://github.com/dotnet/roslyn/issues/3720
#if TODO
/// <summary>
/// Invoke a method declared by the script.
/// </summary>
public object Invoke(string name, params object[] args)
{
var func = this.FindMethod(name, args != null ? args.Length : 0);
if (func != null)
{
return func(args);
}
return null;
}
private Func<object[], object> FindMethod(string name, int argCount)
{
for (int i = _executionState.Count - 1; i >= 0; i--)
{
var sub = _executionState[i];
if (sub != null)
{
var type = sub.GetType();
var method = FindMethod(type, name, argCount);
if (method != null)
{
return (args) => method.Invoke(sub, args);
}
}
}
return null;
}
private MethodInfo FindMethod(Type type, string name, int argCount)
{
return type.GetMethod(name, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
}
/// <summary>
/// Create a delegate to a method declared by the script.
/// </summary>
public TDelegate CreateDelegate<TDelegate>(string name)
{
var delegateInvokeMethod = typeof(TDelegate).GetMethod("Invoke", BindingFlags.Instance | BindingFlags.Public);
for (int i = _executionState.Count - 1; i >= 0; i--)
{
var sub = _executionState[i];
if (sub != null)
{
var type = sub.GetType();
var method = FindMatchingMethod(type, name, delegateInvokeMethod);
if (method != null)
{
return (TDelegate)(object)method.CreateDelegate(typeof(TDelegate), sub);
}
}
}
return default(TDelegate);
}
private MethodInfo FindMatchingMethod(Type instanceType, string name, MethodInfo delegateInvokeMethod)
{
var dprms = delegateInvokeMethod.GetParameters();
foreach (var mi in instanceType.GetMethods(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic))
{
if (mi.Name == name)
{
var prms = mi.GetParameters();
if (prms.Length == dprms.Length)
{
// TODO: better matching..
return mi;
}
}
}
return null;
}
#endif
}
public sealed class ScriptState<T> : ScriptState
{
public new T ReturnValue { get; }
internal override object GetReturnValue() => ReturnValue;
internal ScriptState(ScriptExecutionState executionState, Script script, T value, Exception exceptionOpt)
: base(executionState, script, exceptionOpt)
{
ReturnValue = value;
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/VisualBasic/Portable/Simplification/Simplifiers/NameSimplifier.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeStyle
Imports Microsoft.CodeAnalysis.Options
Imports Microsoft.CodeAnalysis.Rename.ConflictEngine
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.VisualBasic.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.Simplification.Simplifiers
Friend Class NameSimplifier
Inherits AbstractVisualBasicSimplifier(Of NameSyntax, ExpressionSyntax)
Public Shared ReadOnly Instance As New NameSimplifier()
Private Sub New()
End Sub
Public Overrides Function TrySimplify(
name As NameSyntax,
semanticModel As SemanticModel,
optionSet As OptionSet,
<Out> ByRef replacementNode As ExpressionSyntax,
<Out> ByRef issueSpan As TextSpan,
cancellationToken As CancellationToken) As Boolean
' do not simplify names of a namespace declaration
If IsPartOfNamespaceDeclarationName(name) Then
Return False
End If
' see whether binding the name binds to a symbol/type. if not, it is ambiguous and
' nothing we can do here.
Dim symbol = SimplificationHelpers.GetOriginalSymbolInfo(semanticModel, name)
If SimplificationHelpers.IsValidSymbolInfo(symbol) Then
If symbol.Kind = SymbolKind.Method AndAlso symbol.IsConstructor() Then
symbol = symbol.ContainingType
End If
If symbol.Kind = SymbolKind.Method AndAlso name.Kind = SyntaxKind.GenericName Then
Dim genericName = DirectCast(name, GenericNameSyntax)
replacementNode = SyntaxFactory.IdentifierName(genericName.Identifier).WithLeadingTrivia(genericName.GetLeadingTrivia()).WithTrailingTrivia(genericName.GetTrailingTrivia())
issueSpan = genericName.TypeArgumentList.Span
Return CanReplaceWithReducedName(name, replacementNode, semanticModel, cancellationToken)
End If
If Not TypeOf symbol Is INamespaceOrTypeSymbol Then
Return False
End If
Else
Return False
End If
If name.HasAnnotations(SpecialTypeAnnotation.Kind) Then
replacementNode = SyntaxFactory.PredefinedType(
SyntaxFactory.Token(name.GetLeadingTrivia(),
GetPredefinedKeywordKind(SpecialTypeAnnotation.GetSpecialType(name.GetAnnotations(SpecialTypeAnnotation.Kind).First())),
name.GetTrailingTrivia()))
issueSpan = name.Span
Return CanReplaceWithReducedNameInContext(name, replacementNode)
Else
If Not name.IsRightSideOfDot() Then
Dim aliasReplacement As IAliasSymbol = Nothing
If TryReplaceWithAlias(name, semanticModel, aliasReplacement) Then
Dim identifierToken = SyntaxFactory.Identifier(
name.GetLeadingTrivia(),
aliasReplacement.Name,
name.GetTrailingTrivia())
identifierToken = TryEscapeIdentifierToken(identifierToken)
replacementNode = SyntaxFactory.IdentifierName(identifierToken)
Dim annotatedNodesOrTokens = name.GetAnnotatedNodesAndTokens(RenameAnnotation.Kind)
For Each annotatedNodeOrToken In annotatedNodesOrTokens
If annotatedNodeOrToken.IsToken Then
identifierToken = annotatedNodeOrToken.AsToken().CopyAnnotationsTo(identifierToken)
Else
replacementNode = annotatedNodeOrToken.AsNode().CopyAnnotationsTo(replacementNode)
End If
Next
annotatedNodesOrTokens = name.GetAnnotatedNodesAndTokens(AliasAnnotation.Kind)
For Each annotatedNodeOrToken In annotatedNodesOrTokens
If annotatedNodeOrToken.IsToken Then
identifierToken = annotatedNodeOrToken.AsToken().CopyAnnotationsTo(identifierToken)
Else
replacementNode = annotatedNodeOrToken.AsNode().CopyAnnotationsTo(replacementNode)
End If
Next
replacementNode = DirectCast(replacementNode, SimpleNameSyntax).WithIdentifier(identifierToken)
issueSpan = name.Span
' In case the alias name is the same as the last name of the alias target, we only include
' the left part of the name in the unnecessary span to Not confuse uses.
If name.Kind = SyntaxKind.QualifiedName Then
Dim qualifiedName As QualifiedNameSyntax = DirectCast(name, QualifiedNameSyntax)
If qualifiedName.Right.Identifier.ValueText = identifierToken.ValueText Then
issueSpan = qualifiedName.Left.Span
End If
End If
If CanReplaceWithReducedNameInContext(name, replacementNode) Then
' check if the alias name ends with an Attribute suffix that can be omitted.
Dim replacementNodeWithoutAttributeSuffix As ExpressionSyntax = Nothing
Dim issueSpanWithoutAttributeSuffix As TextSpan = Nothing
If TryReduceAttributeSuffix(name, identifierToken, semanticModel, aliasReplacement IsNot Nothing, replacementNodeWithoutAttributeSuffix, issueSpanWithoutAttributeSuffix, cancellationToken) Then
If CanReplaceWithReducedName(name, replacementNodeWithoutAttributeSuffix, semanticModel, cancellationToken) Then
replacementNode = replacementNode.CopyAnnotationsTo(replacementNodeWithoutAttributeSuffix)
issueSpan = issueSpanWithoutAttributeSuffix
End If
End If
Return True
End If
Return False
End If
Dim nameHasNoAlias = False
If TypeOf name Is SimpleNameSyntax Then
Dim simpleName = DirectCast(name, SimpleNameSyntax)
If Not simpleName.Identifier.HasAnnotations(AliasAnnotation.Kind) Then
nameHasNoAlias = True
End If
End If
If TypeOf name Is QualifiedNameSyntax Then
Dim qualifiedNameSyntax = DirectCast(name, QualifiedNameSyntax)
If Not qualifiedNameSyntax.Right.Identifier.HasAnnotations(AliasAnnotation.Kind) Then
nameHasNoAlias = True
End If
End If
Dim aliasInfo = semanticModel.GetAliasInfo(name, cancellationToken)
' Don't simplify to predefined type if name is part of a QualifiedName.
' QualifiedNames can't contain PredefinedTypeNames (although MemberAccessExpressions can).
' In other words, the left side of a QualifiedName can't be a PredefinedTypeName.
If nameHasNoAlias AndAlso aliasInfo Is Nothing AndAlso Not name.Parent.IsKind(SyntaxKind.QualifiedName) Then
Dim type = semanticModel.GetTypeInfo(name, cancellationToken).Type
If type IsNot Nothing Then
Dim keywordKind = GetPredefinedKeywordKind(type.SpecialType)
If keywordKind <> SyntaxKind.None Then
' But do simplify to predefined type if not simplifying results in just the addition of escaping
' brackets. E.g., even if specified otherwise, prefer `String` to `[String]`.
Dim token = SyntaxFactory.Token(
name.GetLeadingTrivia(),
keywordKind,
name.GetTrailingTrivia())
Dim valueText = TryCast(name, IdentifierNameSyntax)?.Identifier.ValueText
Dim inDeclarationContext = PreferPredefinedTypeKeywordInDeclarations(name, optionSet)
Dim inMemberAccessContext = PreferPredefinedTypeKeywordInMemberAccess(name, optionSet)
If token.Text = valueText OrElse (inDeclarationContext OrElse inMemberAccessContext) Then
Dim codeStyleOptionName As String = Nothing
If inDeclarationContext Then
codeStyleOptionName = NameOf(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInDeclaration)
ElseIf inMemberAccessContext Then
codeStyleOptionName = NameOf(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInMemberAccess)
End If
replacementNode = SyntaxFactory.PredefinedType(token)
issueSpan = name.Span
Dim canReplace = CanReplaceWithReducedNameInContext(name, replacementNode)
If canReplace Then
replacementNode = replacementNode.WithAdditionalAnnotations(New SyntaxAnnotation(codeStyleOptionName))
End If
Return canReplace
End If
End If
End If
End If
' Nullable rewrite: Nullable(Of Integer) -> Integer?
' Don't rewrite in the case where Nullable(Of Integer) is part of some qualified name like Nullable(Of Integer).Something
If (symbol.Kind = SymbolKind.NamedType) AndAlso (Not name.IsLeftSideOfQualifiedName) Then
Dim type = DirectCast(symbol, INamedTypeSymbol)
If aliasInfo Is Nothing AndAlso CanSimplifyNullable(type, name) Then
Dim genericName As GenericNameSyntax
If name.Kind = SyntaxKind.QualifiedName Then
genericName = DirectCast(DirectCast(name, QualifiedNameSyntax).Right, GenericNameSyntax)
Else
genericName = DirectCast(name, GenericNameSyntax)
End If
Dim oldType = genericName.TypeArgumentList.Arguments.First()
replacementNode = SyntaxFactory.NullableType(oldType).WithLeadingTrivia(name.GetLeadingTrivia())
issueSpan = name.Span
If CanReplaceWithReducedNameInContext(name, replacementNode) Then
Return True
End If
End If
End If
End If
Select Case name.Kind
Case SyntaxKind.QualifiedName
' a module name was inserted by the name expansion, so removing this should be tried first.
Dim qualifiedName = DirectCast(name, QualifiedNameSyntax)
If qualifiedName.HasAnnotation(SimplificationHelpers.SimplifyModuleNameAnnotation) Then
If TryOmitModuleName(qualifiedName, semanticModel, replacementNode, issueSpan, cancellationToken) Then
Return True
End If
End If
replacementNode = qualifiedName.Right.WithLeadingTrivia(name.GetLeadingTrivia())
replacementNode = DirectCast(replacementNode, SimpleNameSyntax) _
.WithIdentifier(TryEscapeIdentifierToken(DirectCast(replacementNode, SimpleNameSyntax).Identifier))
issueSpan = qualifiedName.Left.Span
If CanReplaceWithReducedName(name, replacementNode, semanticModel, cancellationToken) Then
Return True
End If
If TryOmitModuleName(qualifiedName, semanticModel, replacementNode, issueSpan, cancellationToken) Then
Return True
End If
Case SyntaxKind.IdentifierName
Dim identifier = DirectCast(name, IdentifierNameSyntax).Identifier
TryReduceAttributeSuffix(name, identifier, semanticModel, False, replacementNode, issueSpan, cancellationToken)
End Select
End If
If replacementNode Is Nothing Then
Return False
End If
Return CanReplaceWithReducedName(name, replacementNode, semanticModel, cancellationToken)
End Function
''' <summary>
''' Checks if the SyntaxNode is a name of a namespace declaration. To be a namespace name, the syntax
''' must be parented by an namespace declaration and the node itself must be equal to the declaration's Name
''' property.
''' </summary>
Private Shared Function IsPartOfNamespaceDeclarationName(node As SyntaxNode) As Boolean
Dim nextNode As SyntaxNode = node
Do While nextNode IsNot Nothing
Select Case nextNode.Kind
Case SyntaxKind.IdentifierName, SyntaxKind.QualifiedName
node = nextNode
nextNode = nextNode.Parent
Case SyntaxKind.NamespaceStatement
Dim namespaceStatement = DirectCast(nextNode, NamespaceStatementSyntax)
Return namespaceStatement.Name Is node
Case Else
Return False
End Select
Loop
Return False
End Function
Private Shared Function CanReplaceWithReducedName(
name As NameSyntax,
replacementNode As ExpressionSyntax,
semanticModel As SemanticModel,
cancellationToken As CancellationToken
) As Boolean
Dim speculationAnalyzer = New SpeculationAnalyzer(name, replacementNode, semanticModel, cancellationToken)
If speculationAnalyzer.ReplacementChangesSemantics() Then
Return False
End If
Return CanReplaceWithReducedNameInContext(name, replacementNode)
End Function
Private Shared Function CanReplaceWithReducedNameInContext(name As NameSyntax, replacementNode As ExpressionSyntax) As Boolean
' Special case. if this new minimal name parses out to a predefined type, then we
' have to make sure that we're not in a using alias. That's the one place where the
' language doesn't allow predefined types. You have to use the fully qualified name
' instead.
Dim invalidTransformation1 = IsNonNameSyntaxInImportsDirective(name, replacementNode)
Dim invalidTransformation2 = IsReservedNameInAttribute(name, replacementNode)
Dim invalidTransformation3 = IsNullableTypeSyntaxLeftOfDotInMemberAccess(name, replacementNode)
Return Not (invalidTransformation1 OrElse invalidTransformation2 OrElse invalidTransformation3)
End Function
Private Shared Function IsNonNameSyntaxInImportsDirective(expression As ExpressionSyntax, simplifiedNode As ExpressionSyntax) As Boolean
Return TypeOf expression.Parent Is ImportsClauseSyntax AndAlso
Not TypeOf simplifiedNode Is NameSyntax
End Function
Private Shared Function IsNullableTypeSyntaxLeftOfDotInMemberAccess(expression As ExpressionSyntax, simplifiedNode As ExpressionSyntax) As Boolean
Return expression.IsParentKind(SyntaxKind.SimpleMemberAccessExpression) AndAlso
simplifiedNode.Kind = SyntaxKind.NullableType
End Function
Private Shared Function TryOmitModuleName(name As QualifiedNameSyntax, semanticModel As SemanticModel, <Out()> ByRef replacementNode As ExpressionSyntax, <Out()> ByRef issueSpan As TextSpan, cancellationToken As CancellationToken) As Boolean
If name.IsParentKind(SyntaxKind.QualifiedName) Then
Dim symbolForName = semanticModel.GetSymbolInfo(DirectCast(name.Parent, QualifiedNameSyntax), cancellationToken).Symbol
' in case this QN is used in a "New NSName.ModuleName.MemberName()" expression
' the returned symbol is a constructor. Then we need to get the containing type.
If symbolForName.IsConstructor Then
symbolForName = symbolForName.ContainingType
End If
If symbolForName.IsModuleMember Then
replacementNode = name.Left.WithLeadingTrivia(name.GetLeadingTrivia())
issueSpan = name.Right.Span
Dim parent = DirectCast(name.Parent, QualifiedNameSyntax)
Dim parentReplacement = parent.ReplaceNode(parent.Left, replacementNode)
If CanReplaceWithReducedName(parent, parentReplacement, semanticModel, cancellationToken) Then
Return True
End If
End If
End If
Return False
End Function
Private Shared Function TryReduceAttributeSuffix(
name As NameSyntax,
identifierToken As SyntaxToken,
semanticModel As SemanticModel,
isIdentifierNameFromAlias As Boolean,
<Out> ByRef replacementNode As ExpressionSyntax,
<Out> ByRef issueSpan As TextSpan,
cancellationToken As CancellationToken
) As Boolean
If SyntaxFacts.IsAttributeName(name) AndAlso Not isIdentifierNameFromAlias Then
' When the replacement is an Alias we don't want the "Attribute" Suffix to be removed because this will result in symbol change
Dim aliasSymbol = semanticModel.GetAliasInfo(name, cancellationToken)
If aliasSymbol IsNot Nothing AndAlso
String.Compare(aliasSymbol.Name, identifierToken.ValueText, StringComparison.OrdinalIgnoreCase) = 0 Then
Return False
End If
If name.Parent.Kind = SyntaxKind.Attribute OrElse name.IsRightSideOfDot() Then
Dim newIdentifierText = String.Empty
' an attribute that should keep it (unnecessary "Attribute" suffix should be annotated with a DontSimplifyAnnotation
If identifierToken.HasAnnotation(SimplificationHelpers.DontSimplifyAnnotation) Then
newIdentifierText = identifierToken.ValueText + "Attribute"
ElseIf identifierToken.ValueText.TryReduceAttributeSuffix(newIdentifierText) Then
issueSpan = New TextSpan(name.Span.End - 9, 9)
Else
Return False
End If
' escape it (VB allows escaping even for abbreviated identifiers, C# does not!)
Dim newIdentifierToken = identifierToken.CopyAnnotationsTo(
SyntaxFactory.Identifier(
identifierToken.LeadingTrivia,
newIdentifierText,
identifierToken.TrailingTrivia))
newIdentifierToken = TryEscapeIdentifierToken(newIdentifierToken)
replacementNode = SyntaxFactory.IdentifierName(newIdentifierToken).WithLeadingTrivia(name.GetLeadingTrivia())
Return True
End If
End If
Return False
End Function
Private Shared Function PreferPredefinedTypeKeywordInDeclarations(name As NameSyntax, optionSet As OptionSet) As Boolean
Return (Not IsDirectChildOfMemberAccessExpression(name)) AndAlso
(Not InsideCrefReference(name)) AndAlso
(Not InsideNameOfExpression(name)) AndAlso
SimplificationHelpers.PreferPredefinedTypeKeywordInDeclarations(optionSet, LanguageNames.VisualBasic)
End Function
Private Shared Function CanSimplifyNullable(type As INamedTypeSymbol, name As NameSyntax) As Boolean
If Not type.IsNullable Then
Return False
End If
If type.IsUnboundGenericType Then
' Don't simplify unbound generic type "Nullable(Of )".
Return False
End If
If InsideNameOfExpression(name) Then
' Nullable(Of T) can't be simplified to T? in nameof expressions.
Return False
End If
If Not InsideCrefReference(name) Then
' Nullable(Of T) can always be simplified to T? outside crefs.
Return True
End If
' Inside crefs, if the T in this Nullable(Of T) is being declared right here
' then this Nullable(Of T) is not a constructed generic type and we should
' not offer to simplify this to T?.
'
' For example, we should not offer the simplification in the following cases where
' T does not bind to an existing type / type parameter in the user's code.
' - <see cref="Nullable(Of T)"/>
' - <see cref="System.Nullable(Of T).Value"/>
'
' And we should offer the simplification in the following cases where SomeType and
' SomeMethod bind to a type and method declared elsewhere in the users code.
' - <see cref="SomeType.SomeMethod(Nullable(Of SomeType))"/>
If name.IsKind(SyntaxKind.GenericName) Then
If (name.IsParentKind(SyntaxKind.CrefReference)) OrElse ' cref="Nullable(Of T)"
(name.IsParentKind(SyntaxKind.QualifiedName) AndAlso name.Parent?.IsParentKind(SyntaxKind.CrefReference)) OrElse ' cref="System.Nullable(Of T)"
(name.IsParentKind(SyntaxKind.QualifiedName) AndAlso If(name.Parent?.IsParentKind(SyntaxKind.QualifiedName), False) AndAlso name.Parent.Parent?.IsParentKind(SyntaxKind.CrefReference)) Then ' cref="System.Nullable(Of T).Value"
' Unfortunately, unlike in corresponding C# case, we need syntax based checking to detect these cases because of bugs in the VB SemanticModel.
' See https://github.com/dotnet/roslyn/issues/2196, https://github.com/dotnet/roslyn/issues/2197
Return False
End If
End If
Dim argument = type.TypeArguments.SingleOrDefault()
If argument Is Nothing OrElse argument.IsErrorType() Then
Return False
End If
Dim argumentDecl = argument.DeclaringSyntaxReferences.FirstOrDefault()
If argumentDecl Is Nothing Then
' The type argument is a type from metadata - so this is a constructed generic nullable type that can be simplified (e.g. Nullable(Of Integer)).
Return True
End If
Return Not name.Span.Contains(argumentDecl.Span)
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeStyle
Imports Microsoft.CodeAnalysis.Options
Imports Microsoft.CodeAnalysis.Rename.ConflictEngine
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.VisualBasic.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.Simplification.Simplifiers
Friend Class NameSimplifier
Inherits AbstractVisualBasicSimplifier(Of NameSyntax, ExpressionSyntax)
Public Shared ReadOnly Instance As New NameSimplifier()
Private Sub New()
End Sub
Public Overrides Function TrySimplify(
name As NameSyntax,
semanticModel As SemanticModel,
optionSet As OptionSet,
<Out> ByRef replacementNode As ExpressionSyntax,
<Out> ByRef issueSpan As TextSpan,
cancellationToken As CancellationToken) As Boolean
' do not simplify names of a namespace declaration
If IsPartOfNamespaceDeclarationName(name) Then
Return False
End If
' see whether binding the name binds to a symbol/type. if not, it is ambiguous and
' nothing we can do here.
Dim symbol = SimplificationHelpers.GetOriginalSymbolInfo(semanticModel, name)
If SimplificationHelpers.IsValidSymbolInfo(symbol) Then
If symbol.Kind = SymbolKind.Method AndAlso symbol.IsConstructor() Then
symbol = symbol.ContainingType
End If
If symbol.Kind = SymbolKind.Method AndAlso name.Kind = SyntaxKind.GenericName Then
Dim genericName = DirectCast(name, GenericNameSyntax)
replacementNode = SyntaxFactory.IdentifierName(genericName.Identifier).WithLeadingTrivia(genericName.GetLeadingTrivia()).WithTrailingTrivia(genericName.GetTrailingTrivia())
issueSpan = genericName.TypeArgumentList.Span
Return CanReplaceWithReducedName(name, replacementNode, semanticModel, cancellationToken)
End If
If Not TypeOf symbol Is INamespaceOrTypeSymbol Then
Return False
End If
Else
Return False
End If
If name.HasAnnotations(SpecialTypeAnnotation.Kind) Then
replacementNode = SyntaxFactory.PredefinedType(
SyntaxFactory.Token(name.GetLeadingTrivia(),
GetPredefinedKeywordKind(SpecialTypeAnnotation.GetSpecialType(name.GetAnnotations(SpecialTypeAnnotation.Kind).First())),
name.GetTrailingTrivia()))
issueSpan = name.Span
Return CanReplaceWithReducedNameInContext(name, replacementNode)
Else
If Not name.IsRightSideOfDot() Then
Dim aliasReplacement As IAliasSymbol = Nothing
If TryReplaceWithAlias(name, semanticModel, aliasReplacement) Then
Dim identifierToken = SyntaxFactory.Identifier(
name.GetLeadingTrivia(),
aliasReplacement.Name,
name.GetTrailingTrivia())
identifierToken = TryEscapeIdentifierToken(identifierToken)
replacementNode = SyntaxFactory.IdentifierName(identifierToken)
Dim annotatedNodesOrTokens = name.GetAnnotatedNodesAndTokens(RenameAnnotation.Kind)
For Each annotatedNodeOrToken In annotatedNodesOrTokens
If annotatedNodeOrToken.IsToken Then
identifierToken = annotatedNodeOrToken.AsToken().CopyAnnotationsTo(identifierToken)
Else
replacementNode = annotatedNodeOrToken.AsNode().CopyAnnotationsTo(replacementNode)
End If
Next
annotatedNodesOrTokens = name.GetAnnotatedNodesAndTokens(AliasAnnotation.Kind)
For Each annotatedNodeOrToken In annotatedNodesOrTokens
If annotatedNodeOrToken.IsToken Then
identifierToken = annotatedNodeOrToken.AsToken().CopyAnnotationsTo(identifierToken)
Else
replacementNode = annotatedNodeOrToken.AsNode().CopyAnnotationsTo(replacementNode)
End If
Next
replacementNode = DirectCast(replacementNode, SimpleNameSyntax).WithIdentifier(identifierToken)
issueSpan = name.Span
' In case the alias name is the same as the last name of the alias target, we only include
' the left part of the name in the unnecessary span to Not confuse uses.
If name.Kind = SyntaxKind.QualifiedName Then
Dim qualifiedName As QualifiedNameSyntax = DirectCast(name, QualifiedNameSyntax)
If qualifiedName.Right.Identifier.ValueText = identifierToken.ValueText Then
issueSpan = qualifiedName.Left.Span
End If
End If
If CanReplaceWithReducedNameInContext(name, replacementNode) Then
' check if the alias name ends with an Attribute suffix that can be omitted.
Dim replacementNodeWithoutAttributeSuffix As ExpressionSyntax = Nothing
Dim issueSpanWithoutAttributeSuffix As TextSpan = Nothing
If TryReduceAttributeSuffix(name, identifierToken, semanticModel, aliasReplacement IsNot Nothing, replacementNodeWithoutAttributeSuffix, issueSpanWithoutAttributeSuffix, cancellationToken) Then
If CanReplaceWithReducedName(name, replacementNodeWithoutAttributeSuffix, semanticModel, cancellationToken) Then
replacementNode = replacementNode.CopyAnnotationsTo(replacementNodeWithoutAttributeSuffix)
issueSpan = issueSpanWithoutAttributeSuffix
End If
End If
Return True
End If
Return False
End If
Dim nameHasNoAlias = False
If TypeOf name Is SimpleNameSyntax Then
Dim simpleName = DirectCast(name, SimpleNameSyntax)
If Not simpleName.Identifier.HasAnnotations(AliasAnnotation.Kind) Then
nameHasNoAlias = True
End If
End If
If TypeOf name Is QualifiedNameSyntax Then
Dim qualifiedNameSyntax = DirectCast(name, QualifiedNameSyntax)
If Not qualifiedNameSyntax.Right.Identifier.HasAnnotations(AliasAnnotation.Kind) Then
nameHasNoAlias = True
End If
End If
Dim aliasInfo = semanticModel.GetAliasInfo(name, cancellationToken)
' Don't simplify to predefined type if name is part of a QualifiedName.
' QualifiedNames can't contain PredefinedTypeNames (although MemberAccessExpressions can).
' In other words, the left side of a QualifiedName can't be a PredefinedTypeName.
If nameHasNoAlias AndAlso aliasInfo Is Nothing AndAlso Not name.Parent.IsKind(SyntaxKind.QualifiedName) Then
Dim type = semanticModel.GetTypeInfo(name, cancellationToken).Type
If type IsNot Nothing Then
Dim keywordKind = GetPredefinedKeywordKind(type.SpecialType)
If keywordKind <> SyntaxKind.None Then
' But do simplify to predefined type if not simplifying results in just the addition of escaping
' brackets. E.g., even if specified otherwise, prefer `String` to `[String]`.
Dim token = SyntaxFactory.Token(
name.GetLeadingTrivia(),
keywordKind,
name.GetTrailingTrivia())
Dim valueText = TryCast(name, IdentifierNameSyntax)?.Identifier.ValueText
Dim inDeclarationContext = PreferPredefinedTypeKeywordInDeclarations(name, optionSet)
Dim inMemberAccessContext = PreferPredefinedTypeKeywordInMemberAccess(name, optionSet)
If token.Text = valueText OrElse (inDeclarationContext OrElse inMemberAccessContext) Then
Dim codeStyleOptionName As String = Nothing
If inDeclarationContext Then
codeStyleOptionName = NameOf(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInDeclaration)
ElseIf inMemberAccessContext Then
codeStyleOptionName = NameOf(CodeStyleOptions2.PreferIntrinsicPredefinedTypeKeywordInMemberAccess)
End If
replacementNode = SyntaxFactory.PredefinedType(token)
issueSpan = name.Span
Dim canReplace = CanReplaceWithReducedNameInContext(name, replacementNode)
If canReplace Then
replacementNode = replacementNode.WithAdditionalAnnotations(New SyntaxAnnotation(codeStyleOptionName))
End If
Return canReplace
End If
End If
End If
End If
' Nullable rewrite: Nullable(Of Integer) -> Integer?
' Don't rewrite in the case where Nullable(Of Integer) is part of some qualified name like Nullable(Of Integer).Something
If (symbol.Kind = SymbolKind.NamedType) AndAlso (Not name.IsLeftSideOfQualifiedName) Then
Dim type = DirectCast(symbol, INamedTypeSymbol)
If aliasInfo Is Nothing AndAlso CanSimplifyNullable(type, name) Then
Dim genericName As GenericNameSyntax
If name.Kind = SyntaxKind.QualifiedName Then
genericName = DirectCast(DirectCast(name, QualifiedNameSyntax).Right, GenericNameSyntax)
Else
genericName = DirectCast(name, GenericNameSyntax)
End If
Dim oldType = genericName.TypeArgumentList.Arguments.First()
replacementNode = SyntaxFactory.NullableType(oldType).WithLeadingTrivia(name.GetLeadingTrivia())
issueSpan = name.Span
If CanReplaceWithReducedNameInContext(name, replacementNode) Then
Return True
End If
End If
End If
End If
Select Case name.Kind
Case SyntaxKind.QualifiedName
' a module name was inserted by the name expansion, so removing this should be tried first.
Dim qualifiedName = DirectCast(name, QualifiedNameSyntax)
If qualifiedName.HasAnnotation(SimplificationHelpers.SimplifyModuleNameAnnotation) Then
If TryOmitModuleName(qualifiedName, semanticModel, replacementNode, issueSpan, cancellationToken) Then
Return True
End If
End If
replacementNode = qualifiedName.Right.WithLeadingTrivia(name.GetLeadingTrivia())
replacementNode = DirectCast(replacementNode, SimpleNameSyntax) _
.WithIdentifier(TryEscapeIdentifierToken(DirectCast(replacementNode, SimpleNameSyntax).Identifier))
issueSpan = qualifiedName.Left.Span
If CanReplaceWithReducedName(name, replacementNode, semanticModel, cancellationToken) Then
Return True
End If
If TryOmitModuleName(qualifiedName, semanticModel, replacementNode, issueSpan, cancellationToken) Then
Return True
End If
Case SyntaxKind.IdentifierName
Dim identifier = DirectCast(name, IdentifierNameSyntax).Identifier
TryReduceAttributeSuffix(name, identifier, semanticModel, False, replacementNode, issueSpan, cancellationToken)
End Select
End If
If replacementNode Is Nothing Then
Return False
End If
Return CanReplaceWithReducedName(name, replacementNode, semanticModel, cancellationToken)
End Function
''' <summary>
''' Checks if the SyntaxNode is a name of a namespace declaration. To be a namespace name, the syntax
''' must be parented by an namespace declaration and the node itself must be equal to the declaration's Name
''' property.
''' </summary>
Private Shared Function IsPartOfNamespaceDeclarationName(node As SyntaxNode) As Boolean
Dim nextNode As SyntaxNode = node
Do While nextNode IsNot Nothing
Select Case nextNode.Kind
Case SyntaxKind.IdentifierName, SyntaxKind.QualifiedName
node = nextNode
nextNode = nextNode.Parent
Case SyntaxKind.NamespaceStatement
Dim namespaceStatement = DirectCast(nextNode, NamespaceStatementSyntax)
Return namespaceStatement.Name Is node
Case Else
Return False
End Select
Loop
Return False
End Function
Private Shared Function CanReplaceWithReducedName(
name As NameSyntax,
replacementNode As ExpressionSyntax,
semanticModel As SemanticModel,
cancellationToken As CancellationToken
) As Boolean
Dim speculationAnalyzer = New SpeculationAnalyzer(name, replacementNode, semanticModel, cancellationToken)
If speculationAnalyzer.ReplacementChangesSemantics() Then
Return False
End If
Return CanReplaceWithReducedNameInContext(name, replacementNode)
End Function
Private Shared Function CanReplaceWithReducedNameInContext(name As NameSyntax, replacementNode As ExpressionSyntax) As Boolean
' Special case. if this new minimal name parses out to a predefined type, then we
' have to make sure that we're not in a using alias. That's the one place where the
' language doesn't allow predefined types. You have to use the fully qualified name
' instead.
Dim invalidTransformation1 = IsNonNameSyntaxInImportsDirective(name, replacementNode)
Dim invalidTransformation2 = IsReservedNameInAttribute(name, replacementNode)
Dim invalidTransformation3 = IsNullableTypeSyntaxLeftOfDotInMemberAccess(name, replacementNode)
Return Not (invalidTransformation1 OrElse invalidTransformation2 OrElse invalidTransformation3)
End Function
Private Shared Function IsNonNameSyntaxInImportsDirective(expression As ExpressionSyntax, simplifiedNode As ExpressionSyntax) As Boolean
Return TypeOf expression.Parent Is ImportsClauseSyntax AndAlso
Not TypeOf simplifiedNode Is NameSyntax
End Function
Private Shared Function IsNullableTypeSyntaxLeftOfDotInMemberAccess(expression As ExpressionSyntax, simplifiedNode As ExpressionSyntax) As Boolean
Return expression.IsParentKind(SyntaxKind.SimpleMemberAccessExpression) AndAlso
simplifiedNode.Kind = SyntaxKind.NullableType
End Function
Private Shared Function TryOmitModuleName(name As QualifiedNameSyntax, semanticModel As SemanticModel, <Out()> ByRef replacementNode As ExpressionSyntax, <Out()> ByRef issueSpan As TextSpan, cancellationToken As CancellationToken) As Boolean
If name.IsParentKind(SyntaxKind.QualifiedName) Then
Dim symbolForName = semanticModel.GetSymbolInfo(DirectCast(name.Parent, QualifiedNameSyntax), cancellationToken).Symbol
' in case this QN is used in a "New NSName.ModuleName.MemberName()" expression
' the returned symbol is a constructor. Then we need to get the containing type.
If symbolForName.IsConstructor Then
symbolForName = symbolForName.ContainingType
End If
If symbolForName.IsModuleMember Then
replacementNode = name.Left.WithLeadingTrivia(name.GetLeadingTrivia())
issueSpan = name.Right.Span
Dim parent = DirectCast(name.Parent, QualifiedNameSyntax)
Dim parentReplacement = parent.ReplaceNode(parent.Left, replacementNode)
If CanReplaceWithReducedName(parent, parentReplacement, semanticModel, cancellationToken) Then
Return True
End If
End If
End If
Return False
End Function
Private Shared Function TryReduceAttributeSuffix(
name As NameSyntax,
identifierToken As SyntaxToken,
semanticModel As SemanticModel,
isIdentifierNameFromAlias As Boolean,
<Out> ByRef replacementNode As ExpressionSyntax,
<Out> ByRef issueSpan As TextSpan,
cancellationToken As CancellationToken
) As Boolean
If SyntaxFacts.IsAttributeName(name) AndAlso Not isIdentifierNameFromAlias Then
' When the replacement is an Alias we don't want the "Attribute" Suffix to be removed because this will result in symbol change
Dim aliasSymbol = semanticModel.GetAliasInfo(name, cancellationToken)
If aliasSymbol IsNot Nothing AndAlso
String.Compare(aliasSymbol.Name, identifierToken.ValueText, StringComparison.OrdinalIgnoreCase) = 0 Then
Return False
End If
If name.Parent.Kind = SyntaxKind.Attribute OrElse name.IsRightSideOfDot() Then
Dim newIdentifierText = String.Empty
' an attribute that should keep it (unnecessary "Attribute" suffix should be annotated with a DontSimplifyAnnotation
If identifierToken.HasAnnotation(SimplificationHelpers.DontSimplifyAnnotation) Then
newIdentifierText = identifierToken.ValueText + "Attribute"
ElseIf identifierToken.ValueText.TryReduceAttributeSuffix(newIdentifierText) Then
issueSpan = New TextSpan(name.Span.End - 9, 9)
Else
Return False
End If
' escape it (VB allows escaping even for abbreviated identifiers, C# does not!)
Dim newIdentifierToken = identifierToken.CopyAnnotationsTo(
SyntaxFactory.Identifier(
identifierToken.LeadingTrivia,
newIdentifierText,
identifierToken.TrailingTrivia))
newIdentifierToken = TryEscapeIdentifierToken(newIdentifierToken)
replacementNode = SyntaxFactory.IdentifierName(newIdentifierToken).WithLeadingTrivia(name.GetLeadingTrivia())
Return True
End If
End If
Return False
End Function
Private Shared Function PreferPredefinedTypeKeywordInDeclarations(name As NameSyntax, optionSet As OptionSet) As Boolean
Return (Not IsDirectChildOfMemberAccessExpression(name)) AndAlso
(Not InsideCrefReference(name)) AndAlso
(Not InsideNameOfExpression(name)) AndAlso
SimplificationHelpers.PreferPredefinedTypeKeywordInDeclarations(optionSet, LanguageNames.VisualBasic)
End Function
Private Shared Function CanSimplifyNullable(type As INamedTypeSymbol, name As NameSyntax) As Boolean
If Not type.IsNullable Then
Return False
End If
If type.IsUnboundGenericType Then
' Don't simplify unbound generic type "Nullable(Of )".
Return False
End If
If InsideNameOfExpression(name) Then
' Nullable(Of T) can't be simplified to T? in nameof expressions.
Return False
End If
If Not InsideCrefReference(name) Then
' Nullable(Of T) can always be simplified to T? outside crefs.
Return True
End If
' Inside crefs, if the T in this Nullable(Of T) is being declared right here
' then this Nullable(Of T) is not a constructed generic type and we should
' not offer to simplify this to T?.
'
' For example, we should not offer the simplification in the following cases where
' T does not bind to an existing type / type parameter in the user's code.
' - <see cref="Nullable(Of T)"/>
' - <see cref="System.Nullable(Of T).Value"/>
'
' And we should offer the simplification in the following cases where SomeType and
' SomeMethod bind to a type and method declared elsewhere in the users code.
' - <see cref="SomeType.SomeMethod(Nullable(Of SomeType))"/>
If name.IsKind(SyntaxKind.GenericName) Then
If (name.IsParentKind(SyntaxKind.CrefReference)) OrElse ' cref="Nullable(Of T)"
(name.IsParentKind(SyntaxKind.QualifiedName) AndAlso name.Parent?.IsParentKind(SyntaxKind.CrefReference)) OrElse ' cref="System.Nullable(Of T)"
(name.IsParentKind(SyntaxKind.QualifiedName) AndAlso If(name.Parent?.IsParentKind(SyntaxKind.QualifiedName), False) AndAlso name.Parent.Parent?.IsParentKind(SyntaxKind.CrefReference)) Then ' cref="System.Nullable(Of T).Value"
' Unfortunately, unlike in corresponding C# case, we need syntax based checking to detect these cases because of bugs in the VB SemanticModel.
' See https://github.com/dotnet/roslyn/issues/2196, https://github.com/dotnet/roslyn/issues/2197
Return False
End If
End If
Dim argument = type.TypeArguments.SingleOrDefault()
If argument Is Nothing OrElse argument.IsErrorType() Then
Return False
End If
Dim argumentDecl = argument.DeclaringSyntaxReferences.FirstOrDefault()
If argumentDecl Is Nothing Then
' The type argument is a type from metadata - so this is a constructed generic nullable type that can be simplified (e.g. Nullable(Of Integer)).
Return True
End If
Return Not name.Span.Contains(argumentDecl.Span)
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Test/Core/Compilation/TestStrongNameFileSystem.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.IO;
namespace Microsoft.CodeAnalysis.Test.Utilities
{
internal sealed class TestStrongNameFileSystem : StrongNameFileSystem
{
internal Func<string, byte[]> ReadAllBytesFunc { get; set; }
internal Func<string, FileMode, FileAccess, FileShare, FileStream> CreateFileStreamFunc { get; set; }
internal TestStrongNameFileSystem()
{
ReadAllBytesFunc = base.ReadAllBytes;
CreateFileStreamFunc = base.CreateFileStream;
}
internal override byte[] ReadAllBytes(string fullPath) => ReadAllBytesFunc(fullPath);
internal override FileStream CreateFileStream(string filePath, FileMode fileMode, FileAccess fileAccess, FileShare fileShare) =>
CreateFileStreamFunc(filePath, fileMode, fileAccess, fileShare);
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.IO;
namespace Microsoft.CodeAnalysis.Test.Utilities
{
internal sealed class TestStrongNameFileSystem : StrongNameFileSystem
{
internal Func<string, byte[]> ReadAllBytesFunc { get; set; }
internal Func<string, FileMode, FileAccess, FileShare, FileStream> CreateFileStreamFunc { get; set; }
internal TestStrongNameFileSystem()
{
ReadAllBytesFunc = base.ReadAllBytes;
CreateFileStreamFunc = base.CreateFileStream;
}
internal override byte[] ReadAllBytes(string fullPath) => ReadAllBytesFunc(fullPath);
internal override FileStream CreateFileStream(string filePath, FileMode fileMode, FileAccess fileAccess, FileShare fileShare) =>
CreateFileStreamFunc(filePath, fileMode, fileAccess, fileShare);
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Shared/CoreClrShim.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Roslyn.Utilities;
using System;
using System.Reflection;
namespace Microsoft.CodeAnalysis
{
/// <summary>
/// Shim for APIs available only on CoreCLR.
/// </summary>
internal static class CoreClrShim
{
internal static bool IsRunningOnCoreClr => AssemblyLoadContext.Type != null;
internal static class AssemblyLoadContext
{
internal static readonly Type Type = ReflectionUtilities.TryGetType(
"System.Runtime.Loader.AssemblyLoadContext, System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a");
}
internal static class AppContext
{
internal static readonly Type Type = ReflectionUtilities.TryGetType(
"System.AppContext, System.AppContext, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a");
// only available in netstandard 1.6+
internal static readonly Func<string, object> GetData =
Type.GetTypeInfo().GetDeclaredMethod("GetData")?.CreateDelegate<Func<string, object>>();
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Roslyn.Utilities;
using System;
using System.Reflection;
namespace Microsoft.CodeAnalysis
{
/// <summary>
/// Shim for APIs available only on CoreCLR.
/// </summary>
internal static class CoreClrShim
{
internal static bool IsRunningOnCoreClr => AssemblyLoadContext.Type != null;
internal static class AssemblyLoadContext
{
internal static readonly Type Type = ReflectionUtilities.TryGetType(
"System.Runtime.Loader.AssemblyLoadContext, System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a");
}
internal static class AppContext
{
internal static readonly Type Type = ReflectionUtilities.TryGetType(
"System.AppContext, System.AppContext, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a");
// only available in netstandard 1.6+
internal static readonly Func<string, object> GetData =
Type.GetTypeInfo().GetDeclaredMethod("GetData")?.CreateDelegate<Func<string, object>>();
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/Core/Portable/Completion/CompletionList.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.Text;
namespace Microsoft.CodeAnalysis.Completion
{
/// <summary>
/// The set of completions to present to the user.
/// </summary>
public sealed class CompletionList
{
private readonly bool _isExclusive;
/// <summary>
/// The completion items to present to the user.
/// </summary>
public ImmutableArray<CompletionItem> Items { get; }
/// <summary>
/// The span of the syntax element at the caret position when the <see cref="CompletionList"/> was created.
/// Individual <see cref="CompletionItem"/> spans may vary.
/// </summary>
[Obsolete("Not used anymore. CompletionList.Span is used instead.", error: true)]
public TextSpan DefaultSpan { get; }
/// <summary>
/// The span of the syntax element at the caret position when the <see cref="CompletionList"/>
/// was created.
///
/// The span identifies the text in the document that is used to filter the initial list
/// presented to the user, and typically represents the region of the document that will
/// be changed if this item is committed.
/// </summary>
public TextSpan Span { get; }
/// <summary>
/// The rules used to control behavior of the completion list shown to the user during typing.
/// </summary>
public CompletionRules Rules { get; }
/// <summary>
/// An optional <see cref="CompletionItem"/> that appears selected in the list presented to the user during suggestion mode.
/// Suggestion mode disables autoselection of items in the list, giving preference to the text typed by the user unless a specific item is selected manually.
/// Specifying a <see cref="SuggestionModeItem"/> is a request that the completion host operate in suggestion mode.
/// The item specified determines the text displayed and the description associated with it unless a different item is manually selected.
/// No text is ever inserted when this item is completed, leaving the text the user typed instead.
/// </summary>
public CompletionItem SuggestionModeItem { get; }
private CompletionList(
TextSpan defaultSpan,
ImmutableArray<CompletionItem> items,
CompletionRules rules,
CompletionItem suggestionModeItem,
bool isExclusive)
{
Span = defaultSpan;
Items = items.NullToEmpty();
Rules = rules ?? CompletionRules.Default;
SuggestionModeItem = suggestionModeItem;
_isExclusive = isExclusive;
foreach (var item in Items)
{
item.Span = defaultSpan;
}
}
/// <summary>
/// Creates a new <see cref="CompletionList"/> instance.
/// </summary>
/// <param name="defaultSpan">The span of the syntax element at the caret position when the <see cref="CompletionList"/> was created.</param>
/// <param name="items">The completion items to present to the user.</param>
/// <param name="rules">The rules used to control behavior of the completion list shown to the user during typing.</param>
/// <param name="suggestionModeItem">An optional <see cref="CompletionItem"/> that appears selected in the list presented to the user during suggestion mode.</param>
/// <returns></returns>
public static CompletionList Create(
TextSpan defaultSpan,
ImmutableArray<CompletionItem> items,
CompletionRules rules = null,
CompletionItem suggestionModeItem = null)
{
return Create(defaultSpan, items, rules, suggestionModeItem, isExclusive: false);
}
internal static CompletionList Create(
TextSpan defaultSpan,
ImmutableArray<CompletionItem> items,
CompletionRules rules,
CompletionItem suggestionModeItem,
bool isExclusive)
{
return new CompletionList(defaultSpan, items, rules, suggestionModeItem, isExclusive);
}
private CompletionList With(
Optional<TextSpan> span = default,
Optional<ImmutableArray<CompletionItem>> items = default,
Optional<CompletionRules> rules = default,
Optional<CompletionItem> suggestionModeItem = default)
{
var newSpan = span.HasValue ? span.Value : Span;
var newItems = items.HasValue ? items.Value : Items;
var newRules = rules.HasValue ? rules.Value : Rules;
var newSuggestionModeItem = suggestionModeItem.HasValue ? suggestionModeItem.Value : SuggestionModeItem;
if (newSpan == Span &&
newItems == Items &&
newRules == Rules &&
newSuggestionModeItem == SuggestionModeItem)
{
return this;
}
else
{
return Create(newSpan, newItems, newRules, newSuggestionModeItem);
}
}
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="DefaultSpan"/> property changed.
/// </summary>
[Obsolete("Not used anymore. Use WithSpan instead.", error: true)]
public CompletionList WithDefaultSpan(TextSpan span)
=> With(span: span);
public CompletionList WithSpan(TextSpan span)
=> With(span: span);
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="Items"/> property changed.
/// </summary>
public CompletionList WithItems(ImmutableArray<CompletionItem> items)
=> With(items: items);
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="Rules"/> property changed.
/// </summary>
public CompletionList WithRules(CompletionRules rules)
=> With(rules: rules);
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="SuggestionModeItem"/> property changed.
/// </summary>
public CompletionList WithSuggestionModeItem(CompletionItem suggestionModeItem)
=> With(suggestionModeItem: suggestionModeItem);
/// <summary>
/// The default <see cref="CompletionList"/> returned when no items are found to populate the list.
/// </summary>
public static readonly CompletionList Empty = new(
default, default, CompletionRules.Default,
suggestionModeItem: null, isExclusive: false);
internal TestAccessor GetTestAccessor()
=> new(this);
internal readonly struct TestAccessor
{
private readonly CompletionList _completionList;
public TestAccessor(CompletionList completionList)
=> _completionList = completionList;
internal bool IsExclusive => _completionList._isExclusive;
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.Text;
namespace Microsoft.CodeAnalysis.Completion
{
/// <summary>
/// The set of completions to present to the user.
/// </summary>
public sealed class CompletionList
{
private readonly bool _isExclusive;
/// <summary>
/// The completion items to present to the user.
/// </summary>
public ImmutableArray<CompletionItem> Items { get; }
/// <summary>
/// The span of the syntax element at the caret position when the <see cref="CompletionList"/> was created.
/// Individual <see cref="CompletionItem"/> spans may vary.
/// </summary>
[Obsolete("Not used anymore. CompletionList.Span is used instead.", error: true)]
public TextSpan DefaultSpan { get; }
/// <summary>
/// The span of the syntax element at the caret position when the <see cref="CompletionList"/>
/// was created.
///
/// The span identifies the text in the document that is used to filter the initial list
/// presented to the user, and typically represents the region of the document that will
/// be changed if this item is committed.
/// </summary>
public TextSpan Span { get; }
/// <summary>
/// The rules used to control behavior of the completion list shown to the user during typing.
/// </summary>
public CompletionRules Rules { get; }
/// <summary>
/// An optional <see cref="CompletionItem"/> that appears selected in the list presented to the user during suggestion mode.
/// Suggestion mode disables autoselection of items in the list, giving preference to the text typed by the user unless a specific item is selected manually.
/// Specifying a <see cref="SuggestionModeItem"/> is a request that the completion host operate in suggestion mode.
/// The item specified determines the text displayed and the description associated with it unless a different item is manually selected.
/// No text is ever inserted when this item is completed, leaving the text the user typed instead.
/// </summary>
public CompletionItem SuggestionModeItem { get; }
private CompletionList(
TextSpan defaultSpan,
ImmutableArray<CompletionItem> items,
CompletionRules rules,
CompletionItem suggestionModeItem,
bool isExclusive)
{
Span = defaultSpan;
Items = items.NullToEmpty();
Rules = rules ?? CompletionRules.Default;
SuggestionModeItem = suggestionModeItem;
_isExclusive = isExclusive;
foreach (var item in Items)
{
item.Span = defaultSpan;
}
}
/// <summary>
/// Creates a new <see cref="CompletionList"/> instance.
/// </summary>
/// <param name="defaultSpan">The span of the syntax element at the caret position when the <see cref="CompletionList"/> was created.</param>
/// <param name="items">The completion items to present to the user.</param>
/// <param name="rules">The rules used to control behavior of the completion list shown to the user during typing.</param>
/// <param name="suggestionModeItem">An optional <see cref="CompletionItem"/> that appears selected in the list presented to the user during suggestion mode.</param>
/// <returns></returns>
public static CompletionList Create(
TextSpan defaultSpan,
ImmutableArray<CompletionItem> items,
CompletionRules rules = null,
CompletionItem suggestionModeItem = null)
{
return Create(defaultSpan, items, rules, suggestionModeItem, isExclusive: false);
}
internal static CompletionList Create(
TextSpan defaultSpan,
ImmutableArray<CompletionItem> items,
CompletionRules rules,
CompletionItem suggestionModeItem,
bool isExclusive)
{
return new CompletionList(defaultSpan, items, rules, suggestionModeItem, isExclusive);
}
private CompletionList With(
Optional<TextSpan> span = default,
Optional<ImmutableArray<CompletionItem>> items = default,
Optional<CompletionRules> rules = default,
Optional<CompletionItem> suggestionModeItem = default)
{
var newSpan = span.HasValue ? span.Value : Span;
var newItems = items.HasValue ? items.Value : Items;
var newRules = rules.HasValue ? rules.Value : Rules;
var newSuggestionModeItem = suggestionModeItem.HasValue ? suggestionModeItem.Value : SuggestionModeItem;
if (newSpan == Span &&
newItems == Items &&
newRules == Rules &&
newSuggestionModeItem == SuggestionModeItem)
{
return this;
}
else
{
return Create(newSpan, newItems, newRules, newSuggestionModeItem);
}
}
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="DefaultSpan"/> property changed.
/// </summary>
[Obsolete("Not used anymore. Use WithSpan instead.", error: true)]
public CompletionList WithDefaultSpan(TextSpan span)
=> With(span: span);
public CompletionList WithSpan(TextSpan span)
=> With(span: span);
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="Items"/> property changed.
/// </summary>
public CompletionList WithItems(ImmutableArray<CompletionItem> items)
=> With(items: items);
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="Rules"/> property changed.
/// </summary>
public CompletionList WithRules(CompletionRules rules)
=> With(rules: rules);
/// <summary>
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="SuggestionModeItem"/> property changed.
/// </summary>
public CompletionList WithSuggestionModeItem(CompletionItem suggestionModeItem)
=> With(suggestionModeItem: suggestionModeItem);
/// <summary>
/// The default <see cref="CompletionList"/> returned when no items are found to populate the list.
/// </summary>
public static readonly CompletionList Empty = new(
default, default, CompletionRules.Default,
suggestionModeItem: null, isExclusive: false);
internal TestAccessor GetTestAccessor()
=> new(this);
internal readonly struct TestAccessor
{
private readonly CompletionList _completionList;
public TestAccessor(CompletionList completionList)
=> _completionList = completionList;
internal bool IsExclusive => _completionList._isExclusive;
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/VisualBasicTest/InvertConditional/InvertIfTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings
Imports Microsoft.CodeAnalysis.VisualBasic.InvertConditional
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.InvertConditional
Partial Public Class InvertConditionalTests
Inherits AbstractVisualBasicCodeActionTest
Protected Overrides Function CreateCodeRefactoringProvider(workspace As Workspace, parameters As TestParameters) As CodeRefactoringProvider
Return New VisualBasicInvertConditionalCodeRefactoringProvider()
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function InvertConditional1() As Task
Await TestInRegularAndScriptAsync(
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = [||]if(x, a, b)
end sub
end class",
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = if(Not x, b, a)
end sub
end class")
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function InvertConditional2() As Task
Await TestInRegularAndScriptAsync(
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = [||]if(not x, a, b)
end sub
end class",
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = if(x, b, a)
end sub
end class")
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function TestTrivia() As Task
Await TestInRegularAndScriptAsync(
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = [||]if(x,
a,
b)
end sub
end class",
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = if(Not x,
b,
a)
end sub
end class")
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function MissingOnBinaryIf() As Task
Await TestMissingAsync(
"class C
sub M(x as integer?, a as integer)
dim c = [||]if(x, a)
end sub
end class")
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings
Imports Microsoft.CodeAnalysis.VisualBasic.InvertConditional
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.InvertConditional
Partial Public Class InvertConditionalTests
Inherits AbstractVisualBasicCodeActionTest
Protected Overrides Function CreateCodeRefactoringProvider(workspace As Workspace, parameters As TestParameters) As CodeRefactoringProvider
Return New VisualBasicInvertConditionalCodeRefactoringProvider()
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function InvertConditional1() As Task
Await TestInRegularAndScriptAsync(
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = [||]if(x, a, b)
end sub
end class",
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = if(Not x, b, a)
end sub
end class")
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function InvertConditional2() As Task
Await TestInRegularAndScriptAsync(
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = [||]if(not x, a, b)
end sub
end class",
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = if(x, b, a)
end sub
end class")
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function TestTrivia() As Task
Await TestInRegularAndScriptAsync(
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = [||]if(x,
a,
b)
end sub
end class",
"class C
sub M(x as boolean, a as integer, b as integer)
dim c = if(Not x,
b,
a)
end sub
end class")
End Function
<Fact, Trait(Traits.Feature, Traits.Features.CodeActionsInvertConditional)>
Public Async Function MissingOnBinaryIf() As Task
Await TestMissingAsync(
"class C
sub M(x as integer?, a as integer)
dim c = [||]if(x, a)
end sub
end class")
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Tools/ExternalAccess/OmniSharp/Structure/OmniSharpBlockTypes.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.Structure;
namespace Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.Structure
{
internal static class OmniSharpBlockTypes
{
// Basic types.
public static string Nonstructural => BlockTypes.Nonstructural;
// Trivstatic
public static string Comment => BlockTypes.Comment;
public static string PreprocessorRegion => BlockTypes.PreprocessorRegion;
// Top static declarations.
public static string Imports => BlockTypes.Imports;
public static string Namespace => BlockTypes.Namespace;
public static string Type => BlockTypes.Type;
public static string Member => BlockTypes.Member;
// Statstatic and expressions.
public static string Statement => BlockTypes.Statement;
public static string Conditional => BlockTypes.Conditional;
public static string Loop => BlockTypes.Loop;
public static string Expression => BlockTypes.Expression;
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.Structure;
namespace Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.Structure
{
internal static class OmniSharpBlockTypes
{
// Basic types.
public static string Nonstructural => BlockTypes.Nonstructural;
// Trivstatic
public static string Comment => BlockTypes.Comment;
public static string PreprocessorRegion => BlockTypes.PreprocessorRegion;
// Top static declarations.
public static string Imports => BlockTypes.Imports;
public static string Namespace => BlockTypes.Namespace;
public static string Type => BlockTypes.Type;
public static string Member => BlockTypes.Member;
// Statstatic and expressions.
public static string Statement => BlockTypes.Statement;
public static string Conditional => BlockTypes.Conditional;
public static string Loop => BlockTypes.Loop;
public static string Expression => BlockTypes.Expression;
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationEnumAsyncResult.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll
#endregion
using System;
namespace Microsoft.VisualStudio.Debugger.Evaluation
{
public struct DkmEvaluationEnumAsyncResult
{
public DkmEvaluationEnumAsyncResult(DkmEvaluationResult[] Items)
: this()
{
if (Items == null)
{
throw new ArgumentNullException();
}
this.Items = Items;
}
public DkmEvaluationResult[] Items { get; internal set; }
internal Exception Exception { get; set; }
public static DkmEvaluationEnumAsyncResult CreateErrorResult(Exception exception)
{
return new DkmEvaluationEnumAsyncResult(new DkmEvaluationResult[0]) { Exception = exception };
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll
#endregion
using System;
namespace Microsoft.VisualStudio.Debugger.Evaluation
{
public struct DkmEvaluationEnumAsyncResult
{
public DkmEvaluationEnumAsyncResult(DkmEvaluationResult[] Items)
: this()
{
if (Items == null)
{
throw new ArgumentNullException();
}
this.Items = Items;
}
public DkmEvaluationResult[] Items { get; internal set; }
internal Exception Exception { get; set; }
public static DkmEvaluationEnumAsyncResult CreateErrorResult(Exception exception)
{
return new DkmEvaluationEnumAsyncResult(new DkmEvaluationResult[0]) { Exception = exception };
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/Symbols/EmbeddedSymbols/EmbeddedResources.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.IO
Imports System.Reflection
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
Friend Class EmbeddedResources
Private Shared s_embedded As String
Public Shared ReadOnly Property Embedded As String
Get
If s_embedded Is Nothing Then
s_embedded = GetManifestResourceString("Embedded.vb")
End If
Return s_embedded
End Get
End Property
Private Shared s_internalXmlHelper As String
Public Shared ReadOnly Property InternalXmlHelper As String
Get
If s_internalXmlHelper Is Nothing Then
s_internalXmlHelper = GetManifestResourceString("InternalXmlHelper.vb")
End If
Return s_internalXmlHelper
End Get
End Property
Private Shared s_vbCoreSourceText As String
Public Shared ReadOnly Property VbCoreSourceText As String
Get
If s_vbCoreSourceText Is Nothing Then
s_vbCoreSourceText = GetManifestResourceString("VbCoreSourceText.vb")
End If
Return s_vbCoreSourceText
End Get
End Property
Private Shared s_vbMyTemplateText As String
Public Shared ReadOnly Property VbMyTemplateText As String
Get
If s_vbMyTemplateText Is Nothing Then
s_vbMyTemplateText = GetManifestResourceString("VbMyTemplateText.vb")
End If
Return s_vbMyTemplateText
End Get
End Property
Private Shared Function GetManifestResourceString(name As String) As String
Using reader As New StreamReader(GetType(EmbeddedResources).GetTypeInfo().Assembly.GetManifestResourceStream(name))
Return reader.ReadToEnd()
End Using
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.IO
Imports System.Reflection
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
Friend Class EmbeddedResources
Private Shared s_embedded As String
Public Shared ReadOnly Property Embedded As String
Get
If s_embedded Is Nothing Then
s_embedded = GetManifestResourceString("Embedded.vb")
End If
Return s_embedded
End Get
End Property
Private Shared s_internalXmlHelper As String
Public Shared ReadOnly Property InternalXmlHelper As String
Get
If s_internalXmlHelper Is Nothing Then
s_internalXmlHelper = GetManifestResourceString("InternalXmlHelper.vb")
End If
Return s_internalXmlHelper
End Get
End Property
Private Shared s_vbCoreSourceText As String
Public Shared ReadOnly Property VbCoreSourceText As String
Get
If s_vbCoreSourceText Is Nothing Then
s_vbCoreSourceText = GetManifestResourceString("VbCoreSourceText.vb")
End If
Return s_vbCoreSourceText
End Get
End Property
Private Shared s_vbMyTemplateText As String
Public Shared ReadOnly Property VbMyTemplateText As String
Get
If s_vbMyTemplateText Is Nothing Then
s_vbMyTemplateText = GetManifestResourceString("VbMyTemplateText.vb")
End If
Return s_vbMyTemplateText
End Get
End Property
Private Shared Function GetManifestResourceString(name As String) As String
Using reader As New StreamReader(GetType(EmbeddedResources).GetTypeInfo().Assembly.GetManifestResourceStream(name))
Return reader.ReadToEnd()
End Using
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/Portable/Symbols/PublicModel/NonSourceAssemblySymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Diagnostics;
namespace Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel
{
internal sealed class NonSourceAssemblySymbol : AssemblySymbol
{
private readonly Symbols.AssemblySymbol _underlying;
public NonSourceAssemblySymbol(Symbols.AssemblySymbol underlying)
{
Debug.Assert(underlying is object);
Debug.Assert(!(underlying is Symbols.SourceAssemblySymbol));
_underlying = underlying;
}
internal override Symbols.AssemblySymbol UnderlyingAssemblySymbol => _underlying;
internal override CSharp.Symbol UnderlyingSymbol => _underlying;
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Diagnostics;
namespace Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel
{
internal sealed class NonSourceAssemblySymbol : AssemblySymbol
{
private readonly Symbols.AssemblySymbol _underlying;
public NonSourceAssemblySymbol(Symbols.AssemblySymbol underlying)
{
Debug.Assert(underlying is object);
Debug.Assert(!(underlying is Symbols.SourceAssemblySymbol));
_underlying = underlying;
}
internal override Symbols.AssemblySymbol UnderlyingAssemblySymbol => _underlying;
internal override CSharp.Symbol UnderlyingSymbol => _underlying;
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// Binding info for expressions and statements that are part of a member declaration.
/// </summary>
internal abstract partial class MemberSemanticModel : CSharpSemanticModel
{
private readonly Symbol _memberSymbol;
private readonly CSharpSyntaxNode _root;
private readonly ReaderWriterLockSlim _nodeMapLock = new ReaderWriterLockSlim(LockRecursionPolicy.NoRecursion);
// The bound nodes associated with a syntax node, from highest in the tree to lowest.
private readonly Dictionary<SyntaxNode, ImmutableArray<BoundNode>> _guardedBoundNodeMap = new Dictionary<SyntaxNode, ImmutableArray<BoundNode>>();
private readonly Dictionary<SyntaxNode, IOperation> _guardedIOperationNodeMap = new Dictionary<SyntaxNode, IOperation>();
private Dictionary<SyntaxNode, BoundStatement> _lazyGuardedSynthesizedStatementsMap;
private NullableWalker.SnapshotManager _lazySnapshotManager;
private ImmutableDictionary<Symbol, Symbol> _lazyRemappedSymbols;
private readonly ImmutableDictionary<Symbol, Symbol> _parentRemappedSymbolsOpt;
/// <summary>
/// Only used when this is a speculative semantic model.
/// </summary>
private readonly NullableWalker.SnapshotManager _parentSnapshotManagerOpt;
internal readonly Binder RootBinder;
/// <summary>
/// Field specific to a non-speculative MemberSemanticModel that must have a containing semantic model.
/// </summary>
private readonly SyntaxTreeSemanticModel _containingSemanticModelOpt;
// Fields specific to a speculative MemberSemanticModel.
private readonly SyntaxTreeSemanticModel _parentSemanticModelOpt;
private readonly int _speculatedPosition;
private readonly Lazy<CSharpOperationFactory> _operationFactory;
protected MemberSemanticModel(
CSharpSyntaxNode root,
Symbol memberSymbol,
Binder rootBinder,
SyntaxTreeSemanticModel containingSemanticModelOpt,
SyntaxTreeSemanticModel parentSemanticModelOpt,
NullableWalker.SnapshotManager snapshotManagerOpt,
ImmutableDictionary<Symbol, Symbol> parentRemappedSymbolsOpt,
int speculatedPosition)
{
Debug.Assert(root != null);
Debug.Assert((object)memberSymbol != null);
Debug.Assert(parentSemanticModelOpt == null ^ containingSemanticModelOpt == null);
Debug.Assert(containingSemanticModelOpt == null || !containingSemanticModelOpt.IsSpeculativeSemanticModel);
Debug.Assert(parentSemanticModelOpt == null || !parentSemanticModelOpt.IsSpeculativeSemanticModel, CSharpResources.ChainingSpeculativeModelIsNotSupported);
Debug.Assert(snapshotManagerOpt == null || parentSemanticModelOpt != null);
_root = root;
_memberSymbol = memberSymbol;
this.RootBinder = rootBinder.WithAdditionalFlags(GetSemanticModelBinderFlags());
_containingSemanticModelOpt = containingSemanticModelOpt;
_parentSemanticModelOpt = parentSemanticModelOpt;
_parentSnapshotManagerOpt = snapshotManagerOpt;
_parentRemappedSymbolsOpt = parentRemappedSymbolsOpt;
_speculatedPosition = speculatedPosition;
_operationFactory = new Lazy<CSharpOperationFactory>(() => new CSharpOperationFactory(this));
}
public override CSharpCompilation Compilation
{
get
{
return (_containingSemanticModelOpt ?? _parentSemanticModelOpt).Compilation;
}
}
internal override CSharpSyntaxNode Root
{
get
{
return _root;
}
}
/// <summary>
/// The member symbol
/// </summary>
internal Symbol MemberSymbol
{
get
{
return _memberSymbol;
}
}
public sealed override bool IsSpeculativeSemanticModel
{
get
{
return _parentSemanticModelOpt != null;
}
}
public sealed override int OriginalPositionForSpeculation
{
get
{
return _speculatedPosition;
}
}
public sealed override CSharpSemanticModel ParentModel
{
get
{
return _parentSemanticModelOpt;
}
}
internal sealed override SemanticModel ContainingModelOrSelf
{
get
{
return _containingSemanticModelOpt ?? (SemanticModel)this;
}
}
internal override MemberSemanticModel GetMemberModel(SyntaxNode node)
{
// We do have to override this method, but should never call it because it might not do the right thing.
Debug.Assert(false);
return IsInTree(node) ? this : null;
}
/// <remarks>
/// This will cause the bound node cache to be populated if nullable semantic analysis is enabled.
/// </remarks>
protected virtual NullableWalker.SnapshotManager GetSnapshotManager()
{
EnsureNullabilityAnalysisPerformedIfNecessary();
Debug.Assert(_lazySnapshotManager is object || this is AttributeSemanticModel || !IsNullableAnalysisEnabled());
return _lazySnapshotManager;
}
internal ImmutableDictionary<Symbol, Symbol> GetRemappedSymbols()
{
EnsureNullabilityAnalysisPerformedIfNecessary();
Debug.Assert(_lazyRemappedSymbols is object || this is AttributeSemanticModel || !IsNullableAnalysisEnabled());
return _lazyRemappedSymbols;
}
internal sealed override bool TryGetSpeculativeSemanticModelCore(SyntaxTreeSemanticModel parentModel, int position, TypeSyntax type, SpeculativeBindingOption bindingOption, out SemanticModel speculativeModel)
{
var expression = SyntaxFactory.GetStandaloneExpression(type);
var binder = this.GetSpeculativeBinder(position, expression, bindingOption);
if (binder != null)
{
speculativeModel = new SpeculativeMemberSemanticModel(parentModel, _memberSymbol, type, binder, GetSnapshotManager(), GetRemappedSymbols(), position);
return true;
}
speculativeModel = null;
return false;
}
internal sealed override bool TryGetSpeculativeSemanticModelCore(SyntaxTreeSemanticModel parentModel, int position, CrefSyntax crefSyntax, out SemanticModel speculativeModel)
{
// crefs can never legally appear within members.
speculativeModel = null;
return false;
}
internal override BoundExpression GetSpeculativelyBoundExpression(int position, ExpressionSyntax expression, SpeculativeBindingOption bindingOption, out Binder binder, out ImmutableArray<Symbol> crefSymbols)
{
if (expression == null)
{
throw new ArgumentNullException(nameof(expression));
}
if (bindingOption == SpeculativeBindingOption.BindAsExpression && GetSnapshotManager() is { } snapshotManager)
{
crefSymbols = default;
position = CheckAndAdjustPosition(position);
expression = SyntaxFactory.GetStandaloneExpression(expression);
binder = GetSpeculativeBinder(position, expression, bindingOption);
var boundRoot = binder.BindExpression(expression, BindingDiagnosticBag.Discarded);
ImmutableDictionary<Symbol, Symbol> ignored = null;
return (BoundExpression)NullableWalker.AnalyzeAndRewriteSpeculation(position, boundRoot, binder, snapshotManager, newSnapshots: out _, remappedSymbols: ref ignored);
}
else
{
return GetSpeculativelyBoundExpressionWithoutNullability(position, expression, bindingOption, out binder, out crefSymbols);
}
}
private Binder GetEnclosingBinderInternalWithinRoot(SyntaxNode node, int position)
{
AssertPositionAdjusted(position);
return GetEnclosingBinderInternalWithinRoot(node, position, RootBinder, _root).WithAdditionalFlags(GetSemanticModelBinderFlags());
}
private static Binder GetEnclosingBinderInternalWithinRoot(SyntaxNode node, int position, Binder rootBinder, SyntaxNode root)
{
if (node == root)
{
return rootBinder.GetBinder(node) ?? rootBinder;
}
Debug.Assert(root.Contains(node));
ExpressionSyntax typeOfArgument = null;
LocalFunctionStatementSyntax ownerOfTypeParametersInScope = null;
Binder binder = null;
for (var current = node; binder == null; current = current.ParentOrStructuredTriviaParent)
{
Debug.Assert(current != null); // Why were we asked for an enclosing binder for a node outside our root?
StatementSyntax stmt = current as StatementSyntax;
TypeOfExpressionSyntax typeOfExpression;
SyntaxKind kind = current.Kind();
if (stmt != null)
{
if (LookupPosition.IsInStatementScope(position, stmt))
{
binder = rootBinder.GetBinder(current);
if (binder != null)
{
binder = AdjustBinderForPositionWithinStatement(position, binder, stmt);
}
else if (kind == SyntaxKind.LocalFunctionStatement)
{
Debug.Assert(ownerOfTypeParametersInScope == null);
var localFunction = (LocalFunctionStatementSyntax)stmt;
if (localFunction.TypeParameterList != null &&
!LookupPosition.IsBetweenTokens(position, localFunction.Identifier, localFunction.TypeParameterList.LessThanToken)) // Scope does not include method name.
{
ownerOfTypeParametersInScope = localFunction;
}
}
}
}
else if (kind == SyntaxKind.CatchClause)
{
if (LookupPosition.IsInCatchBlockScope(position, (CatchClauseSyntax)current))
{
binder = rootBinder.GetBinder(current);
}
}
else if (kind == SyntaxKind.CatchFilterClause)
{
if (LookupPosition.IsInCatchFilterScope(position, (CatchFilterClauseSyntax)current))
{
binder = rootBinder.GetBinder(current);
}
}
else if (current.IsAnonymousFunction())
{
if (LookupPosition.IsInAnonymousFunctionOrQuery(position, current))
{
binder = rootBinder.GetBinder(current.AnonymousFunctionBody());
Debug.Assert(binder != null);
}
}
else if (kind == SyntaxKind.TypeOfExpression &&
typeOfArgument == null &&
LookupPosition.IsBetweenTokens(
position,
(typeOfExpression = (TypeOfExpressionSyntax)current).OpenParenToken,
typeOfExpression.CloseParenToken))
{
typeOfArgument = typeOfExpression.Type;
}
else if (kind == SyntaxKind.SwitchSection)
{
if (LookupPosition.IsInSwitchSectionScope(position, (SwitchSectionSyntax)current))
{
binder = rootBinder.GetBinder(current);
}
}
else if (kind == SyntaxKind.ArgumentList)
{
var argList = (ArgumentListSyntax)current;
if (LookupPosition.IsBetweenTokens(position, argList.OpenParenToken, argList.CloseParenToken))
{
binder = rootBinder.GetBinder(current);
}
}
else if (kind == SyntaxKind.EqualsValueClause)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.Attribute)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.ArrowExpressionClause)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.ThisConstructorInitializer || kind == SyntaxKind.BaseConstructorInitializer || kind == SyntaxKind.PrimaryConstructorBaseType)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.ConstructorDeclaration)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.SwitchExpression)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.SwitchExpressionArm)
{
binder = rootBinder.GetBinder(current);
}
else if ((current as ExpressionSyntax).IsValidScopeDesignator())
{
binder = rootBinder.GetBinder(current);
}
else
{
// If this ever breaks, make sure that all callers of
// CanHaveAssociatedLocalBinder are in sync.
Debug.Assert(!current.CanHaveAssociatedLocalBinder());
}
if (current == root)
{
break;
}
}
binder = binder ?? rootBinder.GetBinder(root) ?? rootBinder;
Debug.Assert(binder != null);
if (ownerOfTypeParametersInScope != null)
{
LocalFunctionSymbol function = GetDeclaredLocalFunction(binder, ownerOfTypeParametersInScope.Identifier);
if ((object)function != null)
{
binder = function.SignatureBinder;
}
}
if (typeOfArgument != null)
{
binder = new TypeofBinder(typeOfArgument, binder);
}
return binder;
}
private static Binder AdjustBinderForPositionWithinStatement(int position, Binder binder, StatementSyntax stmt)
{
switch (stmt.Kind())
{
case SyntaxKind.SwitchStatement:
var switchStmt = (SwitchStatementSyntax)stmt;
if (LookupPosition.IsBetweenTokens(position, switchStmt.SwitchKeyword, switchStmt.OpenBraceToken))
{
binder = binder.GetBinder(switchStmt.Expression);
Debug.Assert(binder != null);
}
break;
case SyntaxKind.ForStatement:
var forStmt = (ForStatementSyntax)stmt;
if (LookupPosition.IsBetweenTokens(position, forStmt.SecondSemicolonToken, forStmt.CloseParenToken) &&
forStmt.Incrementors.Count > 0)
{
binder = binder.GetBinder(forStmt.Incrementors.First());
Debug.Assert(binder != null);
}
else if (LookupPosition.IsBetweenTokens(position, forStmt.FirstSemicolonToken, LookupPosition.GetFirstExcludedToken(forStmt)) &&
forStmt.Condition != null)
{
binder = binder.GetBinder(forStmt.Condition);
Debug.Assert(binder != null);
}
break;
case SyntaxKind.ForEachStatement:
case SyntaxKind.ForEachVariableStatement:
var foreachStmt = (CommonForEachStatementSyntax)stmt;
var start = stmt.Kind() == SyntaxKind.ForEachVariableStatement ? foreachStmt.InKeyword : foreachStmt.OpenParenToken;
if (LookupPosition.IsBetweenTokens(position, start, foreachStmt.Statement.GetFirstToken()))
{
binder = binder.GetBinder(foreachStmt.Expression);
Debug.Assert(binder != null);
}
break;
}
return binder;
}
public override Conversion ClassifyConversion(
ExpressionSyntax expression,
ITypeSymbol destination,
bool isExplicitInSource = false)
{
if ((object)destination == null)
{
throw new ArgumentNullException(nameof(destination));
}
TypeSymbol csdestination = destination.EnsureCSharpSymbolOrNull(nameof(destination));
if (expression.Kind() == SyntaxKind.DeclarationExpression)
{
// Conversion from a declaration is unspecified.
return Conversion.NoConversion;
}
// Special Case: We have to treat anonymous functions differently, because of the way
// they are cached in the syntax-to-bound node map. Specifically, UnboundLambda nodes
// never appear in the map - they are converted to BoundLambdas, even in error scenarios.
// Since a BoundLambda has a type, we would end up doing a conversion from the delegate
// type, rather than from the anonymous function expression. If we use the overload that
// takes a position, it considers the request speculative and does not use the map.
// Bonus: Since the other overload will always bind the anonymous function from scratch,
// we don't have to worry about it affecting the trial-binding cache in the "real"
// UnboundLambda node (DevDiv #854548).
if (expression.IsAnonymousFunction())
{
CheckSyntaxNode(expression);
return this.ClassifyConversion(expression.SpanStart, expression, destination, isExplicitInSource);
}
if (isExplicitInSource)
{
return ClassifyConversionForCast(expression, csdestination);
}
// Note that it is possible for an expression to be convertible to a type
// via both an implicit user-defined conversion and an explicit built-in conversion.
// In that case, this method chooses the implicit conversion.
CheckSyntaxNode(expression);
var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression));
CSharpSyntaxNode bindableNode = this.GetBindableSyntaxNode(expression);
var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression;
if (binder == null || boundExpression == null)
{
return Conversion.NoConversion;
}
var discardedUseSiteInfo = CompoundUseSiteInfo<AssemblySymbol>.Discarded;
return binder.Conversions.ClassifyConversionFromExpression(boundExpression, csdestination, ref discardedUseSiteInfo);
}
internal override Conversion ClassifyConversionForCast(
ExpressionSyntax expression,
TypeSymbol destination)
{
CheckSyntaxNode(expression);
if ((object)destination == null)
{
throw new ArgumentNullException(nameof(destination));
}
var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression));
CSharpSyntaxNode bindableNode = this.GetBindableSyntaxNode(expression);
var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression;
if (binder == null || boundExpression == null)
{
return Conversion.NoConversion;
}
var discardedUseSiteInfo = CompoundUseSiteInfo<AssemblySymbol>.Discarded;
return binder.Conversions.ClassifyConversionFromExpression(boundExpression, destination, ref discardedUseSiteInfo, forCast: true);
}
/// <summary>
/// Get the bound node corresponding to the root.
/// </summary>
internal virtual BoundNode GetBoundRoot()
{
return GetUpperBoundNode(GetBindableSyntaxNode(this.Root));
}
/// <summary>
/// Get the highest bound node in the tree associated with a particular syntax node.
/// </summary>
internal BoundNode GetUpperBoundNode(CSharpSyntaxNode node, bool promoteToBindable = false)
{
if (promoteToBindable)
{
node = GetBindableSyntaxNode(node);
}
else
{
Debug.Assert(node == GetBindableSyntaxNode(node));
}
// The bound nodes are stored in the map from highest to lowest, so the first bound node is the highest.
var boundNodes = GetBoundNodes(node);
if (boundNodes.Length == 0)
{
return null;
}
else
{
return boundNodes[0];
}
}
/// <summary>
/// Get the lowest bound node in the tree associated with a particular syntax node. Lowest is defined as last
/// in a pre-order traversal of the bound tree.
/// </summary>
internal BoundNode GetLowerBoundNode(CSharpSyntaxNode node)
{
Debug.Assert(node == GetBindableSyntaxNode(node));
// The bound nodes are stored in the map from highest to lowest, so the last bound node is the lowest.
var boundNodes = GetBoundNodes(node);
if (boundNodes.Length == 0)
{
return null;
}
else
{
return GetLowerBoundNode(boundNodes);
}
}
private static BoundNode GetLowerBoundNode(ImmutableArray<BoundNode> boundNodes)
{
return boundNodes[boundNodes.Length - 1];
}
public override ImmutableArray<Diagnostic> GetSyntaxDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override ImmutableArray<Diagnostic> GetDeclarationDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override ImmutableArray<Diagnostic> GetMethodBodyDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override ImmutableArray<Diagnostic> GetDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override INamespaceSymbol GetDeclaredSymbol(NamespaceDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't defined namespace inside a member.
return null;
}
public override INamespaceSymbol GetDeclaredSymbol(FileScopedNamespaceDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't defined namespace inside a member.
return null;
}
public override INamedTypeSymbol GetDeclaredSymbol(BaseTypeDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define type inside a member.
return null;
}
public override INamedTypeSymbol GetDeclaredSymbol(DelegateDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define type inside a member.
return null;
}
public override IFieldSymbol GetDeclaredSymbol(EnumMemberDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define member inside member.
return null;
}
public override ISymbol GetDeclaredSymbol(LocalFunctionStatementSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
return GetDeclaredLocalFunction(declarationSyntax).GetPublicSymbol();
}
public override ISymbol GetDeclaredSymbol(MemberDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define member inside member.
return null;
}
public override IMethodSymbol GetDeclaredSymbol(CompilationUnitSyntax declarationSyntax, CancellationToken cancellationToken = default)
{
return null;
}
public override IMethodSymbol GetDeclaredSymbol(BaseMethodDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define method inside member.
return null;
}
public override ISymbol GetDeclaredSymbol(BasePropertyDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define property inside member.
return null;
}
public override IPropertySymbol GetDeclaredSymbol(PropertyDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define property inside member.
return null;
}
public override IPropertySymbol GetDeclaredSymbol(IndexerDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define indexer inside member.
return null;
}
public override IEventSymbol GetDeclaredSymbol(EventDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define event inside member.
return null;
}
public override IMethodSymbol GetDeclaredSymbol(AccessorDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define accessor inside member.
return null;
}
public override IMethodSymbol GetDeclaredSymbol(ArrowExpressionClauseSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define another member inside member.
return null;
}
public override ISymbol GetDeclaredSymbol(VariableDeclaratorSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
return GetDeclaredLocal(declarationSyntax, declarationSyntax.Identifier).GetPublicSymbol();
}
public override ISymbol GetDeclaredSymbol(SingleVariableDesignationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
return GetDeclaredLocal(declarationSyntax, declarationSyntax.Identifier).GetPublicSymbol();
}
private LocalSymbol GetDeclaredLocal(CSharpSyntaxNode declarationSyntax, SyntaxToken declaredIdentifier)
{
for (var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); binder != null; binder = binder.Next)
{
foreach (var local in binder.Locals)
{
if (local.IdentifierToken == declaredIdentifier)
{
return GetAdjustedLocalSymbol((SourceLocalSymbol)local);
}
}
}
return null;
}
#nullable enable
internal override LocalSymbol GetAdjustedLocalSymbol(SourceLocalSymbol local)
{
return GetRemappedSymbol<LocalSymbol>(local);
}
private LocalFunctionSymbol GetDeclaredLocalFunction(LocalFunctionStatementSyntax declarationSyntax)
{
var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)), declarationSyntax.Identifier);
return GetRemappedSymbol(originalSymbol);
}
private T GetRemappedSymbol<T>(T originalSymbol) where T : Symbol
{
EnsureNullabilityAnalysisPerformedIfNecessary();
if (_lazyRemappedSymbols is null) return originalSymbol;
if (_lazyRemappedSymbols.TryGetValue(originalSymbol, out Symbol? remappedSymbol))
{
RoslynDebug.Assert(remappedSymbol is object);
return (T)remappedSymbol;
}
return originalSymbol;
}
#nullable disable
private static LocalFunctionSymbol GetDeclaredLocalFunction(Binder enclosingBinder, SyntaxToken declaredIdentifier)
{
for (var binder = enclosingBinder; binder != null; binder = binder.Next)
{
foreach (var localFunction in binder.LocalFunctions)
{
if (localFunction.NameToken == declaredIdentifier)
{
return localFunction;
}
}
}
return null;
}
public override ILabelSymbol GetDeclaredSymbol(LabeledStatementSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax));
while (binder != null && !binder.IsLabelsScopeBinder)
{
binder = binder.Next;
}
if (binder != null)
{
foreach (var label in binder.Labels)
{
if (label.IdentifierNodeOrToken.IsToken &&
label.IdentifierNodeOrToken.AsToken() == declarationSyntax.Identifier)
{
return label.GetPublicSymbol();
}
}
}
return null;
}
public override ILabelSymbol GetDeclaredSymbol(SwitchLabelSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax));
while (binder != null && !(binder is SwitchBinder))
{
binder = binder.Next;
}
if (binder != null)
{
foreach (var label in binder.Labels)
{
if (label.IdentifierNodeOrToken.IsNode &&
label.IdentifierNodeOrToken.AsNode() == declarationSyntax)
{
return label.GetPublicSymbol();
}
}
}
return null;
}
public override IAliasSymbol GetDeclaredSymbol(UsingDirectiveSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define alias inside member.
return null;
}
public override IAliasSymbol GetDeclaredSymbol(ExternAliasDirectiveSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define an extern alias inside a member.
return null;
}
public override IParameterSymbol GetDeclaredSymbol(ParameterSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Could be parameter of a lambda or a local function.
CheckSyntaxNode(declarationSyntax);
return GetLambdaOrLocalFunctionParameterSymbol(declarationSyntax, cancellationToken).GetPublicSymbol();
}
internal override ImmutableArray<ISymbol> GetDeclaredSymbols(BaseFieldDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define field inside member.
return ImmutableArray.Create<ISymbol>();
}
private ParameterSymbol GetLambdaOrLocalFunctionParameterSymbol(
ParameterSyntax parameter,
CancellationToken cancellationToken)
{
Debug.Assert(parameter != null);
var simpleLambda = parameter.Parent as SimpleLambdaExpressionSyntax;
if (simpleLambda != null)
{
return GetLambdaParameterSymbol(parameter, simpleLambda, cancellationToken);
}
var paramList = parameter.Parent as ParameterListSyntax;
if (paramList == null || paramList.Parent == null)
{
return null;
}
if (paramList.Parent.IsAnonymousFunction())
{
return GetLambdaParameterSymbol(parameter, (ExpressionSyntax)paramList.Parent, cancellationToken);
}
else if (paramList.Parent.Kind() == SyntaxKind.LocalFunctionStatement)
{
var localFunction = GetDeclaredSymbol((LocalFunctionStatementSyntax)paramList.Parent, cancellationToken).GetSymbol<MethodSymbol>();
if ((object)localFunction != null)
{
return GetParameterSymbol(localFunction.Parameters, parameter, cancellationToken);
}
}
return null;
}
private ParameterSymbol GetLambdaParameterSymbol(
ParameterSyntax parameter,
ExpressionSyntax lambda,
CancellationToken cancellationToken)
{
Debug.Assert(parameter != null);
Debug.Assert(lambda != null && lambda.IsAnonymousFunction());
// We should always be able to get at least an error binding for a lambda.
SymbolInfo symbolInfo = this.GetSymbolInfo(lambda, cancellationToken);
LambdaSymbol lambdaSymbol;
if ((object)symbolInfo.Symbol != null)
{
lambdaSymbol = symbolInfo.Symbol.GetSymbol<LambdaSymbol>();
}
else if (symbolInfo.CandidateSymbols.Length == 1)
{
lambdaSymbol = symbolInfo.CandidateSymbols.Single().GetSymbol<LambdaSymbol>();
}
else
{
Debug.Assert(this.GetMemberModel(lambda) == null, "Did not find a unique LambdaSymbol for lambda in member.");
return null;
}
return GetParameterSymbol(lambdaSymbol.Parameters, parameter, cancellationToken);
}
public override ITypeParameterSymbol GetDeclaredSymbol(TypeParameterSyntax typeParameter, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define alias inside member.
return null;
}
public override IRangeVariableSymbol GetDeclaredSymbol(JoinIntoClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return bound == null ? null : bound.DefinedSymbol.GetPublicSymbol();
}
public override IRangeVariableSymbol GetDeclaredSymbol(QueryClauseSyntax queryClause, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(queryClause);
return bound == null ? null : bound.DefinedSymbol.GetPublicSymbol();
}
public override IRangeVariableSymbol GetDeclaredSymbol(QueryContinuationSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return bound == null ? null : bound.DefinedSymbol.GetPublicSymbol();
}
public override AwaitExpressionInfo GetAwaitExpressionInfo(AwaitExpressionSyntax node)
{
if (node.Kind() != SyntaxKind.AwaitExpression)
{
throw new ArgumentException("node.Kind==" + node.Kind());
}
var bound = GetLowerBoundNode(node);
BoundAwaitableInfo awaitableInfo = (((bound as BoundExpressionStatement)?.Expression ?? bound) as BoundAwaitExpression)?.AwaitableInfo;
if (awaitableInfo == null)
{
return default(AwaitExpressionInfo);
}
return new AwaitExpressionInfo(
getAwaiter: (IMethodSymbol)awaitableInfo.GetAwaiter?.ExpressionSymbol.GetPublicSymbol(),
isCompleted: awaitableInfo.IsCompleted.GetPublicSymbol(),
getResult: awaitableInfo.GetResult.GetPublicSymbol(),
isDynamic: awaitableInfo.IsDynamic);
}
public override ForEachStatementInfo GetForEachStatementInfo(ForEachStatementSyntax node)
{
return GetForEachStatementInfo((CommonForEachStatementSyntax)node);
}
public override ForEachStatementInfo GetForEachStatementInfo(CommonForEachStatementSyntax node)
{
BoundForEachStatement boundForEach = (BoundForEachStatement)GetUpperBoundNode(node);
if (boundForEach == null)
{
return default(ForEachStatementInfo);
}
ForEachEnumeratorInfo enumeratorInfoOpt = boundForEach.EnumeratorInfoOpt;
Debug.Assert(enumeratorInfoOpt != null || boundForEach.HasAnyErrors);
if (enumeratorInfoOpt == null)
{
return default(ForEachStatementInfo);
}
// Even though we usually pretend to be using System.Collection.IEnumerable
// for arrays, that doesn't make sense for pointer arrays since object
// (the type of System.Collections.IEnumerator.Current) isn't convertible
// to pointer types.
if (enumeratorInfoOpt.ElementType.IsPointerType())
{
Debug.Assert(!enumeratorInfoOpt.CurrentConversion.IsValid);
return default(ForEachStatementInfo);
}
// NOTE: we're going to list GetEnumerator, etc for array and string
// collections, even though we know that's not how the implementation
// actually enumerates them.
MethodSymbol disposeMethod = null;
if (enumeratorInfoOpt.NeedsDisposal)
{
if (enumeratorInfoOpt.PatternDisposeInfo is { Method: var method })
{
disposeMethod = method;
}
else
{
disposeMethod = enumeratorInfoOpt.IsAsync
? (MethodSymbol)Compilation.GetWellKnownTypeMember(WellKnownMember.System_IAsyncDisposable__DisposeAsync)
: (MethodSymbol)Compilation.GetSpecialTypeMember(SpecialMember.System_IDisposable__Dispose);
}
}
return new ForEachStatementInfo(
enumeratorInfoOpt.IsAsync,
enumeratorInfoOpt.GetEnumeratorInfo.Method.GetPublicSymbol(),
enumeratorInfoOpt.MoveNextInfo.Method.GetPublicSymbol(),
currentProperty: ((PropertySymbol)enumeratorInfoOpt.CurrentPropertyGetter?.AssociatedSymbol).GetPublicSymbol(),
disposeMethod.GetPublicSymbol(),
enumeratorInfoOpt.ElementType.GetPublicSymbol(),
boundForEach.ElementConversion,
enumeratorInfoOpt.CurrentConversion);
}
public override DeconstructionInfo GetDeconstructionInfo(AssignmentExpressionSyntax node)
{
var boundDeconstruction = GetUpperBoundNode(node) as BoundDeconstructionAssignmentOperator;
if (boundDeconstruction is null)
{
return default;
}
var boundConversion = boundDeconstruction.Right;
Debug.Assert(boundConversion != null);
if (boundConversion is null)
{
return default;
}
return new DeconstructionInfo(boundConversion.Conversion);
}
public override DeconstructionInfo GetDeconstructionInfo(ForEachVariableStatementSyntax node)
{
var boundForEach = (BoundForEachStatement)GetUpperBoundNode(node);
if (boundForEach is null)
{
return default;
}
var boundDeconstruction = boundForEach.DeconstructionOpt;
Debug.Assert(boundDeconstruction != null || boundForEach.HasAnyErrors);
if (boundDeconstruction is null)
{
return default;
}
return new DeconstructionInfo(boundDeconstruction.DeconstructionAssignment.Right.Conversion);
}
private BoundQueryClause GetBoundQueryClause(CSharpSyntaxNode node)
{
CheckSyntaxNode(node);
return this.GetLowerBoundNode(node) as BoundQueryClause;
}
private QueryClauseInfo GetQueryClauseInfo(BoundQueryClause bound)
{
if (bound == null) return default(QueryClauseInfo);
var castInfo = (bound.Cast == null) ? SymbolInfo.None : GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, bound.Cast, bound.Cast, boundNodeForSyntacticParent: null, binderOpt: null);
var operationInfo = GetSymbolInfoForQuery(bound);
return new QueryClauseInfo(castInfo: castInfo, operationInfo: operationInfo);
}
private SymbolInfo GetSymbolInfoForQuery(BoundQueryClause bound)
{
var call = bound?.Operation as BoundCall;
if (call == null)
{
return SymbolInfo.None;
}
var operation = call.IsDelegateCall ? call.ReceiverOpt : call;
return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, operation, operation, boundNodeForSyntacticParent: null, binderOpt: null);
}
private CSharpTypeInfo GetTypeInfoForQuery(BoundQueryClause bound)
{
return bound == null ?
CSharpTypeInfo.None :
GetTypeInfoForNode(bound, bound, bound);
}
public override QueryClauseInfo GetQueryClauseInfo(QueryClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetQueryClauseInfo(bound);
}
public override IPropertySymbol GetDeclaredSymbol(AnonymousObjectMemberDeclaratorSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
var anonymousObjectCreation = (AnonymousObjectCreationExpressionSyntax)declaratorSyntax.Parent;
if (anonymousObjectCreation == null)
{
return null;
}
var bound = this.GetLowerBoundNode(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression;
if (bound == null)
{
return null;
}
var anonymousType = bound.Type as NamedTypeSymbol;
if ((object)anonymousType == null)
{
return null;
}
int index = anonymousObjectCreation.Initializers.IndexOf(declaratorSyntax);
Debug.Assert(index >= 0);
Debug.Assert(index < anonymousObjectCreation.Initializers.Count);
return AnonymousTypeManager.GetAnonymousTypeProperty(anonymousType, index).GetPublicSymbol();
}
public override INamedTypeSymbol GetDeclaredSymbol(AnonymousObjectCreationExpressionSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
var bound = this.GetLowerBoundNode(declaratorSyntax) as BoundAnonymousObjectCreationExpression;
return (bound == null) ? null : (bound.Type as NamedTypeSymbol).GetPublicSymbol();
}
public override INamedTypeSymbol GetDeclaredSymbol(TupleExpressionSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
return GetTypeOfTupleLiteral(declaratorSyntax).GetPublicSymbol();
}
public override ISymbol GetDeclaredSymbol(ArgumentSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
var tupleLiteral = declaratorSyntax?.Parent as TupleExpressionSyntax;
// for now only arguments of a tuple literal may declare symbols
if (tupleLiteral == null)
{
return null;
}
var tupleLiteralType = GetTypeOfTupleLiteral(tupleLiteral);
if ((object)tupleLiteralType != null)
{
var elements = tupleLiteralType.TupleElements;
if (!elements.IsDefault)
{
var idx = tupleLiteral.Arguments.IndexOf(declaratorSyntax);
return elements[idx].GetPublicSymbol();
}
}
return null;
}
private NamedTypeSymbol GetTypeOfTupleLiteral(TupleExpressionSyntax declaratorSyntax)
{
var bound = this.GetLowerBoundNode(declaratorSyntax);
return (bound as BoundTupleExpression)?.Type as NamedTypeSymbol;
}
public override SyntaxTree SyntaxTree
{
get
{
return _root.SyntaxTree;
}
}
#nullable enable
internal override IOperation? GetOperationWorker(CSharpSyntaxNode node, CancellationToken cancellationToken)
{
using (_nodeMapLock.DisposableRead())
{
if (_guardedIOperationNodeMap.Count != 0)
{
return guardedGetIOperation();
}
}
IOperation rootOperation = GetRootOperation();
using var _ = _nodeMapLock.DisposableWrite();
if (_guardedIOperationNodeMap.Count != 0)
{
return guardedGetIOperation();
}
OperationMapBuilder.AddToMap(rootOperation, _guardedIOperationNodeMap);
return guardedGetIOperation();
IOperation? guardedGetIOperation()
{
_nodeMapLock.AssertCanRead();
return _guardedIOperationNodeMap.TryGetValue(node, out var operation) ? operation : null;
}
}
#nullable disable
private CSharpSyntaxNode GetBindingRootOrInitializer(CSharpSyntaxNode node)
{
CSharpSyntaxNode bindingRoot = GetBindingRoot(node);
// if binding root is parameter, make it equal value
// we need to do this since node map doesn't contain bound node for parameter
if (bindingRoot is ParameterSyntax parameter && parameter.Default?.FullSpan.Contains(node.Span) == true)
{
return parameter.Default;
}
// if binding root is field variable declarator, make it initializer
// we need to do this since node map doesn't contain bound node for field/event variable declarator
if (bindingRoot is VariableDeclaratorSyntax variableDeclarator && variableDeclarator.Initializer?.FullSpan.Contains(node.Span) == true)
{
if (variableDeclarator.Parent?.Parent.IsKind(SyntaxKind.FieldDeclaration) == true ||
variableDeclarator.Parent?.Parent.IsKind(SyntaxKind.EventFieldDeclaration) == true)
{
return variableDeclarator.Initializer;
}
}
// if binding root is enum member declaration, make it equal value
// we need to do this since node map doesn't contain bound node for enum member decl
if (bindingRoot is EnumMemberDeclarationSyntax enumMember && enumMember.EqualsValue?.FullSpan.Contains(node.Span) == true)
{
return enumMember.EqualsValue;
}
// if binding root is property member declaration, make it equal value
// we need to do this since node map doesn't contain bound node for property initializer
if (bindingRoot is PropertyDeclarationSyntax propertyMember && propertyMember.Initializer?.FullSpan.Contains(node.Span) == true)
{
return propertyMember.Initializer;
}
return bindingRoot;
}
#nullable enable
private IOperation GetRootOperation()
{
BoundNode highestBoundNode = GetBoundRoot();
Debug.Assert(highestBoundNode != null);
if (highestBoundNode is BoundGlobalStatementInitializer { Statement: var innerStatement })
{
// Script top-level field declarations use a BoundGlobalStatementInitializer to wrap initializers.
// We don't represent these nodes in IOperation, so skip it.
highestBoundNode = innerStatement;
}
// The CSharp operation factory assumes that UnboundLambda will be bound for error recovery and never be passed to the factory
// as the start of a tree to get operations for. This is guaranteed by the builder that populates the node map, as it will call
// UnboundLambda.BindForErrorRecovery() when it encounters an UnboundLambda node.
Debug.Assert(highestBoundNode.Kind != BoundKind.UnboundLambda);
IOperation operation = _operationFactory.Value.Create(highestBoundNode);
Operation.SetParentOperation(operation, null);
return operation;
}
#nullable disable
internal override SymbolInfo GetSymbolInfoWorker(CSharpSyntaxNode node, SymbolInfoOptions options, CancellationToken cancellationToken = default(CancellationToken))
{
ValidateSymbolInfoOptions(options);
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");
return base.GetSymbolInfoForNode(options, lowestBoundNode, highestBoundNode, boundParent, binderOpt: null);
}
internal override CSharpTypeInfo GetTypeInfoWorker(CSharpSyntaxNode node, CancellationToken cancellationToken = default(CancellationToken))
{
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
return GetTypeInfoForNode(lowestBoundNode, highestBoundNode, boundParent);
}
internal override ImmutableArray<Symbol> GetMemberGroupWorker(CSharpSyntaxNode node, SymbolInfoOptions options, CancellationToken cancellationToken = default(CancellationToken))
{
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");
return base.GetMemberGroupForNode(options, lowestBoundNode, boundParent, binderOpt: null);
}
internal override ImmutableArray<IPropertySymbol> GetIndexerGroupWorker(CSharpSyntaxNode node, SymbolInfoOptions options, CancellationToken cancellationToken = default(CancellationToken))
{
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");
return base.GetIndexerGroupForNode(lowestBoundNode, binderOpt: null);
}
internal override Optional<object> GetConstantValueWorker(CSharpSyntaxNode node, CancellationToken cancellationToken)
{
CSharpSyntaxNode bindableNode = this.GetBindableSyntaxNode(node);
BoundExpression boundExpr = this.GetLowerBoundNode(bindableNode) as BoundExpression;
if (boundExpr == null) return default(Optional<object>);
ConstantValue constantValue = boundExpr.ConstantValue;
return constantValue == null || constantValue.IsBad
? default(Optional<object>)
: new Optional<object>(constantValue.Value);
}
internal override SymbolInfo GetCollectionInitializerSymbolInfoWorker(InitializerExpressionSyntax collectionInitializer, ExpressionSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var boundCollectionInitializer = GetLowerBoundNode(collectionInitializer) as BoundCollectionInitializerExpression;
if (boundCollectionInitializer != null)
{
var boundAdd = boundCollectionInitializer.Initializers[collectionInitializer.Expressions.IndexOf(node)];
return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, boundAdd, boundAdd, null, binderOpt: null);
}
return SymbolInfo.None;
}
public override SymbolInfo GetSymbolInfo(OrderingSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetSymbolInfoForQuery(bound);
}
public override SymbolInfo GetSymbolInfo(SelectOrGroupClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetSymbolInfoForQuery(bound);
}
public override TypeInfo GetTypeInfo(SelectOrGroupClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetTypeInfoForQuery(bound);
}
private void GetBoundNodes(CSharpSyntaxNode node, out CSharpSyntaxNode bindableNode, out BoundNode lowestBoundNode, out BoundNode highestBoundNode, out BoundNode boundParent)
{
bindableNode = this.GetBindableSyntaxNode(node);
CSharpSyntaxNode bindableParent = this.GetBindableParentNode(bindableNode);
// Special handling for the Color Color case.
//
// Suppose we have:
// public class Color {
// public void M(int x) {}
// public static void M(params int[] x) {}
// }
// public class C {
// public void Test() {
// Color Color = new Color();
// System.Action<int> d = Color.M;
// }
// }
//
// We actually don't know how to interpret the "Color" in "Color.M" until we
// perform overload resolution on the method group. Now, if we were getting
// the semantic info for the method group, then bindableParent would be the
// variable declarator "d = Color.M" and so we would be able to pull the result
// of overload resolution out of the bound (method group) conversion. However,
// if we are getting the semantic info for just the "Color" part, then
// bindableParent will be the member access, which doesn't have enough information
// to determine which "Color" to use (since no overload resolution has been
// performed). We resolve this problem by detecting the case where we're looking
// up the LHS of a member access and calling GetBindableParentNode one more time.
// This gets us up to the level where the method group conversion occurs.
if (bindableParent != null && bindableParent.Kind() == SyntaxKind.SimpleMemberAccessExpression && ((MemberAccessExpressionSyntax)bindableParent).Expression == bindableNode)
{
bindableParent = this.GetBindableParentNode(bindableParent);
}
boundParent = bindableParent == null ? null : this.GetLowerBoundNode(bindableParent);
lowestBoundNode = this.GetLowerBoundNode(bindableNode);
highestBoundNode = this.GetUpperBoundNode(bindableNode);
}
// In lambda binding scenarios we need to know two things: First,
// what is the *innermost* lambda that contains the expression we're
// interested in? Second, what is the smallest expression that contains
// the *outermost* lambda that we can bind in order to get a sensible
// lambda binding?
//
// For example, suppose we have the statement:
//
// A().B(x=>x.C(y=>y.D().E())).F().G();
//
// and the user wants binding information about method group "D". We must know
// the bindable expression that is outside of every lambda:
//
// A().B(x=>x.C(y=>y.D().E()))
//
// By binding that we can determine the type of lambda parameters "x" and "y" and
// put that information in the bound tree. Once we know those facts then
// we can obtain the binding object associated with the innermost lambda:
//
// y=>y.D().E()
//
// And use that binding to obtain the analysis of:
//
// y.D
//
private CSharpSyntaxNode GetInnermostLambdaOrQuery(CSharpSyntaxNode node, int position, bool allowStarting = false)
{
Debug.Assert(node != null);
for (var current = node; current != this.Root; current = current.ParentOrStructuredTriviaParent)
{
// current can only become null if we somehow got past the root. The only way we
// could have gotten past the root is to have started outside of it. That's
// unexpected; the binding should only be asked to provide an opinion on syntax
// nodes that it knows about.
Debug.Assert(current != null, "Why are we being asked to find an enclosing lambda outside of our root?");
if (!(current.IsAnonymousFunction() || current.IsQuery()))
{
continue;
}
// If the position is not actually within the scope of the lambda, then keep
// looking.
if (!LookupPosition.IsInAnonymousFunctionOrQuery(position, current))
{
continue;
}
// If we were asked for the innermost lambda enclosing a lambda then don't return
// that; it's not enclosing anything. Only return the lambda if it's enclosing the
// original node.
if (!allowStarting && current == node)
{
continue;
}
return current;
}
// If we made it to the root, then we are not "inside" a lambda even if the root is a
// lambda. Remember, the point of this code is to get the binding that is associated
// with the innermost lambda; if we are already in a binding associated with the
// innermost lambda then we're done.
return null;
}
private void GuardedAddSynthesizedStatementToMap(StatementSyntax node, BoundStatement statement)
{
if (_lazyGuardedSynthesizedStatementsMap == null)
{
_lazyGuardedSynthesizedStatementsMap = new Dictionary<SyntaxNode, BoundStatement>();
}
_lazyGuardedSynthesizedStatementsMap.Add(node, statement);
}
private BoundStatement GuardedGetSynthesizedStatementFromMap(StatementSyntax node)
{
if (_lazyGuardedSynthesizedStatementsMap != null &&
_lazyGuardedSynthesizedStatementsMap.TryGetValue(node, out BoundStatement result))
{
return result;
}
return null;
}
private ImmutableArray<BoundNode> GuardedGetBoundNodesFromMap(CSharpSyntaxNode node)
{
Debug.Assert(_nodeMapLock.IsWriteLockHeld || _nodeMapLock.IsReadLockHeld);
ImmutableArray<BoundNode> result;
return _guardedBoundNodeMap.TryGetValue(node, out result) ? result : default(ImmutableArray<BoundNode>);
}
/// <summary>
/// Internal for test purposes only
/// </summary>
internal ImmutableArray<BoundNode> TestOnlyTryGetBoundNodesFromMap(CSharpSyntaxNode node)
{
ImmutableArray<BoundNode> result;
return _guardedBoundNodeMap.TryGetValue(node, out result) ? result : default(ImmutableArray<BoundNode>);
}
// Adds every syntax/bound pair in a tree rooted at the given bound node to the map, and the
// performs a lookup of the given syntax node in the map.
private ImmutableArray<BoundNode> GuardedAddBoundTreeAndGetBoundNodeFromMap(CSharpSyntaxNode syntax, BoundNode bound)
{
Debug.Assert(_nodeMapLock.IsWriteLockHeld);
bool alreadyInTree = false;
if (bound != null)
{
alreadyInTree = _guardedBoundNodeMap.ContainsKey(bound.Syntax);
}
// check if we already have node in the cache.
// this may happen if we have races and in such case we are no longer interested in adding
if (!alreadyInTree)
{
NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree);
Debug.Assert(syntax != _root || _guardedBoundNodeMap.ContainsKey(bound.Syntax));
}
ImmutableArray<BoundNode> result;
return _guardedBoundNodeMap.TryGetValue(syntax, out result) ? result : default(ImmutableArray<BoundNode>);
}
protected void UnguardedAddBoundTreeForStandaloneSyntax(SyntaxNode syntax, BoundNode bound, NullableWalker.SnapshotManager manager = null, ImmutableDictionary<Symbol, Symbol> remappedSymbols = null)
{
using (_nodeMapLock.DisposableWrite())
{
GuardedAddBoundTreeForStandaloneSyntax(syntax, bound, manager, remappedSymbols);
}
}
protected void GuardedAddBoundTreeForStandaloneSyntax(SyntaxNode syntax, BoundNode bound, NullableWalker.SnapshotManager manager = null, ImmutableDictionary<Symbol, Symbol> remappedSymbols = null)
{
Debug.Assert(_nodeMapLock.IsWriteLockHeld);
bool alreadyInTree = false;
// check if we already have node in the cache.
// this may happen if we have races and in such case we are no longer interested in adding
if (bound != null)
{
alreadyInTree = _guardedBoundNodeMap.ContainsKey(bound.Syntax);
}
if (!alreadyInTree)
{
if (syntax == _root || syntax is StatementSyntax)
{
// Note: For speculative model we want to always cache the entire bound tree.
// If syntax is a statement, we need to add all its children.
// Node cache assumes that if statement is cached, then all
// its children are cached too.
NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree);
Debug.Assert(syntax != _root || _guardedBoundNodeMap.ContainsKey(bound.Syntax));
}
else
{
// expressions can be added individually.
NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree, syntax);
}
Debug.Assert((manager is null && (!IsNullableAnalysisEnabled() || syntax != Root || syntax is TypeSyntax ||
// Supporting attributes is tracked by
// https://github.com/dotnet/roslyn/issues/36066
this is AttributeSemanticModel)) ||
(manager is object && remappedSymbols is object && syntax == Root && IsNullableAnalysisEnabled() && _lazySnapshotManager is null));
if (manager is object)
{
_lazySnapshotManager = manager;
_lazyRemappedSymbols = remappedSymbols;
}
}
}
// We might not have actually been given a bindable expression or statement; the caller can
// give us variable declaration nodes, for example. If we're not at an expression or
// statement, back up until we find one.
private CSharpSyntaxNode GetBindingRoot(CSharpSyntaxNode node)
{
Debug.Assert(node != null);
#if DEBUG
for (CSharpSyntaxNode current = node; current != this.Root; current = current.ParentOrStructuredTriviaParent)
{
// make sure we never go out of Root
Debug.Assert(current != null, "How did we get outside the root?");
}
#endif
for (CSharpSyntaxNode current = node; current != this.Root; current = current.ParentOrStructuredTriviaParent)
{
if (current is StatementSyntax)
{
return current;
}
switch (current.Kind())
{
case SyntaxKind.ThisConstructorInitializer:
case SyntaxKind.BaseConstructorInitializer:
case SyntaxKind.PrimaryConstructorBaseType:
return current;
case SyntaxKind.ArrowExpressionClause:
// If this is an arrow expression on a local function statement, then our bindable root is actually our parent syntax as it's
// a statement in a function. If this is returned directly in IOperation, we'll end up with a separate tree.
if (current.Parent == null || current.Parent.Kind() != SyntaxKind.LocalFunctionStatement)
{
return current;
}
break;
}
}
return this.Root;
}
// We want the binder in which this syntax node is going to be bound, NOT the binder which
// this syntax node *produces*. That is, suppose we have
//
// void M() { int x; { int y; { int z; } } }
//
// We want the enclosing binder of the syntax node for { int z; }. We do not want the binder
// that has local z, but rather the binder that has local y. The inner block is going to be
// bound in the context of its enclosing binder; it's contents are going to be bound in the
// context of its binder.
internal override Binder GetEnclosingBinderInternal(int position)
{
AssertPositionAdjusted(position);
// If we have a root binder with no tokens in it, position can be outside the span event
// after position is adjusted. If this happens, there can't be any
if (!this.Root.FullSpan.Contains(position))
return this.RootBinder;
SyntaxToken token = this.Root.FindToken(position);
CSharpSyntaxNode node = (CSharpSyntaxNode)token.Parent;
return GetEnclosingBinderInternal(node, position);
}
/// <summary>
/// This overload exists for callers who already have a node in hand
/// and don't want to search through the tree.
/// </summary>
private Binder GetEnclosingBinderInternal(CSharpSyntaxNode node, int position)
{
AssertPositionAdjusted(position);
CSharpSyntaxNode innerLambdaOrQuery = GetInnermostLambdaOrQuery(node, position, allowStarting: true);
// There are three possible scenarios here.
//
// 1) the node is outside all lambdas in this context, or
// 2) The node is an outermost lambda in this context, or
// 3) the node is inside the outermost lambda in this context.
//
// In the first case, no lambdas are involved at all so let's just fall back on the
// original enclosing binder code.
//
// In the second case, we have been asked to bind an entire lambda and we know it to be
// the outermost lambda in this context. Therefore the enclosing binder is going to be
// the enclosing binder of this expression. However, we do not simply want to say
// "here's the enclosing binder":
//
// void M() { Func<int, int> f = x=>x+1; }
//
// We should step out to the enclosing statement or expression, if there is one, and
// bind that.
if (innerLambdaOrQuery == null)
{
return GetEnclosingBinderInternalWithinRoot(node, position);
}
// In the third case, we're in a child lambda.
BoundNode boundInnerLambdaOrQuery = GetBoundLambdaOrQuery(innerLambdaOrQuery);
return GetEnclosingBinderInLambdaOrQuery(position, node, innerLambdaOrQuery, ref boundInnerLambdaOrQuery);
}
private BoundNode GetBoundLambdaOrQuery(CSharpSyntaxNode lambdaOrQuery)
{
// Have we already cached a bound node for it?
// If not, bind the outermost expression containing the lambda and then fill in the map.
ImmutableArray<BoundNode> nodes;
EnsureNullabilityAnalysisPerformedIfNecessary();
using (_nodeMapLock.DisposableRead())
{
nodes = GuardedGetBoundNodesFromMap(lambdaOrQuery);
}
if (!nodes.IsDefaultOrEmpty)
{
return GetLowerBoundNode(nodes);
}
// We probably never tried to bind an enclosing statement
// Let's do that
Binder lambdaRecoveryBinder;
CSharpSyntaxNode bindingRoot = GetBindingRoot(lambdaOrQuery);
CSharpSyntaxNode enclosingLambdaOrQuery = GetInnermostLambdaOrQuery(lambdaOrQuery, lambdaOrQuery.SpanStart, allowStarting: false);
BoundNode boundEnclosingLambdaOrQuery = null;
CSharpSyntaxNode nodeToBind;
if (enclosingLambdaOrQuery == null)
{
nodeToBind = bindingRoot;
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind, GetAdjustedNodePosition(nodeToBind));
}
else
{
if (enclosingLambdaOrQuery == bindingRoot || !enclosingLambdaOrQuery.Contains(bindingRoot))
{
Debug.Assert(bindingRoot.Contains(enclosingLambdaOrQuery));
nodeToBind = lambdaOrQuery;
}
else
{
nodeToBind = bindingRoot;
}
boundEnclosingLambdaOrQuery = GetBoundLambdaOrQuery(enclosingLambdaOrQuery);
using (_nodeMapLock.DisposableRead())
{
nodes = GuardedGetBoundNodesFromMap(lambdaOrQuery);
}
if (!nodes.IsDefaultOrEmpty)
{
// If everything is working as expected we should end up here because binding the enclosing lambda
// should also take care of binding and caching this lambda.
return GetLowerBoundNode(nodes);
}
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
}
Binder incrementalBinder = new IncrementalBinder(this, lambdaRecoveryBinder);
using (_nodeMapLock.DisposableWrite())
{
BoundNode boundOuterExpression = this.Bind(incrementalBinder, nodeToBind, BindingDiagnosticBag.Discarded);
// https://github.com/dotnet/roslyn/issues/35038: Rewrite the above node and add a test that hits this path with nullable
// enabled
nodes = GuardedAddBoundTreeAndGetBoundNodeFromMap(lambdaOrQuery, boundOuterExpression);
}
if (!nodes.IsDefaultOrEmpty)
{
return GetLowerBoundNode(nodes);
}
Debug.Assert(lambdaOrQuery != nodeToBind);
// If there is a bug in the binder such that we "lose" a sub-expression containing a
// lambda, and never put bound state for it into the bound tree, then the bound lambda
// that comes back from the map lookup will be null. This can occur in error recovery
// situations. Let's bind the node directly.
if (enclosingLambdaOrQuery == null)
{
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery, GetAdjustedNodePosition(lambdaOrQuery));
}
else
{
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
}
incrementalBinder = new IncrementalBinder(this, lambdaRecoveryBinder);
using (_nodeMapLock.DisposableWrite())
{
BoundNode boundOuterExpression = this.Bind(incrementalBinder, lambdaOrQuery, BindingDiagnosticBag.Discarded);
// https://github.com/dotnet/roslyn/issues/35038: We need to do a rewrite here, and create a test that can hit this.
if (!IsNullableAnalysisEnabled() && Compilation.IsNullableAnalysisEnabledAlways)
{
AnalyzeBoundNodeNullability(boundOuterExpression, incrementalBinder, diagnostics: new DiagnosticBag(), createSnapshots: false);
}
nodes = GuardedAddBoundTreeAndGetBoundNodeFromMap(lambdaOrQuery, boundOuterExpression);
}
return GetLowerBoundNode(nodes);
}
private Binder GetEnclosingBinderInLambdaOrQuery(int position, CSharpSyntaxNode node, CSharpSyntaxNode innerLambdaOrQuery, ref BoundNode boundInnerLambdaOrQuery)
{
Debug.Assert(boundInnerLambdaOrQuery != null);
Binder result;
switch (boundInnerLambdaOrQuery.Kind)
{
case BoundKind.UnboundLambda:
boundInnerLambdaOrQuery = ((UnboundLambda)boundInnerLambdaOrQuery).BindForErrorRecovery();
goto case BoundKind.Lambda;
case BoundKind.Lambda:
AssertPositionAdjusted(position);
result = GetLambdaEnclosingBinder(position, node, innerLambdaOrQuery, ((BoundLambda)boundInnerLambdaOrQuery).Binder);
break;
case BoundKind.QueryClause:
result = GetQueryEnclosingBinder(position, node, ((BoundQueryClause)boundInnerLambdaOrQuery));
break;
default:
return GetEnclosingBinderInternalWithinRoot(node, position); // Known to return non-null with BinderFlags.SemanticModel.
}
Debug.Assert(result != null);
return result.WithAdditionalFlags(GetSemanticModelBinderFlags());
}
/// <remarks>
/// Returned binder doesn't need to have <see cref="BinderFlags.SemanticModel"/> set - the caller will add it.
/// </remarks>
private static Binder GetQueryEnclosingBinder(int position, CSharpSyntaxNode startingNode, BoundQueryClause queryClause)
{
BoundExpression node = queryClause;
do
{
switch (node.Kind)
{
case BoundKind.QueryClause:
queryClause = (BoundQueryClause)node;
node = GetQueryClauseValue(queryClause);
continue;
case BoundKind.Call:
var call = (BoundCall)node;
node = GetContainingArgument(call.Arguments, position);
if (node != null)
{
continue;
}
BoundExpression receiver = call.ReceiverOpt;
// In some error scenarios, we end-up with a method group as the receiver,
// let's get to real receiver.
while (receiver?.Kind == BoundKind.MethodGroup)
{
receiver = ((BoundMethodGroup)receiver).ReceiverOpt;
}
if (receiver != null)
{
node = GetContainingExprOrQueryClause(receiver, position);
if (node != null)
{
continue;
}
}
// TODO: should we look for the "nearest" argument as a fallback?
node = call.Arguments.LastOrDefault();
continue;
case BoundKind.Conversion:
node = ((BoundConversion)node).Operand;
continue;
case BoundKind.UnboundLambda:
var unbound = (UnboundLambda)node;
return GetEnclosingBinderInternalWithinRoot(AdjustStartingNodeAccordingToNewRoot(startingNode, unbound.Syntax),
position, unbound.BindForErrorRecovery().Binder, unbound.Syntax);
case BoundKind.Lambda:
var lambda = (BoundLambda)node;
return GetEnclosingBinderInternalWithinRoot(AdjustStartingNodeAccordingToNewRoot(startingNode, lambda.Body.Syntax),
position, lambda.Binder, lambda.Body.Syntax);
default:
goto done;
}
}
while (node != null);
done:
return GetEnclosingBinderInternalWithinRoot(AdjustStartingNodeAccordingToNewRoot(startingNode, queryClause.Syntax),
position, queryClause.Binder, queryClause.Syntax);
}
// Return the argument containing the position. For query
// expressions, the span of an argument may include other
// arguments, so the argument with the smallest span is returned.
private static BoundExpression GetContainingArgument(ImmutableArray<BoundExpression> arguments, int position)
{
BoundExpression result = null;
TextSpan resultSpan = default(TextSpan);
foreach (var arg in arguments)
{
var expr = GetContainingExprOrQueryClause(arg, position);
if (expr != null)
{
var span = expr.Syntax.FullSpan;
if (result == null || resultSpan.Contains(span))
{
result = expr;
resultSpan = span;
}
}
}
return result;
}
// Returns the expr if the syntax span contains the position;
// returns the BoundQueryClause value if expr is a BoundQueryClause
// and the value contains the position; otherwise returns null.
private static BoundExpression GetContainingExprOrQueryClause(BoundExpression expr, int position)
{
if (expr.Kind == BoundKind.QueryClause)
{
var value = GetQueryClauseValue((BoundQueryClause)expr);
if (value.Syntax.FullSpan.Contains(position))
{
return value;
}
}
if (expr.Syntax.FullSpan.Contains(position))
{
return expr;
}
return null;
}
private static BoundExpression GetQueryClauseValue(BoundQueryClause queryClause)
{
return queryClause.UnoptimizedForm ?? queryClause.Value;
}
private static SyntaxNode AdjustStartingNodeAccordingToNewRoot(SyntaxNode startingNode, SyntaxNode root)
{
SyntaxNode result = startingNode.Contains(root) ? root : startingNode;
if (result != root && !root.Contains(result))
{
result = root;
}
return result;
}
/// <summary>
/// Performs the same function as GetEnclosingBinder, but is known to take place within a
/// specified lambda. Walks up the syntax hierarchy until a node with an associated binder
/// is found.
/// </summary>
/// <remarks>
/// CONSIDER: can this share code with MemberSemanticModel.GetEnclosingBinder?
///
/// Returned binder doesn't need to have <see cref="BinderFlags.SemanticModel"/> set - the caller will add it.
/// </remarks>
private static Binder GetLambdaEnclosingBinder(int position, CSharpSyntaxNode startingNode, CSharpSyntaxNode containingLambda, Binder lambdaBinder)
{
Debug.Assert(containingLambda.IsAnonymousFunction());
Debug.Assert(LookupPosition.IsInAnonymousFunctionOrQuery(position, containingLambda));
return GetEnclosingBinderInternalWithinRoot(startingNode, position, lambdaBinder, containingLambda);
}
/// <summary>
/// If we're doing nullable analysis, we need to fully bind this member, and then run
/// nullable analysis on the resulting nodes before putting them in the map. Nullable
/// analysis does not run a subset of code, so we need to fully bind the entire member
/// first
/// </summary>
protected void EnsureNullabilityAnalysisPerformedIfNecessary()
{
bool isNullableAnalysisEnabled = IsNullableAnalysisEnabled();
if (!isNullableAnalysisEnabled && !Compilation.IsNullableAnalysisEnabledAlways)
{
return;
}
// If we have a snapshot manager, then we've already done
// all the work necessary and we should avoid taking an
// unnecessary read lock.
if (_lazySnapshotManager is object)
{
return;
}
var bindableRoot = GetBindableSyntaxNode(Root);
using var upgradeableLock = _nodeMapLock.DisposableUpgradeableRead();
// If there are already nodes in the map, then we've already done work here. Since
// EnsureNullabilityAnalysis is guaranteed to have run first, that means we've
// already bound the root node and we can just exit. We can't just assert that Root
// is in the map, as there are some models for which there is no BoundNode for the
// Root elements (such as fields, where the root is a VariableDeclarator but the
// first BoundNode corresponds to the underlying EqualsValueSyntax of the initializer)
if (_guardedBoundNodeMap.Count > 0)
{
Debug.Assert(!isNullableAnalysisEnabled ||
_guardedBoundNodeMap.ContainsKey(bindableRoot) ||
_guardedBoundNodeMap.ContainsKey(bind(bindableRoot, out _).Syntax));
return;
}
upgradeableLock.EnterWrite();
NullableWalker.SnapshotManager snapshotManager;
var remappedSymbols = _parentRemappedSymbolsOpt;
Binder binder;
BoundNode boundRoot = bind(bindableRoot, out binder);
if (IsSpeculativeSemanticModel)
{
// Not all speculative models are created with existing snapshots. Attributes,
// TypeSyntaxes, and MethodBodies do not depend on existing state in a member,
// and so the SnapshotManager can be null in these cases.
if (_parentSnapshotManagerOpt is null || !isNullableAnalysisEnabled)
{
rewriteAndCache();
return;
}
boundRoot = NullableWalker.AnalyzeAndRewriteSpeculation(_speculatedPosition, boundRoot, binder, _parentSnapshotManagerOpt, out var newSnapshots, ref remappedSymbols);
GuardedAddBoundTreeForStandaloneSyntax(bindableRoot, boundRoot, newSnapshots, remappedSymbols);
}
else
{
rewriteAndCache();
}
BoundNode bind(CSharpSyntaxNode root, out Binder binder)
{
if (root is CompilationUnitSyntax)
{
// Top level statements are unique among our nodes: if there are no syntax nodes before local functions,
// then that means the start of the span of the top-level statement is the same as the start of the local
// function. Therefore, GetEnclosingBinder can't tell the difference, and it will get the binder for the
// local function, not for the CompilationUnitSyntax. This is desirable in almost all cases but this one:
// There are no locals or invocations before this, meaning there's nothing to call GetDeclaredSymbol,
// GetTypeInfo, or GetSymbolInfo on. GetDeclaredSymbol(CompilationUnitSyntax) goes down another path that
// does not need to do any binding whatsoever, so it also doesn't care about this behavior. The only place
// that actually needs to get the enclosing binding for a CompilationUnitSyntax in such a scenario is this
// method. So, if our root is the CompilationUnitSyntax, directly get the binder for it.
binder = RootBinder.GetBinder(root);
Debug.Assert(binder is SimpleProgramBinder);
}
else
{
binder = GetEnclosingBinder(GetAdjustedNodePosition(root));
}
return Bind(binder, root, BindingDiagnosticBag.Discarded);
}
void rewriteAndCache()
{
var diagnostics = DiagnosticBag.GetInstance();
#if DEBUG
if (!isNullableAnalysisEnabled)
{
Debug.Assert(Compilation.IsNullableAnalysisEnabledAlways);
AnalyzeBoundNodeNullability(boundRoot, binder, diagnostics, createSnapshots: true);
diagnostics.Free();
return;
}
#endif
boundRoot = RewriteNullableBoundNodesWithSnapshots(boundRoot, binder, diagnostics, createSnapshots: true, out snapshotManager, ref remappedSymbols);
diagnostics.Free();
GuardedAddBoundTreeForStandaloneSyntax(bindableRoot, boundRoot, snapshotManager, remappedSymbols);
}
}
#nullable enable
/// <summary>
/// Rewrites the given bound node with nullability information, and returns snapshots for later speculative analysis at positions inside this member.
/// </summary>
protected abstract BoundNode RewriteNullableBoundNodesWithSnapshots(
BoundNode boundRoot,
Binder binder,
DiagnosticBag diagnostics,
bool createSnapshots,
out NullableWalker.SnapshotManager? snapshotManager,
ref ImmutableDictionary<Symbol, Symbol>? remappedSymbols);
/// <summary>
/// Performs the analysis step of getting nullability information for a semantic model but
/// does not actually use the results. This gives us extra verification of nullable flow analysis.
/// It is only used in contexts where nullable analysis is disabled in the compilation but requested
/// through "run-nullable-analysis=always" or when the compiler is running in DEBUG.
/// </summary>
protected abstract void AnalyzeBoundNodeNullability(BoundNode boundRoot, Binder binder, DiagnosticBag diagnostics, bool createSnapshots);
protected abstract bool IsNullableAnalysisEnabled();
#nullable disable
/// <summary>
/// Get all bounds nodes associated with a node, ordered from highest to lowest in the bound tree.
/// Strictly speaking, the order is that of a pre-order traversal of the bound tree.
/// </summary>
internal ImmutableArray<BoundNode> GetBoundNodes(CSharpSyntaxNode node)
{
// If this method is called with a null parameter, that implies that the Root should be
// bound, but make sure that the Root is bindable.
if (node == null)
{
node = GetBindableSyntaxNode(Root);
}
Debug.Assert(node == GetBindableSyntaxNode(node));
EnsureNullabilityAnalysisPerformedIfNecessary();
// We have one SemanticModel for each method.
//
// The SemanticModel contains a lazily-built immutable map from scope-introducing
// syntactic statements (such as blocks) to binders, but not from lambdas to binders.
//
// The SemanticModel also contains a mutable map from syntax to bound nodes; that is
// declared here. Since the map is not thread-safe we ensure that it is guarded with a
// reader-writer lock.
//
// Have we already got the desired bound node in the mutable map? If so, return it.
ImmutableArray<BoundNode> results;
using (_nodeMapLock.DisposableRead())
{
results = GuardedGetBoundNodesFromMap(node);
}
if (!results.IsDefaultOrEmpty)
{
return results;
}
// We might not actually have been given an expression or statement even though we were
// allegedly given something that is "bindable".
// If we didn't find in the cached bound nodes, find a binding root and bind it.
// This will cache bound nodes under the binding root.
CSharpSyntaxNode nodeToBind = GetBindingRoot(node);
var statementBinder = GetEnclosingBinder(GetAdjustedNodePosition(nodeToBind));
Binder incrementalBinder = new IncrementalBinder(this, statementBinder);
using (_nodeMapLock.DisposableWrite())
{
BoundNode boundStatement = this.Bind(incrementalBinder, nodeToBind, BindingDiagnosticBag.Discarded);
results = GuardedAddBoundTreeAndGetBoundNodeFromMap(node, boundStatement);
}
if (!results.IsDefaultOrEmpty)
{
return results;
}
// If we still didn't find it, its still possible we could bind it directly.
// For example, types are usually not represented by bound nodes, and some error conditions and
// not yet implemented features do not create bound nodes for everything underneath them.
//
// In this case, however, we only add the single bound node we found to the map, not any child bound nodes,
// to avoid duplicates in the map if a parent of this node comes through this code path also.
var binder = GetEnclosingBinder(GetAdjustedNodePosition(node));
incrementalBinder = new IncrementalBinder(this, binder);
using (_nodeMapLock.DisposableRead())
{
results = GuardedGetBoundNodesFromMap(node);
}
if (results.IsDefaultOrEmpty)
{
// https://github.com/dotnet/roslyn/issues/35038: We have to run analysis on this node in some manner
using (_nodeMapLock.DisposableWrite())
{
var boundNode = this.Bind(incrementalBinder, node, BindingDiagnosticBag.Discarded);
GuardedAddBoundTreeForStandaloneSyntax(node, boundNode);
results = GuardedGetBoundNodesFromMap(node);
}
if (!results.IsDefaultOrEmpty)
{
return results;
}
}
else
{
return results;
}
return ImmutableArray<BoundNode>.Empty;
}
// some nodes don't have direct semantic meaning by themselves and so we need to bind a different node that does
protected internal virtual CSharpSyntaxNode GetBindableSyntaxNode(CSharpSyntaxNode node)
{
switch (node.Kind())
{
case SyntaxKind.GetAccessorDeclaration:
case SyntaxKind.SetAccessorDeclaration:
case SyntaxKind.InitAccessorDeclaration:
case SyntaxKind.AddAccessorDeclaration:
case SyntaxKind.RemoveAccessorDeclaration:
case SyntaxKind.MethodDeclaration:
case SyntaxKind.ConstructorDeclaration:
case SyntaxKind.DestructorDeclaration:
case SyntaxKind.OperatorDeclaration:
case SyntaxKind.ConversionOperatorDeclaration:
case SyntaxKind.GlobalStatement:
case SyntaxKind.Subpattern:
return node;
case SyntaxKind.PositionalPatternClause:
return node.Parent;
}
while (true)
{
switch (node)
{
case ParenthesizedExpressionSyntax n:
node = n.Expression;
continue;
case CheckedExpressionSyntax n:
node = n.Expression;
continue;
// Simple mitigation to give a result for suppressions. Public API tracked by https://github.com/dotnet/roslyn/issues/26198
case PostfixUnaryExpressionSyntax { RawKind: (int)SyntaxKind.SuppressNullableWarningExpression } n:
node = n.Operand;
continue;
case UnsafeStatementSyntax n:
node = n.Block;
continue;
case CheckedStatementSyntax n:
node = n.Block;
continue;
}
break;
}
var parent = node.Parent;
if (parent != null && node != this.Root)
{
switch (node.Kind())
{
case SyntaxKind.IdentifierName:
case SyntaxKind.GenericName:
var tmp = SyntaxFactory.GetStandaloneNode(node);
if (tmp != node)
{
return GetBindableSyntaxNode(tmp);
}
break;
case SyntaxKind.AnonymousObjectMemberDeclarator:
return GetBindableSyntaxNode(parent);
case SyntaxKind.VariableDeclarator: // declarators are mapped in SyntaxBinder
// When a local variable declaration contains a single declarator, the bound node
// is associated with the declaration, rather than with the declarator. If we
// used the declarator here, we would have enough context to bind it, but we wouldn't
// end up with an entry in the syntax-to-bound node map.
Debug.Assert(parent.Kind() == SyntaxKind.VariableDeclaration);
var grandparent = parent.Parent;
if (grandparent != null && grandparent.Kind() == SyntaxKind.LocalDeclarationStatement &&
((VariableDeclarationSyntax)parent).Variables.Count == 1)
{
return GetBindableSyntaxNode(parent);
}
break;
default:
if (node is QueryExpressionSyntax && parent is QueryContinuationSyntax ||
!(node is ExpressionSyntax) &&
!(node is StatementSyntax) &&
!(node is SelectOrGroupClauseSyntax) &&
!(node is QueryClauseSyntax) &&
!(node is OrderingSyntax) &&
!(node is JoinIntoClauseSyntax) &&
!(node is QueryContinuationSyntax) &&
!(node is ConstructorInitializerSyntax) &&
!(node is PrimaryConstructorBaseTypeSyntax) &&
!(node is ArrowExpressionClauseSyntax) &&
!(node is PatternSyntax))
{
return GetBindableSyntaxNode(parent);
}
break;
}
}
return node;
}
/// <summary>
/// If the node is an expression, return the nearest parent node
/// with semantic meaning. Otherwise return null.
/// </summary>
protected CSharpSyntaxNode GetBindableParentNode(CSharpSyntaxNode node)
{
if (!(node is ExpressionSyntax))
{
return null;
}
// The node is an expression, but its parent is null
CSharpSyntaxNode parent = node.Parent;
if (parent == null)
{
// For speculative model, expression might be the root of the syntax tree, in which case it can have a null parent.
if (this.IsSpeculativeSemanticModel && this.Root == node)
{
return null;
}
throw new ArgumentException($"The parent of {nameof(node)} must not be null unless this is a speculative semantic model.", nameof(node));
}
// skip up past parens and ref expressions, as we have no bound nodes for them.
while (true)
{
switch (parent.Kind())
{
case SyntaxKind.ParenthesizedExpression:
case SyntaxKind.RefExpression:
case SyntaxKind.RefType:
var pp = parent.Parent;
if (pp == null) break;
parent = pp;
break;
default:
goto foundParent;
}
}
foundParent:;
var bindableParent = this.GetBindableSyntaxNode(parent);
Debug.Assert(bindableParent != null);
// If the parent is a member used for a method invocation, then
// the node is the instance associated with the method invocation.
// In that case, return the invocation expression so that any conversion
// of the receiver can be included in the resulting SemanticInfo.
if ((bindableParent.Kind() == SyntaxKind.SimpleMemberAccessExpression) && (bindableParent.Parent.Kind() == SyntaxKind.InvocationExpression))
{
bindableParent = bindableParent.Parent;
}
else if (bindableParent.Kind() == SyntaxKind.ArrayType)
{
bindableParent = SyntaxFactory.GetStandaloneExpression((ArrayTypeSyntax)bindableParent);
}
return bindableParent;
}
internal override Symbol RemapSymbolIfNecessaryCore(Symbol symbol)
{
Debug.Assert(symbol is LocalSymbol or ParameterSymbol or MethodSymbol { MethodKind: MethodKind.LambdaMethod });
EnsureNullabilityAnalysisPerformedIfNecessary();
if (_lazyRemappedSymbols is null)
{
return symbol;
}
if (_lazyRemappedSymbols.TryGetValue(symbol, out var remappedSymbol))
{
return remappedSymbol;
}
else
{
return symbol;
}
}
internal sealed override Func<SyntaxNode, bool> GetSyntaxNodesToAnalyzeFilter(SyntaxNode declaredNode, ISymbol declaredSymbol)
{
throw ExceptionUtilities.Unreachable;
}
/// <summary>
/// The incremental binder is used when binding statements. Whenever a statement
/// is bound, it checks the bound node cache to see if that statement was bound,
/// and returns it instead of rebinding it.
///
/// For example, we might have:
/// while (x > goo())
/// {
/// y = y * x;
/// z = z + y;
/// }
///
/// We might first get semantic info about "z", and thus bind just the statement
/// "z = z + y". Later, we might bind the entire While block. While binding the while
/// block, we can reuse the binding we did of "z = z + y".
/// </summary>
/// <remarks>
/// NOTE: any member overridden by this binder should follow the BuckStopsHereBinder pattern.
/// Otherwise, a subsequent binder in the chain could suppress the caching behavior.
/// </remarks>
internal class IncrementalBinder : Binder
{
private readonly MemberSemanticModel _semanticModel;
internal IncrementalBinder(MemberSemanticModel semanticModel, Binder next)
: base(next)
{
_semanticModel = semanticModel;
}
/// <summary>
/// We override GetBinder so that the BindStatement override is still
/// in effect on nested binders.
/// </summary>
internal override Binder GetBinder(SyntaxNode node)
{
Binder binder = this.Next.GetBinder(node);
if (binder != null)
{
Debug.Assert(!(binder is IncrementalBinder));
return new IncrementalBinder(_semanticModel, binder.WithAdditionalFlags(BinderFlags.SemanticModel));
}
return null;
}
public override BoundStatement BindStatement(StatementSyntax node, BindingDiagnosticBag diagnostics)
{
// Check the bound node cache to see if the statement was already bound.
if (node.SyntaxTree == _semanticModel.SyntaxTree)
{
BoundStatement synthesizedStatement = _semanticModel.GuardedGetSynthesizedStatementFromMap(node);
if (synthesizedStatement != null)
{
return synthesizedStatement;
}
BoundNode boundNode = TryGetBoundNodeFromMap(node);
if (boundNode != null)
{
return (BoundStatement)boundNode;
}
}
BoundStatement statement = base.BindStatement(node, diagnostics);
// Synthesized statements are not added to the _guardedNodeMap, we cache them explicitly here in
// _lazyGuardedSynthesizedStatementsMap
if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree)
{
_semanticModel.GuardedAddSynthesizedStatementToMap(node, statement);
}
return statement;
}
internal override BoundBlock BindEmbeddedBlock(BlockSyntax node, BindingDiagnosticBag diagnostics)
{
BoundBlock block = (BoundBlock)TryGetBoundNodeFromMap(node);
if (block is object)
{
return block;
}
block = base.BindEmbeddedBlock(node, diagnostics);
Debug.Assert(!block.WasCompilerGenerated);
return block;
}
private BoundNode TryGetBoundNodeFromMap(CSharpSyntaxNode node)
{
if (node.SyntaxTree == _semanticModel.SyntaxTree)
{
ImmutableArray<BoundNode> boundNodes = _semanticModel.GuardedGetBoundNodesFromMap(node);
if (!boundNodes.IsDefaultOrEmpty)
{
// Already bound. Return the top-most bound node associated with the statement.
return boundNodes[0];
}
}
return null;
}
public override BoundNode BindMethodBody(CSharpSyntaxNode node, BindingDiagnosticBag diagnostics, bool includeInitializersInBody)
{
BoundNode boundNode = TryGetBoundNodeFromMap(node);
if (boundNode is object)
{
return boundNode;
}
boundNode = base.BindMethodBody(node, diagnostics, includeInitializersInBody);
return boundNode;
}
internal override BoundExpressionStatement BindConstructorInitializer(ConstructorInitializerSyntax node, BindingDiagnosticBag diagnostics)
{
return (BoundExpressionStatement)TryGetBoundNodeFromMap(node) ?? base.BindConstructorInitializer(node, diagnostics);
}
internal override BoundExpressionStatement BindConstructorInitializer(PrimaryConstructorBaseTypeSyntax node, BindingDiagnosticBag diagnostics)
{
return (BoundExpressionStatement)TryGetBoundNodeFromMap(node) ?? base.BindConstructorInitializer(node, diagnostics);
}
internal override BoundBlock BindExpressionBodyAsBlock(ArrowExpressionClauseSyntax node, BindingDiagnosticBag diagnostics)
{
BoundBlock block = (BoundBlock)TryGetBoundNodeFromMap(node);
if (block is object)
{
return block;
}
block = base.BindExpressionBodyAsBlock(node, diagnostics);
return block;
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// Binding info for expressions and statements that are part of a member declaration.
/// </summary>
internal abstract partial class MemberSemanticModel : CSharpSemanticModel
{
private readonly Symbol _memberSymbol;
private readonly CSharpSyntaxNode _root;
private readonly ReaderWriterLockSlim _nodeMapLock = new ReaderWriterLockSlim(LockRecursionPolicy.NoRecursion);
// The bound nodes associated with a syntax node, from highest in the tree to lowest.
private readonly Dictionary<SyntaxNode, ImmutableArray<BoundNode>> _guardedBoundNodeMap = new Dictionary<SyntaxNode, ImmutableArray<BoundNode>>();
private readonly Dictionary<SyntaxNode, IOperation> _guardedIOperationNodeMap = new Dictionary<SyntaxNode, IOperation>();
private Dictionary<SyntaxNode, BoundStatement> _lazyGuardedSynthesizedStatementsMap;
private NullableWalker.SnapshotManager _lazySnapshotManager;
private ImmutableDictionary<Symbol, Symbol> _lazyRemappedSymbols;
private readonly ImmutableDictionary<Symbol, Symbol> _parentRemappedSymbolsOpt;
/// <summary>
/// Only used when this is a speculative semantic model.
/// </summary>
private readonly NullableWalker.SnapshotManager _parentSnapshotManagerOpt;
internal readonly Binder RootBinder;
/// <summary>
/// Field specific to a non-speculative MemberSemanticModel that must have a containing semantic model.
/// </summary>
private readonly SyntaxTreeSemanticModel _containingSemanticModelOpt;
// Fields specific to a speculative MemberSemanticModel.
private readonly SyntaxTreeSemanticModel _parentSemanticModelOpt;
private readonly int _speculatedPosition;
private readonly Lazy<CSharpOperationFactory> _operationFactory;
protected MemberSemanticModel(
CSharpSyntaxNode root,
Symbol memberSymbol,
Binder rootBinder,
SyntaxTreeSemanticModel containingSemanticModelOpt,
SyntaxTreeSemanticModel parentSemanticModelOpt,
NullableWalker.SnapshotManager snapshotManagerOpt,
ImmutableDictionary<Symbol, Symbol> parentRemappedSymbolsOpt,
int speculatedPosition)
{
Debug.Assert(root != null);
Debug.Assert((object)memberSymbol != null);
Debug.Assert(parentSemanticModelOpt == null ^ containingSemanticModelOpt == null);
Debug.Assert(containingSemanticModelOpt == null || !containingSemanticModelOpt.IsSpeculativeSemanticModel);
Debug.Assert(parentSemanticModelOpt == null || !parentSemanticModelOpt.IsSpeculativeSemanticModel, CSharpResources.ChainingSpeculativeModelIsNotSupported);
Debug.Assert(snapshotManagerOpt == null || parentSemanticModelOpt != null);
_root = root;
_memberSymbol = memberSymbol;
this.RootBinder = rootBinder.WithAdditionalFlags(GetSemanticModelBinderFlags());
_containingSemanticModelOpt = containingSemanticModelOpt;
_parentSemanticModelOpt = parentSemanticModelOpt;
_parentSnapshotManagerOpt = snapshotManagerOpt;
_parentRemappedSymbolsOpt = parentRemappedSymbolsOpt;
_speculatedPosition = speculatedPosition;
_operationFactory = new Lazy<CSharpOperationFactory>(() => new CSharpOperationFactory(this));
}
public override CSharpCompilation Compilation
{
get
{
return (_containingSemanticModelOpt ?? _parentSemanticModelOpt).Compilation;
}
}
internal override CSharpSyntaxNode Root
{
get
{
return _root;
}
}
/// <summary>
/// The member symbol
/// </summary>
internal Symbol MemberSymbol
{
get
{
return _memberSymbol;
}
}
public sealed override bool IsSpeculativeSemanticModel
{
get
{
return _parentSemanticModelOpt != null;
}
}
public sealed override int OriginalPositionForSpeculation
{
get
{
return _speculatedPosition;
}
}
public sealed override CSharpSemanticModel ParentModel
{
get
{
return _parentSemanticModelOpt;
}
}
internal sealed override SemanticModel ContainingModelOrSelf
{
get
{
return _containingSemanticModelOpt ?? (SemanticModel)this;
}
}
internal override MemberSemanticModel GetMemberModel(SyntaxNode node)
{
// We do have to override this method, but should never call it because it might not do the right thing.
Debug.Assert(false);
return IsInTree(node) ? this : null;
}
/// <remarks>
/// This will cause the bound node cache to be populated if nullable semantic analysis is enabled.
/// </remarks>
protected virtual NullableWalker.SnapshotManager GetSnapshotManager()
{
EnsureNullabilityAnalysisPerformedIfNecessary();
Debug.Assert(_lazySnapshotManager is object || this is AttributeSemanticModel || !IsNullableAnalysisEnabled());
return _lazySnapshotManager;
}
internal ImmutableDictionary<Symbol, Symbol> GetRemappedSymbols()
{
EnsureNullabilityAnalysisPerformedIfNecessary();
Debug.Assert(_lazyRemappedSymbols is object || this is AttributeSemanticModel || !IsNullableAnalysisEnabled());
return _lazyRemappedSymbols;
}
internal sealed override bool TryGetSpeculativeSemanticModelCore(SyntaxTreeSemanticModel parentModel, int position, TypeSyntax type, SpeculativeBindingOption bindingOption, out SemanticModel speculativeModel)
{
var expression = SyntaxFactory.GetStandaloneExpression(type);
var binder = this.GetSpeculativeBinder(position, expression, bindingOption);
if (binder != null)
{
speculativeModel = new SpeculativeMemberSemanticModel(parentModel, _memberSymbol, type, binder, GetSnapshotManager(), GetRemappedSymbols(), position);
return true;
}
speculativeModel = null;
return false;
}
internal sealed override bool TryGetSpeculativeSemanticModelCore(SyntaxTreeSemanticModel parentModel, int position, CrefSyntax crefSyntax, out SemanticModel speculativeModel)
{
// crefs can never legally appear within members.
speculativeModel = null;
return false;
}
internal override BoundExpression GetSpeculativelyBoundExpression(int position, ExpressionSyntax expression, SpeculativeBindingOption bindingOption, out Binder binder, out ImmutableArray<Symbol> crefSymbols)
{
if (expression == null)
{
throw new ArgumentNullException(nameof(expression));
}
if (bindingOption == SpeculativeBindingOption.BindAsExpression && GetSnapshotManager() is { } snapshotManager)
{
crefSymbols = default;
position = CheckAndAdjustPosition(position);
expression = SyntaxFactory.GetStandaloneExpression(expression);
binder = GetSpeculativeBinder(position, expression, bindingOption);
var boundRoot = binder.BindExpression(expression, BindingDiagnosticBag.Discarded);
ImmutableDictionary<Symbol, Symbol> ignored = null;
return (BoundExpression)NullableWalker.AnalyzeAndRewriteSpeculation(position, boundRoot, binder, snapshotManager, newSnapshots: out _, remappedSymbols: ref ignored);
}
else
{
return GetSpeculativelyBoundExpressionWithoutNullability(position, expression, bindingOption, out binder, out crefSymbols);
}
}
private Binder GetEnclosingBinderInternalWithinRoot(SyntaxNode node, int position)
{
AssertPositionAdjusted(position);
return GetEnclosingBinderInternalWithinRoot(node, position, RootBinder, _root).WithAdditionalFlags(GetSemanticModelBinderFlags());
}
private static Binder GetEnclosingBinderInternalWithinRoot(SyntaxNode node, int position, Binder rootBinder, SyntaxNode root)
{
if (node == root)
{
return rootBinder.GetBinder(node) ?? rootBinder;
}
Debug.Assert(root.Contains(node));
ExpressionSyntax typeOfArgument = null;
LocalFunctionStatementSyntax ownerOfTypeParametersInScope = null;
Binder binder = null;
for (var current = node; binder == null; current = current.ParentOrStructuredTriviaParent)
{
Debug.Assert(current != null); // Why were we asked for an enclosing binder for a node outside our root?
StatementSyntax stmt = current as StatementSyntax;
TypeOfExpressionSyntax typeOfExpression;
SyntaxKind kind = current.Kind();
if (stmt != null)
{
if (LookupPosition.IsInStatementScope(position, stmt))
{
binder = rootBinder.GetBinder(current);
if (binder != null)
{
binder = AdjustBinderForPositionWithinStatement(position, binder, stmt);
}
else if (kind == SyntaxKind.LocalFunctionStatement)
{
Debug.Assert(ownerOfTypeParametersInScope == null);
var localFunction = (LocalFunctionStatementSyntax)stmt;
if (localFunction.TypeParameterList != null &&
!LookupPosition.IsBetweenTokens(position, localFunction.Identifier, localFunction.TypeParameterList.LessThanToken)) // Scope does not include method name.
{
ownerOfTypeParametersInScope = localFunction;
}
}
}
}
else if (kind == SyntaxKind.CatchClause)
{
if (LookupPosition.IsInCatchBlockScope(position, (CatchClauseSyntax)current))
{
binder = rootBinder.GetBinder(current);
}
}
else if (kind == SyntaxKind.CatchFilterClause)
{
if (LookupPosition.IsInCatchFilterScope(position, (CatchFilterClauseSyntax)current))
{
binder = rootBinder.GetBinder(current);
}
}
else if (current.IsAnonymousFunction())
{
if (LookupPosition.IsInAnonymousFunctionOrQuery(position, current))
{
binder = rootBinder.GetBinder(current.AnonymousFunctionBody());
Debug.Assert(binder != null);
}
}
else if (kind == SyntaxKind.TypeOfExpression &&
typeOfArgument == null &&
LookupPosition.IsBetweenTokens(
position,
(typeOfExpression = (TypeOfExpressionSyntax)current).OpenParenToken,
typeOfExpression.CloseParenToken))
{
typeOfArgument = typeOfExpression.Type;
}
else if (kind == SyntaxKind.SwitchSection)
{
if (LookupPosition.IsInSwitchSectionScope(position, (SwitchSectionSyntax)current))
{
binder = rootBinder.GetBinder(current);
}
}
else if (kind == SyntaxKind.ArgumentList)
{
var argList = (ArgumentListSyntax)current;
if (LookupPosition.IsBetweenTokens(position, argList.OpenParenToken, argList.CloseParenToken))
{
binder = rootBinder.GetBinder(current);
}
}
else if (kind == SyntaxKind.EqualsValueClause)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.Attribute)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.ArrowExpressionClause)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.ThisConstructorInitializer || kind == SyntaxKind.BaseConstructorInitializer || kind == SyntaxKind.PrimaryConstructorBaseType)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.ConstructorDeclaration)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.SwitchExpression)
{
binder = rootBinder.GetBinder(current);
}
else if (kind == SyntaxKind.SwitchExpressionArm)
{
binder = rootBinder.GetBinder(current);
}
else if ((current as ExpressionSyntax).IsValidScopeDesignator())
{
binder = rootBinder.GetBinder(current);
}
else
{
// If this ever breaks, make sure that all callers of
// CanHaveAssociatedLocalBinder are in sync.
Debug.Assert(!current.CanHaveAssociatedLocalBinder());
}
if (current == root)
{
break;
}
}
binder = binder ?? rootBinder.GetBinder(root) ?? rootBinder;
Debug.Assert(binder != null);
if (ownerOfTypeParametersInScope != null)
{
LocalFunctionSymbol function = GetDeclaredLocalFunction(binder, ownerOfTypeParametersInScope.Identifier);
if ((object)function != null)
{
binder = function.SignatureBinder;
}
}
if (typeOfArgument != null)
{
binder = new TypeofBinder(typeOfArgument, binder);
}
return binder;
}
private static Binder AdjustBinderForPositionWithinStatement(int position, Binder binder, StatementSyntax stmt)
{
switch (stmt.Kind())
{
case SyntaxKind.SwitchStatement:
var switchStmt = (SwitchStatementSyntax)stmt;
if (LookupPosition.IsBetweenTokens(position, switchStmt.SwitchKeyword, switchStmt.OpenBraceToken))
{
binder = binder.GetBinder(switchStmt.Expression);
Debug.Assert(binder != null);
}
break;
case SyntaxKind.ForStatement:
var forStmt = (ForStatementSyntax)stmt;
if (LookupPosition.IsBetweenTokens(position, forStmt.SecondSemicolonToken, forStmt.CloseParenToken) &&
forStmt.Incrementors.Count > 0)
{
binder = binder.GetBinder(forStmt.Incrementors.First());
Debug.Assert(binder != null);
}
else if (LookupPosition.IsBetweenTokens(position, forStmt.FirstSemicolonToken, LookupPosition.GetFirstExcludedToken(forStmt)) &&
forStmt.Condition != null)
{
binder = binder.GetBinder(forStmt.Condition);
Debug.Assert(binder != null);
}
break;
case SyntaxKind.ForEachStatement:
case SyntaxKind.ForEachVariableStatement:
var foreachStmt = (CommonForEachStatementSyntax)stmt;
var start = stmt.Kind() == SyntaxKind.ForEachVariableStatement ? foreachStmt.InKeyword : foreachStmt.OpenParenToken;
if (LookupPosition.IsBetweenTokens(position, start, foreachStmt.Statement.GetFirstToken()))
{
binder = binder.GetBinder(foreachStmt.Expression);
Debug.Assert(binder != null);
}
break;
}
return binder;
}
public override Conversion ClassifyConversion(
ExpressionSyntax expression,
ITypeSymbol destination,
bool isExplicitInSource = false)
{
if ((object)destination == null)
{
throw new ArgumentNullException(nameof(destination));
}
TypeSymbol csdestination = destination.EnsureCSharpSymbolOrNull(nameof(destination));
if (expression.Kind() == SyntaxKind.DeclarationExpression)
{
// Conversion from a declaration is unspecified.
return Conversion.NoConversion;
}
// Special Case: We have to treat anonymous functions differently, because of the way
// they are cached in the syntax-to-bound node map. Specifically, UnboundLambda nodes
// never appear in the map - they are converted to BoundLambdas, even in error scenarios.
// Since a BoundLambda has a type, we would end up doing a conversion from the delegate
// type, rather than from the anonymous function expression. If we use the overload that
// takes a position, it considers the request speculative and does not use the map.
// Bonus: Since the other overload will always bind the anonymous function from scratch,
// we don't have to worry about it affecting the trial-binding cache in the "real"
// UnboundLambda node (DevDiv #854548).
if (expression.IsAnonymousFunction())
{
CheckSyntaxNode(expression);
return this.ClassifyConversion(expression.SpanStart, expression, destination, isExplicitInSource);
}
if (isExplicitInSource)
{
return ClassifyConversionForCast(expression, csdestination);
}
// Note that it is possible for an expression to be convertible to a type
// via both an implicit user-defined conversion and an explicit built-in conversion.
// In that case, this method chooses the implicit conversion.
CheckSyntaxNode(expression);
var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression));
CSharpSyntaxNode bindableNode = this.GetBindableSyntaxNode(expression);
var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression;
if (binder == null || boundExpression == null)
{
return Conversion.NoConversion;
}
var discardedUseSiteInfo = CompoundUseSiteInfo<AssemblySymbol>.Discarded;
return binder.Conversions.ClassifyConversionFromExpression(boundExpression, csdestination, ref discardedUseSiteInfo);
}
internal override Conversion ClassifyConversionForCast(
ExpressionSyntax expression,
TypeSymbol destination)
{
CheckSyntaxNode(expression);
if ((object)destination == null)
{
throw new ArgumentNullException(nameof(destination));
}
var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression));
CSharpSyntaxNode bindableNode = this.GetBindableSyntaxNode(expression);
var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression;
if (binder == null || boundExpression == null)
{
return Conversion.NoConversion;
}
var discardedUseSiteInfo = CompoundUseSiteInfo<AssemblySymbol>.Discarded;
return binder.Conversions.ClassifyConversionFromExpression(boundExpression, destination, ref discardedUseSiteInfo, forCast: true);
}
/// <summary>
/// Get the bound node corresponding to the root.
/// </summary>
internal virtual BoundNode GetBoundRoot()
{
return GetUpperBoundNode(GetBindableSyntaxNode(this.Root));
}
/// <summary>
/// Get the highest bound node in the tree associated with a particular syntax node.
/// </summary>
internal BoundNode GetUpperBoundNode(CSharpSyntaxNode node, bool promoteToBindable = false)
{
if (promoteToBindable)
{
node = GetBindableSyntaxNode(node);
}
else
{
Debug.Assert(node == GetBindableSyntaxNode(node));
}
// The bound nodes are stored in the map from highest to lowest, so the first bound node is the highest.
var boundNodes = GetBoundNodes(node);
if (boundNodes.Length == 0)
{
return null;
}
else
{
return boundNodes[0];
}
}
/// <summary>
/// Get the lowest bound node in the tree associated with a particular syntax node. Lowest is defined as last
/// in a pre-order traversal of the bound tree.
/// </summary>
internal BoundNode GetLowerBoundNode(CSharpSyntaxNode node)
{
Debug.Assert(node == GetBindableSyntaxNode(node));
// The bound nodes are stored in the map from highest to lowest, so the last bound node is the lowest.
var boundNodes = GetBoundNodes(node);
if (boundNodes.Length == 0)
{
return null;
}
else
{
return GetLowerBoundNode(boundNodes);
}
}
private static BoundNode GetLowerBoundNode(ImmutableArray<BoundNode> boundNodes)
{
return boundNodes[boundNodes.Length - 1];
}
public override ImmutableArray<Diagnostic> GetSyntaxDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override ImmutableArray<Diagnostic> GetDeclarationDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override ImmutableArray<Diagnostic> GetMethodBodyDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override ImmutableArray<Diagnostic> GetDiagnostics(TextSpan? span = null, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotSupportedException();
}
public override INamespaceSymbol GetDeclaredSymbol(NamespaceDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't defined namespace inside a member.
return null;
}
public override INamespaceSymbol GetDeclaredSymbol(FileScopedNamespaceDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't defined namespace inside a member.
return null;
}
public override INamedTypeSymbol GetDeclaredSymbol(BaseTypeDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define type inside a member.
return null;
}
public override INamedTypeSymbol GetDeclaredSymbol(DelegateDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define type inside a member.
return null;
}
public override IFieldSymbol GetDeclaredSymbol(EnumMemberDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define member inside member.
return null;
}
public override ISymbol GetDeclaredSymbol(LocalFunctionStatementSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
return GetDeclaredLocalFunction(declarationSyntax).GetPublicSymbol();
}
public override ISymbol GetDeclaredSymbol(MemberDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define member inside member.
return null;
}
public override IMethodSymbol GetDeclaredSymbol(CompilationUnitSyntax declarationSyntax, CancellationToken cancellationToken = default)
{
return null;
}
public override IMethodSymbol GetDeclaredSymbol(BaseMethodDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define method inside member.
return null;
}
public override ISymbol GetDeclaredSymbol(BasePropertyDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define property inside member.
return null;
}
public override IPropertySymbol GetDeclaredSymbol(PropertyDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define property inside member.
return null;
}
public override IPropertySymbol GetDeclaredSymbol(IndexerDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define indexer inside member.
return null;
}
public override IEventSymbol GetDeclaredSymbol(EventDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define event inside member.
return null;
}
public override IMethodSymbol GetDeclaredSymbol(AccessorDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define accessor inside member.
return null;
}
public override IMethodSymbol GetDeclaredSymbol(ArrowExpressionClauseSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define another member inside member.
return null;
}
public override ISymbol GetDeclaredSymbol(VariableDeclaratorSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
return GetDeclaredLocal(declarationSyntax, declarationSyntax.Identifier).GetPublicSymbol();
}
public override ISymbol GetDeclaredSymbol(SingleVariableDesignationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
return GetDeclaredLocal(declarationSyntax, declarationSyntax.Identifier).GetPublicSymbol();
}
private LocalSymbol GetDeclaredLocal(CSharpSyntaxNode declarationSyntax, SyntaxToken declaredIdentifier)
{
for (var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); binder != null; binder = binder.Next)
{
foreach (var local in binder.Locals)
{
if (local.IdentifierToken == declaredIdentifier)
{
return GetAdjustedLocalSymbol((SourceLocalSymbol)local);
}
}
}
return null;
}
#nullable enable
internal override LocalSymbol GetAdjustedLocalSymbol(SourceLocalSymbol local)
{
return GetRemappedSymbol<LocalSymbol>(local);
}
private LocalFunctionSymbol GetDeclaredLocalFunction(LocalFunctionStatementSyntax declarationSyntax)
{
var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)), declarationSyntax.Identifier);
return GetRemappedSymbol(originalSymbol);
}
private T GetRemappedSymbol<T>(T originalSymbol) where T : Symbol
{
EnsureNullabilityAnalysisPerformedIfNecessary();
if (_lazyRemappedSymbols is null) return originalSymbol;
if (_lazyRemappedSymbols.TryGetValue(originalSymbol, out Symbol? remappedSymbol))
{
RoslynDebug.Assert(remappedSymbol is object);
return (T)remappedSymbol;
}
return originalSymbol;
}
#nullable disable
private static LocalFunctionSymbol GetDeclaredLocalFunction(Binder enclosingBinder, SyntaxToken declaredIdentifier)
{
for (var binder = enclosingBinder; binder != null; binder = binder.Next)
{
foreach (var localFunction in binder.LocalFunctions)
{
if (localFunction.NameToken == declaredIdentifier)
{
return localFunction;
}
}
}
return null;
}
public override ILabelSymbol GetDeclaredSymbol(LabeledStatementSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax));
while (binder != null && !binder.IsLabelsScopeBinder)
{
binder = binder.Next;
}
if (binder != null)
{
foreach (var label in binder.Labels)
{
if (label.IdentifierNodeOrToken.IsToken &&
label.IdentifierNodeOrToken.AsToken() == declarationSyntax.Identifier)
{
return label.GetPublicSymbol();
}
}
}
return null;
}
public override ILabelSymbol GetDeclaredSymbol(SwitchLabelSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declarationSyntax);
var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax));
while (binder != null && !(binder is SwitchBinder))
{
binder = binder.Next;
}
if (binder != null)
{
foreach (var label in binder.Labels)
{
if (label.IdentifierNodeOrToken.IsNode &&
label.IdentifierNodeOrToken.AsNode() == declarationSyntax)
{
return label.GetPublicSymbol();
}
}
}
return null;
}
public override IAliasSymbol GetDeclaredSymbol(UsingDirectiveSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define alias inside member.
return null;
}
public override IAliasSymbol GetDeclaredSymbol(ExternAliasDirectiveSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define an extern alias inside a member.
return null;
}
public override IParameterSymbol GetDeclaredSymbol(ParameterSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Could be parameter of a lambda or a local function.
CheckSyntaxNode(declarationSyntax);
return GetLambdaOrLocalFunctionParameterSymbol(declarationSyntax, cancellationToken).GetPublicSymbol();
}
internal override ImmutableArray<ISymbol> GetDeclaredSymbols(BaseFieldDeclarationSyntax declarationSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define field inside member.
return ImmutableArray.Create<ISymbol>();
}
private ParameterSymbol GetLambdaOrLocalFunctionParameterSymbol(
ParameterSyntax parameter,
CancellationToken cancellationToken)
{
Debug.Assert(parameter != null);
var simpleLambda = parameter.Parent as SimpleLambdaExpressionSyntax;
if (simpleLambda != null)
{
return GetLambdaParameterSymbol(parameter, simpleLambda, cancellationToken);
}
var paramList = parameter.Parent as ParameterListSyntax;
if (paramList == null || paramList.Parent == null)
{
return null;
}
if (paramList.Parent.IsAnonymousFunction())
{
return GetLambdaParameterSymbol(parameter, (ExpressionSyntax)paramList.Parent, cancellationToken);
}
else if (paramList.Parent.Kind() == SyntaxKind.LocalFunctionStatement)
{
var localFunction = GetDeclaredSymbol((LocalFunctionStatementSyntax)paramList.Parent, cancellationToken).GetSymbol<MethodSymbol>();
if ((object)localFunction != null)
{
return GetParameterSymbol(localFunction.Parameters, parameter, cancellationToken);
}
}
return null;
}
private ParameterSymbol GetLambdaParameterSymbol(
ParameterSyntax parameter,
ExpressionSyntax lambda,
CancellationToken cancellationToken)
{
Debug.Assert(parameter != null);
Debug.Assert(lambda != null && lambda.IsAnonymousFunction());
// We should always be able to get at least an error binding for a lambda.
SymbolInfo symbolInfo = this.GetSymbolInfo(lambda, cancellationToken);
LambdaSymbol lambdaSymbol;
if ((object)symbolInfo.Symbol != null)
{
lambdaSymbol = symbolInfo.Symbol.GetSymbol<LambdaSymbol>();
}
else if (symbolInfo.CandidateSymbols.Length == 1)
{
lambdaSymbol = symbolInfo.CandidateSymbols.Single().GetSymbol<LambdaSymbol>();
}
else
{
Debug.Assert(this.GetMemberModel(lambda) == null, "Did not find a unique LambdaSymbol for lambda in member.");
return null;
}
return GetParameterSymbol(lambdaSymbol.Parameters, parameter, cancellationToken);
}
public override ITypeParameterSymbol GetDeclaredSymbol(TypeParameterSyntax typeParameter, CancellationToken cancellationToken = default(CancellationToken))
{
// Can't define alias inside member.
return null;
}
public override IRangeVariableSymbol GetDeclaredSymbol(JoinIntoClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return bound == null ? null : bound.DefinedSymbol.GetPublicSymbol();
}
public override IRangeVariableSymbol GetDeclaredSymbol(QueryClauseSyntax queryClause, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(queryClause);
return bound == null ? null : bound.DefinedSymbol.GetPublicSymbol();
}
public override IRangeVariableSymbol GetDeclaredSymbol(QueryContinuationSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return bound == null ? null : bound.DefinedSymbol.GetPublicSymbol();
}
public override AwaitExpressionInfo GetAwaitExpressionInfo(AwaitExpressionSyntax node)
{
if (node.Kind() != SyntaxKind.AwaitExpression)
{
throw new ArgumentException("node.Kind==" + node.Kind());
}
var bound = GetLowerBoundNode(node);
BoundAwaitableInfo awaitableInfo = (((bound as BoundExpressionStatement)?.Expression ?? bound) as BoundAwaitExpression)?.AwaitableInfo;
if (awaitableInfo == null)
{
return default(AwaitExpressionInfo);
}
return new AwaitExpressionInfo(
getAwaiter: (IMethodSymbol)awaitableInfo.GetAwaiter?.ExpressionSymbol.GetPublicSymbol(),
isCompleted: awaitableInfo.IsCompleted.GetPublicSymbol(),
getResult: awaitableInfo.GetResult.GetPublicSymbol(),
isDynamic: awaitableInfo.IsDynamic);
}
public override ForEachStatementInfo GetForEachStatementInfo(ForEachStatementSyntax node)
{
return GetForEachStatementInfo((CommonForEachStatementSyntax)node);
}
public override ForEachStatementInfo GetForEachStatementInfo(CommonForEachStatementSyntax node)
{
BoundForEachStatement boundForEach = (BoundForEachStatement)GetUpperBoundNode(node);
if (boundForEach == null)
{
return default(ForEachStatementInfo);
}
ForEachEnumeratorInfo enumeratorInfoOpt = boundForEach.EnumeratorInfoOpt;
Debug.Assert(enumeratorInfoOpt != null || boundForEach.HasAnyErrors);
if (enumeratorInfoOpt == null)
{
return default(ForEachStatementInfo);
}
// Even though we usually pretend to be using System.Collection.IEnumerable
// for arrays, that doesn't make sense for pointer arrays since object
// (the type of System.Collections.IEnumerator.Current) isn't convertible
// to pointer types.
if (enumeratorInfoOpt.ElementType.IsPointerType())
{
Debug.Assert(!enumeratorInfoOpt.CurrentConversion.IsValid);
return default(ForEachStatementInfo);
}
// NOTE: we're going to list GetEnumerator, etc for array and string
// collections, even though we know that's not how the implementation
// actually enumerates them.
MethodSymbol disposeMethod = null;
if (enumeratorInfoOpt.NeedsDisposal)
{
if (enumeratorInfoOpt.PatternDisposeInfo is { Method: var method })
{
disposeMethod = method;
}
else
{
disposeMethod = enumeratorInfoOpt.IsAsync
? (MethodSymbol)Compilation.GetWellKnownTypeMember(WellKnownMember.System_IAsyncDisposable__DisposeAsync)
: (MethodSymbol)Compilation.GetSpecialTypeMember(SpecialMember.System_IDisposable__Dispose);
}
}
return new ForEachStatementInfo(
enumeratorInfoOpt.IsAsync,
enumeratorInfoOpt.GetEnumeratorInfo.Method.GetPublicSymbol(),
enumeratorInfoOpt.MoveNextInfo.Method.GetPublicSymbol(),
currentProperty: ((PropertySymbol)enumeratorInfoOpt.CurrentPropertyGetter?.AssociatedSymbol).GetPublicSymbol(),
disposeMethod.GetPublicSymbol(),
enumeratorInfoOpt.ElementType.GetPublicSymbol(),
boundForEach.ElementConversion,
enumeratorInfoOpt.CurrentConversion);
}
public override DeconstructionInfo GetDeconstructionInfo(AssignmentExpressionSyntax node)
{
var boundDeconstruction = GetUpperBoundNode(node) as BoundDeconstructionAssignmentOperator;
if (boundDeconstruction is null)
{
return default;
}
var boundConversion = boundDeconstruction.Right;
Debug.Assert(boundConversion != null);
if (boundConversion is null)
{
return default;
}
return new DeconstructionInfo(boundConversion.Conversion);
}
public override DeconstructionInfo GetDeconstructionInfo(ForEachVariableStatementSyntax node)
{
var boundForEach = (BoundForEachStatement)GetUpperBoundNode(node);
if (boundForEach is null)
{
return default;
}
var boundDeconstruction = boundForEach.DeconstructionOpt;
Debug.Assert(boundDeconstruction != null || boundForEach.HasAnyErrors);
if (boundDeconstruction is null)
{
return default;
}
return new DeconstructionInfo(boundDeconstruction.DeconstructionAssignment.Right.Conversion);
}
private BoundQueryClause GetBoundQueryClause(CSharpSyntaxNode node)
{
CheckSyntaxNode(node);
return this.GetLowerBoundNode(node) as BoundQueryClause;
}
private QueryClauseInfo GetQueryClauseInfo(BoundQueryClause bound)
{
if (bound == null) return default(QueryClauseInfo);
var castInfo = (bound.Cast == null) ? SymbolInfo.None : GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, bound.Cast, bound.Cast, boundNodeForSyntacticParent: null, binderOpt: null);
var operationInfo = GetSymbolInfoForQuery(bound);
return new QueryClauseInfo(castInfo: castInfo, operationInfo: operationInfo);
}
private SymbolInfo GetSymbolInfoForQuery(BoundQueryClause bound)
{
var call = bound?.Operation as BoundCall;
if (call == null)
{
return SymbolInfo.None;
}
var operation = call.IsDelegateCall ? call.ReceiverOpt : call;
return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, operation, operation, boundNodeForSyntacticParent: null, binderOpt: null);
}
private CSharpTypeInfo GetTypeInfoForQuery(BoundQueryClause bound)
{
return bound == null ?
CSharpTypeInfo.None :
GetTypeInfoForNode(bound, bound, bound);
}
public override QueryClauseInfo GetQueryClauseInfo(QueryClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetQueryClauseInfo(bound);
}
public override IPropertySymbol GetDeclaredSymbol(AnonymousObjectMemberDeclaratorSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
var anonymousObjectCreation = (AnonymousObjectCreationExpressionSyntax)declaratorSyntax.Parent;
if (anonymousObjectCreation == null)
{
return null;
}
var bound = this.GetLowerBoundNode(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression;
if (bound == null)
{
return null;
}
var anonymousType = bound.Type as NamedTypeSymbol;
if ((object)anonymousType == null)
{
return null;
}
int index = anonymousObjectCreation.Initializers.IndexOf(declaratorSyntax);
Debug.Assert(index >= 0);
Debug.Assert(index < anonymousObjectCreation.Initializers.Count);
return AnonymousTypeManager.GetAnonymousTypeProperty(anonymousType, index).GetPublicSymbol();
}
public override INamedTypeSymbol GetDeclaredSymbol(AnonymousObjectCreationExpressionSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
var bound = this.GetLowerBoundNode(declaratorSyntax) as BoundAnonymousObjectCreationExpression;
return (bound == null) ? null : (bound.Type as NamedTypeSymbol).GetPublicSymbol();
}
public override INamedTypeSymbol GetDeclaredSymbol(TupleExpressionSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
return GetTypeOfTupleLiteral(declaratorSyntax).GetPublicSymbol();
}
public override ISymbol GetDeclaredSymbol(ArgumentSyntax declaratorSyntax, CancellationToken cancellationToken = default(CancellationToken))
{
CheckSyntaxNode(declaratorSyntax);
var tupleLiteral = declaratorSyntax?.Parent as TupleExpressionSyntax;
// for now only arguments of a tuple literal may declare symbols
if (tupleLiteral == null)
{
return null;
}
var tupleLiteralType = GetTypeOfTupleLiteral(tupleLiteral);
if ((object)tupleLiteralType != null)
{
var elements = tupleLiteralType.TupleElements;
if (!elements.IsDefault)
{
var idx = tupleLiteral.Arguments.IndexOf(declaratorSyntax);
return elements[idx].GetPublicSymbol();
}
}
return null;
}
private NamedTypeSymbol GetTypeOfTupleLiteral(TupleExpressionSyntax declaratorSyntax)
{
var bound = this.GetLowerBoundNode(declaratorSyntax);
return (bound as BoundTupleExpression)?.Type as NamedTypeSymbol;
}
public override SyntaxTree SyntaxTree
{
get
{
return _root.SyntaxTree;
}
}
#nullable enable
internal override IOperation? GetOperationWorker(CSharpSyntaxNode node, CancellationToken cancellationToken)
{
using (_nodeMapLock.DisposableRead())
{
if (_guardedIOperationNodeMap.Count != 0)
{
return guardedGetIOperation();
}
}
IOperation rootOperation = GetRootOperation();
using var _ = _nodeMapLock.DisposableWrite();
if (_guardedIOperationNodeMap.Count != 0)
{
return guardedGetIOperation();
}
OperationMapBuilder.AddToMap(rootOperation, _guardedIOperationNodeMap);
return guardedGetIOperation();
IOperation? guardedGetIOperation()
{
_nodeMapLock.AssertCanRead();
return _guardedIOperationNodeMap.TryGetValue(node, out var operation) ? operation : null;
}
}
#nullable disable
private CSharpSyntaxNode GetBindingRootOrInitializer(CSharpSyntaxNode node)
{
CSharpSyntaxNode bindingRoot = GetBindingRoot(node);
// if binding root is parameter, make it equal value
// we need to do this since node map doesn't contain bound node for parameter
if (bindingRoot is ParameterSyntax parameter && parameter.Default?.FullSpan.Contains(node.Span) == true)
{
return parameter.Default;
}
// if binding root is field variable declarator, make it initializer
// we need to do this since node map doesn't contain bound node for field/event variable declarator
if (bindingRoot is VariableDeclaratorSyntax variableDeclarator && variableDeclarator.Initializer?.FullSpan.Contains(node.Span) == true)
{
if (variableDeclarator.Parent?.Parent.IsKind(SyntaxKind.FieldDeclaration) == true ||
variableDeclarator.Parent?.Parent.IsKind(SyntaxKind.EventFieldDeclaration) == true)
{
return variableDeclarator.Initializer;
}
}
// if binding root is enum member declaration, make it equal value
// we need to do this since node map doesn't contain bound node for enum member decl
if (bindingRoot is EnumMemberDeclarationSyntax enumMember && enumMember.EqualsValue?.FullSpan.Contains(node.Span) == true)
{
return enumMember.EqualsValue;
}
// if binding root is property member declaration, make it equal value
// we need to do this since node map doesn't contain bound node for property initializer
if (bindingRoot is PropertyDeclarationSyntax propertyMember && propertyMember.Initializer?.FullSpan.Contains(node.Span) == true)
{
return propertyMember.Initializer;
}
return bindingRoot;
}
#nullable enable
private IOperation GetRootOperation()
{
BoundNode highestBoundNode = GetBoundRoot();
Debug.Assert(highestBoundNode != null);
if (highestBoundNode is BoundGlobalStatementInitializer { Statement: var innerStatement })
{
// Script top-level field declarations use a BoundGlobalStatementInitializer to wrap initializers.
// We don't represent these nodes in IOperation, so skip it.
highestBoundNode = innerStatement;
}
// The CSharp operation factory assumes that UnboundLambda will be bound for error recovery and never be passed to the factory
// as the start of a tree to get operations for. This is guaranteed by the builder that populates the node map, as it will call
// UnboundLambda.BindForErrorRecovery() when it encounters an UnboundLambda node.
Debug.Assert(highestBoundNode.Kind != BoundKind.UnboundLambda);
IOperation operation = _operationFactory.Value.Create(highestBoundNode);
Operation.SetParentOperation(operation, null);
return operation;
}
#nullable disable
internal override SymbolInfo GetSymbolInfoWorker(CSharpSyntaxNode node, SymbolInfoOptions options, CancellationToken cancellationToken = default(CancellationToken))
{
ValidateSymbolInfoOptions(options);
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");
return base.GetSymbolInfoForNode(options, lowestBoundNode, highestBoundNode, boundParent, binderOpt: null);
}
internal override CSharpTypeInfo GetTypeInfoWorker(CSharpSyntaxNode node, CancellationToken cancellationToken = default(CancellationToken))
{
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
return GetTypeInfoForNode(lowestBoundNode, highestBoundNode, boundParent);
}
internal override ImmutableArray<Symbol> GetMemberGroupWorker(CSharpSyntaxNode node, SymbolInfoOptions options, CancellationToken cancellationToken = default(CancellationToken))
{
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");
return base.GetMemberGroupForNode(options, lowestBoundNode, boundParent, binderOpt: null);
}
internal override ImmutableArray<IPropertySymbol> GetIndexerGroupWorker(CSharpSyntaxNode node, SymbolInfoOptions options, CancellationToken cancellationToken = default(CancellationToken))
{
CSharpSyntaxNode bindableNode;
BoundNode lowestBoundNode;
BoundNode highestBoundNode;
BoundNode boundParent;
GetBoundNodes(node, out bindableNode, out lowestBoundNode, out highestBoundNode, out boundParent);
Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");
return base.GetIndexerGroupForNode(lowestBoundNode, binderOpt: null);
}
internal override Optional<object> GetConstantValueWorker(CSharpSyntaxNode node, CancellationToken cancellationToken)
{
CSharpSyntaxNode bindableNode = this.GetBindableSyntaxNode(node);
BoundExpression boundExpr = this.GetLowerBoundNode(bindableNode) as BoundExpression;
if (boundExpr == null) return default(Optional<object>);
ConstantValue constantValue = boundExpr.ConstantValue;
return constantValue == null || constantValue.IsBad
? default(Optional<object>)
: new Optional<object>(constantValue.Value);
}
internal override SymbolInfo GetCollectionInitializerSymbolInfoWorker(InitializerExpressionSyntax collectionInitializer, ExpressionSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var boundCollectionInitializer = GetLowerBoundNode(collectionInitializer) as BoundCollectionInitializerExpression;
if (boundCollectionInitializer != null)
{
var boundAdd = boundCollectionInitializer.Initializers[collectionInitializer.Expressions.IndexOf(node)];
return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, boundAdd, boundAdd, null, binderOpt: null);
}
return SymbolInfo.None;
}
public override SymbolInfo GetSymbolInfo(OrderingSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetSymbolInfoForQuery(bound);
}
public override SymbolInfo GetSymbolInfo(SelectOrGroupClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetSymbolInfoForQuery(bound);
}
public override TypeInfo GetTypeInfo(SelectOrGroupClauseSyntax node, CancellationToken cancellationToken = default(CancellationToken))
{
var bound = GetBoundQueryClause(node);
return GetTypeInfoForQuery(bound);
}
private void GetBoundNodes(CSharpSyntaxNode node, out CSharpSyntaxNode bindableNode, out BoundNode lowestBoundNode, out BoundNode highestBoundNode, out BoundNode boundParent)
{
bindableNode = this.GetBindableSyntaxNode(node);
CSharpSyntaxNode bindableParent = this.GetBindableParentNode(bindableNode);
// Special handling for the Color Color case.
//
// Suppose we have:
// public class Color {
// public void M(int x) {}
// public static void M(params int[] x) {}
// }
// public class C {
// public void Test() {
// Color Color = new Color();
// System.Action<int> d = Color.M;
// }
// }
//
// We actually don't know how to interpret the "Color" in "Color.M" until we
// perform overload resolution on the method group. Now, if we were getting
// the semantic info for the method group, then bindableParent would be the
// variable declarator "d = Color.M" and so we would be able to pull the result
// of overload resolution out of the bound (method group) conversion. However,
// if we are getting the semantic info for just the "Color" part, then
// bindableParent will be the member access, which doesn't have enough information
// to determine which "Color" to use (since no overload resolution has been
// performed). We resolve this problem by detecting the case where we're looking
// up the LHS of a member access and calling GetBindableParentNode one more time.
// This gets us up to the level where the method group conversion occurs.
if (bindableParent != null && bindableParent.Kind() == SyntaxKind.SimpleMemberAccessExpression && ((MemberAccessExpressionSyntax)bindableParent).Expression == bindableNode)
{
bindableParent = this.GetBindableParentNode(bindableParent);
}
boundParent = bindableParent == null ? null : this.GetLowerBoundNode(bindableParent);
lowestBoundNode = this.GetLowerBoundNode(bindableNode);
highestBoundNode = this.GetUpperBoundNode(bindableNode);
}
// In lambda binding scenarios we need to know two things: First,
// what is the *innermost* lambda that contains the expression we're
// interested in? Second, what is the smallest expression that contains
// the *outermost* lambda that we can bind in order to get a sensible
// lambda binding?
//
// For example, suppose we have the statement:
//
// A().B(x=>x.C(y=>y.D().E())).F().G();
//
// and the user wants binding information about method group "D". We must know
// the bindable expression that is outside of every lambda:
//
// A().B(x=>x.C(y=>y.D().E()))
//
// By binding that we can determine the type of lambda parameters "x" and "y" and
// put that information in the bound tree. Once we know those facts then
// we can obtain the binding object associated with the innermost lambda:
//
// y=>y.D().E()
//
// And use that binding to obtain the analysis of:
//
// y.D
//
private CSharpSyntaxNode GetInnermostLambdaOrQuery(CSharpSyntaxNode node, int position, bool allowStarting = false)
{
Debug.Assert(node != null);
for (var current = node; current != this.Root; current = current.ParentOrStructuredTriviaParent)
{
// current can only become null if we somehow got past the root. The only way we
// could have gotten past the root is to have started outside of it. That's
// unexpected; the binding should only be asked to provide an opinion on syntax
// nodes that it knows about.
Debug.Assert(current != null, "Why are we being asked to find an enclosing lambda outside of our root?");
if (!(current.IsAnonymousFunction() || current.IsQuery()))
{
continue;
}
// If the position is not actually within the scope of the lambda, then keep
// looking.
if (!LookupPosition.IsInAnonymousFunctionOrQuery(position, current))
{
continue;
}
// If we were asked for the innermost lambda enclosing a lambda then don't return
// that; it's not enclosing anything. Only return the lambda if it's enclosing the
// original node.
if (!allowStarting && current == node)
{
continue;
}
return current;
}
// If we made it to the root, then we are not "inside" a lambda even if the root is a
// lambda. Remember, the point of this code is to get the binding that is associated
// with the innermost lambda; if we are already in a binding associated with the
// innermost lambda then we're done.
return null;
}
private void GuardedAddSynthesizedStatementToMap(StatementSyntax node, BoundStatement statement)
{
if (_lazyGuardedSynthesizedStatementsMap == null)
{
_lazyGuardedSynthesizedStatementsMap = new Dictionary<SyntaxNode, BoundStatement>();
}
_lazyGuardedSynthesizedStatementsMap.Add(node, statement);
}
private BoundStatement GuardedGetSynthesizedStatementFromMap(StatementSyntax node)
{
if (_lazyGuardedSynthesizedStatementsMap != null &&
_lazyGuardedSynthesizedStatementsMap.TryGetValue(node, out BoundStatement result))
{
return result;
}
return null;
}
private ImmutableArray<BoundNode> GuardedGetBoundNodesFromMap(CSharpSyntaxNode node)
{
Debug.Assert(_nodeMapLock.IsWriteLockHeld || _nodeMapLock.IsReadLockHeld);
ImmutableArray<BoundNode> result;
return _guardedBoundNodeMap.TryGetValue(node, out result) ? result : default(ImmutableArray<BoundNode>);
}
/// <summary>
/// Internal for test purposes only
/// </summary>
internal ImmutableArray<BoundNode> TestOnlyTryGetBoundNodesFromMap(CSharpSyntaxNode node)
{
ImmutableArray<BoundNode> result;
return _guardedBoundNodeMap.TryGetValue(node, out result) ? result : default(ImmutableArray<BoundNode>);
}
// Adds every syntax/bound pair in a tree rooted at the given bound node to the map, and the
// performs a lookup of the given syntax node in the map.
private ImmutableArray<BoundNode> GuardedAddBoundTreeAndGetBoundNodeFromMap(CSharpSyntaxNode syntax, BoundNode bound)
{
Debug.Assert(_nodeMapLock.IsWriteLockHeld);
bool alreadyInTree = false;
if (bound != null)
{
alreadyInTree = _guardedBoundNodeMap.ContainsKey(bound.Syntax);
}
// check if we already have node in the cache.
// this may happen if we have races and in such case we are no longer interested in adding
if (!alreadyInTree)
{
NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree);
Debug.Assert(syntax != _root || _guardedBoundNodeMap.ContainsKey(bound.Syntax));
}
ImmutableArray<BoundNode> result;
return _guardedBoundNodeMap.TryGetValue(syntax, out result) ? result : default(ImmutableArray<BoundNode>);
}
protected void UnguardedAddBoundTreeForStandaloneSyntax(SyntaxNode syntax, BoundNode bound, NullableWalker.SnapshotManager manager = null, ImmutableDictionary<Symbol, Symbol> remappedSymbols = null)
{
using (_nodeMapLock.DisposableWrite())
{
GuardedAddBoundTreeForStandaloneSyntax(syntax, bound, manager, remappedSymbols);
}
}
protected void GuardedAddBoundTreeForStandaloneSyntax(SyntaxNode syntax, BoundNode bound, NullableWalker.SnapshotManager manager = null, ImmutableDictionary<Symbol, Symbol> remappedSymbols = null)
{
Debug.Assert(_nodeMapLock.IsWriteLockHeld);
bool alreadyInTree = false;
// check if we already have node in the cache.
// this may happen if we have races and in such case we are no longer interested in adding
if (bound != null)
{
alreadyInTree = _guardedBoundNodeMap.ContainsKey(bound.Syntax);
}
if (!alreadyInTree)
{
if (syntax == _root || syntax is StatementSyntax)
{
// Note: For speculative model we want to always cache the entire bound tree.
// If syntax is a statement, we need to add all its children.
// Node cache assumes that if statement is cached, then all
// its children are cached too.
NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree);
Debug.Assert(syntax != _root || _guardedBoundNodeMap.ContainsKey(bound.Syntax));
}
else
{
// expressions can be added individually.
NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree, syntax);
}
Debug.Assert((manager is null && (!IsNullableAnalysisEnabled() || syntax != Root || syntax is TypeSyntax ||
// Supporting attributes is tracked by
// https://github.com/dotnet/roslyn/issues/36066
this is AttributeSemanticModel)) ||
(manager is object && remappedSymbols is object && syntax == Root && IsNullableAnalysisEnabled() && _lazySnapshotManager is null));
if (manager is object)
{
_lazySnapshotManager = manager;
_lazyRemappedSymbols = remappedSymbols;
}
}
}
// We might not have actually been given a bindable expression or statement; the caller can
// give us variable declaration nodes, for example. If we're not at an expression or
// statement, back up until we find one.
private CSharpSyntaxNode GetBindingRoot(CSharpSyntaxNode node)
{
Debug.Assert(node != null);
#if DEBUG
for (CSharpSyntaxNode current = node; current != this.Root; current = current.ParentOrStructuredTriviaParent)
{
// make sure we never go out of Root
Debug.Assert(current != null, "How did we get outside the root?");
}
#endif
for (CSharpSyntaxNode current = node; current != this.Root; current = current.ParentOrStructuredTriviaParent)
{
if (current is StatementSyntax)
{
return current;
}
switch (current.Kind())
{
case SyntaxKind.ThisConstructorInitializer:
case SyntaxKind.BaseConstructorInitializer:
case SyntaxKind.PrimaryConstructorBaseType:
return current;
case SyntaxKind.ArrowExpressionClause:
// If this is an arrow expression on a local function statement, then our bindable root is actually our parent syntax as it's
// a statement in a function. If this is returned directly in IOperation, we'll end up with a separate tree.
if (current.Parent == null || current.Parent.Kind() != SyntaxKind.LocalFunctionStatement)
{
return current;
}
break;
}
}
return this.Root;
}
// We want the binder in which this syntax node is going to be bound, NOT the binder which
// this syntax node *produces*. That is, suppose we have
//
// void M() { int x; { int y; { int z; } } }
//
// We want the enclosing binder of the syntax node for { int z; }. We do not want the binder
// that has local z, but rather the binder that has local y. The inner block is going to be
// bound in the context of its enclosing binder; it's contents are going to be bound in the
// context of its binder.
internal override Binder GetEnclosingBinderInternal(int position)
{
AssertPositionAdjusted(position);
// If we have a root binder with no tokens in it, position can be outside the span event
// after position is adjusted. If this happens, there can't be any
if (!this.Root.FullSpan.Contains(position))
return this.RootBinder;
SyntaxToken token = this.Root.FindToken(position);
CSharpSyntaxNode node = (CSharpSyntaxNode)token.Parent;
return GetEnclosingBinderInternal(node, position);
}
/// <summary>
/// This overload exists for callers who already have a node in hand
/// and don't want to search through the tree.
/// </summary>
private Binder GetEnclosingBinderInternal(CSharpSyntaxNode node, int position)
{
AssertPositionAdjusted(position);
CSharpSyntaxNode innerLambdaOrQuery = GetInnermostLambdaOrQuery(node, position, allowStarting: true);
// There are three possible scenarios here.
//
// 1) the node is outside all lambdas in this context, or
// 2) The node is an outermost lambda in this context, or
// 3) the node is inside the outermost lambda in this context.
//
// In the first case, no lambdas are involved at all so let's just fall back on the
// original enclosing binder code.
//
// In the second case, we have been asked to bind an entire lambda and we know it to be
// the outermost lambda in this context. Therefore the enclosing binder is going to be
// the enclosing binder of this expression. However, we do not simply want to say
// "here's the enclosing binder":
//
// void M() { Func<int, int> f = x=>x+1; }
//
// We should step out to the enclosing statement or expression, if there is one, and
// bind that.
if (innerLambdaOrQuery == null)
{
return GetEnclosingBinderInternalWithinRoot(node, position);
}
// In the third case, we're in a child lambda.
BoundNode boundInnerLambdaOrQuery = GetBoundLambdaOrQuery(innerLambdaOrQuery);
return GetEnclosingBinderInLambdaOrQuery(position, node, innerLambdaOrQuery, ref boundInnerLambdaOrQuery);
}
private BoundNode GetBoundLambdaOrQuery(CSharpSyntaxNode lambdaOrQuery)
{
// Have we already cached a bound node for it?
// If not, bind the outermost expression containing the lambda and then fill in the map.
ImmutableArray<BoundNode> nodes;
EnsureNullabilityAnalysisPerformedIfNecessary();
using (_nodeMapLock.DisposableRead())
{
nodes = GuardedGetBoundNodesFromMap(lambdaOrQuery);
}
if (!nodes.IsDefaultOrEmpty)
{
return GetLowerBoundNode(nodes);
}
// We probably never tried to bind an enclosing statement
// Let's do that
Binder lambdaRecoveryBinder;
CSharpSyntaxNode bindingRoot = GetBindingRoot(lambdaOrQuery);
CSharpSyntaxNode enclosingLambdaOrQuery = GetInnermostLambdaOrQuery(lambdaOrQuery, lambdaOrQuery.SpanStart, allowStarting: false);
BoundNode boundEnclosingLambdaOrQuery = null;
CSharpSyntaxNode nodeToBind;
if (enclosingLambdaOrQuery == null)
{
nodeToBind = bindingRoot;
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind, GetAdjustedNodePosition(nodeToBind));
}
else
{
if (enclosingLambdaOrQuery == bindingRoot || !enclosingLambdaOrQuery.Contains(bindingRoot))
{
Debug.Assert(bindingRoot.Contains(enclosingLambdaOrQuery));
nodeToBind = lambdaOrQuery;
}
else
{
nodeToBind = bindingRoot;
}
boundEnclosingLambdaOrQuery = GetBoundLambdaOrQuery(enclosingLambdaOrQuery);
using (_nodeMapLock.DisposableRead())
{
nodes = GuardedGetBoundNodesFromMap(lambdaOrQuery);
}
if (!nodes.IsDefaultOrEmpty)
{
// If everything is working as expected we should end up here because binding the enclosing lambda
// should also take care of binding and caching this lambda.
return GetLowerBoundNode(nodes);
}
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
}
Binder incrementalBinder = new IncrementalBinder(this, lambdaRecoveryBinder);
using (_nodeMapLock.DisposableWrite())
{
BoundNode boundOuterExpression = this.Bind(incrementalBinder, nodeToBind, BindingDiagnosticBag.Discarded);
// https://github.com/dotnet/roslyn/issues/35038: Rewrite the above node and add a test that hits this path with nullable
// enabled
nodes = GuardedAddBoundTreeAndGetBoundNodeFromMap(lambdaOrQuery, boundOuterExpression);
}
if (!nodes.IsDefaultOrEmpty)
{
return GetLowerBoundNode(nodes);
}
Debug.Assert(lambdaOrQuery != nodeToBind);
// If there is a bug in the binder such that we "lose" a sub-expression containing a
// lambda, and never put bound state for it into the bound tree, then the bound lambda
// that comes back from the map lookup will be null. This can occur in error recovery
// situations. Let's bind the node directly.
if (enclosingLambdaOrQuery == null)
{
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery, GetAdjustedNodePosition(lambdaOrQuery));
}
else
{
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
}
incrementalBinder = new IncrementalBinder(this, lambdaRecoveryBinder);
using (_nodeMapLock.DisposableWrite())
{
BoundNode boundOuterExpression = this.Bind(incrementalBinder, lambdaOrQuery, BindingDiagnosticBag.Discarded);
// https://github.com/dotnet/roslyn/issues/35038: We need to do a rewrite here, and create a test that can hit this.
if (!IsNullableAnalysisEnabled() && Compilation.IsNullableAnalysisEnabledAlways)
{
AnalyzeBoundNodeNullability(boundOuterExpression, incrementalBinder, diagnostics: new DiagnosticBag(), createSnapshots: false);
}
nodes = GuardedAddBoundTreeAndGetBoundNodeFromMap(lambdaOrQuery, boundOuterExpression);
}
return GetLowerBoundNode(nodes);
}
private Binder GetEnclosingBinderInLambdaOrQuery(int position, CSharpSyntaxNode node, CSharpSyntaxNode innerLambdaOrQuery, ref BoundNode boundInnerLambdaOrQuery)
{
Debug.Assert(boundInnerLambdaOrQuery != null);
Binder result;
switch (boundInnerLambdaOrQuery.Kind)
{
case BoundKind.UnboundLambda:
boundInnerLambdaOrQuery = ((UnboundLambda)boundInnerLambdaOrQuery).BindForErrorRecovery();
goto case BoundKind.Lambda;
case BoundKind.Lambda:
AssertPositionAdjusted(position);
result = GetLambdaEnclosingBinder(position, node, innerLambdaOrQuery, ((BoundLambda)boundInnerLambdaOrQuery).Binder);
break;
case BoundKind.QueryClause:
result = GetQueryEnclosingBinder(position, node, ((BoundQueryClause)boundInnerLambdaOrQuery));
break;
default:
return GetEnclosingBinderInternalWithinRoot(node, position); // Known to return non-null with BinderFlags.SemanticModel.
}
Debug.Assert(result != null);
return result.WithAdditionalFlags(GetSemanticModelBinderFlags());
}
/// <remarks>
/// Returned binder doesn't need to have <see cref="BinderFlags.SemanticModel"/> set - the caller will add it.
/// </remarks>
private static Binder GetQueryEnclosingBinder(int position, CSharpSyntaxNode startingNode, BoundQueryClause queryClause)
{
BoundExpression node = queryClause;
do
{
switch (node.Kind)
{
case BoundKind.QueryClause:
queryClause = (BoundQueryClause)node;
node = GetQueryClauseValue(queryClause);
continue;
case BoundKind.Call:
var call = (BoundCall)node;
node = GetContainingArgument(call.Arguments, position);
if (node != null)
{
continue;
}
BoundExpression receiver = call.ReceiverOpt;
// In some error scenarios, we end-up with a method group as the receiver,
// let's get to real receiver.
while (receiver?.Kind == BoundKind.MethodGroup)
{
receiver = ((BoundMethodGroup)receiver).ReceiverOpt;
}
if (receiver != null)
{
node = GetContainingExprOrQueryClause(receiver, position);
if (node != null)
{
continue;
}
}
// TODO: should we look for the "nearest" argument as a fallback?
node = call.Arguments.LastOrDefault();
continue;
case BoundKind.Conversion:
node = ((BoundConversion)node).Operand;
continue;
case BoundKind.UnboundLambda:
var unbound = (UnboundLambda)node;
return GetEnclosingBinderInternalWithinRoot(AdjustStartingNodeAccordingToNewRoot(startingNode, unbound.Syntax),
position, unbound.BindForErrorRecovery().Binder, unbound.Syntax);
case BoundKind.Lambda:
var lambda = (BoundLambda)node;
return GetEnclosingBinderInternalWithinRoot(AdjustStartingNodeAccordingToNewRoot(startingNode, lambda.Body.Syntax),
position, lambda.Binder, lambda.Body.Syntax);
default:
goto done;
}
}
while (node != null);
done:
return GetEnclosingBinderInternalWithinRoot(AdjustStartingNodeAccordingToNewRoot(startingNode, queryClause.Syntax),
position, queryClause.Binder, queryClause.Syntax);
}
// Return the argument containing the position. For query
// expressions, the span of an argument may include other
// arguments, so the argument with the smallest span is returned.
private static BoundExpression GetContainingArgument(ImmutableArray<BoundExpression> arguments, int position)
{
BoundExpression result = null;
TextSpan resultSpan = default(TextSpan);
foreach (var arg in arguments)
{
var expr = GetContainingExprOrQueryClause(arg, position);
if (expr != null)
{
var span = expr.Syntax.FullSpan;
if (result == null || resultSpan.Contains(span))
{
result = expr;
resultSpan = span;
}
}
}
return result;
}
// Returns the expr if the syntax span contains the position;
// returns the BoundQueryClause value if expr is a BoundQueryClause
// and the value contains the position; otherwise returns null.
private static BoundExpression GetContainingExprOrQueryClause(BoundExpression expr, int position)
{
if (expr.Kind == BoundKind.QueryClause)
{
var value = GetQueryClauseValue((BoundQueryClause)expr);
if (value.Syntax.FullSpan.Contains(position))
{
return value;
}
}
if (expr.Syntax.FullSpan.Contains(position))
{
return expr;
}
return null;
}
private static BoundExpression GetQueryClauseValue(BoundQueryClause queryClause)
{
return queryClause.UnoptimizedForm ?? queryClause.Value;
}
private static SyntaxNode AdjustStartingNodeAccordingToNewRoot(SyntaxNode startingNode, SyntaxNode root)
{
SyntaxNode result = startingNode.Contains(root) ? root : startingNode;
if (result != root && !root.Contains(result))
{
result = root;
}
return result;
}
/// <summary>
/// Performs the same function as GetEnclosingBinder, but is known to take place within a
/// specified lambda. Walks up the syntax hierarchy until a node with an associated binder
/// is found.
/// </summary>
/// <remarks>
/// CONSIDER: can this share code with MemberSemanticModel.GetEnclosingBinder?
///
/// Returned binder doesn't need to have <see cref="BinderFlags.SemanticModel"/> set - the caller will add it.
/// </remarks>
private static Binder GetLambdaEnclosingBinder(int position, CSharpSyntaxNode startingNode, CSharpSyntaxNode containingLambda, Binder lambdaBinder)
{
Debug.Assert(containingLambda.IsAnonymousFunction());
Debug.Assert(LookupPosition.IsInAnonymousFunctionOrQuery(position, containingLambda));
return GetEnclosingBinderInternalWithinRoot(startingNode, position, lambdaBinder, containingLambda);
}
/// <summary>
/// If we're doing nullable analysis, we need to fully bind this member, and then run
/// nullable analysis on the resulting nodes before putting them in the map. Nullable
/// analysis does not run a subset of code, so we need to fully bind the entire member
/// first
/// </summary>
protected void EnsureNullabilityAnalysisPerformedIfNecessary()
{
bool isNullableAnalysisEnabled = IsNullableAnalysisEnabled();
if (!isNullableAnalysisEnabled && !Compilation.IsNullableAnalysisEnabledAlways)
{
return;
}
// If we have a snapshot manager, then we've already done
// all the work necessary and we should avoid taking an
// unnecessary read lock.
if (_lazySnapshotManager is object)
{
return;
}
var bindableRoot = GetBindableSyntaxNode(Root);
using var upgradeableLock = _nodeMapLock.DisposableUpgradeableRead();
// If there are already nodes in the map, then we've already done work here. Since
// EnsureNullabilityAnalysis is guaranteed to have run first, that means we've
// already bound the root node and we can just exit. We can't just assert that Root
// is in the map, as there are some models for which there is no BoundNode for the
// Root elements (such as fields, where the root is a VariableDeclarator but the
// first BoundNode corresponds to the underlying EqualsValueSyntax of the initializer)
if (_guardedBoundNodeMap.Count > 0)
{
Debug.Assert(!isNullableAnalysisEnabled ||
_guardedBoundNodeMap.ContainsKey(bindableRoot) ||
_guardedBoundNodeMap.ContainsKey(bind(bindableRoot, out _).Syntax));
return;
}
upgradeableLock.EnterWrite();
NullableWalker.SnapshotManager snapshotManager;
var remappedSymbols = _parentRemappedSymbolsOpt;
Binder binder;
BoundNode boundRoot = bind(bindableRoot, out binder);
if (IsSpeculativeSemanticModel)
{
// Not all speculative models are created with existing snapshots. Attributes,
// TypeSyntaxes, and MethodBodies do not depend on existing state in a member,
// and so the SnapshotManager can be null in these cases.
if (_parentSnapshotManagerOpt is null || !isNullableAnalysisEnabled)
{
rewriteAndCache();
return;
}
boundRoot = NullableWalker.AnalyzeAndRewriteSpeculation(_speculatedPosition, boundRoot, binder, _parentSnapshotManagerOpt, out var newSnapshots, ref remappedSymbols);
GuardedAddBoundTreeForStandaloneSyntax(bindableRoot, boundRoot, newSnapshots, remappedSymbols);
}
else
{
rewriteAndCache();
}
BoundNode bind(CSharpSyntaxNode root, out Binder binder)
{
if (root is CompilationUnitSyntax)
{
// Top level statements are unique among our nodes: if there are no syntax nodes before local functions,
// then that means the start of the span of the top-level statement is the same as the start of the local
// function. Therefore, GetEnclosingBinder can't tell the difference, and it will get the binder for the
// local function, not for the CompilationUnitSyntax. This is desirable in almost all cases but this one:
// There are no locals or invocations before this, meaning there's nothing to call GetDeclaredSymbol,
// GetTypeInfo, or GetSymbolInfo on. GetDeclaredSymbol(CompilationUnitSyntax) goes down another path that
// does not need to do any binding whatsoever, so it also doesn't care about this behavior. The only place
// that actually needs to get the enclosing binding for a CompilationUnitSyntax in such a scenario is this
// method. So, if our root is the CompilationUnitSyntax, directly get the binder for it.
binder = RootBinder.GetBinder(root);
Debug.Assert(binder is SimpleProgramBinder);
}
else
{
binder = GetEnclosingBinder(GetAdjustedNodePosition(root));
}
return Bind(binder, root, BindingDiagnosticBag.Discarded);
}
void rewriteAndCache()
{
var diagnostics = DiagnosticBag.GetInstance();
#if DEBUG
if (!isNullableAnalysisEnabled)
{
Debug.Assert(Compilation.IsNullableAnalysisEnabledAlways);
AnalyzeBoundNodeNullability(boundRoot, binder, diagnostics, createSnapshots: true);
diagnostics.Free();
return;
}
#endif
boundRoot = RewriteNullableBoundNodesWithSnapshots(boundRoot, binder, diagnostics, createSnapshots: true, out snapshotManager, ref remappedSymbols);
diagnostics.Free();
GuardedAddBoundTreeForStandaloneSyntax(bindableRoot, boundRoot, snapshotManager, remappedSymbols);
}
}
#nullable enable
/// <summary>
/// Rewrites the given bound node with nullability information, and returns snapshots for later speculative analysis at positions inside this member.
/// </summary>
protected abstract BoundNode RewriteNullableBoundNodesWithSnapshots(
BoundNode boundRoot,
Binder binder,
DiagnosticBag diagnostics,
bool createSnapshots,
out NullableWalker.SnapshotManager? snapshotManager,
ref ImmutableDictionary<Symbol, Symbol>? remappedSymbols);
/// <summary>
/// Performs the analysis step of getting nullability information for a semantic model but
/// does not actually use the results. This gives us extra verification of nullable flow analysis.
/// It is only used in contexts where nullable analysis is disabled in the compilation but requested
/// through "run-nullable-analysis=always" or when the compiler is running in DEBUG.
/// </summary>
protected abstract void AnalyzeBoundNodeNullability(BoundNode boundRoot, Binder binder, DiagnosticBag diagnostics, bool createSnapshots);
protected abstract bool IsNullableAnalysisEnabled();
#nullable disable
/// <summary>
/// Get all bounds nodes associated with a node, ordered from highest to lowest in the bound tree.
/// Strictly speaking, the order is that of a pre-order traversal of the bound tree.
/// </summary>
internal ImmutableArray<BoundNode> GetBoundNodes(CSharpSyntaxNode node)
{
// If this method is called with a null parameter, that implies that the Root should be
// bound, but make sure that the Root is bindable.
if (node == null)
{
node = GetBindableSyntaxNode(Root);
}
Debug.Assert(node == GetBindableSyntaxNode(node));
EnsureNullabilityAnalysisPerformedIfNecessary();
// We have one SemanticModel for each method.
//
// The SemanticModel contains a lazily-built immutable map from scope-introducing
// syntactic statements (such as blocks) to binders, but not from lambdas to binders.
//
// The SemanticModel also contains a mutable map from syntax to bound nodes; that is
// declared here. Since the map is not thread-safe we ensure that it is guarded with a
// reader-writer lock.
//
// Have we already got the desired bound node in the mutable map? If so, return it.
ImmutableArray<BoundNode> results;
using (_nodeMapLock.DisposableRead())
{
results = GuardedGetBoundNodesFromMap(node);
}
if (!results.IsDefaultOrEmpty)
{
return results;
}
// We might not actually have been given an expression or statement even though we were
// allegedly given something that is "bindable".
// If we didn't find in the cached bound nodes, find a binding root and bind it.
// This will cache bound nodes under the binding root.
CSharpSyntaxNode nodeToBind = GetBindingRoot(node);
var statementBinder = GetEnclosingBinder(GetAdjustedNodePosition(nodeToBind));
Binder incrementalBinder = new IncrementalBinder(this, statementBinder);
using (_nodeMapLock.DisposableWrite())
{
BoundNode boundStatement = this.Bind(incrementalBinder, nodeToBind, BindingDiagnosticBag.Discarded);
results = GuardedAddBoundTreeAndGetBoundNodeFromMap(node, boundStatement);
}
if (!results.IsDefaultOrEmpty)
{
return results;
}
// If we still didn't find it, its still possible we could bind it directly.
// For example, types are usually not represented by bound nodes, and some error conditions and
// not yet implemented features do not create bound nodes for everything underneath them.
//
// In this case, however, we only add the single bound node we found to the map, not any child bound nodes,
// to avoid duplicates in the map if a parent of this node comes through this code path also.
var binder = GetEnclosingBinder(GetAdjustedNodePosition(node));
incrementalBinder = new IncrementalBinder(this, binder);
using (_nodeMapLock.DisposableRead())
{
results = GuardedGetBoundNodesFromMap(node);
}
if (results.IsDefaultOrEmpty)
{
// https://github.com/dotnet/roslyn/issues/35038: We have to run analysis on this node in some manner
using (_nodeMapLock.DisposableWrite())
{
var boundNode = this.Bind(incrementalBinder, node, BindingDiagnosticBag.Discarded);
GuardedAddBoundTreeForStandaloneSyntax(node, boundNode);
results = GuardedGetBoundNodesFromMap(node);
}
if (!results.IsDefaultOrEmpty)
{
return results;
}
}
else
{
return results;
}
return ImmutableArray<BoundNode>.Empty;
}
// some nodes don't have direct semantic meaning by themselves and so we need to bind a different node that does
protected internal virtual CSharpSyntaxNode GetBindableSyntaxNode(CSharpSyntaxNode node)
{
switch (node.Kind())
{
case SyntaxKind.GetAccessorDeclaration:
case SyntaxKind.SetAccessorDeclaration:
case SyntaxKind.InitAccessorDeclaration:
case SyntaxKind.AddAccessorDeclaration:
case SyntaxKind.RemoveAccessorDeclaration:
case SyntaxKind.MethodDeclaration:
case SyntaxKind.ConstructorDeclaration:
case SyntaxKind.DestructorDeclaration:
case SyntaxKind.OperatorDeclaration:
case SyntaxKind.ConversionOperatorDeclaration:
case SyntaxKind.GlobalStatement:
case SyntaxKind.Subpattern:
return node;
case SyntaxKind.PositionalPatternClause:
return node.Parent;
}
while (true)
{
switch (node)
{
case ParenthesizedExpressionSyntax n:
node = n.Expression;
continue;
case CheckedExpressionSyntax n:
node = n.Expression;
continue;
// Simple mitigation to give a result for suppressions. Public API tracked by https://github.com/dotnet/roslyn/issues/26198
case PostfixUnaryExpressionSyntax { RawKind: (int)SyntaxKind.SuppressNullableWarningExpression } n:
node = n.Operand;
continue;
case UnsafeStatementSyntax n:
node = n.Block;
continue;
case CheckedStatementSyntax n:
node = n.Block;
continue;
}
break;
}
var parent = node.Parent;
if (parent != null && node != this.Root)
{
switch (node.Kind())
{
case SyntaxKind.IdentifierName:
case SyntaxKind.GenericName:
var tmp = SyntaxFactory.GetStandaloneNode(node);
if (tmp != node)
{
return GetBindableSyntaxNode(tmp);
}
break;
case SyntaxKind.AnonymousObjectMemberDeclarator:
return GetBindableSyntaxNode(parent);
case SyntaxKind.VariableDeclarator: // declarators are mapped in SyntaxBinder
// When a local variable declaration contains a single declarator, the bound node
// is associated with the declaration, rather than with the declarator. If we
// used the declarator here, we would have enough context to bind it, but we wouldn't
// end up with an entry in the syntax-to-bound node map.
Debug.Assert(parent.Kind() == SyntaxKind.VariableDeclaration);
var grandparent = parent.Parent;
if (grandparent != null && grandparent.Kind() == SyntaxKind.LocalDeclarationStatement &&
((VariableDeclarationSyntax)parent).Variables.Count == 1)
{
return GetBindableSyntaxNode(parent);
}
break;
default:
if (node is QueryExpressionSyntax && parent is QueryContinuationSyntax ||
!(node is ExpressionSyntax) &&
!(node is StatementSyntax) &&
!(node is SelectOrGroupClauseSyntax) &&
!(node is QueryClauseSyntax) &&
!(node is OrderingSyntax) &&
!(node is JoinIntoClauseSyntax) &&
!(node is QueryContinuationSyntax) &&
!(node is ConstructorInitializerSyntax) &&
!(node is PrimaryConstructorBaseTypeSyntax) &&
!(node is ArrowExpressionClauseSyntax) &&
!(node is PatternSyntax))
{
return GetBindableSyntaxNode(parent);
}
break;
}
}
return node;
}
/// <summary>
/// If the node is an expression, return the nearest parent node
/// with semantic meaning. Otherwise return null.
/// </summary>
protected CSharpSyntaxNode GetBindableParentNode(CSharpSyntaxNode node)
{
if (!(node is ExpressionSyntax))
{
return null;
}
// The node is an expression, but its parent is null
CSharpSyntaxNode parent = node.Parent;
if (parent == null)
{
// For speculative model, expression might be the root of the syntax tree, in which case it can have a null parent.
if (this.IsSpeculativeSemanticModel && this.Root == node)
{
return null;
}
throw new ArgumentException($"The parent of {nameof(node)} must not be null unless this is a speculative semantic model.", nameof(node));
}
// skip up past parens and ref expressions, as we have no bound nodes for them.
while (true)
{
switch (parent.Kind())
{
case SyntaxKind.ParenthesizedExpression:
case SyntaxKind.RefExpression:
case SyntaxKind.RefType:
var pp = parent.Parent;
if (pp == null) break;
parent = pp;
break;
default:
goto foundParent;
}
}
foundParent:;
var bindableParent = this.GetBindableSyntaxNode(parent);
Debug.Assert(bindableParent != null);
// If the parent is a member used for a method invocation, then
// the node is the instance associated with the method invocation.
// In that case, return the invocation expression so that any conversion
// of the receiver can be included in the resulting SemanticInfo.
if ((bindableParent.Kind() == SyntaxKind.SimpleMemberAccessExpression) && (bindableParent.Parent.Kind() == SyntaxKind.InvocationExpression))
{
bindableParent = bindableParent.Parent;
}
else if (bindableParent.Kind() == SyntaxKind.ArrayType)
{
bindableParent = SyntaxFactory.GetStandaloneExpression((ArrayTypeSyntax)bindableParent);
}
return bindableParent;
}
internal override Symbol RemapSymbolIfNecessaryCore(Symbol symbol)
{
Debug.Assert(symbol is LocalSymbol or ParameterSymbol or MethodSymbol { MethodKind: MethodKind.LambdaMethod });
EnsureNullabilityAnalysisPerformedIfNecessary();
if (_lazyRemappedSymbols is null)
{
return symbol;
}
if (_lazyRemappedSymbols.TryGetValue(symbol, out var remappedSymbol))
{
return remappedSymbol;
}
else
{
return symbol;
}
}
internal sealed override Func<SyntaxNode, bool> GetSyntaxNodesToAnalyzeFilter(SyntaxNode declaredNode, ISymbol declaredSymbol)
{
throw ExceptionUtilities.Unreachable;
}
/// <summary>
/// The incremental binder is used when binding statements. Whenever a statement
/// is bound, it checks the bound node cache to see if that statement was bound,
/// and returns it instead of rebinding it.
///
/// For example, we might have:
/// while (x > goo())
/// {
/// y = y * x;
/// z = z + y;
/// }
///
/// We might first get semantic info about "z", and thus bind just the statement
/// "z = z + y". Later, we might bind the entire While block. While binding the while
/// block, we can reuse the binding we did of "z = z + y".
/// </summary>
/// <remarks>
/// NOTE: any member overridden by this binder should follow the BuckStopsHereBinder pattern.
/// Otherwise, a subsequent binder in the chain could suppress the caching behavior.
/// </remarks>
internal class IncrementalBinder : Binder
{
private readonly MemberSemanticModel _semanticModel;
internal IncrementalBinder(MemberSemanticModel semanticModel, Binder next)
: base(next)
{
_semanticModel = semanticModel;
}
/// <summary>
/// We override GetBinder so that the BindStatement override is still
/// in effect on nested binders.
/// </summary>
internal override Binder GetBinder(SyntaxNode node)
{
Binder binder = this.Next.GetBinder(node);
if (binder != null)
{
Debug.Assert(!(binder is IncrementalBinder));
return new IncrementalBinder(_semanticModel, binder.WithAdditionalFlags(BinderFlags.SemanticModel));
}
return null;
}
public override BoundStatement BindStatement(StatementSyntax node, BindingDiagnosticBag diagnostics)
{
// Check the bound node cache to see if the statement was already bound.
if (node.SyntaxTree == _semanticModel.SyntaxTree)
{
BoundStatement synthesizedStatement = _semanticModel.GuardedGetSynthesizedStatementFromMap(node);
if (synthesizedStatement != null)
{
return synthesizedStatement;
}
BoundNode boundNode = TryGetBoundNodeFromMap(node);
if (boundNode != null)
{
return (BoundStatement)boundNode;
}
}
BoundStatement statement = base.BindStatement(node, diagnostics);
// Synthesized statements are not added to the _guardedNodeMap, we cache them explicitly here in
// _lazyGuardedSynthesizedStatementsMap
if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree)
{
_semanticModel.GuardedAddSynthesizedStatementToMap(node, statement);
}
return statement;
}
internal override BoundBlock BindEmbeddedBlock(BlockSyntax node, BindingDiagnosticBag diagnostics)
{
BoundBlock block = (BoundBlock)TryGetBoundNodeFromMap(node);
if (block is object)
{
return block;
}
block = base.BindEmbeddedBlock(node, diagnostics);
Debug.Assert(!block.WasCompilerGenerated);
return block;
}
private BoundNode TryGetBoundNodeFromMap(CSharpSyntaxNode node)
{
if (node.SyntaxTree == _semanticModel.SyntaxTree)
{
ImmutableArray<BoundNode> boundNodes = _semanticModel.GuardedGetBoundNodesFromMap(node);
if (!boundNodes.IsDefaultOrEmpty)
{
// Already bound. Return the top-most bound node associated with the statement.
return boundNodes[0];
}
}
return null;
}
public override BoundNode BindMethodBody(CSharpSyntaxNode node, BindingDiagnosticBag diagnostics, bool includeInitializersInBody)
{
BoundNode boundNode = TryGetBoundNodeFromMap(node);
if (boundNode is object)
{
return boundNode;
}
boundNode = base.BindMethodBody(node, diagnostics, includeInitializersInBody);
return boundNode;
}
internal override BoundExpressionStatement BindConstructorInitializer(ConstructorInitializerSyntax node, BindingDiagnosticBag diagnostics)
{
return (BoundExpressionStatement)TryGetBoundNodeFromMap(node) ?? base.BindConstructorInitializer(node, diagnostics);
}
internal override BoundExpressionStatement BindConstructorInitializer(PrimaryConstructorBaseTypeSyntax node, BindingDiagnosticBag diagnostics)
{
return (BoundExpressionStatement)TryGetBoundNodeFromMap(node) ?? base.BindConstructorInitializer(node, diagnostics);
}
internal override BoundBlock BindExpressionBodyAsBlock(ArrowExpressionClauseSyntax node, BindingDiagnosticBag diagnostics)
{
BoundBlock block = (BoundBlock)TryGetBoundNodeFromMap(node);
if (block is object)
{
return block;
}
block = base.BindExpressionBodyAsBlock(node, diagnostics);
return block;
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Test/Resources/Core/SymbolsTests/Methods/VBMethods.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
' vbc /t:library VBMethods.vb
Public Class C1
Public Sub M1(x As Integer)
End Sub
Public Sub M2(<System.Runtime.InteropServices.Optional()> ByVal x As Integer)
End Sub
Public Sub M3(Optional x As Integer = 11)
End Sub
Public Sub M4(<System.Runtime.InteropServices.Optional(),
System.Runtime.InteropServices.DefaultParameterValue(12)> ByVal x As Integer)
End Sub
Public Sub M5(ByVal x As Integer)
End Sub
Public Sub M6(ByVal x As Integer)
End Sub
Public Sub M7(Of T)(ByVal x As Integer)
End Sub
Public Sub M8(Of T)(ByVal x As Integer)
End Sub
Public Sub M9(ByVal x As Integer)
End Sub
Public Sub M9(Of T)(ByVal x As Integer)
End Sub
Public Sub M10(Of T1)(ByVal x As T1)
End Sub
Public Function M11(Of T2, T3 As C1)(ByVal x As T2) As T3
Return Nothing
End Function
Public Sub M12(ByVal x As Integer)
End Sub
Public Declare Auto Function LoadLibrary Lib "Kernel32.dll" (ByVal lpFileName As String) As IntPtr
End Class
Public Structure EmptyStructure
End Structure
Public Class C2(Of T4)
Public Sub M1(Of T5)(ByVal x As T5, ByVal y As T4)
End Sub
End Class
Public MustInherit Class Modifiers1
Public MustOverride Sub M1()
Public Overridable Sub M2()
End Sub
Public Overloads Sub M3()
End Sub
Public Sub M4()
End Sub
Public Shadows Sub M5()
End Sub
Public MustOverride Overloads Sub M6()
Public Overridable Overloads Sub M7()
End Sub
Public MustOverride Shadows Sub M8()
Public Overridable Shadows Sub M9()
End Sub
End Class
Public MustInherit Class Modifiers2
Inherits Modifiers1
Public MustOverride Overrides Sub M1()
Public NotOverridable Overrides Sub M2()
End Sub
Public MustOverride Overloads Overrides Sub M6()
Public NotOverridable Overloads Overrides Sub M7()
End Sub
' 'Overrides' and 'Shadows' cannot be combined
'Public MustOverride Overrides Shadows Sub M8()
' 'Overrides' and 'Shadows' cannot be combined
'Public NotOverridable Overrides Shadows Sub M9()
'End Sub
End Class
Public MustInherit Class Modifiers3
Inherits Modifiers1
Public Overrides Sub M1()
End Sub
Public Overloads Overrides Sub M6()
End Sub
End Class
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
' vbc /t:library VBMethods.vb
Public Class C1
Public Sub M1(x As Integer)
End Sub
Public Sub M2(<System.Runtime.InteropServices.Optional()> ByVal x As Integer)
End Sub
Public Sub M3(Optional x As Integer = 11)
End Sub
Public Sub M4(<System.Runtime.InteropServices.Optional(),
System.Runtime.InteropServices.DefaultParameterValue(12)> ByVal x As Integer)
End Sub
Public Sub M5(ByVal x As Integer)
End Sub
Public Sub M6(ByVal x As Integer)
End Sub
Public Sub M7(Of T)(ByVal x As Integer)
End Sub
Public Sub M8(Of T)(ByVal x As Integer)
End Sub
Public Sub M9(ByVal x As Integer)
End Sub
Public Sub M9(Of T)(ByVal x As Integer)
End Sub
Public Sub M10(Of T1)(ByVal x As T1)
End Sub
Public Function M11(Of T2, T3 As C1)(ByVal x As T2) As T3
Return Nothing
End Function
Public Sub M12(ByVal x As Integer)
End Sub
Public Declare Auto Function LoadLibrary Lib "Kernel32.dll" (ByVal lpFileName As String) As IntPtr
End Class
Public Structure EmptyStructure
End Structure
Public Class C2(Of T4)
Public Sub M1(Of T5)(ByVal x As T5, ByVal y As T4)
End Sub
End Class
Public MustInherit Class Modifiers1
Public MustOverride Sub M1()
Public Overridable Sub M2()
End Sub
Public Overloads Sub M3()
End Sub
Public Sub M4()
End Sub
Public Shadows Sub M5()
End Sub
Public MustOverride Overloads Sub M6()
Public Overridable Overloads Sub M7()
End Sub
Public MustOverride Shadows Sub M8()
Public Overridable Shadows Sub M9()
End Sub
End Class
Public MustInherit Class Modifiers2
Inherits Modifiers1
Public MustOverride Overrides Sub M1()
Public NotOverridable Overrides Sub M2()
End Sub
Public MustOverride Overloads Overrides Sub M6()
Public NotOverridable Overloads Overrides Sub M7()
End Sub
' 'Overrides' and 'Shadows' cannot be combined
'Public MustOverride Overrides Shadows Sub M8()
' 'Overrides' and 'Shadows' cannot be combined
'Public NotOverridable Overrides Shadows Sub M9()
'End Sub
End Class
Public MustInherit Class Modifiers3
Inherits Modifiers1
Public Overrides Sub M1()
End Sub
Public Overloads Overrides Sub M6()
End Sub
End Class
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Core.Wpf/Preview/PreviewReferenceHighlightingTaggerProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor.Shared.Preview;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Tagging;
using Microsoft.VisualStudio.Utilities;
using Microsoft.CodeAnalysis.Editor.ReferenceHighlighting;
using System;
using Microsoft.CodeAnalysis.Host.Mef;
namespace Microsoft.CodeAnalysis.Editor.Implementation.Preview
{
/// <summary>
/// Special tagger we use for previews that is told precisely which spans to
/// reference highlight.
/// </summary>
[Export(typeof(ITaggerProvider))]
[TagType(typeof(NavigableHighlightTag))]
[ContentType(ContentTypeNames.RoslynContentType)]
[ContentType(ContentTypeNames.XamlContentType)]
[TextViewRole(TextViewRoles.PreviewRole)]
internal class PreviewReferenceHighlightingTaggerProvider
: AbstractPreviewTaggerProvider<NavigableHighlightTag>
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public PreviewReferenceHighlightingTaggerProvider()
: base(PredefinedPreviewTaggerKeys.ReferenceHighlightingSpansKey, ReferenceHighlightTag.Instance)
{
}
}
[Export(typeof(ITaggerProvider))]
[TagType(typeof(NavigableHighlightTag))]
[ContentType(ContentTypeNames.RoslynContentType)]
[ContentType(ContentTypeNames.XamlContentType)]
[TextViewRole(TextViewRoles.PreviewRole)]
internal class PreviewWrittenReferenceHighlightingTaggerProvider
: AbstractPreviewTaggerProvider<NavigableHighlightTag>
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public PreviewWrittenReferenceHighlightingTaggerProvider()
: base(PredefinedPreviewTaggerKeys.WrittenReferenceHighlightingSpansKey, WrittenReferenceHighlightTag.Instance)
{
}
}
[Export(typeof(ITaggerProvider))]
[TagType(typeof(NavigableHighlightTag))]
[ContentType(ContentTypeNames.RoslynContentType)]
[ContentType(ContentTypeNames.XamlContentType)]
[TextViewRole(TextViewRoles.PreviewRole)]
internal class PreviewDefinitionHighlightingTaggerProvider
: AbstractPreviewTaggerProvider<NavigableHighlightTag>
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public PreviewDefinitionHighlightingTaggerProvider()
: base(PredefinedPreviewTaggerKeys.DefinitionHighlightingSpansKey, DefinitionHighlightTag.Instance)
{
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor.Shared.Preview;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Tagging;
using Microsoft.VisualStudio.Utilities;
using Microsoft.CodeAnalysis.Editor.ReferenceHighlighting;
using System;
using Microsoft.CodeAnalysis.Host.Mef;
namespace Microsoft.CodeAnalysis.Editor.Implementation.Preview
{
/// <summary>
/// Special tagger we use for previews that is told precisely which spans to
/// reference highlight.
/// </summary>
[Export(typeof(ITaggerProvider))]
[TagType(typeof(NavigableHighlightTag))]
[ContentType(ContentTypeNames.RoslynContentType)]
[ContentType(ContentTypeNames.XamlContentType)]
[TextViewRole(TextViewRoles.PreviewRole)]
internal class PreviewReferenceHighlightingTaggerProvider
: AbstractPreviewTaggerProvider<NavigableHighlightTag>
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public PreviewReferenceHighlightingTaggerProvider()
: base(PredefinedPreviewTaggerKeys.ReferenceHighlightingSpansKey, ReferenceHighlightTag.Instance)
{
}
}
[Export(typeof(ITaggerProvider))]
[TagType(typeof(NavigableHighlightTag))]
[ContentType(ContentTypeNames.RoslynContentType)]
[ContentType(ContentTypeNames.XamlContentType)]
[TextViewRole(TextViewRoles.PreviewRole)]
internal class PreviewWrittenReferenceHighlightingTaggerProvider
: AbstractPreviewTaggerProvider<NavigableHighlightTag>
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public PreviewWrittenReferenceHighlightingTaggerProvider()
: base(PredefinedPreviewTaggerKeys.WrittenReferenceHighlightingSpansKey, WrittenReferenceHighlightTag.Instance)
{
}
}
[Export(typeof(ITaggerProvider))]
[TagType(typeof(NavigableHighlightTag))]
[ContentType(ContentTypeNames.RoslynContentType)]
[ContentType(ContentTypeNames.XamlContentType)]
[TextViewRole(TextViewRoles.PreviewRole)]
internal class PreviewDefinitionHighlightingTaggerProvider
: AbstractPreviewTaggerProvider<NavigableHighlightTag>
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public PreviewDefinitionHighlightingTaggerProvider()
: base(PredefinedPreviewTaggerKeys.DefinitionHighlightingSpansKey, DefinitionHighlightTag.Instance)
{
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./docs/wiki/Manual-Testing.md | # Purpose of this document
This document is meant to be a comprehensive list of Roslyn features for use in several kinds of testing.
- [**Routine Product Testing**](#routineproducttesting)
- [**Release Testing**](#releasetesting)
- [**New Language Feature Testing**](#newlanguagefeaturetesting)
## <a name="routineproducttesting">Routine Product Testing</a>
- Primarily focused on features marked with a :mag:
## <a name="releasetesting">Release Testing</a>
- Test all product features in all languages
## <a name="newlanguagefeaturetesting">New Language Feature Testing</a>
- Test phases
- **Merge Signoff**: Can the language feature be merged?
- Critical IDE features in the areas of **Typing**, **Navigating**, and **Viewing** must function as expected. Any non-trivial issues in these areas block language feature merging.
- These are marked with a :fast_forward:.
- All product features have been considered/tested are free of crashes, asserts, and hangs.
-All issues discovered (even non-crash/non-blocking) must be filed and linked here.
- _All feature descriptions and testing suggestions are merely examples. Each language feature should be carefully considered independently against each IDE feature to find interesting intersections_
- **Feature Signoff**: Per-feature signoff with links to non-blocking issues.
- **Feature Suggestions**: What can we add to the product to make the new language feature delightful to use?
- Testing approaches
- Read the **feature specification** and related conversations
- Think about how the new language feature **interacts with each product feature**
- Are new keywords visualized appropriately?
- Do refactorings and fixes produce correct code utilizing the new language feature?
- How do IDE error recovery scenarios work?
- Do things work well across languages?
- How is perf on large/medium/small solutions? Are features properly cancellable?
- Etc.
- **Brainstorm ideas** for new features to enhance the language feature
- Should existing code be refactored to some new pattern?
- Should users be able to easily switch between two equivalent forms?
- Do we need to make the flow of this feature easier to visualize?
- Etc.
# Testing tags
- :mag: = Scenarios that are regularly tested against internal builds
- :fast_forward: = Scenarios that must work as expected before new language features are merged
When doing a test pass, copy this page and consider using these status indicators:
- :white_check_mark: = Tested & Approved (possibly with linked bugs)
- :x: = Merge blocking
- :construction: = Non-blocking bugs
- :ok: = Issue has been fixed
- :free: = No expected impact
- :question: = Open question
<a name="testfootnote1"><sup>1</sup></a> Feature updated by compiler team, with appropriate unit tests.
<a name="testfootnote2"><sup>2</sup></a> Feature requires more complete testing by IDE team.
# Product Features
### Core Scenarios in Editing, Navigating, and Viewing
| Category | Feature/Description | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- | --- |
| **Enable/Disable** | :fast_forward: **Feature Flags** <br />To completely enables/disable new compiler features in the compiler & IDE | | | N/A |
| **Typing** | :fast_forward: **General Typing**<br />- Type and paste new constructs<br />- Nothing interferes with verbatim typing | | | |
| | :mag: :fast_forward: **Completion**<br />- Typing new keyword/construct names<br />- Dotting off of new constructs<br />- Matching part of the identifier is highlighted (including word prefix matches) [Visual Studio 2015 Update 1]<br />- Target type preselection [Visual Studio 2017]<br />IntelliSense filtering [Visual Studio 2017] | | | |
| | :fast_forward: **Formatting** <br />- Spacing in and around new constructs<br />- Spacing options<br />- Format Document command<br /> `Tools > Options` settings should be respected | | | |
| | :fast_forward: **Automatic Brace Completion** (*C# only*) <br />- Auto-insert close brace<br />- Shift+Enter commit of IntelliSense and any pending brace completion sessions (Currently C# only: https://github.com/dotnet/roslyn/issues/18065) | | | N/A |
| | :fast_forward: **Indentation** <br />- Typing `Enter` in an unfinished statement indents the next line | | | |
| **Navigating** | :mag: :fast_forward: **Go To Definition** <br />- F12 from callsites to definition<br />- Ctrl+click [Visual Studio 2017 version 15.4] | | | |
| | :fast_forward: **Go To Implementation** <br />- Ctrl+F12 to jump from virtual members to their implementations<br />- Jump from inheritable types to their implementations | | | N/A |
| | :mag: :fast_forward: **Find All References** <br />- Lists references to a symbol in "Find Symbol Results" window<br />- Shows results in hierarchy grouped by definition [Visual Studio 2015]<br />- Results should be groupable/filterable/classified appropriately [Visual Studio 2017] <br />- Find All References on literals [Visual Studio 2017 version 15.3] | | | |
| **Viewing** | :mag: :fast_forward: **Colorization** <br />- Keywords, literals, and identifiers colored appropriately in code<br />- Colors should theme appropriately<br />- The "Blue Theme (Additional Contrast)" should have sufficiently dark colors | | | |
| | :fast_forward: **Error Squiggles** <br />- Squiggles appear as expected on reasonable spans | | | |
### Code Transformations
| Category | Feature/Description | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- | --- |
| **Refactoring with UI** | :mag: **Inline Rename (with UI)**<br />- Dashboard shows correct information<br />- Highlighted spans are updated appropriately<br />- Rename operation updates the correct set of symbols | | | |
| | :mag: **Change Signature (with UI)**<br />- Updates all direct & cascaded definitions/callsites<br />- Shows appropriate signature & parameter previews in UI<br />- Reorder and Remove in the same session [Visual Studio 2015] | | | N/A |
| | :mag: **Extract Interface (with UI)**<br />- Generated Interface has expected shape<br />- UI shows appropriate method previews | | | N/A |
| | **Generate Type (with UI)**<br />- Dialog gives all valid options<br /> | | | N/A |
| | **Generate Overrides** [Visual Studio 2017 version 15.3] | | | N/A |
| **Refactorings** | **Rename Tracking**<br />- Tracking span tracks & dismisses as expected<br />- Invokable from references [Visual Studio 2015] | | | N/A |
| | :mag: **Extract Method**<br />- Extracted method has the expected signature<br />- All arguments/return values handled correctly<br />- Extracted code block is reasonable<br />- Automatically starts Inline Rename | | | N/A |
| | **Introduce Variable**<br />- Introduced variable has the expected signature and initializer expression<br />- "Introduce for All" correctly finds dupes | | | N/A |
| | **Inline Temporary Variable**<br />- Inlined values are appropriately expanded/reduced | | | N/A |
| | **Organize Usings**<br />- Honors "Place 'System' namespace first" option | | | N/A |
| | **Convert `Get*` Methods to Properties**<br />*Add Description* | | | N/A |
| | :mag: **Encapsulate Field**<br />- Select a field and convert it to a property backed by the field<br />- Try selecting multiple fields at once | | | N/A |
| | **Modifier Ordering** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Convert `ReferenceEquals` to `is null`** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Add Missing Modifiers** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Convert Lambda to Local Function** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Move Declaration Near Reference** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Introduce Pattern Matching** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Simplify Inferred Tuple Names** [Visual Studio 2017 version 15.5] | _Requires C# 7.1 or greater_ | | N/A |
| | **Convert keyword and symbol references to doc comment tags** [Visual Studio 2017 version 15.5] | | | N/A |
| **Fixes** | **Add Using**<br />- Triggers on appropriate constructs<br />- Including NuGet references<br />- Including Referenced Assemblies<br />- Includes spelling fixes | | | |
| | **Generate Local**<br />- Select an expression and introduce a local variable to represent it<br />- This should start an Inline Rename session | | | N/A |
| | **Generate Field**<br />- Select an expression and introduce a field to represent it<br />- This should start an Inline Rename session | | | N/A |
| | **Generate Method/Constructor**<br />- Call a nonexistent method or constructor to generate it from its usage<br />- Generated method has the expected signature and accessibility<br />- Add parameter to existing constructor from callsite [Visual Studio 2017 version 15.3] | | | N/A |
| | **Generate Constructor from members**<br />- Select fields/properties to generate a constructor accepting corresponding arguments<br />- Generated constructor has the expected signature and accessibility | | | N/A |
| | **Implement Interface**<br />- Only missing methods added<br />- All added methods have the expected signature and accessibility | | | N/A |
| | **Implement IDisposable**<br />- Implement IDisposable and you should see a large block of code properly implementing that particular interface | | | N/A |
| | **Implement Abstract Class**<br />- Inherit from an abstract class, and you should be able to auto-generate all of the missing members | | | N/A |
| | **Remove Unused Variables** [Visual Studio 2017 version 15.3]| | | N/A |
| | **Remove Unused Usings** | | | |
| | **Sort Usings** | | | N/A |
| | **Convert Get Methods to Properties**<br />- Name a method `GetStuff` and convert it to a property called `Stuff` | | | N/A |
| | **Make Method Async/Sync**<br />- Add an `await` to a synchronous method, you should be offered to add the async keyword<br />- Remove all `await` keywords from an async method, you should be offered to remove the async keyword | | | N/A |
| | **Use Object Initializer Over Property Assignment**<br />- Create a new instance of a type and then assign each of its properties on subsequent lines<br />- You should be offered to convert that to an object initializer | | | N/A |
| | **Insert Digit Separators** [Visual Studio 2017 version 15.3] | | | N/A |
| **Code Gen** | :mag: **Snippets**<br />- Tab completion, presence in completion list<br />- Insertion via Snippet Picker UI (Ctrl + K, Ctrl + X) or (Ctrl + K, Ctrl + S)<br />- (VB) Snippet Picker UI via `?<Tab>`<br />- (VB) Special snippet completion list (`p?<esc><tab>`) | | | N/A |
| | **Event Hookup on Tab** (*C# only*)<br />- Type "+=" after an event name and QuickInfo shows<br />- Invoking should pick good name & launch Inline Rename | | N/A | N/A |
| | **End Construct Generation** (*VB only*)<br />- Type `Sub Test()` and hit enter, the `End Sub` should be generated automatically | N/A | | N/A |
| | **Automatic End Construct Update** (*VB only*)<br />- Type `Sub Test()` and `End Sub`, changing `Sub` to `Function` in either one should update the other | N/A | | N/A |
| | **Spell checking**<br />- Type a name that's close to a variable name but off by a character or two<br />- Lightbulb should have option to fix up the spelling<br />- Includes type names that will require a using | | | N/A |
| | **Move type to file**<br />- Lightbulb to move type to another file when the type name doesn't match the filename<br />- Option to change the file name if the type doesn't match the file name | | | N/A |
| | **Convert between properties and Get methods** <br />- Offers to change a method named `GetStuff` to a property named `Stuff` | | | N/A |
| | **Convert auto property to full property** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Add missing cases**<br />Use a `switch` on a strict subset of an Enum's members<br />- It should offer to generate the rest of the cases | | | N/A |
| | **Add null checks for parameters** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Change base for numeric literals** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Convert if to switch** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Resolve git merge conflicts** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Add argument name** [Visual Studio 2017 version 15.3 | | | N/A |
| | **Fade and remove unreachable code** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Add missing file banner** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Deconstruct tuple declaration** [Visual Studio 2017 version 15.4] | | | N/A |
### IDE Features
| Category | Feature/Description | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- | --- |
| **General** | **Signature Help**<br />- Overloads shown with appropriate, colorized signature | | | |
| | **Quick Info**<br />- Hover on identifiers<br />- On completion list items | | | |
| | :mag: **Outlining**<br />- Make sure outlining is enabled under options<br />- Define a method and expect to see a collapsible region around the method definition<br />- Make sure collapse and expand work | | | |
| | **Brace Matching** (*C# only*)<br />- Highlights matching brace token, if caret is on an open or close brace.<br />- Hovering on a close brace shows the code around the open brace | | N/A | N/A |
| | **Highlight References**<br />- Ensure "Highlight references to symbol under cursor" is enabled in options<br />- If caret is on an identifier, all references to that identifier in the active document should be highlighted<br />- We also show related keywords, so placing the caret on a return should show the other returns, if should show elses, try shows catches and finallys, etc.<br />- Should be able to navigate between highlighted references with Ctrl+Shift+Up/Down | | | |
| | :mag: **Peek**<br />Press Alt + F12 after placing the cursor on a predefined Type or predefined member and expect to see to a temporary window showing the appropriate definition | | | |
| | :mag: **Navigation Bars**<br />- Open some existing source files, make sure you can navigate around the file choosing classes or methods.<br />- Switch between project contexts<br />- In VB, the NavBar can do code generation for events and for New/Finalize methods | | | |
| | **Metadata As Source**<br />- Press F12 on a predefined type and expect the cursor to move the predefined type definition inside a Metadata-As-Source Generated document.<br />- Expect to see the xml doc comments collapsed above the method. | | | N/A |
| | **Navigate to Decompiled Source** [Visual Studio 2017 version 15.6 Preview 2]<br />- Set the option at `Tools -> Options -> Text Editor -> C# -> Advanced -> Enable navigation to decompiled sources (experimental)` <br />- F12 on a type defined in metadata<br />- You should see decompiled method bodies, not just declarations | | | N/A |
| | :mag: **Navigate To**<br />- Place caret on a user defined Type reference and press "ctrl + ,"<br />- This should list the User Defined Type in the drop down on the Upper Right corner of the editor and selecting this item will move the cursor to the User Reference Definition<br />- Filters per kind of symbol [Visual Studio 2017]<br />- Results should be sorted as follows: [Visual Studio 2017 version 15.6 Preview 4]<br /><details><summary>Expand for details</summary>TODO</details> | | | |
| | **Go to Next/Previous Method**<br />- `Edit.NextMethod` and `Edit.PreviousMethod` should work<br />- You may need to set up keyboard bindings for these commands under `Tools > Options > Environment > Keyboard` | | | N/A |
| | **Solution Explorer Pivots**<br />- Define a Type and some members in a sample Document.<br />- Expand the Document listed in the Solution Explorer window and expect to see the Type and Members defined<br />- Right-click types and try Base Types / Derived Types / Is Used By / Implements<br /> - Right-click methods and try Calls / Is Called By / Is Used By / Implements | | | N/A |
| | **Call Hierarchy**<br />- Place the caret over a method, right click & select View Hierarchy<br />- This should open the "Call Hierarchy window" listing the methods that call the original method and also the callsites within each calling method. | | | N/A |
| | :mag: **Code Lens**<br />- Make sure Code Lens is enabled from the options. Look for an adornment on top of each method declaration with lists the number of references for that method, last time someone modified the method, who modified the method and other information | | | N/A |
| | **Project System**<br />- Open/close a project<br />- Add/remove references<br />- Unload/reload projects<br />- Source Control integration (adding references checks out projects, etc.) | | | |
| | **Debugger IntelliSense**<br />- Hit a breakpoint (or step) and verify that there's IntelliSense in the Immediate Window (C#, VB)<br />- Type an expression, and hit enter. Verify it's evaluated. Type another expression. IntelliSense should still work.<br />- (VB) there should be IntelliSense if you type "?" followed by an expression (eg, the text of the line in the window is "?foo")<br />- Hit a breakpoint (or step) and verify that there's IntelliSense in the Watch Window<br />- Hit a breakpoint (or step) and verify that there's IntelliSense in the Quick Watch Window<br /> - Verify intellisense in the Conditional Breakpoint view<br />- Verify each of the above scenarios after hitting f5 and hitting another breakpoint, and after stepping | | | |
| | **Breakpoint Spans**<br />- The span highlighted when a breakpoint is set should be logical | | | |
| | **Code Model / Class Designer**<br />- Right click a file in Solution Explorer & choose View Class Diagram.<br />- This shows the "Class Details" window where you can add/remove members, change their type/accessibility/name, parameter info, etc. | | | N/A |
| | **Object Browser / Class View**<br />- Open object browser and classview and verify that project contents are represented live.<br />- Should be able to invoke find all references, navigate to the definition, and do searches. | | | N/A |
| | **Lightbulb**<br />- Should work with `Ctrl+.` and the right-click menu<br />- Should include a diff view<br />- Should include options to fix all in Document/Project/Solution, and to Preview Changes<br />Varying icons for lightbulb items [Visual Studio 2017 version 15.4] | | | |
| | **Line Separators**<br />- Turn the option on under `Tools > Options`<br />- Ensure there's a line between methods. | | | N/A |
| | **Indent Guides**<br />- Vertical dotted lines appear between braces for declaration-level things<br />- Hovering on the line shows context | | | |
| **Code Style** | **Naming Rules** | | | N/A |
| | **Use this./me.** | | | N/A |
| | **Use predefined type** | | | N/A |
| | **Prefer object/collection initializer** | | | N/A |
| | **Prefer explicit tuple name** | | | N/A |
| | **Prefer coalesce expression over null check** | | | N/A |
| | **Prefer null propagation over null check** | | | N/A |
| | **var preferences** (*C# only*) | | N/A | N/A |
| | **Prefer braces** (*C# only*) | | N/A | N/A |
| | **Prefer pattern matching over is/as checks** (*C# only*) | | N/A | N/A |
| | **Use expression body** (*C# only*) | | N/A | N/A |
| | **Prefer inlined variable declaration** (*C# only*) | | N/A | N/A |
| | **Prefer throw expression** (*C# only*) | | N/A | N/A |
| | **Prefer conditional delegate call** (*C# only*) | | N/A | N/A |
### Project System & External Integration
(Any changes to the runtime will require much more testing in this category)
*All feature descriptions and testing suggestions are merely examples. Each language feature should be carefully considered independently against each IDE feature to find interesting intersections*
| Category | Integration | Signoff/Notes |
| --- | --- | --- |
| **Projection Buffers** | **Razor** (web)<br />- Verify expression and block contexts<br />- Test on projection boundaries<br /> - Emphasis on rename and formatting | |
| | **Venus**<br />- Verify expression and block contexts<br />- Test on projection boundaries<br /> - Emphasis on rename and formatting | |
| **Designers** | **WPF**<br />- Event generation from designer to code<br />- Designer consumption of new types of members<br />- Cross language features (Go to definition, find references, rename) | |
| | **WinForms**<br />- Create a project, add some controls to the form<br />- Verify that simple changes to InitializeComponent round-trip to the designer.<br />- Verify that double clicking a control generates or navigates to an event handler for its default event | |
| **Project System Interactions** | **Linked Files (all flavors)**<br />- Regular linked files<br />- Shared Projects<br />- Multitargeted .NET Core Apps | |
## Interaction with other new language features in the IDE
Verify IDE handling of the new language feature in conjunction with other new/unreleased language features
| Feature | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- |
| **\<New Language Feature 1\>** | | | |
| **\<New Language Feature 2\>** | | | |
## <a name="featuresuggestions">New Feature Suggestions</a>
What refactorings, fixes, code transformations, or other in-editor experiences would enhance this language feature?
| Feature Name | Description |
| --- | --- |
| ? | ? |
| ? | ? |
| # Purpose of this document
This document is meant to be a comprehensive list of Roslyn features for use in several kinds of testing.
- [**Routine Product Testing**](#routineproducttesting)
- [**Release Testing**](#releasetesting)
- [**New Language Feature Testing**](#newlanguagefeaturetesting)
## <a name="routineproducttesting">Routine Product Testing</a>
- Primarily focused on features marked with a :mag:
## <a name="releasetesting">Release Testing</a>
- Test all product features in all languages
## <a name="newlanguagefeaturetesting">New Language Feature Testing</a>
- Test phases
- **Merge Signoff**: Can the language feature be merged?
- Critical IDE features in the areas of **Typing**, **Navigating**, and **Viewing** must function as expected. Any non-trivial issues in these areas block language feature merging.
- These are marked with a :fast_forward:.
- All product features have been considered/tested are free of crashes, asserts, and hangs.
-All issues discovered (even non-crash/non-blocking) must be filed and linked here.
- _All feature descriptions and testing suggestions are merely examples. Each language feature should be carefully considered independently against each IDE feature to find interesting intersections_
- **Feature Signoff**: Per-feature signoff with links to non-blocking issues.
- **Feature Suggestions**: What can we add to the product to make the new language feature delightful to use?
- Testing approaches
- Read the **feature specification** and related conversations
- Think about how the new language feature **interacts with each product feature**
- Are new keywords visualized appropriately?
- Do refactorings and fixes produce correct code utilizing the new language feature?
- How do IDE error recovery scenarios work?
- Do things work well across languages?
- How is perf on large/medium/small solutions? Are features properly cancellable?
- Etc.
- **Brainstorm ideas** for new features to enhance the language feature
- Should existing code be refactored to some new pattern?
- Should users be able to easily switch between two equivalent forms?
- Do we need to make the flow of this feature easier to visualize?
- Etc.
# Testing tags
- :mag: = Scenarios that are regularly tested against internal builds
- :fast_forward: = Scenarios that must work as expected before new language features are merged
When doing a test pass, copy this page and consider using these status indicators:
- :white_check_mark: = Tested & Approved (possibly with linked bugs)
- :x: = Merge blocking
- :construction: = Non-blocking bugs
- :ok: = Issue has been fixed
- :free: = No expected impact
- :question: = Open question
<a name="testfootnote1"><sup>1</sup></a> Feature updated by compiler team, with appropriate unit tests.
<a name="testfootnote2"><sup>2</sup></a> Feature requires more complete testing by IDE team.
# Product Features
### Core Scenarios in Editing, Navigating, and Viewing
| Category | Feature/Description | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- | --- |
| **Enable/Disable** | :fast_forward: **Feature Flags** <br />To completely enables/disable new compiler features in the compiler & IDE | | | N/A |
| **Typing** | :fast_forward: **General Typing**<br />- Type and paste new constructs<br />- Nothing interferes with verbatim typing | | | |
| | :mag: :fast_forward: **Completion**<br />- Typing new keyword/construct names<br />- Dotting off of new constructs<br />- Matching part of the identifier is highlighted (including word prefix matches) [Visual Studio 2015 Update 1]<br />- Target type preselection [Visual Studio 2017]<br />IntelliSense filtering [Visual Studio 2017] | | | |
| | :fast_forward: **Formatting** <br />- Spacing in and around new constructs<br />- Spacing options<br />- Format Document command<br /> `Tools > Options` settings should be respected | | | |
| | :fast_forward: **Automatic Brace Completion** (*C# only*) <br />- Auto-insert close brace<br />- Shift+Enter commit of IntelliSense and any pending brace completion sessions (Currently C# only: https://github.com/dotnet/roslyn/issues/18065) | | | N/A |
| | :fast_forward: **Indentation** <br />- Typing `Enter` in an unfinished statement indents the next line | | | |
| **Navigating** | :mag: :fast_forward: **Go To Definition** <br />- F12 from callsites to definition<br />- Ctrl+click [Visual Studio 2017 version 15.4] | | | |
| | :fast_forward: **Go To Implementation** <br />- Ctrl+F12 to jump from virtual members to their implementations<br />- Jump from inheritable types to their implementations | | | N/A |
| | :mag: :fast_forward: **Find All References** <br />- Lists references to a symbol in "Find Symbol Results" window<br />- Shows results in hierarchy grouped by definition [Visual Studio 2015]<br />- Results should be groupable/filterable/classified appropriately [Visual Studio 2017] <br />- Find All References on literals [Visual Studio 2017 version 15.3] | | | |
| **Viewing** | :mag: :fast_forward: **Colorization** <br />- Keywords, literals, and identifiers colored appropriately in code<br />- Colors should theme appropriately<br />- The "Blue Theme (Additional Contrast)" should have sufficiently dark colors | | | |
| | :fast_forward: **Error Squiggles** <br />- Squiggles appear as expected on reasonable spans | | | |
### Code Transformations
| Category | Feature/Description | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- | --- |
| **Refactoring with UI** | :mag: **Inline Rename (with UI)**<br />- Dashboard shows correct information<br />- Highlighted spans are updated appropriately<br />- Rename operation updates the correct set of symbols | | | |
| | :mag: **Change Signature (with UI)**<br />- Updates all direct & cascaded definitions/callsites<br />- Shows appropriate signature & parameter previews in UI<br />- Reorder and Remove in the same session [Visual Studio 2015] | | | N/A |
| | :mag: **Extract Interface (with UI)**<br />- Generated Interface has expected shape<br />- UI shows appropriate method previews | | | N/A |
| | **Generate Type (with UI)**<br />- Dialog gives all valid options<br /> | | | N/A |
| | **Generate Overrides** [Visual Studio 2017 version 15.3] | | | N/A |
| **Refactorings** | **Rename Tracking**<br />- Tracking span tracks & dismisses as expected<br />- Invokable from references [Visual Studio 2015] | | | N/A |
| | :mag: **Extract Method**<br />- Extracted method has the expected signature<br />- All arguments/return values handled correctly<br />- Extracted code block is reasonable<br />- Automatically starts Inline Rename | | | N/A |
| | **Introduce Variable**<br />- Introduced variable has the expected signature and initializer expression<br />- "Introduce for All" correctly finds dupes | | | N/A |
| | **Inline Temporary Variable**<br />- Inlined values are appropriately expanded/reduced | | | N/A |
| | **Organize Usings**<br />- Honors "Place 'System' namespace first" option | | | N/A |
| | **Convert `Get*` Methods to Properties**<br />*Add Description* | | | N/A |
| | :mag: **Encapsulate Field**<br />- Select a field and convert it to a property backed by the field<br />- Try selecting multiple fields at once | | | N/A |
| | **Modifier Ordering** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Convert `ReferenceEquals` to `is null`** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Add Missing Modifiers** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Convert Lambda to Local Function** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Move Declaration Near Reference** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Introduce Pattern Matching** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Simplify Inferred Tuple Names** [Visual Studio 2017 version 15.5] | _Requires C# 7.1 or greater_ | | N/A |
| | **Convert keyword and symbol references to doc comment tags** [Visual Studio 2017 version 15.5] | | | N/A |
| **Fixes** | **Add Using**<br />- Triggers on appropriate constructs<br />- Including NuGet references<br />- Including Referenced Assemblies<br />- Includes spelling fixes | | | |
| | **Generate Local**<br />- Select an expression and introduce a local variable to represent it<br />- This should start an Inline Rename session | | | N/A |
| | **Generate Field**<br />- Select an expression and introduce a field to represent it<br />- This should start an Inline Rename session | | | N/A |
| | **Generate Method/Constructor**<br />- Call a nonexistent method or constructor to generate it from its usage<br />- Generated method has the expected signature and accessibility<br />- Add parameter to existing constructor from callsite [Visual Studio 2017 version 15.3] | | | N/A |
| | **Generate Constructor from members**<br />- Select fields/properties to generate a constructor accepting corresponding arguments<br />- Generated constructor has the expected signature and accessibility | | | N/A |
| | **Implement Interface**<br />- Only missing methods added<br />- All added methods have the expected signature and accessibility | | | N/A |
| | **Implement IDisposable**<br />- Implement IDisposable and you should see a large block of code properly implementing that particular interface | | | N/A |
| | **Implement Abstract Class**<br />- Inherit from an abstract class, and you should be able to auto-generate all of the missing members | | | N/A |
| | **Remove Unused Variables** [Visual Studio 2017 version 15.3]| | | N/A |
| | **Remove Unused Usings** | | | |
| | **Sort Usings** | | | N/A |
| | **Convert Get Methods to Properties**<br />- Name a method `GetStuff` and convert it to a property called `Stuff` | | | N/A |
| | **Make Method Async/Sync**<br />- Add an `await` to a synchronous method, you should be offered to add the async keyword<br />- Remove all `await` keywords from an async method, you should be offered to remove the async keyword | | | N/A |
| | **Use Object Initializer Over Property Assignment**<br />- Create a new instance of a type and then assign each of its properties on subsequent lines<br />- You should be offered to convert that to an object initializer | | | N/A |
| | **Insert Digit Separators** [Visual Studio 2017 version 15.3] | | | N/A |
| **Code Gen** | :mag: **Snippets**<br />- Tab completion, presence in completion list<br />- Insertion via Snippet Picker UI (Ctrl + K, Ctrl + X) or (Ctrl + K, Ctrl + S)<br />- (VB) Snippet Picker UI via `?<Tab>`<br />- (VB) Special snippet completion list (`p?<esc><tab>`) | | | N/A |
| | **Event Hookup on Tab** (*C# only*)<br />- Type "+=" after an event name and QuickInfo shows<br />- Invoking should pick good name & launch Inline Rename | | N/A | N/A |
| | **End Construct Generation** (*VB only*)<br />- Type `Sub Test()` and hit enter, the `End Sub` should be generated automatically | N/A | | N/A |
| | **Automatic End Construct Update** (*VB only*)<br />- Type `Sub Test()` and `End Sub`, changing `Sub` to `Function` in either one should update the other | N/A | | N/A |
| | **Spell checking**<br />- Type a name that's close to a variable name but off by a character or two<br />- Lightbulb should have option to fix up the spelling<br />- Includes type names that will require a using | | | N/A |
| | **Move type to file**<br />- Lightbulb to move type to another file when the type name doesn't match the filename<br />- Option to change the file name if the type doesn't match the file name | | | N/A |
| | **Convert between properties and Get methods** <br />- Offers to change a method named `GetStuff` to a property named `Stuff` | | | N/A |
| | **Convert auto property to full property** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Add missing cases**<br />Use a `switch` on a strict subset of an Enum's members<br />- It should offer to generate the rest of the cases | | | N/A |
| | **Add null checks for parameters** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Change base for numeric literals** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Convert if to switch** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Resolve git merge conflicts** [Visual Studio 2017 version 15.3] | | | N/A |
| | **Add argument name** [Visual Studio 2017 version 15.3 | | | N/A |
| | **Fade and remove unreachable code** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Add missing file banner** [Visual Studio 2017 version 15.5] | | | N/A |
| | **Deconstruct tuple declaration** [Visual Studio 2017 version 15.4] | | | N/A |
### IDE Features
| Category | Feature/Description | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- | --- |
| **General** | **Signature Help**<br />- Overloads shown with appropriate, colorized signature | | | |
| | **Quick Info**<br />- Hover on identifiers<br />- On completion list items | | | |
| | :mag: **Outlining**<br />- Make sure outlining is enabled under options<br />- Define a method and expect to see a collapsible region around the method definition<br />- Make sure collapse and expand work | | | |
| | **Brace Matching** (*C# only*)<br />- Highlights matching brace token, if caret is on an open or close brace.<br />- Hovering on a close brace shows the code around the open brace | | N/A | N/A |
| | **Highlight References**<br />- Ensure "Highlight references to symbol under cursor" is enabled in options<br />- If caret is on an identifier, all references to that identifier in the active document should be highlighted<br />- We also show related keywords, so placing the caret on a return should show the other returns, if should show elses, try shows catches and finallys, etc.<br />- Should be able to navigate between highlighted references with Ctrl+Shift+Up/Down | | | |
| | :mag: **Peek**<br />Press Alt + F12 after placing the cursor on a predefined Type or predefined member and expect to see to a temporary window showing the appropriate definition | | | |
| | :mag: **Navigation Bars**<br />- Open some existing source files, make sure you can navigate around the file choosing classes or methods.<br />- Switch between project contexts<br />- In VB, the NavBar can do code generation for events and for New/Finalize methods | | | |
| | **Metadata As Source**<br />- Press F12 on a predefined type and expect the cursor to move the predefined type definition inside a Metadata-As-Source Generated document.<br />- Expect to see the xml doc comments collapsed above the method. | | | N/A |
| | **Navigate to Decompiled Source** [Visual Studio 2017 version 15.6 Preview 2]<br />- Set the option at `Tools -> Options -> Text Editor -> C# -> Advanced -> Enable navigation to decompiled sources (experimental)` <br />- F12 on a type defined in metadata<br />- You should see decompiled method bodies, not just declarations | | | N/A |
| | :mag: **Navigate To**<br />- Place caret on a user defined Type reference and press "ctrl + ,"<br />- This should list the User Defined Type in the drop down on the Upper Right corner of the editor and selecting this item will move the cursor to the User Reference Definition<br />- Filters per kind of symbol [Visual Studio 2017]<br />- Results should be sorted as follows: [Visual Studio 2017 version 15.6 Preview 4]<br /><details><summary>Expand for details</summary>TODO</details> | | | |
| | **Go to Next/Previous Method**<br />- `Edit.NextMethod` and `Edit.PreviousMethod` should work<br />- You may need to set up keyboard bindings for these commands under `Tools > Options > Environment > Keyboard` | | | N/A |
| | **Solution Explorer Pivots**<br />- Define a Type and some members in a sample Document.<br />- Expand the Document listed in the Solution Explorer window and expect to see the Type and Members defined<br />- Right-click types and try Base Types / Derived Types / Is Used By / Implements<br /> - Right-click methods and try Calls / Is Called By / Is Used By / Implements | | | N/A |
| | **Call Hierarchy**<br />- Place the caret over a method, right click & select View Hierarchy<br />- This should open the "Call Hierarchy window" listing the methods that call the original method and also the callsites within each calling method. | | | N/A |
| | :mag: **Code Lens**<br />- Make sure Code Lens is enabled from the options. Look for an adornment on top of each method declaration with lists the number of references for that method, last time someone modified the method, who modified the method and other information | | | N/A |
| | **Project System**<br />- Open/close a project<br />- Add/remove references<br />- Unload/reload projects<br />- Source Control integration (adding references checks out projects, etc.) | | | |
| | **Debugger IntelliSense**<br />- Hit a breakpoint (or step) and verify that there's IntelliSense in the Immediate Window (C#, VB)<br />- Type an expression, and hit enter. Verify it's evaluated. Type another expression. IntelliSense should still work.<br />- (VB) there should be IntelliSense if you type "?" followed by an expression (eg, the text of the line in the window is "?foo")<br />- Hit a breakpoint (or step) and verify that there's IntelliSense in the Watch Window<br />- Hit a breakpoint (or step) and verify that there's IntelliSense in the Quick Watch Window<br /> - Verify intellisense in the Conditional Breakpoint view<br />- Verify each of the above scenarios after hitting f5 and hitting another breakpoint, and after stepping | | | |
| | **Breakpoint Spans**<br />- The span highlighted when a breakpoint is set should be logical | | | |
| | **Code Model / Class Designer**<br />- Right click a file in Solution Explorer & choose View Class Diagram.<br />- This shows the "Class Details" window where you can add/remove members, change their type/accessibility/name, parameter info, etc. | | | N/A |
| | **Object Browser / Class View**<br />- Open object browser and classview and verify that project contents are represented live.<br />- Should be able to invoke find all references, navigate to the definition, and do searches. | | | N/A |
| | **Lightbulb**<br />- Should work with `Ctrl+.` and the right-click menu<br />- Should include a diff view<br />- Should include options to fix all in Document/Project/Solution, and to Preview Changes<br />Varying icons for lightbulb items [Visual Studio 2017 version 15.4] | | | |
| | **Line Separators**<br />- Turn the option on under `Tools > Options`<br />- Ensure there's a line between methods. | | | N/A |
| | **Indent Guides**<br />- Vertical dotted lines appear between braces for declaration-level things<br />- Hovering on the line shows context | | | |
| **Code Style** | **Naming Rules** | | | N/A |
| | **Use this./me.** | | | N/A |
| | **Use predefined type** | | | N/A |
| | **Prefer object/collection initializer** | | | N/A |
| | **Prefer explicit tuple name** | | | N/A |
| | **Prefer coalesce expression over null check** | | | N/A |
| | **Prefer null propagation over null check** | | | N/A |
| | **var preferences** (*C# only*) | | N/A | N/A |
| | **Prefer braces** (*C# only*) | | N/A | N/A |
| | **Prefer pattern matching over is/as checks** (*C# only*) | | N/A | N/A |
| | **Use expression body** (*C# only*) | | N/A | N/A |
| | **Prefer inlined variable declaration** (*C# only*) | | N/A | N/A |
| | **Prefer throw expression** (*C# only*) | | N/A | N/A |
| | **Prefer conditional delegate call** (*C# only*) | | N/A | N/A |
### Project System & External Integration
(Any changes to the runtime will require much more testing in this category)
*All feature descriptions and testing suggestions are merely examples. Each language feature should be carefully considered independently against each IDE feature to find interesting intersections*
| Category | Integration | Signoff/Notes |
| --- | --- | --- |
| **Projection Buffers** | **Razor** (web)<br />- Verify expression and block contexts<br />- Test on projection boundaries<br /> - Emphasis on rename and formatting | |
| | **Venus**<br />- Verify expression and block contexts<br />- Test on projection boundaries<br /> - Emphasis on rename and formatting | |
| **Designers** | **WPF**<br />- Event generation from designer to code<br />- Designer consumption of new types of members<br />- Cross language features (Go to definition, find references, rename) | |
| | **WinForms**<br />- Create a project, add some controls to the form<br />- Verify that simple changes to InitializeComponent round-trip to the designer.<br />- Verify that double clicking a control generates or navigates to an event handler for its default event | |
| **Project System Interactions** | **Linked Files (all flavors)**<br />- Regular linked files<br />- Shared Projects<br />- Multitargeted .NET Core Apps | |
## Interaction with other new language features in the IDE
Verify IDE handling of the new language feature in conjunction with other new/unreleased language features
| Feature | C# Signoff/Notes | VB Signoff/Notes | F# Signoff/Notes |
| --- | --- | --- | --- |
| **\<New Language Feature 1\>** | | | |
| **\<New Language Feature 2\>** | | | |
## <a name="featuresuggestions">New Feature Suggestions</a>
What refactorings, fixes, code transformations, or other in-editor experiences would enhance this language feature?
| Feature Name | Description |
| --- | --- |
| ? | ? |
| ? | ? |
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Tools/AnalyzerRunner/AnalyzerRunnerHelper.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Build.Locator;
using Microsoft.CodeAnalysis.MSBuild;
namespace AnalyzerRunner
{
public static class AnalyzerRunnerHelper
{
static AnalyzerRunnerHelper()
{
// QueryVisualStudioInstances returns Visual Studio installations on .NET Framework, and .NET Core SDK
// installations on .NET Core. We use the one with the most recent version.
var msBuildInstance = MSBuildLocator.QueryVisualStudioInstances().OrderByDescending(x => x.Version).First();
#if NETCOREAPP
// Since we do not inherit msbuild.deps.json when referencing the SDK copy
// of MSBuild and because the SDK no longer ships with version matched assemblies, we
// register an assembly loader that will load assemblies from the msbuild path with
// equal or higher version numbers than requested.
LooseVersionAssemblyLoader.Register(msBuildInstance.MSBuildPath);
#endif
MSBuildLocator.RegisterInstance(msBuildInstance);
}
public static MSBuildWorkspace CreateWorkspace()
{
var properties = new Dictionary<string, string>
{
#if NETCOREAPP
// This property ensures that XAML files will be compiled in the current AppDomain
// rather than a separate one. Any tasks isolated in AppDomains or tasks that create
// AppDomains will likely not work due to https://github.com/Microsoft/MSBuildLocator/issues/16.
{ "AlwaysCompileMarkupFilesInSeparateDomain", bool.FalseString },
#endif
// Use the latest language version to force the full set of available analyzers to run on the project.
{ "LangVersion", "latest" },
};
return MSBuildWorkspace.Create(properties, AnalyzerRunnerMefHostServices.DefaultServices);
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Build.Locator;
using Microsoft.CodeAnalysis.MSBuild;
namespace AnalyzerRunner
{
public static class AnalyzerRunnerHelper
{
static AnalyzerRunnerHelper()
{
// QueryVisualStudioInstances returns Visual Studio installations on .NET Framework, and .NET Core SDK
// installations on .NET Core. We use the one with the most recent version.
var msBuildInstance = MSBuildLocator.QueryVisualStudioInstances().OrderByDescending(x => x.Version).First();
#if NETCOREAPP
// Since we do not inherit msbuild.deps.json when referencing the SDK copy
// of MSBuild and because the SDK no longer ships with version matched assemblies, we
// register an assembly loader that will load assemblies from the msbuild path with
// equal or higher version numbers than requested.
LooseVersionAssemblyLoader.Register(msBuildInstance.MSBuildPath);
#endif
MSBuildLocator.RegisterInstance(msBuildInstance);
}
public static MSBuildWorkspace CreateWorkspace()
{
var properties = new Dictionary<string, string>
{
#if NETCOREAPP
// This property ensures that XAML files will be compiled in the current AppDomain
// rather than a separate one. Any tasks isolated in AppDomains or tasks that create
// AppDomains will likely not work due to https://github.com/Microsoft/MSBuildLocator/issues/16.
{ "AlwaysCompileMarkupFilesInSeparateDomain", bool.FalseString },
#endif
// Use the latest language version to force the full set of available analyzers to run on the project.
{ "LangVersion", "latest" },
};
return MSBuildWorkspace.Create(properties, AnalyzerRunnerMefHostServices.DefaultServices);
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Collections/IIntervalIntrospector.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis.Shared.Collections
{
internal interface IIntervalIntrospector<T>
{
int GetStart(T value);
int GetLength(T value);
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis.Shared.Collections
{
internal interface IIntervalIntrospector<T>
{
int GetStart(T value);
int GetLength(T value);
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Xaml/Impl/Features/QuickInfo/IXamlQuickInfoService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Host;
namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.QuickInfo
{
internal interface IXamlQuickInfoService : ILanguageService
{
Task<XamlQuickInfo> GetQuickInfoAsync(TextDocument document, int position, CancellationToken cancellationToken);
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Host;
namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.QuickInfo
{
internal interface IXamlQuickInfoService : ILanguageService
{
Task<XamlQuickInfo> GetQuickInfoAsync(TextDocument document, int position, CancellationToken cancellationToken);
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Core/Portable/CommandLine/CommonCompiler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using Microsoft.CodeAnalysis.Collections;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis
{
internal readonly struct BuildPaths
{
/// <summary>
/// The path which contains the compiler binaries and response files.
/// </summary>
internal string ClientDirectory { get; }
/// <summary>
/// The path in which the compilation takes place.
/// </summary>
internal string WorkingDirectory { get; }
/// <summary>
/// The path which contains mscorlib. This can be null when specified by the user or running in a
/// CoreClr environment.
/// </summary>
internal string? SdkDirectory { get; }
/// <summary>
/// The temporary directory a compilation should use instead of <see cref="Path.GetTempPath"/>. The latter
/// relies on global state individual compilations should ignore.
/// </summary>
internal string? TempDirectory { get; }
internal BuildPaths(string clientDir, string workingDir, string? sdkDir, string? tempDir)
{
ClientDirectory = clientDir;
WorkingDirectory = workingDir;
SdkDirectory = sdkDir;
TempDirectory = tempDir;
}
}
/// <summary>
/// Base class for csc.exe, csi.exe, vbc.exe and vbi.exe implementations.
/// </summary>
internal abstract partial class CommonCompiler
{
internal const int Failed = 1;
internal const int Succeeded = 0;
/// <summary>
/// Fallback encoding that is lazily retrieved if needed. If <see cref="EncodedStringText.CreateFallbackEncoding"/> is
/// evaluated and stored, the value is used if a PDB is created for this compilation.
/// </summary>
private readonly Lazy<Encoding> _fallbackEncoding = new Lazy<Encoding>(EncodedStringText.CreateFallbackEncoding);
public CommonMessageProvider MessageProvider { get; }
public CommandLineArguments Arguments { get; }
public IAnalyzerAssemblyLoader AssemblyLoader { get; private set; }
public GeneratorDriverCache? GeneratorDriverCache { get; }
public abstract DiagnosticFormatter DiagnosticFormatter { get; }
/// <summary>
/// The set of source file paths that are in the set of embedded paths.
/// This is used to prevent reading source files that are embedded twice.
/// </summary>
public IReadOnlySet<string> EmbeddedSourcePaths { get; }
/// <summary>
/// The <see cref="ICommonCompilerFileSystem"/> used to access the file system inside this instance.
/// </summary>
internal ICommonCompilerFileSystem FileSystem { get; set; } = StandardFileSystem.Instance;
private readonly HashSet<Diagnostic> _reportedDiagnostics = new HashSet<Diagnostic>();
public abstract Compilation? CreateCompilation(
TextWriter consoleOutput,
TouchedFileLogger? touchedFilesLogger,
ErrorLogger? errorLoggerOpt,
ImmutableArray<AnalyzerConfigOptionsResult> analyzerConfigOptions,
AnalyzerConfigOptionsResult globalConfigOptions);
public abstract void PrintLogo(TextWriter consoleOutput);
public abstract void PrintHelp(TextWriter consoleOutput);
public abstract void PrintLangVersions(TextWriter consoleOutput);
/// <summary>
/// Print compiler version
/// </summary>
/// <param name="consoleOutput"></param>
public virtual void PrintVersion(TextWriter consoleOutput)
{
consoleOutput.WriteLine(GetCompilerVersion());
}
protected abstract bool TryGetCompilerDiagnosticCode(string diagnosticId, out uint code);
protected abstract void ResolveAnalyzersFromArguments(
List<DiagnosticInfo> diagnostics,
CommonMessageProvider messageProvider,
bool skipAnalyzers,
out ImmutableArray<DiagnosticAnalyzer> analyzers,
out ImmutableArray<ISourceGenerator> generators);
public CommonCompiler(CommandLineParser parser, string? responseFile, string[] args, BuildPaths buildPaths, string? additionalReferenceDirectories, IAnalyzerAssemblyLoader assemblyLoader, GeneratorDriverCache? driverCache)
{
IEnumerable<string> allArgs = args;
Debug.Assert(null == responseFile || PathUtilities.IsAbsolute(responseFile));
if (!SuppressDefaultResponseFile(args) && File.Exists(responseFile))
{
allArgs = new[] { "@" + responseFile }.Concat(allArgs);
}
this.Arguments = parser.Parse(allArgs, buildPaths.WorkingDirectory, buildPaths.SdkDirectory, additionalReferenceDirectories);
this.MessageProvider = parser.MessageProvider;
this.AssemblyLoader = assemblyLoader;
this.GeneratorDriverCache = driverCache;
this.EmbeddedSourcePaths = GetEmbeddedSourcePaths(Arguments);
if (Arguments.ParseOptions.Features.ContainsKey("debug-determinism"))
{
EmitDeterminismKey(Arguments, args, buildPaths.WorkingDirectory, parser);
}
}
internal abstract bool SuppressDefaultResponseFile(IEnumerable<string> args);
/// <summary>
/// The type of the compiler class for version information in /help and /version.
/// We don't simply use this.GetType() because that would break mock subclasses.
/// </summary>
internal abstract Type Type { get; }
/// <summary>
/// The version of this compiler with commit hash, used in logo and /version output.
/// </summary>
internal string GetCompilerVersion()
{
return GetProductVersion(Type);
}
internal static string GetProductVersion(Type type)
{
string? assemblyVersion = GetInformationalVersionWithoutHash(type);
string? hash = GetShortCommitHash(type);
return $"{assemblyVersion} ({hash})";
}
[return: NotNullIfNotNull("hash")]
internal static string? ExtractShortCommitHash(string? hash)
{
// leave "<developer build>" alone, but truncate SHA to 8 characters
if (hash != null && hash.Length >= 8 && hash[0] != '<')
{
return hash.Substring(0, 8);
}
return hash;
}
private static string? GetInformationalVersionWithoutHash(Type type)
{
// The attribute stores a SemVer2-formatted string: `A.B.C(-...)?(+...)?`
// We remove the section after the + (if any is present)
return type.Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion.Split('+')[0];
}
private static string? GetShortCommitHash(Type type)
{
var hash = type.Assembly.GetCustomAttribute<CommitHashAttribute>()?.Hash;
return ExtractShortCommitHash(hash);
}
/// <summary>
/// Tool name used, along with assembly version, for error logging.
/// </summary>
internal abstract string GetToolName();
/// <summary>
/// Tool version identifier used for error logging.
/// </summary>
internal Version? GetAssemblyVersion()
{
return Type.GetTypeInfo().Assembly.GetName().Version;
}
internal string GetCultureName()
{
return Culture.Name;
}
internal virtual Func<string, MetadataReferenceProperties, PortableExecutableReference> GetMetadataProvider()
{
return (path, properties) =>
{
var peStream = FileSystem.OpenFileWithNormalizedException(path, FileMode.Open, FileAccess.Read, FileShare.Read);
return MetadataReference.CreateFromFile(peStream, path, properties);
};
}
internal virtual MetadataReferenceResolver GetCommandLineMetadataReferenceResolver(TouchedFileLogger? loggerOpt)
{
var pathResolver = new CompilerRelativePathResolver(FileSystem, Arguments.ReferencePaths, Arguments.BaseDirectory!);
return new LoggingMetadataFileReferenceResolver(pathResolver, GetMetadataProvider(), loggerOpt);
}
/// <summary>
/// Resolves metadata references stored in command line arguments and reports errors for those that can't be resolved.
/// </summary>
internal List<MetadataReference> ResolveMetadataReferences(
List<DiagnosticInfo> diagnostics,
TouchedFileLogger? touchedFiles,
out MetadataReferenceResolver referenceDirectiveResolver)
{
var commandLineReferenceResolver = GetCommandLineMetadataReferenceResolver(touchedFiles);
List<MetadataReference> resolved = new List<MetadataReference>();
Arguments.ResolveMetadataReferences(commandLineReferenceResolver, diagnostics, this.MessageProvider, resolved);
if (Arguments.IsScriptRunner)
{
referenceDirectiveResolver = commandLineReferenceResolver;
}
else
{
// when compiling into an assembly (csc/vbc) we only allow #r that match references given on command line:
referenceDirectiveResolver = new ExistingReferencesResolver(commandLineReferenceResolver, resolved.ToImmutableArray());
}
return resolved;
}
/// <summary>
/// Reads content of a source file.
/// </summary>
/// <param name="file">Source file information.</param>
/// <param name="diagnostics">Storage for diagnostics.</param>
/// <returns>File content or null on failure.</returns>
internal SourceText? TryReadFileContent(CommandLineSourceFile file, IList<DiagnosticInfo> diagnostics)
{
return TryReadFileContent(file, diagnostics, out _);
}
/// <summary>
/// Reads content of a source file.
/// </summary>
/// <param name="file">Source file information.</param>
/// <param name="diagnostics">Storage for diagnostics.</param>
/// <param name="normalizedFilePath">If given <paramref name="file"/> opens successfully, set to normalized absolute path of the file, null otherwise.</param>
/// <returns>File content or null on failure.</returns>
internal SourceText? TryReadFileContent(CommandLineSourceFile file, IList<DiagnosticInfo> diagnostics, out string? normalizedFilePath)
{
var filePath = file.Path;
try
{
if (file.IsInputRedirected)
{
using var data = Console.OpenStandardInput();
normalizedFilePath = filePath;
return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path));
}
else
{
using var data = OpenFileForReadWithSmallBufferOptimization(filePath, out normalizedFilePath);
return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path));
}
}
catch (Exception e)
{
diagnostics.Add(ToFileReadDiagnostics(this.MessageProvider, e, filePath));
normalizedFilePath = null;
return null;
}
}
/// <summary>
/// Read all analyzer config files from the given paths.
/// </summary>
internal bool TryGetAnalyzerConfigSet(
ImmutableArray<string> analyzerConfigPaths,
DiagnosticBag diagnostics,
[NotNullWhen(true)] out AnalyzerConfigSet? analyzerConfigSet)
{
var configs = ArrayBuilder<AnalyzerConfig>.GetInstance(analyzerConfigPaths.Length);
var processedDirs = PooledHashSet<string>.GetInstance();
foreach (var configPath in analyzerConfigPaths)
{
// The editorconfig spec requires all paths use '/' as the directory separator.
// Since no known system allows directory separators as part of the file name,
// we can replace every instance of the directory separator with a '/'
string? fileContent = TryReadFileContent(configPath, diagnostics, out string? normalizedPath);
if (fileContent is null)
{
// Error reading a file. Bail out and report error.
break;
}
Debug.Assert(normalizedPath is object);
var directory = Path.GetDirectoryName(normalizedPath) ?? normalizedPath;
var editorConfig = AnalyzerConfig.Parse(fileContent, normalizedPath);
if (!editorConfig.IsGlobal)
{
if (processedDirs.Contains(directory))
{
diagnostics.Add(Diagnostic.Create(
MessageProvider,
MessageProvider.ERR_MultipleAnalyzerConfigsInSameDir,
directory));
break;
}
processedDirs.Add(directory);
}
configs.Add(editorConfig);
}
processedDirs.Free();
if (diagnostics.HasAnyErrors())
{
configs.Free();
analyzerConfigSet = null;
return false;
}
analyzerConfigSet = AnalyzerConfigSet.Create(configs, out var setDiagnostics);
diagnostics.AddRange(setDiagnostics);
return true;
}
/// <summary>
/// Returns the fallback encoding for parsing source files, if used, or null
/// if not used
/// </summary>
internal Encoding? GetFallbackEncoding()
{
if (_fallbackEncoding.IsValueCreated)
{
return _fallbackEncoding.Value;
}
return null;
}
/// <summary>
/// Read a UTF-8 encoded file and return the text as a string.
/// </summary>
private string? TryReadFileContent(string filePath, DiagnosticBag diagnostics, out string? normalizedPath)
{
try
{
var data = OpenFileForReadWithSmallBufferOptimization(filePath, out normalizedPath);
using (var reader = new StreamReader(data, Encoding.UTF8))
{
return reader.ReadToEnd();
}
}
catch (Exception e)
{
diagnostics.Add(Diagnostic.Create(ToFileReadDiagnostics(MessageProvider, e, filePath)));
normalizedPath = null;
return null;
}
}
private Stream OpenFileForReadWithSmallBufferOptimization(string filePath, out string normalizedFilePath)
// PERF: Using a very small buffer size for the FileStream opens up an optimization within EncodedStringText/EmbeddedText where
// we read the entire FileStream into a byte array in one shot. For files that are actually smaller than the buffer
// size, FileStream.Read still allocates the internal buffer.
=> FileSystem.OpenFileEx(
filePath,
FileMode.Open,
FileAccess.Read,
FileShare.ReadWrite,
bufferSize: 1,
options: FileOptions.None,
out normalizedFilePath);
internal EmbeddedText? TryReadEmbeddedFileContent(string filePath, DiagnosticBag diagnostics)
{
try
{
using (var stream = OpenFileForReadWithSmallBufferOptimization(filePath, out _))
{
const int LargeObjectHeapLimit = 80 * 1024;
if (stream.Length < LargeObjectHeapLimit)
{
ArraySegment<byte> bytes;
if (EncodedStringText.TryGetBytesFromStream(stream, out bytes))
{
return EmbeddedText.FromBytes(filePath, bytes, Arguments.ChecksumAlgorithm);
}
}
return EmbeddedText.FromStream(filePath, stream, Arguments.ChecksumAlgorithm);
}
}
catch (Exception e)
{
diagnostics.Add(MessageProvider.CreateDiagnostic(ToFileReadDiagnostics(this.MessageProvider, e, filePath)));
return null;
}
}
private ImmutableArray<EmbeddedText?> AcquireEmbeddedTexts(Compilation compilation, DiagnosticBag diagnostics)
{
Debug.Assert(compilation.Options.SourceReferenceResolver is object);
if (Arguments.EmbeddedFiles.IsEmpty)
{
return ImmutableArray<EmbeddedText?>.Empty;
}
var embeddedTreeMap = new Dictionary<string, SyntaxTree>(Arguments.EmbeddedFiles.Length);
var embeddedFileOrderedSet = new OrderedSet<string>(Arguments.EmbeddedFiles.Select(e => e.Path));
foreach (var tree in compilation.SyntaxTrees)
{
// Skip trees that will not have their text embedded.
if (!EmbeddedSourcePaths.Contains(tree.FilePath))
{
continue;
}
// Skip trees with duplicated paths. (VB allows this and "first tree wins" is same as PDB emit policy.)
if (embeddedTreeMap.ContainsKey(tree.FilePath))
{
continue;
}
// map embedded file path to corresponding source tree
embeddedTreeMap.Add(tree.FilePath, tree);
// also embed the text of any #line directive targets of embedded tree
ResolveEmbeddedFilesFromExternalSourceDirectives(tree, compilation.Options.SourceReferenceResolver, embeddedFileOrderedSet, diagnostics);
}
var embeddedTextBuilder = ImmutableArray.CreateBuilder<EmbeddedText?>(embeddedFileOrderedSet.Count);
foreach (var path in embeddedFileOrderedSet)
{
SyntaxTree? tree;
EmbeddedText? text;
if (embeddedTreeMap.TryGetValue(path, out tree))
{
text = EmbeddedText.FromSource(path, tree.GetText());
Debug.Assert(text != null);
}
else
{
text = TryReadEmbeddedFileContent(path, diagnostics);
Debug.Assert(text != null || diagnostics.HasAnyErrors());
}
// We can safely add nulls because result will be ignored if any error is produced.
// This allows the MoveToImmutable to work below in all cases.
embeddedTextBuilder.Add(text);
}
return embeddedTextBuilder.MoveToImmutable();
}
protected abstract void ResolveEmbeddedFilesFromExternalSourceDirectives(
SyntaxTree tree,
SourceReferenceResolver resolver,
OrderedSet<string> embeddedFiles,
DiagnosticBag diagnostics);
private static IReadOnlySet<string> GetEmbeddedSourcePaths(CommandLineArguments arguments)
{
if (arguments.EmbeddedFiles.IsEmpty)
{
return SpecializedCollections.EmptyReadOnlySet<string>();
}
// Note that we require an exact match between source and embedded file paths (case-sensitive
// and without normalization). If two files are the same but spelled differently, they will
// be handled as separate files, meaning the embedding pass will read the content a second
// time. This can also lead to more than one document entry in the PDB for the same document
// if the PDB document de-duping policy in emit (normalize + case-sensitive in C#,
// normalize + case-insensitive in VB) is not enough to converge them.
var set = new HashSet<string>(arguments.EmbeddedFiles.Select(f => f.Path));
set.IntersectWith(arguments.SourceFiles.Select(f => f.Path));
return SpecializedCollections.StronglyTypedReadOnlySet(set);
}
internal static DiagnosticInfo ToFileReadDiagnostics(CommonMessageProvider messageProvider, Exception e, string filePath)
{
DiagnosticInfo diagnosticInfo;
if (e is FileNotFoundException || e is DirectoryNotFoundException)
{
diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_FileNotFound, filePath);
}
else if (e is InvalidDataException)
{
diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_BinaryFile, filePath);
}
else
{
diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_NoSourceFile, filePath, e.Message);
}
return diagnosticInfo;
}
/// <summary>Returns true if there were any errors, false otherwise.</summary>
internal bool ReportDiagnostics(IEnumerable<Diagnostic> diagnostics, TextWriter consoleOutput, ErrorLogger? errorLoggerOpt, Compilation? compilation)
{
bool hasErrors = false;
foreach (var diag in diagnostics)
{
reportDiagnostic(diag, compilation == null ? null : diag.GetSuppressionInfo(compilation));
}
return hasErrors;
// Local functions
void reportDiagnostic(Diagnostic diag, SuppressionInfo? suppressionInfo)
{
if (_reportedDiagnostics.Contains(diag))
{
// TODO: This invariant fails (at least) in the case where we see a member declaration "x = 1;".
// First we attempt to parse a member declaration starting at "x". When we see the "=", we
// create an IncompleteMemberSyntax with return type "x" and an error at the location of the "x".
// Then we parse a member declaration starting at "=". This is an invalid member declaration start
// so we attach an error to the "=" and attach it (plus following tokens) to the IncompleteMemberSyntax
// we previously created.
//this assert isn't valid if we change the design to not bail out after each phase.
//System.Diagnostics.Debug.Assert(diag.Severity != DiagnosticSeverity.Error);
return;
}
else if (diag.Severity == DiagnosticSeverity.Hidden)
{
// Not reported from the command-line compiler.
return;
}
// We want to report diagnostics with source suppression in the error log file.
// However, these diagnostics should not be reported on the console output.
errorLoggerOpt?.LogDiagnostic(diag, suppressionInfo);
// If the diagnostic was suppressed by one or more DiagnosticSuppressor(s), then we report info diagnostics for each suppression
// so that the suppression information is available in the binary logs and verbose build logs.
if (diag.ProgrammaticSuppressionInfo != null)
{
foreach (var (id, justification) in diag.ProgrammaticSuppressionInfo.Suppressions)
{
var suppressionDiag = new SuppressionDiagnostic(diag, id, justification);
if (_reportedDiagnostics.Add(suppressionDiag))
{
PrintError(suppressionDiag, consoleOutput);
}
}
_reportedDiagnostics.Add(diag);
return;
}
if (diag.IsSuppressed)
{
return;
}
// Diagnostics that aren't suppressed will be reported to the console output and, if they are errors,
// they should fail the run
if (diag.Severity == DiagnosticSeverity.Error)
{
hasErrors = true;
}
PrintError(diag, consoleOutput);
_reportedDiagnostics.Add(diag);
}
}
/// <summary>Returns true if there were any errors, false otherwise.</summary>
private bool ReportDiagnostics(DiagnosticBag diagnostics, TextWriter consoleOutput, ErrorLogger? errorLoggerOpt, Compilation? compilation)
=> ReportDiagnostics(diagnostics.ToReadOnly(), consoleOutput, errorLoggerOpt, compilation);
/// <summary>Returns true if there were any errors, false otherwise.</summary>
internal bool ReportDiagnostics(IEnumerable<DiagnosticInfo> diagnostics, TextWriter consoleOutput, ErrorLogger? errorLoggerOpt, Compilation? compilation)
=> ReportDiagnostics(diagnostics.Select(info => Diagnostic.Create(info)), consoleOutput, errorLoggerOpt, compilation);
/// <summary>
/// Returns true if there are any error diagnostics in the bag which cannot be suppressed and
/// are guaranteed to break the build.
/// Only diagnostics which have default severity error and are tagged as NotConfigurable fall in this bucket.
/// This includes all compiler error diagnostics and specific analyzer error diagnostics that are marked as not configurable by the analyzer author.
/// </summary>
internal static bool HasUnsuppressableErrors(DiagnosticBag diagnostics)
{
foreach (var diag in diagnostics.AsEnumerable())
{
if (diag.IsUnsuppressableError())
{
return true;
}
}
return false;
}
/// <summary>
/// Returns true if the bag has any diagnostics with effective Severity=Error. Also returns true for warnings or informationals
/// or warnings promoted to error via /warnaserror which are not suppressed.
/// </summary>
internal static bool HasUnsuppressedErrors(DiagnosticBag diagnostics)
{
foreach (Diagnostic diagnostic in diagnostics.AsEnumerable())
{
if (diagnostic.IsUnsuppressedError)
{
return true;
}
}
return false;
}
protected virtual void PrintError(Diagnostic diagnostic, TextWriter consoleOutput)
{
consoleOutput.WriteLine(DiagnosticFormatter.Format(diagnostic, Culture));
}
public SarifErrorLogger? GetErrorLogger(TextWriter consoleOutput, CancellationToken cancellationToken)
{
Debug.Assert(Arguments.ErrorLogOptions?.Path != null);
var diagnostics = DiagnosticBag.GetInstance();
var errorLog = OpenFile(Arguments.ErrorLogOptions.Path,
diagnostics,
FileMode.Create,
FileAccess.Write,
FileShare.ReadWrite | FileShare.Delete);
SarifErrorLogger? logger;
if (errorLog == null)
{
Debug.Assert(diagnostics.HasAnyErrors());
logger = null;
}
else
{
string toolName = GetToolName();
string compilerVersion = GetCompilerVersion();
Version assemblyVersion = GetAssemblyVersion() ?? new Version();
if (Arguments.ErrorLogOptions.SarifVersion == SarifVersion.Sarif1)
{
logger = new SarifV1ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
}
else
{
logger = new SarifV2ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
}
}
ReportDiagnostics(diagnostics.ToReadOnlyAndFree(), consoleOutput, errorLoggerOpt: logger, compilation: null);
return logger;
}
/// <summary>
/// csc.exe and vbc.exe entry point.
/// </summary>
public virtual int Run(TextWriter consoleOutput, CancellationToken cancellationToken = default)
{
var saveUICulture = CultureInfo.CurrentUICulture;
SarifErrorLogger? errorLogger = null;
try
{
// Messages from exceptions can be used as arguments for errors and they are often localized.
// Ensure they are localized to the right language.
var culture = this.Culture;
if (culture != null)
{
CultureInfo.CurrentUICulture = culture;
}
if (Arguments.ErrorLogOptions?.Path != null)
{
errorLogger = GetErrorLogger(consoleOutput, cancellationToken);
if (errorLogger == null)
{
return Failed;
}
}
return RunCore(consoleOutput, errorLogger, cancellationToken);
}
catch (OperationCanceledException)
{
var errorCode = MessageProvider.ERR_CompileCancelled;
if (errorCode > 0)
{
var diag = new DiagnosticInfo(MessageProvider, errorCode);
ReportDiagnostics(new[] { diag }, consoleOutput, errorLogger, compilation: null);
}
return Failed;
}
finally
{
CultureInfo.CurrentUICulture = saveUICulture;
errorLogger?.Dispose();
}
}
/// <summary>
/// Perform source generation, if the compiler supports it.
/// </summary>
/// <param name="input">The compilation before any source generation has occurred.</param>
/// <param name="parseOptions">The <see cref="ParseOptions"/> to use when parsing any generated sources.</param>
/// <param name="generators">The generators to run</param>
/// <param name="analyzerConfigOptionsProvider">A provider that returns analyzer config options</param>
/// <param name="additionalTexts">Any additional texts that should be passed to the generators when run.</param>
/// <param name="generatorDiagnostics">Any diagnostics that were produced during generation</param>
/// <returns>A compilation that represents the original compilation with any additional, generated texts added to it.</returns>
private protected Compilation RunGenerators(Compilation input, ParseOptions parseOptions, ImmutableArray<ISourceGenerator> generators, AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider, ImmutableArray<AdditionalText> additionalTexts, DiagnosticBag generatorDiagnostics)
{
GeneratorDriver? driver = null;
string cacheKey = string.Empty;
bool disableCache = Arguments.ParseOptions.Features.ContainsKey("disable-generator-cache") || string.IsNullOrWhiteSpace(Arguments.OutputFileName);
if (this.GeneratorDriverCache is object && !disableCache)
{
cacheKey = deriveCacheKey();
driver = this.GeneratorDriverCache.TryGetDriver(cacheKey);
}
driver ??= CreateGeneratorDriver(parseOptions, generators, analyzerConfigOptionsProvider, additionalTexts);
driver = driver.RunGeneratorsAndUpdateCompilation(input, out var compilationOut, out var diagnostics);
generatorDiagnostics.AddRange(diagnostics);
if (!disableCache)
{
this.GeneratorDriverCache?.CacheGenerator(cacheKey, driver);
}
return compilationOut;
string deriveCacheKey()
{
Debug.Assert(!string.IsNullOrWhiteSpace(Arguments.OutputFileName));
// CONSIDER: The only piece of the cache key that is required for correctness is the generators that were used.
// We set up the graph statically based on the generators, so as long as the generator inputs haven't
// changed we can technically run any project against another's cache and still get the correct results.
// Obviously that would remove the point of the cache, so we also key off of the output file name
// and output path so that collisions are unlikely and we'll usually get the correct cache for any
// given compilation.
PooledStringBuilder sb = PooledStringBuilder.GetInstance();
sb.Builder.Append(Arguments.GetOutputFilePath(Arguments.OutputFileName));
foreach (var generator in generators)
{
// append the generator FQN and the MVID of the assembly it came from, so any changes will invalidate the cache
var type = generator.GetGeneratorType();
sb.Builder.Append(type.AssemblyQualifiedName);
sb.Builder.Append(type.Assembly.ManifestModule.ModuleVersionId.ToString());
}
return sb.ToStringAndFree();
}
}
private protected abstract GeneratorDriver CreateGeneratorDriver(ParseOptions parseOptions, ImmutableArray<ISourceGenerator> generators, AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider, ImmutableArray<AdditionalText> additionalTexts);
private int RunCore(TextWriter consoleOutput, ErrorLogger? errorLogger, CancellationToken cancellationToken)
{
Debug.Assert(!Arguments.IsScriptRunner);
cancellationToken.ThrowIfCancellationRequested();
if (Arguments.DisplayVersion)
{
PrintVersion(consoleOutput);
return Succeeded;
}
if (Arguments.DisplayLangVersions)
{
PrintLangVersions(consoleOutput);
return Succeeded;
}
if (Arguments.DisplayLogo)
{
PrintLogo(consoleOutput);
}
if (Arguments.DisplayHelp)
{
PrintHelp(consoleOutput);
return Succeeded;
}
if (ReportDiagnostics(Arguments.Errors, consoleOutput, errorLogger, compilation: null))
{
return Failed;
}
var touchedFilesLogger = (Arguments.TouchedFilesPath != null) ? new TouchedFileLogger() : null;
var diagnostics = DiagnosticBag.GetInstance();
AnalyzerConfigSet? analyzerConfigSet = null;
ImmutableArray<AnalyzerConfigOptionsResult> sourceFileAnalyzerConfigOptions = default;
AnalyzerConfigOptionsResult globalConfigOptions = default;
if (Arguments.AnalyzerConfigPaths.Length > 0)
{
if (!TryGetAnalyzerConfigSet(Arguments.AnalyzerConfigPaths, diagnostics, out analyzerConfigSet))
{
var hadErrors = ReportDiagnostics(diagnostics, consoleOutput, errorLogger, compilation: null);
Debug.Assert(hadErrors);
return Failed;
}
globalConfigOptions = analyzerConfigSet.GlobalConfigOptions;
sourceFileAnalyzerConfigOptions = Arguments.SourceFiles.SelectAsArray(f => analyzerConfigSet.GetOptionsForSourcePath(f.Path));
foreach (var sourceFileAnalyzerConfigOption in sourceFileAnalyzerConfigOptions)
{
diagnostics.AddRange(sourceFileAnalyzerConfigOption.Diagnostics);
}
}
Compilation? compilation = CreateCompilation(consoleOutput, touchedFilesLogger, errorLogger, sourceFileAnalyzerConfigOptions, globalConfigOptions);
if (compilation == null)
{
return Failed;
}
var diagnosticInfos = new List<DiagnosticInfo>();
ResolveAnalyzersFromArguments(diagnosticInfos, MessageProvider, Arguments.SkipAnalyzers, out var analyzers, out var generators);
var additionalTextFiles = ResolveAdditionalFilesFromArguments(diagnosticInfos, MessageProvider, touchedFilesLogger);
if (ReportDiagnostics(diagnosticInfos, consoleOutput, errorLogger, compilation))
{
return Failed;
}
ImmutableArray<EmbeddedText?> embeddedTexts = AcquireEmbeddedTexts(compilation, diagnostics);
if (ReportDiagnostics(diagnostics, consoleOutput, errorLogger, compilation))
{
return Failed;
}
var additionalTexts = ImmutableArray<AdditionalText>.CastUp(additionalTextFiles);
CompileAndEmit(
touchedFilesLogger,
ref compilation,
analyzers,
generators,
additionalTexts,
analyzerConfigSet,
sourceFileAnalyzerConfigOptions,
embeddedTexts,
diagnostics,
cancellationToken,
out CancellationTokenSource? analyzerCts,
out bool reportAnalyzer,
out var analyzerDriver);
// At this point analyzers are already complete in which case this is a no-op. Or they are
// still running because the compilation failed before all of the compilation events were
// raised. In the latter case the driver, and all its associated state, will be waiting around
// for events that are never coming. Cancel now and let the clean up process begin.
if (analyzerCts != null)
{
analyzerCts.Cancel();
}
var exitCode = ReportDiagnostics(diagnostics, consoleOutput, errorLogger, compilation)
? Failed
: Succeeded;
// The act of reporting errors can cause more errors to appear in
// additional files due to forcing all additional files to fetch text
foreach (var additionalFile in additionalTextFiles)
{
if (ReportDiagnostics(additionalFile.Diagnostics, consoleOutput, errorLogger, compilation))
{
exitCode = Failed;
}
}
diagnostics.Free();
if (reportAnalyzer)
{
Debug.Assert(analyzerDriver is object);
ReportAnalyzerExecutionTime(consoleOutput, analyzerDriver, Culture, compilation.Options.ConcurrentBuild);
}
return exitCode;
}
private static CompilerAnalyzerConfigOptionsProvider UpdateAnalyzerConfigOptionsProvider(
CompilerAnalyzerConfigOptionsProvider existing,
IEnumerable<SyntaxTree> syntaxTrees,
ImmutableArray<AnalyzerConfigOptionsResult> sourceFileAnalyzerConfigOptions,
ImmutableArray<AdditionalText> additionalFiles = default,
ImmutableArray<AnalyzerConfigOptionsResult> additionalFileOptions = default)
{
var builder = ImmutableDictionary.CreateBuilder<object, AnalyzerConfigOptions>();
int i = 0;
foreach (var syntaxTree in syntaxTrees)
{
var options = sourceFileAnalyzerConfigOptions[i].AnalyzerOptions;
// Optimization: don't create a bunch of entries pointing to a no-op
if (options.Count > 0)
{
Debug.Assert(existing.GetOptions(syntaxTree) == CompilerAnalyzerConfigOptions.Empty);
builder.Add(syntaxTree, new CompilerAnalyzerConfigOptions(options));
}
i++;
}
if (!additionalFiles.IsDefault)
{
for (i = 0; i < additionalFiles.Length; i++)
{
var options = additionalFileOptions[i].AnalyzerOptions;
// Optimization: don't create a bunch of entries pointing to a no-op
if (options.Count > 0)
{
Debug.Assert(existing.GetOptions(additionalFiles[i]) == CompilerAnalyzerConfigOptions.Empty);
builder.Add(additionalFiles[i], new CompilerAnalyzerConfigOptions(options));
}
}
}
return existing.WithAdditionalTreeOptions(builder.ToImmutable());
}
/// <summary>
/// Perform all the work associated with actual compilation
/// (parsing, binding, compile, emit), resulting in diagnostics
/// and analyzer output.
/// </summary>
private void CompileAndEmit(
TouchedFileLogger? touchedFilesLogger,
ref Compilation compilation,
ImmutableArray<DiagnosticAnalyzer> analyzers,
ImmutableArray<ISourceGenerator> generators,
ImmutableArray<AdditionalText> additionalTextFiles,
AnalyzerConfigSet? analyzerConfigSet,
ImmutableArray<AnalyzerConfigOptionsResult> sourceFileAnalyzerConfigOptions,
ImmutableArray<EmbeddedText?> embeddedTexts,
DiagnosticBag diagnostics,
CancellationToken cancellationToken,
out CancellationTokenSource? analyzerCts,
out bool reportAnalyzer,
out AnalyzerDriver? analyzerDriver)
{
analyzerCts = null;
reportAnalyzer = false;
analyzerDriver = null;
// Print the diagnostics produced during the parsing stage and exit if there were any errors.
compilation.GetDiagnostics(CompilationStage.Parse, includeEarlierStages: false, diagnostics, cancellationToken);
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
DiagnosticBag? analyzerExceptionDiagnostics = null;
if (!analyzers.IsEmpty || !generators.IsEmpty)
{
var analyzerConfigProvider = CompilerAnalyzerConfigOptionsProvider.Empty;
if (Arguments.AnalyzerConfigPaths.Length > 0)
{
Debug.Assert(analyzerConfigSet is object);
analyzerConfigProvider = analyzerConfigProvider.WithGlobalOptions(new CompilerAnalyzerConfigOptions(analyzerConfigSet.GetOptionsForSourcePath(string.Empty).AnalyzerOptions));
// TODO(https://github.com/dotnet/roslyn/issues/31916): The compiler currently doesn't support
// configuring diagnostic reporting on additional text files individually.
ImmutableArray<AnalyzerConfigOptionsResult> additionalFileAnalyzerOptions =
additionalTextFiles.SelectAsArray(f => analyzerConfigSet.GetOptionsForSourcePath(f.Path));
foreach (var result in additionalFileAnalyzerOptions)
{
diagnostics.AddRange(result.Diagnostics);
}
analyzerConfigProvider = UpdateAnalyzerConfigOptionsProvider(
analyzerConfigProvider,
compilation.SyntaxTrees,
sourceFileAnalyzerConfigOptions,
additionalTextFiles,
additionalFileAnalyzerOptions);
}
if (!generators.IsEmpty)
{
// At this point we have a compilation with nothing yet computed.
// We pass it to the generators, which will realize any symbols they require.
compilation = RunGenerators(compilation, Arguments.ParseOptions, generators, analyzerConfigProvider, additionalTextFiles, diagnostics);
bool hasAnalyzerConfigs = !Arguments.AnalyzerConfigPaths.IsEmpty;
bool hasGeneratedOutputPath = !string.IsNullOrWhiteSpace(Arguments.GeneratedFilesOutputDirectory);
var generatedSyntaxTrees = compilation.SyntaxTrees.Skip(Arguments.SourceFiles.Length).ToList();
var analyzerOptionsBuilder = hasAnalyzerConfigs ? ArrayBuilder<AnalyzerConfigOptionsResult>.GetInstance(generatedSyntaxTrees.Count) : null;
var embeddedTextBuilder = ArrayBuilder<EmbeddedText>.GetInstance(generatedSyntaxTrees.Count);
try
{
foreach (var tree in generatedSyntaxTrees)
{
Debug.Assert(!string.IsNullOrWhiteSpace(tree.FilePath));
cancellationToken.ThrowIfCancellationRequested();
var sourceText = tree.GetText(cancellationToken);
// embed the generated text and get analyzer options for it if needed
embeddedTextBuilder.Add(EmbeddedText.FromSource(tree.FilePath, sourceText));
if (analyzerOptionsBuilder is object)
{
analyzerOptionsBuilder.Add(analyzerConfigSet!.GetOptionsForSourcePath(tree.FilePath));
}
// write out the file if we have an output path
if (hasGeneratedOutputPath)
{
var path = Path.Combine(Arguments.GeneratedFilesOutputDirectory!, tree.FilePath);
if (Directory.Exists(Arguments.GeneratedFilesOutputDirectory))
{
Directory.CreateDirectory(Path.GetDirectoryName(path)!);
}
var fileStream = OpenFile(path, diagnostics, FileMode.Create, FileAccess.Write, FileShare.ReadWrite | FileShare.Delete);
if (fileStream is object)
{
Debug.Assert(tree.Encoding is object);
using var disposer = new NoThrowStreamDisposer(fileStream, path, diagnostics, MessageProvider);
using var writer = new StreamWriter(fileStream, tree.Encoding);
sourceText.Write(writer, cancellationToken);
touchedFilesLogger?.AddWritten(path);
}
}
}
embeddedTexts = embeddedTexts.AddRange(embeddedTextBuilder);
if (analyzerOptionsBuilder is object)
{
analyzerConfigProvider = UpdateAnalyzerConfigOptionsProvider(
analyzerConfigProvider,
generatedSyntaxTrees,
analyzerOptionsBuilder.ToImmutable());
}
}
finally
{
analyzerOptionsBuilder?.Free();
embeddedTextBuilder.Free();
}
}
AnalyzerOptions analyzerOptions = CreateAnalyzerOptions(
additionalTextFiles, analyzerConfigProvider);
if (!analyzers.IsEmpty)
{
analyzerCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
analyzerExceptionDiagnostics = new DiagnosticBag();
// PERF: Avoid executing analyzers that report only Hidden and/or Info diagnostics, which don't appear in the build output.
// 1. Always filter out 'Hidden' analyzer diagnostics in build.
// 2. Filter out 'Info' analyzer diagnostics if they are not required to be logged in errorlog.
var severityFilter = SeverityFilter.Hidden;
if (Arguments.ErrorLogPath == null)
severityFilter |= SeverityFilter.Info;
analyzerDriver = AnalyzerDriver.CreateAndAttachToCompilation(
compilation,
analyzers,
analyzerOptions,
new AnalyzerManager(analyzers),
analyzerExceptionDiagnostics.Add,
Arguments.ReportAnalyzer,
severityFilter,
out compilation,
analyzerCts.Token);
reportAnalyzer = Arguments.ReportAnalyzer && !analyzers.IsEmpty;
}
}
compilation.GetDiagnostics(CompilationStage.Declare, includeEarlierStages: false, diagnostics, cancellationToken);
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
cancellationToken.ThrowIfCancellationRequested();
// Given a compilation and a destination directory, determine three names:
// 1) The name with which the assembly should be output.
// 2) The path of the assembly/module file (default = destination directory + compilation output name).
// 3) The path of the pdb file (default = assembly/module path with ".pdb" extension).
string outputName = GetOutputFileName(compilation, cancellationToken)!;
var finalPeFilePath = Arguments.GetOutputFilePath(outputName);
var finalPdbFilePath = Arguments.GetPdbFilePath(outputName);
var finalXmlFilePath = Arguments.DocumentationPath;
NoThrowStreamDisposer? sourceLinkStreamDisposerOpt = null;
try
{
// NOTE: Unlike the PDB path, the XML doc path is not embedded in the assembly, so we don't need to pass it to emit.
var emitOptions = Arguments.EmitOptions.
WithOutputNameOverride(outputName).
WithPdbFilePath(PathUtilities.NormalizePathPrefix(finalPdbFilePath, Arguments.PathMap));
// TODO(https://github.com/dotnet/roslyn/issues/19592):
// This feature flag is being maintained until our next major release to avoid unnecessary
// compat breaks with customers.
if (Arguments.ParseOptions.Features.ContainsKey("pdb-path-determinism") && !string.IsNullOrEmpty(emitOptions.PdbFilePath))
{
emitOptions = emitOptions.WithPdbFilePath(Path.GetFileName(emitOptions.PdbFilePath));
}
if (Arguments.SourceLink != null)
{
var sourceLinkStreamOpt = OpenFile(
Arguments.SourceLink,
diagnostics,
FileMode.Open,
FileAccess.Read,
FileShare.Read);
if (sourceLinkStreamOpt != null)
{
sourceLinkStreamDisposerOpt = new NoThrowStreamDisposer(
sourceLinkStreamOpt,
Arguments.SourceLink,
diagnostics,
MessageProvider);
}
}
// Need to ensure the PDB file path validation is done on the original path as that is the
// file we will write out to disk, there is no guarantee that the file paths emitted into
// the PE / PDB are valid file paths because pathmap can be used to create deliberately
// illegal names
if (!PathUtilities.IsValidFilePath(finalPdbFilePath))
{
diagnostics.Add(MessageProvider.CreateDiagnostic(MessageProvider.FTL_InvalidInputFileName, Location.None, finalPdbFilePath));
}
var moduleBeingBuilt = compilation.CheckOptionsAndCreateModuleBuilder(
diagnostics,
Arguments.ManifestResources,
emitOptions,
debugEntryPoint: null,
sourceLinkStream: sourceLinkStreamDisposerOpt?.Stream,
embeddedTexts: embeddedTexts,
testData: null,
cancellationToken: cancellationToken);
if (moduleBeingBuilt != null)
{
bool success;
try
{
success = compilation.CompileMethods(
moduleBeingBuilt,
Arguments.EmitPdb,
emitOptions.EmitMetadataOnly,
emitOptions.EmitTestCoverageData,
diagnostics,
filterOpt: null,
cancellationToken: cancellationToken);
// Prior to generating the xml documentation file,
// we apply programmatic suppressions for compiler warnings from diagnostic suppressors.
// If there are still any unsuppressed errors or warnings escalated to errors
// then we bail out from generating the documentation file.
// This maintains the compiler invariant that xml documentation file should not be
// generated in presence of diagnostics that break the build.
if (analyzerDriver != null && !diagnostics.IsEmptyWithoutResolution)
{
analyzerDriver.ApplyProgrammaticSuppressions(diagnostics, compilation);
}
if (HasUnsuppressedErrors(diagnostics))
{
success = false;
}
if (success)
{
// NOTE: as native compiler does, we generate the documentation file
// NOTE: 'in place', replacing the contents of the file if it exists
NoThrowStreamDisposer? xmlStreamDisposerOpt = null;
if (finalXmlFilePath != null)
{
var xmlStreamOpt = OpenFile(finalXmlFilePath,
diagnostics,
FileMode.OpenOrCreate,
FileAccess.Write,
FileShare.ReadWrite | FileShare.Delete);
if (xmlStreamOpt == null)
{
return;
}
try
{
xmlStreamOpt.SetLength(0);
}
catch (Exception e)
{
MessageProvider.ReportStreamWriteException(e, finalXmlFilePath, diagnostics);
return;
}
xmlStreamDisposerOpt = new NoThrowStreamDisposer(
xmlStreamOpt,
finalXmlFilePath,
diagnostics,
MessageProvider);
}
using (xmlStreamDisposerOpt)
{
using (var win32ResourceStreamOpt = GetWin32Resources(FileSystem, MessageProvider, Arguments, compilation, diagnostics))
{
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
success = compilation.GenerateResourcesAndDocumentationComments(
moduleBeingBuilt,
xmlStreamDisposerOpt?.Stream,
win32ResourceStreamOpt,
useRawWin32Resources: false,
emitOptions.OutputNameOverride,
diagnostics,
cancellationToken);
}
}
if (xmlStreamDisposerOpt?.HasFailedToDispose == true)
{
return;
}
// only report unused usings if we have success.
if (success)
{
compilation.ReportUnusedImports(diagnostics, cancellationToken);
}
}
compilation.CompleteTrees(null);
if (analyzerDriver != null)
{
// GetDiagnosticsAsync is called after ReportUnusedImports
// since that method calls EventQueue.TryComplete. Without
// TryComplete, we may miss diagnostics.
var hostDiagnostics = analyzerDriver.GetDiagnosticsAsync(compilation).Result;
diagnostics.AddRange(hostDiagnostics);
if (!diagnostics.IsEmptyWithoutResolution)
{
// Apply diagnostic suppressions for analyzer and/or compiler diagnostics from diagnostic suppressors.
analyzerDriver.ApplyProgrammaticSuppressions(diagnostics, compilation);
}
}
}
finally
{
moduleBeingBuilt.CompilationFinished();
}
if (HasUnsuppressedErrors(diagnostics))
{
success = false;
}
if (success)
{
var peStreamProvider = new CompilerEmitStreamProvider(this, finalPeFilePath);
var pdbStreamProviderOpt = Arguments.EmitPdbFile ? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
string? finalRefPeFilePath = Arguments.OutputRefFilePath;
var refPeStreamProviderOpt = finalRefPeFilePath != null ? new CompilerEmitStreamProvider(this, finalRefPeFilePath) : null;
RSAParameters? privateKeyOpt = null;
if (compilation.Options.StrongNameProvider != null && compilation.SignUsingBuilder && !compilation.Options.PublicSign)
{
privateKeyOpt = compilation.StrongNameKeys.PrivateKey;
}
// If we serialize to a PE stream we need to record the fallback encoding if it was used
// so the compilation can be recreated.
emitOptions = emitOptions.WithFallbackSourceFileEncoding(GetFallbackEncoding());
success = compilation.SerializeToPeStream(
moduleBeingBuilt,
peStreamProvider,
refPeStreamProviderOpt,
pdbStreamProviderOpt,
rebuildData: null,
testSymWriterFactory: null,
diagnostics: diagnostics,
emitOptions: emitOptions,
privateKeyOpt: privateKeyOpt,
cancellationToken: cancellationToken);
peStreamProvider.Close(diagnostics);
refPeStreamProviderOpt?.Close(diagnostics);
pdbStreamProviderOpt?.Close(diagnostics);
if (success && touchedFilesLogger != null)
{
if (pdbStreamProviderOpt != null)
{
touchedFilesLogger.AddWritten(finalPdbFilePath);
}
if (refPeStreamProviderOpt != null)
{
touchedFilesLogger.AddWritten(finalRefPeFilePath!);
}
touchedFilesLogger.AddWritten(finalPeFilePath);
}
}
}
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
}
finally
{
sourceLinkStreamDisposerOpt?.Dispose();
}
if (sourceLinkStreamDisposerOpt?.HasFailedToDispose == true)
{
return;
}
cancellationToken.ThrowIfCancellationRequested();
if (analyzerExceptionDiagnostics != null)
{
diagnostics.AddRange(analyzerExceptionDiagnostics);
if (HasUnsuppressableErrors(analyzerExceptionDiagnostics))
{
return;
}
}
cancellationToken.ThrowIfCancellationRequested();
if (!WriteTouchedFiles(diagnostics, touchedFilesLogger, finalXmlFilePath))
{
return;
}
}
// virtual for testing
protected virtual Diagnostics.AnalyzerOptions CreateAnalyzerOptions(
ImmutableArray<AdditionalText> additionalTextFiles,
AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider)
=> new Diagnostics.AnalyzerOptions(additionalTextFiles, analyzerConfigOptionsProvider);
private bool WriteTouchedFiles(DiagnosticBag diagnostics, TouchedFileLogger? touchedFilesLogger, string? finalXmlFilePath)
{
if (Arguments.TouchedFilesPath != null)
{
Debug.Assert(touchedFilesLogger != null);
if (finalXmlFilePath != null)
{
touchedFilesLogger.AddWritten(finalXmlFilePath);
}
string readFilesPath = Arguments.TouchedFilesPath + ".read";
string writtenFilesPath = Arguments.TouchedFilesPath + ".write";
var readStream = OpenFile(readFilesPath, diagnostics, mode: FileMode.OpenOrCreate);
var writtenStream = OpenFile(writtenFilesPath, diagnostics, mode: FileMode.OpenOrCreate);
if (readStream == null || writtenStream == null)
{
return false;
}
string? filePath = null;
try
{
filePath = readFilesPath;
using (var writer = new StreamWriter(readStream))
{
touchedFilesLogger.WriteReadPaths(writer);
}
filePath = writtenFilesPath;
using (var writer = new StreamWriter(writtenStream))
{
touchedFilesLogger.WriteWrittenPaths(writer);
}
}
catch (Exception e)
{
Debug.Assert(filePath != null);
MessageProvider.ReportStreamWriteException(e, filePath, diagnostics);
return false;
}
}
return true;
}
protected virtual ImmutableArray<AdditionalTextFile> ResolveAdditionalFilesFromArguments(List<DiagnosticInfo> diagnostics, CommonMessageProvider messageProvider, TouchedFileLogger? touchedFilesLogger)
{
var builder = ImmutableArray.CreateBuilder<AdditionalTextFile>();
foreach (var file in Arguments.AdditionalFiles)
{
builder.Add(new AdditionalTextFile(file, this));
}
return builder.ToImmutableArray();
}
private static void ReportAnalyzerExecutionTime(TextWriter consoleOutput, AnalyzerDriver analyzerDriver, CultureInfo culture, bool isConcurrentBuild)
{
Debug.Assert(analyzerDriver.AnalyzerExecutionTimes != null);
if (analyzerDriver.AnalyzerExecutionTimes.IsEmpty)
{
return;
}
var totalAnalyzerExecutionTime = analyzerDriver.AnalyzerExecutionTimes.Sum(kvp => kvp.Value.TotalSeconds);
Func<double, string> getFormattedTime = d => d.ToString("##0.000", culture);
consoleOutput.WriteLine();
consoleOutput.WriteLine(string.Format(CodeAnalysisResources.AnalyzerTotalExecutionTime, getFormattedTime(totalAnalyzerExecutionTime)));
if (isConcurrentBuild)
{
consoleOutput.WriteLine(CodeAnalysisResources.MultithreadedAnalyzerExecutionNote);
}
var analyzersByAssembly = analyzerDriver.AnalyzerExecutionTimes
.GroupBy(kvp => kvp.Key.GetType().GetTypeInfo().Assembly)
.OrderByDescending(kvp => kvp.Sum(entry => entry.Value.Ticks));
consoleOutput.WriteLine();
getFormattedTime = d => d < 0.001 ?
string.Format(culture, "{0,8:<0.000}", 0.001) :
string.Format(culture, "{0,8:##0.000}", d);
Func<int, string> getFormattedPercentage = i => string.Format("{0,5}", i < 1 ? "<1" : i.ToString());
Func<string?, string> getFormattedAnalyzerName = s => " " + s;
// Table header
var analyzerTimeColumn = string.Format("{0,8}", CodeAnalysisResources.AnalyzerExecutionTimeColumnHeader);
var analyzerPercentageColumn = string.Format("{0,5}", "%");
var analyzerNameColumn = getFormattedAnalyzerName(CodeAnalysisResources.AnalyzerNameColumnHeader);
consoleOutput.WriteLine(analyzerTimeColumn + analyzerPercentageColumn + analyzerNameColumn);
// Table rows grouped by assembly.
foreach (var analyzerGroup in analyzersByAssembly)
{
var executionTime = analyzerGroup.Sum(kvp => kvp.Value.TotalSeconds);
var percentage = (int)(executionTime * 100 / totalAnalyzerExecutionTime);
analyzerTimeColumn = getFormattedTime(executionTime);
analyzerPercentageColumn = getFormattedPercentage(percentage);
analyzerNameColumn = getFormattedAnalyzerName(analyzerGroup.Key.FullName);
consoleOutput.WriteLine(analyzerTimeColumn + analyzerPercentageColumn + analyzerNameColumn);
// Rows for each diagnostic analyzer in the assembly.
foreach (var kvp in analyzerGroup.OrderByDescending(kvp => kvp.Value))
{
executionTime = kvp.Value.TotalSeconds;
percentage = (int)(executionTime * 100 / totalAnalyzerExecutionTime);
analyzerTimeColumn = getFormattedTime(executionTime);
analyzerPercentageColumn = getFormattedPercentage(percentage);
var analyzerIds = string.Join(", ", kvp.Key.SupportedDiagnostics.Select(d => d.Id).Distinct().OrderBy(id => id));
analyzerNameColumn = getFormattedAnalyzerName($" {kvp.Key} ({analyzerIds})");
consoleOutput.WriteLine(analyzerTimeColumn + analyzerPercentageColumn + analyzerNameColumn);
}
consoleOutput.WriteLine();
}
}
/// <summary>
/// Returns the name with which the assembly should be output
/// </summary>
protected abstract string GetOutputFileName(Compilation compilation, CancellationToken cancellationToken);
private Stream? OpenFile(
string filePath,
DiagnosticBag diagnostics,
FileMode mode = FileMode.Open,
FileAccess access = FileAccess.ReadWrite,
FileShare share = FileShare.None)
{
try
{
return FileSystem.OpenFile(filePath, mode, access, share);
}
catch (Exception e)
{
MessageProvider.ReportStreamWriteException(e, filePath, diagnostics);
return null;
}
}
// internal for testing
internal static Stream? GetWin32ResourcesInternal(
ICommonCompilerFileSystem fileSystem,
CommonMessageProvider messageProvider,
CommandLineArguments arguments,
Compilation compilation,
out IEnumerable<DiagnosticInfo> errors)
{
var diagnostics = DiagnosticBag.GetInstance();
var stream = GetWin32Resources(fileSystem, messageProvider, arguments, compilation, diagnostics);
errors = diagnostics.ToReadOnlyAndFree().SelectAsArray(diag => new DiagnosticInfo(messageProvider, diag.IsWarningAsError, diag.Code, (object[])diag.Arguments));
return stream;
}
private static Stream? GetWin32Resources(
ICommonCompilerFileSystem fileSystem,
CommonMessageProvider messageProvider,
CommandLineArguments arguments,
Compilation compilation,
DiagnosticBag diagnostics)
{
if (arguments.Win32ResourceFile != null)
{
return OpenStream(fileSystem, messageProvider, arguments.Win32ResourceFile, arguments.BaseDirectory, messageProvider.ERR_CantOpenWin32Resource, diagnostics);
}
using (Stream? manifestStream = OpenManifestStream(fileSystem, messageProvider, compilation.Options.OutputKind, arguments, diagnostics))
{
using (Stream? iconStream = OpenStream(fileSystem, messageProvider, arguments.Win32Icon, arguments.BaseDirectory, messageProvider.ERR_CantOpenWin32Icon, diagnostics))
{
try
{
return compilation.CreateDefaultWin32Resources(true, arguments.NoWin32Manifest, manifestStream, iconStream);
}
catch (Exception ex)
{
diagnostics.Add(messageProvider.CreateDiagnostic(messageProvider.ERR_ErrorBuildingWin32Resource, Location.None, ex.Message));
}
}
}
return null;
}
private static Stream? OpenManifestStream(ICommonCompilerFileSystem fileSystem, CommonMessageProvider messageProvider, OutputKind outputKind, CommandLineArguments arguments, DiagnosticBag diagnostics)
{
return outputKind.IsNetModule()
? null
: OpenStream(fileSystem, messageProvider, arguments.Win32Manifest, arguments.BaseDirectory, messageProvider.ERR_CantOpenWin32Manifest, diagnostics);
}
private static Stream? OpenStream(ICommonCompilerFileSystem fileSystem, CommonMessageProvider messageProvider, string? path, string? baseDirectory, int errorCode, DiagnosticBag diagnostics)
{
if (path == null)
{
return null;
}
string? fullPath = ResolveRelativePath(messageProvider, path, baseDirectory, diagnostics);
if (fullPath == null)
{
return null;
}
try
{
return fileSystem.OpenFile(fullPath, FileMode.Open, FileAccess.Read, FileShare.Read);
}
catch (Exception ex)
{
diagnostics.Add(messageProvider.CreateDiagnostic(errorCode, Location.None, fullPath, ex.Message));
}
return null;
}
private static string? ResolveRelativePath(CommonMessageProvider messageProvider, string path, string? baseDirectory, DiagnosticBag diagnostics)
{
string? fullPath = FileUtilities.ResolveRelativePath(path, baseDirectory);
if (fullPath == null)
{
diagnostics.Add(messageProvider.CreateDiagnostic(messageProvider.FTL_InvalidInputFileName, Location.None, path ?? ""));
}
return fullPath;
}
internal static bool TryGetCompilerDiagnosticCode(string diagnosticId, string expectedPrefix, out uint code)
{
code = 0;
return diagnosticId.StartsWith(expectedPrefix, StringComparison.Ordinal) && uint.TryParse(diagnosticId.Substring(expectedPrefix.Length), out code);
}
/// <summary>
/// When overridden by a derived class, this property can override the current thread's
/// CurrentUICulture property for diagnostic message resource lookups.
/// </summary>
protected virtual CultureInfo Culture
{
get
{
return Arguments.PreferredUILang ?? CultureInfo.CurrentUICulture;
}
}
private static void EmitDeterminismKey(CommandLineArguments args, string[] rawArgs, string baseDirectory, CommandLineParser parser)
{
var key = CreateDeterminismKey(args, rawArgs, baseDirectory, parser);
var filePath = Path.Combine(args.OutputDirectory, args.OutputFileName + ".key");
using (var stream = File.Create(filePath))
{
var bytes = Encoding.UTF8.GetBytes(key);
stream.Write(bytes, 0, bytes.Length);
}
}
/// <summary>
/// The string returned from this function represents the inputs to the compiler which impact determinism. It is
/// meant to be inline with the specification here:
///
/// - https://github.com/dotnet/roslyn/blob/main/docs/compilers/Deterministic%20Inputs.md
///
/// Issue #8193 tracks filling this out to the full specification.
///
/// https://github.com/dotnet/roslyn/issues/8193
/// </summary>
private static string CreateDeterminismKey(CommandLineArguments args, string[] rawArgs, string baseDirectory, CommandLineParser parser)
{
List<Diagnostic> diagnostics = new List<Diagnostic>();
var flattenedArgs = ArrayBuilder<string>.GetInstance();
parser.FlattenArgs(rawArgs, diagnostics, flattenedArgs, null, baseDirectory);
var builder = new StringBuilder();
var name = !string.IsNullOrEmpty(args.OutputFileName)
? Path.GetFileNameWithoutExtension(Path.GetFileName(args.OutputFileName))
: $"no-output-name-{Guid.NewGuid().ToString()}";
builder.AppendLine($"{name}");
builder.AppendLine($"Command Line:");
foreach (var current in flattenedArgs)
{
builder.AppendLine($"\t{current}");
}
builder.AppendLine("Source Files:");
var hash = MD5.Create();
foreach (var sourceFile in args.SourceFiles)
{
var sourceFileName = Path.GetFileName(sourceFile.Path);
string hashValue;
try
{
var bytes = File.ReadAllBytes(sourceFile.Path);
var hashBytes = hash.ComputeHash(bytes);
var data = BitConverter.ToString(hashBytes);
hashValue = data.Replace("-", "");
}
catch (Exception ex)
{
hashValue = $"Could not compute {ex.Message}";
}
builder.AppendLine($"\t{sourceFileName} - {hashValue}");
}
flattenedArgs.Free();
return builder.ToString();
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using Microsoft.CodeAnalysis.Collections;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis
{
internal readonly struct BuildPaths
{
/// <summary>
/// The path which contains the compiler binaries and response files.
/// </summary>
internal string ClientDirectory { get; }
/// <summary>
/// The path in which the compilation takes place.
/// </summary>
internal string WorkingDirectory { get; }
/// <summary>
/// The path which contains mscorlib. This can be null when specified by the user or running in a
/// CoreClr environment.
/// </summary>
internal string? SdkDirectory { get; }
/// <summary>
/// The temporary directory a compilation should use instead of <see cref="Path.GetTempPath"/>. The latter
/// relies on global state individual compilations should ignore.
/// </summary>
internal string? TempDirectory { get; }
internal BuildPaths(string clientDir, string workingDir, string? sdkDir, string? tempDir)
{
ClientDirectory = clientDir;
WorkingDirectory = workingDir;
SdkDirectory = sdkDir;
TempDirectory = tempDir;
}
}
/// <summary>
/// Base class for csc.exe, csi.exe, vbc.exe and vbi.exe implementations.
/// </summary>
internal abstract partial class CommonCompiler
{
internal const int Failed = 1;
internal const int Succeeded = 0;
/// <summary>
/// Fallback encoding that is lazily retrieved if needed. If <see cref="EncodedStringText.CreateFallbackEncoding"/> is
/// evaluated and stored, the value is used if a PDB is created for this compilation.
/// </summary>
private readonly Lazy<Encoding> _fallbackEncoding = new Lazy<Encoding>(EncodedStringText.CreateFallbackEncoding);
public CommonMessageProvider MessageProvider { get; }
public CommandLineArguments Arguments { get; }
public IAnalyzerAssemblyLoader AssemblyLoader { get; private set; }
public GeneratorDriverCache? GeneratorDriverCache { get; }
public abstract DiagnosticFormatter DiagnosticFormatter { get; }
/// <summary>
/// The set of source file paths that are in the set of embedded paths.
/// This is used to prevent reading source files that are embedded twice.
/// </summary>
public IReadOnlySet<string> EmbeddedSourcePaths { get; }
/// <summary>
/// The <see cref="ICommonCompilerFileSystem"/> used to access the file system inside this instance.
/// </summary>
internal ICommonCompilerFileSystem FileSystem { get; set; } = StandardFileSystem.Instance;
private readonly HashSet<Diagnostic> _reportedDiagnostics = new HashSet<Diagnostic>();
public abstract Compilation? CreateCompilation(
TextWriter consoleOutput,
TouchedFileLogger? touchedFilesLogger,
ErrorLogger? errorLoggerOpt,
ImmutableArray<AnalyzerConfigOptionsResult> analyzerConfigOptions,
AnalyzerConfigOptionsResult globalConfigOptions);
public abstract void PrintLogo(TextWriter consoleOutput);
public abstract void PrintHelp(TextWriter consoleOutput);
public abstract void PrintLangVersions(TextWriter consoleOutput);
/// <summary>
/// Print compiler version
/// </summary>
/// <param name="consoleOutput"></param>
public virtual void PrintVersion(TextWriter consoleOutput)
{
consoleOutput.WriteLine(GetCompilerVersion());
}
protected abstract bool TryGetCompilerDiagnosticCode(string diagnosticId, out uint code);
protected abstract void ResolveAnalyzersFromArguments(
List<DiagnosticInfo> diagnostics,
CommonMessageProvider messageProvider,
bool skipAnalyzers,
out ImmutableArray<DiagnosticAnalyzer> analyzers,
out ImmutableArray<ISourceGenerator> generators);
public CommonCompiler(CommandLineParser parser, string? responseFile, string[] args, BuildPaths buildPaths, string? additionalReferenceDirectories, IAnalyzerAssemblyLoader assemblyLoader, GeneratorDriverCache? driverCache)
{
IEnumerable<string> allArgs = args;
Debug.Assert(null == responseFile || PathUtilities.IsAbsolute(responseFile));
if (!SuppressDefaultResponseFile(args) && File.Exists(responseFile))
{
allArgs = new[] { "@" + responseFile }.Concat(allArgs);
}
this.Arguments = parser.Parse(allArgs, buildPaths.WorkingDirectory, buildPaths.SdkDirectory, additionalReferenceDirectories);
this.MessageProvider = parser.MessageProvider;
this.AssemblyLoader = assemblyLoader;
this.GeneratorDriverCache = driverCache;
this.EmbeddedSourcePaths = GetEmbeddedSourcePaths(Arguments);
if (Arguments.ParseOptions.Features.ContainsKey("debug-determinism"))
{
EmitDeterminismKey(Arguments, args, buildPaths.WorkingDirectory, parser);
}
}
internal abstract bool SuppressDefaultResponseFile(IEnumerable<string> args);
/// <summary>
/// The type of the compiler class for version information in /help and /version.
/// We don't simply use this.GetType() because that would break mock subclasses.
/// </summary>
internal abstract Type Type { get; }
/// <summary>
/// The version of this compiler with commit hash, used in logo and /version output.
/// </summary>
internal string GetCompilerVersion()
{
return GetProductVersion(Type);
}
internal static string GetProductVersion(Type type)
{
string? assemblyVersion = GetInformationalVersionWithoutHash(type);
string? hash = GetShortCommitHash(type);
return $"{assemblyVersion} ({hash})";
}
[return: NotNullIfNotNull("hash")]
internal static string? ExtractShortCommitHash(string? hash)
{
// leave "<developer build>" alone, but truncate SHA to 8 characters
if (hash != null && hash.Length >= 8 && hash[0] != '<')
{
return hash.Substring(0, 8);
}
return hash;
}
private static string? GetInformationalVersionWithoutHash(Type type)
{
// The attribute stores a SemVer2-formatted string: `A.B.C(-...)?(+...)?`
// We remove the section after the + (if any is present)
return type.Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion.Split('+')[0];
}
private static string? GetShortCommitHash(Type type)
{
var hash = type.Assembly.GetCustomAttribute<CommitHashAttribute>()?.Hash;
return ExtractShortCommitHash(hash);
}
/// <summary>
/// Tool name used, along with assembly version, for error logging.
/// </summary>
internal abstract string GetToolName();
/// <summary>
/// Tool version identifier used for error logging.
/// </summary>
internal Version? GetAssemblyVersion()
{
return Type.GetTypeInfo().Assembly.GetName().Version;
}
internal string GetCultureName()
{
return Culture.Name;
}
internal virtual Func<string, MetadataReferenceProperties, PortableExecutableReference> GetMetadataProvider()
{
return (path, properties) =>
{
var peStream = FileSystem.OpenFileWithNormalizedException(path, FileMode.Open, FileAccess.Read, FileShare.Read);
return MetadataReference.CreateFromFile(peStream, path, properties);
};
}
internal virtual MetadataReferenceResolver GetCommandLineMetadataReferenceResolver(TouchedFileLogger? loggerOpt)
{
var pathResolver = new CompilerRelativePathResolver(FileSystem, Arguments.ReferencePaths, Arguments.BaseDirectory!);
return new LoggingMetadataFileReferenceResolver(pathResolver, GetMetadataProvider(), loggerOpt);
}
/// <summary>
/// Resolves metadata references stored in command line arguments and reports errors for those that can't be resolved.
/// </summary>
internal List<MetadataReference> ResolveMetadataReferences(
List<DiagnosticInfo> diagnostics,
TouchedFileLogger? touchedFiles,
out MetadataReferenceResolver referenceDirectiveResolver)
{
var commandLineReferenceResolver = GetCommandLineMetadataReferenceResolver(touchedFiles);
List<MetadataReference> resolved = new List<MetadataReference>();
Arguments.ResolveMetadataReferences(commandLineReferenceResolver, diagnostics, this.MessageProvider, resolved);
if (Arguments.IsScriptRunner)
{
referenceDirectiveResolver = commandLineReferenceResolver;
}
else
{
// when compiling into an assembly (csc/vbc) we only allow #r that match references given on command line:
referenceDirectiveResolver = new ExistingReferencesResolver(commandLineReferenceResolver, resolved.ToImmutableArray());
}
return resolved;
}
/// <summary>
/// Reads content of a source file.
/// </summary>
/// <param name="file">Source file information.</param>
/// <param name="diagnostics">Storage for diagnostics.</param>
/// <returns>File content or null on failure.</returns>
internal SourceText? TryReadFileContent(CommandLineSourceFile file, IList<DiagnosticInfo> diagnostics)
{
return TryReadFileContent(file, diagnostics, out _);
}
/// <summary>
/// Reads content of a source file.
/// </summary>
/// <param name="file">Source file information.</param>
/// <param name="diagnostics">Storage for diagnostics.</param>
/// <param name="normalizedFilePath">If given <paramref name="file"/> opens successfully, set to normalized absolute path of the file, null otherwise.</param>
/// <returns>File content or null on failure.</returns>
internal SourceText? TryReadFileContent(CommandLineSourceFile file, IList<DiagnosticInfo> diagnostics, out string? normalizedFilePath)
{
var filePath = file.Path;
try
{
if (file.IsInputRedirected)
{
using var data = Console.OpenStandardInput();
normalizedFilePath = filePath;
return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path));
}
else
{
using var data = OpenFileForReadWithSmallBufferOptimization(filePath, out normalizedFilePath);
return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path));
}
}
catch (Exception e)
{
diagnostics.Add(ToFileReadDiagnostics(this.MessageProvider, e, filePath));
normalizedFilePath = null;
return null;
}
}
/// <summary>
/// Read all analyzer config files from the given paths.
/// </summary>
internal bool TryGetAnalyzerConfigSet(
ImmutableArray<string> analyzerConfigPaths,
DiagnosticBag diagnostics,
[NotNullWhen(true)] out AnalyzerConfigSet? analyzerConfigSet)
{
var configs = ArrayBuilder<AnalyzerConfig>.GetInstance(analyzerConfigPaths.Length);
var processedDirs = PooledHashSet<string>.GetInstance();
foreach (var configPath in analyzerConfigPaths)
{
// The editorconfig spec requires all paths use '/' as the directory separator.
// Since no known system allows directory separators as part of the file name,
// we can replace every instance of the directory separator with a '/'
string? fileContent = TryReadFileContent(configPath, diagnostics, out string? normalizedPath);
if (fileContent is null)
{
// Error reading a file. Bail out and report error.
break;
}
Debug.Assert(normalizedPath is object);
var directory = Path.GetDirectoryName(normalizedPath) ?? normalizedPath;
var editorConfig = AnalyzerConfig.Parse(fileContent, normalizedPath);
if (!editorConfig.IsGlobal)
{
if (processedDirs.Contains(directory))
{
diagnostics.Add(Diagnostic.Create(
MessageProvider,
MessageProvider.ERR_MultipleAnalyzerConfigsInSameDir,
directory));
break;
}
processedDirs.Add(directory);
}
configs.Add(editorConfig);
}
processedDirs.Free();
if (diagnostics.HasAnyErrors())
{
configs.Free();
analyzerConfigSet = null;
return false;
}
analyzerConfigSet = AnalyzerConfigSet.Create(configs, out var setDiagnostics);
diagnostics.AddRange(setDiagnostics);
return true;
}
/// <summary>
/// Returns the fallback encoding for parsing source files, if used, or null
/// if not used
/// </summary>
internal Encoding? GetFallbackEncoding()
{
if (_fallbackEncoding.IsValueCreated)
{
return _fallbackEncoding.Value;
}
return null;
}
/// <summary>
/// Read a UTF-8 encoded file and return the text as a string.
/// </summary>
private string? TryReadFileContent(string filePath, DiagnosticBag diagnostics, out string? normalizedPath)
{
try
{
var data = OpenFileForReadWithSmallBufferOptimization(filePath, out normalizedPath);
using (var reader = new StreamReader(data, Encoding.UTF8))
{
return reader.ReadToEnd();
}
}
catch (Exception e)
{
diagnostics.Add(Diagnostic.Create(ToFileReadDiagnostics(MessageProvider, e, filePath)));
normalizedPath = null;
return null;
}
}
private Stream OpenFileForReadWithSmallBufferOptimization(string filePath, out string normalizedFilePath)
// PERF: Using a very small buffer size for the FileStream opens up an optimization within EncodedStringText/EmbeddedText where
// we read the entire FileStream into a byte array in one shot. For files that are actually smaller than the buffer
// size, FileStream.Read still allocates the internal buffer.
=> FileSystem.OpenFileEx(
filePath,
FileMode.Open,
FileAccess.Read,
FileShare.ReadWrite,
bufferSize: 1,
options: FileOptions.None,
out normalizedFilePath);
internal EmbeddedText? TryReadEmbeddedFileContent(string filePath, DiagnosticBag diagnostics)
{
try
{
using (var stream = OpenFileForReadWithSmallBufferOptimization(filePath, out _))
{
const int LargeObjectHeapLimit = 80 * 1024;
if (stream.Length < LargeObjectHeapLimit)
{
ArraySegment<byte> bytes;
if (EncodedStringText.TryGetBytesFromStream(stream, out bytes))
{
return EmbeddedText.FromBytes(filePath, bytes, Arguments.ChecksumAlgorithm);
}
}
return EmbeddedText.FromStream(filePath, stream, Arguments.ChecksumAlgorithm);
}
}
catch (Exception e)
{
diagnostics.Add(MessageProvider.CreateDiagnostic(ToFileReadDiagnostics(this.MessageProvider, e, filePath)));
return null;
}
}
private ImmutableArray<EmbeddedText?> AcquireEmbeddedTexts(Compilation compilation, DiagnosticBag diagnostics)
{
Debug.Assert(compilation.Options.SourceReferenceResolver is object);
if (Arguments.EmbeddedFiles.IsEmpty)
{
return ImmutableArray<EmbeddedText?>.Empty;
}
var embeddedTreeMap = new Dictionary<string, SyntaxTree>(Arguments.EmbeddedFiles.Length);
var embeddedFileOrderedSet = new OrderedSet<string>(Arguments.EmbeddedFiles.Select(e => e.Path));
foreach (var tree in compilation.SyntaxTrees)
{
// Skip trees that will not have their text embedded.
if (!EmbeddedSourcePaths.Contains(tree.FilePath))
{
continue;
}
// Skip trees with duplicated paths. (VB allows this and "first tree wins" is same as PDB emit policy.)
if (embeddedTreeMap.ContainsKey(tree.FilePath))
{
continue;
}
// map embedded file path to corresponding source tree
embeddedTreeMap.Add(tree.FilePath, tree);
// also embed the text of any #line directive targets of embedded tree
ResolveEmbeddedFilesFromExternalSourceDirectives(tree, compilation.Options.SourceReferenceResolver, embeddedFileOrderedSet, diagnostics);
}
var embeddedTextBuilder = ImmutableArray.CreateBuilder<EmbeddedText?>(embeddedFileOrderedSet.Count);
foreach (var path in embeddedFileOrderedSet)
{
SyntaxTree? tree;
EmbeddedText? text;
if (embeddedTreeMap.TryGetValue(path, out tree))
{
text = EmbeddedText.FromSource(path, tree.GetText());
Debug.Assert(text != null);
}
else
{
text = TryReadEmbeddedFileContent(path, diagnostics);
Debug.Assert(text != null || diagnostics.HasAnyErrors());
}
// We can safely add nulls because result will be ignored if any error is produced.
// This allows the MoveToImmutable to work below in all cases.
embeddedTextBuilder.Add(text);
}
return embeddedTextBuilder.MoveToImmutable();
}
protected abstract void ResolveEmbeddedFilesFromExternalSourceDirectives(
SyntaxTree tree,
SourceReferenceResolver resolver,
OrderedSet<string> embeddedFiles,
DiagnosticBag diagnostics);
private static IReadOnlySet<string> GetEmbeddedSourcePaths(CommandLineArguments arguments)
{
if (arguments.EmbeddedFiles.IsEmpty)
{
return SpecializedCollections.EmptyReadOnlySet<string>();
}
// Note that we require an exact match between source and embedded file paths (case-sensitive
// and without normalization). If two files are the same but spelled differently, they will
// be handled as separate files, meaning the embedding pass will read the content a second
// time. This can also lead to more than one document entry in the PDB for the same document
// if the PDB document de-duping policy in emit (normalize + case-sensitive in C#,
// normalize + case-insensitive in VB) is not enough to converge them.
var set = new HashSet<string>(arguments.EmbeddedFiles.Select(f => f.Path));
set.IntersectWith(arguments.SourceFiles.Select(f => f.Path));
return SpecializedCollections.StronglyTypedReadOnlySet(set);
}
internal static DiagnosticInfo ToFileReadDiagnostics(CommonMessageProvider messageProvider, Exception e, string filePath)
{
DiagnosticInfo diagnosticInfo;
if (e is FileNotFoundException || e is DirectoryNotFoundException)
{
diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_FileNotFound, filePath);
}
else if (e is InvalidDataException)
{
diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_BinaryFile, filePath);
}
else
{
diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_NoSourceFile, filePath, e.Message);
}
return diagnosticInfo;
}
/// <summary>Returns true if there were any errors, false otherwise.</summary>
internal bool ReportDiagnostics(IEnumerable<Diagnostic> diagnostics, TextWriter consoleOutput, ErrorLogger? errorLoggerOpt, Compilation? compilation)
{
bool hasErrors = false;
foreach (var diag in diagnostics)
{
reportDiagnostic(diag, compilation == null ? null : diag.GetSuppressionInfo(compilation));
}
return hasErrors;
// Local functions
void reportDiagnostic(Diagnostic diag, SuppressionInfo? suppressionInfo)
{
if (_reportedDiagnostics.Contains(diag))
{
// TODO: This invariant fails (at least) in the case where we see a member declaration "x = 1;".
// First we attempt to parse a member declaration starting at "x". When we see the "=", we
// create an IncompleteMemberSyntax with return type "x" and an error at the location of the "x".
// Then we parse a member declaration starting at "=". This is an invalid member declaration start
// so we attach an error to the "=" and attach it (plus following tokens) to the IncompleteMemberSyntax
// we previously created.
//this assert isn't valid if we change the design to not bail out after each phase.
//System.Diagnostics.Debug.Assert(diag.Severity != DiagnosticSeverity.Error);
return;
}
else if (diag.Severity == DiagnosticSeverity.Hidden)
{
// Not reported from the command-line compiler.
return;
}
// We want to report diagnostics with source suppression in the error log file.
// However, these diagnostics should not be reported on the console output.
errorLoggerOpt?.LogDiagnostic(diag, suppressionInfo);
// If the diagnostic was suppressed by one or more DiagnosticSuppressor(s), then we report info diagnostics for each suppression
// so that the suppression information is available in the binary logs and verbose build logs.
if (diag.ProgrammaticSuppressionInfo != null)
{
foreach (var (id, justification) in diag.ProgrammaticSuppressionInfo.Suppressions)
{
var suppressionDiag = new SuppressionDiagnostic(diag, id, justification);
if (_reportedDiagnostics.Add(suppressionDiag))
{
PrintError(suppressionDiag, consoleOutput);
}
}
_reportedDiagnostics.Add(diag);
return;
}
if (diag.IsSuppressed)
{
return;
}
// Diagnostics that aren't suppressed will be reported to the console output and, if they are errors,
// they should fail the run
if (diag.Severity == DiagnosticSeverity.Error)
{
hasErrors = true;
}
PrintError(diag, consoleOutput);
_reportedDiagnostics.Add(diag);
}
}
/// <summary>Returns true if there were any errors, false otherwise.</summary>
private bool ReportDiagnostics(DiagnosticBag diagnostics, TextWriter consoleOutput, ErrorLogger? errorLoggerOpt, Compilation? compilation)
=> ReportDiagnostics(diagnostics.ToReadOnly(), consoleOutput, errorLoggerOpt, compilation);
/// <summary>Returns true if there were any errors, false otherwise.</summary>
internal bool ReportDiagnostics(IEnumerable<DiagnosticInfo> diagnostics, TextWriter consoleOutput, ErrorLogger? errorLoggerOpt, Compilation? compilation)
=> ReportDiagnostics(diagnostics.Select(info => Diagnostic.Create(info)), consoleOutput, errorLoggerOpt, compilation);
/// <summary>
/// Returns true if there are any error diagnostics in the bag which cannot be suppressed and
/// are guaranteed to break the build.
/// Only diagnostics which have default severity error and are tagged as NotConfigurable fall in this bucket.
/// This includes all compiler error diagnostics and specific analyzer error diagnostics that are marked as not configurable by the analyzer author.
/// </summary>
internal static bool HasUnsuppressableErrors(DiagnosticBag diagnostics)
{
foreach (var diag in diagnostics.AsEnumerable())
{
if (diag.IsUnsuppressableError())
{
return true;
}
}
return false;
}
/// <summary>
/// Returns true if the bag has any diagnostics with effective Severity=Error. Also returns true for warnings or informationals
/// or warnings promoted to error via /warnaserror which are not suppressed.
/// </summary>
internal static bool HasUnsuppressedErrors(DiagnosticBag diagnostics)
{
foreach (Diagnostic diagnostic in diagnostics.AsEnumerable())
{
if (diagnostic.IsUnsuppressedError)
{
return true;
}
}
return false;
}
protected virtual void PrintError(Diagnostic diagnostic, TextWriter consoleOutput)
{
consoleOutput.WriteLine(DiagnosticFormatter.Format(diagnostic, Culture));
}
public SarifErrorLogger? GetErrorLogger(TextWriter consoleOutput, CancellationToken cancellationToken)
{
Debug.Assert(Arguments.ErrorLogOptions?.Path != null);
var diagnostics = DiagnosticBag.GetInstance();
var errorLog = OpenFile(Arguments.ErrorLogOptions.Path,
diagnostics,
FileMode.Create,
FileAccess.Write,
FileShare.ReadWrite | FileShare.Delete);
SarifErrorLogger? logger;
if (errorLog == null)
{
Debug.Assert(diagnostics.HasAnyErrors());
logger = null;
}
else
{
string toolName = GetToolName();
string compilerVersion = GetCompilerVersion();
Version assemblyVersion = GetAssemblyVersion() ?? new Version();
if (Arguments.ErrorLogOptions.SarifVersion == SarifVersion.Sarif1)
{
logger = new SarifV1ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
}
else
{
logger = new SarifV2ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
}
}
ReportDiagnostics(diagnostics.ToReadOnlyAndFree(), consoleOutput, errorLoggerOpt: logger, compilation: null);
return logger;
}
/// <summary>
/// csc.exe and vbc.exe entry point.
/// </summary>
public virtual int Run(TextWriter consoleOutput, CancellationToken cancellationToken = default)
{
var saveUICulture = CultureInfo.CurrentUICulture;
SarifErrorLogger? errorLogger = null;
try
{
// Messages from exceptions can be used as arguments for errors and they are often localized.
// Ensure they are localized to the right language.
var culture = this.Culture;
if (culture != null)
{
CultureInfo.CurrentUICulture = culture;
}
if (Arguments.ErrorLogOptions?.Path != null)
{
errorLogger = GetErrorLogger(consoleOutput, cancellationToken);
if (errorLogger == null)
{
return Failed;
}
}
return RunCore(consoleOutput, errorLogger, cancellationToken);
}
catch (OperationCanceledException)
{
var errorCode = MessageProvider.ERR_CompileCancelled;
if (errorCode > 0)
{
var diag = new DiagnosticInfo(MessageProvider, errorCode);
ReportDiagnostics(new[] { diag }, consoleOutput, errorLogger, compilation: null);
}
return Failed;
}
finally
{
CultureInfo.CurrentUICulture = saveUICulture;
errorLogger?.Dispose();
}
}
/// <summary>
/// Perform source generation, if the compiler supports it.
/// </summary>
/// <param name="input">The compilation before any source generation has occurred.</param>
/// <param name="parseOptions">The <see cref="ParseOptions"/> to use when parsing any generated sources.</param>
/// <param name="generators">The generators to run</param>
/// <param name="analyzerConfigOptionsProvider">A provider that returns analyzer config options</param>
/// <param name="additionalTexts">Any additional texts that should be passed to the generators when run.</param>
/// <param name="generatorDiagnostics">Any diagnostics that were produced during generation</param>
/// <returns>A compilation that represents the original compilation with any additional, generated texts added to it.</returns>
private protected Compilation RunGenerators(Compilation input, ParseOptions parseOptions, ImmutableArray<ISourceGenerator> generators, AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider, ImmutableArray<AdditionalText> additionalTexts, DiagnosticBag generatorDiagnostics)
{
GeneratorDriver? driver = null;
string cacheKey = string.Empty;
bool disableCache = Arguments.ParseOptions.Features.ContainsKey("disable-generator-cache") || string.IsNullOrWhiteSpace(Arguments.OutputFileName);
if (this.GeneratorDriverCache is object && !disableCache)
{
cacheKey = deriveCacheKey();
driver = this.GeneratorDriverCache.TryGetDriver(cacheKey);
}
driver ??= CreateGeneratorDriver(parseOptions, generators, analyzerConfigOptionsProvider, additionalTexts);
driver = driver.RunGeneratorsAndUpdateCompilation(input, out var compilationOut, out var diagnostics);
generatorDiagnostics.AddRange(diagnostics);
if (!disableCache)
{
this.GeneratorDriverCache?.CacheGenerator(cacheKey, driver);
}
return compilationOut;
string deriveCacheKey()
{
Debug.Assert(!string.IsNullOrWhiteSpace(Arguments.OutputFileName));
// CONSIDER: The only piece of the cache key that is required for correctness is the generators that were used.
// We set up the graph statically based on the generators, so as long as the generator inputs haven't
// changed we can technically run any project against another's cache and still get the correct results.
// Obviously that would remove the point of the cache, so we also key off of the output file name
// and output path so that collisions are unlikely and we'll usually get the correct cache for any
// given compilation.
PooledStringBuilder sb = PooledStringBuilder.GetInstance();
sb.Builder.Append(Arguments.GetOutputFilePath(Arguments.OutputFileName));
foreach (var generator in generators)
{
// append the generator FQN and the MVID of the assembly it came from, so any changes will invalidate the cache
var type = generator.GetGeneratorType();
sb.Builder.Append(type.AssemblyQualifiedName);
sb.Builder.Append(type.Assembly.ManifestModule.ModuleVersionId.ToString());
}
return sb.ToStringAndFree();
}
}
private protected abstract GeneratorDriver CreateGeneratorDriver(ParseOptions parseOptions, ImmutableArray<ISourceGenerator> generators, AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider, ImmutableArray<AdditionalText> additionalTexts);
private int RunCore(TextWriter consoleOutput, ErrorLogger? errorLogger, CancellationToken cancellationToken)
{
Debug.Assert(!Arguments.IsScriptRunner);
cancellationToken.ThrowIfCancellationRequested();
if (Arguments.DisplayVersion)
{
PrintVersion(consoleOutput);
return Succeeded;
}
if (Arguments.DisplayLangVersions)
{
PrintLangVersions(consoleOutput);
return Succeeded;
}
if (Arguments.DisplayLogo)
{
PrintLogo(consoleOutput);
}
if (Arguments.DisplayHelp)
{
PrintHelp(consoleOutput);
return Succeeded;
}
if (ReportDiagnostics(Arguments.Errors, consoleOutput, errorLogger, compilation: null))
{
return Failed;
}
var touchedFilesLogger = (Arguments.TouchedFilesPath != null) ? new TouchedFileLogger() : null;
var diagnostics = DiagnosticBag.GetInstance();
AnalyzerConfigSet? analyzerConfigSet = null;
ImmutableArray<AnalyzerConfigOptionsResult> sourceFileAnalyzerConfigOptions = default;
AnalyzerConfigOptionsResult globalConfigOptions = default;
if (Arguments.AnalyzerConfigPaths.Length > 0)
{
if (!TryGetAnalyzerConfigSet(Arguments.AnalyzerConfigPaths, diagnostics, out analyzerConfigSet))
{
var hadErrors = ReportDiagnostics(diagnostics, consoleOutput, errorLogger, compilation: null);
Debug.Assert(hadErrors);
return Failed;
}
globalConfigOptions = analyzerConfigSet.GlobalConfigOptions;
sourceFileAnalyzerConfigOptions = Arguments.SourceFiles.SelectAsArray(f => analyzerConfigSet.GetOptionsForSourcePath(f.Path));
foreach (var sourceFileAnalyzerConfigOption in sourceFileAnalyzerConfigOptions)
{
diagnostics.AddRange(sourceFileAnalyzerConfigOption.Diagnostics);
}
}
Compilation? compilation = CreateCompilation(consoleOutput, touchedFilesLogger, errorLogger, sourceFileAnalyzerConfigOptions, globalConfigOptions);
if (compilation == null)
{
return Failed;
}
var diagnosticInfos = new List<DiagnosticInfo>();
ResolveAnalyzersFromArguments(diagnosticInfos, MessageProvider, Arguments.SkipAnalyzers, out var analyzers, out var generators);
var additionalTextFiles = ResolveAdditionalFilesFromArguments(diagnosticInfos, MessageProvider, touchedFilesLogger);
if (ReportDiagnostics(diagnosticInfos, consoleOutput, errorLogger, compilation))
{
return Failed;
}
ImmutableArray<EmbeddedText?> embeddedTexts = AcquireEmbeddedTexts(compilation, diagnostics);
if (ReportDiagnostics(diagnostics, consoleOutput, errorLogger, compilation))
{
return Failed;
}
var additionalTexts = ImmutableArray<AdditionalText>.CastUp(additionalTextFiles);
CompileAndEmit(
touchedFilesLogger,
ref compilation,
analyzers,
generators,
additionalTexts,
analyzerConfigSet,
sourceFileAnalyzerConfigOptions,
embeddedTexts,
diagnostics,
cancellationToken,
out CancellationTokenSource? analyzerCts,
out bool reportAnalyzer,
out var analyzerDriver);
// At this point analyzers are already complete in which case this is a no-op. Or they are
// still running because the compilation failed before all of the compilation events were
// raised. In the latter case the driver, and all its associated state, will be waiting around
// for events that are never coming. Cancel now and let the clean up process begin.
if (analyzerCts != null)
{
analyzerCts.Cancel();
}
var exitCode = ReportDiagnostics(diagnostics, consoleOutput, errorLogger, compilation)
? Failed
: Succeeded;
// The act of reporting errors can cause more errors to appear in
// additional files due to forcing all additional files to fetch text
foreach (var additionalFile in additionalTextFiles)
{
if (ReportDiagnostics(additionalFile.Diagnostics, consoleOutput, errorLogger, compilation))
{
exitCode = Failed;
}
}
diagnostics.Free();
if (reportAnalyzer)
{
Debug.Assert(analyzerDriver is object);
ReportAnalyzerExecutionTime(consoleOutput, analyzerDriver, Culture, compilation.Options.ConcurrentBuild);
}
return exitCode;
}
private static CompilerAnalyzerConfigOptionsProvider UpdateAnalyzerConfigOptionsProvider(
CompilerAnalyzerConfigOptionsProvider existing,
IEnumerable<SyntaxTree> syntaxTrees,
ImmutableArray<AnalyzerConfigOptionsResult> sourceFileAnalyzerConfigOptions,
ImmutableArray<AdditionalText> additionalFiles = default,
ImmutableArray<AnalyzerConfigOptionsResult> additionalFileOptions = default)
{
var builder = ImmutableDictionary.CreateBuilder<object, AnalyzerConfigOptions>();
int i = 0;
foreach (var syntaxTree in syntaxTrees)
{
var options = sourceFileAnalyzerConfigOptions[i].AnalyzerOptions;
// Optimization: don't create a bunch of entries pointing to a no-op
if (options.Count > 0)
{
Debug.Assert(existing.GetOptions(syntaxTree) == CompilerAnalyzerConfigOptions.Empty);
builder.Add(syntaxTree, new CompilerAnalyzerConfigOptions(options));
}
i++;
}
if (!additionalFiles.IsDefault)
{
for (i = 0; i < additionalFiles.Length; i++)
{
var options = additionalFileOptions[i].AnalyzerOptions;
// Optimization: don't create a bunch of entries pointing to a no-op
if (options.Count > 0)
{
Debug.Assert(existing.GetOptions(additionalFiles[i]) == CompilerAnalyzerConfigOptions.Empty);
builder.Add(additionalFiles[i], new CompilerAnalyzerConfigOptions(options));
}
}
}
return existing.WithAdditionalTreeOptions(builder.ToImmutable());
}
/// <summary>
/// Perform all the work associated with actual compilation
/// (parsing, binding, compile, emit), resulting in diagnostics
/// and analyzer output.
/// </summary>
private void CompileAndEmit(
TouchedFileLogger? touchedFilesLogger,
ref Compilation compilation,
ImmutableArray<DiagnosticAnalyzer> analyzers,
ImmutableArray<ISourceGenerator> generators,
ImmutableArray<AdditionalText> additionalTextFiles,
AnalyzerConfigSet? analyzerConfigSet,
ImmutableArray<AnalyzerConfigOptionsResult> sourceFileAnalyzerConfigOptions,
ImmutableArray<EmbeddedText?> embeddedTexts,
DiagnosticBag diagnostics,
CancellationToken cancellationToken,
out CancellationTokenSource? analyzerCts,
out bool reportAnalyzer,
out AnalyzerDriver? analyzerDriver)
{
analyzerCts = null;
reportAnalyzer = false;
analyzerDriver = null;
// Print the diagnostics produced during the parsing stage and exit if there were any errors.
compilation.GetDiagnostics(CompilationStage.Parse, includeEarlierStages: false, diagnostics, cancellationToken);
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
DiagnosticBag? analyzerExceptionDiagnostics = null;
if (!analyzers.IsEmpty || !generators.IsEmpty)
{
var analyzerConfigProvider = CompilerAnalyzerConfigOptionsProvider.Empty;
if (Arguments.AnalyzerConfigPaths.Length > 0)
{
Debug.Assert(analyzerConfigSet is object);
analyzerConfigProvider = analyzerConfigProvider.WithGlobalOptions(new CompilerAnalyzerConfigOptions(analyzerConfigSet.GetOptionsForSourcePath(string.Empty).AnalyzerOptions));
// TODO(https://github.com/dotnet/roslyn/issues/31916): The compiler currently doesn't support
// configuring diagnostic reporting on additional text files individually.
ImmutableArray<AnalyzerConfigOptionsResult> additionalFileAnalyzerOptions =
additionalTextFiles.SelectAsArray(f => analyzerConfigSet.GetOptionsForSourcePath(f.Path));
foreach (var result in additionalFileAnalyzerOptions)
{
diagnostics.AddRange(result.Diagnostics);
}
analyzerConfigProvider = UpdateAnalyzerConfigOptionsProvider(
analyzerConfigProvider,
compilation.SyntaxTrees,
sourceFileAnalyzerConfigOptions,
additionalTextFiles,
additionalFileAnalyzerOptions);
}
if (!generators.IsEmpty)
{
// At this point we have a compilation with nothing yet computed.
// We pass it to the generators, which will realize any symbols they require.
compilation = RunGenerators(compilation, Arguments.ParseOptions, generators, analyzerConfigProvider, additionalTextFiles, diagnostics);
bool hasAnalyzerConfigs = !Arguments.AnalyzerConfigPaths.IsEmpty;
bool hasGeneratedOutputPath = !string.IsNullOrWhiteSpace(Arguments.GeneratedFilesOutputDirectory);
var generatedSyntaxTrees = compilation.SyntaxTrees.Skip(Arguments.SourceFiles.Length).ToList();
var analyzerOptionsBuilder = hasAnalyzerConfigs ? ArrayBuilder<AnalyzerConfigOptionsResult>.GetInstance(generatedSyntaxTrees.Count) : null;
var embeddedTextBuilder = ArrayBuilder<EmbeddedText>.GetInstance(generatedSyntaxTrees.Count);
try
{
foreach (var tree in generatedSyntaxTrees)
{
Debug.Assert(!string.IsNullOrWhiteSpace(tree.FilePath));
cancellationToken.ThrowIfCancellationRequested();
var sourceText = tree.GetText(cancellationToken);
// embed the generated text and get analyzer options for it if needed
embeddedTextBuilder.Add(EmbeddedText.FromSource(tree.FilePath, sourceText));
if (analyzerOptionsBuilder is object)
{
analyzerOptionsBuilder.Add(analyzerConfigSet!.GetOptionsForSourcePath(tree.FilePath));
}
// write out the file if we have an output path
if (hasGeneratedOutputPath)
{
var path = Path.Combine(Arguments.GeneratedFilesOutputDirectory!, tree.FilePath);
if (Directory.Exists(Arguments.GeneratedFilesOutputDirectory))
{
Directory.CreateDirectory(Path.GetDirectoryName(path)!);
}
var fileStream = OpenFile(path, diagnostics, FileMode.Create, FileAccess.Write, FileShare.ReadWrite | FileShare.Delete);
if (fileStream is object)
{
Debug.Assert(tree.Encoding is object);
using var disposer = new NoThrowStreamDisposer(fileStream, path, diagnostics, MessageProvider);
using var writer = new StreamWriter(fileStream, tree.Encoding);
sourceText.Write(writer, cancellationToken);
touchedFilesLogger?.AddWritten(path);
}
}
}
embeddedTexts = embeddedTexts.AddRange(embeddedTextBuilder);
if (analyzerOptionsBuilder is object)
{
analyzerConfigProvider = UpdateAnalyzerConfigOptionsProvider(
analyzerConfigProvider,
generatedSyntaxTrees,
analyzerOptionsBuilder.ToImmutable());
}
}
finally
{
analyzerOptionsBuilder?.Free();
embeddedTextBuilder.Free();
}
}
AnalyzerOptions analyzerOptions = CreateAnalyzerOptions(
additionalTextFiles, analyzerConfigProvider);
if (!analyzers.IsEmpty)
{
analyzerCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
analyzerExceptionDiagnostics = new DiagnosticBag();
// PERF: Avoid executing analyzers that report only Hidden and/or Info diagnostics, which don't appear in the build output.
// 1. Always filter out 'Hidden' analyzer diagnostics in build.
// 2. Filter out 'Info' analyzer diagnostics if they are not required to be logged in errorlog.
var severityFilter = SeverityFilter.Hidden;
if (Arguments.ErrorLogPath == null)
severityFilter |= SeverityFilter.Info;
analyzerDriver = AnalyzerDriver.CreateAndAttachToCompilation(
compilation,
analyzers,
analyzerOptions,
new AnalyzerManager(analyzers),
analyzerExceptionDiagnostics.Add,
Arguments.ReportAnalyzer,
severityFilter,
out compilation,
analyzerCts.Token);
reportAnalyzer = Arguments.ReportAnalyzer && !analyzers.IsEmpty;
}
}
compilation.GetDiagnostics(CompilationStage.Declare, includeEarlierStages: false, diagnostics, cancellationToken);
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
cancellationToken.ThrowIfCancellationRequested();
// Given a compilation and a destination directory, determine three names:
// 1) The name with which the assembly should be output.
// 2) The path of the assembly/module file (default = destination directory + compilation output name).
// 3) The path of the pdb file (default = assembly/module path with ".pdb" extension).
string outputName = GetOutputFileName(compilation, cancellationToken)!;
var finalPeFilePath = Arguments.GetOutputFilePath(outputName);
var finalPdbFilePath = Arguments.GetPdbFilePath(outputName);
var finalXmlFilePath = Arguments.DocumentationPath;
NoThrowStreamDisposer? sourceLinkStreamDisposerOpt = null;
try
{
// NOTE: Unlike the PDB path, the XML doc path is not embedded in the assembly, so we don't need to pass it to emit.
var emitOptions = Arguments.EmitOptions.
WithOutputNameOverride(outputName).
WithPdbFilePath(PathUtilities.NormalizePathPrefix(finalPdbFilePath, Arguments.PathMap));
// TODO(https://github.com/dotnet/roslyn/issues/19592):
// This feature flag is being maintained until our next major release to avoid unnecessary
// compat breaks with customers.
if (Arguments.ParseOptions.Features.ContainsKey("pdb-path-determinism") && !string.IsNullOrEmpty(emitOptions.PdbFilePath))
{
emitOptions = emitOptions.WithPdbFilePath(Path.GetFileName(emitOptions.PdbFilePath));
}
if (Arguments.SourceLink != null)
{
var sourceLinkStreamOpt = OpenFile(
Arguments.SourceLink,
diagnostics,
FileMode.Open,
FileAccess.Read,
FileShare.Read);
if (sourceLinkStreamOpt != null)
{
sourceLinkStreamDisposerOpt = new NoThrowStreamDisposer(
sourceLinkStreamOpt,
Arguments.SourceLink,
diagnostics,
MessageProvider);
}
}
// Need to ensure the PDB file path validation is done on the original path as that is the
// file we will write out to disk, there is no guarantee that the file paths emitted into
// the PE / PDB are valid file paths because pathmap can be used to create deliberately
// illegal names
if (!PathUtilities.IsValidFilePath(finalPdbFilePath))
{
diagnostics.Add(MessageProvider.CreateDiagnostic(MessageProvider.FTL_InvalidInputFileName, Location.None, finalPdbFilePath));
}
var moduleBeingBuilt = compilation.CheckOptionsAndCreateModuleBuilder(
diagnostics,
Arguments.ManifestResources,
emitOptions,
debugEntryPoint: null,
sourceLinkStream: sourceLinkStreamDisposerOpt?.Stream,
embeddedTexts: embeddedTexts,
testData: null,
cancellationToken: cancellationToken);
if (moduleBeingBuilt != null)
{
bool success;
try
{
success = compilation.CompileMethods(
moduleBeingBuilt,
Arguments.EmitPdb,
emitOptions.EmitMetadataOnly,
emitOptions.EmitTestCoverageData,
diagnostics,
filterOpt: null,
cancellationToken: cancellationToken);
// Prior to generating the xml documentation file,
// we apply programmatic suppressions for compiler warnings from diagnostic suppressors.
// If there are still any unsuppressed errors or warnings escalated to errors
// then we bail out from generating the documentation file.
// This maintains the compiler invariant that xml documentation file should not be
// generated in presence of diagnostics that break the build.
if (analyzerDriver != null && !diagnostics.IsEmptyWithoutResolution)
{
analyzerDriver.ApplyProgrammaticSuppressions(diagnostics, compilation);
}
if (HasUnsuppressedErrors(diagnostics))
{
success = false;
}
if (success)
{
// NOTE: as native compiler does, we generate the documentation file
// NOTE: 'in place', replacing the contents of the file if it exists
NoThrowStreamDisposer? xmlStreamDisposerOpt = null;
if (finalXmlFilePath != null)
{
var xmlStreamOpt = OpenFile(finalXmlFilePath,
diagnostics,
FileMode.OpenOrCreate,
FileAccess.Write,
FileShare.ReadWrite | FileShare.Delete);
if (xmlStreamOpt == null)
{
return;
}
try
{
xmlStreamOpt.SetLength(0);
}
catch (Exception e)
{
MessageProvider.ReportStreamWriteException(e, finalXmlFilePath, diagnostics);
return;
}
xmlStreamDisposerOpt = new NoThrowStreamDisposer(
xmlStreamOpt,
finalXmlFilePath,
diagnostics,
MessageProvider);
}
using (xmlStreamDisposerOpt)
{
using (var win32ResourceStreamOpt = GetWin32Resources(FileSystem, MessageProvider, Arguments, compilation, diagnostics))
{
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
success = compilation.GenerateResourcesAndDocumentationComments(
moduleBeingBuilt,
xmlStreamDisposerOpt?.Stream,
win32ResourceStreamOpt,
useRawWin32Resources: false,
emitOptions.OutputNameOverride,
diagnostics,
cancellationToken);
}
}
if (xmlStreamDisposerOpt?.HasFailedToDispose == true)
{
return;
}
// only report unused usings if we have success.
if (success)
{
compilation.ReportUnusedImports(diagnostics, cancellationToken);
}
}
compilation.CompleteTrees(null);
if (analyzerDriver != null)
{
// GetDiagnosticsAsync is called after ReportUnusedImports
// since that method calls EventQueue.TryComplete. Without
// TryComplete, we may miss diagnostics.
var hostDiagnostics = analyzerDriver.GetDiagnosticsAsync(compilation).Result;
diagnostics.AddRange(hostDiagnostics);
if (!diagnostics.IsEmptyWithoutResolution)
{
// Apply diagnostic suppressions for analyzer and/or compiler diagnostics from diagnostic suppressors.
analyzerDriver.ApplyProgrammaticSuppressions(diagnostics, compilation);
}
}
}
finally
{
moduleBeingBuilt.CompilationFinished();
}
if (HasUnsuppressedErrors(diagnostics))
{
success = false;
}
if (success)
{
var peStreamProvider = new CompilerEmitStreamProvider(this, finalPeFilePath);
var pdbStreamProviderOpt = Arguments.EmitPdbFile ? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
string? finalRefPeFilePath = Arguments.OutputRefFilePath;
var refPeStreamProviderOpt = finalRefPeFilePath != null ? new CompilerEmitStreamProvider(this, finalRefPeFilePath) : null;
RSAParameters? privateKeyOpt = null;
if (compilation.Options.StrongNameProvider != null && compilation.SignUsingBuilder && !compilation.Options.PublicSign)
{
privateKeyOpt = compilation.StrongNameKeys.PrivateKey;
}
// If we serialize to a PE stream we need to record the fallback encoding if it was used
// so the compilation can be recreated.
emitOptions = emitOptions.WithFallbackSourceFileEncoding(GetFallbackEncoding());
success = compilation.SerializeToPeStream(
moduleBeingBuilt,
peStreamProvider,
refPeStreamProviderOpt,
pdbStreamProviderOpt,
rebuildData: null,
testSymWriterFactory: null,
diagnostics: diagnostics,
emitOptions: emitOptions,
privateKeyOpt: privateKeyOpt,
cancellationToken: cancellationToken);
peStreamProvider.Close(diagnostics);
refPeStreamProviderOpt?.Close(diagnostics);
pdbStreamProviderOpt?.Close(diagnostics);
if (success && touchedFilesLogger != null)
{
if (pdbStreamProviderOpt != null)
{
touchedFilesLogger.AddWritten(finalPdbFilePath);
}
if (refPeStreamProviderOpt != null)
{
touchedFilesLogger.AddWritten(finalRefPeFilePath!);
}
touchedFilesLogger.AddWritten(finalPeFilePath);
}
}
}
if (HasUnsuppressableErrors(diagnostics))
{
return;
}
}
finally
{
sourceLinkStreamDisposerOpt?.Dispose();
}
if (sourceLinkStreamDisposerOpt?.HasFailedToDispose == true)
{
return;
}
cancellationToken.ThrowIfCancellationRequested();
if (analyzerExceptionDiagnostics != null)
{
diagnostics.AddRange(analyzerExceptionDiagnostics);
if (HasUnsuppressableErrors(analyzerExceptionDiagnostics))
{
return;
}
}
cancellationToken.ThrowIfCancellationRequested();
if (!WriteTouchedFiles(diagnostics, touchedFilesLogger, finalXmlFilePath))
{
return;
}
}
// virtual for testing
protected virtual Diagnostics.AnalyzerOptions CreateAnalyzerOptions(
ImmutableArray<AdditionalText> additionalTextFiles,
AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider)
=> new Diagnostics.AnalyzerOptions(additionalTextFiles, analyzerConfigOptionsProvider);
private bool WriteTouchedFiles(DiagnosticBag diagnostics, TouchedFileLogger? touchedFilesLogger, string? finalXmlFilePath)
{
if (Arguments.TouchedFilesPath != null)
{
Debug.Assert(touchedFilesLogger != null);
if (finalXmlFilePath != null)
{
touchedFilesLogger.AddWritten(finalXmlFilePath);
}
string readFilesPath = Arguments.TouchedFilesPath + ".read";
string writtenFilesPath = Arguments.TouchedFilesPath + ".write";
var readStream = OpenFile(readFilesPath, diagnostics, mode: FileMode.OpenOrCreate);
var writtenStream = OpenFile(writtenFilesPath, diagnostics, mode: FileMode.OpenOrCreate);
if (readStream == null || writtenStream == null)
{
return false;
}
string? filePath = null;
try
{
filePath = readFilesPath;
using (var writer = new StreamWriter(readStream))
{
touchedFilesLogger.WriteReadPaths(writer);
}
filePath = writtenFilesPath;
using (var writer = new StreamWriter(writtenStream))
{
touchedFilesLogger.WriteWrittenPaths(writer);
}
}
catch (Exception e)
{
Debug.Assert(filePath != null);
MessageProvider.ReportStreamWriteException(e, filePath, diagnostics);
return false;
}
}
return true;
}
protected virtual ImmutableArray<AdditionalTextFile> ResolveAdditionalFilesFromArguments(List<DiagnosticInfo> diagnostics, CommonMessageProvider messageProvider, TouchedFileLogger? touchedFilesLogger)
{
var builder = ImmutableArray.CreateBuilder<AdditionalTextFile>();
foreach (var file in Arguments.AdditionalFiles)
{
builder.Add(new AdditionalTextFile(file, this));
}
return builder.ToImmutableArray();
}
private static void ReportAnalyzerExecutionTime(TextWriter consoleOutput, AnalyzerDriver analyzerDriver, CultureInfo culture, bool isConcurrentBuild)
{
Debug.Assert(analyzerDriver.AnalyzerExecutionTimes != null);
if (analyzerDriver.AnalyzerExecutionTimes.IsEmpty)
{
return;
}
var totalAnalyzerExecutionTime = analyzerDriver.AnalyzerExecutionTimes.Sum(kvp => kvp.Value.TotalSeconds);
Func<double, string> getFormattedTime = d => d.ToString("##0.000", culture);
consoleOutput.WriteLine();
consoleOutput.WriteLine(string.Format(CodeAnalysisResources.AnalyzerTotalExecutionTime, getFormattedTime(totalAnalyzerExecutionTime)));
if (isConcurrentBuild)
{
consoleOutput.WriteLine(CodeAnalysisResources.MultithreadedAnalyzerExecutionNote);
}
var analyzersByAssembly = analyzerDriver.AnalyzerExecutionTimes
.GroupBy(kvp => kvp.Key.GetType().GetTypeInfo().Assembly)
.OrderByDescending(kvp => kvp.Sum(entry => entry.Value.Ticks));
consoleOutput.WriteLine();
getFormattedTime = d => d < 0.001 ?
string.Format(culture, "{0,8:<0.000}", 0.001) :
string.Format(culture, "{0,8:##0.000}", d);
Func<int, string> getFormattedPercentage = i => string.Format("{0,5}", i < 1 ? "<1" : i.ToString());
Func<string?, string> getFormattedAnalyzerName = s => " " + s;
// Table header
var analyzerTimeColumn = string.Format("{0,8}", CodeAnalysisResources.AnalyzerExecutionTimeColumnHeader);
var analyzerPercentageColumn = string.Format("{0,5}", "%");
var analyzerNameColumn = getFormattedAnalyzerName(CodeAnalysisResources.AnalyzerNameColumnHeader);
consoleOutput.WriteLine(analyzerTimeColumn + analyzerPercentageColumn + analyzerNameColumn);
// Table rows grouped by assembly.
foreach (var analyzerGroup in analyzersByAssembly)
{
var executionTime = analyzerGroup.Sum(kvp => kvp.Value.TotalSeconds);
var percentage = (int)(executionTime * 100 / totalAnalyzerExecutionTime);
analyzerTimeColumn = getFormattedTime(executionTime);
analyzerPercentageColumn = getFormattedPercentage(percentage);
analyzerNameColumn = getFormattedAnalyzerName(analyzerGroup.Key.FullName);
consoleOutput.WriteLine(analyzerTimeColumn + analyzerPercentageColumn + analyzerNameColumn);
// Rows for each diagnostic analyzer in the assembly.
foreach (var kvp in analyzerGroup.OrderByDescending(kvp => kvp.Value))
{
executionTime = kvp.Value.TotalSeconds;
percentage = (int)(executionTime * 100 / totalAnalyzerExecutionTime);
analyzerTimeColumn = getFormattedTime(executionTime);
analyzerPercentageColumn = getFormattedPercentage(percentage);
var analyzerIds = string.Join(", ", kvp.Key.SupportedDiagnostics.Select(d => d.Id).Distinct().OrderBy(id => id));
analyzerNameColumn = getFormattedAnalyzerName($" {kvp.Key} ({analyzerIds})");
consoleOutput.WriteLine(analyzerTimeColumn + analyzerPercentageColumn + analyzerNameColumn);
}
consoleOutput.WriteLine();
}
}
/// <summary>
/// Returns the name with which the assembly should be output
/// </summary>
protected abstract string GetOutputFileName(Compilation compilation, CancellationToken cancellationToken);
private Stream? OpenFile(
string filePath,
DiagnosticBag diagnostics,
FileMode mode = FileMode.Open,
FileAccess access = FileAccess.ReadWrite,
FileShare share = FileShare.None)
{
try
{
return FileSystem.OpenFile(filePath, mode, access, share);
}
catch (Exception e)
{
MessageProvider.ReportStreamWriteException(e, filePath, diagnostics);
return null;
}
}
// internal for testing
internal static Stream? GetWin32ResourcesInternal(
ICommonCompilerFileSystem fileSystem,
CommonMessageProvider messageProvider,
CommandLineArguments arguments,
Compilation compilation,
out IEnumerable<DiagnosticInfo> errors)
{
var diagnostics = DiagnosticBag.GetInstance();
var stream = GetWin32Resources(fileSystem, messageProvider, arguments, compilation, diagnostics);
errors = diagnostics.ToReadOnlyAndFree().SelectAsArray(diag => new DiagnosticInfo(messageProvider, diag.IsWarningAsError, diag.Code, (object[])diag.Arguments));
return stream;
}
private static Stream? GetWin32Resources(
ICommonCompilerFileSystem fileSystem,
CommonMessageProvider messageProvider,
CommandLineArguments arguments,
Compilation compilation,
DiagnosticBag diagnostics)
{
if (arguments.Win32ResourceFile != null)
{
return OpenStream(fileSystem, messageProvider, arguments.Win32ResourceFile, arguments.BaseDirectory, messageProvider.ERR_CantOpenWin32Resource, diagnostics);
}
using (Stream? manifestStream = OpenManifestStream(fileSystem, messageProvider, compilation.Options.OutputKind, arguments, diagnostics))
{
using (Stream? iconStream = OpenStream(fileSystem, messageProvider, arguments.Win32Icon, arguments.BaseDirectory, messageProvider.ERR_CantOpenWin32Icon, diagnostics))
{
try
{
return compilation.CreateDefaultWin32Resources(true, arguments.NoWin32Manifest, manifestStream, iconStream);
}
catch (Exception ex)
{
diagnostics.Add(messageProvider.CreateDiagnostic(messageProvider.ERR_ErrorBuildingWin32Resource, Location.None, ex.Message));
}
}
}
return null;
}
private static Stream? OpenManifestStream(ICommonCompilerFileSystem fileSystem, CommonMessageProvider messageProvider, OutputKind outputKind, CommandLineArguments arguments, DiagnosticBag diagnostics)
{
return outputKind.IsNetModule()
? null
: OpenStream(fileSystem, messageProvider, arguments.Win32Manifest, arguments.BaseDirectory, messageProvider.ERR_CantOpenWin32Manifest, diagnostics);
}
private static Stream? OpenStream(ICommonCompilerFileSystem fileSystem, CommonMessageProvider messageProvider, string? path, string? baseDirectory, int errorCode, DiagnosticBag diagnostics)
{
if (path == null)
{
return null;
}
string? fullPath = ResolveRelativePath(messageProvider, path, baseDirectory, diagnostics);
if (fullPath == null)
{
return null;
}
try
{
return fileSystem.OpenFile(fullPath, FileMode.Open, FileAccess.Read, FileShare.Read);
}
catch (Exception ex)
{
diagnostics.Add(messageProvider.CreateDiagnostic(errorCode, Location.None, fullPath, ex.Message));
}
return null;
}
private static string? ResolveRelativePath(CommonMessageProvider messageProvider, string path, string? baseDirectory, DiagnosticBag diagnostics)
{
string? fullPath = FileUtilities.ResolveRelativePath(path, baseDirectory);
if (fullPath == null)
{
diagnostics.Add(messageProvider.CreateDiagnostic(messageProvider.FTL_InvalidInputFileName, Location.None, path ?? ""));
}
return fullPath;
}
internal static bool TryGetCompilerDiagnosticCode(string diagnosticId, string expectedPrefix, out uint code)
{
code = 0;
return diagnosticId.StartsWith(expectedPrefix, StringComparison.Ordinal) && uint.TryParse(diagnosticId.Substring(expectedPrefix.Length), out code);
}
/// <summary>
/// When overridden by a derived class, this property can override the current thread's
/// CurrentUICulture property for diagnostic message resource lookups.
/// </summary>
protected virtual CultureInfo Culture
{
get
{
return Arguments.PreferredUILang ?? CultureInfo.CurrentUICulture;
}
}
private static void EmitDeterminismKey(CommandLineArguments args, string[] rawArgs, string baseDirectory, CommandLineParser parser)
{
var key = CreateDeterminismKey(args, rawArgs, baseDirectory, parser);
var filePath = Path.Combine(args.OutputDirectory, args.OutputFileName + ".key");
using (var stream = File.Create(filePath))
{
var bytes = Encoding.UTF8.GetBytes(key);
stream.Write(bytes, 0, bytes.Length);
}
}
/// <summary>
/// The string returned from this function represents the inputs to the compiler which impact determinism. It is
/// meant to be inline with the specification here:
///
/// - https://github.com/dotnet/roslyn/blob/main/docs/compilers/Deterministic%20Inputs.md
///
/// Issue #8193 tracks filling this out to the full specification.
///
/// https://github.com/dotnet/roslyn/issues/8193
/// </summary>
private static string CreateDeterminismKey(CommandLineArguments args, string[] rawArgs, string baseDirectory, CommandLineParser parser)
{
List<Diagnostic> diagnostics = new List<Diagnostic>();
var flattenedArgs = ArrayBuilder<string>.GetInstance();
parser.FlattenArgs(rawArgs, diagnostics, flattenedArgs, null, baseDirectory);
var builder = new StringBuilder();
var name = !string.IsNullOrEmpty(args.OutputFileName)
? Path.GetFileNameWithoutExtension(Path.GetFileName(args.OutputFileName))
: $"no-output-name-{Guid.NewGuid().ToString()}";
builder.AppendLine($"{name}");
builder.AppendLine($"Command Line:");
foreach (var current in flattenedArgs)
{
builder.AppendLine($"\t{current}");
}
builder.AppendLine("Source Files:");
var hash = MD5.Create();
foreach (var sourceFile in args.SourceFiles)
{
var sourceFileName = Path.GetFileName(sourceFile.Path);
string hashValue;
try
{
var bytes = File.ReadAllBytes(sourceFile.Path);
var hashBytes = hash.ComputeHash(bytes);
var data = BitConverter.ToString(hashBytes);
hashValue = data.Replace("-", "");
}
catch (Exception ex)
{
hashValue = $"Could not compute {ex.Message}";
}
builder.AppendLine($"\t{sourceFileName} - {hashValue}");
}
flattenedArgs.Free();
return builder.ToString();
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/MSBuildTest/MSBuildWorkspaceTestBase.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.UnitTests;
using Microsoft.CodeAnalysis.UnitTests.TestFiles;
using Roslyn.Test.Utilities;
using Xunit;
using static Microsoft.CodeAnalysis.MSBuild.UnitTests.SolutionGeneration;
using CS = Microsoft.CodeAnalysis.CSharp;
using VB = Microsoft.CodeAnalysis.VisualBasic;
namespace Microsoft.CodeAnalysis.MSBuild.UnitTests
{
public class MSBuildWorkspaceTestBase : WorkspaceTestBase
{
protected const string MSBuildNamespace = "http://schemas.microsoft.com/developer/msbuild/2003";
protected static void AssertFailures(MSBuildWorkspace workspace, params string[] expectedFailures)
{
AssertEx.Equal(expectedFailures, workspace.Diagnostics.Where(d => d.Kind == WorkspaceDiagnosticKind.Failure).Select(d => d.Message));
}
protected async Task AssertCSCompilationOptionsAsync<T>(T expected, Func<CS.CSharpCompilationOptions, T> actual)
{
var options = await LoadCSharpCompilationOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task AssertCSParseOptionsAsync<T>(T expected, Func<CS.CSharpParseOptions, T> actual)
{
var options = await LoadCSharpParseOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task AssertVBCompilationOptionsAsync<T>(T expected, Func<VB.VisualBasicCompilationOptions, T> actual)
{
var options = await LoadVisualBasicCompilationOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task AssertVBParseOptionsAsync<T>(T expected, Func<VB.VisualBasicParseOptions, T> actual)
{
var options = await LoadVisualBasicParseOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task<CS.CSharpCompilationOptions> LoadCSharpCompilationOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.Projects.First();
return (CS.CSharpCompilationOptions)project.CompilationOptions;
}
}
protected async Task<CS.CSharpParseOptions> LoadCSharpParseOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.Projects.First();
return (CS.CSharpParseOptions)project.ParseOptions;
}
}
protected async Task<VB.VisualBasicCompilationOptions> LoadVisualBasicCompilationOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.GetProjectsByName("VisualBasicProject").FirstOrDefault();
return (VB.VisualBasicCompilationOptions)project.CompilationOptions;
}
}
protected async Task<VB.VisualBasicParseOptions> LoadVisualBasicParseOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.GetProjectsByName("VisualBasicProject").FirstOrDefault();
return (VB.VisualBasicParseOptions)project.ParseOptions;
}
}
protected static int GetMethodInsertionPoint(VB.Syntax.ClassBlockSyntax classBlock)
{
if (classBlock.Implements.Count > 0)
{
return classBlock.Implements[classBlock.Implements.Count - 1].FullSpan.End;
}
else if (classBlock.Inherits.Count > 0)
{
return classBlock.Inherits[classBlock.Inherits.Count - 1].FullSpan.End;
}
else
{
return classBlock.BlockStatement.FullSpan.End;
}
}
protected async Task PrepareCrossLanguageProjectWithEmittedMetadataAsync()
{
// Now try variant of CSharpProject that has an emitted assembly
CreateFiles(GetMultiProjectSolutionFiles()
.WithFile(@"CSharpProject\CSharpProject.csproj", Resources.ProjectFiles.CSharp.ForEmittedOutput));
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var p1 = sol.Projects.First(p => p.Language == LanguageNames.CSharp);
var p2 = sol.Projects.First(p => p.Language == LanguageNames.VisualBasic);
Assert.NotNull(p1.OutputFilePath);
Assert.Equal("EmittedCSharpProject.dll", Path.GetFileName(p1.OutputFilePath));
// if the assembly doesn't already exist, emit it now
if (!File.Exists(p1.OutputFilePath))
{
var c1 = await p1.GetCompilationAsync();
var result = c1.Emit(p1.OutputFilePath);
Assert.True(result.Success);
}
}
}
protected async Task<Solution> SolutionAsync(params IBuilder[] inputs)
{
var files = GetSolutionFiles(inputs);
CreateFiles(files);
var solutionFileName = files.First(t => t.fileName.EndsWith(".sln", StringComparison.OrdinalIgnoreCase)).fileName;
solutionFileName = GetSolutionFileName(solutionFileName);
using (var workspace = CreateMSBuildWorkspace())
{
return await workspace.OpenSolutionAsync(solutionFileName);
}
}
protected static MSBuildWorkspace CreateMSBuildWorkspace(params (string key, string value)[] additionalProperties)
{
return MSBuildWorkspace.Create(CreateProperties(additionalProperties));
}
protected static MSBuildWorkspace CreateMSBuildWorkspace(HostServices hostServices, params (string key, string value)[] additionalProperties)
{
return MSBuildWorkspace.Create(CreateProperties(additionalProperties), hostServices);
}
private static Dictionary<string, string> CreateProperties((string key, string value)[] additionalProperties)
{
var properties = new Dictionary<string, string>();
foreach (var (k, v) in additionalProperties)
{
properties.Add(k, v);
}
return properties;
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.UnitTests;
using Microsoft.CodeAnalysis.UnitTests.TestFiles;
using Roslyn.Test.Utilities;
using Xunit;
using static Microsoft.CodeAnalysis.MSBuild.UnitTests.SolutionGeneration;
using CS = Microsoft.CodeAnalysis.CSharp;
using VB = Microsoft.CodeAnalysis.VisualBasic;
namespace Microsoft.CodeAnalysis.MSBuild.UnitTests
{
public class MSBuildWorkspaceTestBase : WorkspaceTestBase
{
protected const string MSBuildNamespace = "http://schemas.microsoft.com/developer/msbuild/2003";
protected static void AssertFailures(MSBuildWorkspace workspace, params string[] expectedFailures)
{
AssertEx.Equal(expectedFailures, workspace.Diagnostics.Where(d => d.Kind == WorkspaceDiagnosticKind.Failure).Select(d => d.Message));
}
protected async Task AssertCSCompilationOptionsAsync<T>(T expected, Func<CS.CSharpCompilationOptions, T> actual)
{
var options = await LoadCSharpCompilationOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task AssertCSParseOptionsAsync<T>(T expected, Func<CS.CSharpParseOptions, T> actual)
{
var options = await LoadCSharpParseOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task AssertVBCompilationOptionsAsync<T>(T expected, Func<VB.VisualBasicCompilationOptions, T> actual)
{
var options = await LoadVisualBasicCompilationOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task AssertVBParseOptionsAsync<T>(T expected, Func<VB.VisualBasicParseOptions, T> actual)
{
var options = await LoadVisualBasicParseOptionsAsync();
Assert.Equal(expected, actual(options));
}
protected async Task<CS.CSharpCompilationOptions> LoadCSharpCompilationOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.Projects.First();
return (CS.CSharpCompilationOptions)project.CompilationOptions;
}
}
protected async Task<CS.CSharpParseOptions> LoadCSharpParseOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.Projects.First();
return (CS.CSharpParseOptions)project.ParseOptions;
}
}
protected async Task<VB.VisualBasicCompilationOptions> LoadVisualBasicCompilationOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.GetProjectsByName("VisualBasicProject").FirstOrDefault();
return (VB.VisualBasicCompilationOptions)project.CompilationOptions;
}
}
protected async Task<VB.VisualBasicParseOptions> LoadVisualBasicParseOptionsAsync()
{
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var project = sol.GetProjectsByName("VisualBasicProject").FirstOrDefault();
return (VB.VisualBasicParseOptions)project.ParseOptions;
}
}
protected static int GetMethodInsertionPoint(VB.Syntax.ClassBlockSyntax classBlock)
{
if (classBlock.Implements.Count > 0)
{
return classBlock.Implements[classBlock.Implements.Count - 1].FullSpan.End;
}
else if (classBlock.Inherits.Count > 0)
{
return classBlock.Inherits[classBlock.Inherits.Count - 1].FullSpan.End;
}
else
{
return classBlock.BlockStatement.FullSpan.End;
}
}
protected async Task PrepareCrossLanguageProjectWithEmittedMetadataAsync()
{
// Now try variant of CSharpProject that has an emitted assembly
CreateFiles(GetMultiProjectSolutionFiles()
.WithFile(@"CSharpProject\CSharpProject.csproj", Resources.ProjectFiles.CSharp.ForEmittedOutput));
var solutionFilePath = GetSolutionFileName("TestSolution.sln");
using (var workspace = CreateMSBuildWorkspace())
{
var sol = await workspace.OpenSolutionAsync(solutionFilePath);
var p1 = sol.Projects.First(p => p.Language == LanguageNames.CSharp);
var p2 = sol.Projects.First(p => p.Language == LanguageNames.VisualBasic);
Assert.NotNull(p1.OutputFilePath);
Assert.Equal("EmittedCSharpProject.dll", Path.GetFileName(p1.OutputFilePath));
// if the assembly doesn't already exist, emit it now
if (!File.Exists(p1.OutputFilePath))
{
var c1 = await p1.GetCompilationAsync();
var result = c1.Emit(p1.OutputFilePath);
Assert.True(result.Success);
}
}
}
protected async Task<Solution> SolutionAsync(params IBuilder[] inputs)
{
var files = GetSolutionFiles(inputs);
CreateFiles(files);
var solutionFileName = files.First(t => t.fileName.EndsWith(".sln", StringComparison.OrdinalIgnoreCase)).fileName;
solutionFileName = GetSolutionFileName(solutionFileName);
using (var workspace = CreateMSBuildWorkspace())
{
return await workspace.OpenSolutionAsync(solutionFileName);
}
}
protected static MSBuildWorkspace CreateMSBuildWorkspace(params (string key, string value)[] additionalProperties)
{
return MSBuildWorkspace.Create(CreateProperties(additionalProperties));
}
protected static MSBuildWorkspace CreateMSBuildWorkspace(HostServices hostServices, params (string key, string value)[] additionalProperties)
{
return MSBuildWorkspace.Create(CreateProperties(additionalProperties), hostServices);
}
private static Dictionary<string, string> CreateProperties((string key, string value)[] additionalProperties)
{
var properties = new Dictionary<string, string>();
foreach (var (k, v) in additionalProperties)
{
properties.Add(k, v);
}
return properties;
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/csc/csc.csproj | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(RepositoryEngineeringDir)targets\GenerateCompilerExecutableBindingRedirects.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.CSharp.CommandLine</RootNamespace>
<Prefer32Bit>false</Prefer32Bit>
<LargeAddressAware>true</LargeAddressAware>
<StartupObject>Microsoft.CodeAnalysis.CSharp.CommandLine.Program</StartupObject>
<TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
<ServerGarbageCollection>true</ServerGarbageCollection>
<UseAppHost>false</UseAppHost>
<GenerateMicrosoftCodeAnalysisCommitHashAttribute>true</GenerateMicrosoftCodeAnalysisCommitHashAttribute>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Core\Portable\Microsoft.CodeAnalysis.csproj" />
<ProjectReference Include="..\Portable\Microsoft.CodeAnalysis.CSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Pipes.AccessControl" Version="$(SystemIOPipesAccessControlVersion)" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Shared\RuntimeHostInfo.cs" />
<Compile Include="..\..\Shared\NamedPipeUtil.cs" />
<Compile Include="..\..\Shared\BuildClient.cs" />
<Compile Include="..\..\Shared\BuildServerConnection.cs" />
<Compile Include="..\..\Shared\ExitingTraceListener.cs" />
<Compile Include="..\..\Shared\Csc.cs" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="csc.rsp" Condition="'$(TargetFramework)' == 'net472'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="..\..\Core\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="$(RepositoryEngineeringDir)targets\DiaSymReaderNative.targets" />
</Project>
| <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(RepositoryEngineeringDir)targets\GenerateCompilerExecutableBindingRedirects.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.CSharp.CommandLine</RootNamespace>
<Prefer32Bit>false</Prefer32Bit>
<LargeAddressAware>true</LargeAddressAware>
<StartupObject>Microsoft.CodeAnalysis.CSharp.CommandLine.Program</StartupObject>
<TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
<ServerGarbageCollection>true</ServerGarbageCollection>
<UseAppHost>false</UseAppHost>
<GenerateMicrosoftCodeAnalysisCommitHashAttribute>true</GenerateMicrosoftCodeAnalysisCommitHashAttribute>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Core\Portable\Microsoft.CodeAnalysis.csproj" />
<ProjectReference Include="..\Portable\Microsoft.CodeAnalysis.CSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Pipes.AccessControl" Version="$(SystemIOPipesAccessControlVersion)" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Shared\RuntimeHostInfo.cs" />
<Compile Include="..\..\Shared\NamedPipeUtil.cs" />
<Compile Include="..\..\Shared\BuildClient.cs" />
<Compile Include="..\..\Shared\BuildServerConnection.cs" />
<Compile Include="..\..\Shared\ExitingTraceListener.cs" />
<Compile Include="..\..\Shared\Csc.cs" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="csc.rsp" Condition="'$(TargetFramework)' == 'net472'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="..\..\Core\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="$(RepositoryEngineeringDir)targets\DiaSymReaderNative.targets" />
</Project>
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/CSharp/Portable/EmbeddedLanguages/CSharpEmbeddedLanguageFeaturesProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Composition;
using Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.LanguageServices;
using Microsoft.CodeAnalysis.EmbeddedLanguages.LanguageServices;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages;
using Microsoft.CodeAnalysis.Host.Mef;
namespace Microsoft.CodeAnalysis.CSharp.Features.EmbeddedLanguages
{
[ExportLanguageService(typeof(IEmbeddedLanguagesProvider), LanguageNames.CSharp, ServiceLayer.Desktop), Shared]
internal class CSharpEmbeddedLanguageFeaturesProvider : AbstractEmbeddedLanguageFeaturesProvider
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public CSharpEmbeddedLanguageFeaturesProvider()
: base(CSharpEmbeddedLanguagesProvider.Info)
{
}
internal override string EscapeText(string text, SyntaxToken token)
=> EmbeddedLanguageUtilities.EscapeText(text, token);
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Composition;
using Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.LanguageServices;
using Microsoft.CodeAnalysis.EmbeddedLanguages.LanguageServices;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages;
using Microsoft.CodeAnalysis.Host.Mef;
namespace Microsoft.CodeAnalysis.CSharp.Features.EmbeddedLanguages
{
[ExportLanguageService(typeof(IEmbeddedLanguagesProvider), LanguageNames.CSharp, ServiceLayer.Desktop), Shared]
internal class CSharpEmbeddedLanguageFeaturesProvider : AbstractEmbeddedLanguageFeaturesProvider
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public CSharpEmbeddedLanguageFeaturesProvider()
: base(CSharpEmbeddedLanguagesProvider.Info)
{
}
internal override string EscapeText(string text, SyntaxToken token)
=> EmbeddedLanguageUtilities.EscapeText(text, token);
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Analyzers/Core/Analyzers/AbstractCodeQualityDiagnosticAnalyzer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.Diagnostics;
#if CODE_STYLE
using OptionSet = Microsoft.CodeAnalysis.Diagnostics.AnalyzerConfigOptions;
#else
using Microsoft.CodeAnalysis.Options;
#endif
namespace Microsoft.CodeAnalysis.CodeQuality
{
internal abstract class AbstractCodeQualityDiagnosticAnalyzer : DiagnosticAnalyzer, IBuiltInAnalyzer
{
private readonly GeneratedCodeAnalysisFlags _generatedCodeAnalysisFlags;
protected AbstractCodeQualityDiagnosticAnalyzer(
ImmutableArray<DiagnosticDescriptor> descriptors,
GeneratedCodeAnalysisFlags generatedCodeAnalysisFlags)
{
SupportedDiagnostics = descriptors;
_generatedCodeAnalysisFlags = generatedCodeAnalysisFlags;
}
public CodeActionRequestPriority RequestPriority => CodeActionRequestPriority.Normal;
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
public sealed override void Initialize(AnalysisContext context)
{
context.ConfigureGeneratedCodeAnalysis(_generatedCodeAnalysisFlags);
context.EnableConcurrentExecution();
InitializeWorker(context);
}
protected abstract void InitializeWorker(AnalysisContext context);
public abstract DiagnosticAnalyzerCategory GetAnalyzerCategory();
public bool OpenFileOnly(OptionSet options)
=> false;
protected static DiagnosticDescriptor CreateDescriptor(
string id,
EnforceOnBuild enforceOnBuild,
LocalizableString title,
LocalizableString messageFormat,
bool isUnnecessary,
bool isEnabledByDefault = true,
bool isConfigurable = true,
LocalizableString description = null)
#pragma warning disable RS0030 // Do not used banned APIs
=> new(
id, title, messageFormat,
DiagnosticCategory.CodeQuality,
DiagnosticSeverity.Info,
isEnabledByDefault,
description,
helpLinkUri: DiagnosticHelper.GetHelpLinkForDiagnosticId(id),
customTags: DiagnosticCustomTags.Create(isUnnecessary, isConfigurable, enforceOnBuild));
#pragma warning disable RS0030 // Do not used banned APIs
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.Diagnostics;
#if CODE_STYLE
using OptionSet = Microsoft.CodeAnalysis.Diagnostics.AnalyzerConfigOptions;
#else
using Microsoft.CodeAnalysis.Options;
#endif
namespace Microsoft.CodeAnalysis.CodeQuality
{
internal abstract class AbstractCodeQualityDiagnosticAnalyzer : DiagnosticAnalyzer, IBuiltInAnalyzer
{
private readonly GeneratedCodeAnalysisFlags _generatedCodeAnalysisFlags;
protected AbstractCodeQualityDiagnosticAnalyzer(
ImmutableArray<DiagnosticDescriptor> descriptors,
GeneratedCodeAnalysisFlags generatedCodeAnalysisFlags)
{
SupportedDiagnostics = descriptors;
_generatedCodeAnalysisFlags = generatedCodeAnalysisFlags;
}
public CodeActionRequestPriority RequestPriority => CodeActionRequestPriority.Normal;
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
public sealed override void Initialize(AnalysisContext context)
{
context.ConfigureGeneratedCodeAnalysis(_generatedCodeAnalysisFlags);
context.EnableConcurrentExecution();
InitializeWorker(context);
}
protected abstract void InitializeWorker(AnalysisContext context);
public abstract DiagnosticAnalyzerCategory GetAnalyzerCategory();
public bool OpenFileOnly(OptionSet options)
=> false;
protected static DiagnosticDescriptor CreateDescriptor(
string id,
EnforceOnBuild enforceOnBuild,
LocalizableString title,
LocalizableString messageFormat,
bool isUnnecessary,
bool isEnabledByDefault = true,
bool isConfigurable = true,
LocalizableString description = null)
#pragma warning disable RS0030 // Do not used banned APIs
=> new(
id, title, messageFormat,
DiagnosticCategory.CodeQuality,
DiagnosticSeverity.Info,
isEnabledByDefault,
description,
helpLinkUri: DiagnosticHelper.GetHelpLinkForDiagnosticId(id),
customTags: DiagnosticCustomTags.Create(isUnnecessary, isConfigurable, enforceOnBuild));
#pragma warning disable RS0030 // Do not used banned APIs
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Interactive/Host/xlf/InteractiveHostResources.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../InteractiveHostResources.resx">
<body>
<trans-unit id="Attempt_to_connect_to_process_Sharp_0_failed_retrying">
<source>Attempt to connect to process #{0} failed, retrying ...</source>
<target state="translated">尝试连接到进程 #{0} 失败,正在重试...</target>
<note />
</trans-unit>
<trans-unit id="Cannot_resolve_reference_0">
<source>Cannot resolve reference '{0}'.</source>
<target state="translated">无法解析“{0}”引用。</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_create_a_remote_process_for_interactive_code_execution">
<source>Failed to create a remote process for interactive code execution: '{0}'</source>
<target state="translated">为交互代码的执行创建远程进程失败:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_initialize_remote_interactive_process">
<source>Failed to initialize remote interactive process.</source>
<target state="translated">初始化远程交互进程失败。</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_launch_0_process_exit_code_colon_1_with_output_colon">
<source>Failed to launch '{0}' process (exit code: {1}) with output: </source>
<target state="translated">启动“{0}”进程失败(退出代码: {1}),输出为:</target>
<note />
</trans-unit>
<trans-unit id="Hosting_process_exited_with_exit_code_0">
<source>Hosting process exited with exit code {0}.</source>
<target state="translated">宿主进程已退出,退出代码为 {0}。</target>
<note />
</trans-unit>
<trans-unit id="Interactive_Host_not_initialized">
<source>Interactive Host not initialized.</source>
<target state="translated">未初始化交互式主机。</target>
<note />
</trans-unit>
<trans-unit id="Loading_context_from_0">
<source>Loading context from '{0}'.</source>
<target state="translated">从“{0}”加载上下文。</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directories_colon">
<source>Searched in directories:</source>
<target state="translated">已在多个目录中搜索:</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directory_colon">
<source>Searched in directory:</source>
<target state="translated">已在目录中搜索:</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found">
<source>Specified file not found.</source>
<target state="translated">未找到指定文件。</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found_colon_0">
<source>Specified file not found: {0}</source>
<target state="translated">未找到指定文件:{0}</target>
<note />
</trans-unit>
<trans-unit id="Type_Sharphelp_for_more_information">
<source>Type "#help" for more information.</source>
<target state="translated">键入“#help”,了解更多信息。</target>
<note />
</trans-unit>
<trans-unit id="Unable_to_create_hosting_process">
<source>Unable to create hosting process.</source>
<target state="translated">无法创建宿主进程。</target>
<note />
</trans-unit>
<trans-unit id="plus_additional_0_1">
<source> + additional {0} {1}</source>
<target state="translated"> + 其他 {0} {1}</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../InteractiveHostResources.resx">
<body>
<trans-unit id="Attempt_to_connect_to_process_Sharp_0_failed_retrying">
<source>Attempt to connect to process #{0} failed, retrying ...</source>
<target state="translated">尝试连接到进程 #{0} 失败,正在重试...</target>
<note />
</trans-unit>
<trans-unit id="Cannot_resolve_reference_0">
<source>Cannot resolve reference '{0}'.</source>
<target state="translated">无法解析“{0}”引用。</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_create_a_remote_process_for_interactive_code_execution">
<source>Failed to create a remote process for interactive code execution: '{0}'</source>
<target state="translated">为交互代码的执行创建远程进程失败:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_initialize_remote_interactive_process">
<source>Failed to initialize remote interactive process.</source>
<target state="translated">初始化远程交互进程失败。</target>
<note />
</trans-unit>
<trans-unit id="Failed_to_launch_0_process_exit_code_colon_1_with_output_colon">
<source>Failed to launch '{0}' process (exit code: {1}) with output: </source>
<target state="translated">启动“{0}”进程失败(退出代码: {1}),输出为:</target>
<note />
</trans-unit>
<trans-unit id="Hosting_process_exited_with_exit_code_0">
<source>Hosting process exited with exit code {0}.</source>
<target state="translated">宿主进程已退出,退出代码为 {0}。</target>
<note />
</trans-unit>
<trans-unit id="Interactive_Host_not_initialized">
<source>Interactive Host not initialized.</source>
<target state="translated">未初始化交互式主机。</target>
<note />
</trans-unit>
<trans-unit id="Loading_context_from_0">
<source>Loading context from '{0}'.</source>
<target state="translated">从“{0}”加载上下文。</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directories_colon">
<source>Searched in directories:</source>
<target state="translated">已在多个目录中搜索:</target>
<note />
</trans-unit>
<trans-unit id="Searched_in_directory_colon">
<source>Searched in directory:</source>
<target state="translated">已在目录中搜索:</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found">
<source>Specified file not found.</source>
<target state="translated">未找到指定文件。</target>
<note />
</trans-unit>
<trans-unit id="Specified_file_not_found_colon_0">
<source>Specified file not found: {0}</source>
<target state="translated">未找到指定文件:{0}</target>
<note />
</trans-unit>
<trans-unit id="Type_Sharphelp_for_more_information">
<source>Type "#help" for more information.</source>
<target state="translated">键入“#help”,了解更多信息。</target>
<note />
</trans-unit>
<trans-unit id="Unable_to_create_hosting_process">
<source>Unable to create hosting process.</source>
<target state="translated">无法创建宿主进程。</target>
<note />
</trans-unit>
<trans-unit id="plus_additional_0_1">
<source> + additional {0} {1}</source>
<target state="translated"> + 其他 {0} {1}</target>
<note />
</trans-unit>
</body>
</file>
</xliff> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Def/Implementation/ExtractClass/ExtractClassViewModel.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.Notification;
using Microsoft.VisualStudio.LanguageServices.Implementation.CommonControls;
using Microsoft.VisualStudio.LanguageServices.Implementation.PullMemberUp.MainDialog;
using Microsoft.VisualStudio.Utilities;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.ExtractClass
{
internal class ExtractClassViewModel
{
private readonly INotificationService _notificationService;
public ExtractClassViewModel(
IUIThreadOperationExecutor uiThreadOperationExecutor,
INotificationService notificationService,
ImmutableArray<PullMemberUpSymbolViewModel> memberViewModels,
ImmutableDictionary<ISymbol, Task<ImmutableArray<ISymbol>>> memberToDependentsMap,
string defaultTypeName,
string defaultNamespace,
string languageName,
string typeParameterSuffix,
ImmutableArray<string> conflictingNames,
ISyntaxFactsService syntaxFactsService)
{
_notificationService = notificationService;
MemberSelectionViewModel = new MemberSelectionViewModel(
uiThreadOperationExecutor,
memberViewModels,
memberToDependentsMap,
destinationTypeKind: TypeKind.Class);
DestinationViewModel = new NewTypeDestinationSelectionViewModel(
defaultTypeName,
languageName,
defaultNamespace,
typeParameterSuffix,
conflictingNames,
syntaxFactsService);
}
internal bool TrySubmit()
{
if (!DestinationViewModel.TrySubmit(out var message))
{
SendFailureNotification(message);
return false;
}
return true;
}
private void SendFailureNotification(string message)
=> _notificationService.SendNotification(message, severity: NotificationSeverity.Information);
public MemberSelectionViewModel MemberSelectionViewModel { get; }
public NewTypeDestinationSelectionViewModel DestinationViewModel { get; }
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.Notification;
using Microsoft.VisualStudio.LanguageServices.Implementation.CommonControls;
using Microsoft.VisualStudio.LanguageServices.Implementation.PullMemberUp.MainDialog;
using Microsoft.VisualStudio.Utilities;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.ExtractClass
{
internal class ExtractClassViewModel
{
private readonly INotificationService _notificationService;
public ExtractClassViewModel(
IUIThreadOperationExecutor uiThreadOperationExecutor,
INotificationService notificationService,
ImmutableArray<PullMemberUpSymbolViewModel> memberViewModels,
ImmutableDictionary<ISymbol, Task<ImmutableArray<ISymbol>>> memberToDependentsMap,
string defaultTypeName,
string defaultNamespace,
string languageName,
string typeParameterSuffix,
ImmutableArray<string> conflictingNames,
ISyntaxFactsService syntaxFactsService)
{
_notificationService = notificationService;
MemberSelectionViewModel = new MemberSelectionViewModel(
uiThreadOperationExecutor,
memberViewModels,
memberToDependentsMap,
destinationTypeKind: TypeKind.Class);
DestinationViewModel = new NewTypeDestinationSelectionViewModel(
defaultTypeName,
languageName,
defaultNamespace,
typeParameterSuffix,
conflictingNames,
syntaxFactsService);
}
internal bool TrySubmit()
{
if (!DestinationViewModel.TrySubmit(out var message))
{
SendFailureNotification(message);
return false;
}
return true;
}
private void SendFailureNotification(string message)
=> _notificationService.SendNotification(message, severity: NotificationSeverity.Information);
public MemberSelectionViewModel MemberSelectionViewModel { get; }
public NewTypeDestinationSelectionViewModel DestinationViewModel { get; }
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/Symbols/Source/RangeVariableSymbol.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Collections.ObjectModel
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' <summary>
''' Represents a range variable symbol.
''' </summary>
Friend MustInherit Class RangeVariableSymbol
Inherits Symbol
Implements IRangeVariableSymbol
Friend ReadOnly m_Binder As Binder
Private ReadOnly _type As TypeSymbol
Public MustOverride ReadOnly Property Syntax As VisualBasicSyntaxNode
Private Sub New(
binder As Binder,
type As TypeSymbol
)
m_Binder = binder
_type = type
End Sub
Public Overrides ReadOnly Property Kind As SymbolKind
Get
Return SymbolKind.RangeVariable
End Get
End Property
Public Overrides ReadOnly Property ContainingSymbol As Symbol
Get
Return m_Binder.ContainingMember
End Get
End Property
Public Overridable ReadOnly Property Type As TypeSymbol
Get
Return _type
End Get
End Property
Public MustOverride Overrides ReadOnly Property Name As String
Public MustOverride Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Public Overrides ReadOnly Property DeclaredAccessibility As Accessibility
Get
Return Accessibility.NotApplicable
End Get
End Property
Public Overrides ReadOnly Property IsShared As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsMustOverride As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsNotOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverrides As Boolean
Get
Return False
End Get
End Property
Friend NotOverridable Overrides ReadOnly Property ObsoleteAttributeData As ObsoleteAttributeData
Get
Return Nothing
End Get
End Property
Friend Overrides Function Accept(Of TArgument, TResult)(visitor As VisualBasicSymbolVisitor(Of TArgument, TResult), arg As TArgument) As TResult
Return visitor.VisitRangeVariable(Me, arg)
End Function
#Region "ISymbol"
Public Overrides Sub Accept(visitor As SymbolVisitor)
visitor.VisitRangeVariable(DirectCast(Me, IRangeVariableSymbol))
End Sub
Public Overrides Function Accept(Of TResult)(visitor As SymbolVisitor(Of TResult)) As TResult
Return visitor.VisitRangeVariable(DirectCast(Me, IRangeVariableSymbol))
End Function
Public Overrides Sub Accept(visitor As VisualBasicSymbolVisitor)
visitor.VisitRangeVariable(Me)
End Sub
Public Overrides Function Accept(Of TResult)(visitor As VisualBasicSymbolVisitor(Of TResult)) As TResult
Return visitor.VisitRangeVariable(Me)
End Function
#End Region
''' <summary>
''' Create a range variable symbol associated with an identifier token.
''' </summary>
Friend Shared Function Create(
binder As Binder,
declaringIdentifier As SyntaxToken,
type As TypeSymbol
) As RangeVariableSymbol
Return New WithIdentifierToken(binder, declaringIdentifier, type)
End Function
''' <summary>
''' Create a range variable symbol not associated with an identifier token, i.e. with illegal name.
''' Used for error recovery binding.
''' </summary>
Friend Shared Function CreateForErrorRecovery(
binder As Binder,
syntax As VisualBasicSyntaxNode,
type As TypeSymbol
) As RangeVariableSymbol
Return New ForErrorRecovery(binder, syntax, type)
End Function
Friend Shared Function CreateCompilerGenerated(
binder As Binder,
syntax As VisualBasicSyntaxNode,
name As String,
type As TypeSymbol
) As RangeVariableSymbol
Return New CompilerGenerated(binder, syntax, name, type)
End Function
Private Class WithIdentifierToken
Inherits RangeVariableSymbol
Private ReadOnly _identifierToken As SyntaxToken
Public Sub New(
binder As Binder,
declaringIdentifier As SyntaxToken,
type As TypeSymbol
)
MyBase.New(binder, type)
_identifierToken = declaringIdentifier
End Sub
Public Overrides ReadOnly Property Name As String
Get
Return _identifierToken.GetIdentifierText()
End Get
End Property
Public Overrides ReadOnly Property Syntax As VisualBasicSyntaxNode
Get
Return DirectCast(_identifierToken.Parent, VisualBasicSyntaxNode)
End Get
End Property
Public Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Get
Return ImmutableArray.Create(Of Location)(_identifierToken.GetLocation())
End Get
End Property
Public Overrides ReadOnly Property DeclaringSyntaxReferences As ImmutableArray(Of SyntaxReference)
Get
Dim parent As VisualBasicSyntaxNode
Dim grandParent As VisualBasicSyntaxNode = Nothing
Dim ggParent As VisualBasicSyntaxNode = Nothing
parent = DirectCast(_identifierToken.Parent, VisualBasicSyntaxNode)
If parent IsNot Nothing Then
grandParent = parent.Parent
End If
If grandParent IsNot Nothing Then
ggParent = grandParent.Parent
End If
Dim collectionRange = TryCast(grandParent, CollectionRangeVariableSyntax)
If collectionRange IsNot Nothing AndAlso _identifierToken = collectionRange.Identifier.Identifier Then
Return ImmutableArray.Create(Of SyntaxReference)(collectionRange.GetReference())
End If
Dim expressionRange = TryCast(ggParent, ExpressionRangeVariableSyntax)
If expressionRange IsNot Nothing AndAlso expressionRange.NameEquals IsNot Nothing AndAlso expressionRange.NameEquals.Identifier.Identifier = _identifierToken Then
Return ImmutableArray.Create(Of SyntaxReference)(expressionRange.GetReference())
End If
Dim aggregationRange = TryCast(ggParent, AggregationRangeVariableSyntax)
If aggregationRange IsNot Nothing AndAlso aggregationRange.NameEquals IsNot Nothing AndAlso aggregationRange.NameEquals.Identifier.Identifier = _identifierToken Then
Return ImmutableArray.Create(Of SyntaxReference)(aggregationRange.GetReference())
End If
Return ImmutableArray(Of SyntaxReference).Empty
End Get
End Property
Public Overrides Function Equals(obj As Object) As Boolean
'PERF: TryCast is to avoid going through GetObjectValue when calling ReferenceEquals
Dim other = TryCast(obj, RangeVariableSymbol.WithIdentifierToken)
If Me Is other Then
Return True
End If
Return other IsNot Nothing AndAlso other._identifierToken.Equals(_identifierToken)
End Function
Public Overrides Function GetHashCode() As Integer
Return _identifierToken.GetHashCode()
End Function
End Class
Private Class ForErrorRecovery
Inherits RangeVariableSymbol
Private ReadOnly _syntax As VisualBasicSyntaxNode
Public Sub New(
binder As Binder,
syntax As VisualBasicSyntaxNode,
type As TypeSymbol
)
MyBase.New(binder, type)
Debug.Assert(syntax IsNot Nothing)
_syntax = syntax
End Sub
Public Overrides ReadOnly Property Syntax As VisualBasicSyntaxNode
Get
Return _syntax
End Get
End Property
Public Overrides ReadOnly Property Name As String
Get
Return "$"c & _syntax.Position.ToString()
End Get
End Property
Public Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Get
Return ImmutableArray.Create(Of Location)(_syntax.GetLocation())
End Get
End Property
Public Overrides ReadOnly Property DeclaringSyntaxReferences As ImmutableArray(Of SyntaxReference)
Get
Return ImmutableArray(Of SyntaxReference).Empty
End Get
End Property
End Class
Private Class CompilerGenerated
Inherits ForErrorRecovery
Private ReadOnly _name As String
Public Sub New(
binder As Binder,
syntax As VisualBasicSyntaxNode,
name As String,
type As TypeSymbol
)
MyBase.New(binder, syntax, type)
Debug.Assert(name IsNot Nothing)
_name = name
End Sub
Public Overrides ReadOnly Property Name As String
Get
Return _name
End Get
End Property
End Class
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Collections.ObjectModel
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' <summary>
''' Represents a range variable symbol.
''' </summary>
Friend MustInherit Class RangeVariableSymbol
Inherits Symbol
Implements IRangeVariableSymbol
Friend ReadOnly m_Binder As Binder
Private ReadOnly _type As TypeSymbol
Public MustOverride ReadOnly Property Syntax As VisualBasicSyntaxNode
Private Sub New(
binder As Binder,
type As TypeSymbol
)
m_Binder = binder
_type = type
End Sub
Public Overrides ReadOnly Property Kind As SymbolKind
Get
Return SymbolKind.RangeVariable
End Get
End Property
Public Overrides ReadOnly Property ContainingSymbol As Symbol
Get
Return m_Binder.ContainingMember
End Get
End Property
Public Overridable ReadOnly Property Type As TypeSymbol
Get
Return _type
End Get
End Property
Public MustOverride Overrides ReadOnly Property Name As String
Public MustOverride Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Public Overrides ReadOnly Property DeclaredAccessibility As Accessibility
Get
Return Accessibility.NotApplicable
End Get
End Property
Public Overrides ReadOnly Property IsShared As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsMustOverride As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsNotOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverrides As Boolean
Get
Return False
End Get
End Property
Friend NotOverridable Overrides ReadOnly Property ObsoleteAttributeData As ObsoleteAttributeData
Get
Return Nothing
End Get
End Property
Friend Overrides Function Accept(Of TArgument, TResult)(visitor As VisualBasicSymbolVisitor(Of TArgument, TResult), arg As TArgument) As TResult
Return visitor.VisitRangeVariable(Me, arg)
End Function
#Region "ISymbol"
Public Overrides Sub Accept(visitor As SymbolVisitor)
visitor.VisitRangeVariable(DirectCast(Me, IRangeVariableSymbol))
End Sub
Public Overrides Function Accept(Of TResult)(visitor As SymbolVisitor(Of TResult)) As TResult
Return visitor.VisitRangeVariable(DirectCast(Me, IRangeVariableSymbol))
End Function
Public Overrides Sub Accept(visitor As VisualBasicSymbolVisitor)
visitor.VisitRangeVariable(Me)
End Sub
Public Overrides Function Accept(Of TResult)(visitor As VisualBasicSymbolVisitor(Of TResult)) As TResult
Return visitor.VisitRangeVariable(Me)
End Function
#End Region
''' <summary>
''' Create a range variable symbol associated with an identifier token.
''' </summary>
Friend Shared Function Create(
binder As Binder,
declaringIdentifier As SyntaxToken,
type As TypeSymbol
) As RangeVariableSymbol
Return New WithIdentifierToken(binder, declaringIdentifier, type)
End Function
''' <summary>
''' Create a range variable symbol not associated with an identifier token, i.e. with illegal name.
''' Used for error recovery binding.
''' </summary>
Friend Shared Function CreateForErrorRecovery(
binder As Binder,
syntax As VisualBasicSyntaxNode,
type As TypeSymbol
) As RangeVariableSymbol
Return New ForErrorRecovery(binder, syntax, type)
End Function
Friend Shared Function CreateCompilerGenerated(
binder As Binder,
syntax As VisualBasicSyntaxNode,
name As String,
type As TypeSymbol
) As RangeVariableSymbol
Return New CompilerGenerated(binder, syntax, name, type)
End Function
Private Class WithIdentifierToken
Inherits RangeVariableSymbol
Private ReadOnly _identifierToken As SyntaxToken
Public Sub New(
binder As Binder,
declaringIdentifier As SyntaxToken,
type As TypeSymbol
)
MyBase.New(binder, type)
_identifierToken = declaringIdentifier
End Sub
Public Overrides ReadOnly Property Name As String
Get
Return _identifierToken.GetIdentifierText()
End Get
End Property
Public Overrides ReadOnly Property Syntax As VisualBasicSyntaxNode
Get
Return DirectCast(_identifierToken.Parent, VisualBasicSyntaxNode)
End Get
End Property
Public Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Get
Return ImmutableArray.Create(Of Location)(_identifierToken.GetLocation())
End Get
End Property
Public Overrides ReadOnly Property DeclaringSyntaxReferences As ImmutableArray(Of SyntaxReference)
Get
Dim parent As VisualBasicSyntaxNode
Dim grandParent As VisualBasicSyntaxNode = Nothing
Dim ggParent As VisualBasicSyntaxNode = Nothing
parent = DirectCast(_identifierToken.Parent, VisualBasicSyntaxNode)
If parent IsNot Nothing Then
grandParent = parent.Parent
End If
If grandParent IsNot Nothing Then
ggParent = grandParent.Parent
End If
Dim collectionRange = TryCast(grandParent, CollectionRangeVariableSyntax)
If collectionRange IsNot Nothing AndAlso _identifierToken = collectionRange.Identifier.Identifier Then
Return ImmutableArray.Create(Of SyntaxReference)(collectionRange.GetReference())
End If
Dim expressionRange = TryCast(ggParent, ExpressionRangeVariableSyntax)
If expressionRange IsNot Nothing AndAlso expressionRange.NameEquals IsNot Nothing AndAlso expressionRange.NameEquals.Identifier.Identifier = _identifierToken Then
Return ImmutableArray.Create(Of SyntaxReference)(expressionRange.GetReference())
End If
Dim aggregationRange = TryCast(ggParent, AggregationRangeVariableSyntax)
If aggregationRange IsNot Nothing AndAlso aggregationRange.NameEquals IsNot Nothing AndAlso aggregationRange.NameEquals.Identifier.Identifier = _identifierToken Then
Return ImmutableArray.Create(Of SyntaxReference)(aggregationRange.GetReference())
End If
Return ImmutableArray(Of SyntaxReference).Empty
End Get
End Property
Public Overrides Function Equals(obj As Object) As Boolean
'PERF: TryCast is to avoid going through GetObjectValue when calling ReferenceEquals
Dim other = TryCast(obj, RangeVariableSymbol.WithIdentifierToken)
If Me Is other Then
Return True
End If
Return other IsNot Nothing AndAlso other._identifierToken.Equals(_identifierToken)
End Function
Public Overrides Function GetHashCode() As Integer
Return _identifierToken.GetHashCode()
End Function
End Class
Private Class ForErrorRecovery
Inherits RangeVariableSymbol
Private ReadOnly _syntax As VisualBasicSyntaxNode
Public Sub New(
binder As Binder,
syntax As VisualBasicSyntaxNode,
type As TypeSymbol
)
MyBase.New(binder, type)
Debug.Assert(syntax IsNot Nothing)
_syntax = syntax
End Sub
Public Overrides ReadOnly Property Syntax As VisualBasicSyntaxNode
Get
Return _syntax
End Get
End Property
Public Overrides ReadOnly Property Name As String
Get
Return "$"c & _syntax.Position.ToString()
End Get
End Property
Public Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Get
Return ImmutableArray.Create(Of Location)(_syntax.GetLocation())
End Get
End Property
Public Overrides ReadOnly Property DeclaringSyntaxReferences As ImmutableArray(Of SyntaxReference)
Get
Return ImmutableArray(Of SyntaxReference).Empty
End Get
End Property
End Class
Private Class CompilerGenerated
Inherits ForErrorRecovery
Private ReadOnly _name As String
Public Sub New(
binder As Binder,
syntax As VisualBasicSyntaxNode,
name As String,
type As TypeSymbol
)
MyBase.New(binder, syntax, type)
Debug.Assert(name IsNot Nothing)
_name = name
End Sub
Public Overrides ReadOnly Property Name As String
Get
Return _name
End Get
End Property
End Class
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Editor</RootNamespace>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);EDITOR_FEATURES</DefineConstants>
<ApplyNgenOptimization Condition="'$(TargetFramework)' == 'netstandard2.0'">partial</ApplyNgenOptimization>
<!-- NuGet -->
<PackageId>Microsoft.CodeAnalysis.EditorFeatures.Common</PackageId>
<IsPackable>true</IsPackable>
<PackageDescription>
.NET Compiler Platform ("Roslyn") support for editor features inside the Visual Studio editor.
</PackageDescription>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs" Link="IsExternalInit.cs" />
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
<ProjectReference Include="..\..\Workspaces\Core\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" />
<ProjectReference Include="..\..\Features\Core\Portable\Microsoft.CodeAnalysis.Features.csproj" />
<ProjectReference Include="..\Text\Microsoft.CodeAnalysis.EditorFeatures.Text.csproj" />
<ProjectReference Include="..\..\Interactive\Host\Microsoft.CodeAnalysis.InteractiveHost.csproj" Aliases="InteractiveHost" />
<ProjectReference Include="..\..\Scripting\Core\Microsoft.CodeAnalysis.Scripting.csproj" Aliases="Scripting,global" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Elfie" Version="$(MicrosoftCodeAnalysisElfieVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification" Version="$(MicrosoftVisualStudioLanguageStandardClassificationVersion)" />
<PackageReference Include="Microsoft.VisualStudio.RemoteControl" Version="$(MicrosoftVisualStudioRemoteControlVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Text.UI" Version="$(MicrosoftVisualStudioTextUIVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="$(MicrosoftVisualStudioThreadingVersion)" />
<!-- The ImageCatalog reference is only used at compile time, not at runtime, because it is not supported on Mac.
There is a test to ensure this doesn't regress in src\EditorFeatures\Test\AssemblyReferenceTests.cs -->
<PackageReference Include="Microsoft.VisualStudio.ImageCatalog" Version="$(MicrosoftVisualStudioImageCatalogVersion)" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Language" Version="$(MicrosoftVisualStudioLanguageVersion)" />
<PackageReference Include="Microsoft.ServiceHub.Client" Version="$(MicrosoftServiceHubClientVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="$(MicrosoftVisualStudioValidationVersion)" />
<PackageReference Include="StreamJsonRpc" Version="$(StreamJsonRpcVersion)" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Wpf" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.LanguageServer.Protocol" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.Debugger" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.EditorFeatures" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Implementation" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.LiveShare" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.ExternalDependencyServices" WorkItem="https://github.com/dotnet/roslyn/issues/35085" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.VisualBasic" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Xaml" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.Setup" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.DiagnosticsWindow" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.Remote.ServiceHub" />
<InternalsVisibleTo Include="Roslyn.Hosting.Diagnostics" />
<!-- BEGIN MONODEVELOP
These MonoDevelop dependencies don't ship with Visual Studio, so can't break our
binary insertions and are exempted from the ExternalAccess adapter assembly policies.
-->
<InternalsVisibleTo Include="MonoDevelop.Ide" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.Refactoring" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.CSharpBinding" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.VBNetBinding" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.Ide.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.Refactoring.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.CSharpBinding.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.VBNetBinding.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<!-- this is currently built externally, as part of the MonoDevelop build -->
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Cocoa" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Cocoa.UnitTests" LoadsWithinVisualStudio="false" />
<!-- END MONODEVELOP -->
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures2.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.Workspaces.Test.Utilities" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.Next.UnitTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.UnitTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.IntegrationTest.Utilities" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.IntegrationTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Test.Utilities2" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests" />
<!-- Eventually a bunch of these unit tests should move into Roslyn.Services.Implementation.UnitTests
and this should be removed. -->
<RestrictedInternalsVisibleTo Include="Microsoft.CodeAnalysis.TypeScript.EditorFeatures" Key="$(TypeScriptKey)" Partner="VSTypeScript" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.TypeScript" Key="$(TypeScriptKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35077" />
<InternalsVisibleTo Include="Microsoft.Test.Apex.VisualStudio" Key="$(TypeScriptKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35081" />
<InternalsVisibleTo Include="Roslyn.Services.Editor.TypeScript.UnitTests" Key="$(TypeScriptKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35077" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" Key="$(MoqPublicKey)" LoadsWithinVisualStudio="false" />
<RestrictedInternalsVisibleTo Include="Microsoft.VisualStudio.IntelliCode" Key="$(IntelliCodeKey)" Partner="IntelliCode" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="EditorFeaturesResources.resx" GenerateSource="true" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
</Project> | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Editor</RootNamespace>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);EDITOR_FEATURES</DefineConstants>
<ApplyNgenOptimization Condition="'$(TargetFramework)' == 'netstandard2.0'">partial</ApplyNgenOptimization>
<!-- NuGet -->
<PackageId>Microsoft.CodeAnalysis.EditorFeatures.Common</PackageId>
<IsPackable>true</IsPackable>
<PackageDescription>
.NET Compiler Platform ("Roslyn") support for editor features inside the Visual Studio editor.
</PackageDescription>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs" Link="IsExternalInit.cs" />
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
<ProjectReference Include="..\..\Workspaces\Core\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" />
<ProjectReference Include="..\..\Features\Core\Portable\Microsoft.CodeAnalysis.Features.csproj" />
<ProjectReference Include="..\Text\Microsoft.CodeAnalysis.EditorFeatures.Text.csproj" />
<ProjectReference Include="..\..\Interactive\Host\Microsoft.CodeAnalysis.InteractiveHost.csproj" Aliases="InteractiveHost" />
<ProjectReference Include="..\..\Scripting\Core\Microsoft.CodeAnalysis.Scripting.csproj" Aliases="Scripting,global" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Elfie" Version="$(MicrosoftCodeAnalysisElfieVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification" Version="$(MicrosoftVisualStudioLanguageStandardClassificationVersion)" />
<PackageReference Include="Microsoft.VisualStudio.RemoteControl" Version="$(MicrosoftVisualStudioRemoteControlVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Text.UI" Version="$(MicrosoftVisualStudioTextUIVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="$(MicrosoftVisualStudioThreadingVersion)" />
<!-- The ImageCatalog reference is only used at compile time, not at runtime, because it is not supported on Mac.
There is a test to ensure this doesn't regress in src\EditorFeatures\Test\AssemblyReferenceTests.cs -->
<PackageReference Include="Microsoft.VisualStudio.ImageCatalog" Version="$(MicrosoftVisualStudioImageCatalogVersion)" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Language" Version="$(MicrosoftVisualStudioLanguageVersion)" />
<PackageReference Include="Microsoft.ServiceHub.Client" Version="$(MicrosoftServiceHubClientVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="$(MicrosoftVisualStudioValidationVersion)" />
<PackageReference Include="StreamJsonRpc" Version="$(StreamJsonRpcVersion)" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Wpf" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.LanguageServer.Protocol" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.Debugger" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.EditorFeatures" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Implementation" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.LiveShare" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.ExternalDependencyServices" WorkItem="https://github.com/dotnet/roslyn/issues/35085" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.VisualBasic" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Xaml" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.Setup" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.DiagnosticsWindow" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.Remote.ServiceHub" />
<InternalsVisibleTo Include="Roslyn.Hosting.Diagnostics" />
<!-- BEGIN MONODEVELOP
These MonoDevelop dependencies don't ship with Visual Studio, so can't break our
binary insertions and are exempted from the ExternalAccess adapter assembly policies.
-->
<InternalsVisibleTo Include="MonoDevelop.Ide" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.Refactoring" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.CSharpBinding" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.VBNetBinding" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.Ide.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.Refactoring.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.CSharpBinding.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="MonoDevelop.VBNetBinding.Tests" Key="$(MonoDevelopKey)" LoadsWithinVisualStudio="false" />
<!-- this is currently built externally, as part of the MonoDevelop build -->
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Cocoa" LoadsWithinVisualStudio="false" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Cocoa.UnitTests" LoadsWithinVisualStudio="false" />
<!-- END MONODEVELOP -->
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures2.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.Workspaces.Test.Utilities" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.Next.UnitTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.UnitTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.IntegrationTest.Utilities" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.IntegrationTests" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Test.Utilities2" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests" />
<!-- Eventually a bunch of these unit tests should move into Roslyn.Services.Implementation.UnitTests
and this should be removed. -->
<RestrictedInternalsVisibleTo Include="Microsoft.CodeAnalysis.TypeScript.EditorFeatures" Key="$(TypeScriptKey)" Partner="VSTypeScript" />
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.TypeScript" Key="$(TypeScriptKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35077" />
<InternalsVisibleTo Include="Microsoft.Test.Apex.VisualStudio" Key="$(TypeScriptKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35081" />
<InternalsVisibleTo Include="Roslyn.Services.Editor.TypeScript.UnitTests" Key="$(TypeScriptKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35077" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" Key="$(MoqPublicKey)" LoadsWithinVisualStudio="false" />
<RestrictedInternalsVisibleTo Include="Microsoft.VisualStudio.IntelliCode" Key="$(IntelliCodeKey)" Partner="IntelliCode" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="EditorFeaturesResources.resx" GenerateSource="true" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
</Project> | -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/Portable/Syntax/InternalSyntax/CSharpSyntaxNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using Microsoft.CodeAnalysis.Syntax.InternalSyntax;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax
{
[DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
internal abstract class CSharpSyntaxNode : GreenNode
{
internal CSharpSyntaxNode(SyntaxKind kind)
: base((ushort)kind)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, int fullWidth)
: base((ushort)kind, fullWidth)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics)
: base((ushort)kind, diagnostics)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics, int fullWidth)
: base((ushort)kind, diagnostics, fullWidth)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics, SyntaxAnnotation[] annotations)
: base((ushort)kind, diagnostics, annotations)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics, SyntaxAnnotation[] annotations, int fullWidth)
: base((ushort)kind, diagnostics, annotations, fullWidth)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(ObjectReader reader)
: base(reader)
{
}
public override string Language
{
get { return LanguageNames.CSharp; }
}
public SyntaxKind Kind
{
get { return (SyntaxKind)this.RawKind; }
}
public override string KindText => this.Kind.ToString();
public override int RawContextualKind
{
get
{
return this.RawKind;
}
}
public override bool IsStructuredTrivia
{
get
{
return this is StructuredTriviaSyntax;
}
}
public override bool IsDirective
{
get
{
return this is DirectiveTriviaSyntax;
}
}
public override bool IsSkippedTokensTrivia => this.Kind == SyntaxKind.SkippedTokensTrivia;
public override bool IsDocumentationCommentTrivia => SyntaxFacts.IsDocumentationCommentTrivia(this.Kind);
public override int GetSlotOffset(int index)
{
// This implementation should not support arbitrary
// length lists since the implementation is O(n).
System.Diagnostics.Debug.Assert(index < 11); // Max. slots 11 (TypeDeclarationSyntax)
int offset = 0;
for (int i = 0; i < index; i++)
{
var child = this.GetSlot(i);
if (child != null)
{
offset += child.FullWidth;
}
}
return offset;
}
public SyntaxToken GetFirstToken()
{
return (SyntaxToken)this.GetFirstTerminal();
}
public SyntaxToken GetLastToken()
{
return (SyntaxToken)this.GetLastTerminal();
}
public SyntaxToken GetLastNonmissingToken()
{
return (SyntaxToken)this.GetLastNonmissingTerminal();
}
public virtual GreenNode GetLeadingTrivia()
{
return null;
}
public override GreenNode GetLeadingTriviaCore()
{
return this.GetLeadingTrivia();
}
public virtual GreenNode GetTrailingTrivia()
{
return null;
}
public override GreenNode GetTrailingTriviaCore()
{
return this.GetTrailingTrivia();
}
public abstract TResult Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor);
public abstract void Accept(CSharpSyntaxVisitor visitor);
internal virtual DirectiveStack ApplyDirectives(DirectiveStack stack)
{
return ApplyDirectives(this, stack);
}
internal static DirectiveStack ApplyDirectives(GreenNode node, DirectiveStack stack)
{
if (node.ContainsDirectives)
{
for (int i = 0, n = node.SlotCount; i < n; i++)
{
var child = node.GetSlot(i);
if (child != null)
{
stack = ApplyDirectivesToListOrNode(child, stack);
}
}
}
return stack;
}
internal static DirectiveStack ApplyDirectivesToListOrNode(GreenNode listOrNode, DirectiveStack stack)
{
// If we have a list of trivia, then that node is not actually a CSharpSyntaxNode.
// Just defer to our standard ApplyDirectives helper as it will do the appropriate
// walking of this list to ApplyDirectives to the children.
if (listOrNode.RawKind == GreenNode.ListKind)
{
return ApplyDirectives(listOrNode, stack);
}
else
{
// Otherwise, we must have an actual piece of C# trivia. Just apply the stack
// to that node directly.
return ((CSharpSyntaxNode)listOrNode).ApplyDirectives(stack);
}
}
internal virtual IList<DirectiveTriviaSyntax> GetDirectives()
{
if ((this.flags & NodeFlags.ContainsDirectives) != 0)
{
var list = new List<DirectiveTriviaSyntax>(32);
GetDirectives(this, list);
return list;
}
return SpecializedCollections.EmptyList<DirectiveTriviaSyntax>();
}
private static void GetDirectives(GreenNode node, List<DirectiveTriviaSyntax> directives)
{
if (node != null && node.ContainsDirectives)
{
var d = node as DirectiveTriviaSyntax;
if (d != null)
{
directives.Add(d);
}
else
{
var t = node as SyntaxToken;
if (t != null)
{
GetDirectives(t.GetLeadingTrivia(), directives);
GetDirectives(t.GetTrailingTrivia(), directives);
}
else
{
for (int i = 0, n = node.SlotCount; i < n; i++)
{
GetDirectives(node.GetSlot(i), directives);
}
}
}
}
}
/// <summary>
/// Should only be called during construction.
/// </summary>
/// <remarks>
/// This should probably be an extra constructor parameter, but we don't need more constructor overloads.
/// </remarks>
protected void SetFactoryContext(SyntaxFactoryContext context)
{
if (context.IsInAsync)
{
this.flags |= NodeFlags.FactoryContextIsInAsync;
}
if (context.IsInQuery)
{
this.flags |= NodeFlags.FactoryContextIsInQuery;
}
}
internal static NodeFlags SetFactoryContext(NodeFlags flags, SyntaxFactoryContext context)
{
if (context.IsInAsync)
{
flags |= NodeFlags.FactoryContextIsInAsync;
}
if (context.IsInQuery)
{
flags |= NodeFlags.FactoryContextIsInQuery;
}
return flags;
}
public override CodeAnalysis.SyntaxToken CreateSeparator<TNode>(SyntaxNode element)
{
return CSharp.SyntaxFactory.Token(SyntaxKind.CommaToken);
}
public override bool IsTriviaWithEndOfLine()
{
return this.Kind == SyntaxKind.EndOfLineTrivia
|| this.Kind == SyntaxKind.SingleLineCommentTrivia;
}
// Use conditional weak table so we always return same identity for structured trivia
private static readonly ConditionalWeakTable<SyntaxNode, Dictionary<CodeAnalysis.SyntaxTrivia, WeakReference<SyntaxNode>>> s_structuresTable
= new ConditionalWeakTable<SyntaxNode, Dictionary<CodeAnalysis.SyntaxTrivia, WeakReference<SyntaxNode>>>();
/// <summary>
/// Gets the syntax node represented the structure of this trivia, if any. The HasStructure property can be used to
/// determine if this trivia has structure.
/// </summary>
/// <returns>
/// A CSharpSyntaxNode derived from StructuredTriviaSyntax, with the structured view of this trivia node.
/// If this trivia node does not have structure, returns null.
/// </returns>
/// <remarks>
/// Some types of trivia have structure that can be accessed as additional syntax nodes.
/// These forms of trivia include:
/// directives, where the structure describes the structure of the directive.
/// documentation comments, where the structure describes the XML structure of the comment.
/// skipped tokens, where the structure describes the tokens that were skipped by the parser.
/// </remarks>
public override SyntaxNode GetStructure(Microsoft.CodeAnalysis.SyntaxTrivia trivia)
{
if (trivia.HasStructure)
{
var parent = trivia.Token.Parent;
if (parent != null)
{
SyntaxNode structure;
var structsInParent = s_structuresTable.GetOrCreateValue(parent);
lock (structsInParent)
{
if (!structsInParent.TryGetValue(trivia, out var weakStructure))
{
structure = CSharp.Syntax.StructuredTriviaSyntax.Create(trivia);
structsInParent.Add(trivia, new WeakReference<SyntaxNode>(structure));
}
else if (!weakStructure.TryGetTarget(out structure))
{
structure = CSharp.Syntax.StructuredTriviaSyntax.Create(trivia);
weakStructure.SetTarget(structure);
}
}
return structure;
}
else
{
return CSharp.Syntax.StructuredTriviaSyntax.Create(trivia);
}
}
return null;
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using Microsoft.CodeAnalysis.Syntax.InternalSyntax;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax
{
[DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
internal abstract class CSharpSyntaxNode : GreenNode
{
internal CSharpSyntaxNode(SyntaxKind kind)
: base((ushort)kind)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, int fullWidth)
: base((ushort)kind, fullWidth)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics)
: base((ushort)kind, diagnostics)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics, int fullWidth)
: base((ushort)kind, diagnostics, fullWidth)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics, SyntaxAnnotation[] annotations)
: base((ushort)kind, diagnostics, annotations)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(SyntaxKind kind, DiagnosticInfo[] diagnostics, SyntaxAnnotation[] annotations, int fullWidth)
: base((ushort)kind, diagnostics, annotations, fullWidth)
{
GreenStats.NoteGreen(this);
}
internal CSharpSyntaxNode(ObjectReader reader)
: base(reader)
{
}
public override string Language
{
get { return LanguageNames.CSharp; }
}
public SyntaxKind Kind
{
get { return (SyntaxKind)this.RawKind; }
}
public override string KindText => this.Kind.ToString();
public override int RawContextualKind
{
get
{
return this.RawKind;
}
}
public override bool IsStructuredTrivia
{
get
{
return this is StructuredTriviaSyntax;
}
}
public override bool IsDirective
{
get
{
return this is DirectiveTriviaSyntax;
}
}
public override bool IsSkippedTokensTrivia => this.Kind == SyntaxKind.SkippedTokensTrivia;
public override bool IsDocumentationCommentTrivia => SyntaxFacts.IsDocumentationCommentTrivia(this.Kind);
public override int GetSlotOffset(int index)
{
// This implementation should not support arbitrary
// length lists since the implementation is O(n).
System.Diagnostics.Debug.Assert(index < 11); // Max. slots 11 (TypeDeclarationSyntax)
int offset = 0;
for (int i = 0; i < index; i++)
{
var child = this.GetSlot(i);
if (child != null)
{
offset += child.FullWidth;
}
}
return offset;
}
public SyntaxToken GetFirstToken()
{
return (SyntaxToken)this.GetFirstTerminal();
}
public SyntaxToken GetLastToken()
{
return (SyntaxToken)this.GetLastTerminal();
}
public SyntaxToken GetLastNonmissingToken()
{
return (SyntaxToken)this.GetLastNonmissingTerminal();
}
public virtual GreenNode GetLeadingTrivia()
{
return null;
}
public override GreenNode GetLeadingTriviaCore()
{
return this.GetLeadingTrivia();
}
public virtual GreenNode GetTrailingTrivia()
{
return null;
}
public override GreenNode GetTrailingTriviaCore()
{
return this.GetTrailingTrivia();
}
public abstract TResult Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor);
public abstract void Accept(CSharpSyntaxVisitor visitor);
internal virtual DirectiveStack ApplyDirectives(DirectiveStack stack)
{
return ApplyDirectives(this, stack);
}
internal static DirectiveStack ApplyDirectives(GreenNode node, DirectiveStack stack)
{
if (node.ContainsDirectives)
{
for (int i = 0, n = node.SlotCount; i < n; i++)
{
var child = node.GetSlot(i);
if (child != null)
{
stack = ApplyDirectivesToListOrNode(child, stack);
}
}
}
return stack;
}
internal static DirectiveStack ApplyDirectivesToListOrNode(GreenNode listOrNode, DirectiveStack stack)
{
// If we have a list of trivia, then that node is not actually a CSharpSyntaxNode.
// Just defer to our standard ApplyDirectives helper as it will do the appropriate
// walking of this list to ApplyDirectives to the children.
if (listOrNode.RawKind == GreenNode.ListKind)
{
return ApplyDirectives(listOrNode, stack);
}
else
{
// Otherwise, we must have an actual piece of C# trivia. Just apply the stack
// to that node directly.
return ((CSharpSyntaxNode)listOrNode).ApplyDirectives(stack);
}
}
internal virtual IList<DirectiveTriviaSyntax> GetDirectives()
{
if ((this.flags & NodeFlags.ContainsDirectives) != 0)
{
var list = new List<DirectiveTriviaSyntax>(32);
GetDirectives(this, list);
return list;
}
return SpecializedCollections.EmptyList<DirectiveTriviaSyntax>();
}
private static void GetDirectives(GreenNode node, List<DirectiveTriviaSyntax> directives)
{
if (node != null && node.ContainsDirectives)
{
var d = node as DirectiveTriviaSyntax;
if (d != null)
{
directives.Add(d);
}
else
{
var t = node as SyntaxToken;
if (t != null)
{
GetDirectives(t.GetLeadingTrivia(), directives);
GetDirectives(t.GetTrailingTrivia(), directives);
}
else
{
for (int i = 0, n = node.SlotCount; i < n; i++)
{
GetDirectives(node.GetSlot(i), directives);
}
}
}
}
}
/// <summary>
/// Should only be called during construction.
/// </summary>
/// <remarks>
/// This should probably be an extra constructor parameter, but we don't need more constructor overloads.
/// </remarks>
protected void SetFactoryContext(SyntaxFactoryContext context)
{
if (context.IsInAsync)
{
this.flags |= NodeFlags.FactoryContextIsInAsync;
}
if (context.IsInQuery)
{
this.flags |= NodeFlags.FactoryContextIsInQuery;
}
}
internal static NodeFlags SetFactoryContext(NodeFlags flags, SyntaxFactoryContext context)
{
if (context.IsInAsync)
{
flags |= NodeFlags.FactoryContextIsInAsync;
}
if (context.IsInQuery)
{
flags |= NodeFlags.FactoryContextIsInQuery;
}
return flags;
}
public override CodeAnalysis.SyntaxToken CreateSeparator<TNode>(SyntaxNode element)
{
return CSharp.SyntaxFactory.Token(SyntaxKind.CommaToken);
}
public override bool IsTriviaWithEndOfLine()
{
return this.Kind == SyntaxKind.EndOfLineTrivia
|| this.Kind == SyntaxKind.SingleLineCommentTrivia;
}
// Use conditional weak table so we always return same identity for structured trivia
private static readonly ConditionalWeakTable<SyntaxNode, Dictionary<CodeAnalysis.SyntaxTrivia, WeakReference<SyntaxNode>>> s_structuresTable
= new ConditionalWeakTable<SyntaxNode, Dictionary<CodeAnalysis.SyntaxTrivia, WeakReference<SyntaxNode>>>();
/// <summary>
/// Gets the syntax node represented the structure of this trivia, if any. The HasStructure property can be used to
/// determine if this trivia has structure.
/// </summary>
/// <returns>
/// A CSharpSyntaxNode derived from StructuredTriviaSyntax, with the structured view of this trivia node.
/// If this trivia node does not have structure, returns null.
/// </returns>
/// <remarks>
/// Some types of trivia have structure that can be accessed as additional syntax nodes.
/// These forms of trivia include:
/// directives, where the structure describes the structure of the directive.
/// documentation comments, where the structure describes the XML structure of the comment.
/// skipped tokens, where the structure describes the tokens that were skipped by the parser.
/// </remarks>
public override SyntaxNode GetStructure(Microsoft.CodeAnalysis.SyntaxTrivia trivia)
{
if (trivia.HasStructure)
{
var parent = trivia.Token.Parent;
if (parent != null)
{
SyntaxNode structure;
var structsInParent = s_structuresTable.GetOrCreateValue(parent);
lock (structsInParent)
{
if (!structsInParent.TryGetValue(trivia, out var weakStructure))
{
structure = CSharp.Syntax.StructuredTriviaSyntax.Create(trivia);
structsInParent.Add(trivia, new WeakReference<SyntaxNode>(structure));
}
else if (!weakStructure.TryGetTarget(out structure))
{
structure = CSharp.Syntax.StructuredTriviaSyntax.Create(trivia);
weakStructure.SetTarget(structure);
}
}
return structure;
}
else
{
return CSharp.Syntax.StructuredTriviaSyntax.Create(trivia);
}
}
return null;
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Extensions/INamedTypeSymbolExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.PooledObjects;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Shared.Extensions
{
internal static partial class INamedTypeSymbolExtensions
{
public static IEnumerable<INamedTypeSymbol> GetBaseTypesAndThis(this INamedTypeSymbol? namedType)
{
var current = namedType;
while (current != null)
{
yield return current;
current = current.BaseType;
}
}
public static ImmutableArray<ITypeParameterSymbol> GetAllTypeParameters(this INamedTypeSymbol? symbol)
{
var stack = GetContainmentStack(symbol);
return stack.SelectMany(n => n.TypeParameters).ToImmutableArray();
}
public static IEnumerable<ITypeSymbol> GetAllTypeArguments(this INamedTypeSymbol? symbol)
{
var stack = GetContainmentStack(symbol);
return stack.SelectMany(n => n.TypeArguments);
}
private static Stack<INamedTypeSymbol> GetContainmentStack(INamedTypeSymbol? symbol)
{
var stack = new Stack<INamedTypeSymbol>();
for (var current = symbol; current != null; current = current.ContainingType)
{
stack.Push(current);
}
return stack;
}
public static bool IsContainedWithin([NotNullWhen(returnValue: true)] this INamedTypeSymbol? symbol, INamedTypeSymbol outer)
{
// TODO(cyrusn): Should we be using OriginalSymbol here?
for (var current = symbol; current != null; current = current.ContainingType)
{
if (current.Equals(outer))
{
return true;
}
}
return false;
}
public static ISymbol? FindImplementationForAbstractMember(this INamedTypeSymbol? type, ISymbol symbol)
{
if (symbol.IsAbstract)
{
return type.GetBaseTypesAndThis().SelectMany(t => t.GetMembers(symbol.Name))
.FirstOrDefault(s => symbol.Equals(s.GetOverriddenMember()));
}
return null;
}
private static bool ImplementationExists(INamedTypeSymbol classOrStructType, ISymbol member)
=> classOrStructType.FindImplementationForInterfaceMember(member) != null;
private static bool IsImplemented(
this INamedTypeSymbol classOrStructType,
ISymbol member,
Func<INamedTypeSymbol, ISymbol, bool> isValidImplementation,
CancellationToken cancellationToken)
{
if (member.ContainingType.TypeKind == TypeKind.Interface)
{
if (member.Kind == SymbolKind.Property)
{
return IsInterfacePropertyImplemented(classOrStructType, (IPropertySymbol)member);
}
else
{
return isValidImplementation(classOrStructType, member);
}
}
if (member.IsAbstract)
{
if (member.Kind == SymbolKind.Property)
{
return IsAbstractPropertyImplemented(classOrStructType, (IPropertySymbol)member);
}
else
{
return classOrStructType.FindImplementationForAbstractMember(member) != null;
}
}
return true;
}
private static bool IsInterfacePropertyImplemented(INamedTypeSymbol classOrStructType, IPropertySymbol propertySymbol)
{
// A property is only fully implemented if both it's setter and getter is implemented.
return IsAccessorImplemented(propertySymbol.GetMethod, classOrStructType) && IsAccessorImplemented(propertySymbol.SetMethod, classOrStructType);
// local functions
static bool IsAccessorImplemented(IMethodSymbol? accessor, INamedTypeSymbol classOrStructType)
{
return accessor == null || !IsImplementable(accessor) || classOrStructType.FindImplementationForInterfaceMember(accessor) != null;
}
}
private static bool IsAbstractPropertyImplemented(INamedTypeSymbol classOrStructType, IPropertySymbol propertySymbol)
{
// A property is only fully implemented if both it's setter and getter is implemented.
if (propertySymbol.GetMethod != null)
{
if (classOrStructType.FindImplementationForAbstractMember(propertySymbol.GetMethod) == null)
{
return false;
}
}
if (propertySymbol.SetMethod != null)
{
if (classOrStructType.FindImplementationForAbstractMember(propertySymbol.SetMethod) == null)
{
return false;
}
}
return true;
}
private static bool IsExplicitlyImplemented(
this INamedTypeSymbol classOrStructType,
ISymbol member,
Func<INamedTypeSymbol, ISymbol, bool> isValid,
CancellationToken cancellationToken)
{
var implementation = classOrStructType.FindImplementationForInterfaceMember(member);
if (implementation?.ContainingType.TypeKind == TypeKind.Interface)
{
// Treat all implementations in interfaces as explicit, even the original declaration with implementation.
// There are no implicit interface implementations in derived interfaces and it feels reasonable to treat
// original declaration with implementation as an explicit implementation as well, the implementation is
// explicitly provided after all. All implementations in interfaces will be treated uniformly.
return true;
}
return implementation switch
{
IEventSymbol @event => @event.ExplicitInterfaceImplementations.Length > 0,
IMethodSymbol method => method.ExplicitInterfaceImplementations.Length > 0,
IPropertySymbol property => property.ExplicitInterfaceImplementations.Length > 0,
_ => false,
};
}
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembers(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfaces,
bool includeMembersRequiringExplicitImplementation,
CancellationToken cancellationToken)
{
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> GetMembers;
if (includeMembersRequiringExplicitImplementation)
{
GetMembers = GetExplicitlyImplementableMembers;
}
else
{
GetMembers = GetImplicitlyImplementableMembers;
}
return classOrStructType.GetAllUnimplementedMembers(
interfaces,
IsImplemented,
ImplementationExists,
GetMembers,
allowReimplementation: false,
cancellationToken: cancellationToken);
// local functions
static ImmutableArray<ISymbol> GetImplicitlyImplementableMembers(INamedTypeSymbol type, ISymbol within)
{
if (type.TypeKind == TypeKind.Interface)
{
return type.GetMembers().WhereAsArray(m => m.DeclaredAccessibility == Accessibility.Public &&
m.Kind != SymbolKind.NamedType && IsImplementable(m) &&
!IsPropertyWithNonPublicImplementableAccessor(m) &&
IsImplicitlyImplementable(m, within));
}
return type.GetMembers();
}
static bool IsPropertyWithNonPublicImplementableAccessor(ISymbol member)
{
if (member.Kind != SymbolKind.Property)
{
return false;
}
var property = (IPropertySymbol)member;
return IsNonPublicImplementableAccessor(property.GetMethod) || IsNonPublicImplementableAccessor(property.SetMethod);
}
static bool IsNonPublicImplementableAccessor(IMethodSymbol? accessor)
{
return accessor != null && IsImplementable(accessor) && accessor.DeclaredAccessibility != Accessibility.Public;
}
static bool IsImplicitlyImplementable(ISymbol member, ISymbol within)
{
if (member is IMethodSymbol { IsStatic: true, IsAbstract: true, MethodKind: MethodKind.UserDefinedOperator } method)
{
// For example, the following is not implementable implicitly.
// interface I { static abstract int operator -(I x); }
// But the following is implementable:
// interface I<T> where T : I<T> { static abstract int operator -(T x); }
// See https://github.com/dotnet/csharplang/blob/main/spec/classes.md#unary-operators.
return method.Parameters.Any(p => p.Type.Equals(within, SymbolEqualityComparer.Default));
}
return true;
}
}
private static bool IsImplementable(ISymbol m)
=> m.IsVirtual || m.IsAbstract;
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembersInThis(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
CancellationToken cancellationToken)
{
return classOrStructType.GetAllUnimplementedMembers(
interfacesOrAbstractClasses,
IsImplemented,
(t, m) =>
{
var implementation = classOrStructType.FindImplementationForInterfaceMember(m);
return implementation != null && Equals(implementation.ContainingType, classOrStructType);
},
GetMembers,
allowReimplementation: true,
cancellationToken: cancellationToken);
}
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembersInThis(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> interfaceMemberGetter,
CancellationToken cancellationToken)
{
return classOrStructType.GetAllUnimplementedMembers(
interfacesOrAbstractClasses,
IsImplemented,
(t, m) =>
{
var implementation = classOrStructType.FindImplementationForInterfaceMember(m);
return implementation != null && Equals(implementation.ContainingType, classOrStructType);
},
interfaceMemberGetter,
allowReimplementation: true,
cancellationToken: cancellationToken);
}
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedExplicitMembers(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfaces,
CancellationToken cancellationToken)
{
return classOrStructType.GetAllUnimplementedMembers(
interfaces,
IsExplicitlyImplemented,
ImplementationExists,
GetExplicitlyImplementableMembers,
allowReimplementation: false,
cancellationToken: cancellationToken);
}
private static ImmutableArray<ISymbol> GetExplicitlyImplementableMembers(INamedTypeSymbol type, ISymbol within)
{
if (type.TypeKind == TypeKind.Interface)
{
return type.GetMembers().WhereAsArray(m => m.Kind != SymbolKind.NamedType &&
IsImplementable(m) && m.IsAccessibleWithin(within) &&
!IsPropertyWithInaccessibleImplementableAccessor(m, within));
}
return type.GetMembers();
}
private static bool IsPropertyWithInaccessibleImplementableAccessor(ISymbol member, ISymbol within)
{
if (member.Kind != SymbolKind.Property)
{
return false;
}
var property = (IPropertySymbol)member;
return IsInaccessibleImplementableAccessor(property.GetMethod, within) || IsInaccessibleImplementableAccessor(property.SetMethod, within);
}
private static bool IsInaccessibleImplementableAccessor(IMethodSymbol? accessor, ISymbol within)
=> accessor != null && IsImplementable(accessor) && !accessor.IsAccessibleWithin(within);
private static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembers(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
Func<INamedTypeSymbol, ISymbol, Func<INamedTypeSymbol, ISymbol, bool>, CancellationToken, bool> isImplemented,
Func<INamedTypeSymbol, ISymbol, bool> isValidImplementation,
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> interfaceMemberGetter,
bool allowReimplementation,
CancellationToken cancellationToken)
{
Contract.ThrowIfNull(classOrStructType);
Contract.ThrowIfNull(interfacesOrAbstractClasses);
Contract.ThrowIfNull(isImplemented);
if (classOrStructType.TypeKind != TypeKind.Class && classOrStructType.TypeKind != TypeKind.Struct)
{
return ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)>.Empty;
}
if (!interfacesOrAbstractClasses.Any())
{
return ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)>.Empty;
}
if (!interfacesOrAbstractClasses.All(i => i.TypeKind == TypeKind.Interface) &&
!interfacesOrAbstractClasses.All(i => i.IsAbstractClass()))
{
return ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)>.Empty;
}
var typesToImplement = GetTypesToImplement(classOrStructType, interfacesOrAbstractClasses, allowReimplementation, cancellationToken);
return typesToImplement.SelectAsArray(s => (s, members: GetUnimplementedMembers(classOrStructType, s, isImplemented, isValidImplementation, interfaceMemberGetter, cancellationToken)))
.WhereAsArray(t => t.members.Length > 0);
}
private static ImmutableArray<INamedTypeSymbol> GetTypesToImplement(
INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
bool allowReimplementation,
CancellationToken cancellationToken)
{
return interfacesOrAbstractClasses.First().TypeKind == TypeKind.Interface
? GetInterfacesToImplement(classOrStructType, interfacesOrAbstractClasses, allowReimplementation, cancellationToken)
: GetAbstractClassesToImplement(interfacesOrAbstractClasses);
}
private static ImmutableArray<INamedTypeSymbol> GetAbstractClassesToImplement(
IEnumerable<INamedTypeSymbol> abstractClasses)
{
return abstractClasses.SelectMany(a => a.GetBaseTypesAndThis())
.Where(t => t.IsAbstractClass())
.ToImmutableArray();
}
private static ImmutableArray<INamedTypeSymbol> GetInterfacesToImplement(
INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfaces,
bool allowReimplementation,
CancellationToken cancellationToken)
{
// We need to not only implement the specified interface, but also everything it
// inherits from.
cancellationToken.ThrowIfCancellationRequested();
var interfacesToImplement = new List<INamedTypeSymbol>(
interfaces.SelectMany(i => i.GetAllInterfacesIncludingThis()).Distinct());
// However, there's no need to re-implement any interfaces that our base types already
// implement. By definition they must contain all the necessary methods.
var baseType = classOrStructType.BaseType;
var alreadyImplementedInterfaces = baseType == null || allowReimplementation
? SpecializedCollections.EmptyEnumerable<INamedTypeSymbol>()
: baseType.AllInterfaces;
cancellationToken.ThrowIfCancellationRequested();
interfacesToImplement.RemoveRange(alreadyImplementedInterfaces);
return interfacesToImplement.ToImmutableArray();
}
private static ImmutableArray<ISymbol> GetUnimplementedMembers(
this INamedTypeSymbol classOrStructType,
INamedTypeSymbol interfaceType,
Func<INamedTypeSymbol, ISymbol, Func<INamedTypeSymbol, ISymbol, bool>, CancellationToken, bool> isImplemented,
Func<INamedTypeSymbol, ISymbol, bool> isValidImplementation,
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> interfaceMemberGetter,
CancellationToken cancellationToken)
{
var q = from m in interfaceMemberGetter(interfaceType, classOrStructType)
where m.Kind != SymbolKind.NamedType
where m.Kind != SymbolKind.Method || ((IMethodSymbol)m).MethodKind is MethodKind.Ordinary or MethodKind.UserDefinedOperator
where m.Kind != SymbolKind.Property || ((IPropertySymbol)m).IsIndexer || ((IPropertySymbol)m).CanBeReferencedByName
where m.Kind != SymbolKind.Event || ((IEventSymbol)m).CanBeReferencedByName
where !isImplemented(classOrStructType, m, isValidImplementation, cancellationToken)
select m;
return q.ToImmutableArray();
}
public static IEnumerable<ISymbol> GetAttributeNamedParameters(
this INamedTypeSymbol attributeSymbol,
Compilation compilation,
ISymbol within)
{
using var _ = PooledHashSet<string>.GetInstance(out var seenNames);
var systemAttributeType = compilation.AttributeType();
foreach (var type in attributeSymbol.GetBaseTypesAndThis())
{
if (type.Equals(systemAttributeType))
{
break;
}
foreach (var member in type.GetMembers())
{
var namedParameter = IsAttributeNamedParameter(member, within ?? compilation.Assembly);
if (namedParameter != null && seenNames.Add(namedParameter.Name))
{
yield return namedParameter;
}
}
}
}
private static ISymbol? IsAttributeNamedParameter(
ISymbol symbol,
ISymbol within)
{
if (!symbol.CanBeReferencedByName ||
!symbol.IsAccessibleWithin(within))
{
return null;
}
switch (symbol.Kind)
{
case SymbolKind.Field:
var fieldSymbol = (IFieldSymbol)symbol;
if (!fieldSymbol.IsConst &&
!fieldSymbol.IsReadOnly &&
!fieldSymbol.IsStatic)
{
return fieldSymbol;
}
break;
case SymbolKind.Property:
var propertySymbol = (IPropertySymbol)symbol;
if (!propertySymbol.IsReadOnly &&
!propertySymbol.IsWriteOnly &&
!propertySymbol.IsStatic &&
propertySymbol.GetMethod != null &&
propertySymbol.SetMethod != null &&
propertySymbol.GetMethod.IsAccessibleWithin(within) &&
propertySymbol.SetMethod.IsAccessibleWithin(within))
{
return propertySymbol;
}
break;
}
return null;
}
private static ImmutableArray<ISymbol> GetMembers(INamedTypeSymbol type, ISymbol within)
=> type.GetMembers();
/// <summary>
/// Gets the set of members in the inheritance chain of <paramref name="containingType"/> that
/// are overridable. The members will be returned in furthest-base type to closest-base
/// type order. i.e. the overridable members of <see cref="System.Object"/> will be at the start
/// of the list, and the members of the direct parent type of <paramref name="containingType"/>
/// will be at the end of the list.
///
/// If a member has already been overridden (in <paramref name="containingType"/> or any base type)
/// it will not be included in the list.
/// </summary>
public static ImmutableArray<ISymbol> GetOverridableMembers(
this INamedTypeSymbol containingType, CancellationToken cancellationToken)
{
// Keep track of the symbols we've seen and what order we saw them in. The
// order allows us to produce the symbols in the end from the furthest base-type
// to the closest base-type
var result = new Dictionary<ISymbol, int>();
var index = 0;
if (containingType != null &&
!containingType.IsScriptClass &&
!containingType.IsImplicitClass &&
!containingType.IsStatic)
{
if (containingType.TypeKind == TypeKind.Class || containingType.TypeKind == TypeKind.Struct)
{
var baseTypes = containingType.GetBaseTypes().Reverse();
foreach (var type in baseTypes)
{
cancellationToken.ThrowIfCancellationRequested();
// Prefer overrides in derived classes
RemoveOverriddenMembers(result, type, cancellationToken);
// Retain overridable methods
AddOverridableMembers(result, containingType, type, ref index, cancellationToken);
}
// Don't suggest already overridden members
RemoveOverriddenMembers(result, containingType, cancellationToken);
}
}
return result.Keys.OrderBy(s => result[s]).ToImmutableArray();
}
private static void AddOverridableMembers(
Dictionary<ISymbol, int> result, INamedTypeSymbol containingType,
INamedTypeSymbol type, ref int index, CancellationToken cancellationToken)
{
foreach (var member in type.GetMembers())
{
cancellationToken.ThrowIfCancellationRequested();
if (IsOverridable(member, containingType))
{
result[member] = index++;
}
}
}
private static bool IsOverridable(ISymbol member, INamedTypeSymbol containingType)
{
if (!member.IsAbstract && !member.IsVirtual && !member.IsOverride)
return false;
if (member.IsSealed)
return false;
if (!member.IsAccessibleWithin(containingType))
return false;
return member switch
{
IEventSymbol => true,
IMethodSymbol { MethodKind: MethodKind.Ordinary, CanBeReferencedByName: true } => true,
IPropertySymbol { IsWithEvents: false } => true,
_ => false,
};
}
private static void RemoveOverriddenMembers(
Dictionary<ISymbol, int> result, INamedTypeSymbol containingType, CancellationToken cancellationToken)
{
foreach (var member in containingType.GetMembers())
{
cancellationToken.ThrowIfCancellationRequested();
// An implicitly declared override is still something the user can provide their own explicit override
// for. This is true for all implicit overrides *except* for the one for `bool object.Equals(object)`.
// This override is not one the user is allowed to provide their own override for as it must have a very
// particular implementation to ensure proper record equality semantics.
if (!member.IsImplicitlyDeclared || IsEqualsObjectOverride(member))
{
var overriddenMember = member.GetOverriddenMember();
if (overriddenMember != null)
result.Remove(overriddenMember);
}
}
}
private static bool IsEqualsObjectOverride(ISymbol? member)
{
if (member == null)
return false;
if (IsEqualsObject(member))
return true;
return IsEqualsObjectOverride(member.GetOverriddenMember());
}
private static bool IsEqualsObject(ISymbol member)
{
return member is IMethodSymbol
{
Name: nameof(Equals),
IsStatic: false,
ContainingType: { SpecialType: SpecialType.System_Object },
Parameters: { Length: 1 },
};
}
public static INamedTypeSymbol TryConstruct(this INamedTypeSymbol type, ITypeSymbol[] typeArguments)
=> typeArguments.Length > 0 ? type.Construct(typeArguments) : type;
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.PooledObjects;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Shared.Extensions
{
internal static partial class INamedTypeSymbolExtensions
{
public static IEnumerable<INamedTypeSymbol> GetBaseTypesAndThis(this INamedTypeSymbol? namedType)
{
var current = namedType;
while (current != null)
{
yield return current;
current = current.BaseType;
}
}
public static ImmutableArray<ITypeParameterSymbol> GetAllTypeParameters(this INamedTypeSymbol? symbol)
{
var stack = GetContainmentStack(symbol);
return stack.SelectMany(n => n.TypeParameters).ToImmutableArray();
}
public static IEnumerable<ITypeSymbol> GetAllTypeArguments(this INamedTypeSymbol? symbol)
{
var stack = GetContainmentStack(symbol);
return stack.SelectMany(n => n.TypeArguments);
}
private static Stack<INamedTypeSymbol> GetContainmentStack(INamedTypeSymbol? symbol)
{
var stack = new Stack<INamedTypeSymbol>();
for (var current = symbol; current != null; current = current.ContainingType)
{
stack.Push(current);
}
return stack;
}
public static bool IsContainedWithin([NotNullWhen(returnValue: true)] this INamedTypeSymbol? symbol, INamedTypeSymbol outer)
{
// TODO(cyrusn): Should we be using OriginalSymbol here?
for (var current = symbol; current != null; current = current.ContainingType)
{
if (current.Equals(outer))
{
return true;
}
}
return false;
}
public static ISymbol? FindImplementationForAbstractMember(this INamedTypeSymbol? type, ISymbol symbol)
{
if (symbol.IsAbstract)
{
return type.GetBaseTypesAndThis().SelectMany(t => t.GetMembers(symbol.Name))
.FirstOrDefault(s => symbol.Equals(s.GetOverriddenMember()));
}
return null;
}
private static bool ImplementationExists(INamedTypeSymbol classOrStructType, ISymbol member)
=> classOrStructType.FindImplementationForInterfaceMember(member) != null;
private static bool IsImplemented(
this INamedTypeSymbol classOrStructType,
ISymbol member,
Func<INamedTypeSymbol, ISymbol, bool> isValidImplementation,
CancellationToken cancellationToken)
{
if (member.ContainingType.TypeKind == TypeKind.Interface)
{
if (member.Kind == SymbolKind.Property)
{
return IsInterfacePropertyImplemented(classOrStructType, (IPropertySymbol)member);
}
else
{
return isValidImplementation(classOrStructType, member);
}
}
if (member.IsAbstract)
{
if (member.Kind == SymbolKind.Property)
{
return IsAbstractPropertyImplemented(classOrStructType, (IPropertySymbol)member);
}
else
{
return classOrStructType.FindImplementationForAbstractMember(member) != null;
}
}
return true;
}
private static bool IsInterfacePropertyImplemented(INamedTypeSymbol classOrStructType, IPropertySymbol propertySymbol)
{
// A property is only fully implemented if both it's setter and getter is implemented.
return IsAccessorImplemented(propertySymbol.GetMethod, classOrStructType) && IsAccessorImplemented(propertySymbol.SetMethod, classOrStructType);
// local functions
static bool IsAccessorImplemented(IMethodSymbol? accessor, INamedTypeSymbol classOrStructType)
{
return accessor == null || !IsImplementable(accessor) || classOrStructType.FindImplementationForInterfaceMember(accessor) != null;
}
}
private static bool IsAbstractPropertyImplemented(INamedTypeSymbol classOrStructType, IPropertySymbol propertySymbol)
{
// A property is only fully implemented if both it's setter and getter is implemented.
if (propertySymbol.GetMethod != null)
{
if (classOrStructType.FindImplementationForAbstractMember(propertySymbol.GetMethod) == null)
{
return false;
}
}
if (propertySymbol.SetMethod != null)
{
if (classOrStructType.FindImplementationForAbstractMember(propertySymbol.SetMethod) == null)
{
return false;
}
}
return true;
}
private static bool IsExplicitlyImplemented(
this INamedTypeSymbol classOrStructType,
ISymbol member,
Func<INamedTypeSymbol, ISymbol, bool> isValid,
CancellationToken cancellationToken)
{
var implementation = classOrStructType.FindImplementationForInterfaceMember(member);
if (implementation?.ContainingType.TypeKind == TypeKind.Interface)
{
// Treat all implementations in interfaces as explicit, even the original declaration with implementation.
// There are no implicit interface implementations in derived interfaces and it feels reasonable to treat
// original declaration with implementation as an explicit implementation as well, the implementation is
// explicitly provided after all. All implementations in interfaces will be treated uniformly.
return true;
}
return implementation switch
{
IEventSymbol @event => @event.ExplicitInterfaceImplementations.Length > 0,
IMethodSymbol method => method.ExplicitInterfaceImplementations.Length > 0,
IPropertySymbol property => property.ExplicitInterfaceImplementations.Length > 0,
_ => false,
};
}
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembers(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfaces,
bool includeMembersRequiringExplicitImplementation,
CancellationToken cancellationToken)
{
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> GetMembers;
if (includeMembersRequiringExplicitImplementation)
{
GetMembers = GetExplicitlyImplementableMembers;
}
else
{
GetMembers = GetImplicitlyImplementableMembers;
}
return classOrStructType.GetAllUnimplementedMembers(
interfaces,
IsImplemented,
ImplementationExists,
GetMembers,
allowReimplementation: false,
cancellationToken: cancellationToken);
// local functions
static ImmutableArray<ISymbol> GetImplicitlyImplementableMembers(INamedTypeSymbol type, ISymbol within)
{
if (type.TypeKind == TypeKind.Interface)
{
return type.GetMembers().WhereAsArray(m => m.DeclaredAccessibility == Accessibility.Public &&
m.Kind != SymbolKind.NamedType && IsImplementable(m) &&
!IsPropertyWithNonPublicImplementableAccessor(m) &&
IsImplicitlyImplementable(m, within));
}
return type.GetMembers();
}
static bool IsPropertyWithNonPublicImplementableAccessor(ISymbol member)
{
if (member.Kind != SymbolKind.Property)
{
return false;
}
var property = (IPropertySymbol)member;
return IsNonPublicImplementableAccessor(property.GetMethod) || IsNonPublicImplementableAccessor(property.SetMethod);
}
static bool IsNonPublicImplementableAccessor(IMethodSymbol? accessor)
{
return accessor != null && IsImplementable(accessor) && accessor.DeclaredAccessibility != Accessibility.Public;
}
static bool IsImplicitlyImplementable(ISymbol member, ISymbol within)
{
if (member is IMethodSymbol { IsStatic: true, IsAbstract: true, MethodKind: MethodKind.UserDefinedOperator } method)
{
// For example, the following is not implementable implicitly.
// interface I { static abstract int operator -(I x); }
// But the following is implementable:
// interface I<T> where T : I<T> { static abstract int operator -(T x); }
// See https://github.com/dotnet/csharplang/blob/main/spec/classes.md#unary-operators.
return method.Parameters.Any(p => p.Type.Equals(within, SymbolEqualityComparer.Default));
}
return true;
}
}
private static bool IsImplementable(ISymbol m)
=> m.IsVirtual || m.IsAbstract;
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembersInThis(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
CancellationToken cancellationToken)
{
return classOrStructType.GetAllUnimplementedMembers(
interfacesOrAbstractClasses,
IsImplemented,
(t, m) =>
{
var implementation = classOrStructType.FindImplementationForInterfaceMember(m);
return implementation != null && Equals(implementation.ContainingType, classOrStructType);
},
GetMembers,
allowReimplementation: true,
cancellationToken: cancellationToken);
}
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembersInThis(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> interfaceMemberGetter,
CancellationToken cancellationToken)
{
return classOrStructType.GetAllUnimplementedMembers(
interfacesOrAbstractClasses,
IsImplemented,
(t, m) =>
{
var implementation = classOrStructType.FindImplementationForInterfaceMember(m);
return implementation != null && Equals(implementation.ContainingType, classOrStructType);
},
interfaceMemberGetter,
allowReimplementation: true,
cancellationToken: cancellationToken);
}
public static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedExplicitMembers(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfaces,
CancellationToken cancellationToken)
{
return classOrStructType.GetAllUnimplementedMembers(
interfaces,
IsExplicitlyImplemented,
ImplementationExists,
GetExplicitlyImplementableMembers,
allowReimplementation: false,
cancellationToken: cancellationToken);
}
private static ImmutableArray<ISymbol> GetExplicitlyImplementableMembers(INamedTypeSymbol type, ISymbol within)
{
if (type.TypeKind == TypeKind.Interface)
{
return type.GetMembers().WhereAsArray(m => m.Kind != SymbolKind.NamedType &&
IsImplementable(m) && m.IsAccessibleWithin(within) &&
!IsPropertyWithInaccessibleImplementableAccessor(m, within));
}
return type.GetMembers();
}
private static bool IsPropertyWithInaccessibleImplementableAccessor(ISymbol member, ISymbol within)
{
if (member.Kind != SymbolKind.Property)
{
return false;
}
var property = (IPropertySymbol)member;
return IsInaccessibleImplementableAccessor(property.GetMethod, within) || IsInaccessibleImplementableAccessor(property.SetMethod, within);
}
private static bool IsInaccessibleImplementableAccessor(IMethodSymbol? accessor, ISymbol within)
=> accessor != null && IsImplementable(accessor) && !accessor.IsAccessibleWithin(within);
private static ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)> GetAllUnimplementedMembers(
this INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
Func<INamedTypeSymbol, ISymbol, Func<INamedTypeSymbol, ISymbol, bool>, CancellationToken, bool> isImplemented,
Func<INamedTypeSymbol, ISymbol, bool> isValidImplementation,
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> interfaceMemberGetter,
bool allowReimplementation,
CancellationToken cancellationToken)
{
Contract.ThrowIfNull(classOrStructType);
Contract.ThrowIfNull(interfacesOrAbstractClasses);
Contract.ThrowIfNull(isImplemented);
if (classOrStructType.TypeKind != TypeKind.Class && classOrStructType.TypeKind != TypeKind.Struct)
{
return ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)>.Empty;
}
if (!interfacesOrAbstractClasses.Any())
{
return ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)>.Empty;
}
if (!interfacesOrAbstractClasses.All(i => i.TypeKind == TypeKind.Interface) &&
!interfacesOrAbstractClasses.All(i => i.IsAbstractClass()))
{
return ImmutableArray<(INamedTypeSymbol type, ImmutableArray<ISymbol> members)>.Empty;
}
var typesToImplement = GetTypesToImplement(classOrStructType, interfacesOrAbstractClasses, allowReimplementation, cancellationToken);
return typesToImplement.SelectAsArray(s => (s, members: GetUnimplementedMembers(classOrStructType, s, isImplemented, isValidImplementation, interfaceMemberGetter, cancellationToken)))
.WhereAsArray(t => t.members.Length > 0);
}
private static ImmutableArray<INamedTypeSymbol> GetTypesToImplement(
INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfacesOrAbstractClasses,
bool allowReimplementation,
CancellationToken cancellationToken)
{
return interfacesOrAbstractClasses.First().TypeKind == TypeKind.Interface
? GetInterfacesToImplement(classOrStructType, interfacesOrAbstractClasses, allowReimplementation, cancellationToken)
: GetAbstractClassesToImplement(interfacesOrAbstractClasses);
}
private static ImmutableArray<INamedTypeSymbol> GetAbstractClassesToImplement(
IEnumerable<INamedTypeSymbol> abstractClasses)
{
return abstractClasses.SelectMany(a => a.GetBaseTypesAndThis())
.Where(t => t.IsAbstractClass())
.ToImmutableArray();
}
private static ImmutableArray<INamedTypeSymbol> GetInterfacesToImplement(
INamedTypeSymbol classOrStructType,
IEnumerable<INamedTypeSymbol> interfaces,
bool allowReimplementation,
CancellationToken cancellationToken)
{
// We need to not only implement the specified interface, but also everything it
// inherits from.
cancellationToken.ThrowIfCancellationRequested();
var interfacesToImplement = new List<INamedTypeSymbol>(
interfaces.SelectMany(i => i.GetAllInterfacesIncludingThis()).Distinct());
// However, there's no need to re-implement any interfaces that our base types already
// implement. By definition they must contain all the necessary methods.
var baseType = classOrStructType.BaseType;
var alreadyImplementedInterfaces = baseType == null || allowReimplementation
? SpecializedCollections.EmptyEnumerable<INamedTypeSymbol>()
: baseType.AllInterfaces;
cancellationToken.ThrowIfCancellationRequested();
interfacesToImplement.RemoveRange(alreadyImplementedInterfaces);
return interfacesToImplement.ToImmutableArray();
}
private static ImmutableArray<ISymbol> GetUnimplementedMembers(
this INamedTypeSymbol classOrStructType,
INamedTypeSymbol interfaceType,
Func<INamedTypeSymbol, ISymbol, Func<INamedTypeSymbol, ISymbol, bool>, CancellationToken, bool> isImplemented,
Func<INamedTypeSymbol, ISymbol, bool> isValidImplementation,
Func<INamedTypeSymbol, ISymbol, ImmutableArray<ISymbol>> interfaceMemberGetter,
CancellationToken cancellationToken)
{
var q = from m in interfaceMemberGetter(interfaceType, classOrStructType)
where m.Kind != SymbolKind.NamedType
where m.Kind != SymbolKind.Method || ((IMethodSymbol)m).MethodKind is MethodKind.Ordinary or MethodKind.UserDefinedOperator
where m.Kind != SymbolKind.Property || ((IPropertySymbol)m).IsIndexer || ((IPropertySymbol)m).CanBeReferencedByName
where m.Kind != SymbolKind.Event || ((IEventSymbol)m).CanBeReferencedByName
where !isImplemented(classOrStructType, m, isValidImplementation, cancellationToken)
select m;
return q.ToImmutableArray();
}
public static IEnumerable<ISymbol> GetAttributeNamedParameters(
this INamedTypeSymbol attributeSymbol,
Compilation compilation,
ISymbol within)
{
using var _ = PooledHashSet<string>.GetInstance(out var seenNames);
var systemAttributeType = compilation.AttributeType();
foreach (var type in attributeSymbol.GetBaseTypesAndThis())
{
if (type.Equals(systemAttributeType))
{
break;
}
foreach (var member in type.GetMembers())
{
var namedParameter = IsAttributeNamedParameter(member, within ?? compilation.Assembly);
if (namedParameter != null && seenNames.Add(namedParameter.Name))
{
yield return namedParameter;
}
}
}
}
private static ISymbol? IsAttributeNamedParameter(
ISymbol symbol,
ISymbol within)
{
if (!symbol.CanBeReferencedByName ||
!symbol.IsAccessibleWithin(within))
{
return null;
}
switch (symbol.Kind)
{
case SymbolKind.Field:
var fieldSymbol = (IFieldSymbol)symbol;
if (!fieldSymbol.IsConst &&
!fieldSymbol.IsReadOnly &&
!fieldSymbol.IsStatic)
{
return fieldSymbol;
}
break;
case SymbolKind.Property:
var propertySymbol = (IPropertySymbol)symbol;
if (!propertySymbol.IsReadOnly &&
!propertySymbol.IsWriteOnly &&
!propertySymbol.IsStatic &&
propertySymbol.GetMethod != null &&
propertySymbol.SetMethod != null &&
propertySymbol.GetMethod.IsAccessibleWithin(within) &&
propertySymbol.SetMethod.IsAccessibleWithin(within))
{
return propertySymbol;
}
break;
}
return null;
}
private static ImmutableArray<ISymbol> GetMembers(INamedTypeSymbol type, ISymbol within)
=> type.GetMembers();
/// <summary>
/// Gets the set of members in the inheritance chain of <paramref name="containingType"/> that
/// are overridable. The members will be returned in furthest-base type to closest-base
/// type order. i.e. the overridable members of <see cref="System.Object"/> will be at the start
/// of the list, and the members of the direct parent type of <paramref name="containingType"/>
/// will be at the end of the list.
///
/// If a member has already been overridden (in <paramref name="containingType"/> or any base type)
/// it will not be included in the list.
/// </summary>
public static ImmutableArray<ISymbol> GetOverridableMembers(
this INamedTypeSymbol containingType, CancellationToken cancellationToken)
{
// Keep track of the symbols we've seen and what order we saw them in. The
// order allows us to produce the symbols in the end from the furthest base-type
// to the closest base-type
var result = new Dictionary<ISymbol, int>();
var index = 0;
if (containingType != null &&
!containingType.IsScriptClass &&
!containingType.IsImplicitClass &&
!containingType.IsStatic)
{
if (containingType.TypeKind == TypeKind.Class || containingType.TypeKind == TypeKind.Struct)
{
var baseTypes = containingType.GetBaseTypes().Reverse();
foreach (var type in baseTypes)
{
cancellationToken.ThrowIfCancellationRequested();
// Prefer overrides in derived classes
RemoveOverriddenMembers(result, type, cancellationToken);
// Retain overridable methods
AddOverridableMembers(result, containingType, type, ref index, cancellationToken);
}
// Don't suggest already overridden members
RemoveOverriddenMembers(result, containingType, cancellationToken);
}
}
return result.Keys.OrderBy(s => result[s]).ToImmutableArray();
}
private static void AddOverridableMembers(
Dictionary<ISymbol, int> result, INamedTypeSymbol containingType,
INamedTypeSymbol type, ref int index, CancellationToken cancellationToken)
{
foreach (var member in type.GetMembers())
{
cancellationToken.ThrowIfCancellationRequested();
if (IsOverridable(member, containingType))
{
result[member] = index++;
}
}
}
private static bool IsOverridable(ISymbol member, INamedTypeSymbol containingType)
{
if (!member.IsAbstract && !member.IsVirtual && !member.IsOverride)
return false;
if (member.IsSealed)
return false;
if (!member.IsAccessibleWithin(containingType))
return false;
return member switch
{
IEventSymbol => true,
IMethodSymbol { MethodKind: MethodKind.Ordinary, CanBeReferencedByName: true } => true,
IPropertySymbol { IsWithEvents: false } => true,
_ => false,
};
}
private static void RemoveOverriddenMembers(
Dictionary<ISymbol, int> result, INamedTypeSymbol containingType, CancellationToken cancellationToken)
{
foreach (var member in containingType.GetMembers())
{
cancellationToken.ThrowIfCancellationRequested();
// An implicitly declared override is still something the user can provide their own explicit override
// for. This is true for all implicit overrides *except* for the one for `bool object.Equals(object)`.
// This override is not one the user is allowed to provide their own override for as it must have a very
// particular implementation to ensure proper record equality semantics.
if (!member.IsImplicitlyDeclared || IsEqualsObjectOverride(member))
{
var overriddenMember = member.GetOverriddenMember();
if (overriddenMember != null)
result.Remove(overriddenMember);
}
}
}
private static bool IsEqualsObjectOverride(ISymbol? member)
{
if (member == null)
return false;
if (IsEqualsObject(member))
return true;
return IsEqualsObjectOverride(member.GetOverriddenMember());
}
private static bool IsEqualsObject(ISymbol member)
{
return member is IMethodSymbol
{
Name: nameof(Equals),
IsStatic: false,
ContainingType: { SpecialType: SpecialType.System_Object },
Parameters: { Length: 1 },
};
}
public static INamedTypeSymbol TryConstruct(this INamedTypeSymbol type, ITypeSymbol[] typeArguments)
=> typeArguments.Length > 0 ? type.Construct(typeArguments) : type;
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/Portable/Binder/Semantics/Operators/OperatorFacts.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
internal static class OperatorFacts
{
public static bool DefinitelyHasNoUserDefinedOperators(TypeSymbol type)
{
// We can take an early out and not look for user-defined operators.
switch (type.TypeKind)
{
case TypeKind.Struct:
case TypeKind.Class:
case TypeKind.TypeParameter:
case TypeKind.Interface:
break;
default:
return true;
}
// System.Decimal does have user-defined operators but it is treated as
// though it were a built-in type.
switch (type.SpecialType)
{
case SpecialType.System_Array:
case SpecialType.System_Boolean:
case SpecialType.System_Byte:
case SpecialType.System_Char:
case SpecialType.System_Decimal:
case SpecialType.System_Delegate:
case SpecialType.System_Double:
case SpecialType.System_Enum:
case SpecialType.System_Int16:
case SpecialType.System_Int32:
case SpecialType.System_Int64:
case SpecialType.System_IntPtr when type.IsNativeIntegerType:
case SpecialType.System_UIntPtr when type.IsNativeIntegerType:
case SpecialType.System_MulticastDelegate:
case SpecialType.System_Object:
case SpecialType.System_SByte:
case SpecialType.System_Single:
case SpecialType.System_String:
case SpecialType.System_UInt16:
case SpecialType.System_UInt32:
case SpecialType.System_UInt64:
case SpecialType.System_ValueType:
case SpecialType.System_Void:
return true;
}
return false;
}
public static string BinaryOperatorNameFromSyntaxKind(SyntaxKind kind)
{
return BinaryOperatorNameFromSyntaxKindIfAny(kind) ??
WellKnownMemberNames.AdditionOperatorName; // This can occur in the presence of syntax errors.
}
internal static string BinaryOperatorNameFromSyntaxKindIfAny(SyntaxKind kind)
{
switch (kind)
{
case SyntaxKind.PlusToken: return WellKnownMemberNames.AdditionOperatorName;
case SyntaxKind.MinusToken: return WellKnownMemberNames.SubtractionOperatorName;
case SyntaxKind.AsteriskToken: return WellKnownMemberNames.MultiplyOperatorName;
case SyntaxKind.SlashToken: return WellKnownMemberNames.DivisionOperatorName;
case SyntaxKind.PercentToken: return WellKnownMemberNames.ModulusOperatorName;
case SyntaxKind.CaretToken: return WellKnownMemberNames.ExclusiveOrOperatorName;
case SyntaxKind.AmpersandToken: return WellKnownMemberNames.BitwiseAndOperatorName;
case SyntaxKind.BarToken: return WellKnownMemberNames.BitwiseOrOperatorName;
case SyntaxKind.EqualsEqualsToken: return WellKnownMemberNames.EqualityOperatorName;
case SyntaxKind.LessThanToken: return WellKnownMemberNames.LessThanOperatorName;
case SyntaxKind.LessThanEqualsToken: return WellKnownMemberNames.LessThanOrEqualOperatorName;
case SyntaxKind.LessThanLessThanToken: return WellKnownMemberNames.LeftShiftOperatorName;
case SyntaxKind.GreaterThanToken: return WellKnownMemberNames.GreaterThanOperatorName;
case SyntaxKind.GreaterThanEqualsToken: return WellKnownMemberNames.GreaterThanOrEqualOperatorName;
case SyntaxKind.GreaterThanGreaterThanToken: return WellKnownMemberNames.RightShiftOperatorName;
case SyntaxKind.ExclamationEqualsToken: return WellKnownMemberNames.InequalityOperatorName;
default:
return null;
}
}
public static string UnaryOperatorNameFromSyntaxKind(SyntaxKind kind)
{
return UnaryOperatorNameFromSyntaxKindIfAny(kind) ??
WellKnownMemberNames.UnaryPlusOperatorName; // This can occur in the presence of syntax errors.
}
internal static string UnaryOperatorNameFromSyntaxKindIfAny(SyntaxKind kind)
{
switch (kind)
{
case SyntaxKind.PlusToken: return WellKnownMemberNames.UnaryPlusOperatorName;
case SyntaxKind.MinusToken: return WellKnownMemberNames.UnaryNegationOperatorName;
case SyntaxKind.TildeToken: return WellKnownMemberNames.OnesComplementOperatorName;
case SyntaxKind.ExclamationToken: return WellKnownMemberNames.LogicalNotOperatorName;
case SyntaxKind.PlusPlusToken: return WellKnownMemberNames.IncrementOperatorName;
case SyntaxKind.MinusMinusToken: return WellKnownMemberNames.DecrementOperatorName;
case SyntaxKind.TrueKeyword: return WellKnownMemberNames.TrueOperatorName;
case SyntaxKind.FalseKeyword: return WellKnownMemberNames.FalseOperatorName;
default:
return null;
}
}
public static string OperatorNameFromDeclaration(OperatorDeclarationSyntax declaration)
{
return OperatorNameFromDeclaration((Syntax.InternalSyntax.OperatorDeclarationSyntax)(declaration.Green));
}
public static string OperatorNameFromDeclaration(Syntax.InternalSyntax.OperatorDeclarationSyntax declaration)
{
var opTokenKind = declaration.OperatorToken.Kind;
if (SyntaxFacts.IsBinaryExpressionOperatorToken(opTokenKind))
{
// Some tokens may be either unary or binary operators (e.g. +, -).
if (SyntaxFacts.IsPrefixUnaryExpressionOperatorToken(opTokenKind) &&
declaration.ParameterList.Parameters.Count == 1)
{
return OperatorFacts.UnaryOperatorNameFromSyntaxKind(opTokenKind);
}
return OperatorFacts.BinaryOperatorNameFromSyntaxKind(opTokenKind);
}
else if (SyntaxFacts.IsUnaryOperatorDeclarationToken(opTokenKind))
{
return OperatorFacts.UnaryOperatorNameFromSyntaxKind(opTokenKind);
}
else
{
// fallback for error recovery
return WellKnownMemberNames.UnaryPlusOperatorName;
}
}
public static string OperatorNameFromDeclaration(ConversionOperatorDeclarationSyntax declaration)
{
return OperatorNameFromDeclaration((Syntax.InternalSyntax.ConversionOperatorDeclarationSyntax)(declaration.Green));
}
public static string OperatorNameFromDeclaration(Syntax.InternalSyntax.ConversionOperatorDeclarationSyntax declaration)
{
switch (declaration.ImplicitOrExplicitKeyword.Kind)
{
case SyntaxKind.ImplicitKeyword:
return WellKnownMemberNames.ImplicitConversionName;
default:
return WellKnownMemberNames.ExplicitConversionName;
}
}
public static string UnaryOperatorNameFromOperatorKind(UnaryOperatorKind kind)
{
switch (kind & UnaryOperatorKind.OpMask)
{
case UnaryOperatorKind.UnaryPlus: return WellKnownMemberNames.UnaryPlusOperatorName;
case UnaryOperatorKind.UnaryMinus: return WellKnownMemberNames.UnaryNegationOperatorName;
case UnaryOperatorKind.BitwiseComplement: return WellKnownMemberNames.OnesComplementOperatorName;
case UnaryOperatorKind.LogicalNegation: return WellKnownMemberNames.LogicalNotOperatorName;
case UnaryOperatorKind.PostfixIncrement:
case UnaryOperatorKind.PrefixIncrement: return WellKnownMemberNames.IncrementOperatorName;
case UnaryOperatorKind.PostfixDecrement:
case UnaryOperatorKind.PrefixDecrement: return WellKnownMemberNames.DecrementOperatorName;
case UnaryOperatorKind.True: return WellKnownMemberNames.TrueOperatorName;
case UnaryOperatorKind.False: return WellKnownMemberNames.FalseOperatorName;
default:
throw ExceptionUtilities.UnexpectedValue(kind & UnaryOperatorKind.OpMask);
}
}
public static string BinaryOperatorNameFromOperatorKind(BinaryOperatorKind kind)
{
switch (kind & BinaryOperatorKind.OpMask)
{
case BinaryOperatorKind.Addition: return WellKnownMemberNames.AdditionOperatorName;
case BinaryOperatorKind.And: return WellKnownMemberNames.BitwiseAndOperatorName;
case BinaryOperatorKind.Division: return WellKnownMemberNames.DivisionOperatorName;
case BinaryOperatorKind.Equal: return WellKnownMemberNames.EqualityOperatorName;
case BinaryOperatorKind.GreaterThan: return WellKnownMemberNames.GreaterThanOperatorName;
case BinaryOperatorKind.GreaterThanOrEqual: return WellKnownMemberNames.GreaterThanOrEqualOperatorName;
case BinaryOperatorKind.LeftShift: return WellKnownMemberNames.LeftShiftOperatorName;
case BinaryOperatorKind.LessThan: return WellKnownMemberNames.LessThanOperatorName;
case BinaryOperatorKind.LessThanOrEqual: return WellKnownMemberNames.LessThanOrEqualOperatorName;
case BinaryOperatorKind.Multiplication: return WellKnownMemberNames.MultiplyOperatorName;
case BinaryOperatorKind.Or: return WellKnownMemberNames.BitwiseOrOperatorName;
case BinaryOperatorKind.NotEqual: return WellKnownMemberNames.InequalityOperatorName;
case BinaryOperatorKind.Remainder: return WellKnownMemberNames.ModulusOperatorName;
case BinaryOperatorKind.RightShift: return WellKnownMemberNames.RightShiftOperatorName;
case BinaryOperatorKind.Subtraction: return WellKnownMemberNames.SubtractionOperatorName;
case BinaryOperatorKind.Xor: return WellKnownMemberNames.ExclusiveOrOperatorName;
default:
throw ExceptionUtilities.UnexpectedValue(kind & BinaryOperatorKind.OpMask);
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
internal static class OperatorFacts
{
public static bool DefinitelyHasNoUserDefinedOperators(TypeSymbol type)
{
// We can take an early out and not look for user-defined operators.
switch (type.TypeKind)
{
case TypeKind.Struct:
case TypeKind.Class:
case TypeKind.TypeParameter:
case TypeKind.Interface:
break;
default:
return true;
}
// System.Decimal does have user-defined operators but it is treated as
// though it were a built-in type.
switch (type.SpecialType)
{
case SpecialType.System_Array:
case SpecialType.System_Boolean:
case SpecialType.System_Byte:
case SpecialType.System_Char:
case SpecialType.System_Decimal:
case SpecialType.System_Delegate:
case SpecialType.System_Double:
case SpecialType.System_Enum:
case SpecialType.System_Int16:
case SpecialType.System_Int32:
case SpecialType.System_Int64:
case SpecialType.System_IntPtr when type.IsNativeIntegerType:
case SpecialType.System_UIntPtr when type.IsNativeIntegerType:
case SpecialType.System_MulticastDelegate:
case SpecialType.System_Object:
case SpecialType.System_SByte:
case SpecialType.System_Single:
case SpecialType.System_String:
case SpecialType.System_UInt16:
case SpecialType.System_UInt32:
case SpecialType.System_UInt64:
case SpecialType.System_ValueType:
case SpecialType.System_Void:
return true;
}
return false;
}
public static string BinaryOperatorNameFromSyntaxKind(SyntaxKind kind)
{
return BinaryOperatorNameFromSyntaxKindIfAny(kind) ??
WellKnownMemberNames.AdditionOperatorName; // This can occur in the presence of syntax errors.
}
internal static string BinaryOperatorNameFromSyntaxKindIfAny(SyntaxKind kind)
{
switch (kind)
{
case SyntaxKind.PlusToken: return WellKnownMemberNames.AdditionOperatorName;
case SyntaxKind.MinusToken: return WellKnownMemberNames.SubtractionOperatorName;
case SyntaxKind.AsteriskToken: return WellKnownMemberNames.MultiplyOperatorName;
case SyntaxKind.SlashToken: return WellKnownMemberNames.DivisionOperatorName;
case SyntaxKind.PercentToken: return WellKnownMemberNames.ModulusOperatorName;
case SyntaxKind.CaretToken: return WellKnownMemberNames.ExclusiveOrOperatorName;
case SyntaxKind.AmpersandToken: return WellKnownMemberNames.BitwiseAndOperatorName;
case SyntaxKind.BarToken: return WellKnownMemberNames.BitwiseOrOperatorName;
case SyntaxKind.EqualsEqualsToken: return WellKnownMemberNames.EqualityOperatorName;
case SyntaxKind.LessThanToken: return WellKnownMemberNames.LessThanOperatorName;
case SyntaxKind.LessThanEqualsToken: return WellKnownMemberNames.LessThanOrEqualOperatorName;
case SyntaxKind.LessThanLessThanToken: return WellKnownMemberNames.LeftShiftOperatorName;
case SyntaxKind.GreaterThanToken: return WellKnownMemberNames.GreaterThanOperatorName;
case SyntaxKind.GreaterThanEqualsToken: return WellKnownMemberNames.GreaterThanOrEqualOperatorName;
case SyntaxKind.GreaterThanGreaterThanToken: return WellKnownMemberNames.RightShiftOperatorName;
case SyntaxKind.ExclamationEqualsToken: return WellKnownMemberNames.InequalityOperatorName;
default:
return null;
}
}
public static string UnaryOperatorNameFromSyntaxKind(SyntaxKind kind)
{
return UnaryOperatorNameFromSyntaxKindIfAny(kind) ??
WellKnownMemberNames.UnaryPlusOperatorName; // This can occur in the presence of syntax errors.
}
internal static string UnaryOperatorNameFromSyntaxKindIfAny(SyntaxKind kind)
{
switch (kind)
{
case SyntaxKind.PlusToken: return WellKnownMemberNames.UnaryPlusOperatorName;
case SyntaxKind.MinusToken: return WellKnownMemberNames.UnaryNegationOperatorName;
case SyntaxKind.TildeToken: return WellKnownMemberNames.OnesComplementOperatorName;
case SyntaxKind.ExclamationToken: return WellKnownMemberNames.LogicalNotOperatorName;
case SyntaxKind.PlusPlusToken: return WellKnownMemberNames.IncrementOperatorName;
case SyntaxKind.MinusMinusToken: return WellKnownMemberNames.DecrementOperatorName;
case SyntaxKind.TrueKeyword: return WellKnownMemberNames.TrueOperatorName;
case SyntaxKind.FalseKeyword: return WellKnownMemberNames.FalseOperatorName;
default:
return null;
}
}
public static string OperatorNameFromDeclaration(OperatorDeclarationSyntax declaration)
{
return OperatorNameFromDeclaration((Syntax.InternalSyntax.OperatorDeclarationSyntax)(declaration.Green));
}
public static string OperatorNameFromDeclaration(Syntax.InternalSyntax.OperatorDeclarationSyntax declaration)
{
var opTokenKind = declaration.OperatorToken.Kind;
if (SyntaxFacts.IsBinaryExpressionOperatorToken(opTokenKind))
{
// Some tokens may be either unary or binary operators (e.g. +, -).
if (SyntaxFacts.IsPrefixUnaryExpressionOperatorToken(opTokenKind) &&
declaration.ParameterList.Parameters.Count == 1)
{
return OperatorFacts.UnaryOperatorNameFromSyntaxKind(opTokenKind);
}
return OperatorFacts.BinaryOperatorNameFromSyntaxKind(opTokenKind);
}
else if (SyntaxFacts.IsUnaryOperatorDeclarationToken(opTokenKind))
{
return OperatorFacts.UnaryOperatorNameFromSyntaxKind(opTokenKind);
}
else
{
// fallback for error recovery
return WellKnownMemberNames.UnaryPlusOperatorName;
}
}
public static string OperatorNameFromDeclaration(ConversionOperatorDeclarationSyntax declaration)
{
return OperatorNameFromDeclaration((Syntax.InternalSyntax.ConversionOperatorDeclarationSyntax)(declaration.Green));
}
public static string OperatorNameFromDeclaration(Syntax.InternalSyntax.ConversionOperatorDeclarationSyntax declaration)
{
switch (declaration.ImplicitOrExplicitKeyword.Kind)
{
case SyntaxKind.ImplicitKeyword:
return WellKnownMemberNames.ImplicitConversionName;
default:
return WellKnownMemberNames.ExplicitConversionName;
}
}
public static string UnaryOperatorNameFromOperatorKind(UnaryOperatorKind kind)
{
switch (kind & UnaryOperatorKind.OpMask)
{
case UnaryOperatorKind.UnaryPlus: return WellKnownMemberNames.UnaryPlusOperatorName;
case UnaryOperatorKind.UnaryMinus: return WellKnownMemberNames.UnaryNegationOperatorName;
case UnaryOperatorKind.BitwiseComplement: return WellKnownMemberNames.OnesComplementOperatorName;
case UnaryOperatorKind.LogicalNegation: return WellKnownMemberNames.LogicalNotOperatorName;
case UnaryOperatorKind.PostfixIncrement:
case UnaryOperatorKind.PrefixIncrement: return WellKnownMemberNames.IncrementOperatorName;
case UnaryOperatorKind.PostfixDecrement:
case UnaryOperatorKind.PrefixDecrement: return WellKnownMemberNames.DecrementOperatorName;
case UnaryOperatorKind.True: return WellKnownMemberNames.TrueOperatorName;
case UnaryOperatorKind.False: return WellKnownMemberNames.FalseOperatorName;
default:
throw ExceptionUtilities.UnexpectedValue(kind & UnaryOperatorKind.OpMask);
}
}
public static string BinaryOperatorNameFromOperatorKind(BinaryOperatorKind kind)
{
switch (kind & BinaryOperatorKind.OpMask)
{
case BinaryOperatorKind.Addition: return WellKnownMemberNames.AdditionOperatorName;
case BinaryOperatorKind.And: return WellKnownMemberNames.BitwiseAndOperatorName;
case BinaryOperatorKind.Division: return WellKnownMemberNames.DivisionOperatorName;
case BinaryOperatorKind.Equal: return WellKnownMemberNames.EqualityOperatorName;
case BinaryOperatorKind.GreaterThan: return WellKnownMemberNames.GreaterThanOperatorName;
case BinaryOperatorKind.GreaterThanOrEqual: return WellKnownMemberNames.GreaterThanOrEqualOperatorName;
case BinaryOperatorKind.LeftShift: return WellKnownMemberNames.LeftShiftOperatorName;
case BinaryOperatorKind.LessThan: return WellKnownMemberNames.LessThanOperatorName;
case BinaryOperatorKind.LessThanOrEqual: return WellKnownMemberNames.LessThanOrEqualOperatorName;
case BinaryOperatorKind.Multiplication: return WellKnownMemberNames.MultiplyOperatorName;
case BinaryOperatorKind.Or: return WellKnownMemberNames.BitwiseOrOperatorName;
case BinaryOperatorKind.NotEqual: return WellKnownMemberNames.InequalityOperatorName;
case BinaryOperatorKind.Remainder: return WellKnownMemberNames.ModulusOperatorName;
case BinaryOperatorKind.RightShift: return WellKnownMemberNames.RightShiftOperatorName;
case BinaryOperatorKind.Subtraction: return WellKnownMemberNames.SubtractionOperatorName;
case BinaryOperatorKind.Xor: return WellKnownMemberNames.ExclusiveOrOperatorName;
default:
throw ExceptionUtilities.UnexpectedValue(kind & BinaryOperatorKind.OpMask);
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/Core/Portable/ValueTracking/ValueTracker.FindReferencesProgress.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.FindSymbols;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.Operations;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Shared.Utilities;
namespace Microsoft.CodeAnalysis.ValueTracking
{
internal static partial class ValueTracker
{
private class FindReferencesProgress : IStreamingFindReferencesProgress, IStreamingProgressTracker
{
private readonly OperationCollector _operationCollector;
public FindReferencesProgress(OperationCollector valueTrackingProgressCollector)
{
_operationCollector = valueTrackingProgressCollector;
}
public IStreamingProgressTracker ProgressTracker => this;
public ValueTask AddItemsAsync(int count, CancellationToken _) => new();
public ValueTask ItemCompletedAsync(CancellationToken _) => new();
public ValueTask OnCompletedAsync(CancellationToken _) => new();
public ValueTask OnDefinitionFoundAsync(SymbolGroup symbolGroup, CancellationToken _) => new();
public ValueTask OnFindInDocumentCompletedAsync(Document document, CancellationToken _) => new();
public ValueTask OnFindInDocumentStartedAsync(Document document, CancellationToken _) => new();
public async ValueTask OnReferenceFoundAsync(SymbolGroup _, ISymbol symbol, ReferenceLocation location, CancellationToken cancellationToken)
{
if (!location.Location.IsInSource)
{
return;
}
if (symbol is IMethodSymbol methodSymbol)
{
if (methodSymbol.IsConstructor())
{
await TrackConstructorAsync(location, cancellationToken).ConfigureAwait(false);
}
else
{
// If we're searching for references to a method, we don't want to store the symbol as that method again. Instead
// we want to track the invocations and how to follow their source
await TrackMethodInvocationArgumentsAsync(location, cancellationToken).ConfigureAwait(false);
}
}
else if (location.IsWrittenTo)
{
var syntaxFacts = location.Document.GetRequiredLanguageService<ISyntaxFactsService>();
var node = location.Location.FindNode(CancellationToken.None);
// Assignments to a member using a "this." or "Me." result in the node being an
// identifier and the parent of the node being the member access expression. The member
// access expression gives the right value for "IsLeftSideOfAnyAssignment" but also
// gives the correct operation, where as the IdentifierSyntax does not.
if (node.Parent is not null && syntaxFacts.IsAnyMemberAccessExpression(node.Parent))
{
node = node.Parent;
}
if (syntaxFacts.IsLeftSideOfAnyAssignment(node))
{
await AddItemsFromAssignmentAsync(location.Document, node, _operationCollector, cancellationToken).ConfigureAwait(false);
}
else
{
var semanticModel = await location.Document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var operation = semanticModel.GetOperation(node, cancellationToken);
if (operation is null)
{
return;
}
await _operationCollector.VisitAsync(operation, cancellationToken).ConfigureAwait(false);
}
}
}
public ValueTask OnStartedAsync(CancellationToken _) => new();
private async Task TrackConstructorAsync(ReferenceLocation referenceLocation, CancellationToken cancellationToken)
{
var document = referenceLocation.Document;
var span = referenceLocation.Location.SourceSpan;
var syntaxRoot = await document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
var originalNode = syntaxRoot.FindNode(span);
if (originalNode is null || originalNode.Parent is null)
{
return;
}
var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var operation = semanticModel.GetOperation(originalNode.Parent, cancellationToken);
if (operation is not IObjectCreationOperation)
{
return;
}
await _operationCollector.VisitAsync(operation, cancellationToken).ConfigureAwait(false);
}
private async Task TrackMethodInvocationArgumentsAsync(ReferenceLocation referenceLocation, CancellationToken cancellationToken)
{
var document = referenceLocation.Document;
var span = referenceLocation.Location.SourceSpan;
var syntaxRoot = await document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
var originalNode = syntaxRoot.FindNode(span);
if (originalNode is null)
{
return;
}
var syntaxFacts = document.GetRequiredLanguageService<ISyntaxFactsService>();
var invocationSyntax = originalNode.FirstAncestorOrSelf<SyntaxNode>(syntaxFacts.IsInvocationExpression);
if (invocationSyntax is null)
{
return;
}
var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var operation = semanticModel.GetOperation(invocationSyntax, cancellationToken);
if (operation is not IInvocationOperation)
{
return;
}
await _operationCollector.VisitAsync(operation, cancellationToken).ConfigureAwait(false);
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.FindSymbols;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.Operations;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Shared.Utilities;
namespace Microsoft.CodeAnalysis.ValueTracking
{
internal static partial class ValueTracker
{
private class FindReferencesProgress : IStreamingFindReferencesProgress, IStreamingProgressTracker
{
private readonly OperationCollector _operationCollector;
public FindReferencesProgress(OperationCollector valueTrackingProgressCollector)
{
_operationCollector = valueTrackingProgressCollector;
}
public IStreamingProgressTracker ProgressTracker => this;
public ValueTask AddItemsAsync(int count, CancellationToken _) => new();
public ValueTask ItemCompletedAsync(CancellationToken _) => new();
public ValueTask OnCompletedAsync(CancellationToken _) => new();
public ValueTask OnDefinitionFoundAsync(SymbolGroup symbolGroup, CancellationToken _) => new();
public ValueTask OnFindInDocumentCompletedAsync(Document document, CancellationToken _) => new();
public ValueTask OnFindInDocumentStartedAsync(Document document, CancellationToken _) => new();
public async ValueTask OnReferenceFoundAsync(SymbolGroup _, ISymbol symbol, ReferenceLocation location, CancellationToken cancellationToken)
{
if (!location.Location.IsInSource)
{
return;
}
if (symbol is IMethodSymbol methodSymbol)
{
if (methodSymbol.IsConstructor())
{
await TrackConstructorAsync(location, cancellationToken).ConfigureAwait(false);
}
else
{
// If we're searching for references to a method, we don't want to store the symbol as that method again. Instead
// we want to track the invocations and how to follow their source
await TrackMethodInvocationArgumentsAsync(location, cancellationToken).ConfigureAwait(false);
}
}
else if (location.IsWrittenTo)
{
var syntaxFacts = location.Document.GetRequiredLanguageService<ISyntaxFactsService>();
var node = location.Location.FindNode(CancellationToken.None);
// Assignments to a member using a "this." or "Me." result in the node being an
// identifier and the parent of the node being the member access expression. The member
// access expression gives the right value for "IsLeftSideOfAnyAssignment" but also
// gives the correct operation, where as the IdentifierSyntax does not.
if (node.Parent is not null && syntaxFacts.IsAnyMemberAccessExpression(node.Parent))
{
node = node.Parent;
}
if (syntaxFacts.IsLeftSideOfAnyAssignment(node))
{
await AddItemsFromAssignmentAsync(location.Document, node, _operationCollector, cancellationToken).ConfigureAwait(false);
}
else
{
var semanticModel = await location.Document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var operation = semanticModel.GetOperation(node, cancellationToken);
if (operation is null)
{
return;
}
await _operationCollector.VisitAsync(operation, cancellationToken).ConfigureAwait(false);
}
}
}
public ValueTask OnStartedAsync(CancellationToken _) => new();
private async Task TrackConstructorAsync(ReferenceLocation referenceLocation, CancellationToken cancellationToken)
{
var document = referenceLocation.Document;
var span = referenceLocation.Location.SourceSpan;
var syntaxRoot = await document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
var originalNode = syntaxRoot.FindNode(span);
if (originalNode is null || originalNode.Parent is null)
{
return;
}
var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var operation = semanticModel.GetOperation(originalNode.Parent, cancellationToken);
if (operation is not IObjectCreationOperation)
{
return;
}
await _operationCollector.VisitAsync(operation, cancellationToken).ConfigureAwait(false);
}
private async Task TrackMethodInvocationArgumentsAsync(ReferenceLocation referenceLocation, CancellationToken cancellationToken)
{
var document = referenceLocation.Document;
var span = referenceLocation.Location.SourceSpan;
var syntaxRoot = await document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
var originalNode = syntaxRoot.FindNode(span);
if (originalNode is null)
{
return;
}
var syntaxFacts = document.GetRequiredLanguageService<ISyntaxFactsService>();
var invocationSyntax = originalNode.FirstAncestorOrSelf<SyntaxNode>(syntaxFacts.IsInvocationExpression);
if (invocationSyntax is null)
{
return;
}
var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var operation = semanticModel.GetOperation(invocationSyntax, cancellationToken);
if (operation is not IInvocationOperation)
{
return;
}
await _operationCollector.VisitAsync(operation, cancellationToken).ConfigureAwait(false);
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Test/Resources/Core/SymbolsTests/NoPia/B.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
' vbc /t:library /vbruntime- B.vb
Imports System.Collections.Generic
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
<Assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b5826B")>
<Assembly: ImportedFromTypeLib("B.dll")>
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f200B"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IB
End Interface
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
' vbc /t:library /vbruntime- B.vb
Imports System.Collections.Generic
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
<Assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b5826B")>
<Assembly: ImportedFromTypeLib("B.dll")>
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f200B"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IB
End Interface
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/Symbols/ErrorMethodSymbol.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
Friend NotInheritable Class ErrorMethodSymbol
Inherits MethodSymbol
Public Shared ReadOnly UnknownMethod As ErrorMethodSymbol = New ErrorMethodSymbol(ErrorTypeSymbol.UnknownResultType, ErrorTypeSymbol.UnknownResultType, String.Empty)
Private ReadOnly _containingType As TypeSymbol
Private ReadOnly _returnType As TypeSymbol
Private ReadOnly _name As String
Public Sub New(containingType As TypeSymbol, returnType As TypeSymbol, name As String)
_containingType = containingType
_returnType = returnType
_name = name
End Sub
Public Overrides ReadOnly Property Arity As Integer
Get
Return 0
End Get
End Property
Public Overrides ReadOnly Property AssociatedSymbol As Symbol
Get
Return Nothing
End Get
End Property
Friend Overrides ReadOnly Property CallingConvention As Microsoft.Cci.CallingConvention
Get
Return Microsoft.Cci.CallingConvention.Default
End Get
End Property
Public Overrides ReadOnly Property ContainingSymbol As Symbol
Get
Return _containingType
End Get
End Property
Public Overrides ReadOnly Property DeclaredAccessibility As Accessibility
Get
Return Accessibility.Public
End Get
End Property
Public Overrides ReadOnly Property DeclaringSyntaxReferences As ImmutableArray(Of SyntaxReference)
Get
Return ImmutableArray(Of SyntaxReference).Empty
End Get
End Property
Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
Get
Return ImmutableArray(Of MethodSymbol).Empty
End Get
End Property
Friend Overrides Function GetAppliedConditionalSymbols() As ImmutableArray(Of String)
Return ImmutableArray(Of String).Empty
End Function
Public Overrides Function GetDllImportData() As DllImportData
Return Nothing
End Function
Friend Overrides Function GetSecurityInformation() As IEnumerable(Of Microsoft.Cci.SecurityAttribute)
Return SpecializedCollections.EmptyEnumerable(Of Microsoft.Cci.SecurityAttribute)()
End Function
Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Get
Return False
End Get
End Property
Friend Overrides ReadOnly Property HasSpecialName As Boolean
Get
Return False
End Get
End Property
Friend Overrides ReadOnly Property ImplementationAttributes As Reflection.MethodImplAttributes
Get
Return Nothing
End Get
End Property
Public Overrides ReadOnly Property IsAsync As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsExtensionMethod As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsExternalMethod As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsIterator As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsInitOnly As Boolean
Get
Return False
End Get
End Property
Friend Overrides ReadOnly Property IsMethodKindBasedOnSyntax As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsMustOverride As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsNotOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverloads As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverrides As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsShared As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsSub As Boolean
Get
Return _returnType.SpecialType = SpecialType.System_Void
End Get
End Property
Public Overrides ReadOnly Property IsVararg As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Get
Return ImmutableArray(Of Location).Empty
End Get
End Property
Public Overrides ReadOnly Property MethodKind As MethodKind
Get
Return MethodKind.Ordinary
End Get
End Property
Friend Overrides ReadOnly Property ObsoleteAttributeData As ObsoleteAttributeData
Get
Return Nothing
End Get
End Property
Public Overrides ReadOnly Property Parameters As ImmutableArray(Of ParameterSymbol)
Get
Return ImmutableArray(Of ParameterSymbol).Empty
End Get
End Property
Public Overrides ReadOnly Property ReturnsByRef As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property ReturnType As TypeSymbol
Get
Return _returnType
End Get
End Property
Public Overrides ReadOnly Property ReturnTypeCustomModifiers As ImmutableArray(Of CustomModifier)
Get
Return ImmutableArray(Of CustomModifier).Empty
End Get
End Property
Public Overrides ReadOnly Property RefCustomModifiers As ImmutableArray(Of CustomModifier)
Get
Return ImmutableArray(Of CustomModifier).Empty
End Get
End Property
Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Get
Return Nothing
End Get
End Property
Friend Overrides ReadOnly Property Syntax As SyntaxNode
Get
Return Nothing
End Get
End Property
Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Get
Return ImmutableArray(Of TypeSymbol).Empty
End Get
End Property
Public Overrides ReadOnly Property TypeParameters As ImmutableArray(Of TypeParameterSymbol)
Get
Return ImmutableArray(Of TypeParameterSymbol).Empty
End Get
End Property
Friend Overrides Function IsMetadataNewSlot(Optional ignoreInterfaceImplementationChanges As Boolean = False) As Boolean
Return False
End Function
Friend Overrides ReadOnly Property GenerateDebugInfoImpl As Boolean
Get
Return False
End Get
End Property
Friend Overrides Function CalculateLocalSyntaxOffset(localPosition As Integer, localTree As SyntaxTree) As Integer
Throw ExceptionUtilities.Unreachable
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
Friend NotInheritable Class ErrorMethodSymbol
Inherits MethodSymbol
Public Shared ReadOnly UnknownMethod As ErrorMethodSymbol = New ErrorMethodSymbol(ErrorTypeSymbol.UnknownResultType, ErrorTypeSymbol.UnknownResultType, String.Empty)
Private ReadOnly _containingType As TypeSymbol
Private ReadOnly _returnType As TypeSymbol
Private ReadOnly _name As String
Public Sub New(containingType As TypeSymbol, returnType As TypeSymbol, name As String)
_containingType = containingType
_returnType = returnType
_name = name
End Sub
Public Overrides ReadOnly Property Arity As Integer
Get
Return 0
End Get
End Property
Public Overrides ReadOnly Property AssociatedSymbol As Symbol
Get
Return Nothing
End Get
End Property
Friend Overrides ReadOnly Property CallingConvention As Microsoft.Cci.CallingConvention
Get
Return Microsoft.Cci.CallingConvention.Default
End Get
End Property
Public Overrides ReadOnly Property ContainingSymbol As Symbol
Get
Return _containingType
End Get
End Property
Public Overrides ReadOnly Property DeclaredAccessibility As Accessibility
Get
Return Accessibility.Public
End Get
End Property
Public Overrides ReadOnly Property DeclaringSyntaxReferences As ImmutableArray(Of SyntaxReference)
Get
Return ImmutableArray(Of SyntaxReference).Empty
End Get
End Property
Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
Get
Return ImmutableArray(Of MethodSymbol).Empty
End Get
End Property
Friend Overrides Function GetAppliedConditionalSymbols() As ImmutableArray(Of String)
Return ImmutableArray(Of String).Empty
End Function
Public Overrides Function GetDllImportData() As DllImportData
Return Nothing
End Function
Friend Overrides Function GetSecurityInformation() As IEnumerable(Of Microsoft.Cci.SecurityAttribute)
Return SpecializedCollections.EmptyEnumerable(Of Microsoft.Cci.SecurityAttribute)()
End Function
Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Get
Return False
End Get
End Property
Friend Overrides ReadOnly Property HasSpecialName As Boolean
Get
Return False
End Get
End Property
Friend Overrides ReadOnly Property ImplementationAttributes As Reflection.MethodImplAttributes
Get
Return Nothing
End Get
End Property
Public Overrides ReadOnly Property IsAsync As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsExtensionMethod As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsExternalMethod As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsIterator As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsInitOnly As Boolean
Get
Return False
End Get
End Property
Friend Overrides ReadOnly Property IsMethodKindBasedOnSyntax As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsMustOverride As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsNotOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverloads As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverridable As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsOverrides As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsShared As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property IsSub As Boolean
Get
Return _returnType.SpecialType = SpecialType.System_Void
End Get
End Property
Public Overrides ReadOnly Property IsVararg As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property Locations As ImmutableArray(Of Location)
Get
Return ImmutableArray(Of Location).Empty
End Get
End Property
Public Overrides ReadOnly Property MethodKind As MethodKind
Get
Return MethodKind.Ordinary
End Get
End Property
Friend Overrides ReadOnly Property ObsoleteAttributeData As ObsoleteAttributeData
Get
Return Nothing
End Get
End Property
Public Overrides ReadOnly Property Parameters As ImmutableArray(Of ParameterSymbol)
Get
Return ImmutableArray(Of ParameterSymbol).Empty
End Get
End Property
Public Overrides ReadOnly Property ReturnsByRef As Boolean
Get
Return False
End Get
End Property
Public Overrides ReadOnly Property ReturnType As TypeSymbol
Get
Return _returnType
End Get
End Property
Public Overrides ReadOnly Property ReturnTypeCustomModifiers As ImmutableArray(Of CustomModifier)
Get
Return ImmutableArray(Of CustomModifier).Empty
End Get
End Property
Public Overrides ReadOnly Property RefCustomModifiers As ImmutableArray(Of CustomModifier)
Get
Return ImmutableArray(Of CustomModifier).Empty
End Get
End Property
Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Get
Return Nothing
End Get
End Property
Friend Overrides ReadOnly Property Syntax As SyntaxNode
Get
Return Nothing
End Get
End Property
Public Overrides ReadOnly Property TypeArguments As ImmutableArray(Of TypeSymbol)
Get
Return ImmutableArray(Of TypeSymbol).Empty
End Get
End Property
Public Overrides ReadOnly Property TypeParameters As ImmutableArray(Of TypeParameterSymbol)
Get
Return ImmutableArray(Of TypeParameterSymbol).Empty
End Get
End Property
Friend Overrides Function IsMetadataNewSlot(Optional ignoreInterfaceImplementationChanges As Boolean = False) As Boolean
Return False
End Function
Friend Overrides ReadOnly Property GenerateDebugInfoImpl As Boolean
Get
Return False
End Get
End Property
Friend Overrides Function CalculateLocalSyntaxOffset(localPosition As Integer, localTree As SyntaxTree) As Integer
Throw ExceptionUtilities.Unreachable
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.CodeModelEventCollector.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
// Taken from csharp\LanguageAnalysis\Compiler\IDE\LIB\CMEvents.cpp
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel;
namespace Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel
{
internal partial class CSharpCodeModelService
{
protected override AbstractCodeModelEventCollector CreateCodeModelEventCollector()
=> new CodeModelEventCollector(this);
private class CodeModelEventCollector : AbstractCodeModelEventCollector
{
public CodeModelEventCollector(AbstractCodeModelService codeModelService)
: base(codeModelService)
{
}
private IReadOnlyList<MemberDeclarationSyntax> GetValidMembers(SyntaxNode node)
{
return CSharpCodeModelService
.GetChildMemberNodes(node)
.Where(n => !n.IsKind(SyntaxKind.IncompleteMember))
.ToArray();
}
private void CompareCompilationUnits(
CompilationUnitSyntax oldCompilationUnit,
CompilationUnitSyntax newCompilationUnit,
CodeModelEventQueue eventQueue)
{
// Note: In the C# legacy code model, events are generated for the top-level
// namespace that is at the root of every parse tree. In the Roslyn C# code model
// implementation, we won't bother.
CompareChildren(
CompareNamespacesOrTypes,
GetValidMembers(oldCompilationUnit),
GetValidMembers(newCompilationUnit),
(SyntaxNode)null,
CodeModelEventType.Unknown,
eventQueue);
}
private bool CompareAttributeLists(
AttributeListSyntax oldAttributeList,
AttributeListSyntax newAttributeList,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
return CompareChildren(
CompareAttributes,
oldAttributeList.Attributes.AsReadOnlyList(),
newAttributeList.Attributes.AsReadOnlyList(),
newNodeParent,
CodeModelEventType.Unknown,
eventQueue);
}
private bool CompareAttributes(
AttributeSyntax oldAttribute,
AttributeSyntax newAttribute,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldAttribute != null && newAttribute != null);
var same = true;
if (!CompareNames(oldAttribute.Name, newAttribute.Name))
{
EnqueueChangeEvent(newAttribute, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
// If arguments have changed enqueue a element changed (arguments changed) node
if (!CompareAttributeArguments(oldAttribute.ArgumentList, newAttribute.ArgumentList))
{
EnqueueChangeEvent(newAttribute, newNodeParent, CodeModelEventType.ArgChange, eventQueue);
same = false;
}
return same;
}
private bool CompareAttributeArguments(AttributeArgumentListSyntax oldAttributeArguments, AttributeArgumentListSyntax newAttributeArguments)
{
if (oldAttributeArguments == null || newAttributeArguments == null)
{
return oldAttributeArguments == newAttributeArguments;
}
var oldArguments = oldAttributeArguments.Arguments;
var newArguments = newAttributeArguments.Arguments;
if (oldArguments.Count != newArguments.Count)
{
return false;
}
for (var i = 0; i < oldArguments.Count; i++)
{
var oldArgument = oldArguments[i];
var newArgument = newArguments[i];
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldArgument), CodeModelService.GetName(newArgument)))
{
return false;
}
if (!CompareExpressions(oldArgument.Expression, newArgument.Expression))
{
return false;
}
}
return true;
}
private bool CompareExpressions(ExpressionSyntax oldExpression, ExpressionSyntax newExpression)
{
if (oldExpression == null || newExpression == null)
{
return oldExpression == newExpression;
}
if (oldExpression.Kind() != newExpression.Kind())
{
return false;
}
if (oldExpression is TypeSyntax typeSyntax)
{
return CompareTypes(typeSyntax, (TypeSyntax)newExpression);
}
if (oldExpression is LiteralExpressionSyntax)
{
return StringComparer.Ordinal.Equals(oldExpression.ToString(), newExpression.ToString());
}
if (oldExpression is CastExpressionSyntax oldCast)
{
var newCast = (CastExpressionSyntax)newExpression;
return CompareTypes(oldCast.Type, newCast.Type)
&& CompareExpressions(oldCast.Expression, newCast.Expression);
}
if (oldExpression is PrefixUnaryExpressionSyntax prefixUnary)
{
return CompareExpressions(prefixUnary.Operand, ((PrefixUnaryExpressionSyntax)newExpression).Operand);
}
if (oldExpression is AwaitExpressionSyntax awaitExpression)
{
return CompareExpressions(awaitExpression.Expression, ((AwaitExpressionSyntax)newExpression).Expression);
}
if (oldExpression is PostfixUnaryExpressionSyntax postfixUnary)
{
return CompareExpressions(postfixUnary.Operand, ((PostfixUnaryExpressionSyntax)newExpression).Operand);
}
if (oldExpression is BinaryExpressionSyntax oldBinaryExpression)
{
var newBinaryExpression = (BinaryExpressionSyntax)newExpression;
return CompareExpressions(oldBinaryExpression.Left, newBinaryExpression.Left)
&& CompareExpressions(oldBinaryExpression.Right, newBinaryExpression.Right);
}
if (oldExpression is AssignmentExpressionSyntax oldAssignmentExpression)
{
var newAssignmentExpression = (AssignmentExpressionSyntax)newExpression;
return CompareExpressions(oldAssignmentExpression.Left, newAssignmentExpression.Left)
&& CompareExpressions(oldAssignmentExpression.Right, newAssignmentExpression.Right);
}
if (oldExpression is MemberAccessExpressionSyntax oldMemberAccessExpression)
{
var newMemberAccessExpression = (MemberAccessExpressionSyntax)newExpression;
return CompareExpressions(oldMemberAccessExpression.Expression, newMemberAccessExpression.Expression)
&& CompareExpressions(oldMemberAccessExpression.Name, newMemberAccessExpression.Name);
}
return true;
}
private bool CompareParameters(ParameterSyntax oldParameter, ParameterSyntax newParameter, SyntaxNode newNodeParent, CodeModelEventQueue eventQueue)
{
Debug.Assert(oldParameter != null && newParameter != null);
var same = true;
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldParameter), CodeModelService.GetName(newParameter)))
{
EnqueueChangeEvent(newParameter, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
// If modifiers or the type have changed enqueue a element changed (unknown change) node
if (!CompareModifiers(oldParameter, newParameter) ||
!CompareTypes(oldParameter.Type, newParameter.Type))
{
EnqueueChangeEvent(newParameter, newNodeParent, CodeModelEventType.Unknown, eventQueue);
same = false;
}
return same;
}
private bool CompareMemberDeclarations(
MemberDeclarationSyntax oldMember,
MemberDeclarationSyntax newMember,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldMember != null && newMember != null);
// If the kind doesn't match, it has to be a remove/add.
if (oldMember.Kind() != newMember.Kind())
{
EnqueueRemoveEvent(oldMember, newNodeParent, eventQueue);
EnqueueAddEvent(newMember, newNodeParent, eventQueue);
return false;
}
if (oldMember is BaseTypeDeclarationSyntax ||
oldMember is DelegateDeclarationSyntax)
{
return CompareTypeDeclarations(oldMember, newMember, newNodeParent, eventQueue);
}
else if (oldMember is BaseMethodDeclarationSyntax baseMethod)
{
return CompareMethodDeclarations(baseMethod, (BaseMethodDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
else if (oldMember is BaseFieldDeclarationSyntax baseField)
{
return CompareFieldDeclarations(baseField, (BaseFieldDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
else if (oldMember is BasePropertyDeclarationSyntax baseProperty)
{
return ComparePropertyDeclarations(baseProperty, (BasePropertyDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
else if (oldMember is EnumMemberDeclarationSyntax enumMember)
{
return CompareEnumMemberDeclarations(enumMember, (EnumMemberDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
throw new NotImplementedException();
}
private bool CompareEnumMemberDeclarations(
EnumMemberDeclarationSyntax oldEnumMember,
EnumMemberDeclarationSyntax newEnumMember,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldEnumMember != null && newEnumMember != null);
var same = true;
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldEnumMember), CodeModelService.GetName(newEnumMember)))
{
EnqueueChangeEvent(newEnumMember, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
same &= CompareChildren(
CompareAttributeLists,
oldEnumMember.AttributeLists.AsReadOnlyList(),
newEnumMember.AttributeLists.AsReadOnlyList(),
newEnumMember,
CodeModelEventType.Unknown,
eventQueue);
return same;
}
private bool ComparePropertyDeclarations(
BasePropertyDeclarationSyntax oldProperty,
BasePropertyDeclarationSyntax newProperty,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldProperty != null && newProperty != null);
var same = true;
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldProperty), CodeModelService.GetName(newProperty)))
{
EnqueueChangeEvent(newProperty, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
// If modifiers have changed enqueue a element changed (unknown change) node
if (!CompareModifiers(oldProperty, newProperty))
{
EnqueueChangeEvent(newProperty, newNodeParent, CodeModelEventType.Unknown, eventQueue);
same = false;
}
// If return type had changed enqueue a element changed (typeref changed) node
if (!CompareTypes(oldProperty.Type, newProperty.Type))
{
EnqueueChangeEvent(newProperty, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
same = false;
}
same &= CompareChildren(
CompareAttributeLists,
oldProperty.AttributeLists.AsReadOnlyList(),
newProperty.AttributeLists.AsReadOnlyList(),
newProperty,
CodeModelEventType.Unknown,
eventQueue);
if (oldProperty is IndexerDeclarationSyntax oldIndexer)
{
var newIndexer = (IndexerDeclarationSyntax)newProperty;
same &= CompareChildren(
CompareParameters,
oldIndexer.ParameterList.Parameters.AsReadOnlyList(),
newIndexer.ParameterList.Parameters.AsReadOnlyList(),
newIndexer,
CodeModelEventType.SigChange,
eventQueue);
}
return same;
}
private bool CompareVariableDeclarators(
VariableDeclaratorSyntax oldVariableDeclarator,
VariableDeclaratorSyntax newVariableDeclarator,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldVariableDeclarator != null && newVariableDeclarator != null);
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldVariableDeclarator), CodeModelService.GetName(newVariableDeclarator)))
{
EnqueueChangeEvent(newVariableDeclarator, newNodeParent, CodeModelEventType.Rename, eventQueue);
return false;
}
return true;
}
private bool CompareFieldDeclarations(
BaseFieldDeclarationSyntax oldField,
BaseFieldDeclarationSyntax newField,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldField != null && newField != null);
var same = true;
same &= CompareChildren(
CompareVariableDeclarators,
oldField.Declaration.Variables.AsReadOnlyList(),
newField.Declaration.Variables.AsReadOnlyList(),
newNodeParent,
CodeModelEventType.Unknown,
eventQueue);
// If modifiers have changed enqueue a element changed (unknown change) node
if (oldField.Kind() != newField.Kind() ||
!CompareModifiers(oldField, newField))
{
EnqueueChangeEvent(newField, newNodeParent, CodeModelEventType.Unknown, eventQueue);
same = false;
}
// If type had changed enqueue a element changed (typeref changed) node
if (!CompareTypes(oldField.Declaration.Type, newField.Declaration.Type))
{
EnqueueChangeEvent(newField, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
same = false;
}
same &= CompareChildren(
CompareAttributeLists,
oldField.AttributeLists.AsReadOnlyList(),
newField.AttributeLists.AsReadOnlyList(),
newField,
CodeModelEventType.Unknown, eventQueue);
return same;
}
private bool CompareMethodDeclarations(
BaseMethodDeclarationSyntax oldMethod,
BaseMethodDeclarationSyntax newMethod,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldMethod != null && newMethod != null);
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldMethod), CodeModelService.GetName(newMethod)))
{
var change = CompareRenamedDeclarations(
CompareParameters,
oldMethod.ParameterList.Parameters.AsReadOnlyList(),
newMethod.ParameterList.Parameters.AsReadOnlyList(),
oldMethod,
newMethod,
newNodeParent,
eventQueue);
if (change == DeclarationChange.NameOnly)
{
EnqueueChangeEvent(newMethod, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
return false;
}
else
{
var same = true;
if (!CompareModifiers(oldMethod, newMethod))
{
same = false;
EnqueueChangeEvent(newMethod, newNodeParent, CodeModelEventType.Unknown, eventQueue);
}
if (!CompareTypes(GetReturnType(oldMethod), GetReturnType(newMethod)))
{
same = false;
EnqueueChangeEvent(newMethod, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
}
same &= CompareChildren(
CompareAttributeLists,
oldMethod.AttributeLists.AsReadOnlyList(),
newMethod.AttributeLists.AsReadOnlyList(),
newMethod,
CodeModelEventType.Unknown,
eventQueue);
same &= CompareChildren(
CompareParameters,
oldMethod.ParameterList.Parameters.AsReadOnlyList(),
newMethod.ParameterList.Parameters.AsReadOnlyList(),
newMethod,
CodeModelEventType.SigChange,
eventQueue);
return same;
}
}
private bool CompareNamespaceDeclarations(
BaseNamespaceDeclarationSyntax oldNamespace,
BaseNamespaceDeclarationSyntax newNamespace,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldNamespace != null && newNamespace != null);
// Check if the namespace nodes are identical w.r.t Name
if (!CompareNames(oldNamespace.Name, newNamespace.Name))
{
var change = CompareRenamedDeclarations(
CompareNamespacesOrTypes,
GetValidMembers(oldNamespace),
GetValidMembers(newNamespace),
oldNamespace,
newNamespace,
newNodeParent,
eventQueue);
if (change == DeclarationChange.NameOnly)
{
EnqueueChangeEvent(newNamespace, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
return false;
}
return CompareChildren(
CompareNamespacesOrTypes,
GetValidMembers(oldNamespace),
GetValidMembers(newNamespace),
newNamespace,
CodeModelEventType.Unknown,
eventQueue);
}
private bool CompareTypeDeclarations(
MemberDeclarationSyntax oldMember,
MemberDeclarationSyntax newMember,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldMember != null && newMember != null);
Debug.Assert(oldMember is BaseTypeDeclarationSyntax || oldMember is DelegateDeclarationSyntax);
Debug.Assert(newMember is BaseTypeDeclarationSyntax || newMember is DelegateDeclarationSyntax);
// If the kind doesn't match, it has to be a remove/add.
if (oldMember.Kind() != newMember.Kind())
{
EnqueueRemoveEvent(oldMember, newNodeParent, eventQueue);
EnqueueAddEvent(newMember, newNodeParent, eventQueue);
return false;
}
if (oldMember is BaseTypeDeclarationSyntax oldType)
{
var newType = (BaseTypeDeclarationSyntax)newMember;
var oldMembers = GetValidMembers(oldType);
var newMembers = GetValidMembers(newType);
var same = true;
// If the type name is different, it might mean that the whole type has been removed and a new one added.
// In that case, we shouldn't do any other checks and instead return immediately.
if (!StringComparer.Ordinal.Equals(oldType.Identifier.ToString(), newType.Identifier.ToString()))
{
var change = CompareRenamedDeclarations(
CompareMemberDeclarations,
oldMembers,
newMembers,
oldType,
newType,
newNodeParent,
eventQueue);
if (change == DeclarationChange.WholeDeclaration)
{
return false;
}
same = false;
EnqueueChangeEvent(newType, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
if (!CompareModifiers(oldType, newType))
{
same = false;
EnqueueChangeEvent(newType, newNodeParent, CodeModelEventType.Unknown, eventQueue);
}
if (!CompareBaseLists(oldType, newType))
{
same = false;
EnqueueChangeEvent(newType, newNodeParent, CodeModelEventType.BaseChange, eventQueue);
}
same &= CompareChildren(
CompareAttributeLists,
oldType.AttributeLists.AsReadOnlyList(),
newType.AttributeLists.AsReadOnlyList(),
newType,
CodeModelEventType.Unknown,
eventQueue);
same &= CompareChildren(
CompareMemberDeclarations,
oldMembers,
newMembers,
newType,
CodeModelEventType.Unknown,
eventQueue);
return same;
}
else if (oldMember is DelegateDeclarationSyntax oldDelegate)
{
var newDelegate = (DelegateDeclarationSyntax)newMember;
var same = true;
// If the delegate name is different, it might mean that the whole delegate has been removed and a new one added.
// In that case, we shouldn't do any other checks and instead return immediately.
if (!StringComparer.Ordinal.Equals(oldDelegate.Identifier.ToString(), newDelegate.Identifier.ToString()))
{
var change = CompareRenamedDeclarations(
CompareParameters,
oldDelegate.ParameterList.Parameters.AsReadOnlyList(),
newDelegate.ParameterList.Parameters.AsReadOnlyList(),
oldDelegate,
newDelegate,
newNodeParent,
eventQueue);
if (change == DeclarationChange.WholeDeclaration)
{
return false;
}
same = false;
EnqueueChangeEvent(newDelegate, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
if (!CompareModifiers(oldDelegate, newDelegate))
{
same = false;
EnqueueChangeEvent(newDelegate, newNodeParent, CodeModelEventType.Unknown, eventQueue);
}
if (!CompareTypes(oldDelegate.ReturnType, newDelegate.ReturnType))
{
same = false;
EnqueueChangeEvent(newDelegate, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
}
same &= CompareChildren(
CompareAttributeLists,
oldDelegate.AttributeLists.AsReadOnlyList(),
newDelegate.AttributeLists.AsReadOnlyList(),
newDelegate,
CodeModelEventType.Unknown,
eventQueue);
same &= CompareChildren(
CompareParameters,
oldDelegate.ParameterList.Parameters.AsReadOnlyList(),
newDelegate.ParameterList.Parameters.AsReadOnlyList(),
newDelegate,
CodeModelEventType.SigChange,
eventQueue);
return same;
}
return false;
}
private bool CompareNamespacesOrTypes(
MemberDeclarationSyntax oldNamespaceOrType,
MemberDeclarationSyntax newNamespaceOrType,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
// If the kind doesn't match, it has to be a remove/add.
if (oldNamespaceOrType.Kind() != newNamespaceOrType.Kind())
{
EnqueueRemoveEvent(oldNamespaceOrType, newNodeParent, eventQueue);
EnqueueAddEvent(newNamespaceOrType, newNodeParent, eventQueue);
return false;
}
if (oldNamespaceOrType is BaseTypeDeclarationSyntax ||
oldNamespaceOrType is DelegateDeclarationSyntax)
{
return CompareTypeDeclarations(oldNamespaceOrType, newNamespaceOrType, newNodeParent, eventQueue);
}
else if (oldNamespaceOrType is BaseNamespaceDeclarationSyntax namespaceDecl)
{
return CompareNamespaceDeclarations(namespaceDecl, (BaseNamespaceDeclarationSyntax)newNamespaceOrType, newNodeParent, eventQueue);
}
return false;
}
private bool CompareBaseLists(BaseTypeDeclarationSyntax oldType, BaseTypeDeclarationSyntax newType)
{
if (oldType.BaseList == null && newType.BaseList == null)
{
return true;
}
if (oldType.BaseList != null && newType.BaseList != null)
{
var oldTypes = oldType.BaseList.Types;
var newTypes = newType.BaseList.Types;
if (oldTypes.Count != newTypes.Count)
{
return false;
}
for (var i = 0; i < oldTypes.Count; i++)
{
if (!CompareTypes(oldTypes[i].Type, newTypes[i].Type))
{
return false;
}
}
return true;
}
// In this case, one of the base lists is null.
return false;
}
private bool CompareModifiers(MemberDeclarationSyntax oldMember, MemberDeclarationSyntax newMember)
=> oldMember.GetModifierFlags() == newMember.GetModifierFlags();
private bool CompareModifiers(ParameterSyntax oldParameter, ParameterSyntax newParameter)
=> oldParameter.GetParameterFlags() == newParameter.GetParameterFlags();
private bool CompareNames(NameSyntax oldName, NameSyntax newName)
{
if (oldName.Kind() != newName.Kind())
{
return false;
}
switch (oldName.Kind())
{
case SyntaxKind.IdentifierName:
var oldIdentifierName = (IdentifierNameSyntax)oldName;
var newIdentifierName = (IdentifierNameSyntax)newName;
return StringComparer.Ordinal.Equals(oldIdentifierName.Identifier.ToString(), newIdentifierName.Identifier.ToString());
case SyntaxKind.QualifiedName:
var oldQualifiedName = (QualifiedNameSyntax)oldName;
var newQualifiedName = (QualifiedNameSyntax)newName;
return CompareNames(oldQualifiedName.Left, newQualifiedName.Left)
&& CompareNames(oldQualifiedName.Right, oldQualifiedName.Right);
case SyntaxKind.GenericName:
var oldGenericName = (GenericNameSyntax)oldName;
var newGenericName = (GenericNameSyntax)newName;
if (!StringComparer.Ordinal.Equals(oldGenericName.Identifier.ToString(), newGenericName.Identifier.ToString()))
{
return false;
}
if (oldGenericName.Arity != newGenericName.Arity)
{
return false;
}
for (var i = 0; i < oldGenericName.Arity; i++)
{
if (!CompareTypes(oldGenericName.TypeArgumentList.Arguments[i], newGenericName.TypeArgumentList.Arguments[i]))
{
return false;
}
}
return true;
case SyntaxKind.AliasQualifiedName:
var oldAliasQualifiedName = (AliasQualifiedNameSyntax)oldName;
var newAliasQualifiedName = (AliasQualifiedNameSyntax)newName;
return CompareNames(oldAliasQualifiedName.Alias, newAliasQualifiedName.Alias)
&& CompareNames(oldAliasQualifiedName.Name, newAliasQualifiedName.Name);
}
Debug.Fail("Unknown kind: " + oldName.Kind());
return false;
}
private bool CompareTypes(TypeSyntax oldType, TypeSyntax newType)
{
// Type nodes can be NULL for ctor/dtor/operators ...
if (oldType == null || newType == null)
{
return oldType == newType;
}
if (oldType.Kind() != newType.Kind())
{
return false;
}
switch (oldType.Kind())
{
case SyntaxKind.PredefinedType:
var oldPredefinedType = (PredefinedTypeSyntax)oldType;
var newPredefinedType = (PredefinedTypeSyntax)newType;
return oldPredefinedType.Keyword.RawKind == newPredefinedType.Keyword.RawKind;
case SyntaxKind.ArrayType:
var oldArrayType = (ArrayTypeSyntax)oldType;
var newArrayType = (ArrayTypeSyntax)newType;
return oldArrayType.RankSpecifiers.Count == newArrayType.RankSpecifiers.Count
&& CompareTypes(oldArrayType.ElementType, newArrayType.ElementType);
case SyntaxKind.PointerType:
var oldPointerType = (PointerTypeSyntax)oldType;
var newPointerType = (PointerTypeSyntax)newType;
return CompareTypes(oldPointerType.ElementType, newPointerType.ElementType);
case SyntaxKind.NullableType:
var oldNullableType = (NullableTypeSyntax)oldType;
var newNullableType = (NullableTypeSyntax)newType;
return CompareTypes(oldNullableType.ElementType, newNullableType.ElementType);
case SyntaxKind.IdentifierName:
case SyntaxKind.QualifiedName:
case SyntaxKind.AliasQualifiedName:
case SyntaxKind.GenericName:
var oldName = (NameSyntax)oldType;
var newName = (NameSyntax)newType;
return CompareNames(oldName, newName);
}
Debug.Fail("Unknown kind: " + oldType.Kind());
return false;
}
private TypeSyntax GetReturnType(BaseMethodDeclarationSyntax method)
{
if (method is MethodDeclarationSyntax methodDecl)
{
return methodDecl.ReturnType;
}
else if (method is OperatorDeclarationSyntax operatorDecl)
{
return operatorDecl.ReturnType;
}
// TODO(DustinCa): What about conversion operators? How does the legacy code base handle those?
return null;
}
protected override void CollectCore(SyntaxNode oldRoot, SyntaxNode newRoot, CodeModelEventQueue eventQueue)
=> CompareCompilationUnits((CompilationUnitSyntax)oldRoot, (CompilationUnitSyntax)newRoot, eventQueue);
protected override void EnqueueAddEvent(SyntaxNode node, SyntaxNode parent, CodeModelEventQueue eventQueue)
{
if (eventQueue == null)
{
return;
}
if (node is IncompleteMemberSyntax)
{
return;
}
if (node is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueAddEvent(variableDeclarator, parent);
}
}
else if (node is AttributeListSyntax attributeList)
{
foreach (var attribute in attributeList.Attributes)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueAddEvent);
}
}
else if (node is AttributeSyntax attribute)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueAddEvent);
}
else
{
eventQueue.EnqueueAddEvent(node, parent);
}
}
protected override void EnqueueChangeEvent(SyntaxNode node, SyntaxNode parent, CodeModelEventType eventType, CodeModelEventQueue eventQueue)
{
if (eventQueue == null)
{
return;
}
if (node is IncompleteMemberSyntax)
{
return;
}
if (node is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueChangeEvent(variableDeclarator, parent, eventType);
}
}
else if (node is AttributeListSyntax attributeList)
{
foreach (var attribute in attributeList.Attributes)
{
ChangeEventQueueForAttributes(attribute, parent, eventType, eventQueue);
}
}
else if (node is AttributeSyntax attribute)
{
ChangeEventQueueForAttributes(attribute, parent, eventType, eventQueue);
}
else
{
eventQueue.EnqueueChangeEvent(node, parent, eventType);
}
}
private static void ChangeEventQueueForAttributes(AttributeSyntax attribute, SyntaxNode parent, CodeModelEventType eventType, CodeModelEventQueue eventQueue)
{
if (parent is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueChangeEvent(attribute, variableDeclarator, eventType);
}
}
else
{
eventQueue.EnqueueChangeEvent(attribute, parent, eventType);
}
}
protected override void EnqueueRemoveEvent(SyntaxNode node, SyntaxNode parent, CodeModelEventQueue eventQueue)
{
if (eventQueue == null)
{
return;
}
if (node is IncompleteMemberSyntax)
{
return;
}
if (node is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueRemoveEvent(variableDeclarator, parent);
}
}
else if (node is AttributeListSyntax attributeList)
{
foreach (var attribute in attributeList.Attributes)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueRemoveEvent);
}
}
else if (node is AttributeSyntax attribute)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueRemoveEvent);
}
else
{
eventQueue.EnqueueRemoveEvent(node, parent);
}
}
private void AddEventToEventQueueForAttributes(AttributeSyntax attribute, SyntaxNode parent, Action<SyntaxNode, SyntaxNode> enqueueAddOrRemoveEvent)
{
if (parent is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
enqueueAddOrRemoveEvent(attribute, variableDeclarator);
}
}
else
{
enqueueAddOrRemoveEvent(attribute, parent);
}
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
// Taken from csharp\LanguageAnalysis\Compiler\IDE\LIB\CMEvents.cpp
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel;
namespace Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel
{
internal partial class CSharpCodeModelService
{
protected override AbstractCodeModelEventCollector CreateCodeModelEventCollector()
=> new CodeModelEventCollector(this);
private class CodeModelEventCollector : AbstractCodeModelEventCollector
{
public CodeModelEventCollector(AbstractCodeModelService codeModelService)
: base(codeModelService)
{
}
private IReadOnlyList<MemberDeclarationSyntax> GetValidMembers(SyntaxNode node)
{
return CSharpCodeModelService
.GetChildMemberNodes(node)
.Where(n => !n.IsKind(SyntaxKind.IncompleteMember))
.ToArray();
}
private void CompareCompilationUnits(
CompilationUnitSyntax oldCompilationUnit,
CompilationUnitSyntax newCompilationUnit,
CodeModelEventQueue eventQueue)
{
// Note: In the C# legacy code model, events are generated for the top-level
// namespace that is at the root of every parse tree. In the Roslyn C# code model
// implementation, we won't bother.
CompareChildren(
CompareNamespacesOrTypes,
GetValidMembers(oldCompilationUnit),
GetValidMembers(newCompilationUnit),
(SyntaxNode)null,
CodeModelEventType.Unknown,
eventQueue);
}
private bool CompareAttributeLists(
AttributeListSyntax oldAttributeList,
AttributeListSyntax newAttributeList,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
return CompareChildren(
CompareAttributes,
oldAttributeList.Attributes.AsReadOnlyList(),
newAttributeList.Attributes.AsReadOnlyList(),
newNodeParent,
CodeModelEventType.Unknown,
eventQueue);
}
private bool CompareAttributes(
AttributeSyntax oldAttribute,
AttributeSyntax newAttribute,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldAttribute != null && newAttribute != null);
var same = true;
if (!CompareNames(oldAttribute.Name, newAttribute.Name))
{
EnqueueChangeEvent(newAttribute, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
// If arguments have changed enqueue a element changed (arguments changed) node
if (!CompareAttributeArguments(oldAttribute.ArgumentList, newAttribute.ArgumentList))
{
EnqueueChangeEvent(newAttribute, newNodeParent, CodeModelEventType.ArgChange, eventQueue);
same = false;
}
return same;
}
private bool CompareAttributeArguments(AttributeArgumentListSyntax oldAttributeArguments, AttributeArgumentListSyntax newAttributeArguments)
{
if (oldAttributeArguments == null || newAttributeArguments == null)
{
return oldAttributeArguments == newAttributeArguments;
}
var oldArguments = oldAttributeArguments.Arguments;
var newArguments = newAttributeArguments.Arguments;
if (oldArguments.Count != newArguments.Count)
{
return false;
}
for (var i = 0; i < oldArguments.Count; i++)
{
var oldArgument = oldArguments[i];
var newArgument = newArguments[i];
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldArgument), CodeModelService.GetName(newArgument)))
{
return false;
}
if (!CompareExpressions(oldArgument.Expression, newArgument.Expression))
{
return false;
}
}
return true;
}
private bool CompareExpressions(ExpressionSyntax oldExpression, ExpressionSyntax newExpression)
{
if (oldExpression == null || newExpression == null)
{
return oldExpression == newExpression;
}
if (oldExpression.Kind() != newExpression.Kind())
{
return false;
}
if (oldExpression is TypeSyntax typeSyntax)
{
return CompareTypes(typeSyntax, (TypeSyntax)newExpression);
}
if (oldExpression is LiteralExpressionSyntax)
{
return StringComparer.Ordinal.Equals(oldExpression.ToString(), newExpression.ToString());
}
if (oldExpression is CastExpressionSyntax oldCast)
{
var newCast = (CastExpressionSyntax)newExpression;
return CompareTypes(oldCast.Type, newCast.Type)
&& CompareExpressions(oldCast.Expression, newCast.Expression);
}
if (oldExpression is PrefixUnaryExpressionSyntax prefixUnary)
{
return CompareExpressions(prefixUnary.Operand, ((PrefixUnaryExpressionSyntax)newExpression).Operand);
}
if (oldExpression is AwaitExpressionSyntax awaitExpression)
{
return CompareExpressions(awaitExpression.Expression, ((AwaitExpressionSyntax)newExpression).Expression);
}
if (oldExpression is PostfixUnaryExpressionSyntax postfixUnary)
{
return CompareExpressions(postfixUnary.Operand, ((PostfixUnaryExpressionSyntax)newExpression).Operand);
}
if (oldExpression is BinaryExpressionSyntax oldBinaryExpression)
{
var newBinaryExpression = (BinaryExpressionSyntax)newExpression;
return CompareExpressions(oldBinaryExpression.Left, newBinaryExpression.Left)
&& CompareExpressions(oldBinaryExpression.Right, newBinaryExpression.Right);
}
if (oldExpression is AssignmentExpressionSyntax oldAssignmentExpression)
{
var newAssignmentExpression = (AssignmentExpressionSyntax)newExpression;
return CompareExpressions(oldAssignmentExpression.Left, newAssignmentExpression.Left)
&& CompareExpressions(oldAssignmentExpression.Right, newAssignmentExpression.Right);
}
if (oldExpression is MemberAccessExpressionSyntax oldMemberAccessExpression)
{
var newMemberAccessExpression = (MemberAccessExpressionSyntax)newExpression;
return CompareExpressions(oldMemberAccessExpression.Expression, newMemberAccessExpression.Expression)
&& CompareExpressions(oldMemberAccessExpression.Name, newMemberAccessExpression.Name);
}
return true;
}
private bool CompareParameters(ParameterSyntax oldParameter, ParameterSyntax newParameter, SyntaxNode newNodeParent, CodeModelEventQueue eventQueue)
{
Debug.Assert(oldParameter != null && newParameter != null);
var same = true;
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldParameter), CodeModelService.GetName(newParameter)))
{
EnqueueChangeEvent(newParameter, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
// If modifiers or the type have changed enqueue a element changed (unknown change) node
if (!CompareModifiers(oldParameter, newParameter) ||
!CompareTypes(oldParameter.Type, newParameter.Type))
{
EnqueueChangeEvent(newParameter, newNodeParent, CodeModelEventType.Unknown, eventQueue);
same = false;
}
return same;
}
private bool CompareMemberDeclarations(
MemberDeclarationSyntax oldMember,
MemberDeclarationSyntax newMember,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldMember != null && newMember != null);
// If the kind doesn't match, it has to be a remove/add.
if (oldMember.Kind() != newMember.Kind())
{
EnqueueRemoveEvent(oldMember, newNodeParent, eventQueue);
EnqueueAddEvent(newMember, newNodeParent, eventQueue);
return false;
}
if (oldMember is BaseTypeDeclarationSyntax ||
oldMember is DelegateDeclarationSyntax)
{
return CompareTypeDeclarations(oldMember, newMember, newNodeParent, eventQueue);
}
else if (oldMember is BaseMethodDeclarationSyntax baseMethod)
{
return CompareMethodDeclarations(baseMethod, (BaseMethodDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
else if (oldMember is BaseFieldDeclarationSyntax baseField)
{
return CompareFieldDeclarations(baseField, (BaseFieldDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
else if (oldMember is BasePropertyDeclarationSyntax baseProperty)
{
return ComparePropertyDeclarations(baseProperty, (BasePropertyDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
else if (oldMember is EnumMemberDeclarationSyntax enumMember)
{
return CompareEnumMemberDeclarations(enumMember, (EnumMemberDeclarationSyntax)newMember, newNodeParent, eventQueue);
}
throw new NotImplementedException();
}
private bool CompareEnumMemberDeclarations(
EnumMemberDeclarationSyntax oldEnumMember,
EnumMemberDeclarationSyntax newEnumMember,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldEnumMember != null && newEnumMember != null);
var same = true;
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldEnumMember), CodeModelService.GetName(newEnumMember)))
{
EnqueueChangeEvent(newEnumMember, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
same &= CompareChildren(
CompareAttributeLists,
oldEnumMember.AttributeLists.AsReadOnlyList(),
newEnumMember.AttributeLists.AsReadOnlyList(),
newEnumMember,
CodeModelEventType.Unknown,
eventQueue);
return same;
}
private bool ComparePropertyDeclarations(
BasePropertyDeclarationSyntax oldProperty,
BasePropertyDeclarationSyntax newProperty,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldProperty != null && newProperty != null);
var same = true;
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldProperty), CodeModelService.GetName(newProperty)))
{
EnqueueChangeEvent(newProperty, newNodeParent, CodeModelEventType.Rename, eventQueue);
same = false;
}
// If modifiers have changed enqueue a element changed (unknown change) node
if (!CompareModifiers(oldProperty, newProperty))
{
EnqueueChangeEvent(newProperty, newNodeParent, CodeModelEventType.Unknown, eventQueue);
same = false;
}
// If return type had changed enqueue a element changed (typeref changed) node
if (!CompareTypes(oldProperty.Type, newProperty.Type))
{
EnqueueChangeEvent(newProperty, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
same = false;
}
same &= CompareChildren(
CompareAttributeLists,
oldProperty.AttributeLists.AsReadOnlyList(),
newProperty.AttributeLists.AsReadOnlyList(),
newProperty,
CodeModelEventType.Unknown,
eventQueue);
if (oldProperty is IndexerDeclarationSyntax oldIndexer)
{
var newIndexer = (IndexerDeclarationSyntax)newProperty;
same &= CompareChildren(
CompareParameters,
oldIndexer.ParameterList.Parameters.AsReadOnlyList(),
newIndexer.ParameterList.Parameters.AsReadOnlyList(),
newIndexer,
CodeModelEventType.SigChange,
eventQueue);
}
return same;
}
private bool CompareVariableDeclarators(
VariableDeclaratorSyntax oldVariableDeclarator,
VariableDeclaratorSyntax newVariableDeclarator,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldVariableDeclarator != null && newVariableDeclarator != null);
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldVariableDeclarator), CodeModelService.GetName(newVariableDeclarator)))
{
EnqueueChangeEvent(newVariableDeclarator, newNodeParent, CodeModelEventType.Rename, eventQueue);
return false;
}
return true;
}
private bool CompareFieldDeclarations(
BaseFieldDeclarationSyntax oldField,
BaseFieldDeclarationSyntax newField,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldField != null && newField != null);
var same = true;
same &= CompareChildren(
CompareVariableDeclarators,
oldField.Declaration.Variables.AsReadOnlyList(),
newField.Declaration.Variables.AsReadOnlyList(),
newNodeParent,
CodeModelEventType.Unknown,
eventQueue);
// If modifiers have changed enqueue a element changed (unknown change) node
if (oldField.Kind() != newField.Kind() ||
!CompareModifiers(oldField, newField))
{
EnqueueChangeEvent(newField, newNodeParent, CodeModelEventType.Unknown, eventQueue);
same = false;
}
// If type had changed enqueue a element changed (typeref changed) node
if (!CompareTypes(oldField.Declaration.Type, newField.Declaration.Type))
{
EnqueueChangeEvent(newField, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
same = false;
}
same &= CompareChildren(
CompareAttributeLists,
oldField.AttributeLists.AsReadOnlyList(),
newField.AttributeLists.AsReadOnlyList(),
newField,
CodeModelEventType.Unknown, eventQueue);
return same;
}
private bool CompareMethodDeclarations(
BaseMethodDeclarationSyntax oldMethod,
BaseMethodDeclarationSyntax newMethod,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldMethod != null && newMethod != null);
if (!StringComparer.Ordinal.Equals(CodeModelService.GetName(oldMethod), CodeModelService.GetName(newMethod)))
{
var change = CompareRenamedDeclarations(
CompareParameters,
oldMethod.ParameterList.Parameters.AsReadOnlyList(),
newMethod.ParameterList.Parameters.AsReadOnlyList(),
oldMethod,
newMethod,
newNodeParent,
eventQueue);
if (change == DeclarationChange.NameOnly)
{
EnqueueChangeEvent(newMethod, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
return false;
}
else
{
var same = true;
if (!CompareModifiers(oldMethod, newMethod))
{
same = false;
EnqueueChangeEvent(newMethod, newNodeParent, CodeModelEventType.Unknown, eventQueue);
}
if (!CompareTypes(GetReturnType(oldMethod), GetReturnType(newMethod)))
{
same = false;
EnqueueChangeEvent(newMethod, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
}
same &= CompareChildren(
CompareAttributeLists,
oldMethod.AttributeLists.AsReadOnlyList(),
newMethod.AttributeLists.AsReadOnlyList(),
newMethod,
CodeModelEventType.Unknown,
eventQueue);
same &= CompareChildren(
CompareParameters,
oldMethod.ParameterList.Parameters.AsReadOnlyList(),
newMethod.ParameterList.Parameters.AsReadOnlyList(),
newMethod,
CodeModelEventType.SigChange,
eventQueue);
return same;
}
}
private bool CompareNamespaceDeclarations(
BaseNamespaceDeclarationSyntax oldNamespace,
BaseNamespaceDeclarationSyntax newNamespace,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldNamespace != null && newNamespace != null);
// Check if the namespace nodes are identical w.r.t Name
if (!CompareNames(oldNamespace.Name, newNamespace.Name))
{
var change = CompareRenamedDeclarations(
CompareNamespacesOrTypes,
GetValidMembers(oldNamespace),
GetValidMembers(newNamespace),
oldNamespace,
newNamespace,
newNodeParent,
eventQueue);
if (change == DeclarationChange.NameOnly)
{
EnqueueChangeEvent(newNamespace, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
return false;
}
return CompareChildren(
CompareNamespacesOrTypes,
GetValidMembers(oldNamespace),
GetValidMembers(newNamespace),
newNamespace,
CodeModelEventType.Unknown,
eventQueue);
}
private bool CompareTypeDeclarations(
MemberDeclarationSyntax oldMember,
MemberDeclarationSyntax newMember,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
Debug.Assert(oldMember != null && newMember != null);
Debug.Assert(oldMember is BaseTypeDeclarationSyntax || oldMember is DelegateDeclarationSyntax);
Debug.Assert(newMember is BaseTypeDeclarationSyntax || newMember is DelegateDeclarationSyntax);
// If the kind doesn't match, it has to be a remove/add.
if (oldMember.Kind() != newMember.Kind())
{
EnqueueRemoveEvent(oldMember, newNodeParent, eventQueue);
EnqueueAddEvent(newMember, newNodeParent, eventQueue);
return false;
}
if (oldMember is BaseTypeDeclarationSyntax oldType)
{
var newType = (BaseTypeDeclarationSyntax)newMember;
var oldMembers = GetValidMembers(oldType);
var newMembers = GetValidMembers(newType);
var same = true;
// If the type name is different, it might mean that the whole type has been removed and a new one added.
// In that case, we shouldn't do any other checks and instead return immediately.
if (!StringComparer.Ordinal.Equals(oldType.Identifier.ToString(), newType.Identifier.ToString()))
{
var change = CompareRenamedDeclarations(
CompareMemberDeclarations,
oldMembers,
newMembers,
oldType,
newType,
newNodeParent,
eventQueue);
if (change == DeclarationChange.WholeDeclaration)
{
return false;
}
same = false;
EnqueueChangeEvent(newType, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
if (!CompareModifiers(oldType, newType))
{
same = false;
EnqueueChangeEvent(newType, newNodeParent, CodeModelEventType.Unknown, eventQueue);
}
if (!CompareBaseLists(oldType, newType))
{
same = false;
EnqueueChangeEvent(newType, newNodeParent, CodeModelEventType.BaseChange, eventQueue);
}
same &= CompareChildren(
CompareAttributeLists,
oldType.AttributeLists.AsReadOnlyList(),
newType.AttributeLists.AsReadOnlyList(),
newType,
CodeModelEventType.Unknown,
eventQueue);
same &= CompareChildren(
CompareMemberDeclarations,
oldMembers,
newMembers,
newType,
CodeModelEventType.Unknown,
eventQueue);
return same;
}
else if (oldMember is DelegateDeclarationSyntax oldDelegate)
{
var newDelegate = (DelegateDeclarationSyntax)newMember;
var same = true;
// If the delegate name is different, it might mean that the whole delegate has been removed and a new one added.
// In that case, we shouldn't do any other checks and instead return immediately.
if (!StringComparer.Ordinal.Equals(oldDelegate.Identifier.ToString(), newDelegate.Identifier.ToString()))
{
var change = CompareRenamedDeclarations(
CompareParameters,
oldDelegate.ParameterList.Parameters.AsReadOnlyList(),
newDelegate.ParameterList.Parameters.AsReadOnlyList(),
oldDelegate,
newDelegate,
newNodeParent,
eventQueue);
if (change == DeclarationChange.WholeDeclaration)
{
return false;
}
same = false;
EnqueueChangeEvent(newDelegate, newNodeParent, CodeModelEventType.Rename, eventQueue);
}
if (!CompareModifiers(oldDelegate, newDelegate))
{
same = false;
EnqueueChangeEvent(newDelegate, newNodeParent, CodeModelEventType.Unknown, eventQueue);
}
if (!CompareTypes(oldDelegate.ReturnType, newDelegate.ReturnType))
{
same = false;
EnqueueChangeEvent(newDelegate, newNodeParent, CodeModelEventType.TypeRefChange, eventQueue);
}
same &= CompareChildren(
CompareAttributeLists,
oldDelegate.AttributeLists.AsReadOnlyList(),
newDelegate.AttributeLists.AsReadOnlyList(),
newDelegate,
CodeModelEventType.Unknown,
eventQueue);
same &= CompareChildren(
CompareParameters,
oldDelegate.ParameterList.Parameters.AsReadOnlyList(),
newDelegate.ParameterList.Parameters.AsReadOnlyList(),
newDelegate,
CodeModelEventType.SigChange,
eventQueue);
return same;
}
return false;
}
private bool CompareNamespacesOrTypes(
MemberDeclarationSyntax oldNamespaceOrType,
MemberDeclarationSyntax newNamespaceOrType,
SyntaxNode newNodeParent,
CodeModelEventQueue eventQueue)
{
// If the kind doesn't match, it has to be a remove/add.
if (oldNamespaceOrType.Kind() != newNamespaceOrType.Kind())
{
EnqueueRemoveEvent(oldNamespaceOrType, newNodeParent, eventQueue);
EnqueueAddEvent(newNamespaceOrType, newNodeParent, eventQueue);
return false;
}
if (oldNamespaceOrType is BaseTypeDeclarationSyntax ||
oldNamespaceOrType is DelegateDeclarationSyntax)
{
return CompareTypeDeclarations(oldNamespaceOrType, newNamespaceOrType, newNodeParent, eventQueue);
}
else if (oldNamespaceOrType is BaseNamespaceDeclarationSyntax namespaceDecl)
{
return CompareNamespaceDeclarations(namespaceDecl, (BaseNamespaceDeclarationSyntax)newNamespaceOrType, newNodeParent, eventQueue);
}
return false;
}
private bool CompareBaseLists(BaseTypeDeclarationSyntax oldType, BaseTypeDeclarationSyntax newType)
{
if (oldType.BaseList == null && newType.BaseList == null)
{
return true;
}
if (oldType.BaseList != null && newType.BaseList != null)
{
var oldTypes = oldType.BaseList.Types;
var newTypes = newType.BaseList.Types;
if (oldTypes.Count != newTypes.Count)
{
return false;
}
for (var i = 0; i < oldTypes.Count; i++)
{
if (!CompareTypes(oldTypes[i].Type, newTypes[i].Type))
{
return false;
}
}
return true;
}
// In this case, one of the base lists is null.
return false;
}
private bool CompareModifiers(MemberDeclarationSyntax oldMember, MemberDeclarationSyntax newMember)
=> oldMember.GetModifierFlags() == newMember.GetModifierFlags();
private bool CompareModifiers(ParameterSyntax oldParameter, ParameterSyntax newParameter)
=> oldParameter.GetParameterFlags() == newParameter.GetParameterFlags();
private bool CompareNames(NameSyntax oldName, NameSyntax newName)
{
if (oldName.Kind() != newName.Kind())
{
return false;
}
switch (oldName.Kind())
{
case SyntaxKind.IdentifierName:
var oldIdentifierName = (IdentifierNameSyntax)oldName;
var newIdentifierName = (IdentifierNameSyntax)newName;
return StringComparer.Ordinal.Equals(oldIdentifierName.Identifier.ToString(), newIdentifierName.Identifier.ToString());
case SyntaxKind.QualifiedName:
var oldQualifiedName = (QualifiedNameSyntax)oldName;
var newQualifiedName = (QualifiedNameSyntax)newName;
return CompareNames(oldQualifiedName.Left, newQualifiedName.Left)
&& CompareNames(oldQualifiedName.Right, oldQualifiedName.Right);
case SyntaxKind.GenericName:
var oldGenericName = (GenericNameSyntax)oldName;
var newGenericName = (GenericNameSyntax)newName;
if (!StringComparer.Ordinal.Equals(oldGenericName.Identifier.ToString(), newGenericName.Identifier.ToString()))
{
return false;
}
if (oldGenericName.Arity != newGenericName.Arity)
{
return false;
}
for (var i = 0; i < oldGenericName.Arity; i++)
{
if (!CompareTypes(oldGenericName.TypeArgumentList.Arguments[i], newGenericName.TypeArgumentList.Arguments[i]))
{
return false;
}
}
return true;
case SyntaxKind.AliasQualifiedName:
var oldAliasQualifiedName = (AliasQualifiedNameSyntax)oldName;
var newAliasQualifiedName = (AliasQualifiedNameSyntax)newName;
return CompareNames(oldAliasQualifiedName.Alias, newAliasQualifiedName.Alias)
&& CompareNames(oldAliasQualifiedName.Name, newAliasQualifiedName.Name);
}
Debug.Fail("Unknown kind: " + oldName.Kind());
return false;
}
private bool CompareTypes(TypeSyntax oldType, TypeSyntax newType)
{
// Type nodes can be NULL for ctor/dtor/operators ...
if (oldType == null || newType == null)
{
return oldType == newType;
}
if (oldType.Kind() != newType.Kind())
{
return false;
}
switch (oldType.Kind())
{
case SyntaxKind.PredefinedType:
var oldPredefinedType = (PredefinedTypeSyntax)oldType;
var newPredefinedType = (PredefinedTypeSyntax)newType;
return oldPredefinedType.Keyword.RawKind == newPredefinedType.Keyword.RawKind;
case SyntaxKind.ArrayType:
var oldArrayType = (ArrayTypeSyntax)oldType;
var newArrayType = (ArrayTypeSyntax)newType;
return oldArrayType.RankSpecifiers.Count == newArrayType.RankSpecifiers.Count
&& CompareTypes(oldArrayType.ElementType, newArrayType.ElementType);
case SyntaxKind.PointerType:
var oldPointerType = (PointerTypeSyntax)oldType;
var newPointerType = (PointerTypeSyntax)newType;
return CompareTypes(oldPointerType.ElementType, newPointerType.ElementType);
case SyntaxKind.NullableType:
var oldNullableType = (NullableTypeSyntax)oldType;
var newNullableType = (NullableTypeSyntax)newType;
return CompareTypes(oldNullableType.ElementType, newNullableType.ElementType);
case SyntaxKind.IdentifierName:
case SyntaxKind.QualifiedName:
case SyntaxKind.AliasQualifiedName:
case SyntaxKind.GenericName:
var oldName = (NameSyntax)oldType;
var newName = (NameSyntax)newType;
return CompareNames(oldName, newName);
}
Debug.Fail("Unknown kind: " + oldType.Kind());
return false;
}
private TypeSyntax GetReturnType(BaseMethodDeclarationSyntax method)
{
if (method is MethodDeclarationSyntax methodDecl)
{
return methodDecl.ReturnType;
}
else if (method is OperatorDeclarationSyntax operatorDecl)
{
return operatorDecl.ReturnType;
}
// TODO(DustinCa): What about conversion operators? How does the legacy code base handle those?
return null;
}
protected override void CollectCore(SyntaxNode oldRoot, SyntaxNode newRoot, CodeModelEventQueue eventQueue)
=> CompareCompilationUnits((CompilationUnitSyntax)oldRoot, (CompilationUnitSyntax)newRoot, eventQueue);
protected override void EnqueueAddEvent(SyntaxNode node, SyntaxNode parent, CodeModelEventQueue eventQueue)
{
if (eventQueue == null)
{
return;
}
if (node is IncompleteMemberSyntax)
{
return;
}
if (node is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueAddEvent(variableDeclarator, parent);
}
}
else if (node is AttributeListSyntax attributeList)
{
foreach (var attribute in attributeList.Attributes)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueAddEvent);
}
}
else if (node is AttributeSyntax attribute)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueAddEvent);
}
else
{
eventQueue.EnqueueAddEvent(node, parent);
}
}
protected override void EnqueueChangeEvent(SyntaxNode node, SyntaxNode parent, CodeModelEventType eventType, CodeModelEventQueue eventQueue)
{
if (eventQueue == null)
{
return;
}
if (node is IncompleteMemberSyntax)
{
return;
}
if (node is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueChangeEvent(variableDeclarator, parent, eventType);
}
}
else if (node is AttributeListSyntax attributeList)
{
foreach (var attribute in attributeList.Attributes)
{
ChangeEventQueueForAttributes(attribute, parent, eventType, eventQueue);
}
}
else if (node is AttributeSyntax attribute)
{
ChangeEventQueueForAttributes(attribute, parent, eventType, eventQueue);
}
else
{
eventQueue.EnqueueChangeEvent(node, parent, eventType);
}
}
private static void ChangeEventQueueForAttributes(AttributeSyntax attribute, SyntaxNode parent, CodeModelEventType eventType, CodeModelEventQueue eventQueue)
{
if (parent is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueChangeEvent(attribute, variableDeclarator, eventType);
}
}
else
{
eventQueue.EnqueueChangeEvent(attribute, parent, eventType);
}
}
protected override void EnqueueRemoveEvent(SyntaxNode node, SyntaxNode parent, CodeModelEventQueue eventQueue)
{
if (eventQueue == null)
{
return;
}
if (node is IncompleteMemberSyntax)
{
return;
}
if (node is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
eventQueue.EnqueueRemoveEvent(variableDeclarator, parent);
}
}
else if (node is AttributeListSyntax attributeList)
{
foreach (var attribute in attributeList.Attributes)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueRemoveEvent);
}
}
else if (node is AttributeSyntax attribute)
{
AddEventToEventQueueForAttributes(attribute, parent, eventQueue.EnqueueRemoveEvent);
}
else
{
eventQueue.EnqueueRemoveEvent(node, parent);
}
}
private void AddEventToEventQueueForAttributes(AttributeSyntax attribute, SyntaxNode parent, Action<SyntaxNode, SyntaxNode> enqueueAddOrRemoveEvent)
{
if (parent is BaseFieldDeclarationSyntax baseField)
{
foreach (var variableDeclarator in baseField.Declaration.Variables)
{
enqueueAddOrRemoveEvent(attribute, variableDeclarator);
}
}
else
{
enqueueAddOrRemoveEvent(attribute, parent);
}
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/VisualBasic/Portable/GenerateMember/GenerateEnumMember/VisualBasicGenerateEnumMemberService.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.GenerateMember.GenerateEnumMember
Imports Microsoft.CodeAnalysis.Host.Mef
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.GenerateMember.GenerateEnumMember
<ExportLanguageService(GetType(IGenerateEnumMemberService), LanguageNames.VisualBasic), [Shared]>
Partial Friend Class VisualBasicGenerateEnumMemberService
Inherits AbstractGenerateEnumMemberService(Of VisualBasicGenerateEnumMemberService, SimpleNameSyntax, ExpressionSyntax)
<ImportingConstructor>
<Obsolete(MefConstruction.ImportingConstructorMessage, True)>
Public Sub New()
End Sub
Protected Overrides Function IsIdentifierNameGeneration(node As SyntaxNode) As Boolean
Return TypeOf node Is IdentifierNameSyntax
End Function
Protected Overrides Function TryInitializeIdentifierNameState(
document As SemanticDocument, identifierName As SimpleNameSyntax, cancellationToken As CancellationToken,
ByRef identifierToken As SyntaxToken, ByRef simpleNameOrMemberAccessExpression As ExpressionSyntax) As Boolean
identifierToken = identifierName.Identifier
Dim memberAccess = TryCast(identifierName.Parent, MemberAccessExpressionSyntax)
simpleNameOrMemberAccessExpression =
If(memberAccess IsNot Nothing AndAlso memberAccess.Name Is identifierName,
DirectCast(memberAccess, ExpressionSyntax),
identifierName)
If simpleNameOrMemberAccessExpression.IsParentKind(SyntaxKind.InvocationExpression) Then
Dim invocation = DirectCast(simpleNameOrMemberAccessExpression.Parent, InvocationExpressionSyntax)
If invocation.ArgumentList IsNot Nothing Then
Return False
End If
End If
If Not simpleNameOrMemberAccessExpression.IsParentKind(SyntaxKind.ObjectCreationExpression) AndAlso
Not simpleNameOrMemberAccessExpression.IsParentKind(SyntaxKind.AddressOfExpression) Then
Dim syntaxTree = DirectCast(document.SyntaxTree, VisualBasicSyntaxTree)
Dim position = simpleNameOrMemberAccessExpression.SpanStart
If syntaxTree.IsExpressionContext(position, cancellationToken) OrElse
syntaxTree.IsSingleLineStatementContext(position, cancellationToken) Then
Return True
End If
End If
identifierToken = Nothing
simpleNameOrMemberAccessExpression = Nothing
Return False
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.GenerateMember.GenerateEnumMember
Imports Microsoft.CodeAnalysis.Host.Mef
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.GenerateMember.GenerateEnumMember
<ExportLanguageService(GetType(IGenerateEnumMemberService), LanguageNames.VisualBasic), [Shared]>
Partial Friend Class VisualBasicGenerateEnumMemberService
Inherits AbstractGenerateEnumMemberService(Of VisualBasicGenerateEnumMemberService, SimpleNameSyntax, ExpressionSyntax)
<ImportingConstructor>
<Obsolete(MefConstruction.ImportingConstructorMessage, True)>
Public Sub New()
End Sub
Protected Overrides Function IsIdentifierNameGeneration(node As SyntaxNode) As Boolean
Return TypeOf node Is IdentifierNameSyntax
End Function
Protected Overrides Function TryInitializeIdentifierNameState(
document As SemanticDocument, identifierName As SimpleNameSyntax, cancellationToken As CancellationToken,
ByRef identifierToken As SyntaxToken, ByRef simpleNameOrMemberAccessExpression As ExpressionSyntax) As Boolean
identifierToken = identifierName.Identifier
Dim memberAccess = TryCast(identifierName.Parent, MemberAccessExpressionSyntax)
simpleNameOrMemberAccessExpression =
If(memberAccess IsNot Nothing AndAlso memberAccess.Name Is identifierName,
DirectCast(memberAccess, ExpressionSyntax),
identifierName)
If simpleNameOrMemberAccessExpression.IsParentKind(SyntaxKind.InvocationExpression) Then
Dim invocation = DirectCast(simpleNameOrMemberAccessExpression.Parent, InvocationExpressionSyntax)
If invocation.ArgumentList IsNot Nothing Then
Return False
End If
End If
If Not simpleNameOrMemberAccessExpression.IsParentKind(SyntaxKind.ObjectCreationExpression) AndAlso
Not simpleNameOrMemberAccessExpression.IsParentKind(SyntaxKind.AddressOfExpression) Then
Dim syntaxTree = DirectCast(document.SyntaxTree, VisualBasicSyntaxTree)
Dim position = simpleNameOrMemberAccessExpression.SpanStart
If syntaxTree.IsExpressionContext(position, cancellationToken) OrElse
syntaxTree.IsSingleLineStatementContext(position, cancellationToken) Then
Return True
End If
End If
identifierToken = Nothing
simpleNameOrMemberAccessExpression = Nothing
Return False
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Impl/SolutionExplorer/SourceGeneratedFileItems/SourceGeneratedFileItemSource.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.Internal.VisualStudio.PlatformUI;
using Microsoft.VisualStudio.Language.Intellisense;
using Roslyn.Utilities;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorer
{
internal class SourceGeneratedFileItemSource : Shell.IAttachedCollectionSource, ISupportExpansionEvents
{
private readonly SourceGeneratorItem _parentGeneratorItem;
private readonly Workspace _workspace;
private readonly IAsynchronousOperationListener _asyncListener;
private readonly IThreadingContext _threadingContext;
/// <summary>
/// The returned collection of items. Can only be mutated on the UI thread, as other parts of WPF are subscribed to the change
/// events and expect that.
/// </summary>
private readonly BulkObservableCollectionWithInit<BaseItem> _items = new();
/// <summary>
/// Gate to guard mutation of <see cref="_cancellationTokenSource"/> and <see cref="_resettableDelay"/>.
/// </summary>
private readonly object _gate = new object();
private CancellationTokenSource? _cancellationTokenSource;
private ResettableDelay? _resettableDelay;
public SourceGeneratedFileItemSource(SourceGeneratorItem parentGeneratorItem, Workspace workspace, IAsynchronousOperationListener asyncListener, IThreadingContext threadingContext)
{
_parentGeneratorItem = parentGeneratorItem;
_workspace = workspace;
_asyncListener = asyncListener;
_threadingContext = threadingContext;
}
public object SourceItem => _parentGeneratorItem;
public bool HasItems
{
get
{
// Since we are expensive to compute, always say we have items.
return true;
}
}
public IEnumerable Items => _items;
private async Task UpdateSourceGeneratedFileItemsAsync(Solution solution, CancellationToken cancellationToken)
{
var project = solution.GetProject(_parentGeneratorItem.ProjectId);
if (project == null)
{
return;
}
var sourceGeneratedDocuments = await project.GetSourceGeneratedDocumentsAsync(cancellationToken).ConfigureAwait(false);
var sourceGeneratedDocumentsForGeneratorById =
sourceGeneratedDocuments.Where(d => d.SourceGeneratorAssemblyName == _parentGeneratorItem.GeneratorAssemblyName &&
d.SourceGeneratorTypeName == _parentGeneratorItem.GeneratorTypeName)
.ToDictionary(d => d.Id);
// We must update the list on the UI thread, since the WPF elements bound to our list expect that
await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
try
{
// We're going to incrementally update our items, ensuring we keep the object identity for things we didn't touch.
// This is because the Solution Explorer itself will use identity to keep track of active items -- if you have an
// item selected and we were to refresh in the background we don't want to lose that selection. If we just removed
// and repopulated the list from scratch each time we'd lose the selection.
_items.BeginBulkOperation();
// Do we already have a "no files" placeholder item?
if (_items.Count == 1 && _items[0] is NoSourceGeneratedFilesPlaceholderItem)
{
// We do -- if we have no items, we're done, since the placeholder is all that needs to be there;
// otherwise remove it since we have real files now
if (sourceGeneratedDocumentsForGeneratorById.Count == 0)
{
return;
}
else
{
_items.RemoveAt(0);
}
}
for (var i = 0; i < _items.Count; i++)
{
// If this item that we already have is still a generated document, we'll remove it from our list; the list when we're
// done is going to have the new items remaining. If it no longer exists, remove it from list.
if (!sourceGeneratedDocumentsForGeneratorById.Remove(((SourceGeneratedFileItem)_items[i]).DocumentId))
{
_items.RemoveAt(i);
i--;
}
}
// Whatever is left in sourceGeneratedDocumentsForGeneratorById we should add
if (sourceGeneratedDocumentsForGeneratorById.Count == 0)
{
// We don't have any items at all, so add the placeholder
Contract.ThrowIfFalse(_items.Count == 0);
_items.Add(new NoSourceGeneratedFilesPlaceholderItem());
return;
}
foreach (var document in sourceGeneratedDocumentsForGeneratorById.Values)
{
// Binary search to figure out where to insert
var low = 0;
var high = _items.Count;
while (low < high)
{
var mid = (low + high) / 2;
if (StringComparer.OrdinalIgnoreCase.Compare(document.HintName, ((SourceGeneratedFileItem)_items[mid]).HintName) < 0)
{
high = mid;
}
else
{
low = mid + 1;
}
}
_items.Insert(low, new SourceGeneratedFileItem(document.Id, document.HintName, document.Project.Language, _workspace));
}
}
finally
{
_items.EndBulkOperation();
_items.MarkAsInitialized();
}
}
public void BeforeExpand()
{
lock (_gate)
{
// We should not have an existing computation active
Contract.ThrowIfNull(_cancellationTokenSource == null);
_cancellationTokenSource = new CancellationTokenSource();
var cancellationToken = _cancellationTokenSource.Token;
var asyncToken = _asyncListener.BeginAsyncOperation(nameof(SourceGeneratedFileItemSource) + "." + nameof(BeforeExpand));
Task.Run(
async () =>
{
// Since the user just expanded this, we want to do a single population aggressively,
// where the only reason we'd cancel is if the user collapsed it again.
var solution = _workspace.CurrentSolution;
await UpdateSourceGeneratedFileItemsAsync(solution, cancellationToken).ConfigureAwait(false);
// Now that we've done it the first time, we'll subscribe for future changes
lock (_gate)
{
// It's important we check for cancellation inside our lock: if the user were to collapse
// right at this point, we don't want to have a case where we cancelled the work, unsubscribed
// in AfterCollapse, and _then_ subscribed here again.
cancellationToken.ThrowIfCancellationRequested();
_workspace.WorkspaceChanged += OnWorkpaceChanged;
if (_workspace.CurrentSolution != solution)
{
// The workspace changed while we were doing our initial population, so
// refresh it. We'll just call our OnWorkspaceChanged event handler
// so this looks like any other change.
OnWorkpaceChanged(this,
new WorkspaceChangeEventArgs(WorkspaceChangeKind.SolutionChanged, solution, _workspace.CurrentSolution));
}
}
},
cancellationToken).CompletesAsyncOperation(asyncToken);
}
}
public void AfterCollapse()
{
StopUpdating();
}
private void StopUpdating()
{
lock (_gate)
{
_cancellationTokenSource?.Cancel();
_cancellationTokenSource = null;
_workspace.WorkspaceChanged -= OnWorkpaceChanged;
_resettableDelay = null;
}
}
private void OnWorkpaceChanged(object sender, WorkspaceChangeEventArgs e)
{
if (!e.NewSolution.ContainsProject(_parentGeneratorItem.ProjectId))
{
StopUpdating();
}
lock (_gate)
{
// If we already have a ResettableDelay, just delay it further; otherwise we either have no delay
// or the actual processing began, and we need to start over
if (_resettableDelay != null)
{
_resettableDelay.Reset();
}
else
{
// Time to start the work all over again. We'll ensure any previous work is cancelled
Contract.ThrowIfNull(_cancellationTokenSource, "We created a token when we expanded, how do we not have one when processing an update?");
_cancellationTokenSource.Cancel();
_cancellationTokenSource = new CancellationTokenSource();
var cancellationToken = _cancellationTokenSource.Token;
var asyncToken = _asyncListener.BeginAsyncOperation(nameof(SourceGeneratedFileItemSource) + "." + nameof(OnWorkpaceChanged));
// We're going to go with a really long delay: once the user expands this we will keep it updated, but it's fairly
// unlikely to change in a lot of cases if a generator only produces a stable set of names.
_resettableDelay = new ResettableDelay(delayInMilliseconds: 5000, _asyncListener, _cancellationTokenSource.Token);
_resettableDelay.Task.ContinueWith(_ =>
{
lock (_gate)
{
// We've started off this work, so if another change comes in we need to start a delay all over again
_resettableDelay = null;
}
cancellationToken.ThrowIfCancellationRequested();
return UpdateSourceGeneratedFileItemsAsync(_workspace.CurrentSolution, cancellationToken);
}, cancellationToken, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Default).CompletesAsyncOperation(asyncToken);
}
}
}
/// <summary>
/// This derivation of <see cref="ObservableCollection{T}"/> also supports raising an initialized event through
/// <see cref="ISupportInitializeNotification"/>. This is used to show the spinning icon in the solution explorer
/// the first time you expand it.
/// </summary>
private sealed class BulkObservableCollectionWithInit<T> : BulkObservableCollection<T>, ISupportInitializeNotification
{
public bool IsInitialized { get; private set; } = false;
public event EventHandler? Initialized;
void ISupportInitialize.BeginInit()
{
}
void ISupportInitialize.EndInit()
{
}
public void MarkAsInitialized()
{
if (!IsInitialized)
{
IsInitialized = true;
Initialized?.Invoke(this, EventArgs.Empty);
}
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.Internal.VisualStudio.PlatformUI;
using Microsoft.VisualStudio.Language.Intellisense;
using Roslyn.Utilities;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorer
{
internal class SourceGeneratedFileItemSource : Shell.IAttachedCollectionSource, ISupportExpansionEvents
{
private readonly SourceGeneratorItem _parentGeneratorItem;
private readonly Workspace _workspace;
private readonly IAsynchronousOperationListener _asyncListener;
private readonly IThreadingContext _threadingContext;
/// <summary>
/// The returned collection of items. Can only be mutated on the UI thread, as other parts of WPF are subscribed to the change
/// events and expect that.
/// </summary>
private readonly BulkObservableCollectionWithInit<BaseItem> _items = new();
/// <summary>
/// Gate to guard mutation of <see cref="_cancellationTokenSource"/> and <see cref="_resettableDelay"/>.
/// </summary>
private readonly object _gate = new object();
private CancellationTokenSource? _cancellationTokenSource;
private ResettableDelay? _resettableDelay;
public SourceGeneratedFileItemSource(SourceGeneratorItem parentGeneratorItem, Workspace workspace, IAsynchronousOperationListener asyncListener, IThreadingContext threadingContext)
{
_parentGeneratorItem = parentGeneratorItem;
_workspace = workspace;
_asyncListener = asyncListener;
_threadingContext = threadingContext;
}
public object SourceItem => _parentGeneratorItem;
public bool HasItems
{
get
{
// Since we are expensive to compute, always say we have items.
return true;
}
}
public IEnumerable Items => _items;
private async Task UpdateSourceGeneratedFileItemsAsync(Solution solution, CancellationToken cancellationToken)
{
var project = solution.GetProject(_parentGeneratorItem.ProjectId);
if (project == null)
{
return;
}
var sourceGeneratedDocuments = await project.GetSourceGeneratedDocumentsAsync(cancellationToken).ConfigureAwait(false);
var sourceGeneratedDocumentsForGeneratorById =
sourceGeneratedDocuments.Where(d => d.SourceGeneratorAssemblyName == _parentGeneratorItem.GeneratorAssemblyName &&
d.SourceGeneratorTypeName == _parentGeneratorItem.GeneratorTypeName)
.ToDictionary(d => d.Id);
// We must update the list on the UI thread, since the WPF elements bound to our list expect that
await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
try
{
// We're going to incrementally update our items, ensuring we keep the object identity for things we didn't touch.
// This is because the Solution Explorer itself will use identity to keep track of active items -- if you have an
// item selected and we were to refresh in the background we don't want to lose that selection. If we just removed
// and repopulated the list from scratch each time we'd lose the selection.
_items.BeginBulkOperation();
// Do we already have a "no files" placeholder item?
if (_items.Count == 1 && _items[0] is NoSourceGeneratedFilesPlaceholderItem)
{
// We do -- if we have no items, we're done, since the placeholder is all that needs to be there;
// otherwise remove it since we have real files now
if (sourceGeneratedDocumentsForGeneratorById.Count == 0)
{
return;
}
else
{
_items.RemoveAt(0);
}
}
for (var i = 0; i < _items.Count; i++)
{
// If this item that we already have is still a generated document, we'll remove it from our list; the list when we're
// done is going to have the new items remaining. If it no longer exists, remove it from list.
if (!sourceGeneratedDocumentsForGeneratorById.Remove(((SourceGeneratedFileItem)_items[i]).DocumentId))
{
_items.RemoveAt(i);
i--;
}
}
// Whatever is left in sourceGeneratedDocumentsForGeneratorById we should add
if (sourceGeneratedDocumentsForGeneratorById.Count == 0)
{
// We don't have any items at all, so add the placeholder
Contract.ThrowIfFalse(_items.Count == 0);
_items.Add(new NoSourceGeneratedFilesPlaceholderItem());
return;
}
foreach (var document in sourceGeneratedDocumentsForGeneratorById.Values)
{
// Binary search to figure out where to insert
var low = 0;
var high = _items.Count;
while (low < high)
{
var mid = (low + high) / 2;
if (StringComparer.OrdinalIgnoreCase.Compare(document.HintName, ((SourceGeneratedFileItem)_items[mid]).HintName) < 0)
{
high = mid;
}
else
{
low = mid + 1;
}
}
_items.Insert(low, new SourceGeneratedFileItem(document.Id, document.HintName, document.Project.Language, _workspace));
}
}
finally
{
_items.EndBulkOperation();
_items.MarkAsInitialized();
}
}
public void BeforeExpand()
{
lock (_gate)
{
// We should not have an existing computation active
Contract.ThrowIfNull(_cancellationTokenSource == null);
_cancellationTokenSource = new CancellationTokenSource();
var cancellationToken = _cancellationTokenSource.Token;
var asyncToken = _asyncListener.BeginAsyncOperation(nameof(SourceGeneratedFileItemSource) + "." + nameof(BeforeExpand));
Task.Run(
async () =>
{
// Since the user just expanded this, we want to do a single population aggressively,
// where the only reason we'd cancel is if the user collapsed it again.
var solution = _workspace.CurrentSolution;
await UpdateSourceGeneratedFileItemsAsync(solution, cancellationToken).ConfigureAwait(false);
// Now that we've done it the first time, we'll subscribe for future changes
lock (_gate)
{
// It's important we check for cancellation inside our lock: if the user were to collapse
// right at this point, we don't want to have a case where we cancelled the work, unsubscribed
// in AfterCollapse, and _then_ subscribed here again.
cancellationToken.ThrowIfCancellationRequested();
_workspace.WorkspaceChanged += OnWorkpaceChanged;
if (_workspace.CurrentSolution != solution)
{
// The workspace changed while we were doing our initial population, so
// refresh it. We'll just call our OnWorkspaceChanged event handler
// so this looks like any other change.
OnWorkpaceChanged(this,
new WorkspaceChangeEventArgs(WorkspaceChangeKind.SolutionChanged, solution, _workspace.CurrentSolution));
}
}
},
cancellationToken).CompletesAsyncOperation(asyncToken);
}
}
public void AfterCollapse()
{
StopUpdating();
}
private void StopUpdating()
{
lock (_gate)
{
_cancellationTokenSource?.Cancel();
_cancellationTokenSource = null;
_workspace.WorkspaceChanged -= OnWorkpaceChanged;
_resettableDelay = null;
}
}
private void OnWorkpaceChanged(object sender, WorkspaceChangeEventArgs e)
{
if (!e.NewSolution.ContainsProject(_parentGeneratorItem.ProjectId))
{
StopUpdating();
}
lock (_gate)
{
// If we already have a ResettableDelay, just delay it further; otherwise we either have no delay
// or the actual processing began, and we need to start over
if (_resettableDelay != null)
{
_resettableDelay.Reset();
}
else
{
// Time to start the work all over again. We'll ensure any previous work is cancelled
Contract.ThrowIfNull(_cancellationTokenSource, "We created a token when we expanded, how do we not have one when processing an update?");
_cancellationTokenSource.Cancel();
_cancellationTokenSource = new CancellationTokenSource();
var cancellationToken = _cancellationTokenSource.Token;
var asyncToken = _asyncListener.BeginAsyncOperation(nameof(SourceGeneratedFileItemSource) + "." + nameof(OnWorkpaceChanged));
// We're going to go with a really long delay: once the user expands this we will keep it updated, but it's fairly
// unlikely to change in a lot of cases if a generator only produces a stable set of names.
_resettableDelay = new ResettableDelay(delayInMilliseconds: 5000, _asyncListener, _cancellationTokenSource.Token);
_resettableDelay.Task.ContinueWith(_ =>
{
lock (_gate)
{
// We've started off this work, so if another change comes in we need to start a delay all over again
_resettableDelay = null;
}
cancellationToken.ThrowIfCancellationRequested();
return UpdateSourceGeneratedFileItemsAsync(_workspace.CurrentSolution, cancellationToken);
}, cancellationToken, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Default).CompletesAsyncOperation(asyncToken);
}
}
}
/// <summary>
/// This derivation of <see cref="ObservableCollection{T}"/> also supports raising an initialized event through
/// <see cref="ISupportInitializeNotification"/>. This is used to show the spinning icon in the solution explorer
/// the first time you expand it.
/// </summary>
private sealed class BulkObservableCollectionWithInit<T> : BulkObservableCollection<T>, ISupportInitializeNotification
{
public bool IsInitialized { get; private set; } = false;
public event EventHandler? Initialized;
void ISupportInitialize.BeginInit()
{
}
void ISupportInitialize.EndInit()
{
}
public void MarkAsInitialized()
{
if (!IsInitialized)
{
IsInitialized = true;
Initialized?.Invoke(this, EventArgs.Empty);
}
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/NoPia.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports CompilationCreationTestHelpers
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Imports Roslyn.Test.Utilities.TestMetadata
Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.Symbols.Metadata.PE
Public Class NoPia
Inherits BasicTestBase
<Fact()>
Public Sub HideLocalTypeDefinitions()
Dim assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.LocalTypes1, TestReferences.SymbolsTests.NoPia.LocalTypes2})
Dim localTypes1 = assemblies(0).Modules(0)
Dim localTypes2 = assemblies(1).Modules(0)
Assert.Equal(0, localTypes1.GlobalNamespace.GetMembers("I1").Length)
Assert.Equal(0, localTypes1.GlobalNamespace.GetMembers("S1").Length)
Assert.Equal(0, localTypes1.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1").GetTypeMembers().Length())
Assert.Equal(0, localTypes2.GlobalNamespace.GetMembers("I1").Length)
Assert.Equal(0, localTypes2.GlobalNamespace.GetMembers("S1").Length)
Assert.Equal(0, localTypes2.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1").GetTypeMembers().Length())
End Sub
<Fact()>
Public Sub LocalTypeSubstitution1()
Dim assemblies1 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1
})
Dim localTypes1_1 = assemblies1(0)
Dim localTypes2_1 = assemblies1(1)
Dim pia1_1 = assemblies1(2)
Dim varI1 = pia1_1.GlobalNamespace.GetTypeMembers("I1").Single()
Dim varS1 = pia1_1.GlobalNamespace.GetTypeMembers("S1").Single()
Dim varNS1 = pia1_1.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1")
Dim varI2 = varNS1.GetTypeMembers("I2").Single()
Dim varS2 = varNS1.GetTypeMembers("S2").Single()
Dim classLocalTypes1 As NamedTypeSymbol
Dim classLocalTypes2 As NamedTypeSymbol
classLocalTypes1 = localTypes1_1.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_1.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
Dim test1 As MethodSymbol
Dim test2 As MethodSymbol
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
Dim param As ImmutableArray(Of ParameterSymbol)
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies2 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib
})
Dim localTypes1_2 = assemblies2(0)
Dim localTypes2_2 = assemblies2(1)
Assert.NotSame(localTypes1_1, localTypes1_2)
Assert.NotSame(localTypes2_1, localTypes2_2)
Assert.Same(pia1_1, assemblies2(2))
classLocalTypes1 = localTypes1_2.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_2.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies3 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1
})
Dim localTypes1_3 = assemblies3(0)
Dim localTypes2_3 = assemblies3(1)
Dim pia1_3 = assemblies3(2)
Assert.NotSame(localTypes1_1, localTypes1_3)
Assert.NotSame(localTypes2_1, localTypes2_3)
Assert.NotSame(localTypes1_2, localTypes1_3)
Assert.NotSame(localTypes2_2, localTypes2_3)
Assert.NotSame(pia1_1, pia1_3)
classLocalTypes1 = localTypes1_3.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_3.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(pia1_3.GlobalNamespace.GetTypeMembers("I1").Single(), param(0).[Type])
Assert.Same(pia1_3.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1").GetTypeMembers("I2").[Single](), param(1).[Type])
param = test2.Parameters
Dim missing As NoPiaMissingCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes2_3, missing.EmbeddingAssembly)
Assert.Null(missing.Guid)
Assert.Equal(varS1.ToTestDisplayString(), missing.FullTypeName)
Assert.Equal("f9c2d51d-4f44-45f0-9eda-c9d599b58257", missing.Scope)
Assert.Equal(varS1.ToTestDisplayString(), missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies4 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1
})
For i As Integer = 0 To assemblies1.Length - 1 Step 1
Assert.Same(assemblies1(i), assemblies4(i))
Next
Dim assemblies5 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia2,
Net40.mscorlib
})
Dim localTypes1_5 = assemblies5(0)
Dim localTypes2_5 = assemblies5(1)
classLocalTypes1 = localTypes1_5.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_5.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes1_5, missing.EmbeddingAssembly)
Assert.Equal("27e3e649-994b-4f58-b3c6-f8089a5f2c01", missing.Guid)
Assert.Equal(varI1.ToTestDisplayString(), missing.FullTypeName)
Assert.Null(missing.Scope)
Assert.Null(missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies6 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia3,
Net40.mscorlib
})
Dim localTypes1_6 = assemblies6(0)
Dim localTypes2_6 = assemblies6(1)
classLocalTypes1 = localTypes1_6.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_6.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies7 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib
})
Dim localTypes1_7 = assemblies7(0)
Dim localTypes2_7 = assemblies7(1)
classLocalTypes1 = localTypes1_7.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_7.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(TypeKind.[Interface], param(0).[Type].TypeKind)
Assert.Equal(TypeKind.[Interface], param(1).[Type].TypeKind)
Assert.NotEqual(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.NotEqual(SymbolKind.ErrorType, param(1).[Type].Kind)
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies8 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia4,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib
})
Dim localTypes1_8 = assemblies8(0)
Dim localTypes2_8 = assemblies8(1)
Dim pia4_8 = assemblies8(2)
Dim pia1_8 = assemblies8(3)
classLocalTypes1 = localTypes1_8.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_8.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Dim ambiguous As NoPiaAmbiguousCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
ambiguous = DirectCast(param(0).[Type], NoPiaAmbiguousCanonicalTypeSymbol)
Assert.False(DirectCast(param(0).Type, INamedTypeSymbol).IsSerializable)
Assert.Same(localTypes1_8, ambiguous.EmbeddingAssembly)
Assert.Same(pia4_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.FirstCandidate)
Assert.Same(pia1_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.SecondCandidate)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaAmbiguousCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies9 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib
})
Dim library1_9 = assemblies9(0)
Dim localTypes1_9 = assemblies9(1)
Dim assemblies10 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1
})
Dim library1_10 = assemblies10(0)
Dim localTypes1_10 = assemblies10(1)
Assert.NotSame(library1_9, library1_10)
Assert.NotSame(localTypes1_9, localTypes1_10)
GC.KeepAlive(localTypes1_1)
GC.KeepAlive(localTypes2_1)
GC.KeepAlive(pia1_1)
GC.KeepAlive(localTypes1_9)
GC.KeepAlive(library1_9)
End Sub
<Fact()>
Public Sub LocalTypeSubstitution2()
Dim localTypes1Source As String = <text>
public class LocalTypes1
public Sub Test1(x As I1, y As NS1.I2)
End Sub
End Class
</text>.Value
Dim localTypes2Source As String = <text>
public class LocalTypes2
public Sub Test2(x As S1, y As NS1.S2)
End Sub
End Class
</text>.Value
Dim mscorlibRef = Net40.mscorlib
Dim pia1CopyLink = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(True)
Dim pia1CopyRef = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(False)
' vbc /t:library /vbruntime- LocalTypes1.vb /l:Pia1.dll
Dim localTypes1 = VisualBasicCompilation.Create("LocalTypes1", {Parse(localTypes1Source)}, {pia1CopyLink, mscorlibRef})
Dim localTypes1Asm = localTypes1.Assembly
Dim localTypes2 = VisualBasicCompilation.Create("LocalTypes2", {Parse(localTypes2Source)}, {mscorlibRef, pia1CopyLink})
Dim localTypes2Asm = localTypes2.Assembly
Dim assemblies1 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
TestReferences.SymbolsTests.MDTestLib2,
localTypes1,
localTypes2
})
Dim localTypes1_1 = assemblies1(4)
Dim localTypes2_1 = assemblies1(5)
Dim pia1_1 = assemblies1(0)
Assert.NotSame(localTypes1Asm, localTypes1_1)
Assert.Equal(1, localTypes1_1.Modules(0).GetReferencedAssemblies().Length)
Assert.Equal(1, localTypes1_1.Modules(0).GetReferencedAssemblySymbols().Length)
Assert.Same(localTypes1.GetReferencedAssemblySymbol(mscorlibRef), localTypes1_1.Modules(0).GetReferencedAssemblySymbols()(0))
Assert.NotSame(localTypes2Asm, localTypes2_1)
Assert.Equal(1, localTypes2_1.Modules(0).GetReferencedAssemblies().Length)
Assert.Equal(1, localTypes2_1.Modules(0).GetReferencedAssemblySymbols().Length)
Assert.Same(localTypes2.GetReferencedAssemblySymbol(mscorlibRef), localTypes2_1.Modules(0).GetReferencedAssemblySymbols()(0))
Dim varI1 = pia1_1.GlobalNamespace.GetTypeMembers("I1").Single()
Dim varS1 = pia1_1.GlobalNamespace.GetTypeMembers("S1").Single()
Dim varNS1 = pia1_1.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1")
Dim varI2 = varNS1.GetTypeMembers("I2").Single()
Dim varS2 = varNS1.GetTypeMembers("S2").Single()
Dim classLocalTypes1 As NamedTypeSymbol
Dim classLocalTypes2 As NamedTypeSymbol
classLocalTypes1 = localTypes1_1.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_1.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
Dim test1 As MethodSymbol
Dim test2 As MethodSymbol
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
Dim param As ImmutableArray(Of ParameterSymbol)
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies2 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
localTypes1,
localTypes2
})
Dim localTypes1_2 = assemblies2(3)
Dim localTypes2_2 = assemblies2(4)
Assert.NotSame(localTypes1_1, localTypes1_2)
Assert.NotSame(localTypes2_1, localTypes2_2)
Assert.Same(pia1_1, assemblies2(0))
classLocalTypes1 = localTypes1_2.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_2.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies3 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_3 = assemblies3(2)
Dim localTypes2_3 = assemblies3(3)
Assert.NotSame(localTypes1_1, localTypes1_3)
Assert.NotSame(localTypes2_1, localTypes2_3)
Assert.NotSame(localTypes1_2, localTypes1_3)
Assert.NotSame(localTypes2_2, localTypes2_3)
Assert.Same(pia1_1, assemblies3(0))
classLocalTypes1 = localTypes1_3.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_3.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies4 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
TestReferences.SymbolsTests.MDTestLib2,
localTypes1,
localTypes2
})
For i As Integer = 0 To assemblies1.Length - 1 Step 1
Assert.Same(assemblies1(i), assemblies4(i))
Next
Dim assemblies5 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia2,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_5 = assemblies5(2)
Dim localTypes2_5 = assemblies5(3)
classLocalTypes1 = localTypes1_5.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_5.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Dim missing As NoPiaMissingCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes1_5, missing.EmbeddingAssembly)
Assert.Equal("27e3e649-994b-4f58-b3c6-f8089a5f2c01", missing.Guid)
Assert.Equal(varI1.ToTestDisplayString(), missing.FullTypeName)
Assert.Null(missing.Scope)
Assert.Null(missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes2_5, missing.EmbeddingAssembly)
Assert.Null(missing.Guid)
Assert.Equal(varS1.ToTestDisplayString(), missing.FullTypeName)
Assert.Equal("f9c2d51d-4f44-45f0-9eda-c9d599b58257", missing.Scope)
Assert.Equal(varS1.ToTestDisplayString(), missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies6 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia3,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_6 = assemblies6(2)
Dim localTypes2_6 = assemblies6(3)
classLocalTypes1 = localTypes1_6.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_6.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies7 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim pia4_7 = assemblies7(0)
Dim localTypes1_7 = assemblies7(2)
Dim localTypes2_7 = assemblies7(3)
classLocalTypes1 = localTypes1_7.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_7.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(TypeKind.[Interface], param(0).[Type].TypeKind)
Assert.Equal(TypeKind.[Interface], param(1).[Type].TypeKind)
Assert.NotEqual(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.NotEqual(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.Same(pia4_7.GlobalNamespace.GetTypeMembers("I1").Single(), param(0).[Type])
Assert.Same(pia4_7, param(1).[Type].ContainingAssembly)
Assert.Equal("NS1.I2", param(1).[Type].ToTestDisplayString())
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies8 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia4,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_8 = assemblies8(3)
Dim localTypes2_8 = assemblies8(4)
Dim pia4_8 = assemblies8(0)
Dim pia1_8 = assemblies8(1)
classLocalTypes1 = localTypes1_8.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_8.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Dim ambiguous As NoPiaAmbiguousCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
ambiguous = DirectCast(param(0).[Type], NoPiaAmbiguousCanonicalTypeSymbol)
Assert.Same(localTypes1_8, ambiguous.EmbeddingAssembly)
Assert.Same(pia4_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.FirstCandidate)
Assert.Same(pia1_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.SecondCandidate)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaAmbiguousCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies9 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
localTypes1
})
Dim library1_9 = assemblies9(0)
Dim localTypes1_9 = assemblies9(3)
Assert.Equal("LocalTypes1", localTypes1_9.Identity.Name)
Dim assemblies10 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
localTypes1
})
Dim library1_10 = assemblies10(0)
Dim localTypes1_10 = assemblies10(4)
Assert.Equal("LocalTypes1", localTypes1_10.Identity.Name)
Assert.NotSame(library1_9, library1_10)
Assert.NotSame(localTypes1_9, localTypes1_10)
GC.KeepAlive(localTypes1_1)
GC.KeepAlive(localTypes2_1)
GC.KeepAlive(pia1_1)
GC.KeepAlive(localTypes1_9)
GC.KeepAlive(library1_9)
End Sub
<Fact()>
Public Sub CyclicReference()
Dim mscorlibRef = TestReferences.SymbolsTests.MDTestLib1
Dim cyclic2Ref = TestReferences.SymbolsTests.Cyclic.Cyclic2.dll
Dim piaRef = TestReferences.SymbolsTests.NoPia.Pia1
Dim localTypes1Ref = TestReferences.SymbolsTests.NoPia.LocalTypes1
Dim tc1 = VisualBasicCompilation.Create("Cyclic1", references:={mscorlibRef, cyclic2Ref, piaRef, localTypes1Ref})
Assert.NotNull(tc1.Assembly)
Dim tc2 = VisualBasicCompilation.Create("Cyclic1", references:={mscorlibRef, cyclic2Ref, piaRef, localTypes1Ref})
Assert.NotNull(tc2.Assembly)
Assert.NotSame(tc1.GetReferencedAssemblySymbol(localTypes1Ref), tc2.GetReferencedAssemblySymbol(localTypes1Ref))
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes1()
Dim assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.LocalTypes3, TestReferences.SymbolsTests.NoPia.Pia1})
Dim asmLocalTypes3 = assemblies(0)
Dim localTypes3 = asmLocalTypes3.GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.Equal(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType.Kind)
Dim illegal As NoPiaIllegalGenericInstantiationSymbol = DirectCast(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType, NoPiaIllegalGenericInstantiationSymbol)
Assert.Equal("C31(Of I1).I31(Of C33)", illegal.UnderlyingSymbol.ToTestDisplayString())
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.LocalTypes3, TestReferences.SymbolsTests.NoPia.Pia1, Net40.mscorlib})
localTypes3 = assemblies(0).GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test6").ReturnType)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes2()
Dim mscorlibRef = Net40.mscorlib
Dim pia5Link = TestReferences.SymbolsTests.NoPia.Pia5.WithEmbedInteropTypes(True)
Dim pia5Ref = TestReferences.SymbolsTests.NoPia.Pia5.WithEmbedInteropTypes(False)
Dim library2Ref = TestReferences.SymbolsTests.NoPia.Library2.WithEmbedInteropTypes(False)
Dim library2Link = TestReferences.SymbolsTests.NoPia.Library2.WithEmbedInteropTypes(True)
Dim pia1Link = TestReferences.SymbolsTests.NoPia.Pia1.WithEmbedInteropTypes(True)
Dim pia1Ref = TestReferences.SymbolsTests.NoPia.Pia1.WithEmbedInteropTypes(False)
Assert.True(pia1Link.Properties.EmbedInteropTypes)
Assert.False(pia1Ref.Properties.EmbedInteropTypes)
Assert.True(pia5Link.Properties.EmbedInteropTypes)
Assert.False(pia5Ref.Properties.EmbedInteropTypes)
Assert.True(library2Link.Properties.EmbedInteropTypes)
Assert.False(library2Ref.Properties.EmbedInteropTypes)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Link})
Dim pia5Asm1 = tc1.GetReferencedAssemblySymbol(pia5Link)
Assert.True(pia5Asm1.IsLinked)
Dim varI5_1 = pia5Asm1.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI5_1.GetMember(Of MethodSymbol)("Foo").ReturnType)
Dim tc2 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Ref})
Dim pia5Asm2 = tc2.GetReferencedAssemblySymbol(pia5Ref)
Assert.False(pia5Asm2.IsLinked)
Assert.NotSame(pia5Asm1, pia5Asm2)
Dim varI5_2 = pia5Asm2.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI5_2.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Dim tc3 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia5Asm3 = tc3.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm3 = tc3.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia5Asm3.IsLinked)
Assert.False(library2Asm3.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Dim varI7_3 = library2Asm3.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_3.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_3.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc4 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Ref, pia1Ref})
Dim pia5Asm4 = tc4.GetReferencedAssemblySymbol(pia5Ref)
Dim library2Asm4 = tc4.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia5Asm4.IsLinked)
Assert.False(library2Asm4.IsLinked)
Assert.NotSame(pia5Asm3, pia5Asm4)
Assert.Same(pia5Asm2, pia5Asm4)
Assert.NotSame(library2Asm3, library2Asm4)
Dim varI7_4 = library2Asm4.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc5 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Link})
Dim pia1Asm5 = tc5.GetReferencedAssemblySymbol(pia1Link)
Dim pia5Asm5 = tc5.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm5 = tc5.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia1Asm5.IsLinked)
Assert.True(pia5Asm5.IsLinked)
Assert.False(library2Asm5.IsLinked)
Assert.Same(pia5Asm1, pia5Asm5)
Assert.NotSame(library2Asm5, library2Asm3)
Assert.NotSame(library2Asm5, library2Asm4)
Dim varI7_5 = library2Asm5.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Bar").ReturnType)
Dim tc6 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia1Asm6 = tc6.GetReferencedAssemblySymbol(pia1Ref)
Dim pia5Asm6 = tc6.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm6 = tc6.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia1Asm6.IsLinked)
Assert.True(pia5Asm6.IsLinked)
Assert.False(library2Asm6.IsLinked)
Assert.Same(pia5Asm1, pia5Asm6)
Assert.Same(library2Asm6, library2Asm3)
Dim tc7 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Link, pia5Link, pia1Ref})
Dim pia5Asm7 = tc7.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm7 = tc7.GetReferencedAssemblySymbol(library2Link)
Assert.True(pia5Asm7.IsLinked)
Assert.True(library2Asm7.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Assert.NotSame(library2Asm7, library2Asm3)
Assert.NotSame(library2Asm7, library2Asm4)
Assert.NotSame(library2Asm7, library2Asm5)
Dim varI7_7 = library2Asm7.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_7.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_7.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes3()
Dim varmscorlibRef = Net40.mscorlib
Dim varALink = TestReferences.SymbolsTests.NoPia.A.WithEmbedInteropTypes(True)
Dim varARef = TestReferences.SymbolsTests.NoPia.A.WithEmbedInteropTypes(False)
Dim varBLink = TestReferences.SymbolsTests.NoPia.B.WithEmbedInteropTypes(True)
Dim varBRef = TestReferences.SymbolsTests.NoPia.B.WithEmbedInteropTypes(False)
Dim varCLink = TestReferences.SymbolsTests.NoPia.C.WithEmbedInteropTypes(True)
Dim varCRef = TestReferences.SymbolsTests.NoPia.C.WithEmbedInteropTypes(False)
Dim varDLink = TestReferences.SymbolsTests.NoPia.D.WithEmbedInteropTypes(True)
Dim varDRef = TestReferences.SymbolsTests.NoPia.D.WithEmbedInteropTypes(False)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={varmscorlibRef, varCRef, varARef, varBLink})
Dim varA1 = tc1.GetReferencedAssemblySymbol(varARef)
Dim varB1 = tc1.GetReferencedAssemblySymbol(varBLink)
Dim varC1 = tc1.GetReferencedAssemblySymbol(varCRef)
Dim tc2 = VisualBasicCompilation.Create("C2", references:={varmscorlibRef, varCRef, varARef, varDRef, varBLink})
Assert.Same(varA1, tc2.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc2.GetReferencedAssemblySymbol(varBLink))
Assert.Same(varC1, tc2.GetReferencedAssemblySymbol(varCRef))
Dim varD2 = tc2.GetReferencedAssemblySymbol(varDRef)
Dim tc3 = VisualBasicCompilation.Create("C3", references:={varmscorlibRef, varCRef, varBLink})
Assert.Same(varB1, tc3.GetReferencedAssemblySymbol(varBLink))
Assert.True(tc3.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC1))
Dim tc4 = VisualBasicCompilation.Create("C4", references:={varmscorlibRef, varCRef, varARef, varBRef})
Assert.Same(varA1, tc4.GetReferencedAssemblySymbol(varARef))
Dim varB4 = tc4.GetReferencedAssemblySymbol(varBRef)
Dim varC4 = tc4.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varC1, varC4)
Assert.NotSame(varB1, varB4)
Dim tc5 = VisualBasicCompilation.Create("C5", references:={varmscorlibRef, varCRef, varALink, varBLink})
Assert.Same(varB1, tc5.GetReferencedAssemblySymbol(varBLink))
Dim varA5 = tc5.GetReferencedAssemblySymbol(varALink)
Dim varC5 = tc5.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varA1, varA5)
Assert.NotSame(varC1, varC5)
Assert.NotSame(varC4, varC5)
Dim tc6 = VisualBasicCompilation.Create("C6", references:={varmscorlibRef, varARef, varBLink, varCLink})
Assert.Same(varA1, tc6.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc6.GetReferencedAssemblySymbol(varBLink))
Dim varC6 = tc6.GetReferencedAssemblySymbol(varCLink)
Assert.NotSame(varC1, varC6)
Assert.NotSame(varC4, varC6)
Assert.NotSame(varC5, varC6)
Dim tc7 = VisualBasicCompilation.Create("C7", references:={varmscorlibRef, varCRef, varARef})
Assert.Same(varA1, tc7.GetReferencedAssemblySymbol(varARef))
Assert.True(tc7.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC4))
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes4()
Dim localTypes3Source As String = <text>
imports System.Collections.Generic
public class LocalTypes3
public Function Test1() As C31(Of C33).I31(Of C33)
return nothing
End Function
public Function Test2() As C31(Of C33).I31(Of I1)
return nothing
End Function
public Function Test3() As C31(Of I1).I31(Of C33)
return nothing
End Function
public Function Test4() As C31(Of C33).I31(Of I32(Of I1))
return nothing
End Function
public Function Test5() As C31(Of I32(Of I1)).I31(Of C33)
return nothing
End Function
public Function Test6() As List(Of I1)
return nothing
End Function
End Class
public class C31(Of T)
public interface I31(Of S)
End Interface
End Class
public class C32(Of T)
End Class
public interface I32(Of S)
End Interface
public class C33
End Class
</text>.Value
Dim mscorlibRef = Net40.mscorlib
Dim pia1CopyLink = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(True)
Dim pia1CopyRef = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(False)
' vbc /t:library /vbruntime- LocalTypes3.vb /l:Pia1.dll
Dim varC_LocalTypes3 = VisualBasicCompilation.Create("LocalTypes3", {Parse(localTypes3Source)}, {mscorlibRef, pia1CopyLink})
Dim assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.Pia1, varC_LocalTypes3})
Dim asmLocalTypes3 = assemblies(1)
Dim localTypes3 = asmLocalTypes3.GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.Equal(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType.Kind)
Dim illegal As NoPiaIllegalGenericInstantiationSymbol = DirectCast(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType, NoPiaIllegalGenericInstantiationSymbol)
Assert.False(DirectCast(illegal, INamedTypeSymbol).IsSerializable)
Assert.Equal("C31(Of I1).I31(Of C33)", illegal.UnderlyingSymbol.ToTestDisplayString())
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.Pia1, Net40.mscorlib, varC_LocalTypes3})
localTypes3 = assemblies(2).GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test6").ReturnType)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes5()
Dim pia5Source As String = <text>
imports System.Reflection
imports System.Runtime.CompilerServices
imports System.Runtime.InteropServices
imports System.Collections.Generic
<assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b58259")>
<assembly: ImportedFromTypeLib("Pia5.dll")>
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f2c05"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I5
Function Foo() As List(Of I6)
end interface
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f2c06"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I6
end interface
</text>.Value
Dim pia1Source As String = <text>
imports System.Reflection
imports System.Runtime.CompilerServices
imports System.Runtime.InteropServices
<assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b58257")>
<assembly: ImportedFromTypeLib("Pia1.dll")>
<ComImport, Guid("27e3e649-994b-4f58-b3c6-f8089a5f2c01"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I1
void Sub1(x As Integer)
End interface
</text>.Value
Dim library2Source As String = <text>
imports System.Collections.Generic
imports System.Reflection
imports System.Runtime.CompilerServices
imports System.Runtime.InteropServices
<assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b58260")>
<assembly: ImportedFromTypeLib("Library2.dll")>
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f2002"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I7
Function Foo() As List(Of I5)
Function Bar() As List(Of I1)
End interface
</text>.Value
Dim mscorlibRef = Net40.mscorlib
' vbc /t:library /vbruntime- Pia5.vb
Dim varC_Pia5 = VisualBasicCompilation.Create("Pia5", {Parse(pia5Source)}, {mscorlibRef})
Dim pia5Link = New VisualBasicCompilationReference(varC_Pia5, embedInteropTypes:=True)
Dim pia5Ref = New VisualBasicCompilationReference(varC_Pia5, embedInteropTypes:=False)
Assert.True(pia5Link.Properties.EmbedInteropTypes)
Assert.False(pia5Ref.Properties.EmbedInteropTypes)
' vbc /t:library /vbruntime- Pia1.vb
Dim varC_Pia1 = VisualBasicCompilation.Create("Pia1", {Parse(pia1Source)}, {mscorlibRef})
Dim pia1Link = New VisualBasicCompilationReference(varC_Pia1, embedInteropTypes:=True)
Dim pia1Ref = New VisualBasicCompilationReference(varC_Pia1, embedInteropTypes:=False)
Assert.True(pia1Link.Properties.EmbedInteropTypes)
Assert.False(pia1Ref.Properties.EmbedInteropTypes)
' vbc /t:library /vbruntime- /r:Pia1.dll,Pia5.dll Library2.vb
Dim varC_Library2 = VisualBasicCompilation.Create("Library2", {Parse(library2Source)}, {mscorlibRef, pia1Ref, pia5Ref})
Dim library2Ref = New VisualBasicCompilationReference(varC_Library2, embedInteropTypes:=False)
Dim library2Link = New VisualBasicCompilationReference(varC_Library2, embedInteropTypes:=True)
Assert.True(library2Link.Properties.EmbedInteropTypes)
Assert.False(library2Ref.Properties.EmbedInteropTypes)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Link})
Dim pia5Asm1 = tc1.GetReferencedAssemblySymbol(pia5Link)
Assert.True(pia5Asm1.IsLinked)
Dim varI5_1 = pia5Asm1.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI5_1.GetMember(Of MethodSymbol)("Foo").ReturnType)
Dim tc2 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Ref})
Dim pia5Asm2 = tc2.GetReferencedAssemblySymbol(pia5Ref)
Assert.False(pia5Asm2.IsLinked)
Assert.NotSame(pia5Asm1, pia5Asm2)
Dim varI5_2 = pia5Asm2.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI5_2.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Dim tc3 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia5Asm3 = tc3.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm3 = tc3.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia5Asm3.IsLinked)
Assert.False(library2Asm3.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Dim varI7_3 = library2Asm3.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_3.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_3.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc4 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Ref, pia1Ref})
Dim pia5Asm4 = tc4.GetReferencedAssemblySymbol(pia5Ref)
Dim library2Asm4 = tc4.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia5Asm4.IsLinked)
Assert.False(library2Asm4.IsLinked)
Assert.NotSame(pia5Asm3, pia5Asm4)
Assert.Same(pia5Asm2, pia5Asm4)
Assert.NotSame(library2Asm3, library2Asm4)
Dim varI7_4 = library2Asm4.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc5 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Link})
Dim pia1Asm5 = tc5.GetReferencedAssemblySymbol(pia1Link)
Dim pia5Asm5 = tc5.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm5 = tc5.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia1Asm5.IsLinked)
Assert.True(pia5Asm5.IsLinked)
Assert.False(library2Asm5.IsLinked)
Assert.Same(pia5Asm1, pia5Asm5)
Assert.NotSame(library2Asm5, library2Asm3)
Assert.NotSame(library2Asm5, library2Asm4)
Dim varI7_5 = library2Asm5.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Bar").ReturnType)
Dim tc6 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia1Asm6 = tc6.GetReferencedAssemblySymbol(pia1Ref)
Dim pia5Asm6 = tc6.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm6 = tc6.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia1Asm6.IsLinked)
Assert.True(pia5Asm6.IsLinked)
Assert.False(library2Asm6.IsLinked)
Assert.Same(pia5Asm1, pia5Asm6)
Assert.Same(library2Asm6, library2Asm3)
Dim tc7 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Link, pia5Link, pia1Ref})
Dim pia5Asm7 = tc7.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm7 = tc7.GetReferencedAssemblySymbol(library2Link)
Assert.True(pia5Asm7.IsLinked)
Assert.True(library2Asm7.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Assert.NotSame(library2Asm7, library2Asm3)
Assert.NotSame(library2Asm7, library2Asm4)
Assert.NotSame(library2Asm7, library2Asm5)
Dim varI7_7 = library2Asm7.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_7.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_7.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
Dim varI5 = varC_Pia5.SourceModule.GlobalNamespace.GetTypeMembers("I5").Single()
Dim varI5_Foo = varI5.GetMember(Of MethodSymbol)("Foo")
Dim varI6 = varC_Pia5.SourceModule.GlobalNamespace.GetTypeMembers("I6").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI5.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI6.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI5_Foo.ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, (DirectCast(varI5_Foo.ReturnType, NamedTypeSymbol)).TypeArguments(0).Kind)
Assert.Equal("System.Collections.Generic.List(Of I6)", varI5_Foo.ReturnType.ToTestDisplayString())
Dim varI7 = varC_Library2.SourceModule.GlobalNamespace.GetTypeMembers("I7").Single()
Dim varI7_Foo = varI7.GetMember(Of MethodSymbol)("Foo")
Dim varI7_Bar = varI7.GetMember(Of MethodSymbol)("Bar")
Assert.NotEqual(SymbolKind.ErrorType, varI7_Foo.ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, (DirectCast(varI7_Foo.ReturnType, NamedTypeSymbol)).TypeArguments(0).Kind)
Assert.Equal("System.Collections.Generic.List(Of I5)", varI7_Foo.ReturnType.ToTestDisplayString())
Assert.NotEqual(SymbolKind.ErrorType, varI7_Bar.ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, (DirectCast(varI7_Bar.ReturnType, NamedTypeSymbol)).TypeArguments(0).Kind)
Assert.Equal("System.Collections.Generic.List(Of I1)", varI7_Bar.ReturnType.ToTestDisplayString())
Dim varI1 = varC_Pia1.SourceModule.GlobalNamespace.GetTypeMembers("I1").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI1.Kind)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes6()
Dim mscorlibRef = Net40.mscorlib
Dim varC_A = VisualBasicCompilation.Create("A", references:={mscorlibRef})
Dim varALink = New VisualBasicCompilationReference(varC_A, embedInteropTypes:=True)
Dim varARef = New VisualBasicCompilationReference(varC_A, embedInteropTypes:=False)
Dim varC_B = VisualBasicCompilation.Create("B", references:={mscorlibRef})
Dim varBLink = New VisualBasicCompilationReference(varC_B, embedInteropTypes:=True)
Dim varBRef = New VisualBasicCompilationReference(varC_B, embedInteropTypes:=False)
Dim varC_C = VisualBasicCompilation.Create("C", references:={mscorlibRef, varARef, varBRef})
Dim varCLink = New VisualBasicCompilationReference(varC_C, embedInteropTypes:=True)
Dim varCRef = New VisualBasicCompilationReference(varC_C, embedInteropTypes:=False)
Dim varC_D = VisualBasicCompilation.Create("D", references:={mscorlibRef})
Dim varDLink = New VisualBasicCompilationReference(varC_D, embedInteropTypes:=True)
Dim varDRef = New VisualBasicCompilationReference(varC_D, embedInteropTypes:=False)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, varCRef, varARef, varBLink})
Dim varA1 = tc1.GetReferencedAssemblySymbol(varARef)
Dim varB1 = tc1.GetReferencedAssemblySymbol(varBLink)
Dim varC1 = tc1.GetReferencedAssemblySymbol(varCRef)
Dim tc2 = VisualBasicCompilation.Create("C2", references:={mscorlibRef, varCRef, varARef, varDRef, varBLink})
Assert.Same(varA1, tc2.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc2.GetReferencedAssemblySymbol(varBLink))
Assert.Same(varC1, tc2.GetReferencedAssemblySymbol(varCRef))
Dim varD2 = tc2.GetReferencedAssemblySymbol(varDRef)
Dim tc3 = VisualBasicCompilation.Create("C3", references:={mscorlibRef, varCRef, varBLink})
Assert.Same(varB1, tc3.GetReferencedAssemblySymbol(varBLink))
Assert.True(tc3.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC1))
Dim tc4 = VisualBasicCompilation.Create("C4", references:={mscorlibRef, varCRef, varARef, varBRef})
Assert.Same(varA1, tc4.GetReferencedAssemblySymbol(varARef))
Dim varB4 = tc4.GetReferencedAssemblySymbol(varBRef)
Dim varC4 = tc4.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varC1, varC4)
Assert.NotSame(varB1, varB4)
Dim tc5 = VisualBasicCompilation.Create("C5", references:={mscorlibRef, varCRef, varALink, varBLink})
Assert.Same(varB1, tc5.GetReferencedAssemblySymbol(varBLink))
Dim varA5 = tc5.GetReferencedAssemblySymbol(varALink)
Dim varC5 = tc5.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varA1, varA5)
Assert.NotSame(varC1, varC5)
Assert.NotSame(varC4, varC5)
Dim tc6 = VisualBasicCompilation.Create("C6", references:={mscorlibRef, varARef, varBLink, varCLink})
Assert.Same(varA1, tc6.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc6.GetReferencedAssemblySymbol(varBLink))
Dim varC6 = tc6.GetReferencedAssemblySymbol(varCLink)
Assert.NotSame(varC1, varC6)
Assert.NotSame(varC4, varC6)
Assert.NotSame(varC5, varC6)
Dim tc7 = VisualBasicCompilation.Create("C7", references:={mscorlibRef, varCRef, varARef})
Assert.Same(varA1, tc7.GetReferencedAssemblySymbol(varARef))
Assert.True(tc7.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC4))
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
End Sub
<WorkItem(546735, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546735")>
<ConditionalFact(GetType(DesktopOnly), Reason:=ConditionalSkipReason.NoPiaNeedsDesktop)>
Public Sub Bug16689_1()
Dim ilSource =
<![CDATA[
.class interface public abstract auto ansi import I1
{
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 66 39 63 32 64 35 31 64 2D 34 66 34 34 // ..$f9c2d51d-4f44
2D 34 35 66 30 2D 39 65 64 61 2D 63 39 64 35 39 // -45f0-9eda-c9d59
39 62 35 38 32 35 37 00 00 ) // 9b58257..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeIdentifierAttribute::.ctor() = ( 01 00 00 00 )
.method public newslot abstract strict virtual
instance void M1() cil managed
{
} // end of method I1::M1
} // end of class I1
.class public auto ansi Base
extends [mscorlib]System.Object
implements I1
{
.method public specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Base::.ctor
.method public newslot strict virtual final
instance void M1() cil managed
{
.override I1::M1
// Code size 1 (0x1)
.maxstack 8
IL_0000: ret
} // end of method Base::M1
} // end of class Base
]]>
Dim compilationDef =
<compilation name="SimpleTest1">
<file name="a.vb">
Class Derived
Inherits Base
End Class
Class Program
Shared Sub Main()
Dim x as New Derived()
System.Console.WriteLine(x)
End Sub
End Class
</file>
</compilation>
Dim compilation = CompilationUtils.CreateCompilationWithCustomILSource(compilationDef, ilSource.Value, includeVbRuntime:=True, options:=TestOptions.ReleaseExe)
CompileAndVerify(compilation, expectedOutput:=
<![CDATA[
Derived
]]>)
End Sub
<Fact(), WorkItem(546735, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546735")>
Public Sub Bug16689_2()
Dim ilSource =
<![CDATA[
.class interface public abstract auto ansi import I1
{
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 66 39 63 32 64 35 31 64 2D 34 66 34 34 // ..$f9c2d51d-4f44
2D 34 35 66 30 2D 39 65 64 61 2D 63 39 64 35 39 // -45f0-9eda-c9d59
39 62 35 38 32 35 37 00 00 ) // 9b58257..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeIdentifierAttribute::.ctor() = ( 01 00 00 00 )
} // end of class I1
.class interface public abstract auto ansi I2`1<T>
{
.method public newslot abstract strict virtual
instance void M1() cil managed
{
} // end of method I2`1::M1
} // end of class I2`1
.class public auto ansi Base
extends [mscorlib]System.Object
implements class I2`1<class I1>
{
.method public specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Base::.ctor
.method public newslot strict virtual final
instance void M1() cil managed
{
.override method instance void class I2`1<class I1>::M1()
// Code size 1 (0x1)
.maxstack 8
IL_0000: ret
} // end of method Base::M1
} // end of class Base
]]>
Dim compilationDef =
<compilation name="SimpleTest1">
<file name="a.vb">
Class Derived
Inherits Base
End Class
Class Program
Shared Sub Main()
Dim x as New Derived()
System.Console.WriteLine(x)
End Sub
End Class
</file>
</compilation>
Dim compilation = CompilationUtils.CreateCompilationWithCustomILSource(compilationDef, ilSource.Value, includeVbRuntime:=True, options:=TestOptions.ReleaseExe)
CompileAndVerify(compilation, expectedOutput:=
<![CDATA[
Derived
]]>)
End Sub
<WorkItem(546735, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546735")>
<ConditionalFact(GetType(DesktopOnly), Reason:=ConditionalSkipReason.NoPiaNeedsDesktop)>
Public Sub Bug16689_3()
Dim i3Def =
<compilation name="I3">
<file name="a.vb">
Public Interface I3
End Interface
</file>
</compilation>
Dim i3Compilation = CreateCompilationWithMscorlib40(i3Def, options:=TestOptions.ReleaseDll)
Dim ilSource =
<![CDATA[
.assembly extern I3{}
.class interface public abstract auto ansi import I1
{
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 66 39 63 32 64 35 31 64 2D 34 66 34 34 // ..$f9c2d51d-4f44
2D 34 35 66 30 2D 39 65 64 61 2D 63 39 64 35 39 // -45f0-9eda-c9d59
39 62 35 38 32 35 37 00 00 ) // 9b58257..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeIdentifierAttribute::.ctor() = ( 01 00 00 00 )
} // end of class I1
.class interface public abstract auto ansi I2`2<T,S>
{
.method public newslot abstract strict virtual
instance void M1() cil managed
{
} // end of method I2`2::M1
} // end of class I2`2
.class public auto ansi Base
extends [mscorlib]System.Object
implements class I2`2<class I1,class [I3]I3>
{
.method public specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Base::.ctor
.method public newslot strict virtual final
instance void M1() cil managed
{
.override method instance void class I2`2<class I1,class [I3]I3>::M1()
// Code size 1 (0x1)
.maxstack 8
IL_0000: ret
} // end of method Base::M1
} // end of class Base
]]>
Dim compilationDef =
<compilation name="SimpleTest1">
<file name="a.vb">
Class Derived
Inherits Base
End Class
Class Program
Shared Sub Main()
Dim x as New Derived()
System.Console.WriteLine(x)
End Sub
End Class
</file>
</compilation>
Dim compilation = CompilationUtils.CreateCompilationWithCustomILSource(compilationDef, ilSource.Value, includeVbRuntime:=True, options:=TestOptions.ReleaseExe)
CompileAndVerify(compilation,
dependencies:={New ModuleData(i3Compilation.Assembly.Identity,
OutputKind.DynamicallyLinkedLibrary,
i3Compilation.EmitToArray(),
Nothing,
False)},
expectedOutput:=
<![CDATA[
Derived
]]>)
End Sub
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports CompilationCreationTestHelpers
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Imports Roslyn.Test.Utilities.TestMetadata
Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.Symbols.Metadata.PE
Public Class NoPia
Inherits BasicTestBase
<Fact()>
Public Sub HideLocalTypeDefinitions()
Dim assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.LocalTypes1, TestReferences.SymbolsTests.NoPia.LocalTypes2})
Dim localTypes1 = assemblies(0).Modules(0)
Dim localTypes2 = assemblies(1).Modules(0)
Assert.Equal(0, localTypes1.GlobalNamespace.GetMembers("I1").Length)
Assert.Equal(0, localTypes1.GlobalNamespace.GetMembers("S1").Length)
Assert.Equal(0, localTypes1.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1").GetTypeMembers().Length())
Assert.Equal(0, localTypes2.GlobalNamespace.GetMembers("I1").Length)
Assert.Equal(0, localTypes2.GlobalNamespace.GetMembers("S1").Length)
Assert.Equal(0, localTypes2.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1").GetTypeMembers().Length())
End Sub
<Fact()>
Public Sub LocalTypeSubstitution1()
Dim assemblies1 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1
})
Dim localTypes1_1 = assemblies1(0)
Dim localTypes2_1 = assemblies1(1)
Dim pia1_1 = assemblies1(2)
Dim varI1 = pia1_1.GlobalNamespace.GetTypeMembers("I1").Single()
Dim varS1 = pia1_1.GlobalNamespace.GetTypeMembers("S1").Single()
Dim varNS1 = pia1_1.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1")
Dim varI2 = varNS1.GetTypeMembers("I2").Single()
Dim varS2 = varNS1.GetTypeMembers("S2").Single()
Dim classLocalTypes1 As NamedTypeSymbol
Dim classLocalTypes2 As NamedTypeSymbol
classLocalTypes1 = localTypes1_1.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_1.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
Dim test1 As MethodSymbol
Dim test2 As MethodSymbol
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
Dim param As ImmutableArray(Of ParameterSymbol)
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies2 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib
})
Dim localTypes1_2 = assemblies2(0)
Dim localTypes2_2 = assemblies2(1)
Assert.NotSame(localTypes1_1, localTypes1_2)
Assert.NotSame(localTypes2_1, localTypes2_2)
Assert.Same(pia1_1, assemblies2(2))
classLocalTypes1 = localTypes1_2.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_2.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies3 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1
})
Dim localTypes1_3 = assemblies3(0)
Dim localTypes2_3 = assemblies3(1)
Dim pia1_3 = assemblies3(2)
Assert.NotSame(localTypes1_1, localTypes1_3)
Assert.NotSame(localTypes2_1, localTypes2_3)
Assert.NotSame(localTypes1_2, localTypes1_3)
Assert.NotSame(localTypes2_2, localTypes2_3)
Assert.NotSame(pia1_1, pia1_3)
classLocalTypes1 = localTypes1_3.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_3.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(pia1_3.GlobalNamespace.GetTypeMembers("I1").Single(), param(0).[Type])
Assert.Same(pia1_3.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1").GetTypeMembers("I2").[Single](), param(1).[Type])
param = test2.Parameters
Dim missing As NoPiaMissingCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes2_3, missing.EmbeddingAssembly)
Assert.Null(missing.Guid)
Assert.Equal(varS1.ToTestDisplayString(), missing.FullTypeName)
Assert.Equal("f9c2d51d-4f44-45f0-9eda-c9d599b58257", missing.Scope)
Assert.Equal(varS1.ToTestDisplayString(), missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies4 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1
})
For i As Integer = 0 To assemblies1.Length - 1 Step 1
Assert.Same(assemblies1(i), assemblies4(i))
Next
Dim assemblies5 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia2,
Net40.mscorlib
})
Dim localTypes1_5 = assemblies5(0)
Dim localTypes2_5 = assemblies5(1)
classLocalTypes1 = localTypes1_5.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_5.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes1_5, missing.EmbeddingAssembly)
Assert.Equal("27e3e649-994b-4f58-b3c6-f8089a5f2c01", missing.Guid)
Assert.Equal(varI1.ToTestDisplayString(), missing.FullTypeName)
Assert.Null(missing.Scope)
Assert.Null(missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies6 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia3,
Net40.mscorlib
})
Dim localTypes1_6 = assemblies6(0)
Dim localTypes2_6 = assemblies6(1)
classLocalTypes1 = localTypes1_6.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_6.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies7 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib
})
Dim localTypes1_7 = assemblies7(0)
Dim localTypes2_7 = assemblies7(1)
classLocalTypes1 = localTypes1_7.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_7.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(TypeKind.[Interface], param(0).[Type].TypeKind)
Assert.Equal(TypeKind.[Interface], param(1).[Type].TypeKind)
Assert.NotEqual(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.NotEqual(SymbolKind.ErrorType, param(1).[Type].Kind)
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies8 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.LocalTypes2,
TestReferences.SymbolsTests.NoPia.Pia4,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib
})
Dim localTypes1_8 = assemblies8(0)
Dim localTypes2_8 = assemblies8(1)
Dim pia4_8 = assemblies8(2)
Dim pia1_8 = assemblies8(3)
classLocalTypes1 = localTypes1_8.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_8.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Dim ambiguous As NoPiaAmbiguousCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
ambiguous = DirectCast(param(0).[Type], NoPiaAmbiguousCanonicalTypeSymbol)
Assert.False(DirectCast(param(0).Type, INamedTypeSymbol).IsSerializable)
Assert.Same(localTypes1_8, ambiguous.EmbeddingAssembly)
Assert.Same(pia4_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.FirstCandidate)
Assert.Same(pia1_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.SecondCandidate)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaAmbiguousCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies9 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib
})
Dim library1_9 = assemblies9(0)
Dim localTypes1_9 = assemblies9(1)
Dim assemblies10 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.LocalTypes1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1
})
Dim library1_10 = assemblies10(0)
Dim localTypes1_10 = assemblies10(1)
Assert.NotSame(library1_9, library1_10)
Assert.NotSame(localTypes1_9, localTypes1_10)
GC.KeepAlive(localTypes1_1)
GC.KeepAlive(localTypes2_1)
GC.KeepAlive(pia1_1)
GC.KeepAlive(localTypes1_9)
GC.KeepAlive(library1_9)
End Sub
<Fact()>
Public Sub LocalTypeSubstitution2()
Dim localTypes1Source As String = <text>
public class LocalTypes1
public Sub Test1(x As I1, y As NS1.I2)
End Sub
End Class
</text>.Value
Dim localTypes2Source As String = <text>
public class LocalTypes2
public Sub Test2(x As S1, y As NS1.S2)
End Sub
End Class
</text>.Value
Dim mscorlibRef = Net40.mscorlib
Dim pia1CopyLink = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(True)
Dim pia1CopyRef = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(False)
' vbc /t:library /vbruntime- LocalTypes1.vb /l:Pia1.dll
Dim localTypes1 = VisualBasicCompilation.Create("LocalTypes1", {Parse(localTypes1Source)}, {pia1CopyLink, mscorlibRef})
Dim localTypes1Asm = localTypes1.Assembly
Dim localTypes2 = VisualBasicCompilation.Create("LocalTypes2", {Parse(localTypes2Source)}, {mscorlibRef, pia1CopyLink})
Dim localTypes2Asm = localTypes2.Assembly
Dim assemblies1 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
TestReferences.SymbolsTests.MDTestLib2,
localTypes1,
localTypes2
})
Dim localTypes1_1 = assemblies1(4)
Dim localTypes2_1 = assemblies1(5)
Dim pia1_1 = assemblies1(0)
Assert.NotSame(localTypes1Asm, localTypes1_1)
Assert.Equal(1, localTypes1_1.Modules(0).GetReferencedAssemblies().Length)
Assert.Equal(1, localTypes1_1.Modules(0).GetReferencedAssemblySymbols().Length)
Assert.Same(localTypes1.GetReferencedAssemblySymbol(mscorlibRef), localTypes1_1.Modules(0).GetReferencedAssemblySymbols()(0))
Assert.NotSame(localTypes2Asm, localTypes2_1)
Assert.Equal(1, localTypes2_1.Modules(0).GetReferencedAssemblies().Length)
Assert.Equal(1, localTypes2_1.Modules(0).GetReferencedAssemblySymbols().Length)
Assert.Same(localTypes2.GetReferencedAssemblySymbol(mscorlibRef), localTypes2_1.Modules(0).GetReferencedAssemblySymbols()(0))
Dim varI1 = pia1_1.GlobalNamespace.GetTypeMembers("I1").Single()
Dim varS1 = pia1_1.GlobalNamespace.GetTypeMembers("S1").Single()
Dim varNS1 = pia1_1.GlobalNamespace.GetMember(Of NamespaceSymbol)("NS1")
Dim varI2 = varNS1.GetTypeMembers("I2").Single()
Dim varS2 = varNS1.GetTypeMembers("S2").Single()
Dim classLocalTypes1 As NamedTypeSymbol
Dim classLocalTypes2 As NamedTypeSymbol
classLocalTypes1 = localTypes1_1.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_1.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
Dim test1 As MethodSymbol
Dim test2 As MethodSymbol
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
Dim param As ImmutableArray(Of ParameterSymbol)
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies2 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
localTypes1,
localTypes2
})
Dim localTypes1_2 = assemblies2(3)
Dim localTypes2_2 = assemblies2(4)
Assert.NotSame(localTypes1_1, localTypes1_2)
Assert.NotSame(localTypes2_1, localTypes2_2)
Assert.Same(pia1_1, assemblies2(0))
classLocalTypes1 = localTypes1_2.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_2.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies3 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_3 = assemblies3(2)
Dim localTypes2_3 = assemblies3(3)
Assert.NotSame(localTypes1_1, localTypes1_3)
Assert.NotSame(localTypes2_1, localTypes2_3)
Assert.NotSame(localTypes1_2, localTypes1_3)
Assert.NotSame(localTypes2_2, localTypes2_3)
Assert.Same(pia1_1, assemblies3(0))
classLocalTypes1 = localTypes1_3.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_3.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Same(varI1, param(0).[Type])
Assert.Same(varI2, param(1).[Type])
param = test2.Parameters
Assert.Same(varS1, param(0).[Type])
Assert.Same(varS2, param(1).[Type])
Dim assemblies4 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
TestReferences.SymbolsTests.MDTestLib2,
localTypes1,
localTypes2
})
For i As Integer = 0 To assemblies1.Length - 1 Step 1
Assert.Same(assemblies1(i), assemblies4(i))
Next
Dim assemblies5 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia2,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_5 = assemblies5(2)
Dim localTypes2_5 = assemblies5(3)
classLocalTypes1 = localTypes1_5.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_5.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Dim missing As NoPiaMissingCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes1_5, missing.EmbeddingAssembly)
Assert.Equal("27e3e649-994b-4f58-b3c6-f8089a5f2c01", missing.Guid)
Assert.Equal(varI1.ToTestDisplayString(), missing.FullTypeName)
Assert.Null(missing.Scope)
Assert.Null(missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
missing = DirectCast(param(0).[Type], NoPiaMissingCanonicalTypeSymbol)
Assert.Same(localTypes2_5, missing.EmbeddingAssembly)
Assert.Null(missing.Guid)
Assert.Equal(varS1.ToTestDisplayString(), missing.FullTypeName)
Assert.Equal("f9c2d51d-4f44-45f0-9eda-c9d599b58257", missing.Scope)
Assert.Equal(varS1.ToTestDisplayString(), missing.Identifier)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies6 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia3,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_6 = assemblies6(2)
Dim localTypes2_6 = assemblies6(3)
classLocalTypes1 = localTypes1_6.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_6.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies7 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim pia4_7 = assemblies7(0)
Dim localTypes1_7 = assemblies7(2)
Dim localTypes2_7 = assemblies7(3)
classLocalTypes1 = localTypes1_7.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_7.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Assert.Equal(TypeKind.[Interface], param(0).[Type].TypeKind)
Assert.Equal(TypeKind.[Interface], param(1).[Type].TypeKind)
Assert.NotEqual(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.NotEqual(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.Same(pia4_7.GlobalNamespace.GetTypeMembers("I1").Single(), param(0).[Type])
Assert.Same(pia4_7, param(1).[Type].ContainingAssembly)
Assert.Equal("NS1.I2", param(1).[Type].ToTestDisplayString())
param = test2.Parameters
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(0).[Type])
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaMissingCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies8 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Pia4,
TestReferences.SymbolsTests.NoPia.Pia1,
Net40.mscorlib,
localTypes1,
localTypes2
})
Dim localTypes1_8 = assemblies8(3)
Dim localTypes2_8 = assemblies8(4)
Dim pia4_8 = assemblies8(0)
Dim pia1_8 = assemblies8(1)
classLocalTypes1 = localTypes1_8.GlobalNamespace.GetTypeMembers("LocalTypes1").Single()
classLocalTypes2 = localTypes2_8.GlobalNamespace.GetTypeMembers("LocalTypes2").Single()
test1 = classLocalTypes1.GetMember(Of MethodSymbol)("Test1")
test2 = classLocalTypes2.GetMember(Of MethodSymbol)("Test2")
param = test1.Parameters
Dim ambiguous As NoPiaAmbiguousCanonicalTypeSymbol
Assert.Equal(SymbolKind.ErrorType, param(0).[Type].Kind)
ambiguous = DirectCast(param(0).[Type], NoPiaAmbiguousCanonicalTypeSymbol)
Assert.Same(localTypes1_8, ambiguous.EmbeddingAssembly)
Assert.Same(pia4_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.FirstCandidate)
Assert.Same(pia1_8.GlobalNamespace.GetTypeMembers("I1").Single(), ambiguous.SecondCandidate)
Assert.Equal(SymbolKind.ErrorType, param(1).[Type].Kind)
Assert.IsType(Of NoPiaAmbiguousCanonicalTypeSymbol)(param(1).[Type])
Dim assemblies9 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
localTypes1
})
Dim library1_9 = assemblies9(0)
Dim localTypes1_9 = assemblies9(3)
Assert.Equal("LocalTypes1", localTypes1_9.Identity.Name)
Dim assemblies10 = MetadataTestHelpers.GetSymbolsForReferences(
{
TestReferences.SymbolsTests.NoPia.Library1,
TestReferences.SymbolsTests.NoPia.Pia4,
Net40.mscorlib,
TestReferences.SymbolsTests.MDTestLib1,
localTypes1
})
Dim library1_10 = assemblies10(0)
Dim localTypes1_10 = assemblies10(4)
Assert.Equal("LocalTypes1", localTypes1_10.Identity.Name)
Assert.NotSame(library1_9, library1_10)
Assert.NotSame(localTypes1_9, localTypes1_10)
GC.KeepAlive(localTypes1_1)
GC.KeepAlive(localTypes2_1)
GC.KeepAlive(pia1_1)
GC.KeepAlive(localTypes1_9)
GC.KeepAlive(library1_9)
End Sub
<Fact()>
Public Sub CyclicReference()
Dim mscorlibRef = TestReferences.SymbolsTests.MDTestLib1
Dim cyclic2Ref = TestReferences.SymbolsTests.Cyclic.Cyclic2.dll
Dim piaRef = TestReferences.SymbolsTests.NoPia.Pia1
Dim localTypes1Ref = TestReferences.SymbolsTests.NoPia.LocalTypes1
Dim tc1 = VisualBasicCompilation.Create("Cyclic1", references:={mscorlibRef, cyclic2Ref, piaRef, localTypes1Ref})
Assert.NotNull(tc1.Assembly)
Dim tc2 = VisualBasicCompilation.Create("Cyclic1", references:={mscorlibRef, cyclic2Ref, piaRef, localTypes1Ref})
Assert.NotNull(tc2.Assembly)
Assert.NotSame(tc1.GetReferencedAssemblySymbol(localTypes1Ref), tc2.GetReferencedAssemblySymbol(localTypes1Ref))
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes1()
Dim assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.LocalTypes3, TestReferences.SymbolsTests.NoPia.Pia1})
Dim asmLocalTypes3 = assemblies(0)
Dim localTypes3 = asmLocalTypes3.GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.Equal(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType.Kind)
Dim illegal As NoPiaIllegalGenericInstantiationSymbol = DirectCast(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType, NoPiaIllegalGenericInstantiationSymbol)
Assert.Equal("C31(Of I1).I31(Of C33)", illegal.UnderlyingSymbol.ToTestDisplayString())
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.LocalTypes3, TestReferences.SymbolsTests.NoPia.Pia1, Net40.mscorlib})
localTypes3 = assemblies(0).GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test6").ReturnType)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes2()
Dim mscorlibRef = Net40.mscorlib
Dim pia5Link = TestReferences.SymbolsTests.NoPia.Pia5.WithEmbedInteropTypes(True)
Dim pia5Ref = TestReferences.SymbolsTests.NoPia.Pia5.WithEmbedInteropTypes(False)
Dim library2Ref = TestReferences.SymbolsTests.NoPia.Library2.WithEmbedInteropTypes(False)
Dim library2Link = TestReferences.SymbolsTests.NoPia.Library2.WithEmbedInteropTypes(True)
Dim pia1Link = TestReferences.SymbolsTests.NoPia.Pia1.WithEmbedInteropTypes(True)
Dim pia1Ref = TestReferences.SymbolsTests.NoPia.Pia1.WithEmbedInteropTypes(False)
Assert.True(pia1Link.Properties.EmbedInteropTypes)
Assert.False(pia1Ref.Properties.EmbedInteropTypes)
Assert.True(pia5Link.Properties.EmbedInteropTypes)
Assert.False(pia5Ref.Properties.EmbedInteropTypes)
Assert.True(library2Link.Properties.EmbedInteropTypes)
Assert.False(library2Ref.Properties.EmbedInteropTypes)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Link})
Dim pia5Asm1 = tc1.GetReferencedAssemblySymbol(pia5Link)
Assert.True(pia5Asm1.IsLinked)
Dim varI5_1 = pia5Asm1.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI5_1.GetMember(Of MethodSymbol)("Foo").ReturnType)
Dim tc2 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Ref})
Dim pia5Asm2 = tc2.GetReferencedAssemblySymbol(pia5Ref)
Assert.False(pia5Asm2.IsLinked)
Assert.NotSame(pia5Asm1, pia5Asm2)
Dim varI5_2 = pia5Asm2.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI5_2.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Dim tc3 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia5Asm3 = tc3.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm3 = tc3.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia5Asm3.IsLinked)
Assert.False(library2Asm3.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Dim varI7_3 = library2Asm3.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_3.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_3.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc4 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Ref, pia1Ref})
Dim pia5Asm4 = tc4.GetReferencedAssemblySymbol(pia5Ref)
Dim library2Asm4 = tc4.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia5Asm4.IsLinked)
Assert.False(library2Asm4.IsLinked)
Assert.NotSame(pia5Asm3, pia5Asm4)
Assert.Same(pia5Asm2, pia5Asm4)
Assert.NotSame(library2Asm3, library2Asm4)
Dim varI7_4 = library2Asm4.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc5 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Link})
Dim pia1Asm5 = tc5.GetReferencedAssemblySymbol(pia1Link)
Dim pia5Asm5 = tc5.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm5 = tc5.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia1Asm5.IsLinked)
Assert.True(pia5Asm5.IsLinked)
Assert.False(library2Asm5.IsLinked)
Assert.Same(pia5Asm1, pia5Asm5)
Assert.NotSame(library2Asm5, library2Asm3)
Assert.NotSame(library2Asm5, library2Asm4)
Dim varI7_5 = library2Asm5.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Bar").ReturnType)
Dim tc6 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia1Asm6 = tc6.GetReferencedAssemblySymbol(pia1Ref)
Dim pia5Asm6 = tc6.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm6 = tc6.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia1Asm6.IsLinked)
Assert.True(pia5Asm6.IsLinked)
Assert.False(library2Asm6.IsLinked)
Assert.Same(pia5Asm1, pia5Asm6)
Assert.Same(library2Asm6, library2Asm3)
Dim tc7 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Link, pia5Link, pia1Ref})
Dim pia5Asm7 = tc7.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm7 = tc7.GetReferencedAssemblySymbol(library2Link)
Assert.True(pia5Asm7.IsLinked)
Assert.True(library2Asm7.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Assert.NotSame(library2Asm7, library2Asm3)
Assert.NotSame(library2Asm7, library2Asm4)
Assert.NotSame(library2Asm7, library2Asm5)
Dim varI7_7 = library2Asm7.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_7.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_7.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes3()
Dim varmscorlibRef = Net40.mscorlib
Dim varALink = TestReferences.SymbolsTests.NoPia.A.WithEmbedInteropTypes(True)
Dim varARef = TestReferences.SymbolsTests.NoPia.A.WithEmbedInteropTypes(False)
Dim varBLink = TestReferences.SymbolsTests.NoPia.B.WithEmbedInteropTypes(True)
Dim varBRef = TestReferences.SymbolsTests.NoPia.B.WithEmbedInteropTypes(False)
Dim varCLink = TestReferences.SymbolsTests.NoPia.C.WithEmbedInteropTypes(True)
Dim varCRef = TestReferences.SymbolsTests.NoPia.C.WithEmbedInteropTypes(False)
Dim varDLink = TestReferences.SymbolsTests.NoPia.D.WithEmbedInteropTypes(True)
Dim varDRef = TestReferences.SymbolsTests.NoPia.D.WithEmbedInteropTypes(False)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={varmscorlibRef, varCRef, varARef, varBLink})
Dim varA1 = tc1.GetReferencedAssemblySymbol(varARef)
Dim varB1 = tc1.GetReferencedAssemblySymbol(varBLink)
Dim varC1 = tc1.GetReferencedAssemblySymbol(varCRef)
Dim tc2 = VisualBasicCompilation.Create("C2", references:={varmscorlibRef, varCRef, varARef, varDRef, varBLink})
Assert.Same(varA1, tc2.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc2.GetReferencedAssemblySymbol(varBLink))
Assert.Same(varC1, tc2.GetReferencedAssemblySymbol(varCRef))
Dim varD2 = tc2.GetReferencedAssemblySymbol(varDRef)
Dim tc3 = VisualBasicCompilation.Create("C3", references:={varmscorlibRef, varCRef, varBLink})
Assert.Same(varB1, tc3.GetReferencedAssemblySymbol(varBLink))
Assert.True(tc3.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC1))
Dim tc4 = VisualBasicCompilation.Create("C4", references:={varmscorlibRef, varCRef, varARef, varBRef})
Assert.Same(varA1, tc4.GetReferencedAssemblySymbol(varARef))
Dim varB4 = tc4.GetReferencedAssemblySymbol(varBRef)
Dim varC4 = tc4.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varC1, varC4)
Assert.NotSame(varB1, varB4)
Dim tc5 = VisualBasicCompilation.Create("C5", references:={varmscorlibRef, varCRef, varALink, varBLink})
Assert.Same(varB1, tc5.GetReferencedAssemblySymbol(varBLink))
Dim varA5 = tc5.GetReferencedAssemblySymbol(varALink)
Dim varC5 = tc5.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varA1, varA5)
Assert.NotSame(varC1, varC5)
Assert.NotSame(varC4, varC5)
Dim tc6 = VisualBasicCompilation.Create("C6", references:={varmscorlibRef, varARef, varBLink, varCLink})
Assert.Same(varA1, tc6.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc6.GetReferencedAssemblySymbol(varBLink))
Dim varC6 = tc6.GetReferencedAssemblySymbol(varCLink)
Assert.NotSame(varC1, varC6)
Assert.NotSame(varC4, varC6)
Assert.NotSame(varC5, varC6)
Dim tc7 = VisualBasicCompilation.Create("C7", references:={varmscorlibRef, varCRef, varARef})
Assert.Same(varA1, tc7.GetReferencedAssemblySymbol(varARef))
Assert.True(tc7.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC4))
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes4()
Dim localTypes3Source As String = <text>
imports System.Collections.Generic
public class LocalTypes3
public Function Test1() As C31(Of C33).I31(Of C33)
return nothing
End Function
public Function Test2() As C31(Of C33).I31(Of I1)
return nothing
End Function
public Function Test3() As C31(Of I1).I31(Of C33)
return nothing
End Function
public Function Test4() As C31(Of C33).I31(Of I32(Of I1))
return nothing
End Function
public Function Test5() As C31(Of I32(Of I1)).I31(Of C33)
return nothing
End Function
public Function Test6() As List(Of I1)
return nothing
End Function
End Class
public class C31(Of T)
public interface I31(Of S)
End Interface
End Class
public class C32(Of T)
End Class
public interface I32(Of S)
End Interface
public class C33
End Class
</text>.Value
Dim mscorlibRef = Net40.mscorlib
Dim pia1CopyLink = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(True)
Dim pia1CopyRef = TestReferences.SymbolsTests.NoPia.Pia1Copy.WithEmbedInteropTypes(False)
' vbc /t:library /vbruntime- LocalTypes3.vb /l:Pia1.dll
Dim varC_LocalTypes3 = VisualBasicCompilation.Create("LocalTypes3", {Parse(localTypes3Source)}, {mscorlibRef, pia1CopyLink})
Dim assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.Pia1, varC_LocalTypes3})
Dim asmLocalTypes3 = assemblies(1)
Dim localTypes3 = asmLocalTypes3.GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.Equal(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType.Kind)
Dim illegal As NoPiaIllegalGenericInstantiationSymbol = DirectCast(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType, NoPiaIllegalGenericInstantiationSymbol)
Assert.False(DirectCast(illegal, INamedTypeSymbol).IsSerializable)
Assert.Equal("C31(Of I1).I31(Of C33)", illegal.UnderlyingSymbol.ToTestDisplayString())
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
assemblies = MetadataTestHelpers.GetSymbolsForReferences({TestReferences.SymbolsTests.NoPia.Pia1, Net40.mscorlib, varC_LocalTypes3})
localTypes3 = assemblies(2).GlobalNamespace.GetTypeMembers("LocalTypes3").Single()
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test1").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test2").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test3").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, localTypes3.GetMember(Of MethodSymbol)("Test4").ReturnType.Kind)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test5").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(localTypes3.GetMember(Of MethodSymbol)("Test6").ReturnType)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes5()
Dim pia5Source As String = <text>
imports System.Reflection
imports System.Runtime.CompilerServices
imports System.Runtime.InteropServices
imports System.Collections.Generic
<assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b58259")>
<assembly: ImportedFromTypeLib("Pia5.dll")>
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f2c05"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I5
Function Foo() As List(Of I6)
end interface
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f2c06"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I6
end interface
</text>.Value
Dim pia1Source As String = <text>
imports System.Reflection
imports System.Runtime.CompilerServices
imports System.Runtime.InteropServices
<assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b58257")>
<assembly: ImportedFromTypeLib("Pia1.dll")>
<ComImport, Guid("27e3e649-994b-4f58-b3c6-f8089a5f2c01"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I1
void Sub1(x As Integer)
End interface
</text>.Value
Dim library2Source As String = <text>
imports System.Collections.Generic
imports System.Reflection
imports System.Runtime.CompilerServices
imports System.Runtime.InteropServices
<assembly: Guid("f9c2d51d-4f44-45f0-9eda-c9d599b58260")>
<assembly: ImportedFromTypeLib("Library2.dll")>
<ComImport(), Guid("27e3e649-994b-4f58-b3c6-f8089a5f2002"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)>
public interface I7
Function Foo() As List(Of I5)
Function Bar() As List(Of I1)
End interface
</text>.Value
Dim mscorlibRef = Net40.mscorlib
' vbc /t:library /vbruntime- Pia5.vb
Dim varC_Pia5 = VisualBasicCompilation.Create("Pia5", {Parse(pia5Source)}, {mscorlibRef})
Dim pia5Link = New VisualBasicCompilationReference(varC_Pia5, embedInteropTypes:=True)
Dim pia5Ref = New VisualBasicCompilationReference(varC_Pia5, embedInteropTypes:=False)
Assert.True(pia5Link.Properties.EmbedInteropTypes)
Assert.False(pia5Ref.Properties.EmbedInteropTypes)
' vbc /t:library /vbruntime- Pia1.vb
Dim varC_Pia1 = VisualBasicCompilation.Create("Pia1", {Parse(pia1Source)}, {mscorlibRef})
Dim pia1Link = New VisualBasicCompilationReference(varC_Pia1, embedInteropTypes:=True)
Dim pia1Ref = New VisualBasicCompilationReference(varC_Pia1, embedInteropTypes:=False)
Assert.True(pia1Link.Properties.EmbedInteropTypes)
Assert.False(pia1Ref.Properties.EmbedInteropTypes)
' vbc /t:library /vbruntime- /r:Pia1.dll,Pia5.dll Library2.vb
Dim varC_Library2 = VisualBasicCompilation.Create("Library2", {Parse(library2Source)}, {mscorlibRef, pia1Ref, pia5Ref})
Dim library2Ref = New VisualBasicCompilationReference(varC_Library2, embedInteropTypes:=False)
Dim library2Link = New VisualBasicCompilationReference(varC_Library2, embedInteropTypes:=True)
Assert.True(library2Link.Properties.EmbedInteropTypes)
Assert.False(library2Ref.Properties.EmbedInteropTypes)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Link})
Dim pia5Asm1 = tc1.GetReferencedAssemblySymbol(pia5Link)
Assert.True(pia5Asm1.IsLinked)
Dim varI5_1 = pia5Asm1.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI5_1.GetMember(Of MethodSymbol)("Foo").ReturnType)
Dim tc2 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, pia5Ref})
Dim pia5Asm2 = tc2.GetReferencedAssemblySymbol(pia5Ref)
Assert.False(pia5Asm2.IsLinked)
Assert.NotSame(pia5Asm1, pia5Asm2)
Dim varI5_2 = pia5Asm2.GlobalNamespace.GetTypeMembers("I5").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI5_2.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Dim tc3 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia5Asm3 = tc3.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm3 = tc3.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia5Asm3.IsLinked)
Assert.False(library2Asm3.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Dim varI7_3 = library2Asm3.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_3.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_3.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc4 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Ref, pia1Ref})
Dim pia5Asm4 = tc4.GetReferencedAssemblySymbol(pia5Ref)
Dim library2Asm4 = tc4.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia5Asm4.IsLinked)
Assert.False(library2Asm4.IsLinked)
Assert.NotSame(pia5Asm3, pia5Asm4)
Assert.Same(pia5Asm2, pia5Asm4)
Assert.NotSame(library2Asm3, library2Asm4)
Dim varI7_4 = library2Asm4.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Foo").ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI7_4.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
Dim tc5 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Link})
Dim pia1Asm5 = tc5.GetReferencedAssemblySymbol(pia1Link)
Dim pia5Asm5 = tc5.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm5 = tc5.GetReferencedAssemblySymbol(library2Ref)
Assert.True(pia1Asm5.IsLinked)
Assert.True(pia5Asm5.IsLinked)
Assert.False(library2Asm5.IsLinked)
Assert.Same(pia5Asm1, pia5Asm5)
Assert.NotSame(library2Asm5, library2Asm3)
Assert.NotSame(library2Asm5, library2Asm4)
Dim varI7_5 = library2Asm5.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_5.GetMember(Of MethodSymbol)("Bar").ReturnType)
Dim tc6 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Ref, pia5Link, pia1Ref})
Dim pia1Asm6 = tc6.GetReferencedAssemblySymbol(pia1Ref)
Dim pia5Asm6 = tc6.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm6 = tc6.GetReferencedAssemblySymbol(library2Ref)
Assert.False(pia1Asm6.IsLinked)
Assert.True(pia5Asm6.IsLinked)
Assert.False(library2Asm6.IsLinked)
Assert.Same(pia5Asm1, pia5Asm6)
Assert.Same(library2Asm6, library2Asm3)
Dim tc7 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, library2Link, pia5Link, pia1Ref})
Dim pia5Asm7 = tc7.GetReferencedAssemblySymbol(pia5Link)
Dim library2Asm7 = tc7.GetReferencedAssemblySymbol(library2Link)
Assert.True(pia5Asm7.IsLinked)
Assert.True(library2Asm7.IsLinked)
Assert.Same(pia5Asm1, pia5Asm3)
Assert.NotSame(library2Asm7, library2Asm3)
Assert.NotSame(library2Asm7, library2Asm4)
Assert.NotSame(library2Asm7, library2Asm5)
Dim varI7_7 = library2Asm7.GlobalNamespace.GetTypeMembers("I7").Single()
Assert.IsType(Of NoPiaIllegalGenericInstantiationSymbol)(varI7_7.GetMember(Of MethodSymbol)("Foo").ReturnType)
Assert.NotEqual(SymbolKind.ErrorType, varI7_7.GetMember(Of MethodSymbol)("Bar").ReturnType.Kind)
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
Dim varI5 = varC_Pia5.SourceModule.GlobalNamespace.GetTypeMembers("I5").Single()
Dim varI5_Foo = varI5.GetMember(Of MethodSymbol)("Foo")
Dim varI6 = varC_Pia5.SourceModule.GlobalNamespace.GetTypeMembers("I6").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI5.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI6.Kind)
Assert.NotEqual(SymbolKind.ErrorType, varI5_Foo.ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, (DirectCast(varI5_Foo.ReturnType, NamedTypeSymbol)).TypeArguments(0).Kind)
Assert.Equal("System.Collections.Generic.List(Of I6)", varI5_Foo.ReturnType.ToTestDisplayString())
Dim varI7 = varC_Library2.SourceModule.GlobalNamespace.GetTypeMembers("I7").Single()
Dim varI7_Foo = varI7.GetMember(Of MethodSymbol)("Foo")
Dim varI7_Bar = varI7.GetMember(Of MethodSymbol)("Bar")
Assert.NotEqual(SymbolKind.ErrorType, varI7_Foo.ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, (DirectCast(varI7_Foo.ReturnType, NamedTypeSymbol)).TypeArguments(0).Kind)
Assert.Equal("System.Collections.Generic.List(Of I5)", varI7_Foo.ReturnType.ToTestDisplayString())
Assert.NotEqual(SymbolKind.ErrorType, varI7_Bar.ReturnType.Kind)
Assert.NotEqual(SymbolKind.ErrorType, (DirectCast(varI7_Bar.ReturnType, NamedTypeSymbol)).TypeArguments(0).Kind)
Assert.Equal("System.Collections.Generic.List(Of I1)", varI7_Bar.ReturnType.ToTestDisplayString())
Dim varI1 = varC_Pia1.SourceModule.GlobalNamespace.GetTypeMembers("I1").Single()
Assert.NotEqual(SymbolKind.ErrorType, varI1.Kind)
End Sub
<Fact()>
Public Sub GenericsClosedOverLocalTypes6()
Dim mscorlibRef = Net40.mscorlib
Dim varC_A = VisualBasicCompilation.Create("A", references:={mscorlibRef})
Dim varALink = New VisualBasicCompilationReference(varC_A, embedInteropTypes:=True)
Dim varARef = New VisualBasicCompilationReference(varC_A, embedInteropTypes:=False)
Dim varC_B = VisualBasicCompilation.Create("B", references:={mscorlibRef})
Dim varBLink = New VisualBasicCompilationReference(varC_B, embedInteropTypes:=True)
Dim varBRef = New VisualBasicCompilationReference(varC_B, embedInteropTypes:=False)
Dim varC_C = VisualBasicCompilation.Create("C", references:={mscorlibRef, varARef, varBRef})
Dim varCLink = New VisualBasicCompilationReference(varC_C, embedInteropTypes:=True)
Dim varCRef = New VisualBasicCompilationReference(varC_C, embedInteropTypes:=False)
Dim varC_D = VisualBasicCompilation.Create("D", references:={mscorlibRef})
Dim varDLink = New VisualBasicCompilationReference(varC_D, embedInteropTypes:=True)
Dim varDRef = New VisualBasicCompilationReference(varC_D, embedInteropTypes:=False)
Dim tc1 = VisualBasicCompilation.Create("C1", references:={mscorlibRef, varCRef, varARef, varBLink})
Dim varA1 = tc1.GetReferencedAssemblySymbol(varARef)
Dim varB1 = tc1.GetReferencedAssemblySymbol(varBLink)
Dim varC1 = tc1.GetReferencedAssemblySymbol(varCRef)
Dim tc2 = VisualBasicCompilation.Create("C2", references:={mscorlibRef, varCRef, varARef, varDRef, varBLink})
Assert.Same(varA1, tc2.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc2.GetReferencedAssemblySymbol(varBLink))
Assert.Same(varC1, tc2.GetReferencedAssemblySymbol(varCRef))
Dim varD2 = tc2.GetReferencedAssemblySymbol(varDRef)
Dim tc3 = VisualBasicCompilation.Create("C3", references:={mscorlibRef, varCRef, varBLink})
Assert.Same(varB1, tc3.GetReferencedAssemblySymbol(varBLink))
Assert.True(tc3.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC1))
Dim tc4 = VisualBasicCompilation.Create("C4", references:={mscorlibRef, varCRef, varARef, varBRef})
Assert.Same(varA1, tc4.GetReferencedAssemblySymbol(varARef))
Dim varB4 = tc4.GetReferencedAssemblySymbol(varBRef)
Dim varC4 = tc4.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varC1, varC4)
Assert.NotSame(varB1, varB4)
Dim tc5 = VisualBasicCompilation.Create("C5", references:={mscorlibRef, varCRef, varALink, varBLink})
Assert.Same(varB1, tc5.GetReferencedAssemblySymbol(varBLink))
Dim varA5 = tc5.GetReferencedAssemblySymbol(varALink)
Dim varC5 = tc5.GetReferencedAssemblySymbol(varCRef)
Assert.NotSame(varA1, varA5)
Assert.NotSame(varC1, varC5)
Assert.NotSame(varC4, varC5)
Dim tc6 = VisualBasicCompilation.Create("C6", references:={mscorlibRef, varARef, varBLink, varCLink})
Assert.Same(varA1, tc6.GetReferencedAssemblySymbol(varARef))
Assert.Same(varB1, tc6.GetReferencedAssemblySymbol(varBLink))
Dim varC6 = tc6.GetReferencedAssemblySymbol(varCLink)
Assert.NotSame(varC1, varC6)
Assert.NotSame(varC4, varC6)
Assert.NotSame(varC5, varC6)
Dim tc7 = VisualBasicCompilation.Create("C7", references:={mscorlibRef, varCRef, varARef})
Assert.Same(varA1, tc7.GetReferencedAssemblySymbol(varARef))
Assert.True(tc7.GetReferencedAssemblySymbol(varCRef).RepresentsTheSameAssemblyButHasUnresolvedReferencesByComparisonTo(varC4))
GC.KeepAlive(tc1)
GC.KeepAlive(tc2)
GC.KeepAlive(tc3)
GC.KeepAlive(tc4)
GC.KeepAlive(tc5)
GC.KeepAlive(tc6)
GC.KeepAlive(tc7)
End Sub
<WorkItem(546735, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546735")>
<ConditionalFact(GetType(DesktopOnly), Reason:=ConditionalSkipReason.NoPiaNeedsDesktop)>
Public Sub Bug16689_1()
Dim ilSource =
<![CDATA[
.class interface public abstract auto ansi import I1
{
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 66 39 63 32 64 35 31 64 2D 34 66 34 34 // ..$f9c2d51d-4f44
2D 34 35 66 30 2D 39 65 64 61 2D 63 39 64 35 39 // -45f0-9eda-c9d59
39 62 35 38 32 35 37 00 00 ) // 9b58257..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeIdentifierAttribute::.ctor() = ( 01 00 00 00 )
.method public newslot abstract strict virtual
instance void M1() cil managed
{
} // end of method I1::M1
} // end of class I1
.class public auto ansi Base
extends [mscorlib]System.Object
implements I1
{
.method public specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Base::.ctor
.method public newslot strict virtual final
instance void M1() cil managed
{
.override I1::M1
// Code size 1 (0x1)
.maxstack 8
IL_0000: ret
} // end of method Base::M1
} // end of class Base
]]>
Dim compilationDef =
<compilation name="SimpleTest1">
<file name="a.vb">
Class Derived
Inherits Base
End Class
Class Program
Shared Sub Main()
Dim x as New Derived()
System.Console.WriteLine(x)
End Sub
End Class
</file>
</compilation>
Dim compilation = CompilationUtils.CreateCompilationWithCustomILSource(compilationDef, ilSource.Value, includeVbRuntime:=True, options:=TestOptions.ReleaseExe)
CompileAndVerify(compilation, expectedOutput:=
<![CDATA[
Derived
]]>)
End Sub
<Fact(), WorkItem(546735, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546735")>
Public Sub Bug16689_2()
Dim ilSource =
<![CDATA[
.class interface public abstract auto ansi import I1
{
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 66 39 63 32 64 35 31 64 2D 34 66 34 34 // ..$f9c2d51d-4f44
2D 34 35 66 30 2D 39 65 64 61 2D 63 39 64 35 39 // -45f0-9eda-c9d59
39 62 35 38 32 35 37 00 00 ) // 9b58257..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeIdentifierAttribute::.ctor() = ( 01 00 00 00 )
} // end of class I1
.class interface public abstract auto ansi I2`1<T>
{
.method public newslot abstract strict virtual
instance void M1() cil managed
{
} // end of method I2`1::M1
} // end of class I2`1
.class public auto ansi Base
extends [mscorlib]System.Object
implements class I2`1<class I1>
{
.method public specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Base::.ctor
.method public newslot strict virtual final
instance void M1() cil managed
{
.override method instance void class I2`1<class I1>::M1()
// Code size 1 (0x1)
.maxstack 8
IL_0000: ret
} // end of method Base::M1
} // end of class Base
]]>
Dim compilationDef =
<compilation name="SimpleTest1">
<file name="a.vb">
Class Derived
Inherits Base
End Class
Class Program
Shared Sub Main()
Dim x as New Derived()
System.Console.WriteLine(x)
End Sub
End Class
</file>
</compilation>
Dim compilation = CompilationUtils.CreateCompilationWithCustomILSource(compilationDef, ilSource.Value, includeVbRuntime:=True, options:=TestOptions.ReleaseExe)
CompileAndVerify(compilation, expectedOutput:=
<![CDATA[
Derived
]]>)
End Sub
<WorkItem(546735, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546735")>
<ConditionalFact(GetType(DesktopOnly), Reason:=ConditionalSkipReason.NoPiaNeedsDesktop)>
Public Sub Bug16689_3()
Dim i3Def =
<compilation name="I3">
<file name="a.vb">
Public Interface I3
End Interface
</file>
</compilation>
Dim i3Compilation = CreateCompilationWithMscorlib40(i3Def, options:=TestOptions.ReleaseDll)
Dim ilSource =
<![CDATA[
.assembly extern I3{}
.class interface public abstract auto ansi import I1
{
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 66 39 63 32 64 35 31 64 2D 34 66 34 34 // ..$f9c2d51d-4f44
2D 34 35 66 30 2D 39 65 64 61 2D 63 39 64 35 39 // -45f0-9eda-c9d59
39 62 35 38 32 35 37 00 00 ) // 9b58257..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeIdentifierAttribute::.ctor() = ( 01 00 00 00 )
} // end of class I1
.class interface public abstract auto ansi I2`2<T,S>
{
.method public newslot abstract strict virtual
instance void M1() cil managed
{
} // end of method I2`2::M1
} // end of class I2`2
.class public auto ansi Base
extends [mscorlib]System.Object
implements class I2`2<class I1,class [I3]I3>
{
.method public specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Base::.ctor
.method public newslot strict virtual final
instance void M1() cil managed
{
.override method instance void class I2`2<class I1,class [I3]I3>::M1()
// Code size 1 (0x1)
.maxstack 8
IL_0000: ret
} // end of method Base::M1
} // end of class Base
]]>
Dim compilationDef =
<compilation name="SimpleTest1">
<file name="a.vb">
Class Derived
Inherits Base
End Class
Class Program
Shared Sub Main()
Dim x as New Derived()
System.Console.WriteLine(x)
End Sub
End Class
</file>
</compilation>
Dim compilation = CompilationUtils.CreateCompilationWithCustomILSource(compilationDef, ilSource.Value, includeVbRuntime:=True, options:=TestOptions.ReleaseExe)
CompileAndVerify(compilation,
dependencies:={New ModuleData(i3Compilation.Assembly.Identity,
OutputKind.DynamicallyLinkedLibrary,
i3Compilation.EmitToArray(),
Nothing,
False)},
expectedOutput:=
<![CDATA[
Derived
]]>)
End Sub
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Editing;
using Microsoft.CodeAnalysis.FindSymbols;
using Microsoft.CodeAnalysis.FindSymbols.Finders;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.CodeAnalysis.Formatting.Rules;
using Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.Internal.Log;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Recommendations;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Simplification;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.ChangeSignature
{
internal abstract class AbstractChangeSignatureService : ILanguageService
{
protected SyntaxAnnotation changeSignatureFormattingAnnotation = new("ChangeSignatureFormatting");
/// <summary>
/// Determines the symbol on which we are invoking ReorderParameters
/// </summary>
public abstract Task<(ISymbol? symbol, int selectedIndex)> GetInvocationSymbolAsync(Document document, int position, bool restrictToDeclarations, CancellationToken cancellationToken);
/// <summary>
/// Given a SyntaxNode for which we want to reorder parameters/arguments, find the
/// SyntaxNode of a kind where we know how to reorder parameters/arguments.
/// </summary>
public abstract SyntaxNode? FindNodeToUpdate(Document document, SyntaxNode node);
public abstract Task<ImmutableArray<ISymbol>> DetermineCascadedSymbolsFromDelegateInvokeAsync(
IMethodSymbol symbol, Document document, CancellationToken cancellationToken);
public abstract Task<SyntaxNode> ChangeSignatureAsync(
Document document,
ISymbol declarationSymbol,
SyntaxNode potentiallyUpdatedNode,
SyntaxNode originalNode,
SignatureChange signaturePermutation,
CancellationToken cancellationToken);
protected abstract IEnumerable<AbstractFormattingRule> GetFormattingRules(Document document);
protected abstract T TransferLeadingWhitespaceTrivia<T>(T newArgument, SyntaxNode oldArgument) where T : SyntaxNode;
protected abstract SyntaxToken CommaTokenWithElasticSpace();
/// <summary>
/// For some Foo(int x, params int[] p), this helps convert the "1, 2, 3" in Foo(0, 1, 2, 3)
/// to "new int[] { 1, 2, 3 }" in Foo(0, new int[] { 1, 2, 3 });
/// </summary>
protected abstract SyntaxNode CreateExplicitParamsArrayFromIndividualArguments(SeparatedSyntaxList<SyntaxNode> newArguments, int startingIndex, IParameterSymbol parameterSymbol);
protected abstract SyntaxNode AddNameToArgument(SyntaxNode argument, string name);
/// <summary>
/// Only some languages support:
/// - Optional parameters and params arrays simultaneously in declarations
/// - Passing the params array as a named argument
/// </summary>
protected abstract bool SupportsOptionalAndParamsArrayParametersSimultaneously();
protected abstract bool TryGetRecordPrimaryConstructor(INamedTypeSymbol typeSymbol, [NotNullWhen(true)] out IMethodSymbol? primaryConstructor);
/// <summary>
/// A temporarily hack that should be removed once/if https://github.com/dotnet/roslyn/issues/53092 is fixed.
/// </summary>
protected abstract ImmutableArray<IParameterSymbol> GetParameters(ISymbol declarationSymbol);
protected abstract SyntaxGenerator Generator { get; }
protected abstract ISyntaxFacts SyntaxFacts { get; }
public async Task<ImmutableArray<ChangeSignatureCodeAction>> GetChangeSignatureCodeActionAsync(Document document, TextSpan span, CancellationToken cancellationToken)
{
var context = await GetChangeSignatureContextAsync(document, span.Start, restrictToDeclarations: true, cancellationToken: cancellationToken).ConfigureAwait(false);
return context is ChangeSignatureAnalysisSucceededContext changeSignatureAnalyzedSucceedContext
? ImmutableArray.Create(new ChangeSignatureCodeAction(this, changeSignatureAnalyzedSucceedContext))
: ImmutableArray<ChangeSignatureCodeAction>.Empty;
}
internal async Task<ChangeSignatureAnalyzedContext> GetChangeSignatureContextAsync(
Document document, int position, bool restrictToDeclarations, CancellationToken cancellationToken)
{
var (symbol, selectedIndex) = await GetInvocationSymbolAsync(
document, position, restrictToDeclarations, cancellationToken).ConfigureAwait(false);
// Cross-language symbols will show as metadata, so map it to source if possible.
symbol = await SymbolFinder.FindSourceDefinitionAsync(symbol, document.Project.Solution, cancellationToken).ConfigureAwait(false) ?? symbol;
if (symbol == null)
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.IncorrectKind);
}
if (symbol is IMethodSymbol method)
{
var containingType = method.ContainingType;
if (method.Name == WellKnownMemberNames.DelegateBeginInvokeName &&
containingType != null &&
containingType.IsDelegateType() &&
containingType.DelegateInvokeMethod != null)
{
symbol = containingType.DelegateInvokeMethod;
}
}
if (symbol is IEventSymbol ev)
{
symbol = ev.Type;
}
if (symbol is INamedTypeSymbol typeSymbol)
{
if (typeSymbol.IsDelegateType() && typeSymbol.DelegateInvokeMethod != null)
{
symbol = typeSymbol.DelegateInvokeMethod;
}
else if (TryGetRecordPrimaryConstructor(typeSymbol, out var primaryConstructor))
{
symbol = primaryConstructor;
}
}
if (!symbol.MatchesKind(SymbolKind.Method, SymbolKind.Property))
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.IncorrectKind);
}
if (symbol.Locations.Any(loc => loc.IsInMetadata))
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.DefinedInMetadata);
}
// This should be called after the metadata check above to avoid looking for nodes in metadata.
var declarationLocation = symbol.Locations.FirstOrDefault();
if (declarationLocation == null)
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.DefinedInMetadata);
}
var solution = document.Project.Solution;
var declarationDocument = solution.GetRequiredDocument(declarationLocation.SourceTree!);
var declarationChangeSignatureService = declarationDocument.GetRequiredLanguageService<AbstractChangeSignatureService>();
int positionForTypeBinding;
var reference = symbol.DeclaringSyntaxReferences.FirstOrDefault();
if (reference != null)
{
var syntax = await reference.GetSyntaxAsync(cancellationToken).ConfigureAwait(false);
positionForTypeBinding = syntax.SpanStart;
}
else
{
// There may be no declaring syntax reference, for example delegate Invoke methods.
// The user may need to fully-qualify type names, including the type(s) defined in
// this document.
positionForTypeBinding = 0;
}
var parameterConfiguration = ParameterConfiguration.Create(
GetParameters(symbol).Select(p => new ExistingParameter(p)).ToImmutableArray<Parameter>(),
symbol.IsExtensionMethod(), selectedIndex);
return new ChangeSignatureAnalysisSucceededContext(
declarationDocument, positionForTypeBinding, symbol, parameterConfiguration);
}
internal async Task<ChangeSignatureResult> ChangeSignatureWithContextAsync(ChangeSignatureAnalyzedContext context, ChangeSignatureOptionsResult? options, CancellationToken cancellationToken)
{
return context switch
{
ChangeSignatureAnalysisSucceededContext changeSignatureAnalyzedSucceedContext => await GetChangeSignatureResultAsync(changeSignatureAnalyzedSucceedContext, options, cancellationToken).ConfigureAwait(false),
CannotChangeSignatureAnalyzedContext cannotChangeSignatureAnalyzedContext => new ChangeSignatureResult(succeeded: false, changeSignatureFailureKind: cannotChangeSignatureAnalyzedContext.CannotChangeSignatureReason),
_ => throw ExceptionUtilities.Unreachable,
};
async Task<ChangeSignatureResult> GetChangeSignatureResultAsync(ChangeSignatureAnalysisSucceededContext context, ChangeSignatureOptionsResult? options, CancellationToken cancellationToken)
{
if (options == null)
{
return new ChangeSignatureResult(succeeded: false);
}
var (updatedSolution, confirmationMessage) = await CreateUpdatedSolutionAsync(context, options, cancellationToken).ConfigureAwait(false);
return new ChangeSignatureResult(updatedSolution != null, updatedSolution, context.Symbol.ToDisplayString(), context.Symbol.GetGlyph(), options.PreviewChanges, confirmationMessage: confirmationMessage);
}
}
/// <returns>Returns <c>null</c> if the operation is cancelled.</returns>
internal static ChangeSignatureOptionsResult? GetChangeSignatureOptions(ChangeSignatureAnalyzedContext context)
{
if (context is not ChangeSignatureAnalysisSucceededContext succeededContext)
{
return null;
}
var changeSignatureOptionsService = succeededContext.Solution.Workspace.Services.GetRequiredService<IChangeSignatureOptionsService>();
return changeSignatureOptionsService.GetChangeSignatureOptions(
succeededContext.Document, succeededContext.PositionForTypeBinding, succeededContext.Symbol, succeededContext.ParameterConfiguration);
}
private static async Task<ImmutableArray<ReferencedSymbol>> FindChangeSignatureReferencesAsync(
ISymbol symbol,
Solution solution,
CancellationToken cancellationToken)
{
using (Logger.LogBlock(FunctionId.FindReference_ChangeSignature, cancellationToken))
{
var streamingProgress = new StreamingProgressCollector();
var engine = new FindReferencesSearchEngine(
solution,
documents: null,
ReferenceFinders.DefaultReferenceFinders.Add(DelegateInvokeMethodReferenceFinder.DelegateInvokeMethod),
streamingProgress,
FindReferencesSearchOptions.Default);
await engine.FindReferencesAsync(symbol, cancellationToken).ConfigureAwait(false);
return streamingProgress.GetReferencedSymbols();
}
}
#nullable enable
private async Task<(Solution updatedSolution, string? confirmationMessage)> CreateUpdatedSolutionAsync(
ChangeSignatureAnalysisSucceededContext context, ChangeSignatureOptionsResult options, CancellationToken cancellationToken)
{
var telemetryTimer = Stopwatch.StartNew();
var currentSolution = context.Solution;
var declaredSymbol = context.Symbol;
var nodesToUpdate = new Dictionary<DocumentId, List<SyntaxNode>>();
var definitionToUse = new Dictionary<SyntaxNode, ISymbol>();
string? confirmationMessage = null;
var symbols = await FindChangeSignatureReferencesAsync(
declaredSymbol, context.Solution, cancellationToken).ConfigureAwait(false);
var declaredSymbolParametersCount = GetParameters(declaredSymbol).Length;
var telemetryNumberOfDeclarationsToUpdate = 0;
var telemetryNumberOfReferencesToUpdate = 0;
foreach (var symbol in symbols)
{
var methodSymbol = symbol.Definition as IMethodSymbol;
if (methodSymbol != null &&
(methodSymbol.MethodKind == MethodKind.PropertyGet || methodSymbol.MethodKind == MethodKind.PropertySet))
{
continue;
}
if (symbol.Definition.Kind == SymbolKind.NamedType)
{
continue;
}
if (symbol.Definition.Locations.Any(loc => loc.IsInMetadata))
{
confirmationMessage = FeaturesResources.This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue;
continue;
}
var symbolWithSyntacticParameters = symbol.Definition;
var symbolWithSemanticParameters = symbol.Definition;
var includeDefinitionLocations = true;
if (symbol.Definition.Kind == SymbolKind.Field)
{
includeDefinitionLocations = false;
}
if (symbolWithSyntacticParameters is IEventSymbol eventSymbol)
{
if (eventSymbol.Type is INamedTypeSymbol type && type.DelegateInvokeMethod != null)
{
symbolWithSemanticParameters = type.DelegateInvokeMethod;
}
else
{
continue;
}
}
if (methodSymbol != null)
{
if (methodSymbol.MethodKind == MethodKind.DelegateInvoke)
{
symbolWithSyntacticParameters = methodSymbol.ContainingType;
}
if (methodSymbol.Name == WellKnownMemberNames.DelegateBeginInvokeName &&
methodSymbol.ContainingType != null &&
methodSymbol.ContainingType.IsDelegateType())
{
includeDefinitionLocations = false;
}
// We update delegates which may have different signature.
// It seems it is enough for now to compare delegates by parameter count only.
if (methodSymbol.Parameters.Length != declaredSymbolParametersCount)
{
includeDefinitionLocations = false;
}
}
// Find and annotate all the relevant definitions
if (includeDefinitionLocations)
{
foreach (var def in symbolWithSyntacticParameters.Locations)
{
if (!TryGetNodeWithEditableSignatureOrAttributes(def, currentSolution, out var nodeToUpdate, out var documentId))
{
continue;
}
if (!nodesToUpdate.ContainsKey(documentId))
{
nodesToUpdate.Add(documentId, new List<SyntaxNode>());
}
telemetryNumberOfDeclarationsToUpdate++;
AddUpdatableNodeToDictionaries(nodesToUpdate, documentId, nodeToUpdate, definitionToUse, symbolWithSemanticParameters);
}
}
// Find and annotate all the relevant references
foreach (var location in symbol.Locations)
{
if (location.Location.IsInMetadata)
{
confirmationMessage = FeaturesResources.This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue;
continue;
}
if (!TryGetNodeWithEditableSignatureOrAttributes(location.Location, currentSolution, out var nodeToUpdate2, out var documentId2))
{
continue;
}
if (!nodesToUpdate.ContainsKey(documentId2))
{
nodesToUpdate.Add(documentId2, new List<SyntaxNode>());
}
telemetryNumberOfReferencesToUpdate++;
AddUpdatableNodeToDictionaries(nodesToUpdate, documentId2, nodeToUpdate2, definitionToUse, symbolWithSemanticParameters);
}
}
// Construct all the relevant syntax trees from the base solution
var updatedRoots = new Dictionary<DocumentId, SyntaxNode>();
foreach (var docId in nodesToUpdate.Keys)
{
var doc = currentSolution.GetRequiredDocument(docId);
var updater = doc.Project.LanguageServices.GetRequiredService<AbstractChangeSignatureService>();
var root = await doc.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
if (root is null)
{
throw new NotSupportedException(WorkspacesResources.Document_does_not_support_syntax_trees);
}
var nodes = nodesToUpdate[docId];
var newRoot = root.ReplaceNodes(nodes, (originalNode, potentiallyUpdatedNode) =>
{
return updater.ChangeSignatureAsync(
doc,
definitionToUse[originalNode],
potentiallyUpdatedNode,
originalNode,
UpdateSignatureChangeToIncludeExtraParametersFromTheDeclarationSymbol(definitionToUse[originalNode], options.UpdatedSignature),
cancellationToken).WaitAndGetResult_CanCallOnBackground(cancellationToken);
});
var annotatedNodes = newRoot.GetAnnotatedNodes<SyntaxNode>(syntaxAnnotation: changeSignatureFormattingAnnotation);
var formattedRoot = Formatter.Format(
newRoot,
changeSignatureFormattingAnnotation,
doc.Project.Solution.Workspace,
options: await doc.GetOptionsAsync(cancellationToken).ConfigureAwait(false),
rules: GetFormattingRules(doc),
cancellationToken: CancellationToken.None);
updatedRoots[docId] = formattedRoot;
}
// Update the documents using the updated syntax trees
foreach (var docId in nodesToUpdate.Keys)
{
var updatedDoc = currentSolution.GetRequiredDocument(docId).WithSyntaxRoot(updatedRoots[docId]);
var docWithImports = await ImportAdder.AddImportsFromSymbolAnnotationAsync(updatedDoc, cancellationToken: cancellationToken).ConfigureAwait(false);
var reducedDoc = await Simplifier.ReduceAsync(docWithImports, Simplifier.Annotation, cancellationToken: cancellationToken).ConfigureAwait(false);
var formattedDoc = await Formatter.FormatAsync(reducedDoc, SyntaxAnnotation.ElasticAnnotation, cancellationToken: cancellationToken).ConfigureAwait(false);
currentSolution = currentSolution.WithDocumentSyntaxRoot(docId, (await formattedDoc.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false))!);
}
telemetryTimer.Stop();
ChangeSignatureLogger.LogCommitInformation(telemetryNumberOfDeclarationsToUpdate, telemetryNumberOfReferencesToUpdate, (int)telemetryTimer.ElapsedMilliseconds);
return (currentSolution, confirmationMessage);
}
#nullable disable
private static void AddUpdatableNodeToDictionaries(Dictionary<DocumentId, List<SyntaxNode>> nodesToUpdate, DocumentId documentId, SyntaxNode nodeToUpdate, Dictionary<SyntaxNode, ISymbol> definitionToUse, ISymbol symbolWithSemanticParameters)
{
nodesToUpdate[documentId].Add(nodeToUpdate);
if (definitionToUse.TryGetValue(nodeToUpdate, out var sym) && sym != symbolWithSemanticParameters)
{
Debug.Assert(false, "Change Signature: Attempted to modify node twice with different semantic parameters.");
}
definitionToUse[nodeToUpdate] = symbolWithSemanticParameters;
}
private static bool TryGetNodeWithEditableSignatureOrAttributes(Location location, Solution solution, out SyntaxNode nodeToUpdate, out DocumentId documentId)
{
var tree = location.SourceTree;
documentId = solution.GetDocumentId(tree);
var document = solution.GetDocument(documentId);
var root = tree.GetRoot();
var node = root.FindNode(location.SourceSpan, findInsideTrivia: true, getInnermostNodeForTie: true);
var updater = document.GetLanguageService<AbstractChangeSignatureService>();
nodeToUpdate = updater.FindNodeToUpdate(document, node);
return nodeToUpdate != null;
}
protected ImmutableArray<IUnifiedArgumentSyntax> PermuteArguments(
ISymbol declarationSymbol,
ImmutableArray<IUnifiedArgumentSyntax> arguments,
SignatureChange updatedSignature,
bool isReducedExtensionMethod = false)
{
// 1. Determine which parameters are permutable
var declarationParameters = GetParameters(declarationSymbol);
var declarationParametersToPermute = GetParametersToPermute(arguments, declarationParameters, isReducedExtensionMethod);
var argumentsToPermute = arguments.Take(declarationParametersToPermute.Length).ToList();
// 2. Create an argument to parameter map, and a parameter to index map for the sort.
var argumentToParameterMap = new Dictionary<IUnifiedArgumentSyntax, IParameterSymbol>();
var parameterToIndexMap = new Dictionary<IParameterSymbol, int>();
for (var i = 0; i < declarationParametersToPermute.Length; i++)
{
var decl = declarationParametersToPermute[i];
var arg = argumentsToPermute[i];
argumentToParameterMap[arg] = decl;
var originalIndex = declarationParameters.IndexOf(decl);
var updatedIndex = updatedSignature.GetUpdatedIndex(originalIndex);
// If there's no value, then we may be handling a method with more parameters than the original symbol (like BeginInvoke).
parameterToIndexMap[decl] = updatedIndex ?? -1;
}
// 3. Sort the arguments that need to be reordered
argumentsToPermute.Sort((a1, a2) => { return parameterToIndexMap[argumentToParameterMap[a1]].CompareTo(parameterToIndexMap[argumentToParameterMap[a2]]); });
// 4. Add names to arguments where necessary.
var newArguments = ArrayBuilder<IUnifiedArgumentSyntax>.GetInstance();
var expectedIndex = 0 + (isReducedExtensionMethod ? 1 : 0);
var seenNamedArgument = false;
// Holds the params array argument so it can be
// added at the end.
IUnifiedArgumentSyntax paramsArrayArgument = null;
foreach (var argument in argumentsToPermute)
{
var param = argumentToParameterMap[argument];
var actualIndex = updatedSignature.GetUpdatedIndex(declarationParameters.IndexOf(param));
if (!actualIndex.HasValue)
{
continue;
}
if (!param.IsParams)
{
// If seen a named argument before, add names for subsequent ones.
if ((seenNamedArgument || actualIndex != expectedIndex) && !argument.IsNamed)
{
newArguments.Add(argument.WithName(param.Name).WithAdditionalAnnotations(Formatter.Annotation));
seenNamedArgument = true;
}
else
{
newArguments.Add(argument);
}
}
else
{
paramsArrayArgument = argument;
}
seenNamedArgument |= argument.IsNamed;
expectedIndex++;
}
// 5. Add the params argument with the first value:
if (paramsArrayArgument != null)
{
var param = argumentToParameterMap[paramsArrayArgument];
if (seenNamedArgument && !paramsArrayArgument.IsNamed)
{
newArguments.Add(paramsArrayArgument.WithName(param.Name).WithAdditionalAnnotations(Formatter.Annotation));
seenNamedArgument = true;
}
else
{
newArguments.Add(paramsArrayArgument);
}
}
// 6. Add the remaining arguments. These will already have names or be params arguments, but may have been removed.
var removedParams = updatedSignature.OriginalConfiguration.ParamsParameter != null && updatedSignature.UpdatedConfiguration.ParamsParameter == null;
for (var i = declarationParametersToPermute.Length; i < arguments.Length; i++)
{
if (!arguments[i].IsNamed && removedParams && i >= updatedSignature.UpdatedConfiguration.ToListOfParameters().Length)
{
break;
}
if (!arguments[i].IsNamed || updatedSignature.UpdatedConfiguration.ToListOfParameters().Any(p => p.Name == arguments[i].GetName()))
{
newArguments.Add(arguments[i]);
}
}
return newArguments.ToImmutableAndFree();
}
/// <summary>
/// Sometimes signature changes can cascade from a declaration with m parameters to one with n > m parameters, such as
/// delegate Invoke methods (m) and delegate BeginInvoke methods (n = m + 2). This method adds on those extra parameters
/// to the base <see cref="SignatureChange"/>.
/// </summary>
private SignatureChange UpdateSignatureChangeToIncludeExtraParametersFromTheDeclarationSymbol(ISymbol declarationSymbol, SignatureChange updatedSignature)
{
var realParameters = GetParameters(declarationSymbol);
if (realParameters.Length > updatedSignature.OriginalConfiguration.ToListOfParameters().Length)
{
var originalConfigurationParameters = updatedSignature.OriginalConfiguration.ToListOfParameters();
var updatedConfigurationParameters = updatedSignature.UpdatedConfiguration.ToListOfParameters();
var bonusParameters = realParameters.Skip(originalConfigurationParameters.Length);
var originalConfigurationParametersWithExtraParameters = originalConfigurationParameters.AddRange(bonusParameters.Select(p => new ExistingParameter(p)));
var updatedConfigurationParametersWithExtraParameters = updatedConfigurationParameters.AddRange(bonusParameters.Select(p => new ExistingParameter(p)));
updatedSignature = new SignatureChange(
ParameterConfiguration.Create(originalConfigurationParametersWithExtraParameters, updatedSignature.OriginalConfiguration.ThisParameter != null, selectedIndex: 0),
ParameterConfiguration.Create(updatedConfigurationParametersWithExtraParameters, updatedSignature.OriginalConfiguration.ThisParameter != null, selectedIndex: 0));
}
return updatedSignature;
}
private static ImmutableArray<IParameterSymbol> GetParametersToPermute(
ImmutableArray<IUnifiedArgumentSyntax> arguments,
ImmutableArray<IParameterSymbol> originalParameters,
bool isReducedExtensionMethod)
{
var position = -1 + (isReducedExtensionMethod ? 1 : 0);
var parametersToPermute = ArrayBuilder<IParameterSymbol>.GetInstance();
foreach (var argument in arguments)
{
if (argument.IsNamed)
{
var name = argument.GetName();
// TODO: file bug for var match = originalParameters.FirstOrDefault(p => p.Name == <ISymbol here>);
var match = originalParameters.FirstOrDefault(p => p.Name == name);
if (match == null || originalParameters.IndexOf(match) <= position)
{
break;
}
else
{
position = originalParameters.IndexOf(match);
parametersToPermute.Add(match);
}
}
else
{
position++;
if (position >= originalParameters.Length)
{
break;
}
parametersToPermute.Add(originalParameters[position]);
}
}
return parametersToPermute.ToImmutableAndFree();
}
/// <summary>
/// Given the cursor position, find which parameter is selected.
/// Returns 0 as the default value. Note that the ChangeSignature dialog adjusts the selection for
/// the `this` parameter in extension methods (the selected index won't remain 0).
/// </summary>
protected static int GetParameterIndex<TNode>(SeparatedSyntaxList<TNode> parameters, int position)
where TNode : SyntaxNode
{
if (parameters.Count == 0)
{
return 0;
}
if (position < parameters.Span.Start)
{
return 0;
}
if (position > parameters.Span.End)
{
return 0;
}
for (var i = 0; i < parameters.Count - 1; i++)
{
// `$$,` points to the argument before the separator
// but `,$$` points to the argument following the separator
if (position <= parameters.GetSeparator(i).Span.Start)
{
return i;
}
}
return parameters.Count - 1;
}
protected (ImmutableArray<T> parameters, ImmutableArray<SyntaxToken> separators) UpdateDeclarationBase<T>(
SeparatedSyntaxList<T> list,
SignatureChange updatedSignature,
Func<AddedParameter, T> createNewParameterMethod) where T : SyntaxNode
{
var originalParameters = updatedSignature.OriginalConfiguration.ToListOfParameters();
var reorderedParameters = updatedSignature.UpdatedConfiguration.ToListOfParameters();
var numAddedParameters = 0;
// Iterate through the list of new parameters and combine any
// preexisting parameters with added parameters to construct
// the full updated list.
var newParameters = ImmutableArray.CreateBuilder<T>();
for (var index = 0; index < reorderedParameters.Length; index++)
{
var newParam = reorderedParameters[index];
if (newParam is ExistingParameter existingParameter)
{
var pos = originalParameters.IndexOf(p => p is ExistingParameter ep && ep.Symbol.Equals(existingParameter.Symbol));
var param = list[pos];
if (index < list.Count)
{
param = TransferLeadingWhitespaceTrivia(param, list[index]);
}
else
{
param = param.WithLeadingTrivia();
}
newParameters.Add(param);
}
else
{
// Added parameter
var newParameter = createNewParameterMethod((AddedParameter)newParam);
if (index < list.Count)
{
newParameter = TransferLeadingWhitespaceTrivia(newParameter, list[index]);
}
else
{
newParameter = newParameter.WithLeadingTrivia();
}
newParameters.Add(newParameter);
numAddedParameters++;
}
}
// (a,b,c)
// Adding X parameters, need to add X separators.
var numSeparatorsToSkip = originalParameters.Length - reorderedParameters.Length;
if (originalParameters.Length == 0)
{
// ()
// Adding X parameters, need to add X-1 separators.
numSeparatorsToSkip++;
}
return (newParameters.ToImmutable(), GetSeparators(list, numSeparatorsToSkip));
}
protected ImmutableArray<SyntaxToken> GetSeparators<T>(SeparatedSyntaxList<T> arguments, int numSeparatorsToSkip) where T : SyntaxNode
{
var separators = ImmutableArray.CreateBuilder<SyntaxToken>();
for (var i = 0; i < arguments.SeparatorCount - numSeparatorsToSkip; i++)
{
separators.Add(i < arguments.SeparatorCount
? arguments.GetSeparator(i)
: CommaTokenWithElasticSpace());
}
return separators.ToImmutable();
}
protected virtual async Task<SeparatedSyntaxList<SyntaxNode>> AddNewArgumentsToListAsync(
ISymbol declarationSymbol,
SeparatedSyntaxList<SyntaxNode> newArguments,
SignatureChange signaturePermutation,
bool isReducedExtensionMethod,
bool isParamsArrayExpanded,
bool generateAttributeArguments,
Document document,
int position,
CancellationToken cancellationToken)
{
var fullList = ArrayBuilder<SyntaxNode>.GetInstance();
var separators = ArrayBuilder<SyntaxToken>.GetInstance();
var updatedParameters = signaturePermutation.UpdatedConfiguration.ToListOfParameters();
var indexInListOfPreexistingArguments = 0;
var seenNamedArguments = false;
var seenOmitted = false;
var paramsHandled = false;
for (var i = 0; i < updatedParameters.Length; i++)
{
// Skip this parameter in list of arguments for extension method calls but not for reduced ones.
if (updatedParameters[i] != signaturePermutation.UpdatedConfiguration.ThisParameter
|| !isReducedExtensionMethod)
{
var parameters = GetParameters(declarationSymbol);
if (updatedParameters[i] is AddedParameter addedParameter)
{
// Omitting an argument only works in some languages, depending on whether
// there is a params array. We sometimes need to reinterpret an requested
// omitted parameter as one with a TODO requested.
var forcedCallsiteErrorDueToParamsArray = addedParameter.CallSiteKind == CallSiteKind.Omitted &&
parameters.LastOrDefault()?.IsParams == true &&
!SupportsOptionalAndParamsArrayParametersSimultaneously();
var isCallsiteActuallyOmitted = addedParameter.CallSiteKind == CallSiteKind.Omitted && !forcedCallsiteErrorDueToParamsArray;
var isCallsiteActuallyTODO = addedParameter.CallSiteKind == CallSiteKind.Todo || forcedCallsiteErrorDueToParamsArray;
if (isCallsiteActuallyOmitted)
{
seenOmitted = true;
seenNamedArguments = true;
continue;
}
var expression = await GenerateInferredCallsiteExpressionAsync(
document,
position,
addedParameter,
cancellationToken).ConfigureAwait(false);
if (expression == null)
{
// If we tried to infer the expression but failed, use a TODO instead.
isCallsiteActuallyTODO |= addedParameter.CallSiteKind == CallSiteKind.Inferred;
expression = Generator.ParseExpression(isCallsiteActuallyTODO ? "TODO" : addedParameter.CallSiteValue);
}
// TODO: Need to be able to specify which kind of attribute argument it is to the SyntaxGenerator.
// https://github.com/dotnet/roslyn/issues/43354
var argument = generateAttributeArguments ?
Generator.AttributeArgument(
name: seenNamedArguments || addedParameter.CallSiteKind == CallSiteKind.ValueWithName ? addedParameter.Name : null,
expression: expression) :
Generator.Argument(
name: seenNamedArguments || addedParameter.CallSiteKind == CallSiteKind.ValueWithName ? addedParameter.Name : null,
refKind: RefKind.None,
expression: expression);
fullList.Add(argument);
separators.Add(CommaTokenWithElasticSpace());
}
else
{
if (indexInListOfPreexistingArguments == parameters.Length - 1 &&
parameters[indexInListOfPreexistingArguments].IsParams)
{
// Handling params array
if (seenOmitted)
{
// Need to ensure the params array is an actual array, and that the argument is named.
if (isParamsArrayExpanded)
{
var newArgument = CreateExplicitParamsArrayFromIndividualArguments(newArguments, indexInListOfPreexistingArguments, parameters[indexInListOfPreexistingArguments]);
newArgument = AddNameToArgument(newArgument, parameters[indexInListOfPreexistingArguments].Name);
fullList.Add(newArgument);
}
else if (indexInListOfPreexistingArguments < newArguments.Count)
{
var newArgument = newArguments[indexInListOfPreexistingArguments];
newArgument = AddNameToArgument(newArgument, parameters[indexInListOfPreexistingArguments].Name);
fullList.Add(newArgument);
}
paramsHandled = true;
}
else
{
// Normal case. Handled later.
}
}
else if (indexInListOfPreexistingArguments < newArguments.Count)
{
if (SyntaxFacts.IsNamedArgument(newArguments[indexInListOfPreexistingArguments]))
{
seenNamedArguments = true;
}
if (indexInListOfPreexistingArguments < newArguments.SeparatorCount)
{
separators.Add(newArguments.GetSeparator(indexInListOfPreexistingArguments));
}
var newArgument = newArguments[indexInListOfPreexistingArguments];
if (seenNamedArguments && !SyntaxFacts.IsNamedArgument(newArgument))
{
newArgument = AddNameToArgument(newArgument, parameters[indexInListOfPreexistingArguments].Name);
}
fullList.Add(newArgument);
indexInListOfPreexistingArguments++;
}
}
}
}
if (!paramsHandled)
{
// Add the rest of existing parameters, e.g. from the params argument.
while (indexInListOfPreexistingArguments < newArguments.Count)
{
if (indexInListOfPreexistingArguments < newArguments.SeparatorCount)
{
separators.Add(newArguments.GetSeparator(indexInListOfPreexistingArguments));
}
fullList.Add(newArguments[indexInListOfPreexistingArguments++]);
}
}
if (fullList.Count == separators.Count && separators.Count != 0)
{
separators.Remove(separators.Last());
}
return Generator.SeparatedList(fullList.ToImmutableAndFree(), separators.ToImmutableAndFree());
}
private async Task<SyntaxNode> GenerateInferredCallsiteExpressionAsync(
Document document,
int position,
AddedParameter addedParameter,
CancellationToken cancellationToken)
{
if (addedParameter.CallSiteKind != CallSiteKind.Inferred || !addedParameter.TypeBinds)
{
return null;
}
var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var recommendations = await Recommender.GetRecommendedSymbolsAtPositionAsync(semanticModel, position, document.Project.Solution.Workspace, options: null, cancellationToken).ConfigureAwait(false);
var sourceSymbols = recommendations.Where(r => r.IsNonImplicitAndFromSource());
// For locals, prefer the one with the closest declaration. Because we used the Recommender,
// we do not have to worry about filtering out inaccessible locals.
// TODO: Support range variables here as well: https://github.com/dotnet/roslyn/issues/44689
var orderedLocalAndParameterSymbols = sourceSymbols
.Where(s => s.IsKind(SymbolKind.Local) || s.IsKind(SymbolKind.Parameter))
.OrderByDescending(s => s.Locations.First().SourceSpan.Start);
// No particular ordering preference for properties/fields.
var orderedPropertiesAndFields = sourceSymbols
.Where(s => s.IsKind(SymbolKind.Property) || s.IsKind(SymbolKind.Field));
var fullyOrderedSymbols = orderedLocalAndParameterSymbols.Concat(orderedPropertiesAndFields);
foreach (var symbol in fullyOrderedSymbols)
{
var symbolType = symbol.GetSymbolType();
if (symbolType == null)
{
continue;
}
if (semanticModel.Compilation.ClassifyCommonConversion(symbolType, addedParameter.Type).IsImplicit)
{
return Generator.IdentifierName(symbol.Name);
}
}
return null;
}
protected ImmutableArray<SyntaxTrivia> GetPermutedDocCommentTrivia(Document document, SyntaxNode node, ImmutableArray<SyntaxNode> permutedParamNodes)
{
var updatedLeadingTrivia = ImmutableArray.CreateBuilder<SyntaxTrivia>();
var index = 0;
SyntaxTrivia lastWhiteSpaceTrivia = default;
var syntaxFacts = document.GetRequiredLanguageService<ISyntaxFactsService>();
foreach (var trivia in node.GetLeadingTrivia())
{
if (!trivia.HasStructure)
{
if (syntaxFacts.IsWhitespaceTrivia(trivia))
{
lastWhiteSpaceTrivia = trivia;
}
updatedLeadingTrivia.Add(trivia);
continue;
}
var structuredTrivia = trivia.GetStructure();
if (!syntaxFacts.IsDocumentationComment(structuredTrivia))
{
updatedLeadingTrivia.Add(trivia);
continue;
}
var updatedNodeList = ArrayBuilder<SyntaxNode>.GetInstance();
var structuredContent = syntaxFacts.GetContentFromDocumentationCommentTriviaSyntax(trivia);
for (var i = 0; i < structuredContent.Count; i++)
{
var content = structuredContent[i];
if (!syntaxFacts.IsParameterNameXmlElementSyntax(content))
{
updatedNodeList.Add(content);
continue;
}
// Found a param tag, so insert the next one from the reordered list
if (index < permutedParamNodes.Length)
{
updatedNodeList.Add(permutedParamNodes[index].WithLeadingTrivia(content.GetLeadingTrivia()).WithTrailingTrivia(content.GetTrailingTrivia()));
index++;
}
else
{
// Inspecting a param element that we are deleting but not replacing.
}
}
var newDocComments = Generator.DocumentationCommentTriviaWithUpdatedContent(trivia, updatedNodeList.ToImmutableAndFree());
newDocComments = newDocComments.WithLeadingTrivia(structuredTrivia.GetLeadingTrivia()).WithTrailingTrivia(structuredTrivia.GetTrailingTrivia());
var newTrivia = Generator.Trivia(newDocComments);
updatedLeadingTrivia.Add(newTrivia);
}
var extraNodeList = ArrayBuilder<SyntaxNode>.GetInstance();
while (index < permutedParamNodes.Length)
{
extraNodeList.Add(permutedParamNodes[index]);
index++;
}
if (extraNodeList.Any())
{
var extraDocComments = Generator.DocumentationCommentTrivia(
extraNodeList,
node.GetTrailingTrivia(),
lastWhiteSpaceTrivia,
document.Project.Solution.Options.GetOption(FormattingOptions.NewLine, document.Project.Language));
var newTrivia = Generator.Trivia(extraDocComments);
updatedLeadingTrivia.Add(newTrivia);
}
extraNodeList.Free();
return updatedLeadingTrivia.ToImmutable();
}
protected static bool IsParamsArrayExpandedHelper(ISymbol symbol, int argumentCount, bool lastArgumentIsNamed, SemanticModel semanticModel, SyntaxNode lastArgumentExpression, CancellationToken cancellationToken)
{
if (symbol is IMethodSymbol methodSymbol && methodSymbol.Parameters.LastOrDefault()?.IsParams == true)
{
if (argumentCount > methodSymbol.Parameters.Length)
{
return true;
}
if (argumentCount == methodSymbol.Parameters.Length)
{
if (lastArgumentIsNamed)
{
// If the last argument is named, then it cannot be part of an expanded params array.
return false;
}
else
{
var fromType = semanticModel.GetTypeInfo(lastArgumentExpression, cancellationToken);
var toType = methodSymbol.Parameters.Last().Type;
return !semanticModel.Compilation.HasImplicitConversion(fromType.Type, toType);
}
}
}
return false;
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Editing;
using Microsoft.CodeAnalysis.FindSymbols;
using Microsoft.CodeAnalysis.FindSymbols.Finders;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.CodeAnalysis.Formatting.Rules;
using Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.Internal.Log;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Recommendations;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Simplification;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.ChangeSignature
{
internal abstract class AbstractChangeSignatureService : ILanguageService
{
protected SyntaxAnnotation changeSignatureFormattingAnnotation = new("ChangeSignatureFormatting");
/// <summary>
/// Determines the symbol on which we are invoking ReorderParameters
/// </summary>
public abstract Task<(ISymbol? symbol, int selectedIndex)> GetInvocationSymbolAsync(Document document, int position, bool restrictToDeclarations, CancellationToken cancellationToken);
/// <summary>
/// Given a SyntaxNode for which we want to reorder parameters/arguments, find the
/// SyntaxNode of a kind where we know how to reorder parameters/arguments.
/// </summary>
public abstract SyntaxNode? FindNodeToUpdate(Document document, SyntaxNode node);
public abstract Task<ImmutableArray<ISymbol>> DetermineCascadedSymbolsFromDelegateInvokeAsync(
IMethodSymbol symbol, Document document, CancellationToken cancellationToken);
public abstract Task<SyntaxNode> ChangeSignatureAsync(
Document document,
ISymbol declarationSymbol,
SyntaxNode potentiallyUpdatedNode,
SyntaxNode originalNode,
SignatureChange signaturePermutation,
CancellationToken cancellationToken);
protected abstract IEnumerable<AbstractFormattingRule> GetFormattingRules(Document document);
protected abstract T TransferLeadingWhitespaceTrivia<T>(T newArgument, SyntaxNode oldArgument) where T : SyntaxNode;
protected abstract SyntaxToken CommaTokenWithElasticSpace();
/// <summary>
/// For some Foo(int x, params int[] p), this helps convert the "1, 2, 3" in Foo(0, 1, 2, 3)
/// to "new int[] { 1, 2, 3 }" in Foo(0, new int[] { 1, 2, 3 });
/// </summary>
protected abstract SyntaxNode CreateExplicitParamsArrayFromIndividualArguments(SeparatedSyntaxList<SyntaxNode> newArguments, int startingIndex, IParameterSymbol parameterSymbol);
protected abstract SyntaxNode AddNameToArgument(SyntaxNode argument, string name);
/// <summary>
/// Only some languages support:
/// - Optional parameters and params arrays simultaneously in declarations
/// - Passing the params array as a named argument
/// </summary>
protected abstract bool SupportsOptionalAndParamsArrayParametersSimultaneously();
protected abstract bool TryGetRecordPrimaryConstructor(INamedTypeSymbol typeSymbol, [NotNullWhen(true)] out IMethodSymbol? primaryConstructor);
/// <summary>
/// A temporarily hack that should be removed once/if https://github.com/dotnet/roslyn/issues/53092 is fixed.
/// </summary>
protected abstract ImmutableArray<IParameterSymbol> GetParameters(ISymbol declarationSymbol);
protected abstract SyntaxGenerator Generator { get; }
protected abstract ISyntaxFacts SyntaxFacts { get; }
public async Task<ImmutableArray<ChangeSignatureCodeAction>> GetChangeSignatureCodeActionAsync(Document document, TextSpan span, CancellationToken cancellationToken)
{
var context = await GetChangeSignatureContextAsync(document, span.Start, restrictToDeclarations: true, cancellationToken: cancellationToken).ConfigureAwait(false);
return context is ChangeSignatureAnalysisSucceededContext changeSignatureAnalyzedSucceedContext
? ImmutableArray.Create(new ChangeSignatureCodeAction(this, changeSignatureAnalyzedSucceedContext))
: ImmutableArray<ChangeSignatureCodeAction>.Empty;
}
internal async Task<ChangeSignatureAnalyzedContext> GetChangeSignatureContextAsync(
Document document, int position, bool restrictToDeclarations, CancellationToken cancellationToken)
{
var (symbol, selectedIndex) = await GetInvocationSymbolAsync(
document, position, restrictToDeclarations, cancellationToken).ConfigureAwait(false);
// Cross-language symbols will show as metadata, so map it to source if possible.
symbol = await SymbolFinder.FindSourceDefinitionAsync(symbol, document.Project.Solution, cancellationToken).ConfigureAwait(false) ?? symbol;
if (symbol == null)
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.IncorrectKind);
}
if (symbol is IMethodSymbol method)
{
var containingType = method.ContainingType;
if (method.Name == WellKnownMemberNames.DelegateBeginInvokeName &&
containingType != null &&
containingType.IsDelegateType() &&
containingType.DelegateInvokeMethod != null)
{
symbol = containingType.DelegateInvokeMethod;
}
}
if (symbol is IEventSymbol ev)
{
symbol = ev.Type;
}
if (symbol is INamedTypeSymbol typeSymbol)
{
if (typeSymbol.IsDelegateType() && typeSymbol.DelegateInvokeMethod != null)
{
symbol = typeSymbol.DelegateInvokeMethod;
}
else if (TryGetRecordPrimaryConstructor(typeSymbol, out var primaryConstructor))
{
symbol = primaryConstructor;
}
}
if (!symbol.MatchesKind(SymbolKind.Method, SymbolKind.Property))
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.IncorrectKind);
}
if (symbol.Locations.Any(loc => loc.IsInMetadata))
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.DefinedInMetadata);
}
// This should be called after the metadata check above to avoid looking for nodes in metadata.
var declarationLocation = symbol.Locations.FirstOrDefault();
if (declarationLocation == null)
{
return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.DefinedInMetadata);
}
var solution = document.Project.Solution;
var declarationDocument = solution.GetRequiredDocument(declarationLocation.SourceTree!);
var declarationChangeSignatureService = declarationDocument.GetRequiredLanguageService<AbstractChangeSignatureService>();
int positionForTypeBinding;
var reference = symbol.DeclaringSyntaxReferences.FirstOrDefault();
if (reference != null)
{
var syntax = await reference.GetSyntaxAsync(cancellationToken).ConfigureAwait(false);
positionForTypeBinding = syntax.SpanStart;
}
else
{
// There may be no declaring syntax reference, for example delegate Invoke methods.
// The user may need to fully-qualify type names, including the type(s) defined in
// this document.
positionForTypeBinding = 0;
}
var parameterConfiguration = ParameterConfiguration.Create(
GetParameters(symbol).Select(p => new ExistingParameter(p)).ToImmutableArray<Parameter>(),
symbol.IsExtensionMethod(), selectedIndex);
return new ChangeSignatureAnalysisSucceededContext(
declarationDocument, positionForTypeBinding, symbol, parameterConfiguration);
}
internal async Task<ChangeSignatureResult> ChangeSignatureWithContextAsync(ChangeSignatureAnalyzedContext context, ChangeSignatureOptionsResult? options, CancellationToken cancellationToken)
{
return context switch
{
ChangeSignatureAnalysisSucceededContext changeSignatureAnalyzedSucceedContext => await GetChangeSignatureResultAsync(changeSignatureAnalyzedSucceedContext, options, cancellationToken).ConfigureAwait(false),
CannotChangeSignatureAnalyzedContext cannotChangeSignatureAnalyzedContext => new ChangeSignatureResult(succeeded: false, changeSignatureFailureKind: cannotChangeSignatureAnalyzedContext.CannotChangeSignatureReason),
_ => throw ExceptionUtilities.Unreachable,
};
async Task<ChangeSignatureResult> GetChangeSignatureResultAsync(ChangeSignatureAnalysisSucceededContext context, ChangeSignatureOptionsResult? options, CancellationToken cancellationToken)
{
if (options == null)
{
return new ChangeSignatureResult(succeeded: false);
}
var (updatedSolution, confirmationMessage) = await CreateUpdatedSolutionAsync(context, options, cancellationToken).ConfigureAwait(false);
return new ChangeSignatureResult(updatedSolution != null, updatedSolution, context.Symbol.ToDisplayString(), context.Symbol.GetGlyph(), options.PreviewChanges, confirmationMessage: confirmationMessage);
}
}
/// <returns>Returns <c>null</c> if the operation is cancelled.</returns>
internal static ChangeSignatureOptionsResult? GetChangeSignatureOptions(ChangeSignatureAnalyzedContext context)
{
if (context is not ChangeSignatureAnalysisSucceededContext succeededContext)
{
return null;
}
var changeSignatureOptionsService = succeededContext.Solution.Workspace.Services.GetRequiredService<IChangeSignatureOptionsService>();
return changeSignatureOptionsService.GetChangeSignatureOptions(
succeededContext.Document, succeededContext.PositionForTypeBinding, succeededContext.Symbol, succeededContext.ParameterConfiguration);
}
private static async Task<ImmutableArray<ReferencedSymbol>> FindChangeSignatureReferencesAsync(
ISymbol symbol,
Solution solution,
CancellationToken cancellationToken)
{
using (Logger.LogBlock(FunctionId.FindReference_ChangeSignature, cancellationToken))
{
var streamingProgress = new StreamingProgressCollector();
var engine = new FindReferencesSearchEngine(
solution,
documents: null,
ReferenceFinders.DefaultReferenceFinders.Add(DelegateInvokeMethodReferenceFinder.DelegateInvokeMethod),
streamingProgress,
FindReferencesSearchOptions.Default);
await engine.FindReferencesAsync(symbol, cancellationToken).ConfigureAwait(false);
return streamingProgress.GetReferencedSymbols();
}
}
#nullable enable
private async Task<(Solution updatedSolution, string? confirmationMessage)> CreateUpdatedSolutionAsync(
ChangeSignatureAnalysisSucceededContext context, ChangeSignatureOptionsResult options, CancellationToken cancellationToken)
{
var telemetryTimer = Stopwatch.StartNew();
var currentSolution = context.Solution;
var declaredSymbol = context.Symbol;
var nodesToUpdate = new Dictionary<DocumentId, List<SyntaxNode>>();
var definitionToUse = new Dictionary<SyntaxNode, ISymbol>();
string? confirmationMessage = null;
var symbols = await FindChangeSignatureReferencesAsync(
declaredSymbol, context.Solution, cancellationToken).ConfigureAwait(false);
var declaredSymbolParametersCount = GetParameters(declaredSymbol).Length;
var telemetryNumberOfDeclarationsToUpdate = 0;
var telemetryNumberOfReferencesToUpdate = 0;
foreach (var symbol in symbols)
{
var methodSymbol = symbol.Definition as IMethodSymbol;
if (methodSymbol != null &&
(methodSymbol.MethodKind == MethodKind.PropertyGet || methodSymbol.MethodKind == MethodKind.PropertySet))
{
continue;
}
if (symbol.Definition.Kind == SymbolKind.NamedType)
{
continue;
}
if (symbol.Definition.Locations.Any(loc => loc.IsInMetadata))
{
confirmationMessage = FeaturesResources.This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue;
continue;
}
var symbolWithSyntacticParameters = symbol.Definition;
var symbolWithSemanticParameters = symbol.Definition;
var includeDefinitionLocations = true;
if (symbol.Definition.Kind == SymbolKind.Field)
{
includeDefinitionLocations = false;
}
if (symbolWithSyntacticParameters is IEventSymbol eventSymbol)
{
if (eventSymbol.Type is INamedTypeSymbol type && type.DelegateInvokeMethod != null)
{
symbolWithSemanticParameters = type.DelegateInvokeMethod;
}
else
{
continue;
}
}
if (methodSymbol != null)
{
if (methodSymbol.MethodKind == MethodKind.DelegateInvoke)
{
symbolWithSyntacticParameters = methodSymbol.ContainingType;
}
if (methodSymbol.Name == WellKnownMemberNames.DelegateBeginInvokeName &&
methodSymbol.ContainingType != null &&
methodSymbol.ContainingType.IsDelegateType())
{
includeDefinitionLocations = false;
}
// We update delegates which may have different signature.
// It seems it is enough for now to compare delegates by parameter count only.
if (methodSymbol.Parameters.Length != declaredSymbolParametersCount)
{
includeDefinitionLocations = false;
}
}
// Find and annotate all the relevant definitions
if (includeDefinitionLocations)
{
foreach (var def in symbolWithSyntacticParameters.Locations)
{
if (!TryGetNodeWithEditableSignatureOrAttributes(def, currentSolution, out var nodeToUpdate, out var documentId))
{
continue;
}
if (!nodesToUpdate.ContainsKey(documentId))
{
nodesToUpdate.Add(documentId, new List<SyntaxNode>());
}
telemetryNumberOfDeclarationsToUpdate++;
AddUpdatableNodeToDictionaries(nodesToUpdate, documentId, nodeToUpdate, definitionToUse, symbolWithSemanticParameters);
}
}
// Find and annotate all the relevant references
foreach (var location in symbol.Locations)
{
if (location.Location.IsInMetadata)
{
confirmationMessage = FeaturesResources.This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue;
continue;
}
if (!TryGetNodeWithEditableSignatureOrAttributes(location.Location, currentSolution, out var nodeToUpdate2, out var documentId2))
{
continue;
}
if (!nodesToUpdate.ContainsKey(documentId2))
{
nodesToUpdate.Add(documentId2, new List<SyntaxNode>());
}
telemetryNumberOfReferencesToUpdate++;
AddUpdatableNodeToDictionaries(nodesToUpdate, documentId2, nodeToUpdate2, definitionToUse, symbolWithSemanticParameters);
}
}
// Construct all the relevant syntax trees from the base solution
var updatedRoots = new Dictionary<DocumentId, SyntaxNode>();
foreach (var docId in nodesToUpdate.Keys)
{
var doc = currentSolution.GetRequiredDocument(docId);
var updater = doc.Project.LanguageServices.GetRequiredService<AbstractChangeSignatureService>();
var root = await doc.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
if (root is null)
{
throw new NotSupportedException(WorkspacesResources.Document_does_not_support_syntax_trees);
}
var nodes = nodesToUpdate[docId];
var newRoot = root.ReplaceNodes(nodes, (originalNode, potentiallyUpdatedNode) =>
{
return updater.ChangeSignatureAsync(
doc,
definitionToUse[originalNode],
potentiallyUpdatedNode,
originalNode,
UpdateSignatureChangeToIncludeExtraParametersFromTheDeclarationSymbol(definitionToUse[originalNode], options.UpdatedSignature),
cancellationToken).WaitAndGetResult_CanCallOnBackground(cancellationToken);
});
var annotatedNodes = newRoot.GetAnnotatedNodes<SyntaxNode>(syntaxAnnotation: changeSignatureFormattingAnnotation);
var formattedRoot = Formatter.Format(
newRoot,
changeSignatureFormattingAnnotation,
doc.Project.Solution.Workspace,
options: await doc.GetOptionsAsync(cancellationToken).ConfigureAwait(false),
rules: GetFormattingRules(doc),
cancellationToken: CancellationToken.None);
updatedRoots[docId] = formattedRoot;
}
// Update the documents using the updated syntax trees
foreach (var docId in nodesToUpdate.Keys)
{
var updatedDoc = currentSolution.GetRequiredDocument(docId).WithSyntaxRoot(updatedRoots[docId]);
var docWithImports = await ImportAdder.AddImportsFromSymbolAnnotationAsync(updatedDoc, cancellationToken: cancellationToken).ConfigureAwait(false);
var reducedDoc = await Simplifier.ReduceAsync(docWithImports, Simplifier.Annotation, cancellationToken: cancellationToken).ConfigureAwait(false);
var formattedDoc = await Formatter.FormatAsync(reducedDoc, SyntaxAnnotation.ElasticAnnotation, cancellationToken: cancellationToken).ConfigureAwait(false);
currentSolution = currentSolution.WithDocumentSyntaxRoot(docId, (await formattedDoc.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false))!);
}
telemetryTimer.Stop();
ChangeSignatureLogger.LogCommitInformation(telemetryNumberOfDeclarationsToUpdate, telemetryNumberOfReferencesToUpdate, (int)telemetryTimer.ElapsedMilliseconds);
return (currentSolution, confirmationMessage);
}
#nullable disable
private static void AddUpdatableNodeToDictionaries(Dictionary<DocumentId, List<SyntaxNode>> nodesToUpdate, DocumentId documentId, SyntaxNode nodeToUpdate, Dictionary<SyntaxNode, ISymbol> definitionToUse, ISymbol symbolWithSemanticParameters)
{
nodesToUpdate[documentId].Add(nodeToUpdate);
if (definitionToUse.TryGetValue(nodeToUpdate, out var sym) && sym != symbolWithSemanticParameters)
{
Debug.Assert(false, "Change Signature: Attempted to modify node twice with different semantic parameters.");
}
definitionToUse[nodeToUpdate] = symbolWithSemanticParameters;
}
private static bool TryGetNodeWithEditableSignatureOrAttributes(Location location, Solution solution, out SyntaxNode nodeToUpdate, out DocumentId documentId)
{
var tree = location.SourceTree;
documentId = solution.GetDocumentId(tree);
var document = solution.GetDocument(documentId);
var root = tree.GetRoot();
var node = root.FindNode(location.SourceSpan, findInsideTrivia: true, getInnermostNodeForTie: true);
var updater = document.GetLanguageService<AbstractChangeSignatureService>();
nodeToUpdate = updater.FindNodeToUpdate(document, node);
return nodeToUpdate != null;
}
protected ImmutableArray<IUnifiedArgumentSyntax> PermuteArguments(
ISymbol declarationSymbol,
ImmutableArray<IUnifiedArgumentSyntax> arguments,
SignatureChange updatedSignature,
bool isReducedExtensionMethod = false)
{
// 1. Determine which parameters are permutable
var declarationParameters = GetParameters(declarationSymbol);
var declarationParametersToPermute = GetParametersToPermute(arguments, declarationParameters, isReducedExtensionMethod);
var argumentsToPermute = arguments.Take(declarationParametersToPermute.Length).ToList();
// 2. Create an argument to parameter map, and a parameter to index map for the sort.
var argumentToParameterMap = new Dictionary<IUnifiedArgumentSyntax, IParameterSymbol>();
var parameterToIndexMap = new Dictionary<IParameterSymbol, int>();
for (var i = 0; i < declarationParametersToPermute.Length; i++)
{
var decl = declarationParametersToPermute[i];
var arg = argumentsToPermute[i];
argumentToParameterMap[arg] = decl;
var originalIndex = declarationParameters.IndexOf(decl);
var updatedIndex = updatedSignature.GetUpdatedIndex(originalIndex);
// If there's no value, then we may be handling a method with more parameters than the original symbol (like BeginInvoke).
parameterToIndexMap[decl] = updatedIndex ?? -1;
}
// 3. Sort the arguments that need to be reordered
argumentsToPermute.Sort((a1, a2) => { return parameterToIndexMap[argumentToParameterMap[a1]].CompareTo(parameterToIndexMap[argumentToParameterMap[a2]]); });
// 4. Add names to arguments where necessary.
var newArguments = ArrayBuilder<IUnifiedArgumentSyntax>.GetInstance();
var expectedIndex = 0 + (isReducedExtensionMethod ? 1 : 0);
var seenNamedArgument = false;
// Holds the params array argument so it can be
// added at the end.
IUnifiedArgumentSyntax paramsArrayArgument = null;
foreach (var argument in argumentsToPermute)
{
var param = argumentToParameterMap[argument];
var actualIndex = updatedSignature.GetUpdatedIndex(declarationParameters.IndexOf(param));
if (!actualIndex.HasValue)
{
continue;
}
if (!param.IsParams)
{
// If seen a named argument before, add names for subsequent ones.
if ((seenNamedArgument || actualIndex != expectedIndex) && !argument.IsNamed)
{
newArguments.Add(argument.WithName(param.Name).WithAdditionalAnnotations(Formatter.Annotation));
seenNamedArgument = true;
}
else
{
newArguments.Add(argument);
}
}
else
{
paramsArrayArgument = argument;
}
seenNamedArgument |= argument.IsNamed;
expectedIndex++;
}
// 5. Add the params argument with the first value:
if (paramsArrayArgument != null)
{
var param = argumentToParameterMap[paramsArrayArgument];
if (seenNamedArgument && !paramsArrayArgument.IsNamed)
{
newArguments.Add(paramsArrayArgument.WithName(param.Name).WithAdditionalAnnotations(Formatter.Annotation));
seenNamedArgument = true;
}
else
{
newArguments.Add(paramsArrayArgument);
}
}
// 6. Add the remaining arguments. These will already have names or be params arguments, but may have been removed.
var removedParams = updatedSignature.OriginalConfiguration.ParamsParameter != null && updatedSignature.UpdatedConfiguration.ParamsParameter == null;
for (var i = declarationParametersToPermute.Length; i < arguments.Length; i++)
{
if (!arguments[i].IsNamed && removedParams && i >= updatedSignature.UpdatedConfiguration.ToListOfParameters().Length)
{
break;
}
if (!arguments[i].IsNamed || updatedSignature.UpdatedConfiguration.ToListOfParameters().Any(p => p.Name == arguments[i].GetName()))
{
newArguments.Add(arguments[i]);
}
}
return newArguments.ToImmutableAndFree();
}
/// <summary>
/// Sometimes signature changes can cascade from a declaration with m parameters to one with n > m parameters, such as
/// delegate Invoke methods (m) and delegate BeginInvoke methods (n = m + 2). This method adds on those extra parameters
/// to the base <see cref="SignatureChange"/>.
/// </summary>
private SignatureChange UpdateSignatureChangeToIncludeExtraParametersFromTheDeclarationSymbol(ISymbol declarationSymbol, SignatureChange updatedSignature)
{
var realParameters = GetParameters(declarationSymbol);
if (realParameters.Length > updatedSignature.OriginalConfiguration.ToListOfParameters().Length)
{
var originalConfigurationParameters = updatedSignature.OriginalConfiguration.ToListOfParameters();
var updatedConfigurationParameters = updatedSignature.UpdatedConfiguration.ToListOfParameters();
var bonusParameters = realParameters.Skip(originalConfigurationParameters.Length);
var originalConfigurationParametersWithExtraParameters = originalConfigurationParameters.AddRange(bonusParameters.Select(p => new ExistingParameter(p)));
var updatedConfigurationParametersWithExtraParameters = updatedConfigurationParameters.AddRange(bonusParameters.Select(p => new ExistingParameter(p)));
updatedSignature = new SignatureChange(
ParameterConfiguration.Create(originalConfigurationParametersWithExtraParameters, updatedSignature.OriginalConfiguration.ThisParameter != null, selectedIndex: 0),
ParameterConfiguration.Create(updatedConfigurationParametersWithExtraParameters, updatedSignature.OriginalConfiguration.ThisParameter != null, selectedIndex: 0));
}
return updatedSignature;
}
private static ImmutableArray<IParameterSymbol> GetParametersToPermute(
ImmutableArray<IUnifiedArgumentSyntax> arguments,
ImmutableArray<IParameterSymbol> originalParameters,
bool isReducedExtensionMethod)
{
var position = -1 + (isReducedExtensionMethod ? 1 : 0);
var parametersToPermute = ArrayBuilder<IParameterSymbol>.GetInstance();
foreach (var argument in arguments)
{
if (argument.IsNamed)
{
var name = argument.GetName();
// TODO: file bug for var match = originalParameters.FirstOrDefault(p => p.Name == <ISymbol here>);
var match = originalParameters.FirstOrDefault(p => p.Name == name);
if (match == null || originalParameters.IndexOf(match) <= position)
{
break;
}
else
{
position = originalParameters.IndexOf(match);
parametersToPermute.Add(match);
}
}
else
{
position++;
if (position >= originalParameters.Length)
{
break;
}
parametersToPermute.Add(originalParameters[position]);
}
}
return parametersToPermute.ToImmutableAndFree();
}
/// <summary>
/// Given the cursor position, find which parameter is selected.
/// Returns 0 as the default value. Note that the ChangeSignature dialog adjusts the selection for
/// the `this` parameter in extension methods (the selected index won't remain 0).
/// </summary>
protected static int GetParameterIndex<TNode>(SeparatedSyntaxList<TNode> parameters, int position)
where TNode : SyntaxNode
{
if (parameters.Count == 0)
{
return 0;
}
if (position < parameters.Span.Start)
{
return 0;
}
if (position > parameters.Span.End)
{
return 0;
}
for (var i = 0; i < parameters.Count - 1; i++)
{
// `$$,` points to the argument before the separator
// but `,$$` points to the argument following the separator
if (position <= parameters.GetSeparator(i).Span.Start)
{
return i;
}
}
return parameters.Count - 1;
}
protected (ImmutableArray<T> parameters, ImmutableArray<SyntaxToken> separators) UpdateDeclarationBase<T>(
SeparatedSyntaxList<T> list,
SignatureChange updatedSignature,
Func<AddedParameter, T> createNewParameterMethod) where T : SyntaxNode
{
var originalParameters = updatedSignature.OriginalConfiguration.ToListOfParameters();
var reorderedParameters = updatedSignature.UpdatedConfiguration.ToListOfParameters();
var numAddedParameters = 0;
// Iterate through the list of new parameters and combine any
// preexisting parameters with added parameters to construct
// the full updated list.
var newParameters = ImmutableArray.CreateBuilder<T>();
for (var index = 0; index < reorderedParameters.Length; index++)
{
var newParam = reorderedParameters[index];
if (newParam is ExistingParameter existingParameter)
{
var pos = originalParameters.IndexOf(p => p is ExistingParameter ep && ep.Symbol.Equals(existingParameter.Symbol));
var param = list[pos];
if (index < list.Count)
{
param = TransferLeadingWhitespaceTrivia(param, list[index]);
}
else
{
param = param.WithLeadingTrivia();
}
newParameters.Add(param);
}
else
{
// Added parameter
var newParameter = createNewParameterMethod((AddedParameter)newParam);
if (index < list.Count)
{
newParameter = TransferLeadingWhitespaceTrivia(newParameter, list[index]);
}
else
{
newParameter = newParameter.WithLeadingTrivia();
}
newParameters.Add(newParameter);
numAddedParameters++;
}
}
// (a,b,c)
// Adding X parameters, need to add X separators.
var numSeparatorsToSkip = originalParameters.Length - reorderedParameters.Length;
if (originalParameters.Length == 0)
{
// ()
// Adding X parameters, need to add X-1 separators.
numSeparatorsToSkip++;
}
return (newParameters.ToImmutable(), GetSeparators(list, numSeparatorsToSkip));
}
protected ImmutableArray<SyntaxToken> GetSeparators<T>(SeparatedSyntaxList<T> arguments, int numSeparatorsToSkip) where T : SyntaxNode
{
var separators = ImmutableArray.CreateBuilder<SyntaxToken>();
for (var i = 0; i < arguments.SeparatorCount - numSeparatorsToSkip; i++)
{
separators.Add(i < arguments.SeparatorCount
? arguments.GetSeparator(i)
: CommaTokenWithElasticSpace());
}
return separators.ToImmutable();
}
protected virtual async Task<SeparatedSyntaxList<SyntaxNode>> AddNewArgumentsToListAsync(
ISymbol declarationSymbol,
SeparatedSyntaxList<SyntaxNode> newArguments,
SignatureChange signaturePermutation,
bool isReducedExtensionMethod,
bool isParamsArrayExpanded,
bool generateAttributeArguments,
Document document,
int position,
CancellationToken cancellationToken)
{
var fullList = ArrayBuilder<SyntaxNode>.GetInstance();
var separators = ArrayBuilder<SyntaxToken>.GetInstance();
var updatedParameters = signaturePermutation.UpdatedConfiguration.ToListOfParameters();
var indexInListOfPreexistingArguments = 0;
var seenNamedArguments = false;
var seenOmitted = false;
var paramsHandled = false;
for (var i = 0; i < updatedParameters.Length; i++)
{
// Skip this parameter in list of arguments for extension method calls but not for reduced ones.
if (updatedParameters[i] != signaturePermutation.UpdatedConfiguration.ThisParameter
|| !isReducedExtensionMethod)
{
var parameters = GetParameters(declarationSymbol);
if (updatedParameters[i] is AddedParameter addedParameter)
{
// Omitting an argument only works in some languages, depending on whether
// there is a params array. We sometimes need to reinterpret an requested
// omitted parameter as one with a TODO requested.
var forcedCallsiteErrorDueToParamsArray = addedParameter.CallSiteKind == CallSiteKind.Omitted &&
parameters.LastOrDefault()?.IsParams == true &&
!SupportsOptionalAndParamsArrayParametersSimultaneously();
var isCallsiteActuallyOmitted = addedParameter.CallSiteKind == CallSiteKind.Omitted && !forcedCallsiteErrorDueToParamsArray;
var isCallsiteActuallyTODO = addedParameter.CallSiteKind == CallSiteKind.Todo || forcedCallsiteErrorDueToParamsArray;
if (isCallsiteActuallyOmitted)
{
seenOmitted = true;
seenNamedArguments = true;
continue;
}
var expression = await GenerateInferredCallsiteExpressionAsync(
document,
position,
addedParameter,
cancellationToken).ConfigureAwait(false);
if (expression == null)
{
// If we tried to infer the expression but failed, use a TODO instead.
isCallsiteActuallyTODO |= addedParameter.CallSiteKind == CallSiteKind.Inferred;
expression = Generator.ParseExpression(isCallsiteActuallyTODO ? "TODO" : addedParameter.CallSiteValue);
}
// TODO: Need to be able to specify which kind of attribute argument it is to the SyntaxGenerator.
// https://github.com/dotnet/roslyn/issues/43354
var argument = generateAttributeArguments ?
Generator.AttributeArgument(
name: seenNamedArguments || addedParameter.CallSiteKind == CallSiteKind.ValueWithName ? addedParameter.Name : null,
expression: expression) :
Generator.Argument(
name: seenNamedArguments || addedParameter.CallSiteKind == CallSiteKind.ValueWithName ? addedParameter.Name : null,
refKind: RefKind.None,
expression: expression);
fullList.Add(argument);
separators.Add(CommaTokenWithElasticSpace());
}
else
{
if (indexInListOfPreexistingArguments == parameters.Length - 1 &&
parameters[indexInListOfPreexistingArguments].IsParams)
{
// Handling params array
if (seenOmitted)
{
// Need to ensure the params array is an actual array, and that the argument is named.
if (isParamsArrayExpanded)
{
var newArgument = CreateExplicitParamsArrayFromIndividualArguments(newArguments, indexInListOfPreexistingArguments, parameters[indexInListOfPreexistingArguments]);
newArgument = AddNameToArgument(newArgument, parameters[indexInListOfPreexistingArguments].Name);
fullList.Add(newArgument);
}
else if (indexInListOfPreexistingArguments < newArguments.Count)
{
var newArgument = newArguments[indexInListOfPreexistingArguments];
newArgument = AddNameToArgument(newArgument, parameters[indexInListOfPreexistingArguments].Name);
fullList.Add(newArgument);
}
paramsHandled = true;
}
else
{
// Normal case. Handled later.
}
}
else if (indexInListOfPreexistingArguments < newArguments.Count)
{
if (SyntaxFacts.IsNamedArgument(newArguments[indexInListOfPreexistingArguments]))
{
seenNamedArguments = true;
}
if (indexInListOfPreexistingArguments < newArguments.SeparatorCount)
{
separators.Add(newArguments.GetSeparator(indexInListOfPreexistingArguments));
}
var newArgument = newArguments[indexInListOfPreexistingArguments];
if (seenNamedArguments && !SyntaxFacts.IsNamedArgument(newArgument))
{
newArgument = AddNameToArgument(newArgument, parameters[indexInListOfPreexistingArguments].Name);
}
fullList.Add(newArgument);
indexInListOfPreexistingArguments++;
}
}
}
}
if (!paramsHandled)
{
// Add the rest of existing parameters, e.g. from the params argument.
while (indexInListOfPreexistingArguments < newArguments.Count)
{
if (indexInListOfPreexistingArguments < newArguments.SeparatorCount)
{
separators.Add(newArguments.GetSeparator(indexInListOfPreexistingArguments));
}
fullList.Add(newArguments[indexInListOfPreexistingArguments++]);
}
}
if (fullList.Count == separators.Count && separators.Count != 0)
{
separators.Remove(separators.Last());
}
return Generator.SeparatedList(fullList.ToImmutableAndFree(), separators.ToImmutableAndFree());
}
private async Task<SyntaxNode> GenerateInferredCallsiteExpressionAsync(
Document document,
int position,
AddedParameter addedParameter,
CancellationToken cancellationToken)
{
if (addedParameter.CallSiteKind != CallSiteKind.Inferred || !addedParameter.TypeBinds)
{
return null;
}
var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
var recommendations = await Recommender.GetRecommendedSymbolsAtPositionAsync(semanticModel, position, document.Project.Solution.Workspace, options: null, cancellationToken).ConfigureAwait(false);
var sourceSymbols = recommendations.Where(r => r.IsNonImplicitAndFromSource());
// For locals, prefer the one with the closest declaration. Because we used the Recommender,
// we do not have to worry about filtering out inaccessible locals.
// TODO: Support range variables here as well: https://github.com/dotnet/roslyn/issues/44689
var orderedLocalAndParameterSymbols = sourceSymbols
.Where(s => s.IsKind(SymbolKind.Local) || s.IsKind(SymbolKind.Parameter))
.OrderByDescending(s => s.Locations.First().SourceSpan.Start);
// No particular ordering preference for properties/fields.
var orderedPropertiesAndFields = sourceSymbols
.Where(s => s.IsKind(SymbolKind.Property) || s.IsKind(SymbolKind.Field));
var fullyOrderedSymbols = orderedLocalAndParameterSymbols.Concat(orderedPropertiesAndFields);
foreach (var symbol in fullyOrderedSymbols)
{
var symbolType = symbol.GetSymbolType();
if (symbolType == null)
{
continue;
}
if (semanticModel.Compilation.ClassifyCommonConversion(symbolType, addedParameter.Type).IsImplicit)
{
return Generator.IdentifierName(symbol.Name);
}
}
return null;
}
protected ImmutableArray<SyntaxTrivia> GetPermutedDocCommentTrivia(Document document, SyntaxNode node, ImmutableArray<SyntaxNode> permutedParamNodes)
{
var updatedLeadingTrivia = ImmutableArray.CreateBuilder<SyntaxTrivia>();
var index = 0;
SyntaxTrivia lastWhiteSpaceTrivia = default;
var syntaxFacts = document.GetRequiredLanguageService<ISyntaxFactsService>();
foreach (var trivia in node.GetLeadingTrivia())
{
if (!trivia.HasStructure)
{
if (syntaxFacts.IsWhitespaceTrivia(trivia))
{
lastWhiteSpaceTrivia = trivia;
}
updatedLeadingTrivia.Add(trivia);
continue;
}
var structuredTrivia = trivia.GetStructure();
if (!syntaxFacts.IsDocumentationComment(structuredTrivia))
{
updatedLeadingTrivia.Add(trivia);
continue;
}
var updatedNodeList = ArrayBuilder<SyntaxNode>.GetInstance();
var structuredContent = syntaxFacts.GetContentFromDocumentationCommentTriviaSyntax(trivia);
for (var i = 0; i < structuredContent.Count; i++)
{
var content = structuredContent[i];
if (!syntaxFacts.IsParameterNameXmlElementSyntax(content))
{
updatedNodeList.Add(content);
continue;
}
// Found a param tag, so insert the next one from the reordered list
if (index < permutedParamNodes.Length)
{
updatedNodeList.Add(permutedParamNodes[index].WithLeadingTrivia(content.GetLeadingTrivia()).WithTrailingTrivia(content.GetTrailingTrivia()));
index++;
}
else
{
// Inspecting a param element that we are deleting but not replacing.
}
}
var newDocComments = Generator.DocumentationCommentTriviaWithUpdatedContent(trivia, updatedNodeList.ToImmutableAndFree());
newDocComments = newDocComments.WithLeadingTrivia(structuredTrivia.GetLeadingTrivia()).WithTrailingTrivia(structuredTrivia.GetTrailingTrivia());
var newTrivia = Generator.Trivia(newDocComments);
updatedLeadingTrivia.Add(newTrivia);
}
var extraNodeList = ArrayBuilder<SyntaxNode>.GetInstance();
while (index < permutedParamNodes.Length)
{
extraNodeList.Add(permutedParamNodes[index]);
index++;
}
if (extraNodeList.Any())
{
var extraDocComments = Generator.DocumentationCommentTrivia(
extraNodeList,
node.GetTrailingTrivia(),
lastWhiteSpaceTrivia,
document.Project.Solution.Options.GetOption(FormattingOptions.NewLine, document.Project.Language));
var newTrivia = Generator.Trivia(extraDocComments);
updatedLeadingTrivia.Add(newTrivia);
}
extraNodeList.Free();
return updatedLeadingTrivia.ToImmutable();
}
protected static bool IsParamsArrayExpandedHelper(ISymbol symbol, int argumentCount, bool lastArgumentIsNamed, SemanticModel semanticModel, SyntaxNode lastArgumentExpression, CancellationToken cancellationToken)
{
if (symbol is IMethodSymbol methodSymbol && methodSymbol.Parameters.LastOrDefault()?.IsParams == true)
{
if (argumentCount > methodSymbol.Parameters.Length)
{
return true;
}
if (argumentCount == methodSymbol.Parameters.Length)
{
if (lastArgumentIsNamed)
{
// If the last argument is named, then it cannot be part of an expanded params array.
return false;
}
else
{
var fromType = semanticModel.GetTypeInfo(lastArgumentExpression, cancellationToken);
var toType = methodSymbol.Parameters.Last().Type;
return !semanticModel.Compilation.HasImplicitConversion(fromType.Type, toType);
}
}
}
return false;
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Features/CSharp/Portable/Structure/Providers/SimpleLambdaExpressionStructureProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Shared.Collections;
using Microsoft.CodeAnalysis.Structure;
namespace Microsoft.CodeAnalysis.CSharp.Structure
{
internal class SimpleLambdaExpressionStructureProvider : AbstractSyntaxNodeStructureProvider<SimpleLambdaExpressionSyntax>
{
protected override void CollectBlockSpans(
SyntaxToken previousToken,
SimpleLambdaExpressionSyntax lambdaExpression,
ref TemporaryArray<BlockSpan> spans,
BlockStructureOptionProvider optionProvider,
CancellationToken cancellationToken)
{
// fault tolerance
if (lambdaExpression.Body.IsMissing)
{
return;
}
if (!(lambdaExpression.Body is BlockSyntax lambdaBlock) ||
lambdaBlock.OpenBraceToken.IsMissing ||
lambdaBlock.CloseBraceToken.IsMissing)
{
return;
}
var lastToken = CSharpStructureHelpers.GetLastInlineMethodBlockToken(lambdaExpression);
if (lastToken.Kind() == SyntaxKind.None)
{
return;
}
spans.AddIfNotNull(CSharpStructureHelpers.CreateBlockSpan(
lambdaExpression,
lambdaExpression.ArrowToken,
lastToken,
compressEmptyLines: false,
autoCollapse: false,
type: BlockTypes.Expression,
isCollapsible: true));
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Shared.Collections;
using Microsoft.CodeAnalysis.Structure;
namespace Microsoft.CodeAnalysis.CSharp.Structure
{
internal class SimpleLambdaExpressionStructureProvider : AbstractSyntaxNodeStructureProvider<SimpleLambdaExpressionSyntax>
{
protected override void CollectBlockSpans(
SyntaxToken previousToken,
SimpleLambdaExpressionSyntax lambdaExpression,
ref TemporaryArray<BlockSpan> spans,
BlockStructureOptionProvider optionProvider,
CancellationToken cancellationToken)
{
// fault tolerance
if (lambdaExpression.Body.IsMissing)
{
return;
}
if (!(lambdaExpression.Body is BlockSyntax lambdaBlock) ||
lambdaBlock.OpenBraceToken.IsMissing ||
lambdaBlock.CloseBraceToken.IsMissing)
{
return;
}
var lastToken = CSharpStructureHelpers.GetLastInlineMethodBlockToken(lambdaExpression);
if (lastToken.Kind() == SyntaxKind.None)
{
return;
}
spans.AddIfNotNull(CSharpStructureHelpers.CreateBlockSpan(
lambdaExpression,
lambdaExpression.ArrowToken,
lastToken,
compressEmptyLines: false,
autoCollapse: false,
type: BlockTypes.Expression,
isCollapsible: true));
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CustomEventTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration
<[UseExportProvider]>
Public Class CustomEventTests
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEvent()
VerifyStatementEndConstructApplied(
before:="Class c1
Custom Event goo As System.EventHandler
End Class",
beforeCaret:={1, -1},
after:="Class c1
Custom Event goo As System.EventHandler
AddHandler(value As EventHandler)
End AddHandler
RemoveHandler(value As EventHandler)
End RemoveHandler
RaiseEvent(sender As Object, e As EventArgs)
End RaiseEvent
End Event
End Class",
afterCaret:={3, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithImportsStatement()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As EventHandler
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As EventHandler
AddHandler(value As EventHandler)
End AddHandler
RemoveHandler(value As EventHandler)
End RemoveHandler
RaiseEvent(sender As Object, e As EventArgs)
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithMissingDelegateType()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As GooHandler
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As GooHandler
AddHandler(value As GooHandler)
End AddHandler
RemoveHandler(value As GooHandler)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithNonDelegateType()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As Object
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As Object
AddHandler(value As Object)
End AddHandler
RemoveHandler(value As Object)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithGenericType()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As EventHandler(Of ConsoleCancelEventArgs)
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As EventHandler(Of ConsoleCancelEventArgs)
AddHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End AddHandler
RemoveHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End RemoveHandler
RaiseEvent(sender As Object, e As ConsoleCancelEventArgs)
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub DoNotApplyAfterCustomEventAlreadyTerminated()
VerifyStatementEndConstructNotApplied(
text:="Imports System
Class c1
Custom Event goo As EventHandler(Of ConsoleCancelEventArgs)
AddHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End AddHandler
RemoveHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End RemoveHandler
RaiseEvent(sender As Object, e As ConsoleCancelEventArgs)
End RaiseEvent
End Event
End Class",
caret:={2, -1})
End Sub
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration
<[UseExportProvider]>
Public Class CustomEventTests
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEvent()
VerifyStatementEndConstructApplied(
before:="Class c1
Custom Event goo As System.EventHandler
End Class",
beforeCaret:={1, -1},
after:="Class c1
Custom Event goo As System.EventHandler
AddHandler(value As EventHandler)
End AddHandler
RemoveHandler(value As EventHandler)
End RemoveHandler
RaiseEvent(sender As Object, e As EventArgs)
End RaiseEvent
End Event
End Class",
afterCaret:={3, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithImportsStatement()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As EventHandler
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As EventHandler
AddHandler(value As EventHandler)
End AddHandler
RemoveHandler(value As EventHandler)
End RemoveHandler
RaiseEvent(sender As Object, e As EventArgs)
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithMissingDelegateType()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As GooHandler
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As GooHandler
AddHandler(value As GooHandler)
End AddHandler
RemoveHandler(value As GooHandler)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithNonDelegateType()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As Object
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As Object
AddHandler(value As Object)
End AddHandler
RemoveHandler(value As Object)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub TestApplyAfterCustomEventWithGenericType()
VerifyStatementEndConstructApplied(
before:="Imports System
Class c1
Custom Event goo As EventHandler(Of ConsoleCancelEventArgs)
End Class",
beforeCaret:={2, -1},
after:="Imports System
Class c1
Custom Event goo As EventHandler(Of ConsoleCancelEventArgs)
AddHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End AddHandler
RemoveHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End RemoveHandler
RaiseEvent(sender As Object, e As ConsoleCancelEventArgs)
End RaiseEvent
End Event
End Class",
afterCaret:={4, -1})
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.EndConstructGeneration)>
Public Sub DoNotApplyAfterCustomEventAlreadyTerminated()
VerifyStatementEndConstructNotApplied(
text:="Imports System
Class c1
Custom Event goo As EventHandler(Of ConsoleCancelEventArgs)
AddHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End AddHandler
RemoveHandler(value As EventHandler(Of ConsoleCancelEventArgs))
End RemoveHandler
RaiseEvent(sender As Object, e As ConsoleCancelEventArgs)
End RaiseEvent
End Event
End Class",
caret:={2, -1})
End Sub
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Def/EditorConfigSettings/Common/EnumPropertyView.xaml.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Windows.Automation;
using System.Windows.Controls;
namespace Microsoft.VisualStudio.LanguageServices.EditorConfigSettings.Common
{
/// <summary>
/// Interaction logic for EnumPropertyView.xaml
/// </summary>
internal partial class EnumSettingView : UserControl
{
private readonly IEnumSettingViewModel _model;
private readonly string[] _descriptions;
private readonly ComboBox _comboBox;
public EnumSettingView(IEnumSettingViewModel model)
{
InitializeComponent();
_model = model;
_descriptions = _model.GetValueDescriptions();
_comboBox = new ComboBox()
{
ItemsSource = _descriptions
};
_comboBox.SelectedIndex = model.GetValueIndex();
_comboBox.SetValue(AutomationProperties.NameProperty, ServicesVSResources.Value);
_comboBox.SelectionChanged += ComboBox_SelectionChanged;
_ = RootGrid.Children.Add(_comboBox);
}
private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
var index = _comboBox.SelectedIndex;
if (index < _descriptions.Length && index >= 0)
{
_model.ChangeProperty(_descriptions[index]);
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Windows.Automation;
using System.Windows.Controls;
namespace Microsoft.VisualStudio.LanguageServices.EditorConfigSettings.Common
{
/// <summary>
/// Interaction logic for EnumPropertyView.xaml
/// </summary>
internal partial class EnumSettingView : UserControl
{
private readonly IEnumSettingViewModel _model;
private readonly string[] _descriptions;
private readonly ComboBox _comboBox;
public EnumSettingView(IEnumSettingViewModel model)
{
InitializeComponent();
_model = model;
_descriptions = _model.GetValueDescriptions();
_comboBox = new ComboBox()
{
ItemsSource = _descriptions
};
_comboBox.SelectedIndex = model.GetValueIndex();
_comboBox.SetValue(AutomationProperties.NameProperty, ServicesVSResources.Value);
_comboBox.SelectionChanged += ComboBox_SelectionChanged;
_ = RootGrid.Children.Add(_comboBox);
}
private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
var index = _comboBox.SelectedIndex;
if (index < _descriptions.Length && index >= 0)
{
_model.ChangeProperty(_descriptions[index]);
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Test/Resources/Core/SymbolsTests/CustomModifiers/ModoptTests.il |
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Metadata version: v4.0.30319
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly ModoptTests
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 )
.custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.module ModoptTests.dll
// MVID: {0CF92859-F4B6-4C06-BD1D-5233137FE44F}
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x00240000
// =============== CLASS MEMBERS DECLARATION ===================
.class public auto ansi beforefieldinit Metadata.LeastModoptsWinAmbiguous
extends [mscorlib]System.Object
{
.method public hidebysig newslot virtual
instance uint8 M(uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t,
uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 22
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWinAmbiguous::M
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M(uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 33
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWinAmbiguous::M
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) GetByte() cil managed
{
// Code size 7 (0x7)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.6
IL_0002: stloc.0
IL_0003: br.s IL_0005
IL_0005: ldloc.0
IL_0006: ret
} // end of method LeastModoptsWinAmbiguous::GetByte
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method LeastModoptsWinAmbiguous::.ctor
} // end of class Metadata.LeastModoptsWinAmbiguous
.class public auto ansi beforefieldinit Metadata.LeastModoptsWin
extends Metadata.LeastModoptsWinAmbiguous
{
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong)
M(uint8 t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 11
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWin::M
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst)
M(uint8 t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 51
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWin::M
.method public hidebysig newslot virtual
instance uint8 modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) M(uint8 t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 44
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWin::M
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void Metadata.LeastModoptsWinAmbiguous::.ctor()
IL_0006: ret
} // end of method LeastModoptsWin::.ctor
} // end of class Metadata.LeastModoptsWin
.class public auto ansi beforefieldinit Metadata.ModoptPropAmbiguous
extends [mscorlib]System.Object
{
.method public hidebysig newslot specialname virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong) get_P() cil managed
{
// Code size 11 (0xb)
.maxstack 1
.locals init (string V_0)
IL_0000: nop
IL_0001: ldstr "2 modopts"
IL_0006: stloc.0
IL_0007: br.s IL_0009
IL_0009: ldloc.0
IL_000a: ret
} // end of method ModoptPropAmbiguous::get_P
.method public hidebysig newslot specialname virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) get_P() cil managed
{
// Code size 11 (0xb)
.maxstack 1
.locals init (string V_0)
IL_0000: nop
IL_0001: ldstr "1 modopt"
IL_0006: stloc.0
IL_0007: br.s IL_0009
IL_0009: ldloc.0
IL_000a: ret
} // end of method ModoptPropAmbiguous::get_P
.method public hidebysig newslot specialname virtual
instance string modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) get_P() cil managed
{
// Code size 11 (0xb)
.maxstack 1
.locals init (string V_0)
IL_0000: nop
IL_0001: ldstr "1 modreq"
IL_0006: stloc.0
IL_0007: br.s IL_0009
IL_0009: ldloc.0
IL_000a: ret
} // end of method ModoptPropAmbiguous::get_P
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method ModoptPropAmbiguous::.ctor
.property instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong) P()
{
.get instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong) Metadata.ModoptPropAmbiguous::get_P()
} // end of property ModoptPropAmbiguous::P
.property instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) P()
{
.get instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) Metadata.ModoptPropAmbiguous::get_P()
} // end of property ModoptPropAmbiguous::P
.property instance string modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) P()
{
.get instance string modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) Metadata.ModoptPropAmbiguous::get_P()
} // end of property ModoptPropAmbiguous::P
} // end of class Metadata.ModoptPropAmbiguous
.class interface public abstract auto ansi Metadata.IFooAmbiguous`2<T,R>
{
.method public hidebysig newslot abstract virtual
instance !R M(!T modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) t) cil managed
{
} // end of method IFooAmbiguous`2::M
.method public hidebysig newslot abstract virtual
instance !R modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M(!T t) cil managed
{
} // end of method IFooAmbiguous`2::M
.method public hidebysig newslot abstract virtual
instance !R M(!T modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t) cil managed
{
} // end of method IFooAmbiguous`2::M
} // end of class Metadata.IFooAmbiguous`2
.class interface public abstract auto ansi Metadata.IFoo
{
.method public hidebysig newslot abstract virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M<T>(!!T modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t) cil managed
{
} // end of method IFoo::M
.method public hidebysig newslot abstract virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M<T>(!!T t) cil managed
{
} // end of method IFoo::M
} // end of class Metadata.IFoo
.class public auto ansi beforefieldinit Metadata.Modreq
extends [mscorlib]System.Object
{
.method public hidebysig newslot virtual
instance void modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) M(uint32 x) cil managed
{
// Code size 9 (0x9)
.maxstack 8
IL_0000: nop
IL_0001: ldarg.1
IL_0002: call void [mscorlib]System.Console::Write(uint32)
IL_0007: nop
IL_0008: ret
} // end of method Modreq::M
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Modreq::.ctor
} // end of class Metadata.Modreq
// =============================================================
// *********** DISASSEMBLY COMPLETE ***********************
// WARNING: Created Win32 resource file ModoptTests.res
|
// Microsoft (R) .NET Framework IL Disassembler. Version 4.0.30319.1
// Metadata version: v4.0.30319
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly ModoptTests
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 )
.custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.module ModoptTests.dll
// MVID: {0CF92859-F4B6-4C06-BD1D-5233137FE44F}
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x00240000
// =============== CLASS MEMBERS DECLARATION ===================
.class public auto ansi beforefieldinit Metadata.LeastModoptsWinAmbiguous
extends [mscorlib]System.Object
{
.method public hidebysig newslot virtual
instance uint8 M(uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t,
uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 22
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWinAmbiguous::M
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M(uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 33
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWinAmbiguous::M
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) GetByte() cil managed
{
// Code size 7 (0x7)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.6
IL_0002: stloc.0
IL_0003: br.s IL_0005
IL_0005: ldloc.0
IL_0006: ret
} // end of method LeastModoptsWinAmbiguous::GetByte
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method LeastModoptsWinAmbiguous::.ctor
} // end of class Metadata.LeastModoptsWinAmbiguous
.class public auto ansi beforefieldinit Metadata.LeastModoptsWin
extends Metadata.LeastModoptsWinAmbiguous
{
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong)
M(uint8 t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 11
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWin::M
.method public hidebysig newslot virtual
instance uint8 modopt([mscorlib]System.Runtime.CompilerServices.IsConst)
M(uint8 t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 51
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWin::M
.method public hidebysig newslot virtual
instance uint8 modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) M(uint8 t,
uint8 v) cil managed
{
// Code size 8 (0x8)
.maxstack 1
.locals init (uint8 V_0)
IL_0000: nop
IL_0001: ldc.i4.s 44
IL_0003: stloc.0
IL_0004: br.s IL_0006
IL_0006: ldloc.0
IL_0007: ret
} // end of method LeastModoptsWin::M
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void Metadata.LeastModoptsWinAmbiguous::.ctor()
IL_0006: ret
} // end of method LeastModoptsWin::.ctor
} // end of class Metadata.LeastModoptsWin
.class public auto ansi beforefieldinit Metadata.ModoptPropAmbiguous
extends [mscorlib]System.Object
{
.method public hidebysig newslot specialname virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong) get_P() cil managed
{
// Code size 11 (0xb)
.maxstack 1
.locals init (string V_0)
IL_0000: nop
IL_0001: ldstr "2 modopts"
IL_0006: stloc.0
IL_0007: br.s IL_0009
IL_0009: ldloc.0
IL_000a: ret
} // end of method ModoptPropAmbiguous::get_P
.method public hidebysig newslot specialname virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) get_P() cil managed
{
// Code size 11 (0xb)
.maxstack 1
.locals init (string V_0)
IL_0000: nop
IL_0001: ldstr "1 modopt"
IL_0006: stloc.0
IL_0007: br.s IL_0009
IL_0009: ldloc.0
IL_000a: ret
} // end of method ModoptPropAmbiguous::get_P
.method public hidebysig newslot specialname virtual
instance string modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) get_P() cil managed
{
// Code size 11 (0xb)
.maxstack 1
.locals init (string V_0)
IL_0000: nop
IL_0001: ldstr "1 modreq"
IL_0006: stloc.0
IL_0007: br.s IL_0009
IL_0009: ldloc.0
IL_000a: ret
} // end of method ModoptPropAmbiguous::get_P
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method ModoptPropAmbiguous::.ctor
.property instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong) P()
{
.get instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) modopt([mscorlib]System.Runtime.CompilerServices.IsLong) Metadata.ModoptPropAmbiguous::get_P()
} // end of property ModoptPropAmbiguous::P
.property instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) P()
{
.get instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) Metadata.ModoptPropAmbiguous::get_P()
} // end of property ModoptPropAmbiguous::P
.property instance string modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) P()
{
.get instance string modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) Metadata.ModoptPropAmbiguous::get_P()
} // end of property ModoptPropAmbiguous::P
} // end of class Metadata.ModoptPropAmbiguous
.class interface public abstract auto ansi Metadata.IFooAmbiguous`2<T,R>
{
.method public hidebysig newslot abstract virtual
instance !R M(!T modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) t) cil managed
{
} // end of method IFooAmbiguous`2::M
.method public hidebysig newslot abstract virtual
instance !R modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M(!T t) cil managed
{
} // end of method IFooAmbiguous`2::M
.method public hidebysig newslot abstract virtual
instance !R M(!T modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t) cil managed
{
} // end of method IFooAmbiguous`2::M
} // end of class Metadata.IFooAmbiguous`2
.class interface public abstract auto ansi Metadata.IFoo
{
.method public hidebysig newslot abstract virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M<T>(!!T modopt([mscorlib]System.Runtime.CompilerServices.IsConst) t) cil managed
{
} // end of method IFoo::M
.method public hidebysig newslot abstract virtual
instance string modopt([mscorlib]System.Runtime.CompilerServices.IsConst) M<T>(!!T t) cil managed
{
} // end of method IFoo::M
} // end of class Metadata.IFoo
.class public auto ansi beforefieldinit Metadata.Modreq
extends [mscorlib]System.Object
{
.method public hidebysig newslot virtual
instance void modreq([mscorlib]System.Runtime.CompilerServices.CallConvCdecl) M(uint32 x) cil managed
{
// Code size 9 (0x9)
.maxstack 8
IL_0000: nop
IL_0001: ldarg.1
IL_0002: call void [mscorlib]System.Console::Write(uint32)
IL_0007: nop
IL_0008: ret
} // end of method Modreq::M
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
// Code size 7 (0x7)
.maxstack 8
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
} // end of method Modreq::.ctor
} // end of class Metadata.Modreq
// =============================================================
// *********** DISASSEMBLY COMPLETE ***********************
// WARNING: Created Win32 resource file ModoptTests.res
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/IntegrationTest/TestUtilities/Common/Parameter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.VisualStudio.Language.Intellisense;
using Roslyn.Utilities;
namespace Microsoft.VisualStudio.IntegrationTest.Utilities.Common
{
[Serializable]
public class Parameter : IEquatable<Parameter>
{
public string? Name { get; set; }
public string? Documentation { get; set; }
public Parameter() { }
public Parameter(IParameter actual)
{
Name = actual.Name;
Documentation = actual.Documentation;
}
public bool Equals(Parameter? other)
{
if (other == null)
{
return false;
}
return Comparison.AreStringValuesEqual(Name, other.Name)
&& Comparison.AreStringValuesEqual(Documentation, other.Documentation);
}
public override bool Equals(object? obj)
=> Equals(obj as Parameter);
public override int GetHashCode()
=> Hash.Combine(Name, Hash.Combine(Documentation, 0));
public override string ToString()
=> !string.IsNullOrEmpty(Documentation) ? $"{Name} ({Documentation})" : $"{Name}";
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.VisualStudio.Language.Intellisense;
using Roslyn.Utilities;
namespace Microsoft.VisualStudio.IntegrationTest.Utilities.Common
{
[Serializable]
public class Parameter : IEquatable<Parameter>
{
public string? Name { get; set; }
public string? Documentation { get; set; }
public Parameter() { }
public Parameter(IParameter actual)
{
Name = actual.Name;
Documentation = actual.Documentation;
}
public bool Equals(Parameter? other)
{
if (other == null)
{
return false;
}
return Comparison.AreStringValuesEqual(Name, other.Name)
&& Comparison.AreStringValuesEqual(Documentation, other.Documentation);
}
public override bool Equals(object? obj)
=> Equals(obj as Parameter);
public override int GetHashCode()
=> Hash.Combine(Name, Hash.Combine(Documentation, 0));
public override string ToString()
=> !string.IsNullOrEmpty(Documentation) ? $"{Name} ({Documentation})" : $"{Name}";
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureViewModelFactoryService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.ChangeSignature
{
internal abstract class ChangeSignatureViewModelFactoryService : IChangeSignatureViewModelFactoryService
{
public ChangeSignatureViewModelFactoryService()
{
}
public abstract SymbolDisplayPart[] GeneratePreviewDisplayParts(
ChangeSignatureDialogViewModel.AddedParameterViewModel addedParameterViewModel);
public abstract bool IsTypeNameValid(string typeName);
public abstract SyntaxNode GetTypeNode(string typeName);
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.ChangeSignature
{
internal abstract class ChangeSignatureViewModelFactoryService : IChangeSignatureViewModelFactoryService
{
public ChangeSignatureViewModelFactoryService()
{
}
public abstract SymbolDisplayPart[] GeneratePreviewDisplayParts(
ChangeSignatureDialogViewModel.AddedParameterViewModel addedParameterViewModel);
public abstract bool IsTypeNameValid(string typeName);
public abstract SyntaxNode GetTypeNode(string typeName);
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOptions.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.VisualBasic
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop
<StructLayout(LayoutKind.Sequential)>
Friend Structure VBCompilerOptions
''' <summary>
''' The name of the output EXE (base filename + ext).
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszExeName As String
''' <summary>
''' The name of the XML documentation file (base filename + ext).
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszXMLDocName As String
''' <summary>
''' The path to build the outputs to. This is the directory to build the set of outputs
''' produced by this project.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszOutputPath As String
''' <summary>
''' The path to store temporary goo.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszTemporaryPath As String
''' <summary>
''' The project output type.
''' </summary>
Public OutputType As VBCompilerOutputTypes
''' <summary>
''' The default namespace for types not declared within a Namespace statement.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszDefaultNamespace As String
''' <summary>
''' Start startup module contains the full namespace name of the module we will create the
''' first entry point into. If this is NULL or the empty string, the compiler will find a
''' "Sub Main" in the project and use that.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszStartup As String
''' <summary>
''' The list of project-level conditional compilation symbols.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszCondComp As String
''' <summary>
''' Don't emit integer overflow checks on integer operations.
''' </summary>
Public bRemoveIntChecks As Boolean
''' <summary>
''' Is Option Strict on or off by default?
''' </summary>
Public bOptionStrictOff As Boolean
''' <summary>
''' Is Option Explicit on or off by default?
''' </summary>
Public bOptionExplicitOff As Boolean
''' <summary>
''' Is Option Compare Text or Binary by default?
''' </summary>
Public bOptionCompareText As Boolean
''' <summary>
''' Is Option Infer On or Off by default?
''' </summary>
Public bOptionInferOff As Boolean
''' <summary>
''' Generate debuggable code (insert NOPs for easy stepping, etc) and a PDB.
''' </summary>
Public bGenerateSymbolInfo As Boolean
''' <summary>
''' Don't mess with the code at all, but do generate a PDB. This makes "real" retail
''' debugging possible.
''' </summary>
Public bGeneratePdbOnly As Boolean
''' <summary>
''' Optimize the code generated.
''' </summary>
Public bOptimize As Boolean
''' <summary>
''' Full path to key pair file used to create strong-named (public) assemblies
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszStrongNameKeyFile As String
''' <summary>
''' Name of the key container to use.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszStrongNameContainer As String
''' <summary>
''' Whether the assembly is being delay signed.
''' </summary>
Public bDelaySign As Boolean
''' <summary>
''' Win32 resource file. Mutually exclusive with wszIconFile.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszWin32ResFile As String
''' <summary>
''' Win32 icon file. Mutually exclusive with wszWin32ResFile.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszIconFile As String
''' <summary>
''' Preferred load address.
''' </summary>
Public dwLoadAddress As UIntPtr
Public WarningLevel As WarningLevel
''' <summary>
''' List of Disabled Warnings
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszDisabledWarnings As String
''' <summary>
''' List of Warnings as Errors
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszWarningsAsErrors As String
''' <summary>
''' List of Warnings Not as Errors
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszWarningsNotAsErrors As String
''' <summary>
''' Obsolete, but apparently was used by the native compiler to determine if it's an
''' App_Code project from Venus. Such a hack should be removed from their project system.
''' See SetCompilerOptionsInternal in CompilerProject.cpp for details.
''' </summary>
<Obsolete()>
Public bEnableIncrementalCompilation As Boolean
''' <summary>
''' Preferred file alignment.
''' </summary>
Public dwAlign As UInteger
''' <summary>
''' Default codepage to use when the compiler loads a file. 0 = none.
''' </summary>
Public dwDefaultCodePage As UInteger
''' <summary>
''' String indicating the platform type to limit the compiling assembly to.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszPlatformType As String
''' <summary>
''' Don't add standard libraries.
''' </summary>
Public bNoStandardLibs As Boolean
''' <summary>
''' Manifest full file path. If null, no manifest will be used.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszUacManifestFile As String
''' <summary>
''' Language version option.
''' </summary>
Public langVersion As LanguageVersion
''' <summary>
''' The VB Runtime Kind
''' </summary>
Public vbRuntimeKind As VBRuntimeKind
<MarshalAs(UnmanagedType.LPWStr)>
Public wszSpecifiedVBRuntime As String
''' <summary>
''' Emit with the HighEntropyVA bit set in PE
''' </summary>
Public bHighEntropyVA As Boolean
''' <summary>
''' Subsystem version in PE
''' </summary>
Public wszSubsystemVersion As String
End Structure
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.VisualBasic
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop
<StructLayout(LayoutKind.Sequential)>
Friend Structure VBCompilerOptions
''' <summary>
''' The name of the output EXE (base filename + ext).
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszExeName As String
''' <summary>
''' The name of the XML documentation file (base filename + ext).
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszXMLDocName As String
''' <summary>
''' The path to build the outputs to. This is the directory to build the set of outputs
''' produced by this project.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszOutputPath As String
''' <summary>
''' The path to store temporary goo.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszTemporaryPath As String
''' <summary>
''' The project output type.
''' </summary>
Public OutputType As VBCompilerOutputTypes
''' <summary>
''' The default namespace for types not declared within a Namespace statement.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszDefaultNamespace As String
''' <summary>
''' Start startup module contains the full namespace name of the module we will create the
''' first entry point into. If this is NULL or the empty string, the compiler will find a
''' "Sub Main" in the project and use that.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszStartup As String
''' <summary>
''' The list of project-level conditional compilation symbols.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszCondComp As String
''' <summary>
''' Don't emit integer overflow checks on integer operations.
''' </summary>
Public bRemoveIntChecks As Boolean
''' <summary>
''' Is Option Strict on or off by default?
''' </summary>
Public bOptionStrictOff As Boolean
''' <summary>
''' Is Option Explicit on or off by default?
''' </summary>
Public bOptionExplicitOff As Boolean
''' <summary>
''' Is Option Compare Text or Binary by default?
''' </summary>
Public bOptionCompareText As Boolean
''' <summary>
''' Is Option Infer On or Off by default?
''' </summary>
Public bOptionInferOff As Boolean
''' <summary>
''' Generate debuggable code (insert NOPs for easy stepping, etc) and a PDB.
''' </summary>
Public bGenerateSymbolInfo As Boolean
''' <summary>
''' Don't mess with the code at all, but do generate a PDB. This makes "real" retail
''' debugging possible.
''' </summary>
Public bGeneratePdbOnly As Boolean
''' <summary>
''' Optimize the code generated.
''' </summary>
Public bOptimize As Boolean
''' <summary>
''' Full path to key pair file used to create strong-named (public) assemblies
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszStrongNameKeyFile As String
''' <summary>
''' Name of the key container to use.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszStrongNameContainer As String
''' <summary>
''' Whether the assembly is being delay signed.
''' </summary>
Public bDelaySign As Boolean
''' <summary>
''' Win32 resource file. Mutually exclusive with wszIconFile.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszWin32ResFile As String
''' <summary>
''' Win32 icon file. Mutually exclusive with wszWin32ResFile.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszIconFile As String
''' <summary>
''' Preferred load address.
''' </summary>
Public dwLoadAddress As UIntPtr
Public WarningLevel As WarningLevel
''' <summary>
''' List of Disabled Warnings
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszDisabledWarnings As String
''' <summary>
''' List of Warnings as Errors
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszWarningsAsErrors As String
''' <summary>
''' List of Warnings Not as Errors
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszWarningsNotAsErrors As String
''' <summary>
''' Obsolete, but apparently was used by the native compiler to determine if it's an
''' App_Code project from Venus. Such a hack should be removed from their project system.
''' See SetCompilerOptionsInternal in CompilerProject.cpp for details.
''' </summary>
<Obsolete()>
Public bEnableIncrementalCompilation As Boolean
''' <summary>
''' Preferred file alignment.
''' </summary>
Public dwAlign As UInteger
''' <summary>
''' Default codepage to use when the compiler loads a file. 0 = none.
''' </summary>
Public dwDefaultCodePage As UInteger
''' <summary>
''' String indicating the platform type to limit the compiling assembly to.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszPlatformType As String
''' <summary>
''' Don't add standard libraries.
''' </summary>
Public bNoStandardLibs As Boolean
''' <summary>
''' Manifest full file path. If null, no manifest will be used.
''' </summary>
<MarshalAs(UnmanagedType.LPWStr)>
Public wszUacManifestFile As String
''' <summary>
''' Language version option.
''' </summary>
Public langVersion As LanguageVersion
''' <summary>
''' The VB Runtime Kind
''' </summary>
Public vbRuntimeKind As VBRuntimeKind
<MarshalAs(UnmanagedType.LPWStr)>
Public wszSpecifiedVBRuntime As String
''' <summary>
''' Emit with the HighEntropyVA bit set in PE
''' </summary>
Public bHighEntropyVA As Boolean
''' <summary>
''' Subsystem version in PE
''' </summary>
Public wszSubsystemVersion As String
End Structure
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Core/Portable/ReferenceManager/AssemblyReferenceCandidate.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis
{
internal partial class CommonReferenceManager<TCompilation, TAssemblySymbol>
{
/// <summary>
/// Private helper class to capture information about AssemblySymbol instance we
/// should check for suitability. Used by the Bind method.
/// </summary>
private readonly struct AssemblyReferenceCandidate
{
/// <summary>
/// An index of the AssemblyData object in the input array. AssemblySymbol instance should
/// be checked for suitability against assembly described by that object, taking into account
/// assemblies described by other AssemblyData objects in the input array.
/// </summary>
public readonly int DefinitionIndex;
/// <summary>
/// AssemblySymbol instance to check for suitability.
/// </summary>
public readonly TAssemblySymbol? AssemblySymbol;
/// <summary>
/// Convenience constructor to initialize fields of this structure.
/// </summary>
public AssemblyReferenceCandidate(int definitionIndex, TAssemblySymbol symbol)
{
DefinitionIndex = definitionIndex;
AssemblySymbol = symbol;
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis
{
internal partial class CommonReferenceManager<TCompilation, TAssemblySymbol>
{
/// <summary>
/// Private helper class to capture information about AssemblySymbol instance we
/// should check for suitability. Used by the Bind method.
/// </summary>
private readonly struct AssemblyReferenceCandidate
{
/// <summary>
/// An index of the AssemblyData object in the input array. AssemblySymbol instance should
/// be checked for suitability against assembly described by that object, taking into account
/// assemblies described by other AssemblyData objects in the input array.
/// </summary>
public readonly int DefinitionIndex;
/// <summary>
/// AssemblySymbol instance to check for suitability.
/// </summary>
public readonly TAssemblySymbol? AssemblySymbol;
/// <summary>
/// Convenience constructor to initialize fields of this structure.
/// </summary>
public AssemblyReferenceCandidate(int definitionIndex, TAssemblySymbol symbol)
{
DefinitionIndex = definitionIndex;
AssemblySymbol = symbol;
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/PseudoVariableTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.ExpressionEvaluator
Imports Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator
Imports Microsoft.CodeAnalysis.VisualBasic.UnitTests
Imports Microsoft.DiaSymReader
Imports Microsoft.VisualStudio.Debugger.Clr
Imports Microsoft.VisualStudio.Debugger.Evaluation
Imports Roslyn.Test.PdbUtilities
Imports Roslyn.Test.Utilities
Imports Xunit
Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.UnitTests
Public Class PseudoVariableTests
Inherits ExpressionCompilerTestBase
Private Const s_simpleSource = "
Class C
Sub M()
End Sub
End Class
"
<Fact>
Public Sub UnrecognizedVariable()
Dim errorMessage As String = Nothing
Evaluate(
s_simpleSource,
methodName:="C.M",
expr:="$v",
aliases:=ImmutableArray(Of [Alias]).Empty,
errorMessage:=errorMessage)
Assert.Equal("error BC30451: '$v' is not declared. It may be inaccessible due to its protection level.", errorMessage)
End Sub
<Fact>
Public Sub GlobalName()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll)
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
context.CompileExpression(
"Global.$v",
DkmEvaluationFlags.TreatAsExpression,
NoAliases,
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData:=Nothing)
Assert.Equal("error BC30456: '$v' is not a member of 'Global'.", errorMessage)
End Sub)
End Sub
<Fact>
Public Sub Qualified()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll)
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
context.CompileExpression(
"Me.$v",
DkmEvaluationFlags.TreatAsExpression,
NoAliases,
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData:=Nothing)
Assert.Equal("error BC30456: '$v' is not a member of 'C'.", errorMessage)
End Sub)
End Sub
<Fact>
Public Sub Exception()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ExceptionAlias(GetType(IO.IOException)),
ExceptionAlias(GetType(InvalidOperationException), stowed:=True))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"If($Exception, If($exception, $stowedexception))",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Equal(testData.Methods.Count, 1)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 39 (0x27)
.maxstack 2
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: castclass ""System.IO.IOException""
IL_000a: dup
IL_000b: brtrue.s IL_0026
IL_000d: pop
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0013: castclass ""System.IO.IOException""
IL_0018: dup
IL_0019: brtrue.s IL_0026
IL_001b: pop
IL_001c: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetStowedException() As System.Exception""
IL_0021: castclass ""System.InvalidOperationException""
IL_0026: ret
}")
End Sub)
End Sub
<Fact>
Public Sub ReturnValue()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ReturnValueAlias(type:=GetType(Object)),
ReturnValueAlias(2, GetType(String)))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"If($ReturnValue, $ReturnValue2)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 22 (0x16)
.maxstack 2
IL_0000: ldc.i4.0
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: dup
IL_0007: brtrue.s IL_0015
IL_0009: pop
IL_000a: ldc.i4.2
IL_000b: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0010: castclass ""String""
IL_0015: ret
}")
' Value type $ReturnValue.
aliases = ImmutableArray.Create(ReturnValueAlias(type:=GetType(Integer?)))
testData = New CompilationTestData()
context.CompileExpression(
"DirectCast($ReturnValue, Integer?).HasValue",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 20 (0x14)
.maxstack 1
.locals init (Integer? V_0)
IL_0000: ldc.i4.0
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: unbox.any ""Integer?""
IL_000b: stloc.0
IL_000c: ldloca.s V_0
IL_000e: call ""Function Integer?.get_HasValue() As Boolean""
IL_0013: ret
}")
End Sub)
End Sub
<Fact>
Public Sub ReturnValueNegative()
Const source = "
Class C
Sub M()
Microsoft.VisualBasic.VBMath.Randomize()
End Sub
End Class
"
Dim errorMessage As String = Nothing
Dim testData = Evaluate(
source,
methodName:="C.M",
expr:="$returnvalue-2",
aliases:=ImmutableArray.Create(ReturnValueAlias()),
errorMessage:=errorMessage) ' Subtraction, not a negative index.
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 18 (0x12)
.maxstack 2
IL_0000: ldc.i4.0
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: ldc.i4.2
IL_0007: box ""Integer""
IL_000c: call ""Function Microsoft.VisualBasic.CompilerServices.Operators.SubtractObject(Object, Object) As Object""
IL_0011: ret
}")
End Sub
<Fact>
Public Sub ObjectId()
Const source =
"Class C
Shared Sub M()
End Sub
End Class"
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = Evaluate(
source,
methodName:="C.M",
expr:="If($23, $4.BaseType)",
aliases:=ImmutableArray.Create(ObjectIdAlias(23, GetType(String)), ObjectIdAlias(4, GetType(Type))),
errorMessage:=errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 40 (0x28)
.maxstack 2
IL_0000: ldstr ""$23""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: castclass ""String""
IL_000f: dup
IL_0010: brtrue.s IL_0027
IL_0012: pop
IL_0013: ldstr ""$4""
IL_0018: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_001d: castclass ""System.Type""
IL_0022: callvirt ""Function System.Type.get_BaseType() As System.Type""
IL_0027: ret
}")
End Sub
<Fact>
Public Sub PlaceholderMethodNameNormalization()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ExceptionAlias(GetType(IO.IOException)),
ExceptionAlias(GetType(Exception), stowed:=True))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"If($ExcEptIOn, $SToWeDeXCePTioN)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 20 (0x14)
.maxstack 2
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: castclass ""System.IO.IOException""
IL_000a: dup
IL_000b: brtrue.s IL_0013
IL_000d: pop
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetStowedException() As System.Exception""
IL_0013: ret
}")
End Sub)
End Sub
<WorkItem(1101017, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1101017")>
<Fact>
Public Sub NestedGenericValueType()
Const source =
"Class C
Friend Structure S(Of T)
Friend F As T
End Structure
Shared Sub M()
End Sub
End Class"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
VariableAlias("s", "C+S`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"s.F + 1",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 23 (0x17)
.maxstack 2
IL_0000: ldstr ""s""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: unbox.any ""C.S(Of Integer)""
IL_000f: ldfld ""C.S(Of Integer).F As Integer""
IL_0014: ldc.i4.1
IL_0015: add.ovf
IL_0016: ret
}")
End Sub)
End Sub
<Fact>
Public Sub ArrayType()
Const source =
"Class C
Friend F As Object
Shared Sub M()
End Sub
End Class"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
VariableAlias("a", "C[]"),
VariableAlias("b", "System.Int32[,], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"a(b(1, 0)).F",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 44 (0x2c)
.maxstack 4
IL_0000: ldstr ""a""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: castclass ""C()""
IL_000f: ldstr ""b""
IL_0014: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_0019: castclass ""Integer(,)""
IL_001e: ldc.i4.1
IL_001f: ldc.i4.0
IL_0020: call ""Integer(*,*).Get""
IL_0025: ldelem.ref
IL_0026: ldfld ""C.F As Object""
IL_002b: ret
}")
End Sub)
End Sub
<Fact>
Public Sub Variables()
CheckVariable("$exception", ExceptionAlias(), valid:=True)
CheckVariable("$eXCePTioN", ExceptionAlias(), valid:=True)
CheckVariable("$stowedexception", ExceptionAlias(stowed:=True), valid:=True)
CheckVariable("$stOwEdExcEptIOn", ExceptionAlias(stowed:=True), valid:=True)
CheckVariable("$ReturnValue", ReturnValueAlias(), valid:=True)
CheckVariable("$rEtUrnvAlUe", ReturnValueAlias(), valid:=True)
CheckVariable("$ReturnValue0", ReturnValueAlias(0), valid:=True)
CheckVariable("$ReturnValue21", ReturnValueAlias(21), valid:=True)
CheckVariable("$ReturnValue3A", ReturnValueAlias(&H3A), valid:=False)
CheckVariable("$33", ObjectIdAlias(33), valid:=True)
CheckVariable("$03", ObjectIdAlias(3), valid:=False)
CheckVariable("$3A", ObjectIdAlias(&H3A), valid:=False)
CheckVariable("$0", ObjectIdAlias(1), valid:=False)
CheckVariable("$", ObjectIdAlias(1), valid:=False)
CheckVariable("$Unknown", ObjectIdAlias(1), valid:=False)
End Sub
Private Sub CheckVariable(variableName As String, [alias] As [Alias], valid As Boolean)
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = Evaluate(
s_simpleSource,
methodName:="C.M",
expr:=variableName,
aliases:=ImmutableArray.Create([alias]),
errorMessage:=errorMessage)
If valid Then
Dim expectedNames = {"<>x.<>m0(C)"}
Dim actualNames = testData.GetMethodsByName().Keys
AssertEx.SetEqual(expectedNames, actualNames)
Else
Assert.Equal(
String.Format("error BC30451: '{0}' is not declared. It may be inaccessible due to its protection level.", variableName),
errorMessage)
End If
End Sub
<Fact>
Public Sub CheckViability()
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = Evaluate(
s_simpleSource,
methodName:="C.M",
aliases:=ImmutableArray.Create(ReturnValueAlias()),
expr:="$ReturnValue(Of Object)",
errorMessage:=errorMessage)
Assert.Equal("error BC32045: '$ReturnValue' has no type parameters and so cannot have type arguments.", errorMessage)
Const source = "
Class C
Sub M()
Microsoft.VisualBasic.VBMath.Randomize()
End Sub
End Class
"
' Since the type of $ReturnValue2 is object, late binding will be attempted.
testData = Evaluate(
source,
methodName:="C.M",
expr:="$ReturnValue2()",
aliases:=ImmutableArray.Create(ReturnValueAlias(2)),
errorMessage:=errorMessage)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 19 (0x13)
.maxstack 3
IL_0000: ldc.i4.2
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: ldc.i4.0
IL_0007: newarr ""Object""
IL_000c: ldnull
IL_000d: call ""Function Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(Object, Object(), String()) As Object""
IL_0012: ret
}")
End Sub
''' <summary>
''' $exception may be accessed from closure class.
''' </summary>
<Fact>
Public Sub ExceptionInDisplayClass()
Const source = "
Imports System
Class C
Shared Function F(f1 as System.Func(Of Object)) As Object
Return f1()
End Function
Shared Sub M(o As Object)
End Sub
End Class
"
Dim errorMessage As String = Nothing
Dim testData = Evaluate(
source,
methodName:="C.M",
expr:="F(Function() If(o, $exception))",
aliases:=ImmutableArray.Create(ExceptionAlias()),
errorMessage:=errorMessage)
testData.GetMethodData("<>x._Closure$__0-0._Lambda$__0()").VerifyIL(
"{
// Code size 16 (0x10)
.maxstack 2
IL_0000: ldarg.0
IL_0001: ldfld ""<>x._Closure$__0-0.$VB$Local_o As Object""
IL_0006: dup
IL_0007: brtrue.s IL_000f
IL_0009: pop
IL_000a: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_000f: ret
}")
End Sub
<Fact>
Public Sub AssignException()
Const source = "
Class C
Shared Sub M(e As System.Exception)
End Sub
End Class
"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = New CompilationTestData()
context.CompileAssignment(
"e",
"If($exception.InnerException, $exception)",
ImmutableArray.Create(ExceptionAlias()),
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL("
{
// Code size 22 (0x16)
.maxstack 2
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: callvirt ""Function System.Exception.get_InnerException() As System.Exception""
IL_000a: dup
IL_000b: brtrue.s IL_0013
IL_000d: pop
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0013: starg.s V_0
IL_0015: ret
}
")
End Sub)
End Sub
<Fact>
Public Sub AssignToException()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = New CompilationTestData()
context.CompileAssignment(
"$exception",
"Nothing",
ImmutableArray.Create(ExceptionAlias()),
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData)
' CONSIDER: ERR_LValueRequired would be clearer.
Assert.Equal("error BC30064: 'ReadOnly' variable cannot be the target of an assignment.", errorMessage)
End Sub)
End Sub
<WorkItem(1100849, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1100849")>
<Fact>
Public Sub PassByRef()
Const source = "
Class C
Shared Function F(Of T)(ByRef t1 As T) As T
t1 = Nothing
Return t1
End Function
End Class
"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.F")
Dim aliases = ImmutableArray.Create(
ExceptionAlias(),
ReturnValueAlias(),
ObjectIdAlias(1),
VariableAlias("x", GetType(Integer)))
Dim errorMessage As String = Nothing
' $exception
Dim testData = New CompilationTestData()
context.CompileExpression(
"$exception = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Equal(errorMessage, "error BC30064: 'ReadOnly' variable cannot be the target of an assignment.")
testData = New CompilationTestData()
context.CompileExpression(
"F($exception)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
' In VB, non-l-values can be passed by ref - we
' just synthesize a temp and pass that.
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 14 (0xe)
.maxstack 1
.locals init (T V_0, //F
System.Exception V_1)
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: stloc.1
IL_0006: ldloca.s V_1
IL_0008: call ""Function C.F(Of System.Exception)(ByRef System.Exception) As System.Exception""
IL_000d: ret
}")
' $ReturnValue
testData = New CompilationTestData()
context.CompileExpression(
"$ReturnValue = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Equal(errorMessage, "error BC30064: 'ReadOnly' variable cannot be the target of an assignment.")
testData = New CompilationTestData()
context.CompileExpression(
"F($ReturnValue)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
' Object id
testData = New CompilationTestData()
context.CompileExpression(
"$1 = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Equal(errorMessage, "error BC30064: 'ReadOnly' variable cannot be the target of an assignment.")
testData = New CompilationTestData()
context.CompileExpression(
"F($1)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
' Existing pseudo-variable
testData = New CompilationTestData()
context.CompileExpression(
"x = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 13 (0xd)
.maxstack 2
.locals init (T V_0) //F
IL_0000: ldstr ""x""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Integer)(String) As Integer""
IL_000a: ldc.i4.0
IL_000b: stind.i4
IL_000c: ret
}")
testData = New CompilationTestData()
context.CompileExpression(
"F(x)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 16 (0x10)
.maxstack 1
.locals init (T V_0) //F
IL_0000: ldstr ""x""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Integer)(String) As Integer""
IL_000a: call ""Function C.F(Of Integer)(ByRef Integer) As Integer""
IL_000f: ret
}")
' Implicitly declared variable
testData = New CompilationTestData()
context.CompileExpression(
"y = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 43 (0x2b)
.maxstack 4
.locals init (T V_0, //F
System.Guid V_1)
IL_0000: ldtoken ""Object""
IL_0005: call ""Function System.Type.GetTypeFromHandle(System.RuntimeTypeHandle) As System.Type""
IL_000a: ldstr ""y""
IL_000f: ldloca.s V_1
IL_0011: initobj ""System.Guid""
IL_0017: ldloc.1
IL_0018: ldnull
IL_0019: call ""Sub Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.CreateVariable(System.Type, String, System.Guid, Byte())""
IL_001e: ldstr ""y""
IL_0023: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Object)(String) As Object""
IL_0028: ldnull
IL_0029: stind.ref
IL_002a: ret
}")
testData = New CompilationTestData()
context.CompileExpression(
"F(y)",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 47 (0x2f)
.maxstack 4
.locals init (T V_0, //F
System.Guid V_1)
IL_0000: ldtoken ""Object""
IL_0005: call ""Function System.Type.GetTypeFromHandle(System.RuntimeTypeHandle) As System.Type""
IL_000a: ldstr ""y""
IL_000f: ldloca.s V_1
IL_0011: initobj ""System.Guid""
IL_0017: ldloc.1
IL_0018: ldnull
IL_0019: call ""Sub Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.CreateVariable(System.Type, String, System.Guid, Byte())""
IL_001e: ldstr ""y""
IL_0023: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Object)(String) As Object""
IL_0028: call ""Function C.F(Of Object)(ByRef Object) As Object""
IL_002d: pop
IL_002e: ret
}")
End Sub)
End Sub
''' <summary>
''' Assembly-qualified type names from the debugger refer to runtime assemblies
''' which may be different versions than the assembly references in metadata.
''' </summary>
<WorkItem(1087458, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1087458")>
<Fact>
Public Sub DifferentAssemblyVersion()
Const sourceA =
"Public Class A(Of T)
End Class"
Const sourceB =
"Class B(Of T)
End Class
Class C
Shared Sub M()
Dim o As New A(Of Object)()
End Sub
End Class"
Const assemblyNameA = "397300B1-A"
Const assemblyNameB = "397300B1-B"
Dim publicKeyA = ImmutableArray.CreateRange(Of Byte)({&H0, &H24, &H0, &H0, &H4, &H80, &H0, &H0, &H94, &H0, &H0, &H0, &H6, &H2, &H0, &H0, &H0, &H24, &H0, &H0, &H52, &H53, &H41, &H31, &H0, &H4, &H0, &H0, &H1, &H0, &H1, &H0, &HED, &HD3, &H22, &HCB, &H6B, &HF8, &HD4, &HA2, &HFC, &HCC, &H87, &H37, &H4, &H6, &H4, &HCE, &HE7, &HB2, &HA6, &HF8, &H4A, &HEE, &HF3, &H19, &HDF, &H5B, &H95, &HE3, &H7A, &H6A, &H28, &H24, &HA4, &HA, &H83, &H83, &HBD, &HBA, &HF2, &HF2, &H52, &H20, &HE9, &HAA, &H3B, &HD1, &HDD, &HE4, &H9A, &H9A, &H9C, &HC0, &H30, &H8F, &H1, &H40, &H6, &HE0, &H2B, &H95, &H62, &H89, &H2A, &H34, &H75, &H22, &H68, &H64, &H6E, &H7C, &H2E, &H83, &H50, &H5A, &HCE, &H7B, &HB, &HE8, &HF8, &H71, &HE6, &HF7, &H73, &H8E, &HEB, &H84, &HD2, &H73, &H5D, &H9D, &HBE, &H5E, &HF5, &H90, &HF9, &HAB, &HA, &H10, &H7E, &H23, &H48, &HF4, &HAD, &H70, &H2E, &HF7, &HD4, &H51, &HD5, &H8B, &H3A, &HF7, &HCA, &H90, &H4C, &HDC, &H80, &H19, &H26, &H65, &HC9, &H37, &HBD, &H52, &H81, &HF1, &H8B, &HCD})
Dim compilationA1 = CreateEmptyCompilation(
New AssemblyIdentity(assemblyNameA, New Version(1, 1, 1, 1), cultureName:="", publicKeyOrToken:=publicKeyA, hasPublicKey:=True),
{sourceA},
references:={MscorlibRef_v20},
options:=TestOptions.DebugDll.WithDelaySign(True))
Dim compilationB1 = CreateEmptyCompilation(
New AssemblyIdentity(assemblyNameB, New Version(1, 2, 2, 2)),
{sourceB},
references:={MscorlibRef_v20, compilationA1.EmitToImageReference()},
options:=TestOptions.DebugDll)
' Use mscorlib v4.0.0.0 and A v2.1.2.1 at runtime.
Dim compilationA2 = CreateEmptyCompilation(
New AssemblyIdentity(assemblyNameA, New Version(2, 1, 2, 1), cultureName:="", publicKeyOrToken:=publicKeyA, hasPublicKey:=True),
{sourceA},
references:={MscorlibRef_v20},
options:=TestOptions.DebugDll.WithDelaySign(True))
WithRuntimeInstance(compilationB1, {MscorlibRef, compilationA2.EmitToImageReference()},
Sub(runtime)
' GetType(Exception), GetType(A(Of B(Of Object))), GetType(B(Of A(Of Object)()))
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ExceptionAlias("System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"),
ObjectIdAlias(1, "A`1[[B`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], 397300B1-B, Version=1.2.2.2, Culture=neutral, PublicKeyToken=null]], 397300B1-A, Version=2.1.2.1, Culture=neutral, PublicKeyToken=1f8a32457d187bf3"),
ObjectIdAlias(2, "B`1[[A`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][], 397300B1-A, Version=2.1.2.1, Culture=neutral, PublicKeyToken=1f8a32457d187bf3]], 397300B1-B, Version=1.2.2.2, Culture=neutral, PublicKeyToken=null"))
Dim errorMessage As String = Nothing
Dim testData As New CompilationTestData()
context.CompileExpression(
"If(If($exception, $1), $2)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 44 (0x2c)
.maxstack 2
.locals init (A(Of Object) V_0) //o
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: dup
IL_0006: brtrue.s IL_0018
IL_0008: pop
IL_0009: ldstr ""$1""
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_0013: castclass ""A(Of B(Of Object))""
IL_0018: dup
IL_0019: brtrue.s IL_002b
IL_001b: pop
IL_001c: ldstr ""$2""
IL_0021: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_0026: castclass ""B(Of A(Of Object)())""
IL_002b: ret
}")
End Sub)
End Sub
''' <summary>
''' The assembly-qualified type may reference an assembly
''' outside of the current module and its references.
''' </summary>
<WorkItem(1092680, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1092680")>
<Fact>
Public Sub TypeOutsideModule()
Const sourceA =
"Imports System
Public Class A(Of T)
Public Shared Sub M(f As Action)
Dim o As Object
Try
f()
Catch e As Exception
End Try
End Sub
End Class"
Const sourceB =
"Imports System
Class E
Inherits Exception
Friend F As Object
End Class
Class B
Shared Sub Main()
A(Of Integer).M(Sub()
Throw New E()
End Sub)
End Sub
End Class"
Dim assemblyNameA = "0B93FF0B-31A2-47C8-B24D-16A2D77AB5C5"
Dim compilationA = CreateCompilationWithMscorlib40AndVBRuntime(MakeSources(sourceA, assemblyName:=assemblyNameA), options:=TestOptions.DebugDll)
Dim moduleA = compilationA.ToModuleInstance()
Dim assemblyNameB = "9BBC6622-86EB-4EC5-94A1-9A1E6D0C24B9"
Dim compilationB = CreateCompilationWithMscorlib40AndVBRuntimeAndReferences(MakeSources(sourceB, assemblyName:=assemblyNameB), options:=TestOptions.DebugDll, references:={moduleA.GetReference()})
Dim moduleB = compilationB.ToModuleInstance()
Dim runtime = CreateRuntimeInstance(
{
MscorlibRef.ToModuleInstance(),
moduleA,
moduleB,
ExpressionCompilerTestHelpers.IntrinsicAssemblyReference.ToModuleInstance()
})
Dim context = CreateMethodContext(runtime, "A.M")
Dim aliases = ImmutableArray.Create(ExceptionAlias("E, 9BBC6622-86EB-4EC5-94A1-9A1E6D0C24B9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"$exception",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x(Of T).<>m0").VerifyIL(
"{
// Code size 11 (0xb)
.maxstack 1
.locals init (Object V_0, //o
System.Exception V_1)
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: castclass ""E""
IL_000a: ret
}")
context = CreateMethodContext(runtime, "A.M")
aliases = ImmutableArray.Create(
ObjectIdAlias(1, "A`1[[B, 9BBC6622-86EB-4EC5-94A1-9A1E6D0C24B9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]], 0B93FF0B-31A2-47C8-B24D-16A2D77AB5C5, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"))
Dim resultProperties As ResultProperties = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
testData = New CompilationTestData()
context.CompileAssignment(
"o",
"$1",
aliases,
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData)
Assert.Empty(missingAssemblyIdentities)
testData.GetMethodData("<>x(Of T).<>m0").VerifyIL(
"{
// Code size 17 (0x11)
.maxstack 1
.locals init (Object V_0, //o
System.Exception V_1)
IL_0000: ldstr ""$1""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: castclass ""A(Of B)""
IL_000f: stloc.0
IL_0010: ret
}")
End Sub
Private Overloads Function Evaluate(
source As String,
methodName As String,
expr As String,
aliases As ImmutableArray(Of [Alias]),
ByRef errorMessage As String) As CompilationTestData
Dim comp = CreateEmptyCompilationWithReferences(
{Parse(source)},
{MscorlibRef_v4_0_30316_17626, SystemRef, MsvbRef},
options:=TestOptions.DebugDll)
Dim runtime = CreateRuntimeInstance(comp)
Dim context = CreateMethodContext(runtime, methodName)
Dim testData = New CompilationTestData()
Dim result = context.CompileExpression(
expr,
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Return testData
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.ExpressionEvaluator
Imports Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator
Imports Microsoft.CodeAnalysis.VisualBasic.UnitTests
Imports Microsoft.DiaSymReader
Imports Microsoft.VisualStudio.Debugger.Clr
Imports Microsoft.VisualStudio.Debugger.Evaluation
Imports Roslyn.Test.PdbUtilities
Imports Roslyn.Test.Utilities
Imports Xunit
Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.UnitTests
Public Class PseudoVariableTests
Inherits ExpressionCompilerTestBase
Private Const s_simpleSource = "
Class C
Sub M()
End Sub
End Class
"
<Fact>
Public Sub UnrecognizedVariable()
Dim errorMessage As String = Nothing
Evaluate(
s_simpleSource,
methodName:="C.M",
expr:="$v",
aliases:=ImmutableArray(Of [Alias]).Empty,
errorMessage:=errorMessage)
Assert.Equal("error BC30451: '$v' is not declared. It may be inaccessible due to its protection level.", errorMessage)
End Sub
<Fact>
Public Sub GlobalName()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll)
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
context.CompileExpression(
"Global.$v",
DkmEvaluationFlags.TreatAsExpression,
NoAliases,
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData:=Nothing)
Assert.Equal("error BC30456: '$v' is not a member of 'Global'.", errorMessage)
End Sub)
End Sub
<Fact>
Public Sub Qualified()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll)
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
context.CompileExpression(
"Me.$v",
DkmEvaluationFlags.TreatAsExpression,
NoAliases,
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData:=Nothing)
Assert.Equal("error BC30456: '$v' is not a member of 'C'.", errorMessage)
End Sub)
End Sub
<Fact>
Public Sub Exception()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ExceptionAlias(GetType(IO.IOException)),
ExceptionAlias(GetType(InvalidOperationException), stowed:=True))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"If($Exception, If($exception, $stowedexception))",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Equal(testData.Methods.Count, 1)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 39 (0x27)
.maxstack 2
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: castclass ""System.IO.IOException""
IL_000a: dup
IL_000b: brtrue.s IL_0026
IL_000d: pop
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0013: castclass ""System.IO.IOException""
IL_0018: dup
IL_0019: brtrue.s IL_0026
IL_001b: pop
IL_001c: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetStowedException() As System.Exception""
IL_0021: castclass ""System.InvalidOperationException""
IL_0026: ret
}")
End Sub)
End Sub
<Fact>
Public Sub ReturnValue()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ReturnValueAlias(type:=GetType(Object)),
ReturnValueAlias(2, GetType(String)))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"If($ReturnValue, $ReturnValue2)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 22 (0x16)
.maxstack 2
IL_0000: ldc.i4.0
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: dup
IL_0007: brtrue.s IL_0015
IL_0009: pop
IL_000a: ldc.i4.2
IL_000b: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0010: castclass ""String""
IL_0015: ret
}")
' Value type $ReturnValue.
aliases = ImmutableArray.Create(ReturnValueAlias(type:=GetType(Integer?)))
testData = New CompilationTestData()
context.CompileExpression(
"DirectCast($ReturnValue, Integer?).HasValue",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 20 (0x14)
.maxstack 1
.locals init (Integer? V_0)
IL_0000: ldc.i4.0
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: unbox.any ""Integer?""
IL_000b: stloc.0
IL_000c: ldloca.s V_0
IL_000e: call ""Function Integer?.get_HasValue() As Boolean""
IL_0013: ret
}")
End Sub)
End Sub
<Fact>
Public Sub ReturnValueNegative()
Const source = "
Class C
Sub M()
Microsoft.VisualBasic.VBMath.Randomize()
End Sub
End Class
"
Dim errorMessage As String = Nothing
Dim testData = Evaluate(
source,
methodName:="C.M",
expr:="$returnvalue-2",
aliases:=ImmutableArray.Create(ReturnValueAlias()),
errorMessage:=errorMessage) ' Subtraction, not a negative index.
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 18 (0x12)
.maxstack 2
IL_0000: ldc.i4.0
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: ldc.i4.2
IL_0007: box ""Integer""
IL_000c: call ""Function Microsoft.VisualBasic.CompilerServices.Operators.SubtractObject(Object, Object) As Object""
IL_0011: ret
}")
End Sub
<Fact>
Public Sub ObjectId()
Const source =
"Class C
Shared Sub M()
End Sub
End Class"
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = Evaluate(
source,
methodName:="C.M",
expr:="If($23, $4.BaseType)",
aliases:=ImmutableArray.Create(ObjectIdAlias(23, GetType(String)), ObjectIdAlias(4, GetType(Type))),
errorMessage:=errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 40 (0x28)
.maxstack 2
IL_0000: ldstr ""$23""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: castclass ""String""
IL_000f: dup
IL_0010: brtrue.s IL_0027
IL_0012: pop
IL_0013: ldstr ""$4""
IL_0018: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_001d: castclass ""System.Type""
IL_0022: callvirt ""Function System.Type.get_BaseType() As System.Type""
IL_0027: ret
}")
End Sub
<Fact>
Public Sub PlaceholderMethodNameNormalization()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ExceptionAlias(GetType(IO.IOException)),
ExceptionAlias(GetType(Exception), stowed:=True))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"If($ExcEptIOn, $SToWeDeXCePTioN)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 20 (0x14)
.maxstack 2
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: castclass ""System.IO.IOException""
IL_000a: dup
IL_000b: brtrue.s IL_0013
IL_000d: pop
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetStowedException() As System.Exception""
IL_0013: ret
}")
End Sub)
End Sub
<WorkItem(1101017, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1101017")>
<Fact>
Public Sub NestedGenericValueType()
Const source =
"Class C
Friend Structure S(Of T)
Friend F As T
End Structure
Shared Sub M()
End Sub
End Class"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
VariableAlias("s", "C+S`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"s.F + 1",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 23 (0x17)
.maxstack 2
IL_0000: ldstr ""s""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: unbox.any ""C.S(Of Integer)""
IL_000f: ldfld ""C.S(Of Integer).F As Integer""
IL_0014: ldc.i4.1
IL_0015: add.ovf
IL_0016: ret
}")
End Sub)
End Sub
<Fact>
Public Sub ArrayType()
Const source =
"Class C
Friend F As Object
Shared Sub M()
End Sub
End Class"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
VariableAlias("a", "C[]"),
VariableAlias("b", "System.Int32[,], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"a(b(1, 0)).F",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 44 (0x2c)
.maxstack 4
IL_0000: ldstr ""a""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: castclass ""C()""
IL_000f: ldstr ""b""
IL_0014: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_0019: castclass ""Integer(,)""
IL_001e: ldc.i4.1
IL_001f: ldc.i4.0
IL_0020: call ""Integer(*,*).Get""
IL_0025: ldelem.ref
IL_0026: ldfld ""C.F As Object""
IL_002b: ret
}")
End Sub)
End Sub
<Fact>
Public Sub Variables()
CheckVariable("$exception", ExceptionAlias(), valid:=True)
CheckVariable("$eXCePTioN", ExceptionAlias(), valid:=True)
CheckVariable("$stowedexception", ExceptionAlias(stowed:=True), valid:=True)
CheckVariable("$stOwEdExcEptIOn", ExceptionAlias(stowed:=True), valid:=True)
CheckVariable("$ReturnValue", ReturnValueAlias(), valid:=True)
CheckVariable("$rEtUrnvAlUe", ReturnValueAlias(), valid:=True)
CheckVariable("$ReturnValue0", ReturnValueAlias(0), valid:=True)
CheckVariable("$ReturnValue21", ReturnValueAlias(21), valid:=True)
CheckVariable("$ReturnValue3A", ReturnValueAlias(&H3A), valid:=False)
CheckVariable("$33", ObjectIdAlias(33), valid:=True)
CheckVariable("$03", ObjectIdAlias(3), valid:=False)
CheckVariable("$3A", ObjectIdAlias(&H3A), valid:=False)
CheckVariable("$0", ObjectIdAlias(1), valid:=False)
CheckVariable("$", ObjectIdAlias(1), valid:=False)
CheckVariable("$Unknown", ObjectIdAlias(1), valid:=False)
End Sub
Private Sub CheckVariable(variableName As String, [alias] As [Alias], valid As Boolean)
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = Evaluate(
s_simpleSource,
methodName:="C.M",
expr:=variableName,
aliases:=ImmutableArray.Create([alias]),
errorMessage:=errorMessage)
If valid Then
Dim expectedNames = {"<>x.<>m0(C)"}
Dim actualNames = testData.GetMethodsByName().Keys
AssertEx.SetEqual(expectedNames, actualNames)
Else
Assert.Equal(
String.Format("error BC30451: '{0}' is not declared. It may be inaccessible due to its protection level.", variableName),
errorMessage)
End If
End Sub
<Fact>
Public Sub CheckViability()
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = Evaluate(
s_simpleSource,
methodName:="C.M",
aliases:=ImmutableArray.Create(ReturnValueAlias()),
expr:="$ReturnValue(Of Object)",
errorMessage:=errorMessage)
Assert.Equal("error BC32045: '$ReturnValue' has no type parameters and so cannot have type arguments.", errorMessage)
Const source = "
Class C
Sub M()
Microsoft.VisualBasic.VBMath.Randomize()
End Sub
End Class
"
' Since the type of $ReturnValue2 is object, late binding will be attempted.
testData = Evaluate(
source,
methodName:="C.M",
expr:="$ReturnValue2()",
aliases:=ImmutableArray.Create(ReturnValueAlias(2)),
errorMessage:=errorMessage)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 19 (0x13)
.maxstack 3
IL_0000: ldc.i4.2
IL_0001: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetReturnValue(Integer) As Object""
IL_0006: ldc.i4.0
IL_0007: newarr ""Object""
IL_000c: ldnull
IL_000d: call ""Function Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(Object, Object(), String()) As Object""
IL_0012: ret
}")
End Sub
''' <summary>
''' $exception may be accessed from closure class.
''' </summary>
<Fact>
Public Sub ExceptionInDisplayClass()
Const source = "
Imports System
Class C
Shared Function F(f1 as System.Func(Of Object)) As Object
Return f1()
End Function
Shared Sub M(o As Object)
End Sub
End Class
"
Dim errorMessage As String = Nothing
Dim testData = Evaluate(
source,
methodName:="C.M",
expr:="F(Function() If(o, $exception))",
aliases:=ImmutableArray.Create(ExceptionAlias()),
errorMessage:=errorMessage)
testData.GetMethodData("<>x._Closure$__0-0._Lambda$__0()").VerifyIL(
"{
// Code size 16 (0x10)
.maxstack 2
IL_0000: ldarg.0
IL_0001: ldfld ""<>x._Closure$__0-0.$VB$Local_o As Object""
IL_0006: dup
IL_0007: brtrue.s IL_000f
IL_0009: pop
IL_000a: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_000f: ret
}")
End Sub
<Fact>
Public Sub AssignException()
Const source = "
Class C
Shared Sub M(e As System.Exception)
End Sub
End Class
"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = New CompilationTestData()
context.CompileAssignment(
"e",
"If($exception.InnerException, $exception)",
ImmutableArray.Create(ExceptionAlias()),
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL("
{
// Code size 22 (0x16)
.maxstack 2
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: callvirt ""Function System.Exception.get_InnerException() As System.Exception""
IL_000a: dup
IL_000b: brtrue.s IL_0013
IL_000d: pop
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0013: starg.s V_0
IL_0015: ret
}
")
End Sub)
End Sub
<Fact>
Public Sub AssignToException()
Dim comp = CreateCompilationWithMscorlib40({s_simpleSource}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.M")
Dim resultProperties As ResultProperties = Nothing
Dim errorMessage As String = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
Dim testData = New CompilationTestData()
context.CompileAssignment(
"$exception",
"Nothing",
ImmutableArray.Create(ExceptionAlias()),
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData)
' CONSIDER: ERR_LValueRequired would be clearer.
Assert.Equal("error BC30064: 'ReadOnly' variable cannot be the target of an assignment.", errorMessage)
End Sub)
End Sub
<WorkItem(1100849, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1100849")>
<Fact>
Public Sub PassByRef()
Const source = "
Class C
Shared Function F(Of T)(ByRef t1 As T) As T
t1 = Nothing
Return t1
End Function
End Class
"
Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=ExpressionCompilerUtilities.GenerateUniqueName())
WithRuntimeInstance(comp,
Sub(runtime)
Dim context = CreateMethodContext(runtime, "C.F")
Dim aliases = ImmutableArray.Create(
ExceptionAlias(),
ReturnValueAlias(),
ObjectIdAlias(1),
VariableAlias("x", GetType(Integer)))
Dim errorMessage As String = Nothing
' $exception
Dim testData = New CompilationTestData()
context.CompileExpression(
"$exception = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Equal(errorMessage, "error BC30064: 'ReadOnly' variable cannot be the target of an assignment.")
testData = New CompilationTestData()
context.CompileExpression(
"F($exception)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
' In VB, non-l-values can be passed by ref - we
' just synthesize a temp and pass that.
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 14 (0xe)
.maxstack 1
.locals init (T V_0, //F
System.Exception V_1)
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: stloc.1
IL_0006: ldloca.s V_1
IL_0008: call ""Function C.F(Of System.Exception)(ByRef System.Exception) As System.Exception""
IL_000d: ret
}")
' $ReturnValue
testData = New CompilationTestData()
context.CompileExpression(
"$ReturnValue = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Equal(errorMessage, "error BC30064: 'ReadOnly' variable cannot be the target of an assignment.")
testData = New CompilationTestData()
context.CompileExpression(
"F($ReturnValue)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
' Object id
testData = New CompilationTestData()
context.CompileExpression(
"$1 = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Equal(errorMessage, "error BC30064: 'ReadOnly' variable cannot be the target of an assignment.")
testData = New CompilationTestData()
context.CompileExpression(
"F($1)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
' Existing pseudo-variable
testData = New CompilationTestData()
context.CompileExpression(
"x = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 13 (0xd)
.maxstack 2
.locals init (T V_0) //F
IL_0000: ldstr ""x""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Integer)(String) As Integer""
IL_000a: ldc.i4.0
IL_000b: stind.i4
IL_000c: ret
}")
testData = New CompilationTestData()
context.CompileExpression(
"F(x)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 16 (0x10)
.maxstack 1
.locals init (T V_0) //F
IL_0000: ldstr ""x""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Integer)(String) As Integer""
IL_000a: call ""Function C.F(Of Integer)(ByRef Integer) As Integer""
IL_000f: ret
}")
' Implicitly declared variable
testData = New CompilationTestData()
context.CompileExpression(
"y = Nothing",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 43 (0x2b)
.maxstack 4
.locals init (T V_0, //F
System.Guid V_1)
IL_0000: ldtoken ""Object""
IL_0005: call ""Function System.Type.GetTypeFromHandle(System.RuntimeTypeHandle) As System.Type""
IL_000a: ldstr ""y""
IL_000f: ldloca.s V_1
IL_0011: initobj ""System.Guid""
IL_0017: ldloc.1
IL_0018: ldnull
IL_0019: call ""Sub Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.CreateVariable(System.Type, String, System.Guid, Byte())""
IL_001e: ldstr ""y""
IL_0023: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Object)(String) As Object""
IL_0028: ldnull
IL_0029: stind.ref
IL_002a: ret
}")
testData = New CompilationTestData()
context.CompileExpression(
"F(y)",
DkmEvaluationFlags.None,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 47 (0x2f)
.maxstack 4
.locals init (T V_0, //F
System.Guid V_1)
IL_0000: ldtoken ""Object""
IL_0005: call ""Function System.Type.GetTypeFromHandle(System.RuntimeTypeHandle) As System.Type""
IL_000a: ldstr ""y""
IL_000f: ldloca.s V_1
IL_0011: initobj ""System.Guid""
IL_0017: ldloc.1
IL_0018: ldnull
IL_0019: call ""Sub Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.CreateVariable(System.Type, String, System.Guid, Byte())""
IL_001e: ldstr ""y""
IL_0023: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetVariableAddress(Of Object)(String) As Object""
IL_0028: call ""Function C.F(Of Object)(ByRef Object) As Object""
IL_002d: pop
IL_002e: ret
}")
End Sub)
End Sub
''' <summary>
''' Assembly-qualified type names from the debugger refer to runtime assemblies
''' which may be different versions than the assembly references in metadata.
''' </summary>
<WorkItem(1087458, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1087458")>
<Fact>
Public Sub DifferentAssemblyVersion()
Const sourceA =
"Public Class A(Of T)
End Class"
Const sourceB =
"Class B(Of T)
End Class
Class C
Shared Sub M()
Dim o As New A(Of Object)()
End Sub
End Class"
Const assemblyNameA = "397300B1-A"
Const assemblyNameB = "397300B1-B"
Dim publicKeyA = ImmutableArray.CreateRange(Of Byte)({&H0, &H24, &H0, &H0, &H4, &H80, &H0, &H0, &H94, &H0, &H0, &H0, &H6, &H2, &H0, &H0, &H0, &H24, &H0, &H0, &H52, &H53, &H41, &H31, &H0, &H4, &H0, &H0, &H1, &H0, &H1, &H0, &HED, &HD3, &H22, &HCB, &H6B, &HF8, &HD4, &HA2, &HFC, &HCC, &H87, &H37, &H4, &H6, &H4, &HCE, &HE7, &HB2, &HA6, &HF8, &H4A, &HEE, &HF3, &H19, &HDF, &H5B, &H95, &HE3, &H7A, &H6A, &H28, &H24, &HA4, &HA, &H83, &H83, &HBD, &HBA, &HF2, &HF2, &H52, &H20, &HE9, &HAA, &H3B, &HD1, &HDD, &HE4, &H9A, &H9A, &H9C, &HC0, &H30, &H8F, &H1, &H40, &H6, &HE0, &H2B, &H95, &H62, &H89, &H2A, &H34, &H75, &H22, &H68, &H64, &H6E, &H7C, &H2E, &H83, &H50, &H5A, &HCE, &H7B, &HB, &HE8, &HF8, &H71, &HE6, &HF7, &H73, &H8E, &HEB, &H84, &HD2, &H73, &H5D, &H9D, &HBE, &H5E, &HF5, &H90, &HF9, &HAB, &HA, &H10, &H7E, &H23, &H48, &HF4, &HAD, &H70, &H2E, &HF7, &HD4, &H51, &HD5, &H8B, &H3A, &HF7, &HCA, &H90, &H4C, &HDC, &H80, &H19, &H26, &H65, &HC9, &H37, &HBD, &H52, &H81, &HF1, &H8B, &HCD})
Dim compilationA1 = CreateEmptyCompilation(
New AssemblyIdentity(assemblyNameA, New Version(1, 1, 1, 1), cultureName:="", publicKeyOrToken:=publicKeyA, hasPublicKey:=True),
{sourceA},
references:={MscorlibRef_v20},
options:=TestOptions.DebugDll.WithDelaySign(True))
Dim compilationB1 = CreateEmptyCompilation(
New AssemblyIdentity(assemblyNameB, New Version(1, 2, 2, 2)),
{sourceB},
references:={MscorlibRef_v20, compilationA1.EmitToImageReference()},
options:=TestOptions.DebugDll)
' Use mscorlib v4.0.0.0 and A v2.1.2.1 at runtime.
Dim compilationA2 = CreateEmptyCompilation(
New AssemblyIdentity(assemblyNameA, New Version(2, 1, 2, 1), cultureName:="", publicKeyOrToken:=publicKeyA, hasPublicKey:=True),
{sourceA},
references:={MscorlibRef_v20},
options:=TestOptions.DebugDll.WithDelaySign(True))
WithRuntimeInstance(compilationB1, {MscorlibRef, compilationA2.EmitToImageReference()},
Sub(runtime)
' GetType(Exception), GetType(A(Of B(Of Object))), GetType(B(Of A(Of Object)()))
Dim context = CreateMethodContext(runtime, "C.M")
Dim aliases = ImmutableArray.Create(
ExceptionAlias("System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"),
ObjectIdAlias(1, "A`1[[B`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], 397300B1-B, Version=1.2.2.2, Culture=neutral, PublicKeyToken=null]], 397300B1-A, Version=2.1.2.1, Culture=neutral, PublicKeyToken=1f8a32457d187bf3"),
ObjectIdAlias(2, "B`1[[A`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][], 397300B1-A, Version=2.1.2.1, Culture=neutral, PublicKeyToken=1f8a32457d187bf3]], 397300B1-B, Version=1.2.2.2, Culture=neutral, PublicKeyToken=null"))
Dim errorMessage As String = Nothing
Dim testData As New CompilationTestData()
context.CompileExpression(
"If(If($exception, $1), $2)",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
testData.GetMethodData("<>x.<>m0").VerifyIL(
"{
// Code size 44 (0x2c)
.maxstack 2
.locals init (A(Of Object) V_0) //o
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: dup
IL_0006: brtrue.s IL_0018
IL_0008: pop
IL_0009: ldstr ""$1""
IL_000e: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_0013: castclass ""A(Of B(Of Object))""
IL_0018: dup
IL_0019: brtrue.s IL_002b
IL_001b: pop
IL_001c: ldstr ""$2""
IL_0021: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_0026: castclass ""B(Of A(Of Object)())""
IL_002b: ret
}")
End Sub)
End Sub
''' <summary>
''' The assembly-qualified type may reference an assembly
''' outside of the current module and its references.
''' </summary>
<WorkItem(1092680, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1092680")>
<Fact>
Public Sub TypeOutsideModule()
Const sourceA =
"Imports System
Public Class A(Of T)
Public Shared Sub M(f As Action)
Dim o As Object
Try
f()
Catch e As Exception
End Try
End Sub
End Class"
Const sourceB =
"Imports System
Class E
Inherits Exception
Friend F As Object
End Class
Class B
Shared Sub Main()
A(Of Integer).M(Sub()
Throw New E()
End Sub)
End Sub
End Class"
Dim assemblyNameA = "0B93FF0B-31A2-47C8-B24D-16A2D77AB5C5"
Dim compilationA = CreateCompilationWithMscorlib40AndVBRuntime(MakeSources(sourceA, assemblyName:=assemblyNameA), options:=TestOptions.DebugDll)
Dim moduleA = compilationA.ToModuleInstance()
Dim assemblyNameB = "9BBC6622-86EB-4EC5-94A1-9A1E6D0C24B9"
Dim compilationB = CreateCompilationWithMscorlib40AndVBRuntimeAndReferences(MakeSources(sourceB, assemblyName:=assemblyNameB), options:=TestOptions.DebugDll, references:={moduleA.GetReference()})
Dim moduleB = compilationB.ToModuleInstance()
Dim runtime = CreateRuntimeInstance(
{
MscorlibRef.ToModuleInstance(),
moduleA,
moduleB,
ExpressionCompilerTestHelpers.IntrinsicAssemblyReference.ToModuleInstance()
})
Dim context = CreateMethodContext(runtime, "A.M")
Dim aliases = ImmutableArray.Create(ExceptionAlias("E, 9BBC6622-86EB-4EC5-94A1-9A1E6D0C24B9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"))
Dim errorMessage As String = Nothing
Dim testData = New CompilationTestData()
context.CompileExpression(
"$exception",
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Assert.Null(errorMessage)
testData.GetMethodData("<>x(Of T).<>m0").VerifyIL(
"{
// Code size 11 (0xb)
.maxstack 1
.locals init (Object V_0, //o
System.Exception V_1)
IL_0000: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetException() As System.Exception""
IL_0005: castclass ""E""
IL_000a: ret
}")
context = CreateMethodContext(runtime, "A.M")
aliases = ImmutableArray.Create(
ObjectIdAlias(1, "A`1[[B, 9BBC6622-86EB-4EC5-94A1-9A1E6D0C24B9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]], 0B93FF0B-31A2-47C8-B24D-16A2D77AB5C5, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"))
Dim resultProperties As ResultProperties = Nothing
Dim missingAssemblyIdentities As ImmutableArray(Of AssemblyIdentity) = Nothing
testData = New CompilationTestData()
context.CompileAssignment(
"o",
"$1",
aliases,
DebuggerDiagnosticFormatter.Instance,
resultProperties,
errorMessage,
missingAssemblyIdentities,
EnsureEnglishUICulture.PreferredOrNull,
testData)
Assert.Empty(missingAssemblyIdentities)
testData.GetMethodData("<>x(Of T).<>m0").VerifyIL(
"{
// Code size 17 (0x11)
.maxstack 1
.locals init (Object V_0, //o
System.Exception V_1)
IL_0000: ldstr ""$1""
IL_0005: call ""Function Microsoft.VisualStudio.Debugger.Clr.IntrinsicMethods.GetObjectByAlias(String) As Object""
IL_000a: castclass ""A(Of B)""
IL_000f: stloc.0
IL_0010: ret
}")
End Sub
Private Overloads Function Evaluate(
source As String,
methodName As String,
expr As String,
aliases As ImmutableArray(Of [Alias]),
ByRef errorMessage As String) As CompilationTestData
Dim comp = CreateEmptyCompilationWithReferences(
{Parse(source)},
{MscorlibRef_v4_0_30316_17626, SystemRef, MsvbRef},
options:=TestOptions.DebugDll)
Dim runtime = CreateRuntimeInstance(comp)
Dim context = CreateMethodContext(runtime, methodName)
Dim testData = New CompilationTestData()
Dim result = context.CompileExpression(
expr,
DkmEvaluationFlags.TreatAsExpression,
aliases,
errorMessage,
testData)
Return testData
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.CodeAnalysis.Internal.Log;
using Microsoft.CodeAnalysis.Options;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.CodeAnalysis.Text;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Tagging;
using Microsoft.VisualStudio.Threading;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Editor.Tagging
{
internal partial class AbstractAsynchronousTaggerProvider<TTag>
{
private partial class TagSource
{
private void OnCaretPositionChanged(object? _, CaretPositionChangedEventArgs e)
{
this.AssertIsForeground();
Debug.Assert(_dataSource.CaretChangeBehavior.HasFlag(TaggerCaretChangeBehavior.RemoveAllTagsOnCaretMoveOutsideOfTag));
var caret = _dataSource.GetCaretPoint(_textViewOpt, _subjectBuffer);
if (caret.HasValue)
{
// If it changed position and we're still in a tag, there's nothing more to do
var currentTags = TryGetTagIntervalTreeForBuffer(caret.Value.Snapshot.TextBuffer);
if (currentTags != null && currentTags.GetIntersectingSpans(new SnapshotSpan(caret.Value, 0)).Count > 0)
{
// Caret is inside a tag. No need to do anything.
return;
}
}
RemoveAllTags();
}
private void RemoveAllTags()
{
this.AssertIsForeground();
var oldTagTrees = this.CachedTagTrees;
this.CachedTagTrees = ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>>.Empty;
var snapshot = _subjectBuffer.CurrentSnapshot;
var oldTagTree = GetTagTree(snapshot, oldTagTrees);
// everything from old tree is removed.
RaiseTagsChanged(snapshot.TextBuffer, new DiffResult(added: null, removed: new(oldTagTree.GetSpans(snapshot).Select(s => s.Span))));
}
private void OnSubjectBufferChanged(object? _, TextContentChangedEventArgs e)
{
this.AssertIsForeground();
UpdateTagsForTextChange(e);
AccumulateTextChanges(e);
}
private void AccumulateTextChanges(TextContentChangedEventArgs contentChanged)
{
this.AssertIsForeground();
var contentChanges = contentChanged.Changes;
var count = contentChanges.Count;
switch (count)
{
case 0:
return;
case 1:
// PERF: Optimize for the simple case of typing on a line.
{
var c = contentChanges[0];
var textChangeRange = new TextChangeRange(new TextSpan(c.OldSpan.Start, c.OldSpan.Length), c.NewLength);
this.AccumulatedTextChanges = this.AccumulatedTextChanges == null
? textChangeRange
: this.AccumulatedTextChanges.Accumulate(SpecializedCollections.SingletonEnumerable(textChangeRange));
}
break;
default:
{
using var _ = ArrayBuilder<TextChangeRange>.GetInstance(count, out var textChangeRanges);
foreach (var c in contentChanges)
textChangeRanges.Add(new TextChangeRange(new TextSpan(c.OldSpan.Start, c.OldSpan.Length), c.NewLength));
this.AccumulatedTextChanges = this.AccumulatedTextChanges.Accumulate(textChangeRanges);
break;
}
}
}
private void UpdateTagsForTextChange(TextContentChangedEventArgs e)
{
this.AssertIsForeground();
if (_dataSource.TextChangeBehavior.HasFlag(TaggerTextChangeBehavior.RemoveAllTags))
{
this.RemoveAllTags();
return;
}
// Don't bother going forward if we're not going adjust any tags based on edits.
if (_dataSource.TextChangeBehavior.HasFlag(TaggerTextChangeBehavior.RemoveTagsThatIntersectEdits))
{
RemoveTagsThatIntersectEdit(e);
return;
}
}
private void RemoveTagsThatIntersectEdit(TextContentChangedEventArgs e)
{
if (e.Changes.Count == 0)
return;
var buffer = e.After.TextBuffer;
if (!this.CachedTagTrees.TryGetValue(buffer, out var treeForBuffer))
return;
var tagsToRemove = e.Changes.SelectMany(c => treeForBuffer.GetIntersectingSpans(new SnapshotSpan(e.After, c.NewSpan)));
if (!tagsToRemove.Any())
return;
var allTags = treeForBuffer.GetSpans(e.After).ToList();
var newTagTree = new TagSpanIntervalTree<TTag>(
buffer,
treeForBuffer.SpanTrackingMode,
allTags.Except(tagsToRemove, comparer: this));
var snapshot = e.After;
this.CachedTagTrees = this.CachedTagTrees.SetItem(snapshot.TextBuffer, newTagTree);
// Not sure why we are diffing when we already have tagsToRemove. is it due to _tagSpanComparer might return
// different result than GetIntersectingSpans?
//
// treeForBuffer basically points to oldTagTrees. case where oldTagTrees not exist is already taken cared by
// CachedTagTrees.TryGetValue.
var difference = ComputeDifference(snapshot, newTagTree, treeForBuffer);
RaiseTagsChanged(snapshot.TextBuffer, difference);
}
private TagSpanIntervalTree<TTag> GetTagTree(ITextSnapshot snapshot, ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> tagTrees)
{
return tagTrees.TryGetValue(snapshot.TextBuffer, out var tagTree)
? tagTree
: new TagSpanIntervalTree<TTag>(snapshot.TextBuffer, _dataSource.SpanTrackingMode);
}
private void OnEventSourceChanged(object? _1, TaggerEventArgs _2)
{
EnqueueWork(initialTags: false);
}
private void EnqueueWork(bool initialTags)
{
using var stateRef = _tagSourceState.TryAddReference();
// No point proceeding if we've been disposed.
if (stateRef is null)
return;
var state = stateRef.Target;
var cancellationToken = state.GetCancellationToken(initialTags);
// Continue after the preceeding task unilaterally. Note that we pass LazyCancellation so that
// we still wait for that task to complete even if cancelled before we proceed. This is necessary
// as that prior task may mutate state (even if cancelled) so we cannot proceed until we know it
// is completely done.
state.EnqueueWork(async () =>
{
await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
await RecomputeTagsForegroundAsync(initialTags, cancellationToken).ConfigureAwait(false);
}, _dataSource.EventChangeDelay, _asyncListener, _asyncListener.BeginAsyncOperation(nameof(EnqueueWork)), cancellationToken);
}
/// <summary>
/// Called on the foreground thread. Passed a boolean to say if we're computing the
/// initial set of tags or not. If we're computing the initial set of tags, we lower
/// all our delays so that we can get results to the screen as quickly as possible.
///
/// This gives a good experience when a document is opened as the document appears
/// complete almost immediately. Once open though, our normal delays come into play
/// so as to not cause a flashy experience.
/// </summary>
private async Task RecomputeTagsForegroundAsync(bool initialTags, CancellationToken cancellationToken)
{
this.AssertIsForeground();
if (cancellationToken.IsCancellationRequested)
return;
using (Logger.LogBlock(FunctionId.Tagger_TagSource_RecomputeTags, cancellationToken))
{
// Make a copy of all the data we need while we're on the foreground. Then switch to a threadpool
// thread to do the computation. Finally, once new tags have been computed, then we update our state
// again on the foreground.
var spansToTag = GetSpansAndDocumentsToTag();
var caretPosition = _dataSource.GetCaretPoint(_textViewOpt, _subjectBuffer);
var oldTagTrees = this.CachedTagTrees;
var oldState = this.State;
var textChangeRange = this.AccumulatedTextChanges;
this.AccumulatedTextChanges = null;
await TaskScheduler.Default;
cancellationToken.ThrowIfCancellationRequested();
// Create a context to store pass the information along and collect the results.
var context = new TaggerContext<TTag>(
oldState, spansToTag, caretPosition, textChangeRange, oldTagTrees, cancellationToken);
await ProduceTagsAsync(context).ConfigureAwait(false);
cancellationToken.ThrowIfCancellationRequested();
// Process the result to determine what changed.
var newTagTrees = ComputeNewTagTrees(oldTagTrees, context);
var bufferToChanges = ProcessNewTagTrees(spansToTag, oldTagTrees, newTagTrees, cancellationToken);
// Then switch back to the UI thread to update our state and kick off the work to notify the editor.
await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
// Once we assign our state, we're uncancellable. We must report the changed information
// to the editor. The only case where it's ok not to is if the tagger itself is disposed.
cancellationToken = CancellationToken.None;
this.CachedTagTrees = newTagTrees;
this.State = context.State;
OnTagsChangedForBuffer(bufferToChanges, initialTags);
}
}
private ImmutableArray<DocumentSnapshotSpan> GetSpansAndDocumentsToTag()
{
this.AssertIsForeground();
// TODO: Update to tag spans from all related documents.
using var _ = PooledDictionary<ITextSnapshot, Document?>.GetInstance(out var snapshotToDocumentMap);
var spansToTag = _dataSource.GetSpansToTag(_textViewOpt, _subjectBuffer);
var spansAndDocumentsToTag = spansToTag.SelectAsArray(span =>
{
if (!snapshotToDocumentMap.TryGetValue(span.Snapshot, out var document))
{
CheckSnapshot(span.Snapshot);
document = span.Snapshot.GetOpenDocumentInCurrentContextWithChanges();
snapshotToDocumentMap[span.Snapshot] = document;
}
// document can be null if the buffer the given span is part of is not part of our workspace.
return new DocumentSnapshotSpan(document, span);
});
return spansAndDocumentsToTag;
}
[Conditional("DEBUG")]
private static void CheckSnapshot(ITextSnapshot snapshot)
{
var container = snapshot.TextBuffer.AsTextContainer();
if (Workspace.TryGetWorkspace(container, out _))
{
// if the buffer is part of our workspace, it must be the latest.
Debug.Assert(snapshot.Version.Next == null, "should be on latest snapshot");
}
}
private ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> ComputeNewTagTrees(
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> oldTagTrees,
TaggerContext<TTag> context)
{
// Ignore any tag spans reported for any buffers we weren't interested in.
var spansToTag = context.SpansToTag;
var buffersToTag = spansToTag.Select(dss => dss.SnapshotSpan.Snapshot.TextBuffer).ToSet();
var newTagsByBuffer =
context.tagSpans.Where(ts => buffersToTag.Contains(ts.Span.Snapshot.TextBuffer))
.ToLookup(t => t.Span.Snapshot.TextBuffer);
var spansTagged = context._spansTagged;
var spansToInvalidateByBuffer = spansTagged.ToLookup(
keySelector: span => span.SnapshotSpan.Snapshot.TextBuffer,
elementSelector: span => span.SnapshotSpan);
// Walk through each relevant buffer and decide what the interval tree should be
// for that buffer. In general this will work by keeping around old tags that
// weren't in the range that was re-tagged, and merging them with the new tags
// produced for the range that was re-tagged.
var newTagTrees = ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>>.Empty;
foreach (var buffer in buffersToTag)
{
var newTagTree = ComputeNewTagTree(oldTagTrees, buffer, newTagsByBuffer[buffer], spansToInvalidateByBuffer[buffer]);
if (newTagTree != null)
newTagTrees = newTagTrees.Add(buffer, newTagTree);
}
return newTagTrees;
}
private TagSpanIntervalTree<TTag>? ComputeNewTagTree(
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> oldTagTrees,
ITextBuffer textBuffer,
IEnumerable<ITagSpan<TTag>> newTags,
IEnumerable<SnapshotSpan> spansToInvalidate)
{
var noNewTags = newTags.IsEmpty();
var noSpansToInvalidate = spansToInvalidate.IsEmpty();
oldTagTrees.TryGetValue(textBuffer, out var oldTagTree);
if (oldTagTree == null)
{
if (noNewTags)
{
// We have no new tags, and no old tags either. No need to store anything
// for this buffer.
return null;
}
// If we don't have any old tags then we just need to return the new tags.
return new TagSpanIntervalTree<TTag>(textBuffer, _dataSource.SpanTrackingMode, newTags);
}
// If we don't have any new tags, and there was nothing to invalidate, then we can
// keep whatever old tags we have without doing any additional work.
if (noNewTags && noSpansToInvalidate)
{
return oldTagTree;
}
// We either have some new tags, or we have some tags to invalidate.
// First, determine which of the old tags we want to keep around.
var snapshot = noNewTags ? spansToInvalidate.First().Snapshot : newTags.First().Span.Snapshot;
var oldTagsToKeep = noSpansToInvalidate
? oldTagTree.GetSpans(snapshot)
: GetNonIntersectingTagSpans(spansToInvalidate, oldTagTree);
// Then union those with the new tags to produce the final tag tree.
var finalTags = oldTagsToKeep.Concat(newTags);
return new TagSpanIntervalTree<TTag>(textBuffer, _dataSource.SpanTrackingMode, finalTags);
}
private IEnumerable<ITagSpan<TTag>> GetNonIntersectingTagSpans(IEnumerable<SnapshotSpan> spansToInvalidate, TagSpanIntervalTree<TTag> oldTagTree)
{
var snapshot = spansToInvalidate.First().Snapshot;
var tagSpansToInvalidate = new List<ITagSpan<TTag>>(
spansToInvalidate.SelectMany(ss => oldTagTree.GetIntersectingSpans(ss)));
return oldTagTree.GetSpans(snapshot).Except(tagSpansToInvalidate, comparer: this);
}
private bool ShouldSkipTagProduction()
{
var options = _dataSource.Options ?? SpecializedCollections.EmptyEnumerable<Option2<bool>>();
var perLanguageOptions = _dataSource.PerLanguageOptions ?? SpecializedCollections.EmptyEnumerable<PerLanguageOption2<bool>>();
return options.Any(option => !_subjectBuffer.GetFeatureOnOffOption(option)) ||
perLanguageOptions.Any(option => !_subjectBuffer.GetFeatureOnOffOption(option));
}
private Task ProduceTagsAsync(TaggerContext<TTag> context)
{
// If the feature is disabled, then just produce no tags.
return ShouldSkipTagProduction()
? Task.CompletedTask
: _dataSource.ProduceTagsAsync(context);
}
private static Dictionary<ITextBuffer, DiffResult> ProcessNewTagTrees(
ImmutableArray<DocumentSnapshotSpan> spansToTag,
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> oldTagTrees,
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> newTagTrees,
CancellationToken cancellationToken)
{
using (Logger.LogBlock(FunctionId.Tagger_TagSource_ProcessNewTags, cancellationToken))
{
var bufferToChanges = new Dictionary<ITextBuffer, DiffResult>();
foreach (var (latestBuffer, latestSpans) in newTagTrees)
{
var snapshot = spansToTag.First(s => s.SnapshotSpan.Snapshot.TextBuffer == latestBuffer).SnapshotSpan.Snapshot;
if (oldTagTrees.TryGetValue(latestBuffer, out var previousSpans))
{
var difference = ComputeDifference(snapshot, latestSpans, previousSpans);
bufferToChanges[latestBuffer] = difference;
}
else
{
// It's a new buffer, so report all spans are changed
bufferToChanges[latestBuffer] = new DiffResult(added: new(latestSpans.GetSpans(snapshot).Select(t => t.Span)), removed: null);
}
}
foreach (var (oldBuffer, previousSpans) in oldTagTrees)
{
if (!newTagTrees.ContainsKey(oldBuffer))
{
// This buffer disappeared, so let's notify that the old tags are gone
bufferToChanges[oldBuffer] = new DiffResult(added: null, removed: new(previousSpans.GetSpans(oldBuffer.CurrentSnapshot).Select(t => t.Span)));
}
}
return bufferToChanges;
}
}
/// <summary>
/// Return all the spans that appear in only one of <paramref name="latestTree"/> or <paramref name="previousTree"/>.
/// </summary>
private static DiffResult ComputeDifference(
ITextSnapshot snapshot,
TagSpanIntervalTree<TTag> latestTree,
TagSpanIntervalTree<TTag> previousTree)
{
var latestSpans = latestTree.GetSpans(snapshot);
var previousSpans = previousTree.GetSpans(snapshot);
using var _1 = ArrayBuilder<SnapshotSpan>.GetInstance(out var added);
using var _2 = ArrayBuilder<SnapshotSpan>.GetInstance(out var removed);
using var latestEnumerator = latestSpans.GetEnumerator();
using var previousEnumerator = previousSpans.GetEnumerator();
var latest = NextOrNull(latestEnumerator);
var previous = NextOrNull(previousEnumerator);
while (latest != null && previous != null)
{
var latestSpan = latest.Span;
var previousSpan = previous.Span;
if (latestSpan.Start < previousSpan.Start)
{
added.Add(latestSpan);
latest = NextOrNull(latestEnumerator);
}
else if (previousSpan.Start < latestSpan.Start)
{
removed.Add(previousSpan);
previous = NextOrNull(previousEnumerator);
}
else
{
// If the starts are the same, but the ends are different, report the larger
// region to be conservative.
if (previousSpan.End > latestSpan.End)
{
removed.Add(previousSpan);
latest = NextOrNull(latestEnumerator);
}
else if (latestSpan.End > previousSpan.End)
{
added.Add(latestSpan);
previous = NextOrNull(previousEnumerator);
}
else
{
if (!EqualityComparer<TTag>.Default.Equals(latest.Tag, previous.Tag))
added.Add(latestSpan);
latest = NextOrNull(latestEnumerator);
previous = NextOrNull(previousEnumerator);
}
}
}
while (latest != null)
{
added.Add(latest.Span);
latest = NextOrNull(latestEnumerator);
}
while (previous != null)
{
removed.Add(previous.Span);
previous = NextOrNull(previousEnumerator);
}
return new DiffResult(new(added), new(removed));
static ITagSpan<TTag>? NextOrNull(IEnumerator<ITagSpan<TTag>> enumerator)
=> enumerator.MoveNext() ? enumerator.Current : null;
}
/// <summary>
/// Returns the TagSpanIntervalTree containing the tags for the given buffer. If no tags
/// exist for the buffer at all, null is returned.
/// </summary>
private TagSpanIntervalTree<TTag>? TryGetTagIntervalTreeForBuffer(ITextBuffer buffer)
{
this.AssertIsForeground();
// If this is the first time we're being asked for tags, and we're a tagger that
// requires the initial tags be available synchronously on this call, and the
// computation of tags hasn't completed yet, then force the tags to be computed
// now on this thread. The singular use case for this is Outlining which needs
// those tags synchronously computed for things like Metadata-as-Source collapsing.
if (_firstTagsRequest &&
_dataSource.ComputeInitialTagsSynchronously(buffer) &&
!this.CachedTagTrees.TryGetValue(buffer, out _))
{
using var stateRef = _tagSourceState.TryAddReference();
if (stateRef != null)
{
var disposalToken = stateRef.Target.DisposalToken;
this.ThreadingContext.JoinableTaskFactory.Run(() =>
this.RecomputeTagsForegroundAsync(initialTags: true, disposalToken));
}
}
_firstTagsRequest = false;
// We're on the UI thread, so it's safe to access these variables.
this.CachedTagTrees.TryGetValue(buffer, out var tags);
return tags;
}
public IEnumerable<ITagSpan<TTag>> GetTags(NormalizedSnapshotSpanCollection requestedSpans)
{
this.AssertIsForeground();
if (requestedSpans.Count == 0)
return SpecializedCollections.EmptyEnumerable<ITagSpan<TTag>>();
var buffer = requestedSpans.First().Snapshot.TextBuffer;
var tags = this.TryGetTagIntervalTreeForBuffer(buffer);
return tags == null
? SpecializedCollections.EmptyEnumerable<ITagSpan<TTag>>()
: tags.GetIntersectingTagSpans(requestedSpans);
}
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.CodeAnalysis.Internal.Log;
using Microsoft.CodeAnalysis.Options;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.CodeAnalysis.Text;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Tagging;
using Microsoft.VisualStudio.Threading;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Editor.Tagging
{
internal partial class AbstractAsynchronousTaggerProvider<TTag>
{
private partial class TagSource
{
private void OnCaretPositionChanged(object? _, CaretPositionChangedEventArgs e)
{
this.AssertIsForeground();
Debug.Assert(_dataSource.CaretChangeBehavior.HasFlag(TaggerCaretChangeBehavior.RemoveAllTagsOnCaretMoveOutsideOfTag));
var caret = _dataSource.GetCaretPoint(_textViewOpt, _subjectBuffer);
if (caret.HasValue)
{
// If it changed position and we're still in a tag, there's nothing more to do
var currentTags = TryGetTagIntervalTreeForBuffer(caret.Value.Snapshot.TextBuffer);
if (currentTags != null && currentTags.GetIntersectingSpans(new SnapshotSpan(caret.Value, 0)).Count > 0)
{
// Caret is inside a tag. No need to do anything.
return;
}
}
RemoveAllTags();
}
private void RemoveAllTags()
{
this.AssertIsForeground();
var oldTagTrees = this.CachedTagTrees;
this.CachedTagTrees = ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>>.Empty;
var snapshot = _subjectBuffer.CurrentSnapshot;
var oldTagTree = GetTagTree(snapshot, oldTagTrees);
// everything from old tree is removed.
RaiseTagsChanged(snapshot.TextBuffer, new DiffResult(added: null, removed: new(oldTagTree.GetSpans(snapshot).Select(s => s.Span))));
}
private void OnSubjectBufferChanged(object? _, TextContentChangedEventArgs e)
{
this.AssertIsForeground();
UpdateTagsForTextChange(e);
AccumulateTextChanges(e);
}
private void AccumulateTextChanges(TextContentChangedEventArgs contentChanged)
{
this.AssertIsForeground();
var contentChanges = contentChanged.Changes;
var count = contentChanges.Count;
switch (count)
{
case 0:
return;
case 1:
// PERF: Optimize for the simple case of typing on a line.
{
var c = contentChanges[0];
var textChangeRange = new TextChangeRange(new TextSpan(c.OldSpan.Start, c.OldSpan.Length), c.NewLength);
this.AccumulatedTextChanges = this.AccumulatedTextChanges == null
? textChangeRange
: this.AccumulatedTextChanges.Accumulate(SpecializedCollections.SingletonEnumerable(textChangeRange));
}
break;
default:
{
using var _ = ArrayBuilder<TextChangeRange>.GetInstance(count, out var textChangeRanges);
foreach (var c in contentChanges)
textChangeRanges.Add(new TextChangeRange(new TextSpan(c.OldSpan.Start, c.OldSpan.Length), c.NewLength));
this.AccumulatedTextChanges = this.AccumulatedTextChanges.Accumulate(textChangeRanges);
break;
}
}
}
private void UpdateTagsForTextChange(TextContentChangedEventArgs e)
{
this.AssertIsForeground();
if (_dataSource.TextChangeBehavior.HasFlag(TaggerTextChangeBehavior.RemoveAllTags))
{
this.RemoveAllTags();
return;
}
// Don't bother going forward if we're not going adjust any tags based on edits.
if (_dataSource.TextChangeBehavior.HasFlag(TaggerTextChangeBehavior.RemoveTagsThatIntersectEdits))
{
RemoveTagsThatIntersectEdit(e);
return;
}
}
private void RemoveTagsThatIntersectEdit(TextContentChangedEventArgs e)
{
if (e.Changes.Count == 0)
return;
var buffer = e.After.TextBuffer;
if (!this.CachedTagTrees.TryGetValue(buffer, out var treeForBuffer))
return;
var tagsToRemove = e.Changes.SelectMany(c => treeForBuffer.GetIntersectingSpans(new SnapshotSpan(e.After, c.NewSpan)));
if (!tagsToRemove.Any())
return;
var allTags = treeForBuffer.GetSpans(e.After).ToList();
var newTagTree = new TagSpanIntervalTree<TTag>(
buffer,
treeForBuffer.SpanTrackingMode,
allTags.Except(tagsToRemove, comparer: this));
var snapshot = e.After;
this.CachedTagTrees = this.CachedTagTrees.SetItem(snapshot.TextBuffer, newTagTree);
// Not sure why we are diffing when we already have tagsToRemove. is it due to _tagSpanComparer might return
// different result than GetIntersectingSpans?
//
// treeForBuffer basically points to oldTagTrees. case where oldTagTrees not exist is already taken cared by
// CachedTagTrees.TryGetValue.
var difference = ComputeDifference(snapshot, newTagTree, treeForBuffer);
RaiseTagsChanged(snapshot.TextBuffer, difference);
}
private TagSpanIntervalTree<TTag> GetTagTree(ITextSnapshot snapshot, ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> tagTrees)
{
return tagTrees.TryGetValue(snapshot.TextBuffer, out var tagTree)
? tagTree
: new TagSpanIntervalTree<TTag>(snapshot.TextBuffer, _dataSource.SpanTrackingMode);
}
private void OnEventSourceChanged(object? _1, TaggerEventArgs _2)
{
EnqueueWork(initialTags: false);
}
private void EnqueueWork(bool initialTags)
{
using var stateRef = _tagSourceState.TryAddReference();
// No point proceeding if we've been disposed.
if (stateRef is null)
return;
var state = stateRef.Target;
var cancellationToken = state.GetCancellationToken(initialTags);
// Continue after the preceeding task unilaterally. Note that we pass LazyCancellation so that
// we still wait for that task to complete even if cancelled before we proceed. This is necessary
// as that prior task may mutate state (even if cancelled) so we cannot proceed until we know it
// is completely done.
state.EnqueueWork(async () =>
{
await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
await RecomputeTagsForegroundAsync(initialTags, cancellationToken).ConfigureAwait(false);
}, _dataSource.EventChangeDelay, _asyncListener, _asyncListener.BeginAsyncOperation(nameof(EnqueueWork)), cancellationToken);
}
/// <summary>
/// Called on the foreground thread. Passed a boolean to say if we're computing the
/// initial set of tags or not. If we're computing the initial set of tags, we lower
/// all our delays so that we can get results to the screen as quickly as possible.
///
/// This gives a good experience when a document is opened as the document appears
/// complete almost immediately. Once open though, our normal delays come into play
/// so as to not cause a flashy experience.
/// </summary>
private async Task RecomputeTagsForegroundAsync(bool initialTags, CancellationToken cancellationToken)
{
this.AssertIsForeground();
if (cancellationToken.IsCancellationRequested)
return;
using (Logger.LogBlock(FunctionId.Tagger_TagSource_RecomputeTags, cancellationToken))
{
// Make a copy of all the data we need while we're on the foreground. Then switch to a threadpool
// thread to do the computation. Finally, once new tags have been computed, then we update our state
// again on the foreground.
var spansToTag = GetSpansAndDocumentsToTag();
var caretPosition = _dataSource.GetCaretPoint(_textViewOpt, _subjectBuffer);
var oldTagTrees = this.CachedTagTrees;
var oldState = this.State;
var textChangeRange = this.AccumulatedTextChanges;
this.AccumulatedTextChanges = null;
await TaskScheduler.Default;
cancellationToken.ThrowIfCancellationRequested();
// Create a context to store pass the information along and collect the results.
var context = new TaggerContext<TTag>(
oldState, spansToTag, caretPosition, textChangeRange, oldTagTrees, cancellationToken);
await ProduceTagsAsync(context).ConfigureAwait(false);
cancellationToken.ThrowIfCancellationRequested();
// Process the result to determine what changed.
var newTagTrees = ComputeNewTagTrees(oldTagTrees, context);
var bufferToChanges = ProcessNewTagTrees(spansToTag, oldTagTrees, newTagTrees, cancellationToken);
// Then switch back to the UI thread to update our state and kick off the work to notify the editor.
await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
// Once we assign our state, we're uncancellable. We must report the changed information
// to the editor. The only case where it's ok not to is if the tagger itself is disposed.
cancellationToken = CancellationToken.None;
this.CachedTagTrees = newTagTrees;
this.State = context.State;
OnTagsChangedForBuffer(bufferToChanges, initialTags);
}
}
private ImmutableArray<DocumentSnapshotSpan> GetSpansAndDocumentsToTag()
{
this.AssertIsForeground();
// TODO: Update to tag spans from all related documents.
using var _ = PooledDictionary<ITextSnapshot, Document?>.GetInstance(out var snapshotToDocumentMap);
var spansToTag = _dataSource.GetSpansToTag(_textViewOpt, _subjectBuffer);
var spansAndDocumentsToTag = spansToTag.SelectAsArray(span =>
{
if (!snapshotToDocumentMap.TryGetValue(span.Snapshot, out var document))
{
CheckSnapshot(span.Snapshot);
document = span.Snapshot.GetOpenDocumentInCurrentContextWithChanges();
snapshotToDocumentMap[span.Snapshot] = document;
}
// document can be null if the buffer the given span is part of is not part of our workspace.
return new DocumentSnapshotSpan(document, span);
});
return spansAndDocumentsToTag;
}
[Conditional("DEBUG")]
private static void CheckSnapshot(ITextSnapshot snapshot)
{
var container = snapshot.TextBuffer.AsTextContainer();
if (Workspace.TryGetWorkspace(container, out _))
{
// if the buffer is part of our workspace, it must be the latest.
Debug.Assert(snapshot.Version.Next == null, "should be on latest snapshot");
}
}
private ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> ComputeNewTagTrees(
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> oldTagTrees,
TaggerContext<TTag> context)
{
// Ignore any tag spans reported for any buffers we weren't interested in.
var spansToTag = context.SpansToTag;
var buffersToTag = spansToTag.Select(dss => dss.SnapshotSpan.Snapshot.TextBuffer).ToSet();
var newTagsByBuffer =
context.tagSpans.Where(ts => buffersToTag.Contains(ts.Span.Snapshot.TextBuffer))
.ToLookup(t => t.Span.Snapshot.TextBuffer);
var spansTagged = context._spansTagged;
var spansToInvalidateByBuffer = spansTagged.ToLookup(
keySelector: span => span.SnapshotSpan.Snapshot.TextBuffer,
elementSelector: span => span.SnapshotSpan);
// Walk through each relevant buffer and decide what the interval tree should be
// for that buffer. In general this will work by keeping around old tags that
// weren't in the range that was re-tagged, and merging them with the new tags
// produced for the range that was re-tagged.
var newTagTrees = ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>>.Empty;
foreach (var buffer in buffersToTag)
{
var newTagTree = ComputeNewTagTree(oldTagTrees, buffer, newTagsByBuffer[buffer], spansToInvalidateByBuffer[buffer]);
if (newTagTree != null)
newTagTrees = newTagTrees.Add(buffer, newTagTree);
}
return newTagTrees;
}
private TagSpanIntervalTree<TTag>? ComputeNewTagTree(
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> oldTagTrees,
ITextBuffer textBuffer,
IEnumerable<ITagSpan<TTag>> newTags,
IEnumerable<SnapshotSpan> spansToInvalidate)
{
var noNewTags = newTags.IsEmpty();
var noSpansToInvalidate = spansToInvalidate.IsEmpty();
oldTagTrees.TryGetValue(textBuffer, out var oldTagTree);
if (oldTagTree == null)
{
if (noNewTags)
{
// We have no new tags, and no old tags either. No need to store anything
// for this buffer.
return null;
}
// If we don't have any old tags then we just need to return the new tags.
return new TagSpanIntervalTree<TTag>(textBuffer, _dataSource.SpanTrackingMode, newTags);
}
// If we don't have any new tags, and there was nothing to invalidate, then we can
// keep whatever old tags we have without doing any additional work.
if (noNewTags && noSpansToInvalidate)
{
return oldTagTree;
}
// We either have some new tags, or we have some tags to invalidate.
// First, determine which of the old tags we want to keep around.
var snapshot = noNewTags ? spansToInvalidate.First().Snapshot : newTags.First().Span.Snapshot;
var oldTagsToKeep = noSpansToInvalidate
? oldTagTree.GetSpans(snapshot)
: GetNonIntersectingTagSpans(spansToInvalidate, oldTagTree);
// Then union those with the new tags to produce the final tag tree.
var finalTags = oldTagsToKeep.Concat(newTags);
return new TagSpanIntervalTree<TTag>(textBuffer, _dataSource.SpanTrackingMode, finalTags);
}
private IEnumerable<ITagSpan<TTag>> GetNonIntersectingTagSpans(IEnumerable<SnapshotSpan> spansToInvalidate, TagSpanIntervalTree<TTag> oldTagTree)
{
var snapshot = spansToInvalidate.First().Snapshot;
var tagSpansToInvalidate = new List<ITagSpan<TTag>>(
spansToInvalidate.SelectMany(ss => oldTagTree.GetIntersectingSpans(ss)));
return oldTagTree.GetSpans(snapshot).Except(tagSpansToInvalidate, comparer: this);
}
private bool ShouldSkipTagProduction()
{
var options = _dataSource.Options ?? SpecializedCollections.EmptyEnumerable<Option2<bool>>();
var perLanguageOptions = _dataSource.PerLanguageOptions ?? SpecializedCollections.EmptyEnumerable<PerLanguageOption2<bool>>();
return options.Any(option => !_subjectBuffer.GetFeatureOnOffOption(option)) ||
perLanguageOptions.Any(option => !_subjectBuffer.GetFeatureOnOffOption(option));
}
private Task ProduceTagsAsync(TaggerContext<TTag> context)
{
// If the feature is disabled, then just produce no tags.
return ShouldSkipTagProduction()
? Task.CompletedTask
: _dataSource.ProduceTagsAsync(context);
}
private static Dictionary<ITextBuffer, DiffResult> ProcessNewTagTrees(
ImmutableArray<DocumentSnapshotSpan> spansToTag,
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> oldTagTrees,
ImmutableDictionary<ITextBuffer, TagSpanIntervalTree<TTag>> newTagTrees,
CancellationToken cancellationToken)
{
using (Logger.LogBlock(FunctionId.Tagger_TagSource_ProcessNewTags, cancellationToken))
{
var bufferToChanges = new Dictionary<ITextBuffer, DiffResult>();
foreach (var (latestBuffer, latestSpans) in newTagTrees)
{
var snapshot = spansToTag.First(s => s.SnapshotSpan.Snapshot.TextBuffer == latestBuffer).SnapshotSpan.Snapshot;
if (oldTagTrees.TryGetValue(latestBuffer, out var previousSpans))
{
var difference = ComputeDifference(snapshot, latestSpans, previousSpans);
bufferToChanges[latestBuffer] = difference;
}
else
{
// It's a new buffer, so report all spans are changed
bufferToChanges[latestBuffer] = new DiffResult(added: new(latestSpans.GetSpans(snapshot).Select(t => t.Span)), removed: null);
}
}
foreach (var (oldBuffer, previousSpans) in oldTagTrees)
{
if (!newTagTrees.ContainsKey(oldBuffer))
{
// This buffer disappeared, so let's notify that the old tags are gone
bufferToChanges[oldBuffer] = new DiffResult(added: null, removed: new(previousSpans.GetSpans(oldBuffer.CurrentSnapshot).Select(t => t.Span)));
}
}
return bufferToChanges;
}
}
/// <summary>
/// Return all the spans that appear in only one of <paramref name="latestTree"/> or <paramref name="previousTree"/>.
/// </summary>
private static DiffResult ComputeDifference(
ITextSnapshot snapshot,
TagSpanIntervalTree<TTag> latestTree,
TagSpanIntervalTree<TTag> previousTree)
{
var latestSpans = latestTree.GetSpans(snapshot);
var previousSpans = previousTree.GetSpans(snapshot);
using var _1 = ArrayBuilder<SnapshotSpan>.GetInstance(out var added);
using var _2 = ArrayBuilder<SnapshotSpan>.GetInstance(out var removed);
using var latestEnumerator = latestSpans.GetEnumerator();
using var previousEnumerator = previousSpans.GetEnumerator();
var latest = NextOrNull(latestEnumerator);
var previous = NextOrNull(previousEnumerator);
while (latest != null && previous != null)
{
var latestSpan = latest.Span;
var previousSpan = previous.Span;
if (latestSpan.Start < previousSpan.Start)
{
added.Add(latestSpan);
latest = NextOrNull(latestEnumerator);
}
else if (previousSpan.Start < latestSpan.Start)
{
removed.Add(previousSpan);
previous = NextOrNull(previousEnumerator);
}
else
{
// If the starts are the same, but the ends are different, report the larger
// region to be conservative.
if (previousSpan.End > latestSpan.End)
{
removed.Add(previousSpan);
latest = NextOrNull(latestEnumerator);
}
else if (latestSpan.End > previousSpan.End)
{
added.Add(latestSpan);
previous = NextOrNull(previousEnumerator);
}
else
{
if (!EqualityComparer<TTag>.Default.Equals(latest.Tag, previous.Tag))
added.Add(latestSpan);
latest = NextOrNull(latestEnumerator);
previous = NextOrNull(previousEnumerator);
}
}
}
while (latest != null)
{
added.Add(latest.Span);
latest = NextOrNull(latestEnumerator);
}
while (previous != null)
{
removed.Add(previous.Span);
previous = NextOrNull(previousEnumerator);
}
return new DiffResult(new(added), new(removed));
static ITagSpan<TTag>? NextOrNull(IEnumerator<ITagSpan<TTag>> enumerator)
=> enumerator.MoveNext() ? enumerator.Current : null;
}
/// <summary>
/// Returns the TagSpanIntervalTree containing the tags for the given buffer. If no tags
/// exist for the buffer at all, null is returned.
/// </summary>
private TagSpanIntervalTree<TTag>? TryGetTagIntervalTreeForBuffer(ITextBuffer buffer)
{
this.AssertIsForeground();
// If this is the first time we're being asked for tags, and we're a tagger that
// requires the initial tags be available synchronously on this call, and the
// computation of tags hasn't completed yet, then force the tags to be computed
// now on this thread. The singular use case for this is Outlining which needs
// those tags synchronously computed for things like Metadata-as-Source collapsing.
if (_firstTagsRequest &&
_dataSource.ComputeInitialTagsSynchronously(buffer) &&
!this.CachedTagTrees.TryGetValue(buffer, out _))
{
using var stateRef = _tagSourceState.TryAddReference();
if (stateRef != null)
{
var disposalToken = stateRef.Target.DisposalToken;
this.ThreadingContext.JoinableTaskFactory.Run(() =>
this.RecomputeTagsForegroundAsync(initialTags: true, disposalToken));
}
}
_firstTagsRequest = false;
// We're on the UI thread, so it's safe to access these variables.
this.CachedTagTrees.TryGetValue(buffer, out var tags);
return tags;
}
public IEnumerable<ITagSpan<TTag>> GetTags(NormalizedSnapshotSpanCollection requestedSpans)
{
this.AssertIsForeground();
if (requestedSpans.Count == 0)
return SpecializedCollections.EmptyEnumerable<ITagSpan<TTag>>();
var buffer = requestedSpans.First().Snapshot.TextBuffer;
var tags = this.TryGetTagIntervalTreeForBuffer(buffer);
return tags == null
? SpecializedCollections.EmptyEnumerable<ITagSpan<TTag>>()
: tags.GetIntersectingTagSpans(requestedSpans);
}
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/CSharp/Test/Emit/BreakingChanges.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit;
namespace Microsoft.CodeAnalysis.CSharp.UnitTests
{
public class BreakingChanges : CSharpTestBase
{
[Fact, WorkItem(527050, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527050")]
[Trait("Feature", "Directives")]
public void TestCS1024DefineWithUnicodeInMiddle()
{
var test = @"#de\u0066in\U00000065 ABC";
// This is now a negative test, this should not be allowed.
SyntaxFactory.ParseSyntaxTree(test).GetDiagnostics().Verify(Diagnostic(ErrorCode.ERR_PPDirectiveExpected, @"de\u0066in\U00000065"));
}
[Fact, WorkItem(527951, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527951")]
public void CS0133ERR_NotConstantExpression05()
{
var text = @"
class A
{
public void Do()
{
const object o1 = null;
const string o2 = (string)o1; // Dev10 reports CS0133
}
}
";
var comp = CreateCompilation(text);
comp.VerifyDiagnostics(
// (7,22): warning CS0219: The variable 'o2' is assigned but its value is never used
// const string o2 = (string)o1; // Dev10 reports CS0133
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "o2").WithArguments("o2")
);
}
[WorkItem(527943, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527943")]
[Fact]
public void CS0146ERR_CircularBase05()
{
var text = @"
interface IFace<T> { }
class B : IFace<B.C.D>
{
public class C
{
public class D { }
}
}
";
var comp = CreateCompilation(text);
// In Dev10, there was an error - ErrorCode.ERR_CircularBase at (4,7)
Assert.Equal(0, comp.GetDiagnostics().Count());
}
[WorkItem(540371, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/540371"), WorkItem(530792, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530792")]
[Fact]
private void CS0507ERR_CantChangeAccessOnOverride_TestSynthesizedSealedAccessorsInDifferentAssembly()
{
var source1 = @"
using System.Collections.Generic;
public class Base<T>
{
public virtual List<T> Property1 { get { return null; } protected internal set { } }
public virtual List<T> Property2 { protected internal get { return null; } set { } }
}";
var compilation1 = CreateCompilation(source1);
var source2 = @"
using System.Collections.Generic;
public class Derived : Base<int>
{
public sealed override List<int> Property1 { get { return null; } }
public sealed override List<int> Property2 { set { } }
}";
var comp = CreateCompilation(source2, new[] { new CSharpCompilationReference(compilation1) });
comp.VerifyDiagnostics();
// This is not a breaking change - but it is a change in behavior from Dev10
// Dev10 used to report following errors -
// Error CS0507: 'Derived.Property1.set': cannot change access modifiers when overriding 'protected' inherited member 'Base<int>.Property1.set'
// Error CS0507: 'Derived.Property2.get': cannot change access modifiers when overriding 'protected' inherited member 'Base<int>.Property2.get'
// Roslyn makes this case work by synthesizing 'protected' accessors for the missing ones
var baseClass = comp.GlobalNamespace.GetMember<NamedTypeSymbol>("Base");
var baseProperty1 = baseClass.GetMember<PropertySymbol>("Property1");
var baseProperty2 = baseClass.GetMember<PropertySymbol>("Property2");
Assert.Equal(Accessibility.Public, baseProperty1.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, baseProperty1.GetMethod.DeclaredAccessibility);
Assert.Equal(Accessibility.ProtectedOrInternal, baseProperty1.SetMethod.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, baseProperty2.DeclaredAccessibility);
Assert.Equal(Accessibility.ProtectedOrInternal, baseProperty2.GetMethod.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, baseProperty2.SetMethod.DeclaredAccessibility);
var derivedClass = comp.GlobalNamespace.GetMember<NamedTypeSymbol>("Derived");
var derivedProperty1 = derivedClass.GetMember<SourcePropertySymbol>("Property1");
var derivedProperty2 = derivedClass.GetMember<SourcePropertySymbol>("Property2");
Assert.Equal(Accessibility.Public, derivedProperty1.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, derivedProperty1.GetMethod.DeclaredAccessibility);
Assert.Null(derivedProperty1.SetMethod);
Assert.Equal(Accessibility.Public, derivedProperty2.DeclaredAccessibility);
Assert.Null(derivedProperty2.GetMethod);
Assert.Equal(Accessibility.Public, derivedProperty2.SetMethod.DeclaredAccessibility);
var derivedProperty1Synthesized = derivedProperty1.SynthesizedSealedAccessorOpt;
var derivedProperty2Synthesized = derivedProperty2.SynthesizedSealedAccessorOpt;
Assert.Equal(MethodKind.PropertySet, derivedProperty1Synthesized.MethodKind);
Assert.Equal(Accessibility.Protected, derivedProperty1Synthesized.DeclaredAccessibility);
Assert.Equal(MethodKind.PropertyGet, derivedProperty2Synthesized.MethodKind);
Assert.Equal(Accessibility.Protected, derivedProperty2Synthesized.DeclaredAccessibility);
}
// Confirm that this error no longer exists
[Fact]
public void CS0609ERR_NameAttributeOnOverride()
{
var text = @"
using System.Runtime.CompilerServices;
public class idx
{
public virtual int this[int iPropIndex]
{
get { return 0; }
set { }
}
}
public class MonthDays : idx
{
[IndexerName(""MonthInfoIndexer"")]
public override int this[int iPropIndex]
{
get { return 1; }
set { }
}
}
";
var compilation = CreateCompilation(text);
compilation.VerifyDiagnostics();
var indexer = compilation.GlobalNamespace.GetMember<NamedTypeSymbol>("MonthDays").Indexers.Single();
Assert.Equal(Microsoft.CodeAnalysis.WellKnownMemberNames.Indexer, indexer.Name);
Assert.Equal("MonthInfoIndexer", indexer.MetadataName);
}
[WorkItem(527116, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527116")]
[Fact]
public void RegressWarningInSingleMultiLineMixedXml()
{
var text = @"
/// <summary>
/** This is the summary */
/// </summary>
class Test
{
/** <summary> */
/// This is the summary1
/** </summary> */
public int Field = 0;
/** <summary> */
/// This is the summary2
/// </summary>
string Prop { get; set; }
/// <summary>
/** This is the summary3
* </summary> */
static int Main() { return new Test().Field; }
}
";
var tree = Parse(text, options: TestOptions.RegularWithDocumentationComments);
Assert.NotNull(tree);
Assert.Equal(text, tree.GetCompilationUnitRoot().ToFullString());
// Dev10 allows (no warning)
// Roslyn gives Warning CS1570 - "XML Comment has badly formed XML..."
Assert.Equal(8, tree.GetDiagnostics().Count());
}
[Fact, WorkItem(527093, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527093")]
public void NoCS1570ForUndefinedXmlNamespace()
{
var text = @"
/// <xml> xmlns:s=""uuid: BDC6E3F0-6DA3-11d1-A2A3 - 00AA00C14882"">
/// <s:inventory>
/// </s:inventory>
/// </xml>
class A { }
";
var tree = Parse(text, options: TestOptions.RegularWithDocumentationComments);
Assert.NotNull(tree);
Assert.Equal(text, tree.GetCompilationUnitRoot().ToFullString());
// Native Warning CS1570 - "XML Comment has badly formed XML..."
// Roslyn no
Assert.Empty(tree.GetDiagnostics());
}
[Fact, WorkItem(541345, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/541345")]
public void CS0019_TestNullCoalesceWithNullOperandsErrors()
{
var source = @"
class Program
{
static void Main()
{
// This is acceptable by the native compiler and treated as a non-constant null literal.
// That violates the specification; we now correctly treat this as an error.
object a = null ?? null;
// The null coalescing operator never produces a compile-time constant even when
// the arguments are constants.
const object b = null ?? ""ABC"";
const string c = ""DEF"" ?? null;
const int d = (int?)null ?? 123;
// It is legal, though pointless, to use null literals and constants in coalescing
// expressions, provided you don't try to make the result a constant. These should
// produce no errors:
object z = null ?? ""GHI"";
string y = ""JKL"" ?? null;
int x = (int?)null ?? 456;
}
}
";
CreateCompilation(source).VerifyDiagnostics(
Diagnostic(ErrorCode.ERR_BadBinaryOps, "null ?? null").WithArguments("??", "<null>", "<null>"),
Diagnostic(ErrorCode.ERR_NotConstantExpression, @"null ?? ""ABC""").WithArguments("b"),
Diagnostic(ErrorCode.ERR_NotConstantExpression, @"""DEF"" ?? null").WithArguments("c"),
Diagnostic(ErrorCode.ERR_NotConstantExpression, "(int?)null ?? 123").WithArguments("d"));
}
[Fact, WorkItem(528676, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528676"), WorkItem(528676, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528676")]
private // CS0657WRN_AttributeLocationOnBadDeclaration_AfterAttrDeclOrDelegate
void CS1730ERR_CantUseAttributeOnInvaildLocation()
{
var test = @"using System;
[AttributeUsage(AttributeTargets.All)]
public class Goo : Attribute
{
public int Name;
public Goo(int sName) { Name = sName; }
}
public delegate void EventHandler(object sender, EventArgs e);
[assembly: Goo(5)]
public class Test { }
";
// In Dev10, this is a warning CS0657
// Diagnostic(ErrorCode.WRN_AttributeLocationOnBadDeclaration, "assembly").WithArguments("assembly", "type")
SyntaxFactory.ParseSyntaxTree(test).GetDiagnostics().Verify(Diagnostic(ErrorCode.ERR_GlobalAttributesNotFirst, "assembly"));
}
[WorkItem(528711, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528711")]
[Fact]
public void CS9259_StructLayoutCycle()
{
var text =
@"struct S1<T>
{
S1<S1<T>>.S2 x;
struct S2
{
static T x;
}
}";
var comp = CreateCompilation(text);
comp.VerifyDiagnostics(
// (3,18): warning CS0169: The field 'S1<T>.x' is never used
// S1<S1<T>>.S2 x;
Diagnostic(ErrorCode.WRN_UnreferencedField, "x").WithArguments("S1<T>.x").WithLocation(3, 18),
// (6,18): warning CS0169: The field 'S1<T>.S2.x' is never used
// static T x;
Diagnostic(ErrorCode.WRN_UnreferencedField, "x").WithArguments("S1<T>.S2.x").WithLocation(6, 18)
);
}
[WorkItem(528094, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528094")]
[Fact]
public void FormattingUnicodeNotPartOfId()
{
string source = @"
// <Area> Lexical - Unicode Characters</Area>
// <Title>
// Compiler considers identifiers, which differ only in formatting-character, as different ones;
// This is not actually correct behavior but for the time being this is what we expect
//</Title>
//<RelatedBugs>DDB:133151</RelatedBugs>
// <Expects Status=Success></Expects>
#define A
using System;
class Program
{
static int Main()
{
int x = 0;
#if A == A\uFFFB
x=1;
#endif
Console.Write(x);
return x;
}
}
";
// Dev10 print '0'
CompileAndVerify(source, expectedOutput: "1");
}
[WorkItem(529000, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529000")]
[Fact]
public void NoCS0121ForSwitchedParamNames_Dev10814222()
{
string source = @"
using System;
// Bug Dev10: 814222 resolved as Won't Fix
class Test
{
static void Main()
{
Console.Write(Bar(x: 1, y: ""T0"")); // Dev10:CS0121
Test01.Main01();
}
public static int Bar(int x, string y, params int[] z) { return 1; }
public static int Bar(string y, int x) { return 0; } // Roslyn pick this one
}
class Test01
{
public static int Bar<T>(int x, T y, params int[] z) { return 1; }
public static int Bar<T>(string y, int x) { return 0; } // Roslyn pick this one
public static int Goo<T>(int x, T y) { return 1; }
public static int Goo<T>(string y, int x) { return 0; } // Roslyn pick this one
public static int AbcDef<T>(int x, T y) { return 0; } // Roslyn pick this one
public static int AbcDef<T>(string y, int x, params int[] z) { return 1; }
public static void Main01()
{
Console.Write(Bar<string>(x: 1, y: ""T1"")); // Dev10:CS0121
Console.Write(Goo<string>(x: 1, y: ""T2"")); // Dev10:CS0121
Console.Write(AbcDef<string>(x: 1, y: ""T3"")); // Dev10:CS0121
}
}
";
CompileAndVerify(source, expectedOutput: "0000");
}
[WorkItem(529001, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529001")]
[WorkItem(529002, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529002")]
[WorkItem(1067, "https://github.com/dotnet/roslyn/issues/1067")]
[Fact]
public void CS0185ERR_LockNeedsReference_RequireRefType()
{
var source = @"
class C
{
void M<T, TClass, TStruct>()
where TClass : class
where TStruct : struct
{
lock (default(object)) ;
lock (default(int)) ; // CS0185
lock (default(T)) {} // new CS0185 - no constraints (Bug#10755)
lock (default(TClass)) {}
lock (default(TStruct)) {} // new CS0185 - constraints to value type (Bug#10756)
lock (null) {} // new CS0185 - null is not an object type
}
}
";
var standardCompilation = CreateCompilation(source);
var strictCompilation = CreateCompilation(source, parseOptions: TestOptions.Regular.WithStrictFeature());
standardCompilation.VerifyDiagnostics(
// (8,32): warning CS0642: Possible mistaken empty statement
// lock (default(object)) ;
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(8, 32),
// (9,29): warning CS0642: Possible mistaken empty statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(9, 29),
// (9,15): error CS0185: 'int' is not a reference type as required by the lock statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(int)").WithArguments("int").WithLocation(9, 15),
// (12,15): error CS0185: 'TStruct' is not a reference type as required by the lock statement
// lock (default(TStruct)) {} // new CS0185 - constraints to value type (Bug#10756)
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(TStruct)").WithArguments("TStruct").WithLocation(12, 15)
);
strictCompilation.VerifyDiagnostics(
// (8,32): warning CS0642: Possible mistaken empty statement
// lock (default(object)) ;
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(8, 32),
// (9,29): warning CS0642: Possible mistaken empty statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(9, 29),
// (9,15): error CS0185: 'int' is not a reference type as required by the lock statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(int)").WithArguments("int").WithLocation(9, 15),
// (10,15): error CS0185: 'T' is not a reference type as required by the lock statement
// lock (default(T)) {} // new CS0185 - no constraints (Bug#10755)
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(T)").WithArguments("T").WithLocation(10, 15),
// (12,15): error CS0185: 'TStruct' is not a reference type as required by the lock statement
// lock (default(TStruct)) {} // new CS0185 - constraints to value type (Bug#10756)
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(TStruct)").WithArguments("TStruct").WithLocation(12, 15),
// (13,15): error CS0185: '<null>' is not a reference type as required by the lock statement
// lock (null) {} // new CS0185 - null is not an object type
Diagnostic(ErrorCode.ERR_LockNeedsReference, "null").WithArguments("<null>").WithLocation(13, 15)
);
}
[WorkItem(528972, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528972")]
[Fact]
public void CS0121ERR_AmbigCall_Lambda1()
{
var text = @"
using System;
class A
{
static void Main()
{
Goo( delegate () { throw new Exception(); }); // both Dev10 & Roslyn no error
Goo(x: () => { throw new Exception(); }); // Dev10: CS0121, Roslyn: no error
}
public static void Goo(Action x)
{
Console.WriteLine(1);
}
public static void Goo(Func<int> x)
{
Console.WriteLine(2); // Roslyn call this one
}
}
";
// Dev11 FIXED this, no error anymore (So Not breaking Dev11)
// Dev10 reports CS0121 because ExpressionBinder::WhichConversionIsBetter fails to unwrap
// the NamedArgumentSpecification to find the UNBOUNDLAMBDA and, thus, never calls
// WhichLambdaConversionIsBetter.
CreateCompilation(text).VerifyDiagnostics();
}
[Fact, WorkItem(529202, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529202")]
public void NoCS0029_ErrorOnZeroToEnumToTypeConversion()
{
string source = @"
class Program
{
static void Main()
{
S s = 0;
}
}
enum E
{
Zero, One, Two
}
struct S
{
public static implicit operator S(E s)
{
return E.Zero;
}
}";
// Dev10/11: (11,9): error CS0029: Cannot implicitly convert type 'int' to 'S'
CreateCompilation(source).VerifyDiagnostics(
// (6,15): error CS0029: Cannot implicitly convert type 'int' to 'S'
// S s = 0;
Diagnostic(ErrorCode.ERR_NoImplicitConv, "0").WithArguments("int", "S")
);
}
[Fact, WorkItem(529242, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529242")]
public void ThrowOverflowExceptionForUncheckedCheckedLambda()
{
string source = @"
using System;
class Program
{
static void Main()
{
Func<int, int> d = checked(delegate(int i)
{
int max = int.MaxValue;
try
{
int n = max + 1;
}
catch (OverflowException)
{
Console.Write(""OV ""); // Roslyn throw
}
return i;
});
var r = unchecked(d(9));
Console.Write(r);
}
}
";
CompileAndVerify(source, expectedOutput: "OV 9");
}
[WorkItem(529262, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529262")]
[Fact]
public void PartialMethod_ParameterAndTypeParameterNames()
{
var source =
@"using System;
using System.Reflection;
partial class C
{
static partial void M<T, U>(T x, U y);
static partial void M<T1, T2>(T1 y, T2 x)
{
Console.Write(""{0}, {1} | "", x, y);
var m = typeof(C).GetMethod(""M"", BindingFlags.Static | BindingFlags.NonPublic);
var tp = m.GetGenericArguments();
Console.Write(""{0}, {1} | "", tp[0].Name, tp[1].Name);
var p = m.GetParameters();
Console.Write(""{0}, {1}"", p[0].Name, p[1].Name);
}
static void Main()
{
M(x: 1, y: 2);
}
}";
// Dev12 would emit "2, 1 | T1, T2 | x, y".
CompileAndVerify(source, expectedOutput: "2, 1 | T, U | x, y");
}
[Fact, WorkItem(529279, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529279")]
public void NewCS0029_ImplicitlyUnwrapGenericNullable()
{
string source = @"
public class GenC<T, U> where T : struct, U
{
public void Test(T t)
{
/*<bind>*/T? nt = t;/*</bind>*/
U valueUn = nt;
}
}";
var comp = CreateCompilation(source);
comp.VerifyDiagnostics(
// (7,21): error CS0029: Cannot implicitly convert type 'T?' to 'U'
// U valueUn = nt;
Diagnostic(ErrorCode.ERR_NoImplicitConv, "nt").WithArguments("T?", "U"));
VerifyOperationTreeForTest<LocalDeclarationStatementSyntax>(comp, @"
IVariableDeclarationGroupOperation (1 declarations) (OperationKind.VariableDeclarationGroup, Type: null) (Syntax: 'T? nt = t;')
IVariableDeclarationOperation (1 declarators) (OperationKind.VariableDeclaration, Type: null) (Syntax: 'T? nt = t')
Declarators:
IVariableDeclaratorOperation (Symbol: T? nt) (OperationKind.VariableDeclarator, Type: null) (Syntax: 'nt = t')
Initializer:
IVariableInitializerOperation (OperationKind.VariableInitializer, Type: null) (Syntax: '= t')
IConversionOperation (TryCast: False, Unchecked) (OperationKind.Conversion, Type: T?, IsImplicit) (Syntax: 't')
Conversion: CommonConversion (Exists: True, IsIdentity: False, IsNumeric: False, IsReference: False, IsUserDefined: False) (MethodSymbol: null)
Operand:
IParameterReferenceOperation: t (OperationKind.ParameterReference, Type: T) (Syntax: 't')
Initializer:
null
");
}
[Fact, WorkItem(529280, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529280"), WorkItem(546864, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546864")]
public void ExplicitUDCWithGenericConstraints()
{
// This compiles successfully in Dev10 dues to a bug; a user-defined conversion
// that converts from or to an interface should never be chosen. If you are
// converting from Alpha to Beta via standard conversion, then Beta to Gamma
// via user-defined conversion, then Gamma to Delta via standard conversion, then
// none of Alpha, Beta, Gamma or Delta should be allowed to be interfaces. The
// Dev10 compiler only checks Alpha and Delta, not Beta and Gamma.
//
// Unfortunately, real-world code both in devdiv and in the wild depends on this
// behavior, so we are replicating the bug in Roslyn.
string source = @"using System;
public interface IGoo { void Method(); }
public class CT : IGoo { public void Method() { } }
public class GenC<T> where T : IGoo
{
public T valueT;
public static explicit operator T(GenC<T> val)
{
Console.Write(""ExpConv"");
return val.valueT;
}
}
public class Test
{
public static void Main()
{
var _class = new GenC<IGoo>();
var ret = (CT)_class;
}
}
";
// CompileAndVerify(source, expectedOutput: "ExpConv");
CreateCompilation(source).VerifyDiagnostics();
}
[Fact, WorkItem(529362, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529362")]
public void TestNullCoalescingOverImplicitExplicitUDC()
{
string source = @"using System;
struct GenS<T> where T : struct
{
public static int Flag;
public static explicit operator T?(GenS<T> s)
{
Flag = 3;
return default(T);
}
public static implicit operator T(GenS<T> s)
{
Flag = 2;
return default(T);
}
}
class Program
{
public static void Main()
{
int? int_a1 = 1;
GenS<int>? s28 = new GenS<int>();
// Due to related bug dev10: 742047 is won't fix
// so expects the code will call explicit conversion operator
int? result28 = s28 ?? int_a1;
Console.WriteLine(GenS<int>.Flag);
}
}
";
// Native compiler picks explicit conversion - print 3
CompileAndVerify(source, expectedOutput: "2");
}
[Fact, WorkItem(529362, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529362")]
public void TestNullCoalescingOverImplicitExplicitUDC_2()
{
string source = @"using System;
struct S
{
public static explicit operator int?(S? s)
{
Console.WriteLine(""Explicit"");
return 3;
}
public static implicit operator int(S? s)
{
Console.WriteLine(""Implicit"");
return 2;
}
}
class Program
{
public static void Main()
{
int? nn = -1;
S? s = new S();
int? ret = s ?? nn;
}
}
";
// Native compiler picks explicit conversion
CompileAndVerify(source, expectedOutput: "Implicit");
}
[Fact, WorkItem(529363, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529363")]
public void AssignmentNullCoalescingOperator()
{
string source = @"using System;
class NullCoalescingTest
{
public static void Main()
{
int? a;
int c;
var x = (a = null) ?? (c = 123);
Console.WriteLine(c);
}
}
";
// Native compiler no error (print -123)
CreateCompilation(source).VerifyDiagnostics(
// (10,27): error CS0165: Use of unassigned local variable 'c'
// Console.WriteLine(c);
Diagnostic(ErrorCode.ERR_UseDefViolation, "c").WithArguments("c"),
// (7,14): warning CS0219: The variable 'a' is assigned but its value is never used
// int? a;
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "a").WithArguments("a"));
}
[Fact, WorkItem(529464, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529464")]
public void MultiDimensionArrayWithDiffTypeIndexDevDiv31328()
{
var text = @"
class A
{
public static void Main()
{
byte[,] arr = new byte[1, 1];
ulong i1 = 0;
int i2 = 1;
arr[i1, i2] = 127; // Dev10 CS0266
}
}
";
// Dev10 Won't fix bug#31328 for md array with different types' index and involving ulong
// CS0266: Cannot implicitly convert type 'ulong' to 'int'. ...
CreateCompilation(text).VerifyDiagnostics();
}
[Fact]
public void PointerArithmetic_SubtractNullLiteral()
{
var text = @"
unsafe class C
{
long M(int* p)
{
return p - null; //Dev10 reports CS0019
}
}
";
// Dev10: the null literal is treated as though it is converted to void*, making the subtraction illegal (ExpressionBinder::GetPtrBinOpSigs).
// Roslyn: the null literal is converted to int*, making the subtraction legal.
CreateCompilation(text, options: TestOptions.UnsafeReleaseDll).VerifyDiagnostics();
}
[Fact]
public void CS0181ERR_BadAttributeParamType_Nullable()
{
var text = @"
[Boom]
class Boom : System.Attribute
{
public Boom(int? x = 0) { }
static void Main()
{
typeof(Boom).GetCustomAttributes(true);
}
}
";
// Roslyn: error CS0181: Attribute constructor parameter 'x' has type 'int?', which is not a valid attribute parameter type
// Dev10/11: no error, but throw at runtime - System.Reflection.CustomAttributeFormatException
CreateCompilation(text).VerifyDiagnostics(
Diagnostic(ErrorCode.ERR_BadAttributeParamType, "Boom").WithArguments("x", "int?"));
}
/// <summary>
/// When determining whether the LHS of a null-coalescing operator (??) is non-null, the native compiler strips off casts.
///
/// We have decided not to reproduce this behavior.
/// </summary>
[Fact]
public void CastOnLhsOfConditionalOperator()
{
var text = @"
class C
{
static void Main(string[] args)
{
int i;
int? j = (int?)1 ?? i; //dev10 accepts, since it treats the RHS as unreachable.
int k;
int? l = ((int?)1 ?? j) ?? k; // If the LHS of the LHS is non-null, then the LHS should be non-null, but dev10 only handles casts.
int m;
int? n = ((int?)1).HasValue ? ((int?)1).Value : m; //dev10 does not strip casts in a comparable conditional operator
}
}
";
// Roslyn: error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('object')
// Dev10/11: no error
CreateCompilation(text).VerifyDiagnostics(
// This is new in Roslyn.
// (7,29): error CS0165: Use of unassigned local variable 'i'
// int? j = (int?)1 ?? i; //dev10 accepts, since it treats the RHS as unreachable.
Diagnostic(ErrorCode.ERR_UseDefViolation, "i").WithArguments("i"),
// These match Dev10.
// (10,36): error CS0165: Use of unassigned local variable 'k'
// int? l = ((int?)1 ?? j) ?? k; // If the LHS of the LHS is non-null, then the LHS should be non-null, but dev10 only handles casts.
Diagnostic(ErrorCode.ERR_UseDefViolation, "k").WithArguments("k"),
// (13,57): error CS0165: Use of unassigned local variable 'm'
// int? n = ((int?)1).HasValue ? ((int?)1).Value : m; //dev10 does not strip casts in a comparable conditional operator
Diagnostic(ErrorCode.ERR_UseDefViolation, "m").WithArguments("m"));
}
[WorkItem(529974, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529974")]
[Fact]
public void TestCollisionForLoopControlVariable()
{
var source = @"
namespace Microsoft.Test.XmlGen.Protocols.Saml2
{
using System;
using System.Collections.Generic;
public class ProxyRestriction
{
XmlGenIntegerAttribute count;
private List<XmlGenAttribute> Attributes { get; set; }
public ProxyRestriction()
{
for (int count = 0; count < 10; count++)
{
}
for (int i = 0; i < this.Attributes.Count; i++)
{
XmlGenAttribute attribute = this.Attributes[i];
if (attribute.LocalName == null)
{
if (count is XmlGenIntegerAttribute)
{
count = (XmlGenIntegerAttribute)attribute;
}
else
{
count = new XmlGenIntegerAttribute(attribute);
this.Attributes[i] = count;
}
break;
}
}
if (count == null)
{
this.Attributes.Add(new XmlGenIntegerAttribute(String.Empty, null, String.Empty, -1, false));
}
}
}
internal class XmlGenAttribute
{
public object LocalName { get; internal set; }
}
internal class XmlGenIntegerAttribute : XmlGenAttribute
{
public XmlGenIntegerAttribute(string empty1, object count, string empty2, int v, bool isPresent)
{
}
public XmlGenIntegerAttribute(XmlGenAttribute attribute)
{
}
}
}
public class Program
{
public static void Main() { }
}";
// Dev11 reported no errors for the above repro and allowed the name 'count' to bind to different
// variables within the same declaration space. According to the old spec the error should be reported.
// In Roslyn the single definition rule is relaxed and we do not give an error, but for a different reason.
CreateCompilation(source).VerifyDiagnostics();
}
[Fact, WorkItem(530301, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530301")]
public void NoMore_CS0458WRN_AlwaysNull02()
{
CreateCompilation(
@"
public class Test
{
const bool ct = true;
public static int Main()
{
var a = (true & null) ?? null; // CS0458
if (((null & true) == null)) // CS0458
return 0;
var b = !(null | false); // CS0458
if ((false | null) != null) // CS0458
return 1;
const bool cf = false;
var d = ct & null ^ null; // CS0458 - Roslyn Warn this ONLY
d ^= !(null | cf); // CS0458
return -1;
}
}
")
// We decided to not report WRN_AlwaysNull in some cases.
.VerifyDiagnostics(
// Diagnostic(ErrorCode.WRN_AlwaysNull, "true & null").WithArguments("bool?"),
// Diagnostic(ErrorCode.WRN_AlwaysNull, "null & true").WithArguments("bool?"),
// Diagnostic(ErrorCode.WRN_AlwaysNull, "null | false").WithArguments("bool?"),
// Diagnostic(ErrorCode.WRN_AlwaysNull, "false | null").WithArguments("bool?"),
Diagnostic(ErrorCode.WRN_AlwaysNull, "ct & null ^ null").WithArguments("bool?") //,
// Diagnostic(ErrorCode.WRN_AlwaysNull, "null | cf").WithArguments("bool?")
);
}
[WorkItem(530403, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530403")]
[Fact]
public void CS0135_local_param_cannot_be_declared()
{
// Dev11 missed this error. The issue is that an a is a field of c, and then it is a local in parts of d.
// by then referring to the field without the this keyword, it should be flagged as declaring a competing variable (as it is confusing).
var text = @"
using System;
public class c
{
int a = 0;
void d(bool b) {
if(b)
{
int a = 1;
Console.WriteLine(a);
}
else
{
a = 2;
}
a = 3;
Console.WriteLine(a);
}
}
";
var comp = CreateCompilation(text);
// In Roslyn the single definition rule is relaxed and we do not give an error.
comp.VerifyDiagnostics();
}
[ConditionalFact(typeof(WindowsDesktopOnly), Reason = "https://github.com/dotnet/roslyn/issues/30160")]
[WorkItem(530518, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530518")]
public void ExpressionTreeExplicitOpVsConvert()
{
var text = @"
using System;
using System.Linq;
using System.Linq.Expressions;
class Test
{
public static explicit operator int(Test x) { return 1; }
static void Main()
{
Expression<Func<Test, long?>> testExpr1 = x => (long?)x;
Console.WriteLine(testExpr1);
Expression<Func<Test, decimal?>> testExpr2 = x => (decimal?)x;
Console.WriteLine(testExpr2);
}
}
";
// Native Compiler: x => Convert(Convert(op_Explicit(x)))
CompileAndVerify(text, expectedOutput:
@"x => Convert(Convert(Convert(x)))
x => Convert(Convert(Convert(x)))
");
}
[WorkItem(530531, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530531")]
[ConditionalFact(typeof(WindowsDesktopOnly), Reason = "https://github.com/dotnet/roslyn/issues/30160")]
private void ExpressionTreeNoCovertForIdentityConversion()
{
var source = @"
using System;
using System.Linq;
using System.Linq.Expressions;
class Test
{
static void Main()
{
Expression<Func<Guid, bool>> e = (x) => x != null;
Console.WriteLine(e);
Console.WriteLine(e.Compile()(default(Guid)));
}
}
";
// Native compiler: x => (Convert(x) != Convert(null))
CompileAndVerify(source, expectedOutput:
@"x => (Convert(x) != null)
True
");
}
[Fact, WorkItem(530548, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530548")]
public void CS0219WRN_UnreferencedVarAssg_RHSMidRefType()
{
string source = @"
public interface Base { }
public struct Derived : Base { }
public class Test
{
public static void Main()
{
var b1 = new Derived(); // Both Warning CS0219
var b2 = (Base)new Derived(); // Both NO Warn (reference type)
var b3 = (Derived)((Base)new Derived()); // Roslyn Warning CS0219
}
}
";
// Native compiler no error (print -123)
CreateCompilation(source).VerifyDiagnostics(
// (8,13): warning CS0219: The variable 'b1' is assigned but its value is never used
// var b1 = new Derived(); // Both Warning CS0219
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "b1").WithArguments("b1"),
// (10,13): warning CS0219: The variable 'b3' is assigned but its value is never used
// var b3 = (Derived)((Base)new Derived()); // Roslyn Warning CS0219
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "b3").WithArguments("b3"));
}
[Fact, WorkItem(530556, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530556")]
public void NoCS0591ERR_InvalidAttributeArgument()
{
string source = @"
using System;
[AttributeUsage(AttributeTargets.All + 0xFFFFFF)]
class MyAtt : Attribute { }
[AttributeUsage((AttributeTargets)0xffff)]
class MyAtt1 : Attribute { }
public class Test {}
";
// Native compiler error CS0591: Invalid value for argument to 'AttributeUsage' attribute
CreateCompilation(source).VerifyDiagnostics();
}
[Fact, WorkItem(530586, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530586")]
public void ThrowOnceInIteratorFinallyBlock()
{
string source = @"
//<Title> Finally block runs twice in iterator</Title>
//<RelatedBug>Dev10:473561-->8444?</RelatedBug>
using System;
using System.Collections;
class Program
{
public static void Main()
{
var demo = new test();
try
{
foreach (var x in demo.Goo()) { }
}
catch (Exception)
{
Console.Write(""EX "");
}
Console.WriteLine(demo.count);
}
class test
{
public int count = 0;
public IEnumerable Goo()
{
try
{
yield return null;
try
{
yield break;
}
catch
{ }
}
finally
{
Console.Write(""++ "");
++count;
throw new Exception();
}
}
}
}
";
// Native print "++ ++ EX 2"
var verifier = CompileAndVerify(source, expectedOutput: " ++ EX 1");
// must not load "<>4__this"
verifier.VerifyIL("Program.test.<Goo>d__1.System.Collections.IEnumerator.MoveNext()", @"
{
// Code size 101 (0x65)
.maxstack 2
.locals init (bool V_0,
int V_1)
.try
{
IL_0000: ldarg.0
IL_0001: ldfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0006: stloc.1
IL_0007: ldloc.1
IL_0008: brfalse.s IL_0012
IL_000a: ldloc.1
IL_000b: ldc.i4.1
IL_000c: beq.s IL_0033
IL_000e: ldc.i4.0
IL_000f: stloc.0
IL_0010: leave.s IL_0063
IL_0012: ldarg.0
IL_0013: ldc.i4.m1
IL_0014: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0019: ldarg.0
IL_001a: ldc.i4.s -3
IL_001c: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0021: ldarg.0
IL_0022: ldnull
IL_0023: stfld ""object Program.test.<Goo>d__1.<>2__current""
IL_0028: ldarg.0
IL_0029: ldc.i4.1
IL_002a: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_002f: ldc.i4.1
IL_0030: stloc.0
IL_0031: leave.s IL_0063
IL_0033: ldarg.0
IL_0034: ldc.i4.s -3
IL_0036: stfld ""int Program.test.<Goo>d__1.<>1__state""
.try
{
IL_003b: ldc.i4.0
IL_003c: stloc.0
IL_003d: leave.s IL_004a
}
catch object
{
IL_003f: pop
IL_0040: leave.s IL_0042
}
IL_0042: ldarg.0
IL_0043: call ""void Program.test.<Goo>d__1.<>m__Finally1()""
IL_0048: br.s IL_0052
IL_004a: ldarg.0
IL_004b: call ""void Program.test.<Goo>d__1.<>m__Finally1()""
IL_0050: leave.s IL_0063
IL_0052: leave.s IL_005b
}
fault
{
IL_0054: ldarg.0
IL_0055: call ""void Program.test.<Goo>d__1.Dispose()""
IL_005a: endfinally
}
IL_005b: ldarg.0
IL_005c: call ""void Program.test.<Goo>d__1.Dispose()""
IL_0061: ldc.i4.1
IL_0062: stloc.0
IL_0063: ldloc.0
IL_0064: ret
}
");
// must load "<>4__this"
verifier.VerifyIL("Program.test.<Goo>d__1.<>m__Finally1()", @"
{
// Code size 42 (0x2a)
.maxstack 3
IL_0000: ldarg.0
IL_0001: ldc.i4.m1
IL_0002: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0007: ldarg.0
IL_0008: ldfld ""Program.test Program.test.<Goo>d__1.<>4__this""
IL_000d: ldstr ""++ ""
IL_0012: call ""void System.Console.Write(string)""
IL_0017: dup
IL_0018: ldfld ""int Program.test.count""
IL_001d: ldc.i4.1
IL_001e: add
IL_001f: stfld ""int Program.test.count""
IL_0024: newobj ""System.Exception..ctor()""
IL_0029: throw
}
");
}
[Fact, WorkItem(530587, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530587")]
public void NoFormatCharInIDEqual()
{
string source = @"
#define A
using System;
class Program
{
static int Main()
{
int x = 0;
#if A == A\uFFFB
x=1;
#endif
Console.Write(x);
return x;
}
}
";
CompileAndVerify(source, expectedOutput: "1"); // Native print 0
}
[Fact, WorkItem(530614, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530614")]
public void CS1718WRN_ComparisonToSelf_Roslyn()
{
string source = @"
enum esbyte : sbyte { e0, e1 };
public class z_1495j12
{
public static void Main()
{
if (esbyte.e0 == esbyte.e0)
{
System.Console.WriteLine(""T"");
}
}}
";
// Native compiler no warn
CreateCompilation(source).VerifyDiagnostics(
// (7,5): warning CS1718: Comparison made to same variable; did you mean to compare something else?
Diagnostic(ErrorCode.WRN_ComparisonToSelf, "esbyte.e0 == esbyte.e0"));
}
[Fact, WorkItem(530629, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530629")]
public void CS0414WRN_UnreferencedFieldAssg_Roslyn()
{
string source = @"
namespace VS7_336319
{
public sealed class PredefinedTypes
{
public class Kind { public static int Decimal; }
}
public class ExpressionBinder
{
private static PredefinedTypes PredefinedTypes = null;
private void Goo()
{
if (0 == (int)PredefinedTypes.Kind.Decimal) { }
}
}
}
";
// Native compiler no warn
CreateCompilation(source).VerifyDiagnostics(
// (10,40): warning CS0414: The field 'VS7_336319.ExpressionBinder.PredefinedTypes' is assigned but its value is never used
// private static PredefinedTypes PredefinedTypes = null;
Diagnostic(ErrorCode.WRN_UnreferencedFieldAssg, "PredefinedTypes").WithArguments("VS7_336319.ExpressionBinder.PredefinedTypes"));
}
[WorkItem(530666, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530666")]
[ConditionalFact(typeof(WindowsDesktopOnly), Reason = "https://github.com/dotnet/roslyn/issues/30160")]
public void ExpressionTreeWithNullableUDCandOperator()
{
string source = @"
using System;
using System.Linq.Expressions;
struct B
{
public static implicit operator int?(B x)
{
return 1;
}
public static int operator +(B x, int y)
{
return 2 + y;
}
static int Main()
{
Expression<Func<B, int?>> f = x => x + x;
var ret = f.Compile()(new B());
Console.WriteLine(ret);
return ret.Value - 3;
}
}
";
// Native compiler throw
CompileAndVerify(source, expectedOutput: "3");
}
[Fact, WorkItem(530696, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530696")]
public void CS0121Err_AmbiguousMethodCall()
{
string source = @"
class G<T> { }
class C
{
static void M(params double[] x)
{
System.Console.WriteLine(1);
}
static void M(params G<int>[] x)
{
System.Console.WriteLine(2);
}
static void Main()
{
M();
}
}
";
CreateCompilation(source).VerifyDiagnostics(
// (15,13): error CS0121: The call is ambiguous between the following methods or properties: 'C.M(params double[])' and 'C.M(params G<int>[])'
// M();
Diagnostic(ErrorCode.ERR_AmbigCall, "M").WithArguments("C.M(params double[])", "C.M(params G<int>[])"));
}
[Fact, WorkItem(530653, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530653")]
public void RepeatedObsoleteWarnings()
{
// <quote source="Srivatsn's comments from bug 16642">
// Inside a method body if you access a static field twice thus:
//
// var x = ObsoleteType.field1;
// var y = ObsoleteType.field1;
//
// then the native compiler reports ObsoleteType as obsolete only once. This is because the native compiler caches
// the lookup of type names for certain cases and doesn't report errors on the second lookup as that just comes
// from the cache. Note how I said caches sometimes. If you simply say -
//
// var x= new ObsoleteType();
// var y = new ObsoleteType();
//
// Then the native compiler reports the error twice. I don't think we should replicate this in Roslyn. Note however
// that this is a breaking change because if the first line had been #pragma disabled, then the code would compile
// without warnings in Dev11 but we will report warnings. I think it's a corner enough scenario and the native
// behavior is quirky enough to warrant a break.
// </quote>
CompileAndVerify(@"
using System;
[Obsolete]
public class ObsoleteType
{
public static readonly int field = 0;
}
public class Program
{
public static void Main()
{
#pragma warning disable 0612
var x = ObsoleteType.field;
#pragma warning restore 0612
var y = ObsoleteType.field; // In Dev11, this line doesn't produce a warning.
}
}").VerifyDiagnostics(
// (15,17): warning CS0612: 'ObsoleteType' is obsolete
// var y = ObsoleteType.field;
Diagnostic(ErrorCode.WRN_DeprecatedSymbol, "ObsoleteType").WithArguments("ObsoleteType"));
}
[Fact, WorkItem(530303, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530303")]
public void TestReferenceResolution()
{
var cs1Compilation = CreateCSharpCompilation("CS1",
@"public class CS1 {}",
compilationOptions: TestOptions.ReleaseDll);
var cs1Verifier = CompileAndVerify(cs1Compilation);
cs1Verifier.VerifyDiagnostics();
var cs2Compilation = CreateCSharpCompilation("CS2",
@"public class CS2<T> {}",
compilationOptions: TestOptions.ReleaseDll,
referencedCompilations: new Compilation[] { cs1Compilation });
var cs2Verifier = CompileAndVerify(cs2Compilation);
cs2Verifier.VerifyDiagnostics();
var cs3Compilation = CreateCSharpCompilation("CS3",
@"public class CS3 : CS2<CS1> {}",
compilationOptions: TestOptions.ReleaseDll,
referencedCompilations: new Compilation[] { cs1Compilation, cs2Compilation });
var cs3Verifier = CompileAndVerify(cs3Compilation);
cs3Verifier.VerifyDiagnostics();
var cs4Compilation = CreateCSharpCompilation("CS4",
@"public class Program
{
static void Main()
{
System.Console.WriteLine(typeof(CS3));
}
}",
compilationOptions: TestOptions.ReleaseExe,
referencedCompilations: new Compilation[] { cs2Compilation, cs3Compilation });
cs4Compilation.VerifyDiagnostics();
}
[Fact, WorkItem(531014, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/531014")]
public void TestVariableAndTypeNameClashes()
{
CompileAndVerify(@"
using System;
public class Class1
{
internal class A4 { internal class B { } internal static string F() { return ""A4""; } }
internal class A5 { internal class B { } internal static string F() { return ""A5""; } }
internal class A6 { internal class B { } internal static string F() { return ""A6""; } }
internal delegate void D(); // Check the weird E.M cases.
internal class Outer2
{
internal static void F(A4 A4)
{
A5 A5; const A6 A6 = null;
Console.WriteLine(typeof(A4.B));
Console.WriteLine(typeof(A5.B));
Console.WriteLine(typeof(A6.B));
Console.WriteLine(A4.F());
Console.WriteLine(A5.F());
Console.WriteLine(A6.F());
Console.WriteLine(default(A4) == null);
Console.WriteLine(default(A5) == null);
Console.WriteLine(default(A6) == null);
}
}
}").VerifyDiagnostics(
// Breaking Change: See bug 17395. Dev11 had a bug because of which it didn't report the below warnings.
// (13,16): warning CS0168: The variable 'A5' is declared but never used
// A5 A5; const A6 A6 = null;
Diagnostic(ErrorCode.WRN_UnreferencedVar, "A5").WithArguments("A5"),
// (13,29): warning CS0219: The variable 'A6' is assigned but its value is never used
// A5 A5; const A6 A6 = null;
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "A6").WithArguments("A6"));
}
[WorkItem(530584, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530584")]
[Fact]
public void NotRuntimeAmbiguousBecauseOfReturnTypes()
{
var source = @"
using System;
class Base<T, S>
{
public virtual int Goo(ref S x) { return 0; }
public virtual string Goo(out T x)
{
x = default(T); return ""Base.Out"";
}
}
class Derived : Base<int, int>
{
public override string Goo(out int x)
{
x = 0; return ""Derived.Out"";
}
static void Main()
{
int x;
Console.WriteLine(new Derived().Goo(out x));
}
}
";
// BREAK: Dev11 reports WRN_MultipleRuntimeOverrideMatches, but there
// is no runtime ambiguity because the return types differ.
CompileAndVerify(source, expectedOutput: "Derived.Out");
}
[WorkItem(695311, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/695311")]
[Fact]
public void NestedCollectionInitializerOnGenericProperty()
{
var libSource = @"
using System.Collections;
public interface IAdd
{
void Add(object o);
}
public struct S : IEnumerable, IAdd
{
private ArrayList list;
public void Add(object o)
{
list = list ?? new ArrayList();
list.Add(o);
}
public IEnumerator GetEnumerator()
{
return (list ?? new ArrayList()).GetEnumerator();
}
}
public class C : IEnumerable, IAdd
{
private readonly ArrayList list = new ArrayList();
public void Add(object o)
{
list.Add(o);
}
public IEnumerator GetEnumerator()
{
return list.GetEnumerator();
}
}
public class Wrapper<T> : IEnumerable where T : IEnumerable, new()
{
public Wrapper()
{
this.Item = new T();
}
public T Item { get; private set; }
public IEnumerator GetEnumerator()
{
return Item.GetEnumerator();
}
}
public static class Util
{
public static int Count(IEnumerable i)
{
int count = 0;
foreach (var v in i) count++;
return count;
}
}
";
var libRef = CreateCompilation(libSource, assemblyName: "lib").EmitToImageReference();
{
var source = @"
using System;
using System.Collections;
class Test
{
static void Main()
{
Console.Write(Util.Count(Goo<S>()));
Console.Write(Util.Count(Goo<C>()));
}
static Wrapper<T> Goo<T>() where T : IEnumerable, IAdd, new()
{
return new Wrapper<T> { Item = { 1, 2, 3} };
}
}
";
// As in dev11.
var comp = CreateCompilation(source, new[] { libRef }, TestOptions.ReleaseExe);
CompileAndVerify(comp, expectedOutput: "03");
}
{
var source = @"
using System;
using System.Collections;
class Test
{
static void Main()
{
Console.Write(Util.Count(Goo<C>()));
}
static Wrapper<T> Goo<T>() where T : class, IEnumerable, IAdd, new()
{
return new Wrapper<T> { Item = { 1, 2, 3} };
}
}
";
// As in dev11.
// NOTE: The spec will likely be updated to make this illegal.
var comp = CreateCompilation(source, new[] { libRef }, TestOptions.ReleaseExe);
CompileAndVerify(comp, expectedOutput: "3");
}
{
var source = @"
using System;
using System.Collections;
class Test
{
static void Main()
{
Console.Write(Util.Count(Goo<S>()));
}
static Wrapper<T> Goo<T>() where T : struct, IEnumerable, IAdd
{
return new Wrapper<T> { Item = { 1, 2, 3} };
}
}
";
// BREAK: dev11 compiles and prints "0"
var comp = CreateCompilation(source, new[] { libRef }, TestOptions.ReleaseExe);
comp.VerifyDiagnostics(
// (15,33): error CS1918: Members of property 'Wrapper<T>.Item' of type 'T' cannot be assigned with an object initializer because it is of a value type
// return new Wrapper<T> { Item = { 1, 2, 3} };
Diagnostic(ErrorCode.ERR_ValueTypePropertyInObjectInitializer, "Item").WithArguments("Wrapper<T>.Item", "T"));
}
}
[Fact, WorkItem(770424, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/770424"), WorkItem(1079034, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1079034")]
public void UserDefinedShortCircuitingOperators()
{
var source = @"
public class Base
{
public static bool operator true(Base x)
{
System.Console.Write(""Base.op_True"");
return x != null;
}
public static bool operator false(Base x)
{
System.Console.Write(""Base.op_False"");
return x == null;
}
}
public class Derived : Base
{
public static Derived operator&(Derived x, Derived y)
{
return x;
}
public static Derived operator|(Derived x, Derived y)
{
return y;
}
static void Main()
{
Derived d = new Derived();
var b = (d && d) || d;
}
}
";
CompileAndVerify(source, expectedOutput: "Base.op_FalseBase.op_True");
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit;
namespace Microsoft.CodeAnalysis.CSharp.UnitTests
{
public class BreakingChanges : CSharpTestBase
{
[Fact, WorkItem(527050, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527050")]
[Trait("Feature", "Directives")]
public void TestCS1024DefineWithUnicodeInMiddle()
{
var test = @"#de\u0066in\U00000065 ABC";
// This is now a negative test, this should not be allowed.
SyntaxFactory.ParseSyntaxTree(test).GetDiagnostics().Verify(Diagnostic(ErrorCode.ERR_PPDirectiveExpected, @"de\u0066in\U00000065"));
}
[Fact, WorkItem(527951, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527951")]
public void CS0133ERR_NotConstantExpression05()
{
var text = @"
class A
{
public void Do()
{
const object o1 = null;
const string o2 = (string)o1; // Dev10 reports CS0133
}
}
";
var comp = CreateCompilation(text);
comp.VerifyDiagnostics(
// (7,22): warning CS0219: The variable 'o2' is assigned but its value is never used
// const string o2 = (string)o1; // Dev10 reports CS0133
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "o2").WithArguments("o2")
);
}
[WorkItem(527943, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527943")]
[Fact]
public void CS0146ERR_CircularBase05()
{
var text = @"
interface IFace<T> { }
class B : IFace<B.C.D>
{
public class C
{
public class D { }
}
}
";
var comp = CreateCompilation(text);
// In Dev10, there was an error - ErrorCode.ERR_CircularBase at (4,7)
Assert.Equal(0, comp.GetDiagnostics().Count());
}
[WorkItem(540371, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/540371"), WorkItem(530792, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530792")]
[Fact]
private void CS0507ERR_CantChangeAccessOnOverride_TestSynthesizedSealedAccessorsInDifferentAssembly()
{
var source1 = @"
using System.Collections.Generic;
public class Base<T>
{
public virtual List<T> Property1 { get { return null; } protected internal set { } }
public virtual List<T> Property2 { protected internal get { return null; } set { } }
}";
var compilation1 = CreateCompilation(source1);
var source2 = @"
using System.Collections.Generic;
public class Derived : Base<int>
{
public sealed override List<int> Property1 { get { return null; } }
public sealed override List<int> Property2 { set { } }
}";
var comp = CreateCompilation(source2, new[] { new CSharpCompilationReference(compilation1) });
comp.VerifyDiagnostics();
// This is not a breaking change - but it is a change in behavior from Dev10
// Dev10 used to report following errors -
// Error CS0507: 'Derived.Property1.set': cannot change access modifiers when overriding 'protected' inherited member 'Base<int>.Property1.set'
// Error CS0507: 'Derived.Property2.get': cannot change access modifiers when overriding 'protected' inherited member 'Base<int>.Property2.get'
// Roslyn makes this case work by synthesizing 'protected' accessors for the missing ones
var baseClass = comp.GlobalNamespace.GetMember<NamedTypeSymbol>("Base");
var baseProperty1 = baseClass.GetMember<PropertySymbol>("Property1");
var baseProperty2 = baseClass.GetMember<PropertySymbol>("Property2");
Assert.Equal(Accessibility.Public, baseProperty1.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, baseProperty1.GetMethod.DeclaredAccessibility);
Assert.Equal(Accessibility.ProtectedOrInternal, baseProperty1.SetMethod.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, baseProperty2.DeclaredAccessibility);
Assert.Equal(Accessibility.ProtectedOrInternal, baseProperty2.GetMethod.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, baseProperty2.SetMethod.DeclaredAccessibility);
var derivedClass = comp.GlobalNamespace.GetMember<NamedTypeSymbol>("Derived");
var derivedProperty1 = derivedClass.GetMember<SourcePropertySymbol>("Property1");
var derivedProperty2 = derivedClass.GetMember<SourcePropertySymbol>("Property2");
Assert.Equal(Accessibility.Public, derivedProperty1.DeclaredAccessibility);
Assert.Equal(Accessibility.Public, derivedProperty1.GetMethod.DeclaredAccessibility);
Assert.Null(derivedProperty1.SetMethod);
Assert.Equal(Accessibility.Public, derivedProperty2.DeclaredAccessibility);
Assert.Null(derivedProperty2.GetMethod);
Assert.Equal(Accessibility.Public, derivedProperty2.SetMethod.DeclaredAccessibility);
var derivedProperty1Synthesized = derivedProperty1.SynthesizedSealedAccessorOpt;
var derivedProperty2Synthesized = derivedProperty2.SynthesizedSealedAccessorOpt;
Assert.Equal(MethodKind.PropertySet, derivedProperty1Synthesized.MethodKind);
Assert.Equal(Accessibility.Protected, derivedProperty1Synthesized.DeclaredAccessibility);
Assert.Equal(MethodKind.PropertyGet, derivedProperty2Synthesized.MethodKind);
Assert.Equal(Accessibility.Protected, derivedProperty2Synthesized.DeclaredAccessibility);
}
// Confirm that this error no longer exists
[Fact]
public void CS0609ERR_NameAttributeOnOverride()
{
var text = @"
using System.Runtime.CompilerServices;
public class idx
{
public virtual int this[int iPropIndex]
{
get { return 0; }
set { }
}
}
public class MonthDays : idx
{
[IndexerName(""MonthInfoIndexer"")]
public override int this[int iPropIndex]
{
get { return 1; }
set { }
}
}
";
var compilation = CreateCompilation(text);
compilation.VerifyDiagnostics();
var indexer = compilation.GlobalNamespace.GetMember<NamedTypeSymbol>("MonthDays").Indexers.Single();
Assert.Equal(Microsoft.CodeAnalysis.WellKnownMemberNames.Indexer, indexer.Name);
Assert.Equal("MonthInfoIndexer", indexer.MetadataName);
}
[WorkItem(527116, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527116")]
[Fact]
public void RegressWarningInSingleMultiLineMixedXml()
{
var text = @"
/// <summary>
/** This is the summary */
/// </summary>
class Test
{
/** <summary> */
/// This is the summary1
/** </summary> */
public int Field = 0;
/** <summary> */
/// This is the summary2
/// </summary>
string Prop { get; set; }
/// <summary>
/** This is the summary3
* </summary> */
static int Main() { return new Test().Field; }
}
";
var tree = Parse(text, options: TestOptions.RegularWithDocumentationComments);
Assert.NotNull(tree);
Assert.Equal(text, tree.GetCompilationUnitRoot().ToFullString());
// Dev10 allows (no warning)
// Roslyn gives Warning CS1570 - "XML Comment has badly formed XML..."
Assert.Equal(8, tree.GetDiagnostics().Count());
}
[Fact, WorkItem(527093, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/527093")]
public void NoCS1570ForUndefinedXmlNamespace()
{
var text = @"
/// <xml> xmlns:s=""uuid: BDC6E3F0-6DA3-11d1-A2A3 - 00AA00C14882"">
/// <s:inventory>
/// </s:inventory>
/// </xml>
class A { }
";
var tree = Parse(text, options: TestOptions.RegularWithDocumentationComments);
Assert.NotNull(tree);
Assert.Equal(text, tree.GetCompilationUnitRoot().ToFullString());
// Native Warning CS1570 - "XML Comment has badly formed XML..."
// Roslyn no
Assert.Empty(tree.GetDiagnostics());
}
[Fact, WorkItem(541345, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/541345")]
public void CS0019_TestNullCoalesceWithNullOperandsErrors()
{
var source = @"
class Program
{
static void Main()
{
// This is acceptable by the native compiler and treated as a non-constant null literal.
// That violates the specification; we now correctly treat this as an error.
object a = null ?? null;
// The null coalescing operator never produces a compile-time constant even when
// the arguments are constants.
const object b = null ?? ""ABC"";
const string c = ""DEF"" ?? null;
const int d = (int?)null ?? 123;
// It is legal, though pointless, to use null literals and constants in coalescing
// expressions, provided you don't try to make the result a constant. These should
// produce no errors:
object z = null ?? ""GHI"";
string y = ""JKL"" ?? null;
int x = (int?)null ?? 456;
}
}
";
CreateCompilation(source).VerifyDiagnostics(
Diagnostic(ErrorCode.ERR_BadBinaryOps, "null ?? null").WithArguments("??", "<null>", "<null>"),
Diagnostic(ErrorCode.ERR_NotConstantExpression, @"null ?? ""ABC""").WithArguments("b"),
Diagnostic(ErrorCode.ERR_NotConstantExpression, @"""DEF"" ?? null").WithArguments("c"),
Diagnostic(ErrorCode.ERR_NotConstantExpression, "(int?)null ?? 123").WithArguments("d"));
}
[Fact, WorkItem(528676, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528676"), WorkItem(528676, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528676")]
private // CS0657WRN_AttributeLocationOnBadDeclaration_AfterAttrDeclOrDelegate
void CS1730ERR_CantUseAttributeOnInvaildLocation()
{
var test = @"using System;
[AttributeUsage(AttributeTargets.All)]
public class Goo : Attribute
{
public int Name;
public Goo(int sName) { Name = sName; }
}
public delegate void EventHandler(object sender, EventArgs e);
[assembly: Goo(5)]
public class Test { }
";
// In Dev10, this is a warning CS0657
// Diagnostic(ErrorCode.WRN_AttributeLocationOnBadDeclaration, "assembly").WithArguments("assembly", "type")
SyntaxFactory.ParseSyntaxTree(test).GetDiagnostics().Verify(Diagnostic(ErrorCode.ERR_GlobalAttributesNotFirst, "assembly"));
}
[WorkItem(528711, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528711")]
[Fact]
public void CS9259_StructLayoutCycle()
{
var text =
@"struct S1<T>
{
S1<S1<T>>.S2 x;
struct S2
{
static T x;
}
}";
var comp = CreateCompilation(text);
comp.VerifyDiagnostics(
// (3,18): warning CS0169: The field 'S1<T>.x' is never used
// S1<S1<T>>.S2 x;
Diagnostic(ErrorCode.WRN_UnreferencedField, "x").WithArguments("S1<T>.x").WithLocation(3, 18),
// (6,18): warning CS0169: The field 'S1<T>.S2.x' is never used
// static T x;
Diagnostic(ErrorCode.WRN_UnreferencedField, "x").WithArguments("S1<T>.S2.x").WithLocation(6, 18)
);
}
[WorkItem(528094, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528094")]
[Fact]
public void FormattingUnicodeNotPartOfId()
{
string source = @"
// <Area> Lexical - Unicode Characters</Area>
// <Title>
// Compiler considers identifiers, which differ only in formatting-character, as different ones;
// This is not actually correct behavior but for the time being this is what we expect
//</Title>
//<RelatedBugs>DDB:133151</RelatedBugs>
// <Expects Status=Success></Expects>
#define A
using System;
class Program
{
static int Main()
{
int x = 0;
#if A == A\uFFFB
x=1;
#endif
Console.Write(x);
return x;
}
}
";
// Dev10 print '0'
CompileAndVerify(source, expectedOutput: "1");
}
[WorkItem(529000, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529000")]
[Fact]
public void NoCS0121ForSwitchedParamNames_Dev10814222()
{
string source = @"
using System;
// Bug Dev10: 814222 resolved as Won't Fix
class Test
{
static void Main()
{
Console.Write(Bar(x: 1, y: ""T0"")); // Dev10:CS0121
Test01.Main01();
}
public static int Bar(int x, string y, params int[] z) { return 1; }
public static int Bar(string y, int x) { return 0; } // Roslyn pick this one
}
class Test01
{
public static int Bar<T>(int x, T y, params int[] z) { return 1; }
public static int Bar<T>(string y, int x) { return 0; } // Roslyn pick this one
public static int Goo<T>(int x, T y) { return 1; }
public static int Goo<T>(string y, int x) { return 0; } // Roslyn pick this one
public static int AbcDef<T>(int x, T y) { return 0; } // Roslyn pick this one
public static int AbcDef<T>(string y, int x, params int[] z) { return 1; }
public static void Main01()
{
Console.Write(Bar<string>(x: 1, y: ""T1"")); // Dev10:CS0121
Console.Write(Goo<string>(x: 1, y: ""T2"")); // Dev10:CS0121
Console.Write(AbcDef<string>(x: 1, y: ""T3"")); // Dev10:CS0121
}
}
";
CompileAndVerify(source, expectedOutput: "0000");
}
[WorkItem(529001, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529001")]
[WorkItem(529002, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529002")]
[WorkItem(1067, "https://github.com/dotnet/roslyn/issues/1067")]
[Fact]
public void CS0185ERR_LockNeedsReference_RequireRefType()
{
var source = @"
class C
{
void M<T, TClass, TStruct>()
where TClass : class
where TStruct : struct
{
lock (default(object)) ;
lock (default(int)) ; // CS0185
lock (default(T)) {} // new CS0185 - no constraints (Bug#10755)
lock (default(TClass)) {}
lock (default(TStruct)) {} // new CS0185 - constraints to value type (Bug#10756)
lock (null) {} // new CS0185 - null is not an object type
}
}
";
var standardCompilation = CreateCompilation(source);
var strictCompilation = CreateCompilation(source, parseOptions: TestOptions.Regular.WithStrictFeature());
standardCompilation.VerifyDiagnostics(
// (8,32): warning CS0642: Possible mistaken empty statement
// lock (default(object)) ;
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(8, 32),
// (9,29): warning CS0642: Possible mistaken empty statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(9, 29),
// (9,15): error CS0185: 'int' is not a reference type as required by the lock statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(int)").WithArguments("int").WithLocation(9, 15),
// (12,15): error CS0185: 'TStruct' is not a reference type as required by the lock statement
// lock (default(TStruct)) {} // new CS0185 - constraints to value type (Bug#10756)
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(TStruct)").WithArguments("TStruct").WithLocation(12, 15)
);
strictCompilation.VerifyDiagnostics(
// (8,32): warning CS0642: Possible mistaken empty statement
// lock (default(object)) ;
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(8, 32),
// (9,29): warning CS0642: Possible mistaken empty statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(9, 29),
// (9,15): error CS0185: 'int' is not a reference type as required by the lock statement
// lock (default(int)) ; // CS0185
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(int)").WithArguments("int").WithLocation(9, 15),
// (10,15): error CS0185: 'T' is not a reference type as required by the lock statement
// lock (default(T)) {} // new CS0185 - no constraints (Bug#10755)
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(T)").WithArguments("T").WithLocation(10, 15),
// (12,15): error CS0185: 'TStruct' is not a reference type as required by the lock statement
// lock (default(TStruct)) {} // new CS0185 - constraints to value type (Bug#10756)
Diagnostic(ErrorCode.ERR_LockNeedsReference, "default(TStruct)").WithArguments("TStruct").WithLocation(12, 15),
// (13,15): error CS0185: '<null>' is not a reference type as required by the lock statement
// lock (null) {} // new CS0185 - null is not an object type
Diagnostic(ErrorCode.ERR_LockNeedsReference, "null").WithArguments("<null>").WithLocation(13, 15)
);
}
[WorkItem(528972, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/528972")]
[Fact]
public void CS0121ERR_AmbigCall_Lambda1()
{
var text = @"
using System;
class A
{
static void Main()
{
Goo( delegate () { throw new Exception(); }); // both Dev10 & Roslyn no error
Goo(x: () => { throw new Exception(); }); // Dev10: CS0121, Roslyn: no error
}
public static void Goo(Action x)
{
Console.WriteLine(1);
}
public static void Goo(Func<int> x)
{
Console.WriteLine(2); // Roslyn call this one
}
}
";
// Dev11 FIXED this, no error anymore (So Not breaking Dev11)
// Dev10 reports CS0121 because ExpressionBinder::WhichConversionIsBetter fails to unwrap
// the NamedArgumentSpecification to find the UNBOUNDLAMBDA and, thus, never calls
// WhichLambdaConversionIsBetter.
CreateCompilation(text).VerifyDiagnostics();
}
[Fact, WorkItem(529202, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529202")]
public void NoCS0029_ErrorOnZeroToEnumToTypeConversion()
{
string source = @"
class Program
{
static void Main()
{
S s = 0;
}
}
enum E
{
Zero, One, Two
}
struct S
{
public static implicit operator S(E s)
{
return E.Zero;
}
}";
// Dev10/11: (11,9): error CS0029: Cannot implicitly convert type 'int' to 'S'
CreateCompilation(source).VerifyDiagnostics(
// (6,15): error CS0029: Cannot implicitly convert type 'int' to 'S'
// S s = 0;
Diagnostic(ErrorCode.ERR_NoImplicitConv, "0").WithArguments("int", "S")
);
}
[Fact, WorkItem(529242, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529242")]
public void ThrowOverflowExceptionForUncheckedCheckedLambda()
{
string source = @"
using System;
class Program
{
static void Main()
{
Func<int, int> d = checked(delegate(int i)
{
int max = int.MaxValue;
try
{
int n = max + 1;
}
catch (OverflowException)
{
Console.Write(""OV ""); // Roslyn throw
}
return i;
});
var r = unchecked(d(9));
Console.Write(r);
}
}
";
CompileAndVerify(source, expectedOutput: "OV 9");
}
[WorkItem(529262, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529262")]
[Fact]
public void PartialMethod_ParameterAndTypeParameterNames()
{
var source =
@"using System;
using System.Reflection;
partial class C
{
static partial void M<T, U>(T x, U y);
static partial void M<T1, T2>(T1 y, T2 x)
{
Console.Write(""{0}, {1} | "", x, y);
var m = typeof(C).GetMethod(""M"", BindingFlags.Static | BindingFlags.NonPublic);
var tp = m.GetGenericArguments();
Console.Write(""{0}, {1} | "", tp[0].Name, tp[1].Name);
var p = m.GetParameters();
Console.Write(""{0}, {1}"", p[0].Name, p[1].Name);
}
static void Main()
{
M(x: 1, y: 2);
}
}";
// Dev12 would emit "2, 1 | T1, T2 | x, y".
CompileAndVerify(source, expectedOutput: "2, 1 | T, U | x, y");
}
[Fact, WorkItem(529279, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529279")]
public void NewCS0029_ImplicitlyUnwrapGenericNullable()
{
string source = @"
public class GenC<T, U> where T : struct, U
{
public void Test(T t)
{
/*<bind>*/T? nt = t;/*</bind>*/
U valueUn = nt;
}
}";
var comp = CreateCompilation(source);
comp.VerifyDiagnostics(
// (7,21): error CS0029: Cannot implicitly convert type 'T?' to 'U'
// U valueUn = nt;
Diagnostic(ErrorCode.ERR_NoImplicitConv, "nt").WithArguments("T?", "U"));
VerifyOperationTreeForTest<LocalDeclarationStatementSyntax>(comp, @"
IVariableDeclarationGroupOperation (1 declarations) (OperationKind.VariableDeclarationGroup, Type: null) (Syntax: 'T? nt = t;')
IVariableDeclarationOperation (1 declarators) (OperationKind.VariableDeclaration, Type: null) (Syntax: 'T? nt = t')
Declarators:
IVariableDeclaratorOperation (Symbol: T? nt) (OperationKind.VariableDeclarator, Type: null) (Syntax: 'nt = t')
Initializer:
IVariableInitializerOperation (OperationKind.VariableInitializer, Type: null) (Syntax: '= t')
IConversionOperation (TryCast: False, Unchecked) (OperationKind.Conversion, Type: T?, IsImplicit) (Syntax: 't')
Conversion: CommonConversion (Exists: True, IsIdentity: False, IsNumeric: False, IsReference: False, IsUserDefined: False) (MethodSymbol: null)
Operand:
IParameterReferenceOperation: t (OperationKind.ParameterReference, Type: T) (Syntax: 't')
Initializer:
null
");
}
[Fact, WorkItem(529280, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529280"), WorkItem(546864, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/546864")]
public void ExplicitUDCWithGenericConstraints()
{
// This compiles successfully in Dev10 dues to a bug; a user-defined conversion
// that converts from or to an interface should never be chosen. If you are
// converting from Alpha to Beta via standard conversion, then Beta to Gamma
// via user-defined conversion, then Gamma to Delta via standard conversion, then
// none of Alpha, Beta, Gamma or Delta should be allowed to be interfaces. The
// Dev10 compiler only checks Alpha and Delta, not Beta and Gamma.
//
// Unfortunately, real-world code both in devdiv and in the wild depends on this
// behavior, so we are replicating the bug in Roslyn.
string source = @"using System;
public interface IGoo { void Method(); }
public class CT : IGoo { public void Method() { } }
public class GenC<T> where T : IGoo
{
public T valueT;
public static explicit operator T(GenC<T> val)
{
Console.Write(""ExpConv"");
return val.valueT;
}
}
public class Test
{
public static void Main()
{
var _class = new GenC<IGoo>();
var ret = (CT)_class;
}
}
";
// CompileAndVerify(source, expectedOutput: "ExpConv");
CreateCompilation(source).VerifyDiagnostics();
}
[Fact, WorkItem(529362, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529362")]
public void TestNullCoalescingOverImplicitExplicitUDC()
{
string source = @"using System;
struct GenS<T> where T : struct
{
public static int Flag;
public static explicit operator T?(GenS<T> s)
{
Flag = 3;
return default(T);
}
public static implicit operator T(GenS<T> s)
{
Flag = 2;
return default(T);
}
}
class Program
{
public static void Main()
{
int? int_a1 = 1;
GenS<int>? s28 = new GenS<int>();
// Due to related bug dev10: 742047 is won't fix
// so expects the code will call explicit conversion operator
int? result28 = s28 ?? int_a1;
Console.WriteLine(GenS<int>.Flag);
}
}
";
// Native compiler picks explicit conversion - print 3
CompileAndVerify(source, expectedOutput: "2");
}
[Fact, WorkItem(529362, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529362")]
public void TestNullCoalescingOverImplicitExplicitUDC_2()
{
string source = @"using System;
struct S
{
public static explicit operator int?(S? s)
{
Console.WriteLine(""Explicit"");
return 3;
}
public static implicit operator int(S? s)
{
Console.WriteLine(""Implicit"");
return 2;
}
}
class Program
{
public static void Main()
{
int? nn = -1;
S? s = new S();
int? ret = s ?? nn;
}
}
";
// Native compiler picks explicit conversion
CompileAndVerify(source, expectedOutput: "Implicit");
}
[Fact, WorkItem(529363, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529363")]
public void AssignmentNullCoalescingOperator()
{
string source = @"using System;
class NullCoalescingTest
{
public static void Main()
{
int? a;
int c;
var x = (a = null) ?? (c = 123);
Console.WriteLine(c);
}
}
";
// Native compiler no error (print -123)
CreateCompilation(source).VerifyDiagnostics(
// (10,27): error CS0165: Use of unassigned local variable 'c'
// Console.WriteLine(c);
Diagnostic(ErrorCode.ERR_UseDefViolation, "c").WithArguments("c"),
// (7,14): warning CS0219: The variable 'a' is assigned but its value is never used
// int? a;
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "a").WithArguments("a"));
}
[Fact, WorkItem(529464, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529464")]
public void MultiDimensionArrayWithDiffTypeIndexDevDiv31328()
{
var text = @"
class A
{
public static void Main()
{
byte[,] arr = new byte[1, 1];
ulong i1 = 0;
int i2 = 1;
arr[i1, i2] = 127; // Dev10 CS0266
}
}
";
// Dev10 Won't fix bug#31328 for md array with different types' index and involving ulong
// CS0266: Cannot implicitly convert type 'ulong' to 'int'. ...
CreateCompilation(text).VerifyDiagnostics();
}
[Fact]
public void PointerArithmetic_SubtractNullLiteral()
{
var text = @"
unsafe class C
{
long M(int* p)
{
return p - null; //Dev10 reports CS0019
}
}
";
// Dev10: the null literal is treated as though it is converted to void*, making the subtraction illegal (ExpressionBinder::GetPtrBinOpSigs).
// Roslyn: the null literal is converted to int*, making the subtraction legal.
CreateCompilation(text, options: TestOptions.UnsafeReleaseDll).VerifyDiagnostics();
}
[Fact]
public void CS0181ERR_BadAttributeParamType_Nullable()
{
var text = @"
[Boom]
class Boom : System.Attribute
{
public Boom(int? x = 0) { }
static void Main()
{
typeof(Boom).GetCustomAttributes(true);
}
}
";
// Roslyn: error CS0181: Attribute constructor parameter 'x' has type 'int?', which is not a valid attribute parameter type
// Dev10/11: no error, but throw at runtime - System.Reflection.CustomAttributeFormatException
CreateCompilation(text).VerifyDiagnostics(
Diagnostic(ErrorCode.ERR_BadAttributeParamType, "Boom").WithArguments("x", "int?"));
}
/// <summary>
/// When determining whether the LHS of a null-coalescing operator (??) is non-null, the native compiler strips off casts.
///
/// We have decided not to reproduce this behavior.
/// </summary>
[Fact]
public void CastOnLhsOfConditionalOperator()
{
var text = @"
class C
{
static void Main(string[] args)
{
int i;
int? j = (int?)1 ?? i; //dev10 accepts, since it treats the RHS as unreachable.
int k;
int? l = ((int?)1 ?? j) ?? k; // If the LHS of the LHS is non-null, then the LHS should be non-null, but dev10 only handles casts.
int m;
int? n = ((int?)1).HasValue ? ((int?)1).Value : m; //dev10 does not strip casts in a comparable conditional operator
}
}
";
// Roslyn: error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('object')
// Dev10/11: no error
CreateCompilation(text).VerifyDiagnostics(
// This is new in Roslyn.
// (7,29): error CS0165: Use of unassigned local variable 'i'
// int? j = (int?)1 ?? i; //dev10 accepts, since it treats the RHS as unreachable.
Diagnostic(ErrorCode.ERR_UseDefViolation, "i").WithArguments("i"),
// These match Dev10.
// (10,36): error CS0165: Use of unassigned local variable 'k'
// int? l = ((int?)1 ?? j) ?? k; // If the LHS of the LHS is non-null, then the LHS should be non-null, but dev10 only handles casts.
Diagnostic(ErrorCode.ERR_UseDefViolation, "k").WithArguments("k"),
// (13,57): error CS0165: Use of unassigned local variable 'm'
// int? n = ((int?)1).HasValue ? ((int?)1).Value : m; //dev10 does not strip casts in a comparable conditional operator
Diagnostic(ErrorCode.ERR_UseDefViolation, "m").WithArguments("m"));
}
[WorkItem(529974, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529974")]
[Fact]
public void TestCollisionForLoopControlVariable()
{
var source = @"
namespace Microsoft.Test.XmlGen.Protocols.Saml2
{
using System;
using System.Collections.Generic;
public class ProxyRestriction
{
XmlGenIntegerAttribute count;
private List<XmlGenAttribute> Attributes { get; set; }
public ProxyRestriction()
{
for (int count = 0; count < 10; count++)
{
}
for (int i = 0; i < this.Attributes.Count; i++)
{
XmlGenAttribute attribute = this.Attributes[i];
if (attribute.LocalName == null)
{
if (count is XmlGenIntegerAttribute)
{
count = (XmlGenIntegerAttribute)attribute;
}
else
{
count = new XmlGenIntegerAttribute(attribute);
this.Attributes[i] = count;
}
break;
}
}
if (count == null)
{
this.Attributes.Add(new XmlGenIntegerAttribute(String.Empty, null, String.Empty, -1, false));
}
}
}
internal class XmlGenAttribute
{
public object LocalName { get; internal set; }
}
internal class XmlGenIntegerAttribute : XmlGenAttribute
{
public XmlGenIntegerAttribute(string empty1, object count, string empty2, int v, bool isPresent)
{
}
public XmlGenIntegerAttribute(XmlGenAttribute attribute)
{
}
}
}
public class Program
{
public static void Main() { }
}";
// Dev11 reported no errors for the above repro and allowed the name 'count' to bind to different
// variables within the same declaration space. According to the old spec the error should be reported.
// In Roslyn the single definition rule is relaxed and we do not give an error, but for a different reason.
CreateCompilation(source).VerifyDiagnostics();
}
[Fact, WorkItem(530301, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530301")]
public void NoMore_CS0458WRN_AlwaysNull02()
{
CreateCompilation(
@"
public class Test
{
const bool ct = true;
public static int Main()
{
var a = (true & null) ?? null; // CS0458
if (((null & true) == null)) // CS0458
return 0;
var b = !(null | false); // CS0458
if ((false | null) != null) // CS0458
return 1;
const bool cf = false;
var d = ct & null ^ null; // CS0458 - Roslyn Warn this ONLY
d ^= !(null | cf); // CS0458
return -1;
}
}
")
// We decided to not report WRN_AlwaysNull in some cases.
.VerifyDiagnostics(
// Diagnostic(ErrorCode.WRN_AlwaysNull, "true & null").WithArguments("bool?"),
// Diagnostic(ErrorCode.WRN_AlwaysNull, "null & true").WithArguments("bool?"),
// Diagnostic(ErrorCode.WRN_AlwaysNull, "null | false").WithArguments("bool?"),
// Diagnostic(ErrorCode.WRN_AlwaysNull, "false | null").WithArguments("bool?"),
Diagnostic(ErrorCode.WRN_AlwaysNull, "ct & null ^ null").WithArguments("bool?") //,
// Diagnostic(ErrorCode.WRN_AlwaysNull, "null | cf").WithArguments("bool?")
);
}
[WorkItem(530403, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530403")]
[Fact]
public void CS0135_local_param_cannot_be_declared()
{
// Dev11 missed this error. The issue is that an a is a field of c, and then it is a local in parts of d.
// by then referring to the field without the this keyword, it should be flagged as declaring a competing variable (as it is confusing).
var text = @"
using System;
public class c
{
int a = 0;
void d(bool b) {
if(b)
{
int a = 1;
Console.WriteLine(a);
}
else
{
a = 2;
}
a = 3;
Console.WriteLine(a);
}
}
";
var comp = CreateCompilation(text);
// In Roslyn the single definition rule is relaxed and we do not give an error.
comp.VerifyDiagnostics();
}
[ConditionalFact(typeof(WindowsDesktopOnly), Reason = "https://github.com/dotnet/roslyn/issues/30160")]
[WorkItem(530518, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530518")]
public void ExpressionTreeExplicitOpVsConvert()
{
var text = @"
using System;
using System.Linq;
using System.Linq.Expressions;
class Test
{
public static explicit operator int(Test x) { return 1; }
static void Main()
{
Expression<Func<Test, long?>> testExpr1 = x => (long?)x;
Console.WriteLine(testExpr1);
Expression<Func<Test, decimal?>> testExpr2 = x => (decimal?)x;
Console.WriteLine(testExpr2);
}
}
";
// Native Compiler: x => Convert(Convert(op_Explicit(x)))
CompileAndVerify(text, expectedOutput:
@"x => Convert(Convert(Convert(x)))
x => Convert(Convert(Convert(x)))
");
}
[WorkItem(530531, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530531")]
[ConditionalFact(typeof(WindowsDesktopOnly), Reason = "https://github.com/dotnet/roslyn/issues/30160")]
private void ExpressionTreeNoCovertForIdentityConversion()
{
var source = @"
using System;
using System.Linq;
using System.Linq.Expressions;
class Test
{
static void Main()
{
Expression<Func<Guid, bool>> e = (x) => x != null;
Console.WriteLine(e);
Console.WriteLine(e.Compile()(default(Guid)));
}
}
";
// Native compiler: x => (Convert(x) != Convert(null))
CompileAndVerify(source, expectedOutput:
@"x => (Convert(x) != null)
True
");
}
[Fact, WorkItem(530548, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530548")]
public void CS0219WRN_UnreferencedVarAssg_RHSMidRefType()
{
string source = @"
public interface Base { }
public struct Derived : Base { }
public class Test
{
public static void Main()
{
var b1 = new Derived(); // Both Warning CS0219
var b2 = (Base)new Derived(); // Both NO Warn (reference type)
var b3 = (Derived)((Base)new Derived()); // Roslyn Warning CS0219
}
}
";
// Native compiler no error (print -123)
CreateCompilation(source).VerifyDiagnostics(
// (8,13): warning CS0219: The variable 'b1' is assigned but its value is never used
// var b1 = new Derived(); // Both Warning CS0219
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "b1").WithArguments("b1"),
// (10,13): warning CS0219: The variable 'b3' is assigned but its value is never used
// var b3 = (Derived)((Base)new Derived()); // Roslyn Warning CS0219
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "b3").WithArguments("b3"));
}
[Fact, WorkItem(530556, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530556")]
public void NoCS0591ERR_InvalidAttributeArgument()
{
string source = @"
using System;
[AttributeUsage(AttributeTargets.All + 0xFFFFFF)]
class MyAtt : Attribute { }
[AttributeUsage((AttributeTargets)0xffff)]
class MyAtt1 : Attribute { }
public class Test {}
";
// Native compiler error CS0591: Invalid value for argument to 'AttributeUsage' attribute
CreateCompilation(source).VerifyDiagnostics();
}
[Fact, WorkItem(530586, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530586")]
public void ThrowOnceInIteratorFinallyBlock()
{
string source = @"
//<Title> Finally block runs twice in iterator</Title>
//<RelatedBug>Dev10:473561-->8444?</RelatedBug>
using System;
using System.Collections;
class Program
{
public static void Main()
{
var demo = new test();
try
{
foreach (var x in demo.Goo()) { }
}
catch (Exception)
{
Console.Write(""EX "");
}
Console.WriteLine(demo.count);
}
class test
{
public int count = 0;
public IEnumerable Goo()
{
try
{
yield return null;
try
{
yield break;
}
catch
{ }
}
finally
{
Console.Write(""++ "");
++count;
throw new Exception();
}
}
}
}
";
// Native print "++ ++ EX 2"
var verifier = CompileAndVerify(source, expectedOutput: " ++ EX 1");
// must not load "<>4__this"
verifier.VerifyIL("Program.test.<Goo>d__1.System.Collections.IEnumerator.MoveNext()", @"
{
// Code size 101 (0x65)
.maxstack 2
.locals init (bool V_0,
int V_1)
.try
{
IL_0000: ldarg.0
IL_0001: ldfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0006: stloc.1
IL_0007: ldloc.1
IL_0008: brfalse.s IL_0012
IL_000a: ldloc.1
IL_000b: ldc.i4.1
IL_000c: beq.s IL_0033
IL_000e: ldc.i4.0
IL_000f: stloc.0
IL_0010: leave.s IL_0063
IL_0012: ldarg.0
IL_0013: ldc.i4.m1
IL_0014: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0019: ldarg.0
IL_001a: ldc.i4.s -3
IL_001c: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0021: ldarg.0
IL_0022: ldnull
IL_0023: stfld ""object Program.test.<Goo>d__1.<>2__current""
IL_0028: ldarg.0
IL_0029: ldc.i4.1
IL_002a: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_002f: ldc.i4.1
IL_0030: stloc.0
IL_0031: leave.s IL_0063
IL_0033: ldarg.0
IL_0034: ldc.i4.s -3
IL_0036: stfld ""int Program.test.<Goo>d__1.<>1__state""
.try
{
IL_003b: ldc.i4.0
IL_003c: stloc.0
IL_003d: leave.s IL_004a
}
catch object
{
IL_003f: pop
IL_0040: leave.s IL_0042
}
IL_0042: ldarg.0
IL_0043: call ""void Program.test.<Goo>d__1.<>m__Finally1()""
IL_0048: br.s IL_0052
IL_004a: ldarg.0
IL_004b: call ""void Program.test.<Goo>d__1.<>m__Finally1()""
IL_0050: leave.s IL_0063
IL_0052: leave.s IL_005b
}
fault
{
IL_0054: ldarg.0
IL_0055: call ""void Program.test.<Goo>d__1.Dispose()""
IL_005a: endfinally
}
IL_005b: ldarg.0
IL_005c: call ""void Program.test.<Goo>d__1.Dispose()""
IL_0061: ldc.i4.1
IL_0062: stloc.0
IL_0063: ldloc.0
IL_0064: ret
}
");
// must load "<>4__this"
verifier.VerifyIL("Program.test.<Goo>d__1.<>m__Finally1()", @"
{
// Code size 42 (0x2a)
.maxstack 3
IL_0000: ldarg.0
IL_0001: ldc.i4.m1
IL_0002: stfld ""int Program.test.<Goo>d__1.<>1__state""
IL_0007: ldarg.0
IL_0008: ldfld ""Program.test Program.test.<Goo>d__1.<>4__this""
IL_000d: ldstr ""++ ""
IL_0012: call ""void System.Console.Write(string)""
IL_0017: dup
IL_0018: ldfld ""int Program.test.count""
IL_001d: ldc.i4.1
IL_001e: add
IL_001f: stfld ""int Program.test.count""
IL_0024: newobj ""System.Exception..ctor()""
IL_0029: throw
}
");
}
[Fact, WorkItem(530587, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530587")]
public void NoFormatCharInIDEqual()
{
string source = @"
#define A
using System;
class Program
{
static int Main()
{
int x = 0;
#if A == A\uFFFB
x=1;
#endif
Console.Write(x);
return x;
}
}
";
CompileAndVerify(source, expectedOutput: "1"); // Native print 0
}
[Fact, WorkItem(530614, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530614")]
public void CS1718WRN_ComparisonToSelf_Roslyn()
{
string source = @"
enum esbyte : sbyte { e0, e1 };
public class z_1495j12
{
public static void Main()
{
if (esbyte.e0 == esbyte.e0)
{
System.Console.WriteLine(""T"");
}
}}
";
// Native compiler no warn
CreateCompilation(source).VerifyDiagnostics(
// (7,5): warning CS1718: Comparison made to same variable; did you mean to compare something else?
Diagnostic(ErrorCode.WRN_ComparisonToSelf, "esbyte.e0 == esbyte.e0"));
}
[Fact, WorkItem(530629, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530629")]
public void CS0414WRN_UnreferencedFieldAssg_Roslyn()
{
string source = @"
namespace VS7_336319
{
public sealed class PredefinedTypes
{
public class Kind { public static int Decimal; }
}
public class ExpressionBinder
{
private static PredefinedTypes PredefinedTypes = null;
private void Goo()
{
if (0 == (int)PredefinedTypes.Kind.Decimal) { }
}
}
}
";
// Native compiler no warn
CreateCompilation(source).VerifyDiagnostics(
// (10,40): warning CS0414: The field 'VS7_336319.ExpressionBinder.PredefinedTypes' is assigned but its value is never used
// private static PredefinedTypes PredefinedTypes = null;
Diagnostic(ErrorCode.WRN_UnreferencedFieldAssg, "PredefinedTypes").WithArguments("VS7_336319.ExpressionBinder.PredefinedTypes"));
}
[WorkItem(530666, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530666")]
[ConditionalFact(typeof(WindowsDesktopOnly), Reason = "https://github.com/dotnet/roslyn/issues/30160")]
public void ExpressionTreeWithNullableUDCandOperator()
{
string source = @"
using System;
using System.Linq.Expressions;
struct B
{
public static implicit operator int?(B x)
{
return 1;
}
public static int operator +(B x, int y)
{
return 2 + y;
}
static int Main()
{
Expression<Func<B, int?>> f = x => x + x;
var ret = f.Compile()(new B());
Console.WriteLine(ret);
return ret.Value - 3;
}
}
";
// Native compiler throw
CompileAndVerify(source, expectedOutput: "3");
}
[Fact, WorkItem(530696, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530696")]
public void CS0121Err_AmbiguousMethodCall()
{
string source = @"
class G<T> { }
class C
{
static void M(params double[] x)
{
System.Console.WriteLine(1);
}
static void M(params G<int>[] x)
{
System.Console.WriteLine(2);
}
static void Main()
{
M();
}
}
";
CreateCompilation(source).VerifyDiagnostics(
// (15,13): error CS0121: The call is ambiguous between the following methods or properties: 'C.M(params double[])' and 'C.M(params G<int>[])'
// M();
Diagnostic(ErrorCode.ERR_AmbigCall, "M").WithArguments("C.M(params double[])", "C.M(params G<int>[])"));
}
[Fact, WorkItem(530653, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530653")]
public void RepeatedObsoleteWarnings()
{
// <quote source="Srivatsn's comments from bug 16642">
// Inside a method body if you access a static field twice thus:
//
// var x = ObsoleteType.field1;
// var y = ObsoleteType.field1;
//
// then the native compiler reports ObsoleteType as obsolete only once. This is because the native compiler caches
// the lookup of type names for certain cases and doesn't report errors on the second lookup as that just comes
// from the cache. Note how I said caches sometimes. If you simply say -
//
// var x= new ObsoleteType();
// var y = new ObsoleteType();
//
// Then the native compiler reports the error twice. I don't think we should replicate this in Roslyn. Note however
// that this is a breaking change because if the first line had been #pragma disabled, then the code would compile
// without warnings in Dev11 but we will report warnings. I think it's a corner enough scenario and the native
// behavior is quirky enough to warrant a break.
// </quote>
CompileAndVerify(@"
using System;
[Obsolete]
public class ObsoleteType
{
public static readonly int field = 0;
}
public class Program
{
public static void Main()
{
#pragma warning disable 0612
var x = ObsoleteType.field;
#pragma warning restore 0612
var y = ObsoleteType.field; // In Dev11, this line doesn't produce a warning.
}
}").VerifyDiagnostics(
// (15,17): warning CS0612: 'ObsoleteType' is obsolete
// var y = ObsoleteType.field;
Diagnostic(ErrorCode.WRN_DeprecatedSymbol, "ObsoleteType").WithArguments("ObsoleteType"));
}
[Fact, WorkItem(530303, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530303")]
public void TestReferenceResolution()
{
var cs1Compilation = CreateCSharpCompilation("CS1",
@"public class CS1 {}",
compilationOptions: TestOptions.ReleaseDll);
var cs1Verifier = CompileAndVerify(cs1Compilation);
cs1Verifier.VerifyDiagnostics();
var cs2Compilation = CreateCSharpCompilation("CS2",
@"public class CS2<T> {}",
compilationOptions: TestOptions.ReleaseDll,
referencedCompilations: new Compilation[] { cs1Compilation });
var cs2Verifier = CompileAndVerify(cs2Compilation);
cs2Verifier.VerifyDiagnostics();
var cs3Compilation = CreateCSharpCompilation("CS3",
@"public class CS3 : CS2<CS1> {}",
compilationOptions: TestOptions.ReleaseDll,
referencedCompilations: new Compilation[] { cs1Compilation, cs2Compilation });
var cs3Verifier = CompileAndVerify(cs3Compilation);
cs3Verifier.VerifyDiagnostics();
var cs4Compilation = CreateCSharpCompilation("CS4",
@"public class Program
{
static void Main()
{
System.Console.WriteLine(typeof(CS3));
}
}",
compilationOptions: TestOptions.ReleaseExe,
referencedCompilations: new Compilation[] { cs2Compilation, cs3Compilation });
cs4Compilation.VerifyDiagnostics();
}
[Fact, WorkItem(531014, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/531014")]
public void TestVariableAndTypeNameClashes()
{
CompileAndVerify(@"
using System;
public class Class1
{
internal class A4 { internal class B { } internal static string F() { return ""A4""; } }
internal class A5 { internal class B { } internal static string F() { return ""A5""; } }
internal class A6 { internal class B { } internal static string F() { return ""A6""; } }
internal delegate void D(); // Check the weird E.M cases.
internal class Outer2
{
internal static void F(A4 A4)
{
A5 A5; const A6 A6 = null;
Console.WriteLine(typeof(A4.B));
Console.WriteLine(typeof(A5.B));
Console.WriteLine(typeof(A6.B));
Console.WriteLine(A4.F());
Console.WriteLine(A5.F());
Console.WriteLine(A6.F());
Console.WriteLine(default(A4) == null);
Console.WriteLine(default(A5) == null);
Console.WriteLine(default(A6) == null);
}
}
}").VerifyDiagnostics(
// Breaking Change: See bug 17395. Dev11 had a bug because of which it didn't report the below warnings.
// (13,16): warning CS0168: The variable 'A5' is declared but never used
// A5 A5; const A6 A6 = null;
Diagnostic(ErrorCode.WRN_UnreferencedVar, "A5").WithArguments("A5"),
// (13,29): warning CS0219: The variable 'A6' is assigned but its value is never used
// A5 A5; const A6 A6 = null;
Diagnostic(ErrorCode.WRN_UnreferencedVarAssg, "A6").WithArguments("A6"));
}
[WorkItem(530584, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/530584")]
[Fact]
public void NotRuntimeAmbiguousBecauseOfReturnTypes()
{
var source = @"
using System;
class Base<T, S>
{
public virtual int Goo(ref S x) { return 0; }
public virtual string Goo(out T x)
{
x = default(T); return ""Base.Out"";
}
}
class Derived : Base<int, int>
{
public override string Goo(out int x)
{
x = 0; return ""Derived.Out"";
}
static void Main()
{
int x;
Console.WriteLine(new Derived().Goo(out x));
}
}
";
// BREAK: Dev11 reports WRN_MultipleRuntimeOverrideMatches, but there
// is no runtime ambiguity because the return types differ.
CompileAndVerify(source, expectedOutput: "Derived.Out");
}
[WorkItem(695311, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/695311")]
[Fact]
public void NestedCollectionInitializerOnGenericProperty()
{
var libSource = @"
using System.Collections;
public interface IAdd
{
void Add(object o);
}
public struct S : IEnumerable, IAdd
{
private ArrayList list;
public void Add(object o)
{
list = list ?? new ArrayList();
list.Add(o);
}
public IEnumerator GetEnumerator()
{
return (list ?? new ArrayList()).GetEnumerator();
}
}
public class C : IEnumerable, IAdd
{
private readonly ArrayList list = new ArrayList();
public void Add(object o)
{
list.Add(o);
}
public IEnumerator GetEnumerator()
{
return list.GetEnumerator();
}
}
public class Wrapper<T> : IEnumerable where T : IEnumerable, new()
{
public Wrapper()
{
this.Item = new T();
}
public T Item { get; private set; }
public IEnumerator GetEnumerator()
{
return Item.GetEnumerator();
}
}
public static class Util
{
public static int Count(IEnumerable i)
{
int count = 0;
foreach (var v in i) count++;
return count;
}
}
";
var libRef = CreateCompilation(libSource, assemblyName: "lib").EmitToImageReference();
{
var source = @"
using System;
using System.Collections;
class Test
{
static void Main()
{
Console.Write(Util.Count(Goo<S>()));
Console.Write(Util.Count(Goo<C>()));
}
static Wrapper<T> Goo<T>() where T : IEnumerable, IAdd, new()
{
return new Wrapper<T> { Item = { 1, 2, 3} };
}
}
";
// As in dev11.
var comp = CreateCompilation(source, new[] { libRef }, TestOptions.ReleaseExe);
CompileAndVerify(comp, expectedOutput: "03");
}
{
var source = @"
using System;
using System.Collections;
class Test
{
static void Main()
{
Console.Write(Util.Count(Goo<C>()));
}
static Wrapper<T> Goo<T>() where T : class, IEnumerable, IAdd, new()
{
return new Wrapper<T> { Item = { 1, 2, 3} };
}
}
";
// As in dev11.
// NOTE: The spec will likely be updated to make this illegal.
var comp = CreateCompilation(source, new[] { libRef }, TestOptions.ReleaseExe);
CompileAndVerify(comp, expectedOutput: "3");
}
{
var source = @"
using System;
using System.Collections;
class Test
{
static void Main()
{
Console.Write(Util.Count(Goo<S>()));
}
static Wrapper<T> Goo<T>() where T : struct, IEnumerable, IAdd
{
return new Wrapper<T> { Item = { 1, 2, 3} };
}
}
";
// BREAK: dev11 compiles and prints "0"
var comp = CreateCompilation(source, new[] { libRef }, TestOptions.ReleaseExe);
comp.VerifyDiagnostics(
// (15,33): error CS1918: Members of property 'Wrapper<T>.Item' of type 'T' cannot be assigned with an object initializer because it is of a value type
// return new Wrapper<T> { Item = { 1, 2, 3} };
Diagnostic(ErrorCode.ERR_ValueTypePropertyInObjectInitializer, "Item").WithArguments("Wrapper<T>.Item", "T"));
}
}
[Fact, WorkItem(770424, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/770424"), WorkItem(1079034, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1079034")]
public void UserDefinedShortCircuitingOperators()
{
var source = @"
public class Base
{
public static bool operator true(Base x)
{
System.Console.Write(""Base.op_True"");
return x != null;
}
public static bool operator false(Base x)
{
System.Console.Write(""Base.op_False"");
return x == null;
}
}
public class Derived : Base
{
public static Derived operator&(Derived x, Derived y)
{
return x;
}
public static Derived operator|(Derived x, Derived y)
{
return y;
}
static void Main()
{
Derived d = new Derived();
var b = (d && d) || d;
}
}
";
CompileAndVerify(source, expectedOutput: "Base.op_FalseBase.op_True");
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/VisualStudio/Core/Test/AnalyzerSupport/AnalyzerDependencyCheckerTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.FormattableString
Imports System.IO
Imports System.Text
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CSharp
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.VisualStudio.LanguageServices.Implementation
Imports Microsoft.Win32
Imports Roslyn.Test.Utilities
Imports Roslyn.Utilities
Namespace Microsoft.VisualStudio.LanguageServices.UnitTests
<[UseExportProvider]>
Public Class AnalyzerDependencyCheckerTests
Inherits TestBase
Private Shared ReadOnly s_mscorlibDisplayName As String = "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Private Shared Function GetIgnorableAssemblyLists() As IEnumerable(Of IIgnorableAssemblyList)
Dim mscorlib As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib)
Return SpecializedCollections.SingletonEnumerable(
New IgnorableAssemblyIdentityList(SpecializedCollections.SingletonEnumerable(mscorlib)))
End Function
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest1()
' Dependency Graph:
' A
Using directory = New DisposableDirectory(Temp)
Dim library = BuildLibrary(directory, "public class A { }", "A")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({library}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest2()
' Dependency graph:
' A --> B
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest3()
' Dependency graph:
' A --> B
' \
' -> C
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
C c = new C();
}
}"
Dim sourceB = "public class B { }"
Dim sourceC = "public class C { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryC = BuildLibrary(directory, sourceC, "C")
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest4()
' Dependency graph:
' A --> B
' C --> D
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Dim sourceC = "
public class C
{
void M()
{
C c = new C();
}
}"
Dim sourceD = "public class D { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B")
Dim libraryD = BuildLibrary(directory, sourceD, "D")
Dim libraryC = BuildLibrary(directory, sourceC, "C", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest5()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' C --> D
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Dim sourceC = "
public class C
{
void M()
{
C c = new C();
}
}"
Dim sourceD = "public class D { }"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory1, sourceB, "B")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryD = BuildLibrary(directory2, sourceD, "D")
Dim libraryC = BuildLibrary(directory2, sourceC, "C", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest6()
' Dependency graph:
' A -
' \
' -> C
' /
' B -
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "public class C { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryC = BuildLibrary(directory, sourceC, "C")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "C")
Dim libraryB = BuildLibrary(directory, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest7()
' Dependency graph:
' Directory 1:
' A --> C
' Directory 2:
' B --> C
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "public class C { }"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryC1 = BuildLibrary(directory1, sourceC, "C")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryC2 = directory2.CreateFile("C.dll").CopyContentFrom(libraryC1).Path
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC1, libraryC2}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest8()
' Dependency graph:
' Directory 1:
' A --> C
' Directory 2:
' B --> C'
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "
public class C
{
public static string Field = ""Assembly C"";
}"
Dim sourceCPrime = "
public class C
{
public static string Field = ""Assembly C Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryC = BuildLibrary(directory1, sourceC, "C")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryCPrime = BuildLibrary(directory2, sourceCPrime, "C")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryCPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="C.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="C.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("C"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest9()
' Dependency graph:
' Directory 1:
' A --> C --> D
' Directory 2:
' B --> C --> D'
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "
public class C
{
void M()
{
D d = new D();
}
}"
Dim sourceD = "
public class D
{
public static string Field = ""Assembly D"";
}"
Dim sourceDPrime = "
public class D
{
public static string Field = ""Assembly D Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryD = BuildLibrary(directory1, sourceD, "D")
Dim libraryDPrime = BuildLibrary(directory2, sourceDPrime, "D")
Dim libraryC1 = BuildLibrary(directory1, sourceC, "C", "D")
Dim libraryC2 = directory2.CreateFile("C.dll").CopyContentFrom(libraryC1).Path
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC1, libraryC2, libraryD, libraryDPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="D.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="D.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("D"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest10()
' Dependency graph:
' Directory 1:
' A --> C --> E
' Directory 2:
' B --> D --> E'
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
D d = new D();
}
}"
Dim sourceC = "
public class C
{
void M()
{
E e = new E();
}
}"
Dim sourceD = "
public class D
{
void M()
{
E e = new E();
}
}"
Dim sourceE = "
public class E
{
public static string Field = ""Assembly E"";
}"
Dim sourceEPrime = "
public class E
{
public static string Field = ""Assembly D Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryE = BuildLibrary(directory1, sourceE, "E")
Dim libraryEPrime = BuildLibrary(directory2, sourceEPrime, "E")
Dim libraryC = BuildLibrary(directory1, sourceC, "C", "E")
Dim libraryD = BuildLibrary(directory2, sourceD, "D", "E")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD, libraryE, libraryEPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="E.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="E.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("E"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest11()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' A --> B'
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "
public class B
{
public static string Field = ""Assembly B"";
}"
Dim sourceBPrime = "
public class B
{
public static string Field = ""Assembly B Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory1, sourceB, "B")
Dim libraryA1 = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryBPrime = BuildLibrary(directory2, sourceBPrime, "B")
Dim libraryA2 = directory2.CreateFile("A.dll").CopyContentFrom(libraryA1).Path
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA1, libraryA2, libraryB, libraryBPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="B.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="B.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("B"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest12()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' A' --> B'
Dim sourceA = "
public class A
{
public static string Field = ""Assembly A"";
void M()
{
B b = new B();
}
}"
Dim sourceAPrime = "
public class A
{
public static string Field = ""Assembly A Prime"";
void M()
{
B b = new B();
}
}"
Dim sourceB = "
public class B
{
public static string Field = ""Assembly B"";
}"
Dim sourceBPrime = "
public class B
{
public static string Field = ""Assembly B Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory1, sourceB, "B")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryBPrime = BuildLibrary(directory2, sourceBPrime, "B")
Dim libraryAPrime = BuildLibrary(directory2, sourceAPrime, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryAPrime, libraryB, libraryBPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=2, actual:=conflicts.Length)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest13()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' A' --> B
Dim sourceA = "
public class A
{
public static string Field = ""Assembly A"";
void M()
{
B b = new B();
}
}"
Dim sourceAPrime = "
public class A
{
public static string Field = ""Assembly A Prime"";
void M()
{
B b = new B();
}
}"
Dim sourceB = "
public class B
{
public static string Field = ""Assembly B"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB1 = BuildLibrary(directory1, sourceB, "B")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryB2 = directory2.CreateFile("B.dll").CopyContentFrom(libraryB1).Path
Dim libraryAPrime = BuildLibrary(directory2, sourceAPrime, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryAPrime, libraryB1, libraryB2}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="A.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="A.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("A"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest14()
' Dependency graph:
' Directory 1:
' A --> D
' Directory 2:
' B --> D'
' Directory 3:
' C --> D''
Dim sourceA = "
public class A
{
void M()
{
D d = new D();
}
}"
Dim sourceB = "
public class B
{
void M()
{
D d = new D();
}
}"
Dim sourceC = "
public class C
{
void M()
{
D d = new D();
}
}"
Dim sourceD = "
public class D
{
public static string Field = ""Assembly D"";
}"
Dim sourceDPrime = "
public class D
{
public static string Field = ""Assembly D Prime"";
}"
Dim sourceDPrimePrime = "
public class D
{
public static string Field = ""Assembly D Prime Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp), directory3 = New DisposableDirectory(Temp)
Dim libraryD = BuildLibrary(directory1, sourceD, "D")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "D")
Dim libraryDPrime = BuildLibrary(directory2, sourceDPrime, "D")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "D")
Dim libraryDPrimePrime = BuildLibrary(directory3, sourceDPrimePrime, "D")
Dim libraryC = BuildLibrary(directory3, sourceC, "C", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD, libraryDPrime, libraryDPrimePrime}, GetIgnorableAssemblyLists())
Assert.Equal(expected:=3, actual:=results.Conflicts.Length)
End Using
End Sub
<Fact>
Public Sub MissingTest1()
' Dependency Graph:
' A
Using directory = New DisposableDirectory(Temp)
Dim library = BuildLibrary(directory, "public class A { }", "A")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({library}, GetIgnorableAssemblyLists())
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
Public Sub MissingTest2()
' Dependency graph:
' A --> B*
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA}, GetIgnorableAssemblyLists())
Dim missingDependencies = results.MissingDependencies
Assert.Equal(expected:=1, actual:=missingDependencies.Count)
Dim analyzerFileName As String = Path.GetFileName(missingDependencies(0).AnalyzerPath)
Assert.Equal(expected:="A.dll", actual:=analyzerFileName)
Assert.Equal(expected:=New AssemblyIdentity("B"), actual:=missingDependencies(0).DependencyIdentity)
End Using
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyIdentityList_IncludesItem()
Dim mscorlib1 As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib1)
Dim ignorableAssemblyList = New IgnorableAssemblyIdentityList({mscorlib1})
Dim mscorlib2 As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib2)
Assert.True(ignorableAssemblyList.Includes(mscorlib2))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyIdentityList_DoesNotIncludeItem()
Dim mscorlib As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib)
Dim ignorableAssemblyList = New IgnorableAssemblyIdentityList({mscorlib})
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.False(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNamePrefixList_IncludesItem_Prefix()
Dim ignorableAssemblyList = New IgnorableAssemblyNamePrefixList("Alpha")
Dim alphaBeta As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha.Beta, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alphaBeta)
Assert.True(ignorableAssemblyList.Includes(alphaBeta))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNamePrefixList_IncludesItem_WholeName()
Dim ignorableAssemblyList = New IgnorableAssemblyNamePrefixList("Alpha")
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNamePrefixList_DoesNotIncludeItem()
Dim ignorableAssemblyList = New IgnorableAssemblyNamePrefixList("Beta")
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.False(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNameList_IncludesItem_Prefix()
Dim ignorableAssemblyList = New IgnorableAssemblyNameList(ImmutableHashSet.Create("Alpha"))
Dim alphaBeta As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha.Beta, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alphaBeta)
Assert.False(ignorableAssemblyList.Includes(alphaBeta))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNameList_IncludesItem_WholeName()
Dim ignorableAssemblyList = New IgnorableAssemblyNameList(ImmutableHashSet.Create("Alpha"))
' No version
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
' With a version.
alpha = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
' Version doesn't matter.
alpha = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNameList_DoesNotIncludeItem()
Dim ignorableAssemblyList = New IgnorableAssemblyNameList(ImmutableHashSet.Create("Beta"))
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.False(ignorableAssemblyList.Includes(alpha))
End Sub
Private Function BuildLibrary(directory As DisposableDirectory, fileContents As String, libraryName As String, ParamArray referenceNames As String()) As String
Dim sourceFile = directory.CreateFile(libraryName + ".cs").WriteAllText(fileContents).Path
Dim tempOut = Path.Combine(directory.Path, libraryName + ".out")
Dim libraryOut = Path.Combine(directory.Path, libraryName + ".dll")
Dim syntaxTrees = {CSharpSyntaxTree.ParseText(fileContents, path:=sourceFile)}
Dim references = New List(Of PortableExecutableReference)
For Each referenceName In referenceNames
references.Add(PortableExecutableReference.CreateFromFile(Path.Combine(directory.Path, referenceName + ".dll")))
Next
references.Add(TestMetadata.Net451.mscorlib)
Dim compilation = CSharpCompilation.Create(libraryName, syntaxTrees, references, New CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary))
Dim emitResult = compilation.Emit(libraryOut)
Assert.Empty(emitResult.Diagnostics)
Assert.True(emitResult.Success)
Return libraryOut
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.FormattableString
Imports System.IO
Imports System.Text
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CSharp
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.VisualStudio.LanguageServices.Implementation
Imports Microsoft.Win32
Imports Roslyn.Test.Utilities
Imports Roslyn.Utilities
Namespace Microsoft.VisualStudio.LanguageServices.UnitTests
<[UseExportProvider]>
Public Class AnalyzerDependencyCheckerTests
Inherits TestBase
Private Shared ReadOnly s_mscorlibDisplayName As String = "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Private Shared Function GetIgnorableAssemblyLists() As IEnumerable(Of IIgnorableAssemblyList)
Dim mscorlib As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib)
Return SpecializedCollections.SingletonEnumerable(
New IgnorableAssemblyIdentityList(SpecializedCollections.SingletonEnumerable(mscorlib)))
End Function
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest1()
' Dependency Graph:
' A
Using directory = New DisposableDirectory(Temp)
Dim library = BuildLibrary(directory, "public class A { }", "A")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({library}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest2()
' Dependency graph:
' A --> B
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest3()
' Dependency graph:
' A --> B
' \
' -> C
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
C c = new C();
}
}"
Dim sourceB = "public class B { }"
Dim sourceC = "public class C { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryC = BuildLibrary(directory, sourceC, "C")
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest4()
' Dependency graph:
' A --> B
' C --> D
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Dim sourceC = "
public class C
{
void M()
{
C c = new C();
}
}"
Dim sourceD = "public class D { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B")
Dim libraryD = BuildLibrary(directory, sourceD, "D")
Dim libraryC = BuildLibrary(directory, sourceC, "C", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest5()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' C --> D
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Dim sourceC = "
public class C
{
void M()
{
C c = new C();
}
}"
Dim sourceD = "public class D { }"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory1, sourceB, "B")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryD = BuildLibrary(directory2, sourceD, "D")
Dim libraryC = BuildLibrary(directory2, sourceC, "C", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest6()
' Dependency graph:
' A -
' \
' -> C
' /
' B -
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "public class C { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryC = BuildLibrary(directory, sourceC, "C")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "C")
Dim libraryB = BuildLibrary(directory, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest7()
' Dependency graph:
' Directory 1:
' A --> C
' Directory 2:
' B --> C
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "public class C { }"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryC1 = BuildLibrary(directory1, sourceC, "C")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryC2 = directory2.CreateFile("C.dll").CopyContentFrom(libraryC1).Path
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC1, libraryC2}, GetIgnorableAssemblyLists())
Assert.Empty(results.Conflicts)
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest8()
' Dependency graph:
' Directory 1:
' A --> C
' Directory 2:
' B --> C'
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "
public class C
{
public static string Field = ""Assembly C"";
}"
Dim sourceCPrime = "
public class C
{
public static string Field = ""Assembly C Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryC = BuildLibrary(directory1, sourceC, "C")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryCPrime = BuildLibrary(directory2, sourceCPrime, "C")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryCPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="C.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="C.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("C"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest9()
' Dependency graph:
' Directory 1:
' A --> C --> D
' Directory 2:
' B --> C --> D'
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
C c = new C();
}
}"
Dim sourceC = "
public class C
{
void M()
{
D d = new D();
}
}"
Dim sourceD = "
public class D
{
public static string Field = ""Assembly D"";
}"
Dim sourceDPrime = "
public class D
{
public static string Field = ""Assembly D Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryD = BuildLibrary(directory1, sourceD, "D")
Dim libraryDPrime = BuildLibrary(directory2, sourceDPrime, "D")
Dim libraryC1 = BuildLibrary(directory1, sourceC, "C", "D")
Dim libraryC2 = directory2.CreateFile("C.dll").CopyContentFrom(libraryC1).Path
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "C")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC1, libraryC2, libraryD, libraryDPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="D.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="D.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("D"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest10()
' Dependency graph:
' Directory 1:
' A --> C --> E
' Directory 2:
' B --> D --> E'
Dim sourceA = "
public class A
{
void M()
{
C c = new C();
}
}"
Dim sourceB = "
public class B
{
void M()
{
D d = new D();
}
}"
Dim sourceC = "
public class C
{
void M()
{
E e = new E();
}
}"
Dim sourceD = "
public class D
{
void M()
{
E e = new E();
}
}"
Dim sourceE = "
public class E
{
public static string Field = ""Assembly E"";
}"
Dim sourceEPrime = "
public class E
{
public static string Field = ""Assembly D Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryE = BuildLibrary(directory1, sourceE, "E")
Dim libraryEPrime = BuildLibrary(directory2, sourceEPrime, "E")
Dim libraryC = BuildLibrary(directory1, sourceC, "C", "E")
Dim libraryD = BuildLibrary(directory2, sourceD, "D", "E")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "C")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD, libraryE, libraryEPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="E.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="E.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("E"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest11()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' A --> B'
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "
public class B
{
public static string Field = ""Assembly B"";
}"
Dim sourceBPrime = "
public class B
{
public static string Field = ""Assembly B Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory1, sourceB, "B")
Dim libraryA1 = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryBPrime = BuildLibrary(directory2, sourceBPrime, "B")
Dim libraryA2 = directory2.CreateFile("A.dll").CopyContentFrom(libraryA1).Path
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA1, libraryA2, libraryB, libraryBPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="B.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="B.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("B"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest12()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' A' --> B'
Dim sourceA = "
public class A
{
public static string Field = ""Assembly A"";
void M()
{
B b = new B();
}
}"
Dim sourceAPrime = "
public class A
{
public static string Field = ""Assembly A Prime"";
void M()
{
B b = new B();
}
}"
Dim sourceB = "
public class B
{
public static string Field = ""Assembly B"";
}"
Dim sourceBPrime = "
public class B
{
public static string Field = ""Assembly B Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory1, sourceB, "B")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryBPrime = BuildLibrary(directory2, sourceBPrime, "B")
Dim libraryAPrime = BuildLibrary(directory2, sourceAPrime, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryAPrime, libraryB, libraryBPrime}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=2, actual:=conflicts.Length)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest13()
' Dependency graph:
' Directory 1:
' A --> B
' Directory 2:
' A' --> B
Dim sourceA = "
public class A
{
public static string Field = ""Assembly A"";
void M()
{
B b = new B();
}
}"
Dim sourceAPrime = "
public class A
{
public static string Field = ""Assembly A Prime"";
void M()
{
B b = new B();
}
}"
Dim sourceB = "
public class B
{
public static string Field = ""Assembly B"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp)
Dim libraryB1 = BuildLibrary(directory1, sourceB, "B")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "B")
Dim libraryB2 = directory2.CreateFile("B.dll").CopyContentFrom(libraryB1).Path
Dim libraryAPrime = BuildLibrary(directory2, sourceAPrime, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryAPrime, libraryB1, libraryB2}, GetIgnorableAssemblyLists())
Dim conflicts = results.Conflicts
Assert.Equal(expected:=1, actual:=conflicts.Length)
Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)
Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)
Assert.Equal(expected:="A.dll", actual:=analyzer1FileName)
Assert.Equal(expected:="A.dll", actual:=analyzer2FileName)
Assert.Equal(expected:=New AssemblyIdentity("A"), actual:=conflicts(0).Identity)
End Using
End Sub
<Fact>
<WorkItem(1064914, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/1064914")>
Public Sub ConflictsTest14()
' Dependency graph:
' Directory 1:
' A --> D
' Directory 2:
' B --> D'
' Directory 3:
' C --> D''
Dim sourceA = "
public class A
{
void M()
{
D d = new D();
}
}"
Dim sourceB = "
public class B
{
void M()
{
D d = new D();
}
}"
Dim sourceC = "
public class C
{
void M()
{
D d = new D();
}
}"
Dim sourceD = "
public class D
{
public static string Field = ""Assembly D"";
}"
Dim sourceDPrime = "
public class D
{
public static string Field = ""Assembly D Prime"";
}"
Dim sourceDPrimePrime = "
public class D
{
public static string Field = ""Assembly D Prime Prime"";
}"
Using directory1 = New DisposableDirectory(Temp), directory2 = New DisposableDirectory(Temp), directory3 = New DisposableDirectory(Temp)
Dim libraryD = BuildLibrary(directory1, sourceD, "D")
Dim libraryA = BuildLibrary(directory1, sourceA, "A", "D")
Dim libraryDPrime = BuildLibrary(directory2, sourceDPrime, "D")
Dim libraryB = BuildLibrary(directory2, sourceB, "B", "D")
Dim libraryDPrimePrime = BuildLibrary(directory3, sourceDPrimePrime, "D")
Dim libraryC = BuildLibrary(directory3, sourceC, "C", "D")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA, libraryB, libraryC, libraryD, libraryDPrime, libraryDPrimePrime}, GetIgnorableAssemblyLists())
Assert.Equal(expected:=3, actual:=results.Conflicts.Length)
End Using
End Sub
<Fact>
Public Sub MissingTest1()
' Dependency Graph:
' A
Using directory = New DisposableDirectory(Temp)
Dim library = BuildLibrary(directory, "public class A { }", "A")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({library}, GetIgnorableAssemblyLists())
Assert.Empty(results.MissingDependencies)
End Using
End Sub
<Fact>
Public Sub MissingTest2()
' Dependency graph:
' A --> B*
Dim sourceA = "
public class A
{
void M()
{
B b = new B();
}
}"
Dim sourceB = "public class B { }"
Using directory = New DisposableDirectory(Temp)
Dim libraryB = BuildLibrary(directory, sourceB, "B")
Dim libraryA = BuildLibrary(directory, sourceA, "A", "B")
Dim results = AnalyzerDependencyChecker.ComputeDependencyConflicts({libraryA}, GetIgnorableAssemblyLists())
Dim missingDependencies = results.MissingDependencies
Assert.Equal(expected:=1, actual:=missingDependencies.Count)
Dim analyzerFileName As String = Path.GetFileName(missingDependencies(0).AnalyzerPath)
Assert.Equal(expected:="A.dll", actual:=analyzerFileName)
Assert.Equal(expected:=New AssemblyIdentity("B"), actual:=missingDependencies(0).DependencyIdentity)
End Using
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyIdentityList_IncludesItem()
Dim mscorlib1 As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib1)
Dim ignorableAssemblyList = New IgnorableAssemblyIdentityList({mscorlib1})
Dim mscorlib2 As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib2)
Assert.True(ignorableAssemblyList.Includes(mscorlib2))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyIdentityList_DoesNotIncludeItem()
Dim mscorlib As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName(s_mscorlibDisplayName, mscorlib)
Dim ignorableAssemblyList = New IgnorableAssemblyIdentityList({mscorlib})
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.False(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNamePrefixList_IncludesItem_Prefix()
Dim ignorableAssemblyList = New IgnorableAssemblyNamePrefixList("Alpha")
Dim alphaBeta As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha.Beta, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alphaBeta)
Assert.True(ignorableAssemblyList.Includes(alphaBeta))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNamePrefixList_IncludesItem_WholeName()
Dim ignorableAssemblyList = New IgnorableAssemblyNamePrefixList("Alpha")
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNamePrefixList_DoesNotIncludeItem()
Dim ignorableAssemblyList = New IgnorableAssemblyNamePrefixList("Beta")
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.False(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNameList_IncludesItem_Prefix()
Dim ignorableAssemblyList = New IgnorableAssemblyNameList(ImmutableHashSet.Create("Alpha"))
Dim alphaBeta As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha.Beta, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alphaBeta)
Assert.False(ignorableAssemblyList.Includes(alphaBeta))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNameList_IncludesItem_WholeName()
Dim ignorableAssemblyList = New IgnorableAssemblyNameList(ImmutableHashSet.Create("Alpha"))
' No version
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
' With a version.
alpha = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
' Version doesn't matter.
alpha = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.True(ignorableAssemblyList.Includes(alpha))
End Sub
<Fact, WorkItem(3020, "https://github.com/dotnet/roslyn/issues/3020")>
Public Sub IgnorableAssemblyNameList_DoesNotIncludeItem()
Dim ignorableAssemblyList = New IgnorableAssemblyNameList(ImmutableHashSet.Create("Beta"))
Dim alpha As AssemblyIdentity = Nothing
AssemblyIdentity.TryParseDisplayName("Alpha, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", alpha)
Assert.False(ignorableAssemblyList.Includes(alpha))
End Sub
Private Function BuildLibrary(directory As DisposableDirectory, fileContents As String, libraryName As String, ParamArray referenceNames As String()) As String
Dim sourceFile = directory.CreateFile(libraryName + ".cs").WriteAllText(fileContents).Path
Dim tempOut = Path.Combine(directory.Path, libraryName + ".out")
Dim libraryOut = Path.Combine(directory.Path, libraryName + ".dll")
Dim syntaxTrees = {CSharpSyntaxTree.ParseText(fileContents, path:=sourceFile)}
Dim references = New List(Of PortableExecutableReference)
For Each referenceName In referenceNames
references.Add(PortableExecutableReference.CreateFromFile(Path.Combine(directory.Path, referenceName + ".dll")))
Next
references.Add(TestMetadata.Net451.mscorlib)
Dim compilation = CSharpCompilation.Create(libraryName, syntaxTrees, references, New CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary))
Dim emitResult = compilation.Emit(libraryOut)
Assert.Empty(emitResult.Diagnostics)
Assert.True(emitResult.Success)
Return libraryOut
End Function
End Class
End Namespace
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/Core/Portable/Syntax/SyntaxListBuilder`1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis.Syntax
{
internal struct SyntaxListBuilder<TNode> where TNode : SyntaxNode
{
private readonly SyntaxListBuilder? _builder;
public SyntaxListBuilder(int size)
: this(new SyntaxListBuilder(size))
{
}
public static SyntaxListBuilder<TNode> Create()
{
return new SyntaxListBuilder<TNode>(8);
}
internal SyntaxListBuilder(SyntaxListBuilder? builder)
{
_builder = builder;
}
public bool IsNull
{
get
{
return _builder == null;
}
}
public int Count
{
get
{
return _builder!.Count;
}
}
public void Clear()
{
_builder!.Clear();
}
public SyntaxListBuilder<TNode> Add(TNode node)
{
_builder!.Add(node);
return this;
}
public void AddRange(TNode[] items, int offset, int length)
{
_builder!.AddRange(items, offset, length);
}
public void AddRange(SyntaxList<TNode> nodes)
{
_builder!.AddRange(nodes);
}
public void AddRange(SyntaxList<TNode> nodes, int offset, int length)
{
_builder!.AddRange(nodes, offset, length);
}
public bool Any(int kind)
{
return _builder!.Any(kind);
}
public SyntaxList<TNode> ToList()
{
return _builder.ToList();
}
public static implicit operator SyntaxListBuilder?(SyntaxListBuilder<TNode> builder)
{
return builder._builder;
}
public static implicit operator SyntaxList<TNode>(SyntaxListBuilder<TNode> builder)
{
if (builder._builder != null)
{
return builder.ToList();
}
return default;
}
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis.Syntax
{
internal struct SyntaxListBuilder<TNode> where TNode : SyntaxNode
{
private readonly SyntaxListBuilder? _builder;
public SyntaxListBuilder(int size)
: this(new SyntaxListBuilder(size))
{
}
public static SyntaxListBuilder<TNode> Create()
{
return new SyntaxListBuilder<TNode>(8);
}
internal SyntaxListBuilder(SyntaxListBuilder? builder)
{
_builder = builder;
}
public bool IsNull
{
get
{
return _builder == null;
}
}
public int Count
{
get
{
return _builder!.Count;
}
}
public void Clear()
{
_builder!.Clear();
}
public SyntaxListBuilder<TNode> Add(TNode node)
{
_builder!.Add(node);
return this;
}
public void AddRange(TNode[] items, int offset, int length)
{
_builder!.AddRange(items, offset, length);
}
public void AddRange(SyntaxList<TNode> nodes)
{
_builder!.AddRange(nodes);
}
public void AddRange(SyntaxList<TNode> nodes, int offset, int length)
{
_builder!.AddRange(nodes, offset, length);
}
public bool Any(int kind)
{
return _builder!.Any(kind);
}
public SyntaxList<TNode> ToList()
{
return _builder.ToList();
}
public static implicit operator SyntaxListBuilder?(SyntaxListBuilder<TNode> builder)
{
return builder._builder;
}
public static implicit operator SyntaxList<TNode>(SyntaxListBuilder<TNode> builder)
{
if (builder._builder != null)
{
return builder.ToList();
}
return default;
}
}
}
| -1 |
dotnet/roslyn | 55,972 | Add Import Directives to the VS options search text | Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| JoeRobich | "2021-08-27T20:53:59Z" | "2021-08-31T18:50:41Z" | 9ad67ca5b3931968c41bc88bddce4ffd696e807c | 1f9bf9a09f12e4bcc3f1b4e1db861279e097eea5 | Add Import Directives to the VS options search text. Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1260748
| ./src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PEPropertyOrEventHelpers.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' <summary>
''' Helper methods that exist to share code between properties and events.
''' </summary>
Friend Class PEPropertyOrEventHelpers
Friend Shared Function GetPropertiesForExplicitlyImplementedAccessor(accessor As MethodSymbol) As ISet(Of PropertySymbol)
Return GetSymbolsForExplicitlyImplementedAccessor(Of PropertySymbol)(accessor)
End Function
Friend Shared Function GetEventsForExplicitlyImplementedAccessor(accessor As MethodSymbol) As ISet(Of EventSymbol)
Return GetSymbolsForExplicitlyImplementedAccessor(Of EventSymbol)(accessor)
End Function
' CONSIDER: the 99% case is a very small set. A list might be more efficient in such cases.
Private Shared Function GetSymbolsForExplicitlyImplementedAccessor(Of T As Symbol)(accessor As MethodSymbol) As ISet(Of T)
If accessor Is Nothing Then
Return SpecializedCollections.EmptySet(Of T)()
End If
Dim implementedAccessors As ImmutableArray(Of MethodSymbol) = accessor.ExplicitInterfaceImplementations
If implementedAccessors.Length = 0 Then
Return SpecializedCollections.EmptySet(Of T)()
End If
Dim symbolsForExplicitlyImplementedAccessors = New HashSet(Of T)()
For Each implementedAccessor In implementedAccessors
Dim associatedProperty = TryCast(implementedAccessor.AssociatedSymbol, T)
If associatedProperty IsNot Nothing Then
symbolsForExplicitlyImplementedAccessors.Add(associatedProperty)
End If
Next
Return symbolsForExplicitlyImplementedAccessors
End Function
' Properties and events from metadata do not have explicit accessibility. Instead,
' the accessibility reported for the PEPropertySymbol or PEEventSymbol is the most
' restrictive level that is no more restrictive than the getter/adder and setter/remover.
Friend Shared Function GetDeclaredAccessibilityFromAccessors(accessor1 As MethodSymbol, accessor2 As MethodSymbol) As Accessibility
If accessor1 Is Nothing Then
Return If((accessor2 Is Nothing), Accessibility.NotApplicable, accessor2.DeclaredAccessibility)
ElseIf accessor2 Is Nothing Then
Return accessor1.DeclaredAccessibility
End If
Dim accessibility1 = accessor1.DeclaredAccessibility
Dim accessibility2 = accessor2.DeclaredAccessibility
Dim minAccessibility = If((accessibility1 > accessibility2), accessibility2, accessibility1)
Dim maxAccessibility = If((accessibility1 > accessibility2), accessibility1, accessibility2)
Return If(((minAccessibility = Accessibility.[Protected]) AndAlso (maxAccessibility = Accessibility.Friend)), Accessibility.ProtectedOrFriend, maxAccessibility)
End Function
End Class
End Namespace
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' <summary>
''' Helper methods that exist to share code between properties and events.
''' </summary>
Friend Class PEPropertyOrEventHelpers
Friend Shared Function GetPropertiesForExplicitlyImplementedAccessor(accessor As MethodSymbol) As ISet(Of PropertySymbol)
Return GetSymbolsForExplicitlyImplementedAccessor(Of PropertySymbol)(accessor)
End Function
Friend Shared Function GetEventsForExplicitlyImplementedAccessor(accessor As MethodSymbol) As ISet(Of EventSymbol)
Return GetSymbolsForExplicitlyImplementedAccessor(Of EventSymbol)(accessor)
End Function
' CONSIDER: the 99% case is a very small set. A list might be more efficient in such cases.
Private Shared Function GetSymbolsForExplicitlyImplementedAccessor(Of T As Symbol)(accessor As MethodSymbol) As ISet(Of T)
If accessor Is Nothing Then
Return SpecializedCollections.EmptySet(Of T)()
End If
Dim implementedAccessors As ImmutableArray(Of MethodSymbol) = accessor.ExplicitInterfaceImplementations
If implementedAccessors.Length = 0 Then
Return SpecializedCollections.EmptySet(Of T)()
End If
Dim symbolsForExplicitlyImplementedAccessors = New HashSet(Of T)()
For Each implementedAccessor In implementedAccessors
Dim associatedProperty = TryCast(implementedAccessor.AssociatedSymbol, T)
If associatedProperty IsNot Nothing Then
symbolsForExplicitlyImplementedAccessors.Add(associatedProperty)
End If
Next
Return symbolsForExplicitlyImplementedAccessors
End Function
' Properties and events from metadata do not have explicit accessibility. Instead,
' the accessibility reported for the PEPropertySymbol or PEEventSymbol is the most
' restrictive level that is no more restrictive than the getter/adder and setter/remover.
Friend Shared Function GetDeclaredAccessibilityFromAccessors(accessor1 As MethodSymbol, accessor2 As MethodSymbol) As Accessibility
If accessor1 Is Nothing Then
Return If((accessor2 Is Nothing), Accessibility.NotApplicable, accessor2.DeclaredAccessibility)
ElseIf accessor2 Is Nothing Then
Return accessor1.DeclaredAccessibility
End If
Dim accessibility1 = accessor1.DeclaredAccessibility
Dim accessibility2 = accessor2.DeclaredAccessibility
Dim minAccessibility = If((accessibility1 > accessibility2), accessibility2, accessibility1)
Dim maxAccessibility = If((accessibility1 > accessibility2), accessibility1, accessibility2)
Return If(((minAccessibility = Accessibility.[Protected]) AndAlso (maxAccessibility = Accessibility.Friend)), Accessibility.ProtectedOrFriend, maxAccessibility)
End Function
End Class
End Namespace
| -1 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.