Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
- new file: 14340_Windows.WinMD
- old file: 14328_Windows.WinMD
- diff legends: +: added, -: removed, *: changed, |: type member changed
- | public enum Windows.ApplicationModel.Chat.ChatMessageValidationStatus {
- + ValidWithLargeMessage = 11,
- + VoiceRoamingRestriction = 12,
- + DataRoamingRestriction = 13,
- | }
- | public class Windows.Management.Deployment.PackageManager {
- + public IAsyncOperation<IVectorView<PackageVolume>> GetPackageVolumesAsync();
- | }
- | public class Windows.Management.Deployment.PackageVolume {
- + public bool IsAppxInstallSupported { get; }
- + public bool IsFullTrustPackageSupported { get; }
- + public IAsyncOperation<ulong> GetAvailableSpaceAsync();
- | }
- | public class Windows.Media.MediaTimelineController {
- + public MediaTimelineController();
- | }
- | public class Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorRegistration {
- + public static IAsyncAction UpdateDeviceConfigurationDataAsync( string result, IBuffer deviceId );
- | }
- | public enum Windows.Security.EnterpriseData.FileProtectionStatus {
- + FileInUse = 10,
- | }
- | public class Windows.Services.Store.StoreContext {
- + public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndOptionalStorePackageUpdatesAsync();
- - public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndSupplementalStorePackageUpdatesAsync();
- | }
- + public enum Windows.System.LaunchFileStatus {
- + Success = 0,
- + AppUnavailable = 1,
- + DeniedByPolicy = 2,
- + FileTypeNotSupported = 3,
- + Unknown = 4,
- + }
- | public class Windows.System.Launcher {
- + public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user );
- + public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri );
- + public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
- + public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri );
- + public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
- | }
- | public enum Windows.System.RemoteSystems.RemoteSystemStatus {
- * DiscoveringAvailability = 1,
- * Available = 2,
- | }
- | public enum Windows.UI.Xaml.Automation.AnnotationType {
- + InsertionChange = 60011,
- + DeletionChange = 60012,
- + MoveChange = 60013,
- + FormatChange = 60014,
- + UnsyncedChange = 60015,
- + EditingLockedChange = 60016,
- + ExternalChange = 60017,
- + ConflictingChange = 60018,
- + Author = 60019,
- + AdvancedProofingIssue = 60020,
- + DataValidationError = 60021,
- + CircularReferenceError = 60022,
- | }
- | public class Windows.UI.Xaml.Automation.AutomationElementIdentifiers {
- + public AutomationProperty FlowsFromProperty { get; }
- + public AutomationProperty FlowsToProperty { get; }
- | }
- | public class Windows.UI.Xaml.Automation.AutomationProperties {
- + public DependencyProperty FlowsToProperty { get; }
- + public DependencyProperty FlowsFromProperty { get; }
- + public static IVector<DependencyObject> GetFlowsTo( DependencyObject value );
- + public static IVector<DependencyObject> GetFlowsFrom( DependencyObject value );
- | }
Advertisement
Add Comment
Please, Sign In to add comment