|
230 | 230 | <ReturnType>System.Object</ReturnType>
|
231 | 231 | </ReturnValue>
|
232 | 232 | <Docs>
|
233 |
| - <summary>Gets the current validated XML element or attribute as a boxed object of the most appropriate Microsoft .NET Framework type according to its schema type.</summary> |
234 |
| - <value>The current validated XML element or attribute as a boxed object of the most appropriate .NET Framework type.</value> |
| 233 | + <summary>Gets the current validated XML element or attribute as a boxed object of the most appropriate .NET type according to its schema type.</summary> |
| 234 | + <value>The current validated XML element or attribute as a boxed object of the most appropriate .NET type.</value> |
235 | 235 | <remarks>
|
236 | 236 | <format type="text/markdown"><.
|
379 | 379 |
|
|
420 | 420 | <format type="text/markdown"><.
|
426 | 426 |
|
|
467 | 467 | <format type="text/markdown"><.
|
473 | 473 |
|
|
515 | 515 | <format type="text/markdown"><.
|
521 | 521 |
|
|
563 | 563 | <format type="text/markdown"><.
|
569 | 569 |
|
|
605 | 605 | <ReturnType>System.Type</ReturnType>
|
606 | 606 | </ReturnValue>
|
607 | 607 | <Docs>
|
608 |
| - <summary>Gets the Microsoft .NET Framework type of the validated XML element or attribute.</summary> |
609 |
| - <value>The .NET Framework type of the validated XML element or attribute. The default value is <see cref="T:System.String" />.</value> |
| 608 | + <summary>Gets the .NET type of the validated XML element or attribute.</summary> |
| 609 | + <value>The .NET type of the validated XML element or attribute. The default value is <see cref="T:System.String" />.</value> |
610 | 610 | <remarks>
|
611 | 611 | <format type="text/markdown"><![CDATA[
|
612 | 612 |
|
613 | 613 | ## Remarks
|
614 |
| - The <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> property gets the .NET Framework type of the typed value of the validated XML element or attribute. |
| 614 | + The <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> property gets the .NET type of the typed value of the validated XML element or attribute. |
615 | 615 |
|
616 | 616 | For example, an element of type `xs:int` would have a <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> of <xref:System.Int32> by default. However, the <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> could be any one of the valid types that can be mapped to `xs:int`, such as <xref:System.Int16> or <xref:System.Double>.
|
617 | 617 |
|
|
0 commit comments