| Silverlight 5 | WinRT |
| public sealed enum KnownSettingsCommand | |
| : IComparable, IFormattable, IConvertible | |
| { About, Account, ConnectedServices, Help, Preferences, Privacy, TermsOfUse } |
| public sealed class SettingsCommand | |
| : __ComObject, IUICommand | |
| public virtual Object Id { get; set; } | |
| public virtual UICommandInvokedHandler Invoked { get; set; } | |
| public virtual String Label { get; set; } |
| public sealed class SettingsPane | |
| : __ComObject, ISettingsPane | |
| public virtual IList`1<SettingsCommand> ApplicationCommands { get; } | |
| public virtual event TypedEventHandler`2<SettingsPane, Object> Opening; | |
| static public SettingsPane GetForCurrentView(); | |
| static public void Show(); |