| Silverlight 5 | WinRT |
| sealed enum DateTimeSerializationSection | |
| : IComparable, IFormattable, IConvertible | |
| { Default, Roundtrip, Local } |
| public sealed class DateTimeSerializationSection | |
| : ConfigurationSection | |
| public DateTimeSerializationMode Mode { get; set; } | |
| protected virtual ConfigurationPropertyCollection Properties { get; } |
| public class RootedPathValidator | |
| : ConfigurationValidatorBase | |
| public virtual Boolean CanValidate(Type type); | |
| public virtual void Validate(Object value); |
| public sealed class SchemaImporterExtensionElement | |
| : ConfigurationElement | |
| public String Name { get; set; } | |
| protected virtual ConfigurationPropertyCollection Properties { get; } | |
| public Type Type { get; set; } |
| public sealed class SchemaImporterExtensionElementCollection | |
| : ConfigurationElementCollection, ICollection, IEnumerable | |
| public SchemaImporterExtensionElement Item { get; set; } | |
| public SchemaImporterExtensionElement Item { get; set; } | |
| public void Add(SchemaImporterExtensionElement element); | |
| public void Clear(); | |
| protected virtual ConfigurationElement CreateNewElement(); | |
| protected virtual Object GetElementKey(ConfigurationElement element); | |
| public Int32 IndexOf(SchemaImporterExtensionElement element); | |
| public void Remove(SchemaImporterExtensionElement element); | |
| public void Remove(String name); | |
| public void RemoveAt(Int32 index); |
| public sealed class SchemaImporterExtensionsSection | |
| : ConfigurationSection | |
| protected virtual ConfigurationPropertyCollection Properties { get; } | |
| public SchemaImporterExtensionElementCollection SchemaImporterExtensions { get; } | |
| protected virtual void InitializeDefault(); |
| public sealed class SerializationSectionGroup | |
| : ConfigurationSectionGroup | |
| public DateTimeSerializationSection DateTimeSerialization { get; } | |
| public SchemaImporterExtensionsSection SchemaImporterExtensions { get; } | |
| public XmlSerializerSection XmlSerializer { get; } |
| public sealed class XmlSerializerSection | |
| : ConfigurationSection | |
| public Boolean CheckDeserializeAdvances { get; set; } | |
| protected virtual ConfigurationPropertyCollection Properties { get; } | |
| public String TempFilesLocation { get; set; } | |
| public Boolean UseLegacySerializerGeneration { get; set; } |