home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_sysglobl_xml_113512_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  29KB  |  250 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>sysglobl</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:System.Globalization.CultureAndRegionInfoBuilder">
  8.             <summary>Defines a custom culture that is new or based on an existing culture and region. The custom culture can be installed on a computer and subsequently used by any application running on that computer. This class cannot be inherited.</summary>
  9.         </member>
  10.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.#ctor(System.String,System.Globalization.CultureAndRegionModifiers)">
  11.             <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> class. </summary>
  12.             <param name="cultureName">The name of a culture.</param>
  13.             <param name="flags">One of the <see cref="T:System.Globalization.CultureAndRegionModifiers"></see> values that specifies whether the new <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object is a neutral culture, replaces an existing culture and region, or is a new culture. </param>
  14.             <exception cref="T:System.ArgumentException">cultureName is the empty string ("").-or-cultureName contains characters other than '0' through '9', 'a' through 'z', 'A' through 'Z', hyphen (-), or underscore (_).-or-cultureName contains hyphens (-) to delimit components, but one or more of the prefix, language, region, or suffix components is absent. That is, two or more hyphens are adjacent.-or-cultureName is longer than 84 characters.-or-cultureName contains hyphens to delimit components, but one or more of the components is longer than 8 characters.-or-cultureName contains a leading or trailing hyphen (-) or underscore (_).-or-cultureName specifies an alternate sort replacement culture instead of a .NET Framework culture. For example, culturenName is "de-de_phoneb", a culture that sorts strings as they appear in a German telephone book, instead of "de-DE", the German-Germany culture.-or-flags contains an invalid combination of <see cref="T:System.Globalization.CultureAndRegionModifiers"></see> values.-or-flags contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Replacement"></see> or <see cref="F:System.Globalization.CultureAndRegionModifiers.Neutral"></see> and cultureName specifies a culture that is not found.-or-flags contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Replacement"></see> and cultureName specifies a user-created custom culture that does not replace a culture shipped with the .NET Framework.-or-flags contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Neutral"></see> and cultureName specifies a culture that is not a neutral culture.-or-flags contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Neutral"></see> and cultureName specifies a user-created custom culture that replaces a specific culture shipped with the .NET Framework.</exception>
  15.             <exception cref="T:System.ArgumentNullException">cultureName is null.</exception>
  16.         </member>
  17.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.CreateFromLdml(System.String)">
  18.             <summary>Reconstitutes a <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object from a specified XML file that contains a representation of the object.</summary>
  19.             <returns>A new <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object that is equivalent to the information stored in the xmlFileName parameter.</returns>
  20.             <param name="xmlFileName">A file name that contains the XML representation of a <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</param>
  21.             <exception cref="T:System.ArgumentNullException">xmlFileName is null.</exception>
  22.             <exception cref="T:System.Xml.XmlException">The data in xmlFileName is not in valid XML format.-or-An I/O error occurred while accessing xmlFileName.</exception>
  23.             <exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The data in xmlFileName is not in valid LDML format.</exception>
  24.             <exception cref="T:System.ArgumentException">xmlFileName is an empty string (""), or invalid file or path name.</exception>
  25.         </member>
  26.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.LoadDataFromCultureInfo(System.Globalization.CultureInfo)">
  27.             <summary>Sets the properties of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object with the corresponding properties of the specified <see cref="T:System.Globalization.CultureInfo"></see> object.</summary>
  28.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> object to read.</param>
  29.             <exception cref="T:System.ArgumentNullException">culture is null.</exception>
  30.         </member>
  31.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.LoadDataFromRegionInfo(System.Globalization.RegionInfo)">
  32.             <summary>Sets the properties of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object with the corresponding properties of the specified <see cref="T:System.Globalization.RegionInfo"></see> object.</summary>
  33.             <param name="region">A <see cref="T:System.Globalization.RegionInfo"></see> object to read.</param>
  34.             <exception cref="T:System.ArgumentException">Region information cannot be set because the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object specifies a neutral culture.</exception>
  35.             <exception cref="T:System.ArgumentNullException">region is null.</exception>
  36.         </member>
  37.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.Register">
  38.             <summary>Persists the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object as a custom culture on the local computer and makes that culture available to applications.</summary>
  39.             <exception cref="T:System.InvalidOperationException">The custom culture is already registered.-or-The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object has a property that must be set before the culture can be registered.</exception>
  40.             <exception cref="T:System.ArgumentOutOfRangeException">A <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object property value exceeds its maximum length or value.</exception>
  41.             <exception cref="T:System.UnauthorizedAccessException">You do not have administrative privileges.</exception>
  42.         </member>
  43.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.Save(System.String)">
  44.             <summary>Writes an XML representation of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object to the specified file.</summary>
  45.             <param name="filename">The name of a file to contain the XML representation of this custom culture.</param>
  46.             <exception cref="T:System.ArgumentNullException">filename is null.</exception>
  47.             <exception cref="T:System.ArgumentOutOfRangeException">The value of a property of a <see cref="T:System.Globalization.DateTimeFormatInfo"></see>, <see cref="T:System.Globalization.TextInfo"></see> or <see cref="T:System.Globalization.NumberFormatInfo"></see> object contained in the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object is invalid.</exception>
  48.             <exception cref="T:System.ArgumentException">filename is an empty string ("").</exception>
  49.         </member>
  50.         <member name="M:System.Globalization.CultureAndRegionInfoBuilder.Unregister(System.String)">
  51.             <summary>Deletes a custom culture from the local computer.</summary>
  52.             <param name="cultureName">The name of a custom culture.</param>
  53.             <exception cref="T:System.ArgumentException">cultureName specifies a culture that is not found.</exception>
  54.             <exception cref="T:System.InvalidOperationException">cultureName is a parent culture or console fallback user interface culture of a dependent culture.</exception>
  55.             <exception cref="T:System.UnauthorizedAccessException">You do not have administrative privileges.</exception>
  56.         </member>
  57.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.AvailableCalendars">
  58.             <summary>Gets or sets an array of calendars that are supported by this <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</summary>
  59.             <returns>An array of calendars.</returns>
  60.             <exception cref="T:System.NotSupportedException">This property is not supported for neutral cultures.-or-In a set operation, the assigned array contains <see cref="T:System.Globalization.PersianCalendar"></see>, <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see>, <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see>, <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see>, or <see cref="T:System.Globalization.JulianCalendar"></see>.</exception>
  61.             <exception cref="T:System.ArgumentNullException">In a set operation, the assigned array is null, or an element of the assigned array is null.</exception>
  62.         </member>
  63.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CompareInfo">
  64.             <summary>Gets or sets the <see cref="T:System.Globalization.CompareInfo"></see> object that defines how to compare strings for the culture.</summary>
  65.             <returns>The <see cref="T:System.Globalization.CompareInfo"></see> object that defines how to compare strings for the culture.</returns>
  66.             <exception cref="T:System.NotSupportedException">This custom culture is an override of a built-in culture.</exception>
  67.             <exception cref="T:System.ArgumentNullException">In a set operation the assigned value is null.</exception>
  68.         </member>
  69.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.ConsoleFallbackUICulture">
  70.             <summary>Gets or sets an alternate user interface culture suitable for console applications when the default graphic user interface culture is inappropriate.</summary>
  71.             <returns>An alternate neutral culture that is used to read and display text on the console.</returns>
  72.             <exception cref="T:System.ArgumentException">In a set operation where the specified culture is not null, the <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ConsoleFallbackUICulture"></see> property of the specified culture is not the same as the specified culture. </exception>
  73.         </member>
  74.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureEnglishName">
  75.             <summary>Gets or sets the culture name in English.</summary>
  76.             <returns>The culture name in English.</returns>
  77.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 0 to 79 characters.</exception>
  78.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  79.         </member>
  80.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureName">
  81.             <summary>Gets the name of the culture being created.</summary>
  82.             <returns>The culture name of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</returns>
  83.         </member>
  84.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureNativeName">
  85.             <summary>Gets or sets the culture name in the format and language that the culture is set to display.</summary>
  86.             <returns>The culture name in the format and language that the culture is set to display.</returns>
  87.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 0 to 79 characters.</exception>
  88.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  89.         </member>
  90.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureTypes">
  91.             <summary>Gets the <see cref="T:System.Globalization.CultureTypes"></see> value that describes the culture represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</summary>
  92.             <returns>One of the <see cref="T:System.Globalization.CultureTypes"></see> values.</returns>
  93.         </member>
  94.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CurrencyEnglishName">
  95.             <summary>Gets or sets the name, in English, of the currency used in the region represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</summary>
  96.             <returns>The name, in English, of the currency used in the region.</returns>
  97.             <exception cref="T:System.ArgumentException">The value in a set operation is the empty string ("").</exception>
  98.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object is a neutral culture.</exception>
  99.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  100.         </member>
  101.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.CurrencyNativeName">
  102.             <summary>Gets or sets the native name of the currency used in the region represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</summary>
  103.             <returns>The name of the currency used in the region represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object, formatted in the language associated with the ISO 3166 country/region code of the region. </returns>
  104.             <exception cref="T:System.ArgumentException">The value in a set operation is the empty string ("").</exception>
  105.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object is a neutral culture.</exception>
  106.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  107.         </member>
  108.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.GeoId">
  109.             <summary>Gets or sets a unique identification number for a geographical region, country, city, or location.</summary>
  110.             <returns>A 32-bit signed number that uniquely identifies a geographical location.</returns>
  111.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object defines a neutral culture.</exception>
  112.         </member>
  113.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.GregorianDateTimeFormat">
  114.             <summary>Gets or sets a <see cref="T:System.Globalization.DateTimeFormatInfo"></see> object that defines the format of dates and times according to the Gregorian calendar.</summary>
  115.             <returns>A <see cref="T:System.Globalization.DateTimeFormatInfo"></see> object. </returns>
  116.             <exception cref="T:System.ArgumentOutOfRangeException">A property of the value in a set operation returned an invalid property value.</exception>
  117.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object is a neutral culture.</exception>
  118.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  119.         </member>
  120.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.IetfLanguageTag">
  121.             <summary>Gets or sets a culture name formatted according to the RFC 3066 standard, "Tags for the Identification of Languages."</summary>
  122.             <returns>A culture name formatted according to RFC 3066.</returns>
  123.             <exception cref="T:System.ArgumentException">In a set operation, a component of the name specified in the value is empty or longer than 8 characters, not an alphanumeric character or hyphen (-), or the name contains a leading or trailing hyphen. </exception>
  124.             <exception cref="T:System.ArgumentNullException">In a set operation, the value is null.</exception>
  125.             <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the length of the value is not from 1 through 84 characters.</exception>
  126.         </member>
  127.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.IsMetric">
  128.             <summary>Gets or sets a value indicating whether the country/region uses the metric system for measurements.</summary>
  129.             <returns>true if the country/region uses the metric system for measurements; otherwise, false.</returns>
  130.             <exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
  131.         </member>
  132.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.ISOCurrencySymbol">
  133.             <summary>Gets or sets the three-character ISO 4217 currency symbol associated with the country/region.</summary>
  134.             <returns>The three-character ISO 4217 currency symbol associated with the country/region.</returns>
  135.             <exception cref="T:System.NotSupportedException">This is a neutral culture.</exception>
  136.             <exception cref="T:System.ArgumentNullException">In a set operation, the value is null.</exception>
  137.             <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the value is not from 0 through 8 characters long.</exception>
  138.         </member>
  139.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.IsRightToLeft">
  140.             <summary>Gets or sets the predominant direction of lines of text in the writing system associated with the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object. </summary>
  141.             <returns>true if the predominant direction of lines of text in the current writing system is right-to-left; otherwise, false.</returns>
  142.         </member>
  143.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.KeyboardLayoutId">
  144.             <summary>Gets or sets the active input locale identifier.</summary>
  145.             <returns>A 32-bit signed number that specifies an input locale identifier.</returns>
  146.             <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the value is zero.</exception>
  147.         </member>
  148.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.LCID">
  149.             <summary>Gets the culture identifier for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</summary>
  150.             <returns>The culture identifier for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</returns>
  151.         </member>
  152.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.NumberFormat">
  153.             <summary>Gets or sets a <see cref="T:System.Globalization.NumberFormatInfo"></see> object that defines the culturally appropriate format of displaying numbers, currency, and percentage.</summary>
  154.             <returns>A <see cref="T:System.Globalization.NumberFormatInfo"></see> object that defines the culturally appropriate format of displaying numbers, currency, and percentage.</returns>
  155.             <exception cref="T:System.ArgumentOutOfRangeException">The specification for a number, currency, or percent property for this culture contains too many digits or is out of range.</exception>
  156.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  157.             <exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
  158.         </member>
  159.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.Parent">
  160.             <summary>Gets or sets the <see cref="T:System.Globalization.CultureInfo"></see> object that represents the parent culture of the current custom culture.</summary>
  161.             <returns>The <see cref="T:System.Globalization.CultureInfo"></see> object that represents the parent culture of the current custom culture.</returns>
  162.             <exception cref="T:System.ArgumentNullException">In a set operation, the value is null.</exception>
  163.             <exception cref="T:System.ArgumentException">In a set operation, which traverses the ancestors of the current culture, the invariant culture cannot be found within 10 generations of ancestors. -or- In a set operation, a circular reference was discovered: the assigned value is an ancestor of the current custom culture. </exception>
  164.             <exception cref="T:System.InvalidOperationException">In a set operation, the culture value cannot be found. Possibly, the assigned value is an unregistered custom culture.</exception>
  165.         </member>
  166.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.RegionEnglishName">
  167.             <summary>Gets or sets the full name of the country/region in English.</summary>
  168.             <returns>The full name of the country/region in English.</returns>
  169.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 0 to 79 characters.</exception>
  170.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  171.             <exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
  172.         </member>
  173.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.RegionName">
  174.             <summary>Gets the name of the country/region for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</summary>
  175.             <returns>The name of the country/region for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</returns>
  176.             <exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
  177.         </member>
  178.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.RegionNativeName">
  179.             <summary>Gets or sets the full name of the country/region as known by the people of this custom culture.</summary>
  180.             <returns>The local name of the country/region.</returns>
  181.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  182.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 79 characters.</exception>
  183.             <exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
  184.         </member>
  185.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.TextInfo">
  186.             <summary>Gets or sets the <see cref="T:System.Globalization.TextInfo"></see> object that defines the writing system associated with this custom culture.</summary>
  187.             <returns>The <see cref="T:System.Globalization.TextInfo"></see> object that defines the writing system associated with this custom culture.</returns>
  188.             <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in a list separator does not range from 0 to 3 characters.</exception>
  189.             <exception cref="T:System.NotSupportedException">This operation is not supported for replacement cultures.</exception>
  190.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  191.         </member>
  192.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterISOLanguageName">
  193.             <summary>Gets or sets the ISO 639-2 three-letter code for the language of this custom culture.</summary>
  194.             <returns>The ISO 639-2 three-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo"></see> object.</returns>
  195.             <exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range 'a' to 'z', 'A' to 'Z', or '0' to '9'.</exception>
  196.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters. </exception>
  197.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  198.         </member>
  199.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterISORegionName">
  200.             <summary>Gets or sets the three-letter code defined in ISO 3166 for the country/region.</summary>
  201.             <returns>The three-letter code defined in ISO 3166 for the country/region.</returns>
  202.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
  203.             <exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range 'a' to 'z', 'A' to 'Z', or '0' to '9'.</exception>
  204.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  205.         </member>
  206.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterWindowsLanguageName">
  207.             <summary>Gets or sets the three-letter code for the language as defined in the Windows API.</summary>
  208.             <returns>The three-letter code for the language as defined in the Windows API.</returns>
  209.             <exception cref="T:System.NotSupportedException">In a set operation, the current custom culture is a replacement culture.</exception>
  210.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
  211.             <exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range 'a' to 'z', 'A' to 'Z', or '0' to '9'.</exception>
  212.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  213.         </member>
  214.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterWindowsRegionName">
  215.             <summary>Gets or sets the three-letter code assigned by Windows to the country/region represented by the current custom culture.</summary>
  216.             <returns>The three-letter code assigned by Windows to the country/region represented by this <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object.</returns>
  217.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
  218.             <exception cref="T:System.NotSupportedException">In a set operation, the current custom culture is a replacement culture or a neutral culture.</exception>
  219.             <exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range 'a' to 'z', 'A' to 'Z', or '0' to '9'.</exception>
  220.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  221.         </member>
  222.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.TwoLetterISOLanguageName">
  223.             <summary>Gets or sets the ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo"></see> object.</summary>
  224.             <returns>The ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo"></see> object.</returns>
  225.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
  226.             <exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range 'a' to 'z', 'A' to 'Z', or '0' to '9'.</exception>
  227.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  228.         </member>
  229.         <member name="P:System.Globalization.CultureAndRegionInfoBuilder.TwoLetterISORegionName">
  230.             <summary>Gets or sets the two-letter code defined in ISO 3166 for the country/region.</summary>
  231.             <returns>The two-letter code defined in ISO 3166 for the country/region.</returns>
  232.             <exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
  233.             <exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range 'a' to 'z', 'A' to 'Z', or '0' to '9'.</exception>
  234.             <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
  235.             <exception cref="T:System.NotSupportedException">In a set operation, the current custom culture is a neutral culture.</exception>
  236.         </member>
  237.         <member name="T:System.Globalization.CultureAndRegionModifiers">
  238.             <summary>Specifies constants that define a <see cref="T:System.Globalization.CultureAndRegionInfoBuilder"></see> object. </summary>
  239.         </member>
  240.         <member name="F:System.Globalization.CultureAndRegionModifiers.Neutral">
  241.             <summary>A neutral custom culture.</summary>
  242.         </member>
  243.         <member name="F:System.Globalization.CultureAndRegionModifiers.None">
  244.             <summary>A specific, supplemental custom culture.</summary>
  245.         </member>
  246.         <member name="F:System.Globalization.CultureAndRegionModifiers.Replacement">
  247.             <summary>A custom culture that replaces an existing .NET Framework culture or Windows Locale.</summary>
  248.         </member>
  249.     </members>
  250. </doc>