XmlEnumAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the XmlEnumAttribute class.
Assembly: System.Xml (in System.Xml.dll)
You can use the XmlEnumAttribute to override an existing enumeration.
Note: |
|---|
You can use the word XmlEnum in your code instead of the longer XmlEnumAttribute. |
Show:
Note: