XmlTokenizedType Enumeration

XmlTokenizedType Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
CDATACDATA type.
ENTITIESENTITIES type.
ENTITYENTITY type.
ENUMERATIONENUMERATION type.
IDID type.
IDREFIDREF type.
IDREFSIDREFS type.
NCNameNCName type.
NMTOKENNMTOKEN type.
NMTOKENSNMTOKENS type.
NoneNo type.
NOTATIONNOTATION type.
QNameQName type.

The XML types are based on the World Wide Web Consortium (W3C) Extensible Markup Language (XML) 1.0 recommendation.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft