deleteactivityasync MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff new files: new\* old files: old\* diff legends: +: added, -: removed, *: changed, |: type member changed | public class Windows.ApplicationModel.DesignMode { + public bool DesignMode2Enabled { get; } | } deleteactivityasync How to get it? deleteactivityasync | public class Windows.ApplicationModel.PackageCatalog { + public IAsyncOperation RemoveOptionalPackagesAsync( IIterable operation ); | } + public class Windows.ApplicationModel.PackageCatalogRemoveOptionalPackagesResult { + public HResult ExtendedError { get; } + public IVectorView PackagesRemoved { get; } + } deleteactivityasync How to get it? deleteactivityasync | public enum Windows.ApplicationModel.StartupTaskState { + DisabledByPolicy = 3, | } | public enum Windows.ApplicationModel.Activation.ActivationKind { + PrintWorkflowForegroundTask = 1018, + GameUIProvider = 1019, + StartupTask = 1020, + CommandLineLaunch = 1021, | } deleteactivityasync How to use it? deleteactivityasync + public class Windows.ApplicationModel.Activation.CommandLineActivatedEventArgs { + public ActivationKind Kind { get; } + public ApplicationExecutionState PreviousExecutionState { get; } + public SplashScreen SplashScreen { get; } + public User User { get; } + public CommandLineActivationOperation Operation { get; } + } + public class Windows.ApplicationModel.Activation.CommandLineActivationOperation { deleteactivityasync PasteShr deleteactivityasync + public int ExitCode { get; set; } + public string Arguments { get; } + public string CurrentDirectoryPath { get; } + public Deferral GetDeferral(); + } + public interface Windows.ApplicationModel.Activation.ICommandLineActivatedEventArgs { + public CommandLineActivationOperation Operation { get; } + } deleteactivityasync How to use it? deleteactivityasync + public interface Windows.ApplicationModel.Activation.IStartupTaskActivatedEventArgs { + public string TaskId { get; } + } + public class Windows.ApplicationModel.Activation.StartupTaskActivatedEventArgs { + public ActivationKind Kind { get; } + public ApplicationExecutionState PreviousExecutionState { get; } + public SplashScreen SplashScreen { get; } + public User User { get; } + public string TaskId { get; } deleteactivityasync How to use it? deleteactivityasync + } | public class Windows.ApplicationModel.AppService.AppServiceTriggerDetails { + public IAsyncOperation CheckCallerForCapabilityAsync( string operation ); | } | public class Windows.ApplicationModel.Appointments.AppointmentStore { + public AppointmentStoreChangeTracker GetChangeTracker( string result ); | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.ApplicationModel.Appointments.AppointmentStoreChangeTracker { + public bool IsTracking { get; } | } + public class Windows.ApplicationModel.Background.GeovisitTrigger { + public VisitMonitoringScope MonitoringScope { get; set; } + public GeovisitTrigger(); + } + public class Windows.ApplicationModel.Background.PaymentAppCanMakePaymentTrigger { deleteactivityasync How to dowload it? deleteactivityasync + public PaymentAppCanMakePaymentTrigger(); + } + public class Windows.ApplicationModel.Background.SmartCardTrigger { + public SmartCardTriggerType TriggerType { get; } + public SmartCardTrigger( SmartCardTriggerType triggerType ); + } | public class Windows.ApplicationModel.Calls.VoipCallCoordinator { + public VoipPhoneCall SetupNewAcceptedCall( string call, string context, string contactName, string contactNumber, VoipPhoneCallMedia serviceName ); deleteactivityasync How to dowload it? deleteactivityasync | } | public class Windows.ApplicationModel.Calls.VoipPhoneCall { + public void TryShowAppUI(); | } | public class Windows.ApplicationModel.Contacts.ContactChangeTracker { + public bool IsTracking { get; } | } deleteactivityasync How to get it? deleteactivityasync | public class Windows.ApplicationModel.Contacts.ContactList { + public ContactListLimitedWriteOperations LimitedWriteOperations { get; } + public ContactChangeTracker GetChangeTracker( string result ); | } + public class Windows.ApplicationModel.Contacts.ContactListLimitedWriteOperations { + public IAsyncOperation TryCreateOrUpdateContactAsync( Contact operation ); + public IAsyncOperation TryDeleteContactAsync( string operation ); + } deleteactivityasync How to get it? deleteactivityasync | public enum Windows.ApplicationModel.Contacts.ContactListOtherAppWriteAccess { + Limited = 2, | } | public class Windows.ApplicationModel.Contacts.ContactStore { + public ContactChangeTracker GetChangeTracker( string result ); | } + public class Windows.ApplicationModel.Contacts.DataProvider.ContactListCreateOrUpdateContactRequest { + public Contact Contact { get; } deleteactivityasync PasteShr deleteactivityasync + public string ContactListId { get; } + public IAsyncAction ReportCompletedAsync( Contact result ); + public IAsyncAction ReportFailedAsync(); + } + public class Windows.ApplicationModel.Contacts.DataProvider.ContactListCreateOrUpdateContactRequestEventArgs { + public ContactListCreateOrUpdateContactRequest Request { get; } + public Deferral GetDeferral(); + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.ApplicationModel.Contacts.DataProvider.ContactListDeleteContactRequest { + public string ContactId { get; } + public string ContactListId { get; } + public IAsyncAction ReportCompletedAsync(); + public IAsyncAction ReportFailedAsync(); + } + public class Windows.ApplicationModel.Contacts.DataProvider.ContactListDeleteContactRequestEventArgs { + public ContactListDeleteContactRequest Request { get; } + public Deferral GetDeferral(); deleteactivityasync How to dowload it? deleteactivityasync + } | public class Windows.ApplicationModel.Core.AppListEntry { + public string AppUserModelId { get; } | } + public enum Windows.ApplicationModel.Core.AppRestartFailureReason { + RestartPending = 0, + NotInForeground = 1, + InvalidUser = 2, deleteactivityasync How to get it? deleteactivityasync + Other = 3, + } | public class Windows.ApplicationModel.Core.CoreApplication { + public static IAsyncOperation RequestRestartAsync( string operation ); + public static IAsyncOperation RequestRestartForUserAsync( User operation, string user ); | } | public class Windows.ApplicationModel.Core.CoreApplicationView { + public DispatcherQueue DispatcherQueue { get; } deleteactivityasync How to use it? deleteactivityasync | } | public class Windows.ApplicationModel.DataTransfer.DataTransferManager { + public static void ShowShareUI( ShareUIOptions options ); | } + public class Windows.ApplicationModel.DataTransfer.ShareUIOptions { + public ShareUITheme Theme { get; set; } + public IReference SelectionRect { get; set; } + public ShareUIOptions(); deleteactivityasync How to dowload it? deleteactivityasync + } + public enum Windows.ApplicationModel.DataTransfer.ShareUITheme { + Default = 0, + Light = 1, + Dark = 2, + } | public class Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation { + public IVectorView Contacts { get; } deleteactivityasync How to get it? deleteactivityasync | } | public class Windows.ApplicationModel.Email.EmailMailbox { + public EmailMailboxChangeTracker GetChangeTracker( string result ); | } + public class Windows.ApplicationModel.Payments.PaymentCanMakePaymentResult { + public PaymentCanMakePaymentResultStatus Status { get; } + public PaymentCanMakePaymentResult( PaymentCanMakePaymentResultStatus value ); + } deleteactivityasync How to dowload it? deleteactivityasync + public enum Windows.ApplicationModel.Payments.PaymentCanMakePaymentResultStatus { + Unknown = 0, + Yes = 1, + No = 2, + NotAllowed = 3, + UserNotSignedIn = 4, + SpecifiedPaymentMethodIdsNotSupported = 5, + NoQualifyingCardOnFile = 6, + } deleteactivityasync How to use it? deleteactivityasync | public class Windows.ApplicationModel.Payments.PaymentMediator { + public IAsyncOperation CanMakePaymentAsync( PaymentRequest result ); | } | public class Windows.ApplicationModel.Payments.PaymentRequest { + public string Id { get; } + public PaymentRequest( PaymentDetails details, IIterable methodData, PaymentMerchantInfo merchantInfo, PaymentOptions options, string id ); | } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.ApplicationModel.Payments.Provider.PaymentAppCanMakePaymentTriggerDetails { + public PaymentRequest Request { get; } + public void ReportCanMakePaymentResult( PaymentCanMakePaymentResult value ); + } + public interface Windows.ApplicationModel.UserActivities.IUserActivityContentInfo { + public string ToJson(); + } + public class Windows.ApplicationModel.UserActivities.UserActivity { deleteactivityasync How to use it? deleteactivityasync + public Uri FallbackUri { get; set; } + public Uri ContentUri { get; set; } + public string ContentType { get; set; } + public IUserActivityContentInfo ContentInfo { get; set; } + public Uri ActivationUri { get; set; } + public string ActivityId { get; } + public UserActivityState State { get; } + public UserActivityVisualElements VisualElements { get; } + public IAsyncAction SaveAsync(); + public UserActivitySession CreateSession(); deleteactivityasync PasteShr deleteactivityasync + } + public class Windows.ApplicationModel.UserActivities.UserActivityAttribution { + public Uri IconUri { get; set; } + public string AlternateText { get; set; } + public bool AddImageQuery { get; set; } + public UserActivityAttribution( Uri iconUri ); + public UserActivityAttribution(); + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.ApplicationModel.UserActivities.UserActivityChannel { + public IAsyncOperation GetOrCreateUserActivityAsync( string operation ); + public IAsyncAction DeleteActivityAsync( string operation ); + public IAsyncAction DeleteAllActivitiesAsync(); + public static UserActivityChannel GetDefault(); + } + public class Windows.ApplicationModel.UserActivities.UserActivityContentInfo { + public string ToJson(); + public static UserActivityContentInfo FromJson( string result ); deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.ApplicationModel.UserActivities.UserActivitySession { + public string ActivityId { get; } + public void Close(); + } + public enum Windows.ApplicationModel.UserActivities.UserActivityState { + New = 0, + Published = 1, deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.ApplicationModel.UserActivities.UserActivityVisualElements { + public string DisplayText { get; set; } + public string Description { get; set; } + public IAdaptiveCard Content { get; set; } + public Color BackgroundColor { get; set; } + public UserActivityAttribution Attribution { get; set; } + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.ApplicationModel.UserActivities.Core.CoreUserActivityManager { + public static UserActivitySession CreateUserActivitySessionInBackground( UserActivity result ); + public static IAsyncAction DeleteUserActivitySessionsInTimeRangeAsync( UserActivityChannel operation, DateTime channel, DateTime startTime ); + } | public class Windows.Devices.Bluetooth.BluetoothDevice { + public BluetoothDeviceId BluetoothDeviceId { get; } | } | public class Windows.Devices.Bluetooth.BluetoothDeviceId { deleteactivityasync How to get it? deleteactivityasync + public static BluetoothDeviceId FromId( string result ); | } | public class Windows.Devices.Bluetooth.BluetoothLEDevice { + public BluetoothDeviceId BluetoothDeviceId { get; } | } | public class Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientNotificationResult { + public ushort BytesSent { get; } | } deleteactivityasync How to get it? deleteactivityasync + public class Windows.Devices.Geolocation.Geovisit { + public Geoposition Position { get; } + public VisitStateChange StateChange { get; } + public DateTime Timestamp { get; } + } + public class Windows.Devices.Geolocation.GeovisitMonitor { + public VisitMonitoringScope MonitoringScope { get; } + public GeovisitMonitor(); deleteactivityasync How to use it? deleteactivityasync + public void Start( VisitMonitoringScope value ); + public void Stop(); + public static IAsyncOperation GetLastReportAsync(); + TypedEventHandler VisitStateChanged; + } + public class Windows.Devices.Geolocation.GeovisitStateChangedEventArgs { + public Geovisit Visit { get; } + } deleteactivityasync How to dowload it? deleteactivityasync + public class Windows.Devices.Geolocation.GeovisitTriggerDetails { + public IVectorView ReadReports(); + } + public enum Windows.Devices.Geolocation.VisitMonitoringScope { + Venue = 0, + City = 1, + } + public enum Windows.Devices.Geolocation.VisitStateChange { deleteactivityasync How to dowload it? deleteactivityasync + TrackingLost = 0, + Arrived = 1, + Departed = 2, + OtherMovement = 3, + } | public class Windows.Devices.PointOfService.ClaimedLineDisplay { + public LineDisplayCustomGlyphs CustomGlyphs { get; } + public Size MaxBitmapSizeInPixels { get; } + public IVectorView SupportedCharacterSets { get; } deleteactivityasync How to use it? deleteactivityasync + public IVectorView SupportedScreenSizesInCharacters { get; } + public IAsyncOperation GetStatisticsAsync( IIterable result ); + public IAsyncOperation CheckHealthAsync( UnifiedPosHealthCheckLevel result ); + public IAsyncOperation CheckPowerStatusAsync(); + public LineDisplayAttributes GetAttributes(); + public IAsyncOperation TryUpdateAttributesAsync( LineDisplayAttributes operation ); + public IAsyncOperation TrySetDescriptorAsync( uint operation, LineDisplayDescriptorState descriptor ); + public IAsyncOperation TryClearDescriptorsAsync(); + public IAsyncOperation TryCreateWindowAsync( Rect result, Size viewport ); + public IAsyncOperation TryStoreStorageFileBitmapAsync( StorageFile result ); deleteactivityasync PasteShr deleteactivityasync + public IAsyncOperation TryStoreStorageFileBitmapAsync( StorageFile result, LineDisplayHorizontalAlignment bitmap, LineDisplayVerticalAlignment horizontalAlignment ); + public IAsyncOperation TryStoreStorageFileBitmapAsync( StorageFile result, LineDisplayHorizontalAlignment bitmap, LineDisplayVerticalAlignment horizontalAlignment, int verticalAlignment ); | } | public class Windows.Devices.PointOfService.LineDisplay { + public LineDisplayStatisticsCategorySelector StatisticsCategorySelector { get; } + public IAsyncOperation CheckPowerStatusAsync(); | } + public class Windows.Devices.PointOfService.LineDisplayAttributes { deleteactivityasync How to get it? deleteactivityasync + public Size ScreenSizeInCharacters { get; set; } + public bool IsPowerNotifyEnabled { get; set; } + public bool IsCharacterSetMappingEnabled { get; set; } + public LineDisplayWindow CurrentWindow { get; set; } + public int CharacterSet { get; set; } + public int Brightness { get; set; } + public TimeSpan BlinkRate { get; set; } + } + public class Windows.Devices.PointOfService.LineDisplayCursor { deleteactivityasync How to dowload it? deleteactivityasync + public bool CanCustomize { get; } + public bool IsBlinkSupported { get; } + public bool IsBlockSupported { get; } + public bool IsHalfBlockSupported { get; } + public bool IsOtherSupported { get; } + public bool IsReverseSupported { get; } + public bool IsUnderlineSupported { get; } + public LineDisplayCursorAttributes GetAttributes(); + public IAsyncOperation TryUpdateAttributesAsync( LineDisplayCursorAttributes operation ); + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.Devices.PointOfService.LineDisplayCursorAttributes { + public Point Position { get; set; } + public bool IsBlinkEnabled { get; set; } + public bool IsAutoAdvanceEnabled { get; set; } + public LineDisplayCursorType CursorType { get; set; } + } + public enum Windows.Devices.PointOfService.LineDisplayCursorType { + None = 0, deleteactivityasync How to use it? deleteactivityasync + Block = 1, + HalfBlock = 2, + Underline = 3, + Reverse = 4, + Other = 5, + } + public class Windows.Devices.PointOfService.LineDisplayCustomGlyphs { + public Size SizeInPixels { get; } + public IVectorView SupportedGlyphCodes { get; } deleteactivityasync How to get it for free? deleteactivityasync + public IAsyncOperation TryRedefineAsync( uint operation, IBuffer glyphCode ); + } + public enum Windows.Devices.PointOfService.LineDisplayDescriptorState { + Off = 0, + On = 1, + Blink = 2, + } + public enum Windows.Devices.PointOfService.LineDisplayHorizontalAlignment { deleteactivityasync How to dowload it? deleteactivityasync + Left = 0, + Center = 1, + Right = 2, + } + public class Windows.Devices.PointOfService.LineDisplayMarquee { + public TimeSpan ScrollWaitInterval { get; set; } + public TimeSpan RepeatWaitInterval { get; set; } + public LineDisplayMarqueeFormat Format { get; set; } + public IAsyncOperation TryStartScrollingAsync( LineDisplayScrollDirection operation ); deleteactivityasync How to use it? deleteactivityasync + public IAsyncOperation TryStopScrollingAsync(); + } + public enum Windows.Devices.PointOfService.LineDisplayMarqueeFormat { + None = 0, + Walk = 1, + Place = 2, + } + public enum Windows.Devices.PointOfService.LineDisplayPowerStatus { deleteactivityasync How to get it? deleteactivityasync + Unknown = 0, + Online = 1, + Off = 2, + Offline = 3, + OffOrOffline = 4, + } + public class Windows.Devices.PointOfService.LineDisplayStatisticsCategorySelector { + public string AllStatistics { get; } + public string ManufacturerStatistics { get; } deleteactivityasync How to use it? deleteactivityasync + public string UnifiedPosStatistics { get; } + } + public class Windows.Devices.PointOfService.LineDisplayStatusUpdatedEventArgs { + public LineDisplayPowerStatus Status { get; } + } + public class Windows.Devices.PointOfService.LineDisplayStoredBitmap { + public string EscapeSequence { get; } + public IAsyncOperation TryDeleteAsync(); deleteactivityasync How to get it? deleteactivityasync + } + public enum Windows.Devices.PointOfService.LineDisplayVerticalAlignment { + Top = 0, + Center = 1, + Bottom = 2, + } | public class Windows.Devices.PointOfService.LineDisplayWindow { + public LineDisplayCursor Cursor { get; } deleteactivityasync How to get it for free? deleteactivityasync + public LineDisplayMarquee Marquee { get; } + public IAsyncOperation ReadCharacterAtCursorAsync(); + public IAsyncOperation TryDisplayStoredBitmapAtCursorAsync( LineDisplayStoredBitmap operation ); + public IAsyncOperation TryDisplayStorageFileBitmapAtCursorAsync( StorageFile operation ); + public IAsyncOperation TryDisplayStorageFileBitmapAtCursorAsync( StorageFile operation, LineDisplayHorizontalAlignment bitmap, LineDisplayVerticalAlignment horizontalAlignment ); + public IAsyncOperation TryDisplayStorageFileBitmapAtCursorAsync( StorageFile operation, LineDisplayHorizontalAlignment bitmap, LineDisplayVerticalAlignment horizontalAlignment, int verticalAlignment ); + public IAsyncOperation TryDisplayStorageFileBitmapAtPointAsync( StorageFile operation, Point bitmap ); + public IAsyncOperation TryDisplayStorageFileBitmapAtPointAsync( StorageFile operation, Point bitmap, int offsetInPixels ); | } deleteactivityasync How to get it for free? deleteactivityasync | public class Windows.Devices.Sensors.Accelerometer { + public static IAsyncOperation FromIdAsync( string operation ); + public static string GetDeviceSelector( AccelerometerReadingType result ); | } | public class Windows.Devices.Sensors.AccelerometerReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.Devices.Sensors.Altimeter { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } | } | public class Windows.Devices.Sensors.AltimeterReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.Devices.Sensors.Barometer { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } + public static IAsyncOperation FromIdAsync( string operation ); + public static string GetDeviceSelector(); | } | public class Windows.Devices.Sensors.BarometerReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } deleteactivityasync How to get it? deleteactivityasync | } | public class Windows.Devices.Sensors.Compass { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } + public static string GetDeviceSelector(); + public static IAsyncOperation FromIdAsync( string operation ); | } | public class Windows.Devices.Sensors.CompassReading { deleteactivityasync How to use it? deleteactivityasync + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } | public class Windows.Devices.Sensors.Gyrometer { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } + public static string GetDeviceSelector(); + public static IAsyncOperation FromIdAsync( string operation ); | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.Devices.Sensors.GyrometerReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } | public class Windows.Devices.Sensors.Inclinometer { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } + public static string GetDeviceSelector( SensorReadingType result ); deleteactivityasync PasteShr deleteactivityasync + public static IAsyncOperation FromIdAsync( string operation ); | } | public class Windows.Devices.Sensors.InclinometerReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } | public class Windows.Devices.Sensors.LightSensor { + public uint ReportLatency { get; set; } deleteactivityasync How to get it for free? deleteactivityasync + public uint MaxBatchSize { get; } + public static string GetDeviceSelector(); + public static IAsyncOperation FromIdAsync( string operation ); | } | public class Windows.Devices.Sensors.LightSensorReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.Devices.Sensors.Magnetometer { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } + public static string GetDeviceSelector(); + public static IAsyncOperation FromIdAsync( string operation ); | } | public class Windows.Devices.Sensors.MagnetometerReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } deleteactivityasync How to dowload it? deleteactivityasync | } | public class Windows.Devices.Sensors.OrientationSensor { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } + public static string GetDeviceSelector( SensorReadingType result ); + public static string GetDeviceSelector( SensorReadingType result, SensorOptimizationGoal readingType ); + public static IAsyncOperation FromIdAsync( string operation ); | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.Devices.Sensors.OrientationSensorReading { + public IReference PerformanceCount { get; } + public IMapView Properties { get; } | } | public class Windows.Devices.Sensors.Custom.CustomSensor { + public uint ReportLatency { get; set; } + public uint MaxBatchSize { get; } | } deleteactivityasync How to dowload it? deleteactivityasync | public class Windows.Devices.Sensors.Custom.CustomSensorReading { + public IReference PerformanceCount { get; } | } + public enum Windows.Devices.SmartCards.SmartCardActivationPolicyChangeResult { + Denied = 0, + Allowed = 1, + } + public class Windows.Devices.SmartCards.SmartCardAppletIdGroup { deleteactivityasync How to use it? deleteactivityasync + public SmartCardEmulationType SmartCardEmulationType { get; set; } + public SmartCardEmulationCategory SmartCardEmulationCategory { get; set; } + public string DisplayName { get; set; } + public bool AutomaticEnablement { get; set; } + public IVector AppletIds { get; } + public ushort MaxAppletIds { get; } + public SmartCardAppletIdGroup( string displayName, IVector appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType ); + public SmartCardAppletIdGroup(); + } deleteactivityasync How to get it for free? deleteactivityasync + public enum Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy { + Disabled = 0, + ForegroundOverride = 1, + Enabled = 2, + } + public class Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration { + public SmartCardAppletIdGroupActivationPolicy ActivationPolicy { get; } + public SmartCardAppletIdGroup AppletIdGroup { get; } + public Guid Id { get; } deleteactivityasync PasteShr deleteactivityasync + public IAsyncOperation RequestActivationPolicyChangeAsync( SmartCardAppletIdGroupActivationPolicy result ); + public IAsyncAction SetAutomaticResponseApdusAsync( IIterable result ); + } + public class Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu { + public bool ShouldMatchLength { get; set; } + public IBuffer ResponseApdu { get; set; } + public IBuffer CommandApduBitMask { get; set; } + public IBuffer CommandApdu { get; set; } + public IBuffer AppletId { get; set; } deleteactivityasync How to get it? deleteactivityasync + public IReference OutputState { get; set; } + public IReference InputState { get; set; } + public bool AllowWhenCryptogramGeneratorNotPrepared { get; set; } + public SmartCardAutomaticResponseApdu( IBuffer commandApdu, IBuffer responseApdu ); + } + public enum Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus { + None = 0, + Success = 1, + UnknownError = 2, deleteactivityasync How to dowload it? deleteactivityasync + } + public struct Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract { + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm { + None = 0, + CbcMac = 1, + Cvc3Umd = 2, + DecimalizedMsd = 3, deleteactivityasync How to get it for free? deleteactivityasync + Cvc3MD = 4, + Sha1 = 5, + SignedDynamicApplicationData = 6, + RsaPkcs1 = 7, + Sha256Hmac = 8, + } + public class Windows.Devices.SmartCards.SmartCardCryptogramGenerator { + public IVectorView SupportedCryptogramAlgorithms { get; } + public IVectorView SupportedCryptogramMaterialPackageConfirmationResponseFormats { get; } deleteactivityasync How to use it? deleteactivityasync + public IVectorView SupportedCryptogramMaterialPackageFormats { get; } + public IVectorView SupportedCryptogramMaterialTypes { get; } + public IVectorView SupportedSmartCardCryptogramStorageKeyCapabilities { get; } + public IAsyncOperation DeleteCryptogramMaterialStorageKeyAsync( string result ); + public IAsyncOperation CreateCryptogramMaterialStorageKeyAsync( SmartCardUnlockPromptingBehavior result, string promptingBehavior, SmartCardCryptogramStorageKeyAlgorithm storageKeyName, SmartCardCryptogramStorageKeyCapabilities algorithm ); + public IAsyncOperation RequestCryptogramMaterialStorageKeyInfoAsync( SmartCardUnlockPromptingBehavior result, string promptingBehavior, CryptographicPublicKeyBlobType storageKeyName ); + public IAsyncOperation ImportCryptogramMaterialPackageAsync( SmartCardCryptogramMaterialPackageFormat result, string format, string storageKeyName, IBuffer materialPackageName ); + public IAsyncOperation TryProvePossessionOfCryptogramMaterialPackageAsync( SmartCardUnlockPromptingBehavior result, SmartCardCryptogramMaterialPackageConfirmationResponseFormat promptingBehavior, string responseFormat, string materialPackageName, IBuffer materialName ); + public IAsyncOperation RequestUnlockCryptogramMaterialForUseAsync( SmartCardUnlockPromptingBehavior result ); + public IAsyncOperation DeleteCryptogramMaterialPackageAsync( string result ); deleteactivityasync How to get it for free? deleteactivityasync + public IAsyncOperation ValidateRequestApduAsync( SmartCardUnlockPromptingBehavior result, IBuffer promptingBehavior, IIterable apduToValidate ); + public IAsyncOperation GetAllCryptogramStorageKeyCharacteristicsAsync(); + public IAsyncOperation GetAllCryptogramMaterialPackageCharacteristicsAsync(); + public IAsyncOperation GetAllCryptogramMaterialPackageCharacteristicsAsync( string result ); + public IAsyncOperation GetAllCryptogramMaterialCharacteristicsAsync( SmartCardUnlockPromptingBehavior result, string promptingBehavior ); + public static bool IsSupported(); + public static IAsyncOperation GetSmartCardCryptogramGeneratorAsync(); + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus { deleteactivityasync How to use it? deleteactivityasync + Success = 0, + AuthorizationFailed = 1, + AuthorizationCanceled = 2, + AuthorizationRequired = 3, + CryptogramMaterialPackageStorageKeyExists = 4, + NoCryptogramMaterialPackageStorageKey = 5, + NoCryptogramMaterialPackage = 6, + UnsupportedCryptogramMaterialPackage = 7, + UnknownCryptogramMaterialName = 8, + InvalidCryptogramMaterialUsage = 9, deleteactivityasync PasteShr deleteactivityasync + ApduResponseNotSent = 10, + OtherError = 11, + ValidationFailed = 12, + NotSupported = 13, + } + public class Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult { + public IVectorView Characteristics { get; } + public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; } + public SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult(); deleteactivityasync How to dowload it? deleteactivityasync + } + public class Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult { + public IVectorView Characteristics { get; } + public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; } + public SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult(); + } + public class Windows.Devices.SmartCards.SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult { + public IVectorView Characteristics { get; } deleteactivityasync How to get it? deleteactivityasync + public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; } + public SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult(); + } + public class Windows.Devices.SmartCards.SmartCardCryptogramMaterialCharacteristics { + public IVectorView AllowedAlgorithms { get; } + public IVectorView AllowedProofOfPossessionAlgorithms { get; } + public IVectorView AllowedValidations { get; } + public int MaterialLength { get; } + public string MaterialName { get; } deleteactivityasync How to get it for free? deleteactivityasync + public SmartCardCryptogramMaterialType MaterialType { get; } + public SmartCardCryptogramMaterialProtectionMethod ProtectionMethod { get; } + public int ProtectionVersion { get; } + public SmartCardCryptogramMaterialCharacteristics(); + } + public class Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageCharacteristics { + public DateTime DateImported { get; } + public SmartCardCryptogramMaterialPackageFormat PackageFormat { get; } + public string PackageName { get; } deleteactivityasync PasteShr deleteactivityasync + public string StorageKeyName { get; } + public SmartCardCryptogramMaterialPackageCharacteristics(); + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat { + None = 0, + VisaHmac = 1, + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat { deleteactivityasync How to use it? deleteactivityasync + None = 0, + JweRsaPki = 1, + } + public class Windows.Devices.SmartCards.SmartCardCryptogramMaterialPossessionProof { + public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; } + public IBuffer Proof { get; } + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod { deleteactivityasync How to dowload it? deleteactivityasync + None = 0, + WhiteBoxing = 1, + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramMaterialType { + None = 0, + StaticDataAuthentication = 1, + TripleDes112 = 2, + Aes = 3, + RsaPkcs1 = 4, deleteactivityasync How to use it? deleteactivityasync + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions { + None = 0, + UnitsAreInNibbles = 1, + ChainOutput = 2, + } + public class Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep { + public int TemplateOffset { get; set; } deleteactivityasync How to get it? deleteactivityasync + public IBuffer SourceData { get; set; } + public SmartCardCryptogramPlacementOptions CryptogramPlacementOptions { get; set; } + public int CryptogramOffset { get; set; } + public string CryptogramMaterialPackageName { get; set; } + public string CryptogramMaterialName { get; set; } + public int CryptogramLength { get; set; } + public SmartCardCryptogramPlacementStep ChainedOutputStep { get; set; } + public SmartCardCryptogramAlgorithm Algorithm { get; set; } + public SmartCardCryptogramPlacementStep(); + } deleteactivityasync How to get it for free? deleteactivityasync + public enum Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm { + None = 0, + Rsa2048 = 1, + } + public enum Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities { + None = 0, + HardwareProtection = 1, + UnlockPrompt = 2, deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCharacteristics { + public SmartCardCryptogramStorageKeyAlgorithm Algorithm { get; } + public SmartCardCryptogramStorageKeyCapabilities Capabilities { get; } + public DateTime DateCreated { get; } + public string StorageKeyName { get; } + public SmartCardCryptogramStorageKeyCharacteristics(); + } deleteactivityasync How to dowload it? deleteactivityasync + public class Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo { + public IBuffer Attestation { get; } + public IBuffer AttestationCertificateChain { get; } + public SmartCardCryptographicKeyAttestationStatus AttestationStatus { get; } + public SmartCardCryptogramStorageKeyCapabilities Capabilities { get; } + public SmartCardCryptogramGeneratorOperationStatus OperationStatus { get; } + public IBuffer PublicKey { get; } + public CryptographicPublicKeyBlobType PublicKeyBlobType { get; } + public string OperationalRequirements { get; } + } deleteactivityasync PasteShr deleteactivityasync + public enum Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus { + NoAttestation = 0, + SoftwareKeyWithoutTpm = 1, + SoftwareKeyWithTpm = 2, + TpmKeyUnknownAttestationStatus = 3, + TpmKeyWithoutAttestationCapability = 4, + TpmKeyWithTemporaryAttestationFailure = 5, + TpmKeyWithLongTermAttestationFailure = 6, + TpmKeyWithAttestation = 7, deleteactivityasync How to get it for free? deleteactivityasync + } + public enum Windows.Devices.SmartCards.SmartCardEmulationCategory { + Other = 0, + Payment = 1, + } + public enum Windows.Devices.SmartCards.SmartCardEmulationType { + Host = 0, + Uicc = 1, deleteactivityasync How to get it? deleteactivityasync + EmbeddedSE = 2, + } + public class Windows.Devices.SmartCards.SmartCardEmulator { + public SmartCardEmulatorEnablementPolicy EnablementPolicy { get; } + public ushort MaxAppletIdGroupRegistrations { get; } + public void Start(); + public bool IsHostCardEmulationSupported(); + public static bool IsSupported(); + public static IAsyncOperation> GetAppletIdGroupRegistrationsAsync(); deleteactivityasync How to get it? deleteactivityasync + public static IAsyncOperation RegisterAppletIdGroupAsync( SmartCardAppletIdGroup result ); + public static IAsyncAction UnregisterAppletIdGroupAsync( SmartCardAppletIdGroupRegistration result ); + public static IAsyncOperation GetDefaultAsync(); + TypedEventHandler ApduReceived; + TypedEventHandler ConnectionDeactivated; + } + public class Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs { + public SmartCardAutomaticResponseStatus AutomaticResponseStatus { get; } + public IBuffer CommandApdu { get; } deleteactivityasync How to get it for free? deleteactivityasync + public SmartCardEmulatorConnectionProperties ConnectionProperties { get; } + public uint State { get; } + public IAsyncOperation TryRespondAsync( IBuffer result ); + public IAsyncOperation TryRespondWithCryptogramsAsync( IBuffer result, IIterable responseTemplate ); + public IAsyncOperation TryRespondWithCryptogramsAsync( IBuffer result, IIterable responseTemplate, IReference cryptogramPlacementSteps ); + public IAsyncOperation TryRespondAsync( IBuffer result, IReference responseApdu ); + } + public class Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedEventArgs { + public SmartCardEmulatorConnectionProperties ConnectionProperties { get; } deleteactivityasync PasteShr deleteactivityasync + public SmartCardEmulatorConnectionDeactivatedReason Reason { get; } + } + public enum Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason { + ConnectionLost = 0, + ConnectionRedirected = 1, + } + public class Windows.Devices.SmartCards.SmartCardEmulatorConnectionProperties { + public Guid Id { get; } deleteactivityasync PasteShr deleteactivityasync + public SmartCardEmulatorConnectionSource Source { get; } + } + public enum Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource { + Unknown = 0, + NfcReader = 1, + } + public struct Windows.Devices.SmartCards.SmartCardEmulatorContract { + } deleteactivityasync How to get it for free? deleteactivityasync + public enum Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy { + Never = 0, + Always = 1, + ScreenOn = 2, + ScreenUnlocked = 3, + } + public enum Windows.Devices.SmartCards.SmartCardLaunchBehavior { + Default = 0, deleteactivityasync PasteShr deleteactivityasync + AboveLock = 1, + } + public class Windows.Devices.SmartCards.SmartCardTriggerDetails { + public IBuffer SourceAppletId { get; } + public IBuffer TriggerData { get; } + public SmartCardTriggerType TriggerType { get; } + public SmartCardEmulator Emulator { get; } + public SmartCard SmartCard { get; } + public IAsyncOperation TryLaunchCurrentAppAsync( string result ); deleteactivityasync How to get it for free? deleteactivityasync + public IAsyncOperation TryLaunchCurrentAppAsync( string result, SmartCardLaunchBehavior arguments ); + } + public enum Windows.Devices.SmartCards.SmartCardTriggerType { + EmulatorTransaction = 0, + EmulatorNearFieldEntry = 1, + EmulatorNearFieldExit = 2, + EmulatorHostApplicationActivated = 3, + EmulatorAppletIdGroupRegistrationChanged = 4, + ReaderCardAdded = 5, deleteactivityasync How to get it for free? deleteactivityasync + } + public enum Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior { + AllowUnlockPrompt = 0, + RequireUnlockPrompt = 1, + PreventUnlockPrompt = 2, + } | public class Windows.Devices.WiFi.WiFiAdapter { + public IAsyncOperation GetWpsConfigurationAsync( WiFiAvailableNetwork operation ); deleteactivityasync PasteShr deleteactivityasync + public IAsyncOperation ConnectAsync( WiFiAvailableNetwork operation, WiFiReconnectionKind availableNetwork, PasswordCredential reconnectionKind, string passwordCredential, WiFiConnectionMethod ssid ); | } + public enum Windows.Devices.WiFi.WiFiConnectionMethod { + Default = 0, + WpsPin = 1, + WpsPushButton = 2, + } + public class Windows.Devices.WiFi.WiFiWpsConfigurationResult { deleteactivityasync PasteShr deleteactivityasync + public WiFiWpsConfigurationStatus Status { get; } + public IVectorView SupportedWpsKinds { get; } + } + public enum Windows.Devices.WiFi.WiFiWpsConfigurationStatus { + UnspecifiedFailure = 0, + Success = 1, + Timeout = 2, + } deleteactivityasync How to use it? deleteactivityasync + public enum Windows.Devices.WiFi.WiFiWpsKind { + Unknown = 0, + Pin = 1, + PushButton = 2, + Nfc = 3, + Ethernet = 4, + Usb = 5, + } | public class Windows.Gaming.Input.RawGameController { deleteactivityasync How to dowload it? deleteactivityasync + public string DisplayName { get; } + public string NonRoamableId { get; } + public IVectorView SimpleHapticsControllers { get; } | } | public class Windows.Gaming.Preview.GamesEnumeration.GameList { + public static IAsyncOperation MergeEntriesAsync( GameListEntry operation, GameListEntry left ); + public static IAsyncOperation> UnmergeEntryAsync( GameListEntry operation ); | } deleteactivityasync PasteShr deleteactivityasync | public class Windows.Gaming.Preview.GamesEnumeration.GameListEntry { + public GameModeConfiguration GameModeConfiguration { get; } + public string LaunchParameters { get; } + public GameListEntryLaunchableState LaunchableState { get; } + public IStorageFile LauncherExecutable { get; } + public string TitleId { get; } + public IAsyncAction SetLauncherExecutableFileAsync( IStorageFile operation ); + public IAsyncAction SetLauncherExecutableFileAsync( IStorageFile operation, string executableFile ); + public IAsyncAction SetTitleIdAsync( string operation ); | } deleteactivityasync How to use it? deleteactivityasync + public enum Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState { + NotLaunchable = 0, + ByLastRunningFullPath = 1, + ByUserProvidedPath = 2, + ByTile = 3, + } + public class Windows.Gaming.Preview.GamesEnumeration.GameModeConfiguration { + public IReference PercentGpuTimeAllocatedToGame { get; set; } deleteactivityasync How to get it? deleteactivityasync + public IReference PercentGpuMemoryAllocatedToSystemCompositor { get; set; } + public IReference PercentGpuMemoryAllocatedToGame { get; set; } + public IReference MaxCpuCount { get; set; } + public bool IsEnabled { get; set; } + public IReference CpuExclusivityMaskLow { get; set; } + public IReference CpuExclusivityMaskHigh { get; set; } + public bool AffinitizeToExclusiveCpus { get; set; } + public IVector RelatedProcessNames { get; } + public IAsyncAction SaveAsync(); + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.Gaming.Preview.GamesEnumeration.GameModeUserConfiguration { + public IVector GamingRelatedProcessNames { get; } + public IAsyncAction SaveAsync(); + public static GameModeUserConfiguration GetDefault(); + } + public class Windows.Gaming.UI.GameMonitor { + public IAsyncOperation RequestPermissionAsync(); + public static GameMonitor GetDefault(); deleteactivityasync How to get it? deleteactivityasync + } + public enum Windows.Gaming.UI.GameMonitoringPermission { + Allowed = 0, + DeniedByUser = 1, + DeniedBySystem = 2, + } + public class Windows.Gaming.UI.GameUIProviderActivatedEventArgs { + public ActivationKind Kind { get; } deleteactivityasync PasteShr deleteactivityasync + public ApplicationExecutionState PreviousExecutionState { get; } + public SplashScreen SplashScreen { get; } + public ValueSet GameUIArgs { get; } + public void ReportCompleted( ValueSet results ); + } + public struct Windows.Gaming.UI.GamingUIProviderContract { + } | public class Windows.Graphics.Holographic.HolographicCamera { deleteactivityasync How to get it for free? deleteactivityasync + public PresentationLayerDrmMode DrmMode { get; set; } + public PresentationLayerConfig CreateLayerConfig(); + public void SetLayerConfig( PresentationLayerConfig layerConfig ); + public PresentationLayers GetPresentationLayers(); | } | public class Windows.Graphics.Holographic.HolographicCameraRenderingParameters { + public PresentationLayerRenderingParametersQuad GetPresentationLayerRenderingParameters( PresentationLayerQuad result ); | } deleteactivityasync How to use it? deleteactivityasync | public class Windows.Graphics.Holographic.HolographicDisplay { + public double RefreshRate { get; } | } | public class Windows.Graphics.Holographic.HolographicSpace { + public bool IsConfigured { get; } | } + public class Windows.Graphics.Holographic.PresentationLayerConfig { + public IVectorView PresentationLayerSettings { get; } deleteactivityasync How to get it for free? deleteactivityasync + } + public enum Windows.Graphics.Holographic.PresentationLayerDrmMode { + Disable = 0, + SoftwareEncryption = 1, + } + public class Windows.Graphics.Holographic.PresentationLayerQuad { + public Direct3DSurfaceDescription TextureDesc { get; set; } + public HolographicReprojectionMode ReprojectionMode { get; set; } deleteactivityasync How to use it? deleteactivityasync + public PresentationLayerDrmMode DrmMode { get; set; } + } + public class Windows.Graphics.Holographic.PresentationLayerReference { + public PresentationLayerQuad Quad { get; } + public PresentationLayerType Type { get; } + } + public class Windows.Graphics.Holographic.PresentationLayerRenderingParametersQuad { + public IDirect3DSurface Direct3D11ContentBuffer { get; } deleteactivityasync PasteShr deleteactivityasync + public PresentationLayerDrmMode DrmMode { get; } + public void SetQuadPlaneParameters( SpatialCoordinateSystem positionedAndOrientedCoordinateSystem, Vector2 extents ); + } + public class Windows.Graphics.Holographic.PresentationLayerSettings { + public bool Enabled { get; set; } + public PresentationLayerType Type { get; } + } + public enum Windows.Graphics.Holographic.PresentationLayerType { deleteactivityasync How to dowload it? deleteactivityasync + World = 0, + Quad = 1, + } + public class Windows.Graphics.Holographic.PresentationLayers { + public IVectorView Layers { get; } + } + public class Windows.Graphics.Printing.PrintTicket.PrintTicketCapabilities { + public PrintTicketFeature DocumentBindingFeature { get; } deleteactivityasync PasteShr deleteactivityasync + public PrintTicketFeature DocumentCollateFeature { get; } + public PrintTicketFeature DocumentDuplexFeature { get; } + public PrintTicketFeature DocumentHolePunchFeature { get; } + public PrintTicketFeature DocumentInputBinFeature { get; } + public PrintTicketFeature DocumentNUpFeature { get; } + public PrintTicketFeature DocumentStapleFeature { get; } + public PrintTicketFeature JobPasscodeFeature { get; } + public string Name { get; } + public PrintTicketFeature PageBorderlessFeature { get; } + public PrintTicketFeature PageMediaSizeFeature { get; } deleteactivityasync How to get it? deleteactivityasync + public PrintTicketFeature PageMediaTypeFeature { get; } + public PrintTicketFeature PageOrientationFeature { get; } + public PrintTicketFeature PageOutputColorFeature { get; } + public PrintTicketFeature PageOutputQualityFeature { get; } + public PrintTicketFeature PageResolutionFeature { get; } + public string XmlNamespace { get; } + public IXmlNode XmlNode { get; } + public PrintTicketFeature GetFeature( string result, string name ); + public PrintTicketParameterDefinition GetParameterDefinition( string result, string name ); + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.Graphics.Printing.PrintTicket.PrintTicketFeature { + public string DisplayName { get; } + public string Name { get; } + public IVectorView Options { get; } + public PrintTicketFeatureSelectionType SelectionType { get; } + public string XmlNamespace { get; } + public IXmlNode XmlNode { get; } + public PrintTicketOption GetOption( string result, string name ); + public PrintTicketOption GetSelectedOption(); deleteactivityasync PasteShr deleteactivityasync + public void SetSelectedOption( PrintTicketOption value ); + } + public enum Windows.Graphics.Printing.PrintTicket.PrintTicketFeatureSelectionType { + PickOne = 0, + PickMany = 1, + } + public class Windows.Graphics.Printing.PrintTicket.PrintTicketOption { + public string DisplayName { get; } deleteactivityasync PasteShr deleteactivityasync + public string Name { get; } + public string XmlNamespace { get; } + public IXmlNode XmlNode { get; } + public IXmlNode GetPropertyNode( string result, string name ); + public IXmlNode GetScoredPropertyNode( string result, string name ); + public PrintTicketValue GetPropertyValue( string result, string name ); + public PrintTicketValue GetScoredPropertyValue( string result, string name ); + } + public enum Windows.Graphics.Printing.PrintTicket.PrintTicketParameterDataType { deleteactivityasync How to get it? deleteactivityasync + Integer = 0, + NumericString = 1, + String = 2, + } + public class Windows.Graphics.Printing.PrintTicket.PrintTicketParameterDefinition { + public PrintTicketParameterDataType DataType { get; } + public string Name { get; } + public int RangeMax { get; } + public int RangeMin { get; } deleteactivityasync How to get it for free? deleteactivityasync + public string UnitType { get; } + public string XmlNamespace { get; } + public IXmlNode XmlNode { get; } + } + public class Windows.Graphics.Printing.PrintTicket.PrintTicketParameterInitializer { + public PrintTicketValue Value { get; set; } + public string Name { get; } + public string XmlNamespace { get; } + public IXmlNode XmlNode { get; } deleteactivityasync PasteShr deleteactivityasync + } + public class Windows.Graphics.Printing.PrintTicket.PrintTicketValue { + public PrintTicketValueType Type { get; } + public int GetValueAsInteger(); + public string GetValueAsString(); + } + public enum Windows.Graphics.Printing.PrintTicket.PrintTicketValueType { + Integer = 0, deleteactivityasync How to use it? deleteactivityasync + String = 1, + Unknown = 2, + } + public class Windows.Graphics.Printing.PrintTicket.WorkflowPrintTicket { + public PrintTicketFeature DocumentBindingFeature { get; } + public PrintTicketFeature DocumentCollateFeature { get; } + public PrintTicketFeature DocumentDuplexFeature { get; } + public PrintTicketFeature DocumentHolePunchFeature { get; } + public PrintTicketFeature DocumentInputBinFeature { get; } deleteactivityasync How to get it? deleteactivityasync + public PrintTicketFeature DocumentNUpFeature { get; } + public PrintTicketFeature DocumentStapleFeature { get; } + public PrintTicketFeature JobPasscodeFeature { get; } + public string Name { get; } + public PrintTicketFeature PageBorderlessFeature { get; } + public PrintTicketFeature PageMediaSizeFeature { get; } + public PrintTicketFeature PageMediaTypeFeature { get; } + public PrintTicketFeature PageOrientationFeature { get; } + public PrintTicketFeature PageOutputColorFeature { get; } + public PrintTicketFeature PageOutputQualityFeature { get; } deleteactivityasync PasteShr deleteactivityasync + public PrintTicketFeature PageResolutionFeature { get; } + public string XmlNamespace { get; } + public IXmlNode XmlNode { get; } + public PrintTicketCapabilities GetCapabilities(); + public PrintTicketFeature GetFeature( string result, string name ); + public IAsyncAction NotifyXmlChangedAsync(); + public IAsyncOperation ValidateAsync(); + public PrintTicketParameterInitializer GetParameterInitializer( string result, string name ); + public PrintTicketParameterInitializer SetParameterInitializerAsInteger( string result, string name, int xmlNamespace ); + public PrintTicketParameterInitializer SetParameterInitializerAsString( string result, string name, string xmlNamespace ); deleteactivityasync PasteShr deleteactivityasync + public WorkflowPrintTicket MergeAndValidateTicket( WorkflowPrintTicket result ); + } + public class Windows.Graphics.Printing.PrintTicket.WorkflowPrintTicketValidationResult { + public HResult ExtendedError { get; } + public bool Validated { get; } + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowBackgroundSession { + public PrintWorkflowSessionStatus Status { get; } deleteactivityasync How to get it for free? deleteactivityasync + public void Start(); + TypedEventHandler SetupRequested; + TypedEventHandler Submitted; + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowBackgroundSetupRequestedEventArgs { + public PrintWorkflowConfiguration Configuration { get; } + public IAsyncOperation GetUserPrintTicketAsync(); + public void SetRequiresUI(); + public Deferral GetDeferral(); deleteactivityasync How to dowload it? deleteactivityasync + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowConfiguration { + public string JobTitle { get; } + public string SessionId { get; } + public string SourceAppDisplayName { get; } + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowForegroundSession { + public PrintWorkflowSessionStatus Status { get; } deleteactivityasync PasteShr deleteactivityasync + public void Start(); + TypedEventHandler SetupRequested; + TypedEventHandler XpsDataAvailable; + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowForegroundSetupRequestedEventArgs { + public PrintWorkflowConfiguration Configuration { get; } + public IAsyncOperation GetUserPrintTicketAsync(); + public Deferral GetDeferral(); + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.Graphics.Printing.Workflow.PrintWorkflowObjectModelSourceFileContent { + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowObjectModelTargetPackage { + } + public enum Windows.Graphics.Printing.Workflow.PrintWorkflowSessionStatus { + Started = 0, + Completed = 1, deleteactivityasync PasteShr deleteactivityasync + Aborted = 2, + Closed = 3, + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowSourceContent { + public IAsyncOperation GetJobPrintTicketAsync(); + public PrintWorkflowSpoolStreamContent GetSourceSpoolDataAsStreamContent(); + public PrintWorkflowObjectModelSourceFileContent GetSourceSpoolDataAsXpsObjectModel(); + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.Graphics.Printing.Workflow.PrintWorkflowSpoolStreamContent { + public IInputStream GetInputStream(); + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowStreamTarget { + public IOutputStream GetOutputStream(); + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowSubmittedEventArgs { + public PrintWorkflowSubmittedOperation Operation { get; } deleteactivityasync How to dowload it? deleteactivityasync + public PrintWorkflowTarget GetTarget( WorkflowPrintTicket result ); + public Deferral GetDeferral(); + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowSubmittedOperation { + public PrintWorkflowConfiguration Configuration { get; } + public PrintWorkflowSourceContent XpsContent { get; } + public void Complete( PrintWorkflowSubmittedStatus status ); + } deleteactivityasync How to dowload it? deleteactivityasync + public enum Windows.Graphics.Printing.Workflow.PrintWorkflowSubmittedStatus { + Succeeded = 0, + Canceled = 1, + Failed = 2, + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowTarget { + public PrintWorkflowStreamTarget TargetAsStream { get; } + public PrintWorkflowObjectModelTargetPackage TargetAsXpsObjectModelPackage { get; } + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.Graphics.Printing.Workflow.PrintWorkflowTriggerDetails { + public PrintWorkflowBackgroundSession PrintWorkflowSession { get; } + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowUIActivatedEventArgs { + public ActivationKind Kind { get; } + public ApplicationExecutionState PreviousExecutionState { get; } + public SplashScreen SplashScreen { get; } + public User User { get; } deleteactivityasync How to dowload it? deleteactivityasync + public PrintWorkflowForegroundSession PrintWorkflowSession { get; } + } + public class Windows.Graphics.Printing.Workflow.PrintWorkflowXpsDataAvailableEventArgs { + public PrintWorkflowSubmittedOperation Operation { get; } + public Deferral GetDeferral(); + } | public class Windows.Graphics.Printing3D.Printing3D3MFPackage { + public Printing3DPackageCompression Compression { get; set; } deleteactivityasync PasteShr deleteactivityasync | } + public enum Windows.Graphics.Printing3D.Printing3DPackageCompression { + Low = 0, + Medium = 1, + High = 2, + } + public enum Windows.Management.Deployment.AddPackageByAppInstallerOptions { + None = 0, deleteactivityasync How to dowload it? deleteactivityasync + InstallAllResources = 32, + ForceTargetAppShutdown = 64, + RequiredContentGroupOnly = 256, + } | public class Windows.Management.Deployment.PackageManager { + public IAsyncOperationWithProgress ProvisionPackageForAllUsersAsync( string operation ); + public IAsyncOperationWithProgress AddPackageByAppInstallerFileAsync( Uri operation, AddPackageByAppInstallerOptions appInstallerFileUri, PackageVolume options ); + public IAsyncOperationWithProgress RequestAddPackageByAppInstallerFileAsync( Uri operation, AddPackageByAppInstallerOptions appInstallerFileUri, PackageVolume options ); + public IAsyncOperationWithProgress AddPackageAsync( Uri operation, IIterable packageUri, DeploymentOptions dependencyPackageUris, PackageVolume options, IIterable targetVolume, IIterable optionalPackageFamilyNames, IIterable packageUrisToInstall ); deleteactivityasync PasteShr deleteactivityasync + public IAsyncOperationWithProgress StagePackageAsync( Uri operation, IIterable packageUri, DeploymentOptions dependencyPackageUris, PackageVolume options, IIterable targetVolume, IIterable optionalPackageFamilyNames, IIterable packageUrisToInstall ); + public IAsyncOperationWithProgress RequestAddPackageAsync( Uri operation, IIterable packageUri, DeploymentOptions dependencyPackageUris, PackageVolume deploymentOptions, IIterable targetVolume, IIterable optionalPackageFamilyNames ); | } + public struct Windows.Media.AppBroadcasting.AppBroadcastingContract { + } + public class Windows.Media.AppBroadcasting.AppBroadcastingMonitor { + public bool IsCurrentAppBroadcasting { get; } + public AppBroadcastingMonitor(); deleteactivityasync How to get it? deleteactivityasync + TypedEventHandler IsCurrentAppBroadcastingChanged; + } + public class Windows.Media.AppBroadcasting.AppBroadcastingStatus { + public bool CanStartBroadcast { get; } + public AppBroadcastingStatusDetails Details { get; } + } + public class Windows.Media.AppBroadcasting.AppBroadcastingStatusDetails { + public bool IsAnyAppBroadcasting { get; } deleteactivityasync How to get it for free? deleteactivityasync + public bool IsAppInactive { get; } + public bool IsBlockedForApp { get; } + public bool IsCaptureResourceUnavailable { get; } + public bool IsDisabledBySystem { get; } + public bool IsDisabledByUser { get; } + public bool IsGameStreamInProgress { get; } + public bool IsGpuConstrained { get; } + } + public class Windows.Media.AppBroadcasting.AppBroadcastingUI { deleteactivityasync How to use it? deleteactivityasync + public AppBroadcastingStatus GetStatus(); + public void ShowBroadcastUI(); + public static AppBroadcastingUI GetDefault(); + public static AppBroadcastingUI GetForUser( User result ); + } + public struct Windows.Media.AppRecording.AppRecordingContract { + } + public class Windows.Media.AppRecording.AppRecordingManager { deleteactivityasync How to dowload it? deleteactivityasync + public IVectorView SupportedScreenshotMediaEncodingSubtypes { get; } + public AppRecordingStatus GetStatus(); + public IAsyncOperation StartRecordingToFileAsync( StorageFile operation ); + public IAsyncOperation RecordTimeSpanToFileAsync( DateTime operation, TimeSpan startTime, StorageFile duration ); + public IAsyncOperation SaveScreenshotToFilesAsync( StorageFolder operation, string folder, AppRecordingSaveScreenshotOption filenamePrefix, IIterable option ); + public static AppRecordingManager GetDefault(); + } + public class Windows.Media.AppRecording.AppRecordingResult { + public TimeSpan Duration { get; } deleteactivityasync How to use it? deleteactivityasync + public HResult ExtendedError { get; } + public bool IsFileTruncated { get; } + public bool Succeeded { get; } + } + public enum Windows.Media.AppRecording.AppRecordingSaveScreenshotOption { + None = 0, + HdrContentVisible = 1, + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.Media.AppRecording.AppRecordingSaveScreenshotResult { + public HResult ExtendedError { get; } + public IVectorView SavedScreenshotInfos { get; } + public bool Succeeded { get; } + } + public class Windows.Media.AppRecording.AppRecordingSavedScreenshotInfo { + public StorageFile File { get; } + public string MediaEncodingSubtype { get; } + } deleteactivityasync How to use it? deleteactivityasync + public class Windows.Media.AppRecording.AppRecordingStatus { + public bool CanRecord { get; } + public bool CanRecordTimeSpan { get; } + public AppRecordingStatusDetails Details { get; } + public TimeSpan HistoricalBufferDuration { get; } + } + public class Windows.Media.AppRecording.AppRecordingStatusDetails { + public bool IsAnyAppBroadcasting { get; } deleteactivityasync How to dowload it? deleteactivityasync + public bool IsAppInactive { get; } + public bool IsBlockedForApp { get; } + public bool IsCaptureResourceUnavailable { get; } + public bool IsDisabledBySystem { get; } + public bool IsDisabledByUser { get; } + public bool IsGameStreamInProgress { get; } + public bool IsGpuConstrained { get; } + public bool IsTimeSpanRecordingDisabled { get; } + } deleteactivityasync PasteShr deleteactivityasync | public class Windows.Media.Capture.AppBroadcastBackgroundService { * public string BroadcastTitle { get; set; } + public string BroadcastLanguage { get; set; } + public string BroadcastChannel { get; set; } | } | public class Windows.Media.Capture.AppBroadcastBackgroundServiceStreamInfo { + public void ReportProblemWithStream(); | } deleteactivityasync How to get it for free? deleteactivityasync | public class Windows.Media.Capture.AppCapture { + public static IAsyncAction SetAllowedAsync( bool operation ); | } + public struct Windows.Media.Capture.AppCaptureMetadataContract { + } + public enum Windows.Media.Capture.AppCaptureMetadataPriority { + Informational = 0, + Important = 1, deleteactivityasync How to get it? deleteactivityasync + } + public class Windows.Media.Capture.AppCaptureMetadataWriter { + public ulong RemainingStorageBytesAvailable { get; } + public AppCaptureMetadataWriter(); + public void AddStringEvent( string name, string value, AppCaptureMetadataPriority priority ); + public void AddInt32Event( string name, int value, AppCaptureMetadataPriority priority ); + public void AddDoubleEvent( string name, double value, AppCaptureMetadataPriority priority ); + public void StartStringState( string name, string value, AppCaptureMetadataPriority priority ); + public void StartInt32State( string name, int value, AppCaptureMetadataPriority priority ); deleteactivityasync How to get it? deleteactivityasync + public void StartDoubleState( string name, double value, AppCaptureMetadataPriority priority ); + public void StopState( string name ); + public void StopAllStates(); + public void Close(); + TypedEventHandler MetadataPurged; + } | public class Windows.Media.Capture.Frames.MediaFrameReader { + public MediaFrameReaderAcquisitionMode AcquisitionMode { get; set; } | } deleteactivityasync How to get it for free? deleteactivityasync + public enum Windows.Media.Capture.Frames.MediaFrameReaderAcquisitionMode { + Realtime = 0, + Buffered = 1, + } | public class Windows.Media.Capture.Frames.MultiSourceMediaFrameReader { + public MediaFrameReaderAcquisitionMode AcquisitionMode { get; set; } | } deleteactivityasync How to get it? deleteactivityasync | public class Windows.Media.Core.AudioStreamDescriptor { + public string Label { get; set; } | } + public interface Windows.Media.Core.IMediaStreamDescriptor2 { + public string Label { get; set; } + } + public class Windows.Media.Core.InitializeMediaStreamSourceRequestedEventArgs { + public IRandomAccessStream RandomAccessStream { get; } deleteactivityasync How to dowload it? deleteactivityasync + public MediaStreamSource Source { get; } + public Deferral GetDeferral(); + } + public class Windows.Media.Core.LowLightFusion { + public int MaxSupportedFrameCount { get; } + public IVectorView SupportedBitmapPixelFormats { get; } + public static IAsyncOperationWithProgress FuseAsync( IIterable result ); + } deleteactivityasync How to use it? deleteactivityasync + public class Windows.Media.Core.LowLightFusionResult { + public SoftwareBitmap Frame { get; } + public void Close(); + } | public class Windows.Media.Core.MediaSource { + public static MediaSource CreateFromMediaFrameSource( MediaFrameSource result ); | } + public class Windows.Media.Core.MediaSourceAppServiceConnection { deleteactivityasync How to get it for free? deleteactivityasync + public MediaSourceAppServiceConnection( AppServiceConnection appServiceConnection ); + public void Start(); + TypedEventHandler InitializeMediaStreamSourceRequested; + } | public class Windows.Media.Core.MediaStreamSource { + public bool IsLive { get; set; } | } | public class Windows.Media.Core.MseStreamSource { deleteactivityasync How to get it for free? deleteactivityasync + public IReference LiveSeekableRange { get; set; } | } | public class Windows.Media.Core.SceneAnalysisEffectFrame { + public SceneAnalysisRecommendation AnalysisRecommendation { get; } | } + public enum Windows.Media.Core.SceneAnalysisRecommendation { + Standard = 0, + Hdr = 1, deleteactivityasync How to get it for free? deleteactivityasync + LowLight = 2, + } | public class Windows.Media.Core.VideoStreamDescriptor { + public string Label { get; set; } | } + public class Windows.Media.DialProtocol.DialReceiverApp { + public DialReceiverApp Current { get; } + public IAsyncOperation> GetAdditionalDataAsync(); deleteactivityasync How to dowload it? deleteactivityasync + public IAsyncAction SetAdditionalDataAsync( IIterable> operation ); + } | public class Windows.Media.MediaProperties.MediaEncodingProfile { + public void SetAudioTracks( IIterable value ); + public IVector GetAudioTracks(); + public void SetVideoTracks( IIterable value ); + public IVector GetVideoTracks(); | } deleteactivityasync How to use it? deleteactivityasync + public class Windows.Media.Playback.MediaPlaybackSessionBufferingStartedEventArgs { + public bool IsPlaybackInterruption { get; } + } | public class Windows.Media.Playback.MediaPlayer { + public bool RenderSubtitlesToSurface( IDirect3DSurface result ); + public bool RenderSubtitlesToSurface( IDirect3DSurface result, Rect destination ); | } | public enum Windows.Media.Protection.PlayReady.PlayReadyEncryptionAlgorithm { deleteactivityasync How to use it? deleteactivityasync + Aes128Cbc = 5, + Unspecified = 65535, | } | public enum Windows.Media.Protection.PlayReady.PlayReadyHardwareDRMFeatures { + Aes128Cbc = 3, | } | public class Windows.Media.SpeechRecognition.SpeechRecognizer { + public static IAsyncOperation TrySetSystemSpeechLanguageAsync( Language result ); deleteactivityasync How to dowload it? deleteactivityasync | } | public class Windows.Media.SpeechSynthesis.SpeechSynthesizer { + public static IAsyncOperation TrySetDefaultVoiceAsync( VoiceInformation result ); | } | public class Windows.Media.SpeechSynthesis.SpeechSynthesizerOptions { + public double SpeakingRate { get; set; } + public double AudioVolume { get; set; } + public double AudioPitch { get; set; } deleteactivityasync How to get it? deleteactivityasync | } | public class Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDiagnosticAvailableEventArgs { + public HResult ExtendedError { get; } | } | public enum Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDiagnosticType { + FatalMediaSourceError = 8, | } deleteactivityasync How to dowload it? deleteactivityasync + public struct Windows.Networking.BackgroundTransfer.BackgroundTransferFileRange { + public ulong Offset; + public ulong Length; + } + public class Windows.Networking.BackgroundTransfer.BackgroundTransferRangesDownloadedEventArgs { + public IVector AddedRanges { get; } + public bool WasDownloadRestarted { get; } + public Deferral GetDeferral(); + } deleteactivityasync How to use it? deleteactivityasync | public enum Windows.Networking.BackgroundTransfer.BackgroundTransferStatus { + PausedRecoverableWebErrorStatus = 8, | } | public class Windows.Networking.BackgroundTransfer.DownloadOperation { * public Uri RequestedUri { get; set; } + public bool IsRandomAccessRequired { get; set; } + public IReference CurrentWebErrorStatus { get; } + public IVector RecoverableWebErrorStatuses { get; } deleteactivityasync How to get it? deleteactivityasync + public IRandomAccessStreamReference GetResultRandomAccessStreamReference(); + public IVector GetDownloadedRanges(); | } | public class Windows.Networking.Connectivity.ConnectionProfile { + public IAsyncOperation> GetProviderNetworkUsageAsync( DateTime value, DateTime startTime, NetworkUsageStates endTime ); | } + public class Windows.Networking.Connectivity.ProviderNetworkUsage { + public ulong BytesReceived { get; } deleteactivityasync How to use it? deleteactivityasync + public ulong BytesSent { get; } + public string ProviderId { get; } + } + public class Windows.Networking.NetworkOperators.MobileBroadbandAntennaSar { + public int AntennaIndex { get; } + public int SarBackoffIndex { get; } + } + public class Windows.Networking.NetworkOperators.MobileBroadbandCellCdma { deleteactivityasync How to dowload it? deleteactivityasync + public IReference BaseStationId { get; } + public IReference BaseStationLastBroadcastGpsTime { get; } + public IReference BaseStationLatitude { get; } + public IReference BaseStationLongitude { get; } + public IReference BaseStationPNCode { get; } + public IReference NetworkId { get; } + public IReference PilotSignalStrengthInDB { get; } + public IReference SystemId { get; } + } deleteactivityasync How to use it? deleteactivityasync + public class Windows.Networking.NetworkOperators.MobileBroadbandCellGsm { + public IReference BaseStationId { get; } + public IReference CellId { get; } + public IReference ChannelNumber { get; } + public IReference LocationAreaCode { get; } + public string ProviderId { get; } + public IReference ReceivedSignalStrengthInDBm { get; } + public IReference TimingAdvanceInBitPeriods { get; } + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.Networking.NetworkOperators.MobileBroadbandCellLte { + public IReference CellId { get; } + public IReference ChannelNumber { get; } + public IReference PhysicalCellId { get; } + public string ProviderId { get; } + public IReference ReferenceSignalReceivedPowerInDBm { get; } + public IReference ReferenceSignalReceivedQualityInDBm { get; } + public IReference TimingAdvanceInBitPeriods { get; } + public IReference TrackingAreaCode { get; } + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.Networking.NetworkOperators.MobileBroadbandCellTdscdma { + public IReference CellId { get; } + public IReference CellParameterId { get; } + public IReference ChannelNumber { get; } + public IReference LocationAreaCode { get; } + public IReference PathLossInDB { get; } + public string ProviderId { get; } + public IReference ReceivedSignalCodePowerInDBm { get; } + public IReference TimingAdvanceInBitPeriods { get; } deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.Networking.NetworkOperators.MobileBroadbandCellUmts { + public IReference CellId { get; } + public IReference ChannelNumber { get; } + public IReference LocationAreaCode { get; } + public IReference PathLossInDB { get; } + public IReference PrimaryScramblingCode { get; } + public string ProviderId { get; } + public IReference ReceivedSignalCodePowerInDBm { get; } deleteactivityasync PasteShr deleteactivityasync + public IReference SignalToNoiseRatioInDB { get; } + } + public class Windows.Networking.NetworkOperators.MobileBroadbandCellsInfo { + public IVectorView NeighboringCellsCdma { get; } + public IVectorView NeighboringCellsGsm { get; } + public IVectorView NeighboringCellsLte { get; } + public IVectorView NeighboringCellsTdscdma { get; } + public IVectorView NeighboringCellsUmts { get; } + public IVectorView ServingCellsCdma { get; } deleteactivityasync PasteShr deleteactivityasync + public IVectorView ServingCellsGsm { get; } + public IVectorView ServingCellsLte { get; } + public IVectorView ServingCellsTdscdma { get; } + public IVectorView ServingCellsUmts { get; } + } | public class Windows.Networking.NetworkOperators.MobileBroadbandModem { + public IAsyncOperation GetIsPassthroughEnabledAsync(); + public IAsyncOperation SetIsPassthroughEnabledAsync( bool asyncInfo ); | } deleteactivityasync How to use it? deleteactivityasync | public class Windows.Networking.NetworkOperators.MobileBroadbandModemConfiguration { + public MobileBroadbandSarManager SarManager { get; } | } + public enum Windows.Networking.NetworkOperators.MobileBroadbandModemStatus { + Success = 0, + OtherFailure = 1, + Busy = 2, + NoDeviceSupport = 3, deleteactivityasync How to get it? deleteactivityasync + } | public class Windows.Networking.NetworkOperators.MobileBroadbandNetwork { + public IAsyncOperation GetCellsInfoAsync(); | } + public class Windows.Networking.NetworkOperators.MobileBroadbandSarManager { + public IVectorView Antennas { get; } + public TimeSpan HysteresisTimerPeriod { get; } + public bool IsBackoffEnabled { get; } deleteactivityasync How to get it? deleteactivityasync + public bool IsSarControlledByHardware { get; } + public bool IsWiFiHardwareIntegrated { get; } + public IAsyncAction EnableBackoffAsync(); + public IAsyncAction DisableBackoffAsync(); + public IAsyncAction SetConfigurationAsync( IIterable operation ); + public IAsyncAction RevertSarToHardwareControlAsync(); + public IAsyncAction SetTransmissionStateChangedHysteresisAsync( TimeSpan operation ); + public IAsyncOperation GetIsTransmittingAsync(); + public void StartTransmissionStateMonitoring(); + public void StopTransmissionStateMonitoring(); deleteactivityasync How to get it for free? deleteactivityasync + TypedEventHandler TransmissionStateChanged; + } + public class Windows.Networking.NetworkOperators.MobileBroadbandTransmissionStateChangedEventArgs { + public bool IsTransmitting { get; } + } | public class Windows.Networking.Sockets.MessageWebSocketControl { + public MessageWebSocketReceiveMode ReceiveMode { get; set; } + public TimeSpan DesiredUnsolicitedPongInterval { get; set; } deleteactivityasync How to use it? deleteactivityasync + public Certificate ClientCertificate { get; set; } + public TimeSpan ActualUnsolicitedPongInterval { get; } | } | public class Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs { + public bool IsMessageComplete { get; } | } + public enum Windows.Networking.Sockets.MessageWebSocketReceiveMode { + FullMessage = 0, deleteactivityasync How to get it for free? deleteactivityasync + PartialMessage = 1, + } | public enum Windows.Networking.Sockets.SocketProtectionLevel { + Unspecified = 9, | } | public class Windows.Networking.Sockets.StreamSocketControl { + public SocketProtectionLevel MinProtectionLevel { get; set; } | } deleteactivityasync How to get it for free? deleteactivityasync | public class Windows.Networking.Sockets.StreamWebSocketControl { + public TimeSpan DesiredUnsolicitedPongInterval { get; set; } + public Certificate ClientCertificate { get; set; } + public TimeSpan ActualUnsolicitedPongInterval { get; } | } | public class Windows.Security.Authentication.Web.Provider.WebAccountManager { + public static IAsyncAction InvalidateAppCacheForAllAccountsAsync(); + public static IAsyncAction InvalidateAppCacheForAccountAsync( WebAccount asyncInfo ); deleteactivityasync PasteShr deleteactivityasync | } | public class Windows.Security.EnterpriseData.FileProtectionInfo { + public bool IsProtectWhileOpenSupported { get; } | } | public class Windows.Services.Maps.MapRoute { + public bool IsScenic { get; } | } deleteactivityasync How to dowload it? deleteactivityasync | public enum Windows.Services.Maps.MapRouteOptimization { + Scenic = 3, | } + public class Windows.Services.Maps.PlaceInfo { + public string DisplayAddress { get; } + public string DisplayName { get; } + public IGeoshape Geoshape { get; } + public string Identifier { get; } + public bool IsShowSupported { get; } deleteactivityasync PasteShr deleteactivityasync + public void Show( Rect selection ); + public void Show( Rect selection, Placement preferredPlacement ); + public static PlaceInfo Create( Geopoint resultValue ); + public static PlaceInfo Create( Geopoint resultValue, PlaceInfoCreateOptions referencePoint ); + public static PlaceInfo CreateFromIdentifier( string resultValue ); + public static PlaceInfo CreateFromIdentifier( string resultValue, Geopoint identifier, PlaceInfoCreateOptions defaultPoint ); + public static PlaceInfo CreateFromMapLocation( MapLocation resultValue ); + } + public class Windows.Services.Maps.PlaceInfoCreateOptions { deleteactivityasync PasteShr deleteactivityasync + public string DisplayName { get; set; } + public string DisplayAddress { get; set; } + public PlaceInfoCreateOptions(); + } | public class Windows.Services.Maps.Guidance.GuidanceRoadSegment { + public bool IsScenic { get; } | } + public class Windows.Services.Maps.LocalSearch.PlaceInfoHelper { deleteactivityasync How to get it? deleteactivityasync + public static PlaceInfo CreateFromLocalLocation( LocalLocation resultValue ); + } | public class Windows.Storage.StorageLibrary { + public IAsyncOperation AreFolderSuggestionsAvailableAsync(); | } | public class Windows.Storage.StorageProvider { + public IAsyncOperation IsPropertySupportedForPartialFileAsync( string operation ); | } deleteactivityasync How to get it? deleteactivityasync + public struct Windows.Storage.Provider.CloudFilesContract { + } + public enum Windows.Storage.Provider.HydrationPolicy { + OnDemand = 0, + Progressive = 1, + Full = 2, + NoPartial = 3, + } deleteactivityasync How to get it for free? deleteactivityasync + public enum Windows.Storage.Provider.HydrationPolicyModifier { + None = 0, + ValidationRequired = 1, + StreamingAllowed = 2, + } + public interface Windows.Storage.Provider.IStorageProviderItemPropertySource { + public IIterable GetItemProperties( string itemProperties ); + } deleteactivityasync PasteShr deleteactivityasync + public interface Windows.Storage.Provider.IStorageProviderPropertyCapabilities { + public bool IsPropertySupported( string isSupported ); + } + public enum Windows.Storage.Provider.InSyncPolicy { + Default = 0, + FileCreationTime = 1, + FileReadOnlyAttribute = 2, + FileHiddenAttribute = 4, deleteactivityasync How to get it for free? deleteactivityasync + FileSystemAttribute = 8, + DirectoryCreationTime = 16, + DirectoryReadOnlyAttribute = 32, + DirectoryHiddenAttribute = 64, + DirectorySystemAttribute = 128, + PreserveInsyncForSyncEngine = 2147483648, + } + public enum Windows.Storage.Provider.PopulationPolicy { + Full = 1, deleteactivityasync How to dowload it? deleteactivityasync + NoPartial = 2, + } + public enum Windows.Storage.Provider.ProtectionMode { + Unknown = 0, + Personal = 1, + } + public class Windows.Storage.Provider.StorageProviderItemProperties { + public static IAsyncAction SetAsync( IStorageItem operation, IIterable item ); deleteactivityasync How to get it? deleteactivityasync + } + public class Windows.Storage.Provider.StorageProviderItemProperty { + public string Value { get; set; } + public int Id { get; set; } + public string IconResource { get; set; } + public StorageProviderItemProperty(); + } + public class Windows.Storage.Provider.StorageProviderItemPropertyDefinition { deleteactivityasync How to get it? deleteactivityasync + public int Id { get; set; } + public string DisplayNameResource { get; set; } + public StorageProviderItemPropertyDefinition(); + } + public class Windows.Storage.Provider.StorageProviderSyncRootInfo { + public string Version { get; set; } + public bool ShowSiblingsAsGroup { get; set; } + public Uri RecycleBinUri { get; set; } + public ProtectionMode ProtectionMode { get; set; } deleteactivityasync PasteShr deleteactivityasync + public PopulationPolicy PopulationPolicy { get; set; } + public IStorageFolder Path { get; set; } + public InSyncPolicy InSyncPolicy { get; set; } + public string Id { get; set; } + public string IconResource { get; set; } + public HydrationPolicyModifier HydrationPolicyModifier { get; set; } + public HydrationPolicy HydrationPolicy { get; set; } + public string DisplayNameResource { get; set; } + public IBuffer Context { get; set; } + public bool AllowPinning { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + public IVector StorageProviderItemPropertyDefinitions { get; } + public StorageProviderSyncRootInfo(); + } + public class Windows.Storage.Provider.StorageProviderSyncRootManager { + public static void Register( StorageProviderSyncRootInfo syncRootInformation ); + public static void Unregister( string id ); + public static StorageProviderSyncRootInfo GetSyncRootInformationForFolder( IStorageFolder syncRootInformation ); + public static StorageProviderSyncRootInfo GetSyncRootInformationForId( string syncRootInformation ); + public static IVectorView GetCurrentSyncRoots(); deleteactivityasync How to use it? deleteactivityasync + } | public enum Windows.Storage.Search.IndexerOption { + OnlyUseIndexerAndOptimizeForIndexedProperties = 3, | } + public enum Windows.Storage.Streams.FileOpenDisposition { + OpenExisting = 0, + OpenAlways = 1, + CreateNew = 2, deleteactivityasync How to dowload it? deleteactivityasync + CreateAlways = 3, + TruncateExisting = 4, + } | public class Windows.Storage.Streams.FileRandomAccessStream { + public static IAsyncOperation OpenAsync( string operation, FileAccessMode filePath ); + public static IAsyncOperation OpenAsync( string operation, FileAccessMode filePath, StorageOpenOptions accessMode, FileOpenDisposition sharingOptions ); + public static IAsyncOperation OpenTransactedWriteAsync( string operation ); + public static IAsyncOperation OpenTransactedWriteAsync( string operation, StorageOpenOptions filePath, FileOpenDisposition openOptions ); + public static IAsyncOperation OpenForUserAsync( User operation, string user, FileAccessMode filePath ); deleteactivityasync PasteShr deleteactivityasync + public static IAsyncOperation OpenForUserAsync( User operation, string user, FileAccessMode filePath, StorageOpenOptions accessMode, FileOpenDisposition sharingOptions ); + public static IAsyncOperation OpenTransactedWriteForUserAsync( User operation, string user ); + public static IAsyncOperation OpenTransactedWriteForUserAsync( User operation, string user, StorageOpenOptions filePath, FileOpenDisposition openOptions ); | } | public class Windows.System.AppDiagnosticInfo { + public IVector GetResourceGroups(); + public AppResourceGroupInfoWatcher CreateResourceGroupWatcher(); + public static AppDiagnosticInfoWatcher CreateWatcher(); + public static IAsyncOperation RequestAccessAsync(); deleteactivityasync How to get it? deleteactivityasync + public static IAsyncOperation> RequestInfoForPackageAsync( string operation ); + public static IAsyncOperation> RequestInfoForAppAsync(); + public static IAsyncOperation> RequestInfoForAppAsync( string operation ); | } + public class Windows.System.AppDiagnosticInfoWatcher { + public AppDiagnosticInfoWatcherStatus Status { get; } + public void Start(); + public void Stop(); + TypedEventHandler Added; deleteactivityasync How to get it? deleteactivityasync + TypedEventHandler EnumerationCompleted; + TypedEventHandler Removed; + TypedEventHandler Stopped; + } + public class Windows.System.AppDiagnosticInfoWatcherEventArgs { + public AppDiagnosticInfo AppDiagnosticInfo { get; } + } + public enum Windows.System.AppDiagnosticInfoWatcherStatus { deleteactivityasync PasteShr deleteactivityasync + Created = 0, + Started = 1, + EnumerationCompleted = 2, + Stopping = 3, + Stopped = 4, + Aborted = 5, + } | public class Windows.System.AppMemoryReport { + public ulong ExpectedTotalCommitLimit { get; } deleteactivityasync PasteShr deleteactivityasync | } + public class Windows.System.AppResourceGroupBackgroundTaskReport { + public string EntryPoint { get; } + public string Name { get; } + public Guid TaskId { get; } + public string Trigger { get; } + } + public enum Windows.System.AppResourceGroupEnergyQuotaState { deleteactivityasync How to get it? deleteactivityasync + Unknown = 0, + Over = 1, + Under = 2, + } + public enum Windows.System.AppResourceGroupExecutionState { + Unknown = 0, + Running = 1, + Suspending = 2, + Suspended = 3, deleteactivityasync How to get it for free? deleteactivityasync + NotRunning = 4, + } + public class Windows.System.AppResourceGroupInfo { + public Guid InstanceId { get; } + public bool IsShared { get; } + public IVector GetBackgroundTaskReports(); + public AppResourceGroupMemoryReport GetMemoryReport(); + public IVector GetProcessDiagnosticInfos(); + public AppResourceGroupStateReport GetStateReport(); deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.System.AppResourceGroupInfoWatcher { + public AppResourceGroupInfoWatcherStatus Status { get; } + public void Start(); + public void Stop(); + TypedEventHandler Added; + TypedEventHandler EnumerationCompleted; + TypedEventHandler ExecutionStateChanged; + TypedEventHandler Removed; deleteactivityasync How to get it for free? deleteactivityasync + TypedEventHandler Stopped; + } + public class Windows.System.AppResourceGroupInfoWatcherEventArgs { + public IVectorView AppDiagnosticInfos { get; } + public AppResourceGroupInfo AppResourceGroupInfo { get; } + } + public class Windows.System.AppResourceGroupInfoWatcherExecutionStateChangedEventArgs { + public IVectorView AppDiagnosticInfos { get; } deleteactivityasync How to dowload it? deleteactivityasync + public AppResourceGroupInfo AppResourceGroupInfo { get; } + } + public enum Windows.System.AppResourceGroupInfoWatcherStatus { + Created = 0, + Started = 1, + EnumerationCompleted = 2, + Stopping = 3, + Stopped = 4, + Aborted = 5, deleteactivityasync How to dowload it? deleteactivityasync + } + public class Windows.System.AppResourceGroupMemoryReport { + public AppMemoryUsageLevel CommitUsageLevel { get; } + public ulong CommitUsageLimit { get; } + public ulong PrivateCommitUsage { get; } + public ulong TotalCommitUsage { get; } + } + public class Windows.System.AppResourceGroupStateReport { deleteactivityasync How to use it? deleteactivityasync + public AppResourceGroupEnergyQuotaState EnergyQuotaState { get; } + public AppResourceGroupExecutionState ExecutionState { get; } + } + public class Windows.System.DateTimeSettings { + public static void SetSystemDateTime( DateTime utcDateTime ); + } + public enum Windows.System.DiagnosticAccessStatus { + Unspecified = 0, deleteactivityasync How to dowload it? deleteactivityasync + Denied = 1, + Limited = 2, + Allowed = 3, + } + public class Windows.System.DispatcherQueue { + public DispatcherQueueTimer CreateTimer(); + public bool TryEnqueue( DispatcherQueueHandler result ); + public bool TryEnqueue( DispatcherQueuePriority result, DispatcherQueueHandler priority ); + public static DispatcherQueue GetForCurrentThread(); deleteactivityasync How to get it for free? deleteactivityasync + TypedEventHandler ShutdownCompleted; + TypedEventHandler ShutdownStarting; + } + public class Windows.System.DispatcherQueueController { + public DispatcherQueue DispatcherQueue { get; } + public IAsyncAction ShutdownQueueAsync(); + public static DispatcherQueueController CreateOnDedicatedThread(); + } deleteactivityasync PasteShr deleteactivityasync + public void delegate Windows.System.DispatcherQueueHandler(); + public enum Windows.System.DispatcherQueuePriority { + Low = -10, + Normal = 0, + High = 10, + } + public class Windows.System.DispatcherQueueShutdownStartingEventArgs { + public Deferral GetDeferral(); deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.System.DispatcherQueueTimer { + public bool IsRepeating { get; set; } + public TimeSpan Interval { get; set; } + public bool IsRunning { get; } + public void Start(); + public void Stop(); + TypedEventHandler Tick; + } deleteactivityasync How to get it? deleteactivityasync | public class Windows.System.MemoryManager { + public ulong ExpectedAppMemoryUsageLimit { get; } | } + public class Windows.System.Diagnostics.DiagnosticActionResult { + public HResult ExtendedError { get; } + public ValueSet Results { get; } + } deleteactivityasync How to get it? deleteactivityasync + public enum Windows.System.Diagnostics.DiagnosticActionState { + Initializing = 0, + Downloading = 1, + VerifyingTrust = 2, + Detecting = 3, + Resolving = 4, + VerifyingResolution = 5, + } + public class Windows.System.Diagnostics.DiagnosticInvoker { deleteactivityasync How to dowload it? deleteactivityasync + public bool IsSupported { get; } + public IAsyncOperationWithProgress RunDiagnosticActionAsync( JsonObject operation ); + public static DiagnosticInvoker GetDefault(); + public static DiagnosticInvoker GetForUser( User result ); + } | public class Windows.System.Diagnostics.ProcessDiagnosticInfo { + public bool IsPackaged { get; } + public IVector GetAppDiagnosticInfos(); + public static ProcessDiagnosticInfo TryGetForProcessId( uint result ); deleteactivityasync How to dowload it? deleteactivityasync | } | public enum Windows.System.Profile.SystemIdentificationSource { + Registry = 3, | } + public class Windows.System.Profile.SystemManufacturers.OemSupportInfo { + public Uri SupportAppLink { get; } + public Uri SupportLink { get; } + public string SupportProvider { get; } deleteactivityasync PasteShr deleteactivityasync + } + public class Windows.System.Profile.SystemManufacturers.SystemSupportInfo { + public string LocalSystemEdition { get; } + public OemSupportInfo OemSupportInfo { get; } + } | public class Windows.System.RemoteSystems.RemoteSystem { + public string ManufacturerDisplayName { get; } + public string ModelDisplayName { get; } deleteactivityasync PasteShr deleteactivityasync | } | public class Windows.System.RemoteSystems.RemoteSystemKinds { + public string Iot { get; } + public string Laptop { get; } + public string Tablet { get; } | } | public class Windows.System.UserProfile.GlobalizationPreferences { + public static bool TrySetHomeGeographicRegion( string result ); deleteactivityasync How to get it for free? deleteactivityasync + public static bool TrySetLanguages( IIterable result ); | } | public class Windows.UI.Composition.AmbientLight : Windows.UI.Composition.CompositionLight { + public float Intensity { get; set; } | } | public class Windows.UI.Composition.CompositionAnimation : Windows.UI.Composition.CompositionObject { + public InitialValueExpressionCollection InitialValueExpressions { get; } | } deleteactivityasync How to get it? deleteactivityasync + public class Windows.UI.Composition.CompositionColorGradientStop : Windows.UI.Composition.CompositionObject { + public float Offset { get; set; } + public Color Color { get; set; } + } + public class Windows.UI.Composition.CompositionColorGradientStopCollection { + public uint Size { get; } + public CompositionColorGradientStop GetAt( uint returnValue ); + public IVectorView GetView(); deleteactivityasync How to get it for free? deleteactivityasync + public bool IndexOf( CompositionColorGradientStop returnValue, ref uint value ); + public void SetAt( uint index, CompositionColorGradientStop value ); + public void InsertAt( uint index, CompositionColorGradientStop value ); + public void RemoveAt( uint index ); + public void Append( CompositionColorGradientStop value ); + public void RemoveAtEnd(); + public void Clear(); + public uint GetMany( uint returnValue, CompositionColorGradientStop[] startIndex ); + public void ReplaceAll( CompositionColorGradientStop[] items ); + public IIterator First(); deleteactivityasync PasteShr deleteactivityasync + } | public enum Windows.UI.Composition.CompositionColorSpace { + HslLinear = 3, + RgbLinear = 4, | } + public enum Windows.UI.Composition.CompositionDropShadowSourcePolicy { + Default = 0, + InheritFromVisualContent = 1, deleteactivityasync How to get it for free? deleteactivityasync + } + public class Windows.UI.Composition.CompositionGradientBrush : Windows.UI.Composition.CompositionBrush { + public Matrix3x2 TransformMatrix { get; set; } + public Vector2 Scale { get; set; } + public float RotationAngleInDegrees { get; set; } + public float RotationAngle { get; set; } + public Vector2 Offset { get; set; } + public CompositionColorSpace InterpolationSpace { get; set; } + public CompositionGradientExtendMode ExtendMode { get; set; } deleteactivityasync PasteShr deleteactivityasync + public Vector2 CenterPoint { get; set; } + public Vector2 AnchorPoint { get; set; } + public CompositionColorGradientStopCollection ColorStops { get; } + } + public enum Windows.UI.Composition.CompositionGradientExtendMode { + Clamp = 0, + Wrap = 1, + Mirror = 2, + } deleteactivityasync How to get it? deleteactivityasync | public class Windows.UI.Composition.CompositionLight : Windows.UI.Composition.CompositionObject { + public VisualUnorderedCollection ExclusionsFromTargets { get; } | } + public class Windows.UI.Composition.CompositionLinearGradientBrush : Windows.UI.Composition.CompositionGradientBrush { + public Vector2 StartPoint { get; set; } + public Vector2 EndPoint { get; set; } + } deleteactivityasync How to get it for free? deleteactivityasync | public class Windows.UI.Composition.CompositionObject { + public DispatcherQueue DispatcherQueue { get; } | } | public class Windows.UI.Composition.Compositor { + public CompositionColorGradientStop CreateColorGradientStop(); + public CompositionColorGradientStop CreateColorGradientStop( float result, Color offset ); + public CompositionLinearGradientBrush CreateLinearGradientBrush(); + public SpringScalarNaturalMotionAnimation CreateSpringScalarAnimation(); + public SpringVector2NaturalMotionAnimation CreateSpringVector2Animation(); deleteactivityasync How to dowload it? deleteactivityasync + public SpringVector3NaturalMotionAnimation CreateSpringVector3Animation(); | } | public class Windows.UI.Composition.DistantLight : Windows.UI.Composition.CompositionLight { + public float Intensity { get; set; } | } | public class Windows.UI.Composition.DropShadow : Windows.UI.Composition.CompositionShadow { + public CompositionDropShadowSourcePolicy SourcePolicy { get; set; } | } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.UI.Composition.InitialValueExpressionCollection : Windows.UI.Composition.CompositionObject { + public uint Size { get; } + public string Lookup( string returnValue ); + public bool HasKey( string returnValue ); + public IMapView GetView(); + public bool Insert( string returnValue, string key ); + public void Remove( string key ); + public void Clear(); + public IIterator> First(); deleteactivityasync How to get it for free? deleteactivityasync + } | public class Windows.UI.Composition.LayerVisual : Windows.UI.Composition.ContainerVisual { + public CompositionShadow Shadow { get; set; } | } + public class Windows.UI.Composition.NaturalMotionAnimation : Windows.UI.Composition.CompositionAnimation { + public AnimationStopBehavior StopBehavior { get; set; } + public TimeSpan DelayTime { get; set; } + public AnimationDelayBehavior DelayBehavior { get; set; } deleteactivityasync PasteShr deleteactivityasync + } | public class Windows.UI.Composition.PointLight : Windows.UI.Composition.CompositionLight { + public float Intensity { get; set; } | } + public class Windows.UI.Composition.ScalarNaturalMotionAnimation : Windows.UI.Composition.NaturalMotionAnimation { + public float InitialVelocity { get; set; } + public IReference InitialValue { get; set; } + public IReference FinalValue { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + } | public class Windows.UI.Composition.SpotLight : Windows.UI.Composition.CompositionLight { + public float InnerConeIntensity { get; set; } + public float OuterConeIntensity { get; set; } | } + public class Windows.UI.Composition.SpringScalarNaturalMotionAnimation : Windows.UI.Composition.ScalarNaturalMotionAnimation { + public TimeSpan Period { get; set; } + public float DampingRatio { get; set; } deleteactivityasync How to use it? deleteactivityasync + } + public class Windows.UI.Composition.SpringVector2NaturalMotionAnimation : Windows.UI.Composition.Vector2NaturalMotionAnimation { + public TimeSpan Period { get; set; } + public float DampingRatio { get; set; } + } + public class Windows.UI.Composition.SpringVector3NaturalMotionAnimation : Windows.UI.Composition.Vector3NaturalMotionAnimation { + public TimeSpan Period { get; set; } + public float DampingRatio { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + } + public class Windows.UI.Composition.Vector2NaturalMotionAnimation : Windows.UI.Composition.NaturalMotionAnimation { + public Vector2 InitialVelocity { get; set; } + public IReference InitialValue { get; set; } + public IReference FinalValue { get; set; } + } + public class Windows.UI.Composition.Vector3NaturalMotionAnimation : Windows.UI.Composition.NaturalMotionAnimation { + public Vector3 InitialVelocity { get; set; } deleteactivityasync PasteShr deleteactivityasync + public IReference InitialValue { get; set; } + public IReference FinalValue { get; set; } + } | public class Windows.UI.Composition.Effects.SceneLightingEffect { + public SceneLightingEffectReflectanceModel ReflectanceModel { get; set; } | } + public enum Windows.UI.Composition.Effects.SceneLightingEffectReflectanceModel { + BlinnPhong = 0, deleteactivityasync How to get it? deleteactivityasync + PhysicallyBasedBlinnPhong = 1, + } | public class Windows.UI.Composition.Interactions.InteractionTracker : Windows.UI.Composition.CompositionObject { + public void ConfigureVector2PositionInertiaModifiers( IIterable modifiers ); | } + public class Windows.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion : Windows.UI.Composition.Interactions.InteractionTrackerInertiaModifier { + public ScalarNaturalMotionAnimation NaturalMotion { get; set; } + public ExpressionAnimation Condition { get; set; } deleteactivityasync PasteShr deleteactivityasync + public static InteractionTrackerInertiaNaturalMotion Create( Compositor result ); + } + public class Windows.UI.Composition.Interactions.InteractionTrackerVector2InertiaModifier : Windows.UI.Composition.CompositionObject { + } + public class Windows.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion : Windows.UI.Composition.Interactions.InteractionTrackerVector2InertiaModifier { + public Vector2NaturalMotionAnimation NaturalMotion { get; set; } + public ExpressionAnimation Condition { get; set; } + public static InteractionTrackerVector2InertiaNaturalMotion Create( Compositor result ); deleteactivityasync How to use it? deleteactivityasync + } | public enum Windows.UI.Core.CoreCursorType { + Pin = 14, + Person = 15, | } | public class Windows.UI.Core.CoreWindow { + public CoreWindowActivationMode ActivationMode { get; } + public DispatcherQueue DispatcherQueue { get; } deleteactivityasync How to get it? deleteactivityasync | } + public enum Windows.UI.Core.CoreWindowActivationMode { + None = 0, + Deactivated = 1, + ActivatedNotForeground = 2, + ActivatedInForeground = 3, + } | public class Windows.UI.Input.RadialControllerConfiguration { deleteactivityasync How to get it? deleteactivityasync + public bool IsAppControllerEnabled { get; set; } + public RadialController AppController { get; set; } | } + public class Windows.UI.Input.Inking.Core.CoreIncrementalInkStroke { + public Rect BoundingRect { get; } + public InkDrawingAttributes DrawingAttributes { get; } + public Matrix3x2 PointTransform { get; } + public CoreIncrementalInkStroke( InkDrawingAttributes drawingAttributes, Matrix3x2 pointTransform ); + public Rect AppendInkPoints( IIterable result ); deleteactivityasync How to get it? deleteactivityasync + public InkStroke CreateInkStroke(); + } + public class Windows.UI.Input.Inking.Core.CoreInkPresenterHost { + public ContainerVisual RootVisual { get; set; } + public InkPresenter InkPresenter { get; } + public CoreInkPresenterHost(); + } + public class Windows.UI.Input.Preview.Injection.InjectedInputGamepadInfo { deleteactivityasync PasteShr deleteactivityasync + public double RightTrigger { get; set; } + public double RightThumbstickY { get; set; } + public double RightThumbstickX { get; set; } + public double LeftTrigger { get; set; } + public double LeftThumbstickY { get; set; } + public double LeftThumbstickX { get; set; } + public GamepadButtons Buttons { get; set; } + public InjectedInputGamepadInfo( GamepadReading reading ); + public InjectedInputGamepadInfo(); + } deleteactivityasync PasteShr deleteactivityasync | public class Windows.UI.Input.Preview.Injection.InputInjector { + public void InitializeGamepadInjection(); + public void InjectGamepadInput( InjectedInputGamepadInfo input ); + public void UninitializeGamepadInjection(); + public static InputInjector TryCreateForAppBroadcastOnly(); | } | public class Windows.UI.Input.Spatial.SpatialInteractionController { + public IAsyncOperation TryGetRenderableModelAsync(); deleteactivityasync How to get it for free? deleteactivityasync | } | public class Windows.UI.Input.Spatial.SpatialInteractionSource { + public SpatialInteractionSourceHandedness Handedness { get; } | } + public enum Windows.UI.Input.Spatial.SpatialInteractionSourceHandedness { + Unknown = 0, + Left = 1, + Right = 2, deleteactivityasync How to dowload it? deleteactivityasync + Both = 3, + } | public class Windows.UI.Input.Spatial.SpatialInteractionSourceLocation { + public IReference AngularVelocity { get; } + public SpatialInteractionSourcePositionQuality PositionQuality { get; } + public SpatialPointerInteractionSourcePose SourcePointerPose { get; } | } + public enum Windows.UI.Input.Spatial.SpatialInteractionSourcePositionQuality { deleteactivityasync How to dowload it? deleteactivityasync + Tracked = 0, + Inferred = 1, + LastKnownPosition = 2, + } | public class Windows.UI.Input.Spatial.SpatialPointerInteractionSourcePose { + public Quaternion Orientation { get; } + public SpatialInteractionSourcePositionQuality PositionQuality { get; } | } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.UI.Shell.AdaptiveCardBuilder { + public static IAdaptiveCard CreateAdaptiveCardFromJson( string result ); + } + public interface Windows.UI.Shell.IAdaptiveCard { + public string ToJson(); + } + public interface Windows.UI.Shell.IAdaptiveCardBuilderStatics { + public IAdaptiveCard CreateAdaptiveCardFromJson( string result ); deleteactivityasync PasteShr deleteactivityasync + } + public class Windows.UI.Shell.TaskbarManager { + public bool IsPinningAllowed { get; } + public bool IsSupported { get; } + public IAsyncOperation IsCurrentAppPinnedAsync(); + public IAsyncOperation IsAppListEntryPinnedAsync( AppListEntry operation ); + public IAsyncOperation RequestPinCurrentAppAsync(); + public IAsyncOperation RequestPinAppListEntryAsync( AppListEntry operation ); + public static TaskbarManager GetDefault(); deleteactivityasync How to get it for free? deleteactivityasync + } | public class Windows.UI.StartScreen.SecondaryTileVisualElements { + public TileMixedRealityModel MixedRealityModel { get; } | } + public class Windows.UI.StartScreen.TileMixedRealityModel { + public Uri Uri { get; set; } + public IReference BoundingBox { get; set; } + } deleteactivityasync How to use it? deleteactivityasync | public enum Windows.UI.Text.Core.CoreTextInputScope { + Digits = 28, + PinNumeric = 64, + PinAlphanumeric = 65, | } | public enum Windows.UI.ViewManagement.UIElementType { + AccentColor = 1000, + TextHigh = 1001, deleteactivityasync How to get it for free? deleteactivityasync + TextMedium = 1002, + TextLow = 1003, + TextContrastWithHigh = 1004, + NonTextHigh = 1005, + NonTextMediumHigh = 1006, + NonTextMedium = 1007, + NonTextMediumLow = 1008, + NonTextLow = 1009, + PageBackground = 1010, + PopupBackground = 1011, deleteactivityasync How to get it for free? deleteactivityasync + OverlayOutsidePopup = 1012, | } + public class Windows.UI.ViewManagement.Core.CoreInputView { + public IVectorView GetCoreInputViewOcclusions(); + public bool TryShowPrimaryView(); + public bool TryHidePrimaryView(); + public static CoreInputView GetForCurrentView(); + TypedEventHandler OcclusionsChanged; + } deleteactivityasync How to use it? deleteactivityasync + public class Windows.UI.ViewManagement.Core.CoreInputViewOcclusion { + public Rect OccludingRect { get; } + public CoreInputViewOcclusionKind OcclusionKind { get; } + } + public enum Windows.UI.ViewManagement.Core.CoreInputViewOcclusionKind { + Docked = 0, + Floating = 1, + Overlay = 2, deleteactivityasync PasteShr deleteactivityasync + } + public class Windows.UI.ViewManagement.Core.CoreInputViewOcclusionsChangedEventArgs { + public bool Handled { get; set; } + public IVectorView Occlusions { get; } + } | public class Windows.UI.WebUI.WebUIApplication { + public static IAsyncOperation RequestRestartAsync( string operation ); + public static IAsyncOperation RequestRestartForUserAsync( User operation, string user ); deleteactivityasync How to use it? deleteactivityasync | } + public class Windows.UI.WebUI.WebUICommandLineActivatedEventArgs { + public ActivationKind Kind { get; } + public ApplicationExecutionState PreviousExecutionState { get; } + public SplashScreen SplashScreen { get; } + public User User { get; } + public CommandLineActivationOperation Operation { get; } + public ActivatedOperation ActivatedOperation { get; } + } deleteactivityasync How to use it? deleteactivityasync + public class Windows.UI.WebUI.WebUIStartupTaskActivatedEventArgs { + public ActivationKind Kind { get; } + public ApplicationExecutionState PreviousExecutionState { get; } + public SplashScreen SplashScreen { get; } + public User User { get; } + public string TaskId { get; } + } | public class Windows.UI.Xaml.FrameworkElement : Windows.UI.Xaml.UIElement { deleteactivityasync How to get it for free? deleteactivityasync + public ElementTheme ActualTheme { get; } + public DependencyProperty ActualThemeProperty { get; } | } | public enum Windows.UI.Xaml.TextAlignment { + Start = 1, + End = 2, | } | public class Windows.UI.Xaml.UIElement : Windows.UI.Xaml.DependencyObject { deleteactivityasync How to use it? deleteactivityasync + public IVector KeyboardAccelerators { get; } + public RoutedEvent CharacterReceivedEvent { get; } + public RoutedEvent PreviewKeyUpEvent { get; } + public RoutedEvent PreviewKeyDownEvent { get; } + public void TryInvokeKeyboardAccelerator( ProcessKeyboardAcceleratorEventArgs args ); | } + public enum Windows.UI.Xaml.Automation.Peers.AutomationNotificationKind { + ItemAdded = 0, + ItemRemoved = 1, deleteactivityasync How to dowload it? deleteactivityasync + ActionCompleted = 2, + ActionAborted = 3, + Other = 4, + } + public enum Windows.UI.Xaml.Automation.Peers.AutomationNotificationProcessing { + ImportantAll = 0, + ImportantMostRecent = 1, + All = 2, + MostRecent = 3, deleteactivityasync How to get it? deleteactivityasync + CurrentThenMostRecent = 4, + } | public class Windows.UI.Xaml.Automation.Peers.AutomationPeer : Windows.UI.Xaml.DependencyObject { + public void RaiseNotificationEvent( AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId ); | } + public class Windows.UI.Xaml.Automation.Peers.ColorPickerSliderAutomationPeer : Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer { + public ColorPickerSliderAutomationPeer( ColorPickerSlider owner ); + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Automation.Peers.ColorSpectrumAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer { + public ColorSpectrumAutomationPeer( ColorSpectrum owner ); + } + public class Windows.UI.Xaml.Automation.Peers.NavigationViewItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer { + public NavigationViewItemAutomationPeer( NavigationViewItem owner ); + } + public class Windows.UI.Xaml.Automation.Peers.PersonPictureAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer { deleteactivityasync PasteShr deleteactivityasync + public PersonPictureAutomationPeer( PersonPicture owner ); + } + public class Windows.UI.Xaml.Automation.Peers.RatingControlAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer { + public RatingControlAutomationPeer( RatingControl owner ); + } + public class Windows.UI.Xaml.Automation.Peers.TreeViewItemAutomationPeer : Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer { + public TreeViewItemAutomationPeer( TreeViewItem owner ); + } deleteactivityasync How to use it? deleteactivityasync + public class Windows.UI.Xaml.Automation.Peers.TreeViewListAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer { + public TreeViewListAutomationPeer( TreeViewList owner ); + } + public class Windows.UI.Xaml.Controls.BitmapIconSource : Windows.UI.Xaml.Controls.IconSource { + public Uri UriSource { get; set; } + public bool ShowAsMonochrome { get; set; } + public DependencyProperty ShowAsMonochromeProperty { get; } + public DependencyProperty UriSourceProperty { get; } deleteactivityasync How to get it? deleteactivityasync + public BitmapIconSource(); + } + public enum Windows.UI.Xaml.Controls.CharacterCasing { + Normal = 0, + Lower = 1, + Upper = 2, + } + public class Windows.UI.Xaml.Controls.ColorChangedEventArgs { deleteactivityasync How to get it? deleteactivityasync + public Color NewColor { get; } + public Color OldColor { get; } + } + public class Windows.UI.Xaml.Controls.ColorPicker : Windows.UI.Xaml.Controls.Control { + public IReference PreviousColor { get; set; } + public int MinValue { get; set; } + public int MinSaturation { get; set; } + public int MinHue { get; set; } + public int MaxValue { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + public int MaxSaturation { get; set; } + public int MaxHue { get; set; } + public bool IsMoreButtonVisible { get; set; } + public bool IsHexInputVisible { get; set; } + public bool IsColorSpectrumVisible { get; set; } + public bool IsColorSliderVisible { get; set; } + public bool IsColorPreviewVisible { get; set; } + public bool IsColorChannelTextInputVisible { get; set; } + public bool IsAlphaTextInputVisible { get; set; } + public bool IsAlphaSliderVisible { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + public bool IsAlphaEnabled { get; set; } + public ColorSpectrumShape ColorSpectrumShape { get; set; } + public ColorSpectrumComponents ColorSpectrumComponents { get; set; } + public Color Color { get; set; } + public DependencyProperty ColorProperty { get; } + public DependencyProperty ColorSpectrumComponentsProperty { get; } + public DependencyProperty ColorSpectrumShapeProperty { get; } + public DependencyProperty IsAlphaEnabledProperty { get; } + public DependencyProperty IsAlphaSliderVisibleProperty { get; } + public DependencyProperty IsAlphaTextInputVisibleProperty { get; } deleteactivityasync How to dowload it? deleteactivityasync + public DependencyProperty IsColorChannelTextInputVisibleProperty { get; } + public DependencyProperty IsColorPreviewVisibleProperty { get; } + public DependencyProperty IsColorSliderVisibleProperty { get; } + public DependencyProperty IsColorSpectrumVisibleProperty { get; } + public DependencyProperty IsHexInputVisibleProperty { get; } + public DependencyProperty IsMoreButtonVisibleProperty { get; } + public DependencyProperty MaxHueProperty { get; } + public DependencyProperty MaxSaturationProperty { get; } + public DependencyProperty MaxValueProperty { get; } + public DependencyProperty MinHueProperty { get; } deleteactivityasync How to use it? deleteactivityasync + public DependencyProperty MinSaturationProperty { get; } + public DependencyProperty MinValueProperty { get; } + public DependencyProperty PreviousColorProperty { get; } + public ColorPicker(); + TypedEventHandler ColorChanged; + } + public enum Windows.UI.Xaml.Controls.ColorPickerHsvChannel { + Hue = 0, + Saturation = 1, deleteactivityasync How to use it? deleteactivityasync + Value = 2, + Alpha = 3, + } + public enum Windows.UI.Xaml.Controls.ColorSpectrumComponents { + HueValue = 0, + ValueHue = 1, + HueSaturation = 2, + SaturationHue = 3, + SaturationValue = 4, deleteactivityasync How to use it? deleteactivityasync + ValueSaturation = 5, + } + public enum Windows.UI.Xaml.Controls.ColorSpectrumShape { + Box = 0, + Ring = 1, + } | public class Windows.UI.Xaml.Controls.ComboBox : Windows.UI.Xaml.Controls.Primitives.Selector { + public Brush PlaceholderForeground { get; set; } deleteactivityasync How to get it for free? deleteactivityasync + public DependencyProperty PlaceholderForegroundProperty { get; } | } | public class Windows.UI.Xaml.Controls.ContentDialog : Windows.UI.Xaml.Controls.ContentControl { + public IAsyncOperation ShowAsync( ContentDialogPlacement returnValue ); | } + public enum Windows.UI.Xaml.Controls.ContentDialogPlacement { + Popup = 0, + InPlace = 1, deleteactivityasync How to get it for free? deleteactivityasync + } + public enum Windows.UI.Xaml.Controls.DisabledFormattingAccelerators { + None = 0, + Bold = 1, + Italic = 2, + Underline = 4, + All = 4294967295, + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Controls.FontIconSource : Windows.UI.Xaml.Controls.IconSource { + public bool MirroredWhenRightToLeft { get; set; } + public bool IsTextScaleFactorEnabled { get; set; } + public string Glyph { get; set; } + public FontWeight FontWeight { get; set; } + public FontStyle FontStyle { get; set; } + public double FontSize { get; set; } + public FontFamily FontFamily { get; set; } + public DependencyProperty FontFamilyProperty { get; } + public DependencyProperty FontSizeProperty { get; } deleteactivityasync How to dowload it? deleteactivityasync + public DependencyProperty FontStyleProperty { get; } + public DependencyProperty FontWeightProperty { get; } + public DependencyProperty GlyphProperty { get; } + public DependencyProperty IsTextScaleFactorEnabledProperty { get; } + public DependencyProperty MirroredWhenRightToLeftProperty { get; } + public FontIconSource(); + } | public class Windows.UI.Xaml.Controls.Grid : Windows.UI.Xaml.Controls.Panel { + public double RowSpacing { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + public double ColumnSpacing { get; set; } + public DependencyProperty ColumnSpacingProperty { get; } + public DependencyProperty RowSpacingProperty { get; } | } + public class Windows.UI.Xaml.Controls.IconSource : Windows.UI.Xaml.DependencyObject { + public Brush Foreground { get; set; } + public DependencyProperty ForegroundProperty { get; } + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.UI.Xaml.Controls.IsTextTrimmedChangedEventArgs { + } | public class Windows.UI.Xaml.Controls.MediaTransportControls : Windows.UI.Xaml.Controls.Control { + public bool ShowAndHideAutomatically { get; set; } + public bool IsRepeatEnabled { get; set; } + public bool IsRepeatButtonVisible { get; set; } + public DependencyProperty IsRepeatEnabledProperty { get; } + public DependencyProperty ShowAndHideAutomaticallyProperty { get; } + public DependencyProperty IsRepeatButtonVisibleProperty { get; } deleteactivityasync How to use it? deleteactivityasync + public void Show(); + public void Hide(); | } + public class Windows.UI.Xaml.Controls.NavigationView : Windows.UI.Xaml.Controls.ContentControl { + public object SelectedItem { get; set; } + public Style PaneToggleButtonStyle { get; set; } + public UIElement PaneFooter { get; set; } + public double OpenPaneLength { get; set; } + public object MenuItemsSource { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + public DataTemplateSelector MenuItemTemplateSelector { get; set; } + public DataTemplate MenuItemTemplate { get; set; } + public StyleSelector MenuItemContainerStyleSelector { get; set; } + public Style MenuItemContainerStyle { get; set; } + public bool IsSettingsVisible { get; set; } + public bool IsPaneToggleButtonVisible { get; set; } + public bool IsPaneOpen { get; set; } + public DataTemplate HeaderTemplate { get; set; } + public object Header { get; set; } + public double ExpandedModeThresholdWidth { get; set; } deleteactivityasync How to get it for free? deleteactivityasync + public double CompactPaneLength { get; set; } + public double CompactModeThresholdWidth { get; set; } + public AutoSuggestBox AutoSuggestBox { get; set; } + public bool AlwaysShowHeader { get; set; } + public NavigationViewDisplayMode DisplayMode { get; } + public IVector MenuItems { get; } + public object SettingsItem { get; } + public DependencyProperty AlwaysShowHeaderProperty { get; } + public DependencyProperty AutoSuggestBoxProperty { get; } + public DependencyProperty CompactModeThresholdWidthProperty { get; } deleteactivityasync How to get it? deleteactivityasync + public DependencyProperty CompactPaneLengthProperty { get; } + public DependencyProperty DisplayModeProperty { get; } + public DependencyProperty ExpandedModeThresholdWidthProperty { get; } + public DependencyProperty HeaderProperty { get; } + public DependencyProperty HeaderTemplateProperty { get; } + public DependencyProperty IsPaneOpenProperty { get; } + public DependencyProperty IsPaneToggleButtonVisibleProperty { get; } + public DependencyProperty IsSettingsVisibleProperty { get; } + public DependencyProperty MenuItemContainerStyleProperty { get; } + public DependencyProperty MenuItemContainerStyleSelectorProperty { get; } deleteactivityasync How to use it? deleteactivityasync + public DependencyProperty MenuItemTemplateProperty { get; } + public DependencyProperty MenuItemTemplateSelectorProperty { get; } + public DependencyProperty MenuItemsProperty { get; } + public DependencyProperty MenuItemsSourceProperty { get; } + public DependencyProperty OpenPaneLengthProperty { get; } + public DependencyProperty PaneFooterProperty { get; } + public DependencyProperty PaneToggleButtonStyleProperty { get; } + public DependencyProperty SelectedItemProperty { get; } + public DependencyProperty SettingsItemProperty { get; } + public NavigationView(); deleteactivityasync How to use it? deleteactivityasync + public object MenuItemFromContainer( DependencyObject returnValue ); + public DependencyObject ContainerFromMenuItem( object returnValue ); + TypedEventHandler DisplayModeChanged; + TypedEventHandler ItemInvoked; + TypedEventHandler SelectionChanged; + } + public enum Windows.UI.Xaml.Controls.NavigationViewDisplayMode { + Minimal = 0, + Compact = 1, deleteactivityasync How to use it? deleteactivityasync + Expanded = 2, + } + public class Windows.UI.Xaml.Controls.NavigationViewDisplayModeChangedEventArgs { + public NavigationViewDisplayMode DisplayMode { get; } + } + public class Windows.UI.Xaml.Controls.NavigationViewItem : Windows.UI.Xaml.Controls.NavigationViewItemBase { + public IconElement Icon { get; set; } + public double CompactPaneLength { get; } deleteactivityasync How to dowload it? deleteactivityasync + public DependencyProperty CompactPaneLengthProperty { get; } + public DependencyProperty IconProperty { get; } + public NavigationViewItem(); + } + public class Windows.UI.Xaml.Controls.NavigationViewItemBase : Windows.UI.Xaml.Controls.ListViewItem { + } + public class Windows.UI.Xaml.Controls.NavigationViewItemHeader : Windows.UI.Xaml.Controls.NavigationViewItemBase { + public NavigationViewItemHeader(); deleteactivityasync How to get it for free? deleteactivityasync + } + public class Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs { + public object InvokedItem { get; } + public bool IsSettingsInvoked { get; } + public NavigationViewItemInvokedEventArgs(); + } + public class Windows.UI.Xaml.Controls.NavigationViewItemSeparator : Windows.UI.Xaml.Controls.NavigationViewItemBase { + public NavigationViewItemSeparator(); deleteactivityasync How to get it? deleteactivityasync + } + public class Windows.UI.Xaml.Controls.NavigationViewList : Windows.UI.Xaml.Controls.ListView { + public NavigationViewList(); + } + public class Windows.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs { + public bool IsSettingsSelected { get; } + public object SelectedItem { get; } + } deleteactivityasync How to dowload it? deleteactivityasync + public enum Windows.UI.Xaml.Controls.ParallaxSourceOffsetKind { + Absolute = 0, + Relative = 1, + } + public class Windows.UI.Xaml.Controls.ParallaxView : Windows.UI.Xaml.FrameworkElement { + public double VerticalSourceStartOffset { get; set; } + public ParallaxSourceOffsetKind VerticalSourceOffsetKind { get; set; } + public double VerticalSourceEndOffset { get; set; } deleteactivityasync PasteShr deleteactivityasync + public double VerticalShift { get; set; } + public UIElement Source { get; set; } + public double MaxVerticalShiftRatio { get; set; } + public double MaxHorizontalShiftRatio { get; set; } + public bool IsVerticalShiftClamped { get; set; } + public bool IsHorizontalShiftClamped { get; set; } + public double HorizontalSourceStartOffset { get; set; } + public ParallaxSourceOffsetKind HorizontalSourceOffsetKind { get; set; } + public double HorizontalSourceEndOffset { get; set; } + public double HorizontalShift { get; set; } deleteactivityasync How to get it? deleteactivityasync + public UIElement Child { get; set; } + public DependencyProperty ChildProperty { get; } + public DependencyProperty HorizontalShiftProperty { get; } + public DependencyProperty HorizontalSourceEndOffsetProperty { get; } + public DependencyProperty HorizontalSourceOffsetKindProperty { get; } + public DependencyProperty HorizontalSourceStartOffsetProperty { get; } + public DependencyProperty IsHorizontalShiftClampedProperty { get; } + public DependencyProperty IsVerticalShiftClampedProperty { get; } + public DependencyProperty MaxHorizontalShiftRatioProperty { get; } + public DependencyProperty MaxVerticalShiftRatioProperty { get; } deleteactivityasync How to use it? deleteactivityasync + public DependencyProperty SourceProperty { get; } + public DependencyProperty VerticalShiftProperty { get; } + public DependencyProperty VerticalSourceEndOffsetProperty { get; } + public DependencyProperty VerticalSourceOffsetKindProperty { get; } + public DependencyProperty VerticalSourceStartOffsetProperty { get; } + public ParallaxView(); + public void RefreshAutomaticHorizontalOffsets(); + public void RefreshAutomaticVerticalOffsets(); + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Controls.PasswordBoxPasswordChangingEventArgs { + public bool IsContentChanging { get; } + } + public class Windows.UI.Xaml.Controls.PathIconSource : Windows.UI.Xaml.Controls.IconSource { + public Geometry Data { get; set; } + public DependencyProperty DataProperty { get; } + public PathIconSource(); + } deleteactivityasync How to dowload it? deleteactivityasync + public class Windows.UI.Xaml.Controls.PersonPicture : Windows.UI.Xaml.Controls.Control { + public ImageSource ProfilePicture { get; set; } + public bool PreferSmallImage { get; set; } + public bool IsGroup { get; set; } + public string Initials { get; set; } + public string DisplayName { get; set; } + public Contact Contact { get; set; } + public string BadgeText { get; set; } + public int BadgeNumber { get; set; } + public ImageSource BadgeImageSource { get; set; } deleteactivityasync PasteShr deleteactivityasync + public string BadgeGlyph { get; set; } + public DependencyProperty BadgeGlyphProperty { get; } + public DependencyProperty BadgeImageSourceProperty { get; } + public DependencyProperty BadgeNumberProperty { get; } + public DependencyProperty BadgeTextProperty { get; } + public DependencyProperty ContactProperty { get; } + public DependencyProperty DisplayNameProperty { get; } + public DependencyProperty InitialsProperty { get; } + public DependencyProperty IsGroupProperty { get; } + public DependencyProperty PreferSmallImageProperty { get; } deleteactivityasync How to use it? deleteactivityasync + public DependencyProperty ProfilePictureProperty { get; } + public PersonPicture(); + } + public class Windows.UI.Xaml.Controls.RatingControl : Windows.UI.Xaml.Controls.Control { + public double Value { get; set; } + public double PlaceholderValue { get; set; } + public int MaxRating { get; set; } + public RatingItemInfo ItemInfo { get; set; } + public bool IsReadOnly { get; set; } deleteactivityasync PasteShr deleteactivityasync + public bool IsClearEnabled { get; set; } + public int InitialSetValue { get; set; } + public string Caption { get; set; } + public DependencyProperty CaptionProperty { get; } + public DependencyProperty InitialSetValueProperty { get; } + public DependencyProperty IsClearEnabledProperty { get; } + public DependencyProperty IsReadOnlyProperty { get; } + public DependencyProperty ItemInfoProperty { get; } + public DependencyProperty MaxRatingProperty { get; } + public DependencyProperty PlaceholderValueProperty { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty ValueProperty { get; } + public RatingControl(); + TypedEventHandler ValueChanged; + } + public class Windows.UI.Xaml.Controls.RatingItemFontInfo : Windows.UI.Xaml.Controls.RatingItemInfo { + public string UnsetGlyph { get; set; } + public string PointerOverPlaceholderGlyph { get; set; } + public string PointerOverGlyph { get; set; } + public string PlaceholderGlyph { get; set; } deleteactivityasync How to get it? deleteactivityasync + public string Glyph { get; set; } + public string DisabledGlyph { get; set; } + public DependencyProperty DisabledGlyphProperty { get; } + public DependencyProperty GlyphProperty { get; } + public DependencyProperty PlaceholderGlyphProperty { get; } + public DependencyProperty PointerOverGlyphProperty { get; } + public DependencyProperty PointerOverPlaceholderGlyphProperty { get; } + public DependencyProperty UnsetGlyphProperty { get; } + public RatingItemFontInfo(); + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Controls.RatingItemImageInfo : Windows.UI.Xaml.Controls.RatingItemInfo { + public ImageSource UnsetImage { get; set; } + public ImageSource PointerOverPlaceholderImage { get; set; } + public ImageSource PointerOverImage { get; set; } + public ImageSource PlaceholderImage { get; set; } + public ImageSource Image { get; set; } + public ImageSource DisabledImage { get; set; } + public DependencyProperty DisabledImageProperty { get; } + public DependencyProperty ImageProperty { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty PlaceholderImageProperty { get; } + public DependencyProperty PointerOverImageProperty { get; } + public DependencyProperty PointerOverPlaceholderImageProperty { get; } + public DependencyProperty UnsetImageProperty { get; } + public RatingItemImageInfo(); + } + public class Windows.UI.Xaml.Controls.RatingItemInfo : Windows.UI.Xaml.DependencyObject { + public RatingItemInfo(); + } deleteactivityasync PasteShr deleteactivityasync | public class Windows.UI.Xaml.Controls.RichEditBox : Windows.UI.Xaml.Controls.Control { + public DisabledFormattingAccelerators DisabledFormattingAccelerators { get; set; } + public CharacterCasing CharacterCasing { get; set; } + public TextAlignment HorizontalTextAlignment { get; set; } + public DependencyProperty DisabledFormattingAcceleratorsProperty { get; } + public DependencyProperty HorizontalTextAlignmentProperty { get; } + public DependencyProperty CharacterCasingProperty { get; } | } deleteactivityasync PasteShr deleteactivityasync | public class Windows.UI.Xaml.Controls.RichTextBlock : Windows.UI.Xaml.FrameworkElement { + public TextAlignment HorizontalTextAlignment { get; set; } + public bool IsTextTrimmed { get; } + public IVector TextHighlighters { get; } + public DependencyProperty IsTextTrimmedProperty { get; } + public DependencyProperty HorizontalTextAlignmentProperty { get; } | } | public class Windows.UI.Xaml.Controls.RichTextBlockOverflow : Windows.UI.Xaml.FrameworkElement { + public bool IsTextTrimmed { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty IsTextTrimmedProperty { get; } | } | public class Windows.UI.Xaml.Controls.StackPanel : Windows.UI.Xaml.Controls.Panel { + public double Spacing { get; set; } + public DependencyProperty SpacingProperty { get; } | } + public enum Windows.UI.Xaml.Controls.SwipeBehaviorOnInvoked { + Auto = 0, deleteactivityasync How to get it for free? deleteactivityasync + Close = 1, + RemainOpen = 2, + } + public class Windows.UI.Xaml.Controls.SwipeControl : Windows.UI.Xaml.Controls.ContentControl { + public SwipeItems TopItems { get; set; } + public SwipeItems RightItems { get; set; } + public SwipeItems LeftItems { get; set; } + public SwipeItems BottomItems { get; set; } + public DependencyProperty BottomItemsProperty { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty LeftItemsProperty { get; } + public DependencyProperty RightItemsProperty { get; } + public DependencyProperty TopItemsProperty { get; } + public SwipeControl(); + public void Close(); + } + public class Windows.UI.Xaml.Controls.SwipeItem : Windows.UI.Xaml.DependencyObject { + public string Text { get; set; } + public IconSource IconSource { get; set; } deleteactivityasync How to dowload it? deleteactivityasync + public Brush Foreground { get; set; } + public object CommandParameter { get; set; } + public ICommand Command { get; set; } + public SwipeBehaviorOnInvoked BehaviorOnInvoked { get; set; } + public Brush Background { get; set; } + public DependencyProperty BackgroundProperty { get; } + public DependencyProperty BehaviorOnInvokedProperty { get; } + public DependencyProperty CommandParameterProperty { get; } + public DependencyProperty CommandProperty { get; } + public DependencyProperty ForegroundProperty { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty IconSourceProperty { get; } + public DependencyProperty TextProperty { get; } + public SwipeItem(); + TypedEventHandler Invoked; + } + public class Windows.UI.Xaml.Controls.SwipeItemInvokedEventArgs { + public SwipeControl SwipeControl { get; } + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.UI.Xaml.Controls.SwipeItems : Windows.UI.Xaml.DependencyObject { + public uint Size { get; } + public SwipeMode Mode { get; set; } + public DependencyProperty ModeProperty { get; } + public SwipeItems(); + public SwipeItem GetAt( uint returnValue ); + public IVectorView GetView(); + public bool IndexOf( SwipeItem returnValue, ref uint value ); + public void SetAt( uint index, SwipeItem value ); + public void InsertAt( uint index, SwipeItem value ); deleteactivityasync How to dowload it? deleteactivityasync + public void RemoveAt( uint index ); + public void Append( SwipeItem value ); + public void RemoveAtEnd(); + public void Clear(); + public uint GetMany( uint returnValue, SwipeItem[] startIndex ); + public void ReplaceAll( SwipeItem[] items ); + public IIterator First(); + } + public enum Windows.UI.Xaml.Controls.SwipeMode { deleteactivityasync How to get it? deleteactivityasync + Reveal = 0, + Execute = 1, + } | public enum Windows.UI.Xaml.Controls.Symbol { + GlobalNavigationButton = 59136, + Share = 59181, + Print = 59209, + XboxOneConsole = 59792, | } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.UI.Xaml.Controls.SymbolIconSource : Windows.UI.Xaml.Controls.IconSource { + public Symbol Symbol { get; set; } + public DependencyProperty SymbolProperty { get; } + public SymbolIconSource(); + } | public class Windows.UI.Xaml.Controls.TextBlock : Windows.UI.Xaml.FrameworkElement { + public TextAlignment HorizontalTextAlignment { get; set; } + public bool IsTextTrimmed { get; } deleteactivityasync PasteShr deleteactivityasync + public IVector TextHighlighters { get; } + public DependencyProperty IsTextTrimmedProperty { get; } + public DependencyProperty HorizontalTextAlignmentProperty { get; } | } | public class Windows.UI.Xaml.Controls.TextBox : Windows.UI.Xaml.Controls.Control { + public Brush PlaceholderForeground { get; set; } + public TextAlignment HorizontalTextAlignment { get; set; } + public CharacterCasing CharacterCasing { get; set; } + public DependencyProperty PlaceholderForegroundProperty { get; } deleteactivityasync How to get it for free? deleteactivityasync + public DependencyProperty HorizontalTextAlignmentProperty { get; } + public DependencyProperty CharacterCasingProperty { get; } | } + public class Windows.UI.Xaml.Controls.TextBoxBeforeTextChangingEventArgs { + public bool Cancel { get; set; } + public string NewText { get; } + } + public class Windows.UI.Xaml.Controls.TextControlCopyingToClipboardEventArgs { deleteactivityasync How to get it for free? deleteactivityasync + public bool Handled { get; set; } + } + public class Windows.UI.Xaml.Controls.TextControlCuttingToClipboardEventArgs { + public bool Handled { get; set; } + } + public class Windows.UI.Xaml.Controls.TreeView : Windows.UI.Xaml.Controls.Control { + public TreeViewSelectionMode SelectionMode { get; set; } + public TreeViewNode RootNode { get; set; } deleteactivityasync How to use it? deleteactivityasync + public TreeViewList ListControl { get; } + public IVector SelectedItems { get; } + public DependencyProperty SelectionModeProperty { get; } + public TreeView(); + public void ExpandNode( TreeViewNode value ); + public void CollapseNode( TreeViewNode value ); + public void SelectAll(); + TypedEventHandler Expanding; + TypedEventHandler ItemClicked; + } deleteactivityasync How to get it? deleteactivityasync + public class Windows.UI.Xaml.Controls.TreeViewExpandingEventArgs { + public TreeViewNode Node { get; } + } + public class Windows.UI.Xaml.Controls.TreeViewItem : Windows.UI.Xaml.Controls.ListViewItem { + public TreeViewItem(); + } + public class Windows.UI.Xaml.Controls.TreeViewItemClickEventArgs { deleteactivityasync How to dowload it? deleteactivityasync + public bool IsHandled { get; set; } + public object ClickedItem { get; } + } + public class Windows.UI.Xaml.Controls.TreeViewList : Windows.UI.Xaml.Controls.ListView { + public TreeViewList(); + } + public class Windows.UI.Xaml.Controls.TreeViewNode : Windows.UI.Xaml.DependencyObject { + public TreeViewNode ParentNode { get; set; } deleteactivityasync PasteShr deleteactivityasync + public bool IsExpanded { get; set; } + public bool HasUnrealizedItems { get; set; } + public object Data { get; set; } + public int Depth { get; } + public bool HasItems { get; } + public uint Size { get; } + public DependencyProperty DepthProperty { get; } + public DependencyProperty HasItemsProperty { get; } + public DependencyProperty IsExpandedProperty { get; } + public TreeViewNode(); deleteactivityasync How to use it? deleteactivityasync + public object GetAt( uint returnValue ); + public IBindableVectorView GetView(); + public bool IndexOf( object returnValue, ref uint value ); + public void SetAt( uint index, object value ); + public void InsertAt( uint index, object value ); + public void RemoveAt( uint index ); + public void Append( object value ); + public void RemoveAtEnd(); + public void Clear(); + public IBindableIterator First(); deleteactivityasync How to get it for free? deleteactivityasync + Windows.UI.Xaml.Interop.BindableVectorChangedEventHandler VectorChanged; + TypedEventHandler IsExpandedChanged; + } + public enum Windows.UI.Xaml.Controls.TreeViewSelectionMode { + None = 0, + Single = 1, + Multiple = 2, + } deleteactivityasync How to get it for free? deleteactivityasync + public class Windows.UI.Xaml.Controls.XamlBooleanToVisibilityConverter { + public XamlBooleanToVisibilityConverter(); + public object Convert( object returnValue, TypeName value, object targetType, string parameter ); + public object ConvertBack( object returnValue, TypeName value, object targetType, string parameter ); + } + public class Windows.UI.Xaml.Controls.XamlIntegerToIndentationConverter { + public XamlIntegerToIndentationConverter(); + public object Convert( object returnValue, TypeName value, object targetType, string parameter ); + public object ConvertBack( object returnValue, TypeName value, object targetType, string parameter ); deleteactivityasync How to get it for free? deleteactivityasync + } | public class Windows.UI.Xaml.Controls.Maps.MapControl : Windows.UI.Xaml.Controls.Control { + public IVector Layers { get; set; } + public DependencyProperty LayersProperty { get; } + public bool TryGetLocationFromOffset( Point returnValue, ref Geopoint offset ); + public bool TryGetLocationFromOffset( Point returnValue, AltitudeReferenceSystem offset, ref Geopoint desiredReferenceSystem ); | } | public class Windows.UI.Xaml.Controls.Maps.MapControlDataHelper : Windows.UI.Xaml.DependencyObject { deleteactivityasync How to dowload it? deleteactivityasync + public static MapControl CreateMapControl( bool returnValue ); | } | public class Windows.UI.Xaml.Controls.Maps.MapElement : Windows.UI.Xaml.DependencyObject { + public object Tag { get; set; } + public string MapStyleSheetEntryState { get; set; } + public string MapStyleSheetEntry { get; set; } + public DependencyProperty MapStyleSheetEntryProperty { get; } + public DependencyProperty MapStyleSheetEntryStateProperty { get; } + public DependencyProperty TagProperty { get; } deleteactivityasync PasteShr deleteactivityasync | } + public class Windows.UI.Xaml.Controls.Maps.MapElement3D : Windows.UI.Xaml.Controls.Maps.MapElement { + public Vector3 Scale { get; set; } + public double Roll { get; set; } + public double Pitch { get; set; } + public MapModel3D Model { get; set; } + public Geopoint Location { get; set; } + public double Heading { get; set; } + public DependencyProperty HeadingProperty { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty LocationProperty { get; } + public DependencyProperty PitchProperty { get; } + public DependencyProperty RollProperty { get; } + public DependencyProperty ScaleProperty { get; } + public MapElement3D(); + } + public class Windows.UI.Xaml.Controls.Maps.MapElementsLayer : Windows.UI.Xaml.Controls.Maps.MapLayer { + public IVector MapElements { get; set; } + public DependencyProperty MapElementsProperty { get; } deleteactivityasync How to get it for free? deleteactivityasync + public MapElementsLayer(); + TypedEventHandler MapContextRequested; + TypedEventHandler MapElementClick; + TypedEventHandler MapElementPointerEntered; + TypedEventHandler MapElementPointerExited; + } + public class Windows.UI.Xaml.Controls.Maps.MapElementsLayerClickEventArgs { + public Geopoint Location { get; } + public IVector MapElements { get; } deleteactivityasync PasteShr deleteactivityasync + public Point Position { get; } + public MapElementsLayerClickEventArgs(); + } + public class Windows.UI.Xaml.Controls.Maps.MapElementsLayerContextRequestedEventArgs { + public Geopoint Location { get; } + public IVectorView MapElements { get; } + public Point Position { get; } + public MapElementsLayerContextRequestedEventArgs(); + } deleteactivityasync How to dowload it? deleteactivityasync + public class Windows.UI.Xaml.Controls.Maps.MapElementsLayerPointerEnteredEventArgs { + public Geopoint Location { get; } + public MapElement MapElement { get; } + public Point Position { get; } + public MapElementsLayerPointerEnteredEventArgs(); + } + public class Windows.UI.Xaml.Controls.Maps.MapElementsLayerPointerExitedEventArgs { + public Geopoint Location { get; } deleteactivityasync PasteShr deleteactivityasync + public MapElement MapElement { get; } + public Point Position { get; } + public MapElementsLayerPointerExitedEventArgs(); + } + public class Windows.UI.Xaml.Controls.Maps.MapLayer : Windows.UI.Xaml.DependencyObject { + public int ZIndex { get; set; } + public bool Visible { get; set; } + public int MapTabIndex { get; set; } + public DependencyProperty MapTabIndexProperty { get; } deleteactivityasync How to get it? deleteactivityasync + public DependencyProperty VisibleProperty { get; } + public DependencyProperty ZIndexProperty { get; } + public MapLayer(); + } + public class Windows.UI.Xaml.Controls.Maps.MapModel3D : Windows.UI.Xaml.DependencyObject { + public MapModel3D(); + public static IAsyncOperation CreateFrom3MFAsync( IRandomAccessStreamReference returnValue ); + public static IAsyncOperation CreateFrom3MFAsync( IRandomAccessStreamReference returnValue, MapModel3DShadingOption source ); + } deleteactivityasync How to dowload it? deleteactivityasync + public enum Windows.UI.Xaml.Controls.Maps.MapModel3DShadingOption { + Default = 0, + Flat = 1, + Smooth = 2, + } + public class Windows.UI.Xaml.Controls.Maps.MapStyleSheetEntries { + public string AdminDistrict { get; } + public string AdminDistrictCapital { get; } deleteactivityasync How to get it? deleteactivityasync + public string Airport { get; } + public string Area { get; } + public string ArterialRoad { get; } + public string Building { get; } + public string Business { get; } + public string Capital { get; } + public string Cemetery { get; } + public string Continent { get; } + public string ControlledAccessHighway { get; } + public string CountryRegion { get; } deleteactivityasync PasteShr deleteactivityasync + public string CountryRegionCapital { get; } + public string District { get; } + public string DrivingRoute { get; } + public string Education { get; } + public string EducationBuilding { get; } + public string FoodPoint { get; } + public string Forest { get; } + public string GolfCourse { get; } + public string HighSpeedRamp { get; } + public string Highway { get; } deleteactivityasync How to dowload it? deleteactivityasync + public string IndigenousPeoplesReserve { get; } + public string Island { get; } + public string MajorRoad { get; } + public string Medical { get; } + public string MedicalBuilding { get; } + public string Military { get; } + public string NaturalPoint { get; } + public string Nautical { get; } + public string Neighborhood { get; } + public string Park { get; } deleteactivityasync How to dowload it? deleteactivityasync + public string Peak { get; } + public string PlayingField { get; } + public string Point { get; } + public string PointOfInterest { get; } + public string Political { get; } + public string PopulatedPlace { get; } + public string Railway { get; } + public string Ramp { get; } + public string Reserve { get; } + public string River { get; } deleteactivityasync How to use it? deleteactivityasync + public string Road { get; } + public string RoadExit { get; } + public string RoadShield { get; } + public string RouteLine { get; } + public string Runway { get; } + public string Sand { get; } + public string ShoppingCenter { get; } + public string Stadium { get; } + public string Street { get; } + public string Structure { get; } deleteactivityasync How to get it for free? deleteactivityasync + public string TollRoad { get; } + public string Trail { get; } + public string Transit { get; } + public string TransitBuilding { get; } + public string Transportation { get; } + public string UnpavedStreet { get; } + public string Vegetation { get; } + public string VolcanicPeak { get; } + public string WalkingRoute { get; } + public string Water { get; } deleteactivityasync How to get it for free? deleteactivityasync + public string WaterPoint { get; } + public string WaterRoute { get; } + } + public class Windows.UI.Xaml.Controls.Maps.MapStyleSheetEntryStates { + public string Disabled { get; } + public string Hover { get; } + public string Selected { get; } + } deleteactivityasync How to dowload it? deleteactivityasync + public class Windows.UI.Xaml.Controls.Primitives.ColorPickerSlider : Windows.UI.Xaml.Controls.Slider { + public ColorPickerHsvChannel ColorChannel { get; set; } + public DependencyProperty ColorChannelProperty { get; } + public ColorPickerSlider(); + } + public class Windows.UI.Xaml.Controls.Primitives.ColorSpectrum : Windows.UI.Xaml.Controls.Control { + public ColorSpectrumShape Shape { get; set; } + public int MinValue { get; set; } + public int MinSaturation { get; set; } deleteactivityasync How to get it? deleteactivityasync + public int MinHue { get; set; } + public int MaxValue { get; set; } + public int MaxSaturation { get; set; } + public int MaxHue { get; set; } + public Vector4 HsvColor { get; set; } + public ColorSpectrumComponents Components { get; set; } + public Color Color { get; set; } + public DependencyProperty ColorProperty { get; } + public DependencyProperty ComponentsProperty { get; } + public DependencyProperty HsvColorProperty { get; } deleteactivityasync How to get it? deleteactivityasync + public DependencyProperty MaxHueProperty { get; } + public DependencyProperty MaxSaturationProperty { get; } + public DependencyProperty MaxValueProperty { get; } + public DependencyProperty MinHueProperty { get; } + public DependencyProperty MinSaturationProperty { get; } + public DependencyProperty MinValueProperty { get; } + public DependencyProperty ShapeProperty { get; } + public ColorSpectrum(); + TypedEventHandler ColorChanged; + } deleteactivityasync PasteShr deleteactivityasync | public class Windows.UI.Xaml.Controls.Primitives.FlyoutBase : Windows.UI.Xaml.DependencyObject { + public void TryInvokeKeyboardAccelerator( ProcessKeyboardAcceleratorEventArgs args ); | } | public class Windows.UI.Xaml.Controls.Primitives.LayoutInformation { + public static Size GetAvailableSize( UIElement availableSize ); | } | public class Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter : Windows.UI.Xaml.Controls.ContentPresenter { deleteactivityasync PasteShr deleteactivityasync + public Brush RevealBorderBrush { get; set; } + public bool RevealBackgroundShowsAboveContent { get; set; } + public Brush RevealBackground { get; set; } + public Thickness RevealBorderThickness { get; set; } + public DependencyProperty RevealBackgroundShowsAboveContentProperty { get; } + public DependencyProperty RevealBorderBrushProperty { get; } + public DependencyProperty RevealBorderThicknessProperty { get; } + public DependencyProperty RevealBackgroundProperty { get; } | } deleteactivityasync How to dowload it? deleteactivityasync | public enum Windows.UI.Xaml.Data.UpdateSourceTrigger { + LostFocus = 3, | } | public class Windows.UI.Xaml.Documents.Block : Windows.UI.Xaml.Documents.TextElement { + public TextAlignment HorizontalTextAlignment { get; set; } + public DependencyProperty HorizontalTextAlignmentProperty { get; } | } | public class Windows.UI.Xaml.Documents.Hyperlink : Windows.UI.Xaml.Documents.Span { deleteactivityasync How to dowload it? deleteactivityasync + public bool IsTabStop { get; set; } + public int TabIndex { get; set; } + public DependencyProperty TabIndexProperty { get; } + public DependencyProperty IsTabStopProperty { get; } | } + public class Windows.UI.Xaml.Documents.TextHighlighter { + public Brush Foreground { get; set; } + public Brush Background { get; set; } + public IVector Ranges { get; } deleteactivityasync PasteShr deleteactivityasync + public DependencyProperty BackgroundProperty { get; } + public DependencyProperty ForegroundProperty { get; } + public TextHighlighter(); + } + public class Windows.UI.Xaml.Documents.TextHighlighterBase : Windows.UI.Xaml.DependencyObject { + } + public struct Windows.UI.Xaml.Documents.TextRange { + public int StartIndex; deleteactivityasync PasteShr deleteactivityasync + public int Length; + } + public class Windows.UI.Xaml.Hosting.DesignerAppManager { + public string AppUserModelId { get; } + public DesignerAppManager( string appUserModelId ); + public IAsyncOperation CreateNewViewAsync( DesignerAppViewState returnValue, Size initialViewState ); + public IAsyncAction LoadObjectIntoAppAsync( string returnValue, Guid dllName, string classId ); + public ulong DuplicateHandleIntoApp( ulong returnValue, bool handle ); + public void Close(); deleteactivityasync PasteShr deleteactivityasync + TypedEventHandler ProcessExited; + } + public class Windows.UI.Xaml.Hosting.DesignerAppView { + public string AppUserModelId { get; } + public int ApplicationViewId { get; } + public Size ViewSize { get; } + public DesignerAppViewState ViewState { get; } + public IAsyncAction UpdateViewAsync( DesignerAppViewState returnValue, Size viewState ); + public void Close(); deleteactivityasync How to use it? deleteactivityasync + } + public enum Windows.UI.Xaml.Hosting.DesignerAppViewState { + Visible = 0, + Hidden = 1, + } + public class Windows.UI.Xaml.Hosting.ProcessExitedEventArgs { + public uint ExitCode { get; } + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Input.CharacterReceivedRoutedEventArgs : Windows.UI.Xaml.RoutedEventArgs { + public bool Handled { get; set; } + public char Character { get; } + public CorePhysicalKeyStatus KeyStatus { get; } + } + public class Windows.UI.Xaml.Input.KeyboardAccelerator : Windows.UI.Xaml.DependencyObject { + public DependencyObject ScopeOwner { get; set; } + public VirtualKeyModifiers Modifiers { get; set; } deleteactivityasync PasteShr deleteactivityasync + public VirtualKey Key { get; set; } + public bool IsEnabled { get; set; } + public DependencyProperty IsEnabledProperty { get; } + public DependencyProperty KeyProperty { get; } + public DependencyProperty ModifiersProperty { get; } + public DependencyProperty ScopeOwnerProperty { get; } + public KeyboardAccelerator(); + TypedEventHandler Invoked; + } deleteactivityasync How to dowload it? deleteactivityasync + public class Windows.UI.Xaml.Input.KeyboardAcceleratorInvokedEventArgs { + public bool Handled { get; set; } + public DependencyObject Element { get; } + } | public class Windows.UI.Xaml.Input.PointerRoutedEventArgs : Windows.UI.Xaml.RoutedEventArgs { + public bool IsGenerated { get; } | } + public class Windows.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs { deleteactivityasync How to get it for free? deleteactivityasync + public bool Handled { get; set; } + public VirtualKey Key { get; } + public VirtualKeyModifiers Modifiers { get; } + } + public class Windows.UI.Xaml.Markup.MarkupExtension { + public MarkupExtension(); + protected object ProvideValue(); + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute : System.Attribute { + public Type ReturnType; + public MarkupExtensionReturnTypeAttribute(); + } + public enum Windows.UI.Xaml.Media.AcrylicBackgroundSource { + HostBackdrop = 0, + Backdrop = 1, + } deleteactivityasync PasteShr deleteactivityasync + public class Windows.UI.Xaml.Media.AcrylicBrush : Windows.UI.Xaml.Media.XamlCompositionBrushBase { + public TimeSpan TintTransitionDuration { get; set; } + public double TintOpacity { get; set; } + public Color TintColor { get; set; } + public AcrylicBackgroundSource BackgroundSource { get; set; } + public bool AlwaysUseFallback { get; set; } + public DependencyProperty AlwaysUseFallbackProperty { get; } + public DependencyProperty BackgroundSourceProperty { get; } + public DependencyProperty TintColorProperty { get; } + public DependencyProperty TintOpacityProperty { get; } deleteactivityasync How to dowload it? deleteactivityasync + public DependencyProperty TintTransitionDurationProperty { get; } + public AcrylicBrush(); + } + public class Windows.UI.Xaml.Media.RevealBackgroundBrush : Windows.UI.Xaml.Media.RevealBrush { + public RevealBackgroundBrush(); + } + public class Windows.UI.Xaml.Media.RevealBorderBrush : Windows.UI.Xaml.Media.RevealBrush { + public RevealBorderBrush(); deleteactivityasync How to get it? deleteactivityasync + } + public class Windows.UI.Xaml.Media.RevealBrush : Windows.UI.Xaml.Media.XamlCompositionBrushBase { + public ApplicationTheme TargetTheme { get; set; } + public Color Color { get; set; } + public bool AlwaysUseFallback { get; set; } + public DependencyProperty AlwaysUseFallbackProperty { get; } + public DependencyProperty ColorProperty { get; } + public DependencyProperty StateProperty { get; } + public DependencyProperty TargetThemeProperty { get; } deleteactivityasync How to get it for free? deleteactivityasync + protected RevealBrush(); + public static void SetState( UIElement element, RevealBrushState value ); + public static RevealBrushState GetState( UIElement result ); + } + public enum Windows.UI.Xaml.Media.RevealBrushState { + Normal = 0, + PointerOver = 1, + Pressed = 2, + } deleteactivityasync How to get it? deleteactivityasync | public enum Windows.Web.WebErrorStatus { + InsufficientRangeSupport = 22, + MissingContentLengthSupport = 23, | } deleteactivityasync