XmlAttributes Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XmlAttributes type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlAnyElements Gets the collection of XmlAnyElementAttribute objects to override.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlArray Gets or sets an object that specifies how the XmlSerializer serializes a public field or read/write property that returns an array.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlArrayItems Gets or sets a collection of objects that specify how the XmlSerializer serializes items inserted into an array returned by a public field or read/write property.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlAttribute Gets or sets an object that specifies how the XmlSerializer serializes a public field or public read/write property as an XML attribute.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlChoiceIdentifier Gets or sets an object that allows you to distinguish between a set of choices.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlDefaultValue Gets or sets the default value of an XML element or attribute.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlElements Gets a collection of objects that specify how the XmlSerializer serializes a public field or read/write property as an XML element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlEnum Gets or sets an object that specifies how the XmlSerializer serializes an enumeration member.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlIgnore Gets or sets a value that specifies whether the XmlSerializer serializes a public field or public read/write property.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Xmlns Gets or sets a value that specifies whether to keep all namespace declarations when an object that contains a member that returns an XmlSerializerNamespaces object is overridden.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlRoot Gets or sets an object that specifies how the XmlSerializer serializes a class as an XML root element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlText Gets or sets an object that instructs the XmlSerializer to serialize a public field or public read/write property as XML text.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlType Gets or sets an object that specifies how the XmlSerializer serializes a class to which the XmlTypeAttribute has been applied.

Top