/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.resx
267 строк
15 KB
Cyrus Najmabadi
Add refactoring to organize imports
19 июн 2025, 00:28
19 июн 2025, 00:28
2bc14ae
Код
Авторство
О чём код?
<?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="Only_attributes_expressions_or_statements_can_be_made_explicit" xml:space="preserve"> <value>Only attributes, expressions or statements can be made explicit</value> </data> <data name="event_" xml:space="preserve"> <value><event></value> </data> <data name="handler" xml:space="preserve"> <value><handler></value> </data> <data name="The_expression_to_be_evaluated_and_converted" xml:space="preserve"> <value>The expression to be evaluated and converted.</value> </data> <data name="The_name_of_the_data_type_to_which_the_value_of_expression_will_be_converted" xml:space="preserve"> <value>The name of the data type to which the value of expression will be converted.</value> </data> <data name="expression" xml:space="preserve"> <value><expression></value> </data> <data name="typeName" xml:space="preserve"> <value><typeName></value> </data> <data name="Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_time" xml:space="preserve"> <value>Associates an event with an event handler, delegate or lambda expression at run time.</value> </data> <data name="The_event_to_associate_an_event_handler_delegate_or_lambda_expression_with" xml:space="preserve"> <value>The event to associate an event handler, delegate or lambda expression with.</value> </data> <data name="The_event_handler_to_associate_with_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate_lambdaExpression" xml:space="preserve"> <value>The event handler to associate with the event. This may take the form of { AddressOf <eventHandler> | <delegate> | <lambdaExpression> }.</value> </data> <data name="If_expression_evaluates_to_a_reference_or_Nullable_value_that_is_not_Nothing_the_function_returns_that_value_Otherwise_it_calculates_and_returns_expressionIfNothing" xml:space="preserve"> <value>If <expression> evaluates to a reference or Nullable value that is not Nothing, the function returns that value. Otherwise, it calculates and returns <expressionIfNothing>.</value> </data> <data name="Returned_if_it_evaluates_to_a_reference_or_nullable_type_that_is_not_Nothing" xml:space="preserve"> <value>Returned if it evaluates to a reference or nullable type that is not Nothing.</value> </data> <data name="Evaluated_and_returned_if_expression_evaluates_to_Nothing" xml:space="preserve"> <value>Evaluated and returned if <expression> evaluates to Nothing.</value> </data> <data name="expressionIfNothing" xml:space="preserve"> <value><expressionIfNothing></value> </data> <data name="Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type" xml:space="preserve"> <value>Returns the result of explicitly converting an expression to a specified data type.</value> </data> <data name="Introduces_a_type_conversion_operation_similar_to_CType_The_difference_is_that_CType_succeeds_as_long_as_there_is_a_valid_conversion_whereas_DirectCast_requires_that_one_type_inherit_from_or_implement_the_other_type" xml:space="preserve"> <value>Introduces a type conversion operation similar to CType. The difference is that CType succeeds as long as there is a valid conversion, whereas DirectCast requires that one type inherit from or implement the other type.</value> </data> <data name="The_type_name_to_return_a_System_Type_object_for" xml:space="preserve"> <value>The type name to return a System.Type object for.</value> </data> <data name="Returns_a_System_Type_object_for_the_specified_type_name" xml:space="preserve"> <value>Returns a System.Type object for the specified type name.</value> </data> <data name="The_XML_namespace_prefix_to_return_a_System_Xml_Linq_XNamespace_object_for_If_this_is_omitted_the_object_for_the_default_XML_namespace_is_returned" xml:space="preserve"> <value>The XML namespace prefix to return a System.Xml.Linq.XNamespace object for. If this is omitted, the object for the default XML namespace is returned.</value> </data> <data name="xmlNamespacePrefix" xml:space="preserve"> <value><xmlNamespacePrefix></value> </data> <data name="Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_namespace_prefix" xml:space="preserve"> <value>Returns the System.Xml.Linq.XNamespace object corresponding to the specified XML namespace prefix.</value> </data> <data name="Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string" xml:space="preserve"> <value>Replaces a specified number of characters in a String variable with characters from another string.</value> </data> <data name="The_name_of_the_string_variable_to_modify" xml:space="preserve"> <value>The name of the string variable to modify.</value> </data> <data name="The_one_based_character_position_in_the_string_where_the_replacement_of_text_begins" xml:space="preserve"> <value>The one-based character position in the string where the replacement of text begins.</value> </data> <data name="The_number_of_characters_to_replace_If_omitted_the_length_of_stringExpression_is_used" xml:space="preserve"> <value>The number of characters to replace. If omitted, the length of <stringExpression> is used.</value> </data> <data name="stringName" xml:space="preserve"> <value><stringName></value> </data> <data name="startIndex" xml:space="preserve"> <value><startIndex></value> </data> <data name="length" xml:space="preserve"> <value><length></value> </data> <data name="stringExpression" xml:space="preserve"> <value><stringExpression></value> </data> <data name="Converts_an_expression_to_the_0_data_type" xml:space="preserve"> <value>Converts an expression to the {0} data type.</value> </data> <data name="Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_time" xml:space="preserve"> <value>Removes the association between an event and an event handler or delegate at run time.</value> </data> <data name="The_event_to_disassociate_an_event_handler_or_delegate_from" xml:space="preserve"> <value>The event to disassociate an event handler or delegate from.</value> </data> <data name="The_event_handler_to_disassociate_from_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate" xml:space="preserve"> <value>The event handler to disassociate from the event. This may take the form of { AddressOf <eventHandler> | <delegate> }.</value> </data> <data name="If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Otherwise_it_returns_expressionIfFalse" xml:space="preserve"> <value>If <condition> returns True, the function calculates and returns <expressionIfTrue>. Otherwise, it returns <expressionIfFalse>.</value> </data> <data name="The_expression_to_evaluate" xml:space="preserve"> <value>The expression to evaluate.</value> </data> <data name="Evaluated_and_returned_if_condition_evaluates_to_True" xml:space="preserve"> <value>Evaluated and returned if <condition> evaluates to True.</value> </data> <data name="Evaluated_and_returned_if_condition_evaluates_to_False" xml:space="preserve"> <value>Evaluated and returned if <condition> evaluates to False.</value> </data> <data name="condition" xml:space="preserve"> <value><condition></value> </data> <data name="expressionIfTrue" xml:space="preserve"> <value><expressionIfTrue></value> </data> <data name="expressionIfFalse" xml:space="preserve"> <value><expressionIfFalse></value> </data> <data name="Introduces_a_type_conversion_operation_that_does_not_throw_an_exception_If_an_attempted_conversion_fails_TryCast_returns_Nothing_which_your_program_can_test_for" xml:space="preserve"> <value>Introduces a type conversion operation that does not throw an exception. If an attempted conversion fails, TryCast returns Nothing, which your program can test for.</value> </data> <data name="typeOrMember" xml:space="preserve"> <value><typeOrMember></value> </data> <data name="The_type_of_member_to_return_the_name_of" xml:space="preserve"> <value>The type of member to return the name of.</value> </data> <data name="Produces_a_string_for_the_name_of_the_specified_type_or_member" xml:space="preserve"> <value>Produces a string for the name of the specified type or member.</value> </data> <data name="result" xml:space="preserve"> <value><result></value> </data> <data name="Remove_and_Sort_Imports" xml:space="preserve"> <value>R&emove and Sort Imports</value> </data> <data name="Sort_Imports_with_accelerator" xml:space="preserve"> <value>&Sort Imports</value> </data> <data name="Sort_Imports" xml:space="preserve"> <value>Sort Imports</value> </data> <data name="VB_Coding_Conventions" xml:space="preserve"> <value>VB Coding Conventions</value> </data> </root>