XmlTokenizedType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.
public enum class XmlTokenizedType
public enum XmlTokenizedType
type XmlTokenizedType =
Public Enum XmlTokenizedType
- Inheritance
Name | Value | Description |
---|---|---|
CDATA | 0 | CDATA type. |
ID | 1 | ID type. |
IDREF | 2 | IDREF type. |
IDREFS | 3 | IDREFS type. |
ENTITY | 4 | ENTITY type. |
ENTITIES | 5 | ENTITIES type. |
NMTOKEN | 6 | NMTOKEN type. |
NMTOKENS | 7 | NMTOKENS type. |
NOTATION | 8 | NOTATION type. |
ENUMERATION | 9 | ENUMERATION type. |
QName | 10 | QName type. |
NCName | 11 | NCName type. |
None | 12 | No type. |
The XML types are based on the World Wide Web Consortium (W3C) Extensible Markup Language (XML) 1.0 recommendation.
Продукт | Версии |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: