1. ActivationKind
          1. Print3DWorkflow : 1011,

          2. DevicePairing : 1013,

        2. DevicePairingActivatedEventArgs
          1. DeviceInformation { get; } : DeviceInformation

          2. Kind { get; } : ActivationKind

          3. PreviousExecutionState { get; } : ApplicationExecutionState

          4. SplashScreen { get; } : SplashScreen

        3. IDevicePairingActivatedEventArgs
          1. DeviceInformation { get; } : DeviceInformation

        1. AppointmentCalendarSyncStatus
          1. ManualAccountRemovalRequired : 6,

        1. PhoneTrigger
          1. ctor(PhoneTriggerType type, Boolean oneShot)

          2. OneShot { get; } : Boolean

          3. TriggerType { get; } : PhoneTriggerType

        2. SensorDataThresholdTrigger
          1. ctor(ISensorDataThreshold threshold)

          1. CallsBackgroundContract

          2. PhoneCallBlockedReason
            1. InCallBlockingList : 0,

            2. PrivateNumber : 1,

            3. UnknownNumber : 2,

          3. PhoneCallBlockedTriggerDetails
            1. CallBlockedReason { get; } : PhoneCallBlockedReason

            2. LineId { get; } : Guid

            3. PhoneNumber { get; } : String

          4. PhoneCallOriginDataRequestTriggerDetails
            1. PhoneNumber { get; } : String

            2. RequestId { get; } : Guid

          5. PhoneLineChangedTriggerDetails
            1. HasLinePropertyChanged(PhoneLineProperties lineProperty) : Boolean

            2. ChangeType { get; } : PhoneLineChangeKind

            3. LineId { get; } : Guid

          6. PhoneLineChangeKind
            1. Added : 0,

            2. Removed : 1,

            3. PropertiesChanged : 2,

          7. PhoneLineProperties
            1. None : 0,

            2. BrandingOptions : 1,

            3. CanDial : 2,

            4. CellularDetails : 4,

            5. DisplayColor : 8,

            6. DisplayName : 16,

            7. NetworkName : 32,

            8. NetworkState : 64,

            9. Transport : 128,

            10. Voicemail : 256,

          8. PhoneNewVoicemailMessageTriggerDetails
            1. LineId { get; } : Guid

            2. OperatorMessage { get; } : String

            3. VoicemailCount { get; } : Int32

          9. PhoneTriggerType
            1. NewVoicemailMessage : 0,

            2. CallHistoryChanged : 1,

            3. LineChanged : 2,

            4. AirplaneModeDisabledForEmergencyCall : 3,

            5. CallOriginDataRequest : 4,

            6. CallBlocked : 5,

        1. CallAnswerEventArgs
          1. AcceptedMedia { get; } : VoipPhoneCallMedia

        2. CallRejectEventArgs
          1. RejectReason { get; } : VoipPhoneCallRejectReason

        3. CallStateChangeEventArgs
          1. State { get; } : VoipPhoneCallState

        4. CallsVoipContract

        5. MuteChangeEventArgs
          1. Muted { get; } : Boolean

        6. VoipCallCoordinator
          1. CancelUpgrade(Guid callUpgradeGuid) : Void

          2. GetDefault() static : VoipCallCoordinator

          3. MuteStateChanged event : TypedEventHandler<VoipCallCoordinator,MuteChangeEventArgs>

          4. NotifyMuted() : Void

          5. NotifyUnmuted() : Void

          6. RequestIncomingUpgradeToVideoCall(String context, String contactName, String contactNumber, Uri contactImage, String serviceName, Uri brandingImage, String callDetails, Uri ringtone, TimeSpan ringTimeout) : VoipPhoneCall

          7. RequestNewIncomingCall(String context, String contactName, String contactNumber, Uri contactImage, String serviceName, Uri brandingImage, String callDetails, Uri ringtone, VoipPhoneCallMedia media, TimeSpan ringTimeout) : VoipPhoneCall

          8. RequestNewOutgoingCall(String context, String contactName, String serviceName, VoipPhoneCallMedia media) : VoipPhoneCall

          9. RequestOutgoingUpgradeToVideoCall(Guid callUpgradeGuid, String context, String contactName, String serviceName) : VoipPhoneCall

          10. ReserveCallResourcesAsync(String taskEntryPoint) : IAsyncOperation<VoipPhoneCallResourceReservationStatus>

          11. TerminateCellularCall(Guid callUpgradeGuid) : Void

        7. VoipPhoneCall
          1. AnswerRequested event : TypedEventHandler<VoipPhoneCall,CallAnswerEventArgs>

          2. CallMedia { get; set; } : VoipPhoneCallMedia

          3. ContactName { get; set; } : String

          4. EndRequested event : TypedEventHandler<VoipPhoneCall,CallStateChangeEventArgs>

          5. HoldRequested event : TypedEventHandler<VoipPhoneCall,CallStateChangeEventArgs>

          6. NotifyCallActive() : Void

          7. NotifyCallEnded() : Void

          8. NotifyCallHeld() : Void

          9. NotifyCallReady() : Void

          10. RejectRequested event : TypedEventHandler<VoipPhoneCall,CallRejectEventArgs>

          11. ResumeRequested event : TypedEventHandler<VoipPhoneCall,CallStateChangeEventArgs>

          12. StartTime { get; set; } : DateTimeOffset

        8. VoipPhoneCallMedia
          1. None : 0,

          2. Audio : 1,

          3. Video : 2,

        9. VoipPhoneCallRejectReason
          1. UserIgnored : 0,

          2. TimedOut : 1,

          3. OtherIncomingCall : 2,

          4. EmergencyCallExists : 3,

          5. InvalidCallState : 4,

        10. VoipPhoneCallResourceReservationStatus
          1. Success : 0,

          2. ResourcesNotAvailable : 1,

        11. VoipPhoneCallState
          1. Ended : 0,

          2. Held : 1,

          3. Active : 2,

          4. Incoming : 3,

          5. Outgoing : 4,

        1. ContactCardOptions
          1. ServerSearchContactListIds { get; } : IList<String>

        2. ContactListSyncStatus
          1. ManualAccountRemovalRequired : 6,

            1. CoreDragInfo
              1. AllowedOperations { get; } : DataPackageOperation

            2. CoreDragOperation
              1. AllowedOperations { get; set; } : DataPackageOperation

        1. DataPackageView
          1. SetAcceptedFormatId(String formatId) : Void

        2. OperationCompletedEventArgs
          1. AcceptedFormatId { get; } : String

        1. EmailCertificateValidationStatus
          1. Success : 0,

          2. NoMatch : 1,

          3. InvalidUsage : 2,

          4. InvalidCertificate : 3,

          5. Revoked : 4,

          6. ChainRevoked : 5,

          7. RevocationServerFailure : 6,

          8. Expired : 7,

          9. Untrusted : 8,

          10. ServerError : 9,

          11. UnknownFailure : 10,

        2. EmailMailbox
          1. ResolveRecipientsAsync(IEnumerable<String> recipients) : IAsyncOperation<IReadOnlyList<EmailRecipientResolutionResult>>

          2. TryCreateFolderAsync(String parentFolderId, String name) : IAsyncOperation<EmailMailboxCreateFolderResult>

          3. TryDeleteFolderAsync(String folderId) : IAsyncOperation<EmailMailboxDeleteFolderStatus>

          4. TryEmptyFolderAsync(String folderId) : IAsyncOperation<EmailMailboxEmptyFolderStatus>

          5. ValidateCertificatesAsync(IEnumerable<Certificate> certificates) : IAsyncOperation<IReadOnlyList<EmailCertificateValidationStatus>>

        3. EmailMailboxCapabilities
          1. CanCreateFolder { get; } : Boolean

          2. CanDeleteFolder { get; } : Boolean

          3. CanEmptyFolder { get; } : Boolean

          4. CanMoveFolder { get; } : Boolean

          5. CanResolveRecipients { get; } : Boolean

          6. CanValidateCertificates { get; } : Boolean

        4. EmailMailboxCreateFolderResult
          1. Folder { get; } : EmailFolder

          2. Status { get; } : EmailMailboxCreateFolderStatus

        5. EmailMailboxCreateFolderStatus
          1. Success : 0,

          2. NetworkError : 1,

          3. PermissionsError : 2,

          4. ServerError : 3,

          5. UnknownFailure : 4,

          6. NameCollision : 5,

          7. ServerRejected : 6,

        6. EmailMailboxDeleteFolderStatus
          1. Success : 0,

          2. NetworkError : 1,

          3. PermissionsError : 2,

          4. ServerError : 3,

          5. UnknownFailure : 4,

          6. CouldNotDeleteEverything : 5,

        7. EmailMailboxEmptyFolderStatus
          1. Success : 0,

          2. NetworkError : 1,

          3. PermissionsError : 2,

          4. ServerError : 3,

          5. UnknownFailure : 4,

          6. CouldNotDeleteEverything : 5,

        8. EmailMailboxPolicies
          1. MustEncryptSmimeMessages { get; } : Boolean

          2. MustSignSmimeMessages { get; } : Boolean

        9. EmailMailboxSyncStatus
          1. ManualAccountRemovalRequired : 6,

        10. EmailMeetingInfo
          1. IsReportedOutOfDateByServer { get; } : Boolean

        11. EmailMessage
          1. SmimeData { get; set; } : IRandomAccessStreamReference

          2. SmimeKind { get; set; } : EmailMessageSmimeKind

        12. EmailMessageSmimeKind
          1. None : 0,

          2. ClearSigned : 1,

          3. OpaqueSigned : 2,

          4. Encrypted : 3,

        13. EmailRecipientResolutionResult
          1. PublicKeys { get; } : IReadOnlyList<Certificate>

          2. Status { get; } : EmailRecipientResolutionStatus

        14. EmailRecipientResolutionStatus
          1. Success : 0,

          2. RecipientNotFound : 1,

          3. AmbiguousRecipient : 2,

          4. NoCertificate : 3,

          5. CertificateRequestLimitReached : 4,

          6. CannotResolveDistributionList : 5,

          7. ServerError : 6,

          8. UnknownFailure : 7,

        1. ChatConversation
          1. CanModifyParticipants { get; set; } : Boolean

            1. AppInstallItem
              1. Cancel(String correlationVector) : Void

              2. Pause(String correlationVector) : Void

              3. Restart(String correlationVector) : Void

            2. AppInstallManager
              1. Cancel(String productId, String correlationVector) : Void

              2. GetIsAppAllowedToInstallAsync(String productId, String skuId, String catalogId, String correlationVector) : IAsyncOperation<Boolean>

              3. Pause(String productId, String correlationVector) : Void

              4. Restart(String productId, String correlationVector) : Void

              5. SearchForAllUpdatesAsync(String correlationVector) : IAsyncOperation<IReadOnlyList<AppInstallItem>>

              6. SearchForUpdatesAsync(String productId, String skuId, String catalogId, String correlationVector) : IAsyncOperation<AppInstallItem>

              7. StartAppInstallAsync(String productId, String skuId, Boolean repair, Boolean forceUseOfNonRemovableStorage, String catalogId, String bundleId, String correlationVector) : IAsyncOperation<AppInstallItem>

              8. UpdateAppByPackageFamilyNameAsync(String packageFamilyName, String correlationVector) : IAsyncOperation<AppInstallItem>

          1. StoreConfiguration
            1. PurchasePromptingPolicy static { get; set; } : Nullable<UInt32>

        1. CurrentApp
          1. GetCustomerCollectionsIdAsync(String serviceTicket, String publisherUserId) static : IAsyncOperation<String>

          2. GetCustomerPurchaseIdAsync(String serviceTicket, String publisherUserId) static : IAsyncOperation<String>

        2. ListingInformation
          1. CurrencyCode { get; } : String

          2. FormattedBasePrice { get; } : String

          3. IsOnSale { get; } : Boolean

          4. SaleEndDate { get; } : DateTimeOffset

        3. ProductListing
          1. CurrencyCode { get; } : String

          2. FormattedBasePrice { get; } : String

          3. IsOnSale { get; } : Boolean

          4. SaleEndDate { get; } : DateTimeOffset

        1. UserDataAccount
          1. EnterpriseId { get; } : String

          2. IsProtectedUnderLock { get; } : Boolean

        1. JsonError
          1. GetStatus(Int32 hresult) static : JsonErrorStatus

        1. AdcController
          1. GetDefaultAsync() static : IAsyncOperation<AdcController>

          1. RfcommServiceProvider
            1. StartAdvertising(StreamSocketListener listener, Boolean radioDiscoverable) : Void

        1. BluetoothAddressType
          1. Public : 0,

          2. Random : 1,

        2. BluetoothDevice
          1. DeviceInformation { get; } : DeviceInformation

          2. GetDeviceSelectorFromBluetoothAddress(UInt64 bluetoothAddress) static : String

          3. GetDeviceSelectorFromClassOfDevice(BluetoothClassOfDevice classOfDevice) static : String

          4. GetDeviceSelectorFromConnectionStatus(BluetoothConnectionStatus connectionStatus) static : String

          5. GetDeviceSelectorFromDeviceName(String deviceName) static : String

          6. GetDeviceSelectorFromPairingState(Boolean pairingState) static : String

        3. BluetoothError
          1. DisabledByUser : 7,

        4. BluetoothLEAppearance
          1. Category { get; } : UInt16

          2. FromParts(UInt16 appearanceCategory, UInt16 appearanceSubCategory) static : BluetoothLEAppearance

          3. FromRawValue(UInt16 rawValue) static : BluetoothLEAppearance

          4. RawValue { get; } : UInt16

          5. SubCategory { get; } : UInt16

        5. BluetoothLEAppearanceCategories
          1. BarcodeScanner static { get; } : UInt16

          2. BloodPressure static { get; } : UInt16

          3. Clock static { get; } : UInt16

          4. Computer static { get; } : UInt16

          5. Cycling static { get; } : UInt16

          6. Display static { get; } : UInt16

          7. EyeGlasses static { get; } : UInt16

          8. GlucoseMeter static { get; } : UInt16

          9. HeartRate static { get; } : UInt16

          10. HumanInterfaceDevice static { get; } : UInt16

          11. Keyring static { get; } : UInt16

          12. MediaPlayer static { get; } : UInt16

          13. OutdoorSportActivity static { get; } : UInt16

          14. Phone static { get; } : UInt16

          15. PulseOximeter static { get; } : UInt16

          16. RemoteControl static { get; } : UInt16

          17. RunningWalking static { get; } : UInt16

          18. Tag static { get; } : UInt16

          19. Thermometer static { get; } : UInt16

          20. Uncategorized static { get; } : UInt16

          21. Watch static { get; } : UInt16

          22. WeightScale static { get; } : UInt16

        6. BluetoothLEAppearanceSubcategories
          1. BarcodeScanner static { get; } : UInt16

          2. BloodPressureArm static { get; } : UInt16

          3. BloodPressureWrist static { get; } : UInt16

          4. CardReader static { get; } : UInt16

          5. CyclingCadenceSensor static { get; } : UInt16

          6. CyclingComputer static { get; } : UInt16

          7. CyclingPowerSensor static { get; } : UInt16

          8. CyclingSpeedCadenceSensor static { get; } : UInt16

          9. CyclingSpeedSensor static { get; } : UInt16

          10. DigitalPen static { get; } : UInt16

          11. DigitizerTablet static { get; } : UInt16

          12. Gamepad static { get; } : UInt16

          13. Generic static { get; } : UInt16

          14. HeartRateBelt static { get; } : UInt16

          15. Joystick static { get; } : UInt16

          16. Keyboard static { get; } : UInt16

          17. LocationDisplay static { get; } : UInt16

          18. LocationNavigationDisplay static { get; } : UInt16

          19. LocationNavigationPod static { get; } : UInt16

          20. LocationPod static { get; } : UInt16

          21. Mouse static { get; } : UInt16

          22. OximeterFingertip static { get; } : UInt16

          23. OximeterWristWorn static { get; } : UInt16

          24. RunningWalkingInShoe static { get; } : UInt16

          25. RunningWalkingOnHip static { get; } : UInt16

          26. RunningWalkingOnShoe static { get; } : UInt16

          27. SportsWatch static { get; } : UInt16

          28. ThermometerEar static { get; } : UInt16

        7. BluetoothLEDevice
          1. Appearance { get; } : BluetoothLEAppearance

          2. BluetoothAddressType { get; } : BluetoothAddressType

          3. DeviceInformation { get; } : DeviceInformation

          4. FromBluetoothAddressAsync(UInt64 bluetoothAddress, BluetoothAddressType bluetoothAddressType) static : IAsyncOperation<BluetoothLEDevice>

          5. GetDeviceSelectorFromAppearance(BluetoothLEAppearance appearance) static : String

          6. GetDeviceSelectorFromBluetoothAddress(UInt64 bluetoothAddress) static : String

          7. GetDeviceSelectorFromBluetoothAddress(UInt64 bluetoothAddress, BluetoothAddressType bluetoothAddressType) static : String

          8. GetDeviceSelectorFromConnectionStatus(BluetoothConnectionStatus connectionStatus) static : String

          9. GetDeviceSelectorFromDeviceName(String deviceName) static : String

          10. GetDeviceSelectorFromPairingState(Boolean pairingState) static : String

        1. DeviceInformationCustomPairing
          1. PairAsync(DevicePairingKinds pairingKindsSupported) : IAsyncOperation<DevicePairingResult>

          2. PairAsync(DevicePairingKinds pairingKindsSupported, DevicePairingProtectionLevel minProtectionLevel) : IAsyncOperation<DevicePairingResult>

          3. PairAsync(DevicePairingKinds pairingKindsSupported, DevicePairingProtectionLevel minProtectionLevel, IDevicePairingSettings devicePairingSettings) : IAsyncOperation<DevicePairingResult>

          4. PairingRequested event : TypedEventHandler<DeviceInformationCustomPairing,DevicePairingRequestedEventArgs>

        2. DeviceInformationPairing
          1. Custom { get; } : DeviceInformationCustomPairing

          2. PairAsync(DevicePairingProtectionLevel minProtectionLevel, IDevicePairingSettings devicePairingSettings) : IAsyncOperation<DevicePairingResult>

          3. ProtectionLevel { get; } : DevicePairingProtectionLevel

          4. TryRegisterForAllInboundPairingRequests(DevicePairingKinds pairingKindsSupported) static : Boolean

          5. UnpairAsync() : IAsyncOperation<DeviceUnpairingResult>

        3. DevicePairingKinds
          1. None : 0,

          2. ConfirmOnly : 1,

          3. DisplayPin : 2,

          4. ProvidePin : 4,

          5. ConfirmPinMatch : 8,

        4. DevicePairingRequestedEventArgs
          1. Accept() : Void

          2. Accept(String pin) : Void

          3. DeviceInformation { get; } : DeviceInformation

          4. GetDeferral() : Deferral

          5. PairingKind { get; } : DevicePairingKinds

          6. Pin { get; } : String

        5. DevicePairingResultStatus
          1. PairingCanceled : 14,

          2. OperationAlreadyInProgress : 15,

          3. RequiredHandlerNotRegistered : 16,

          4. RejectedByHandler : 17,

          5. RemoteDeviceHasAssociation : 18,

          6. Failed : 19,

        6. DeviceUnpairingResult
          1. Status { get; } : DeviceUnpairingResultStatus

        7. DeviceUnpairingResultStatus
          1. Unpaired : 0,

          2. AlreadyUnpaired : 1,

          3. OperationAlreadyInProgress : 2,

          4. AccessDenied : 3,

          5. Failed : 4,

        8. IDevicePairingSettings

          1. GpioPinProviderValueChangedEventArgs
            1. ctor(ProviderGpioPinEdge edge)

            2. Edge { get; } : ProviderGpioPinEdge

          2. IGpioControllerProvider
            1. OpenPinProvider(Int32 pin, ProviderGpioSharingMode sharingMode) : IGpioPinProvider

            2. PinCount { get; } : Int32

          3. IGpioPinProvider
            1. DebounceTimeout { get; set; } : TimeSpan

            2. GetDriveMode() : ProviderGpioPinDriveMode

            3. IsDriveModeSupported(ProviderGpioPinDriveMode driveMode) : Boolean

            4. PinNumber { get; } : Int32

            5. Read() : ProviderGpioPinValue

            6. SetDriveMode(ProviderGpioPinDriveMode value) : Void

            7. SharingMode { get; } : ProviderGpioSharingMode

            8. ValueChanged event : TypedEventHandler<IGpioPinProvider,GpioPinProviderValueChangedEventArgs>

            9. Write(ProviderGpioPinValue value) : Void

          4. IGpioProvider
            1. GetControllers() : IReadOnlyList<IGpioControllerProvider>

          5. ProviderGpioPinDriveMode
            1. Input : 0,

            2. Output : 1,

            3. InputPullUp : 2,

            4. InputPullDown : 3,

            5. OutputOpenDrain : 4,

            6. OutputOpenDrainPullUp : 5,

            7. OutputOpenSource : 6,

            8. OutputOpenSourcePullDown : 7,

          6. ProviderGpioPinEdge
            1. FallingEdge : 0,

            2. RisingEdge : 1,

          7. ProviderGpioPinValue
            1. Low : 0,

            2. High : 1,

          8. ProviderGpioSharingMode
            1. Exclusive : 0,

            2. SharedReadOnly : 1,

        1. GpioController
          1. GetControllersAsync(IGpioProvider provider) static : IAsyncOperation<IReadOnlyList<GpioController>>

          2. GetDefaultAsync() static : IAsyncOperation<GpioController>

          1. II2cControllerProvider
            1. GetDeviceProvider(ProviderI2cConnectionSettings settings) : II2cDeviceProvider

          2. II2cDeviceProvider
            1. DeviceId { get; } : String

            2. Read(Byte[] buffer) : Void

            3. ReadPartial(Byte[] buffer) : ProviderI2cTransferResult

            4. Write(Byte[] buffer) : Void

            5. WritePartial(Byte[] buffer) : ProviderI2cTransferResult

            6. WriteRead(Byte[] writeBuffer, Byte[] readBuffer) : Void

            7. WriteReadPartial(Byte[] writeBuffer, Byte[] readBuffer) : ProviderI2cTransferResult

          3. II2cProvider
            1. GetControllersAsync() : IAsyncOperation<IReadOnlyList<II2cControllerProvider>>

          4. ProviderI2cBusSpeed
            1. StandardMode : 0,

            2. FastMode : 1,

          5. ProviderI2cConnectionSettings
            1. BusSpeed { get; set; } : ProviderI2cBusSpeed

            2. SharingMode { get; set; } : ProviderI2cSharingMode

            3. SlaveAddress { get; set; } : Int32

          6. ProviderI2cSharingMode
            1. Exclusive : 0,

            2. Shared : 1,

          7. ProviderI2cTransferResult
            1. BytesTransferred : UInt32

            2. Status : ProviderI2cTransferStatus

          8. ProviderI2cTransferStatus
            1. FullTransfer : 0,

            2. PartialTransfer : 1,

            3. SlaveAddressNotAcknowledged : 2,

        1. I2cController
          1. GetControllersAsync(II2cProvider provider) static : IAsyncOperation<IReadOnlyList<I2cController>>

          2. GetDefaultAsync() static : IAsyncOperation<I2cController>

          3. GetDevice(I2cConnectionSettings settings) : I2cDevice

        1. KnownPerceptionFrameSourceProperties
          1. DeviceId static { get; } : String

        2. PerceptionColorFrameSource
          1. DeviceId { get; } : String

        3. PerceptionDepthFrameSource
          1. DeviceId { get; } : String

        4. PerceptionInfraredFrameSource
          1. DeviceId { get; } : String

          1. Print3DWorkflowPrintRequestedEventArgs
            1. ExtendedStatus { get; set; } : Print3DWorkflowDetail

            2. SetExtendedStatus(Print3DWorkflowDetail value) : Void

            3. SetSourceChanged(Boolean value) : Void

            4. Status { get; } : Print3DWorkflowStatus

            5. Status { get; set; } : Print3DWorkflowStatus

          2. Print3DWorkflowStatus
            1. Submitted : 4,

        1. PwmController
          1. GetDefaultAsync() static : IAsyncOperation<PwmController>

        1. ISensorDataThreshold

        2. Pedometer
          1. GetCurrentReadings() : IReadOnlyDictionary<PedometerStepKind,PedometerReading>

          2. GetReadingsFromTriggerDetails(SensorDataThresholdTriggerDetails triggerDetails) static : IReadOnlyList<PedometerReading>

        3. PedometerDataThreshold
          1. ctor(Pedometer sensor, Int32 stepGoal)

        4. ProximitySensor
          1. GetReadingsFromTriggerDetails(SensorDataThresholdTriggerDetails triggerDetails) static : IReadOnlyList<ProximitySensorReading>

        5. ProximitySensorDataThreshold
          1. ctor(ProximitySensor sensor)

        6. SensorDataThresholdTriggerDetails
          1. DeviceId { get; } : String

          2. SensorType { get; } : SensorType

        7. SensorType
          1. Accelerometer : 0,

          2. ActivitySensor : 1,

          3. Barometer : 2,

          4. Compass : 3,

          5. CustomSensor : 4,

          6. Gyroscope : 5,

          7. ProximitySensor : 6,

          8. Inclinometer : 7,

          9. LightSensor : 8,

          10. OrientationSensor : 9,

          11. Pedometer : 10,

          12. RelativeInclinometer : 11,

          13. RelativeOrientationSensor : 12,

          14. SimpleOrientationSensor : 13,

          1. ISpiControllerProvider
            1. GetDeviceProvider(ProviderSpiConnectionSettings settings) : ISpiDeviceProvider

          2. ISpiDeviceProvider
            1. ConnectionSettings { get; } : ProviderSpiConnectionSettings

            2. DeviceId { get; } : String

            3. Read(Byte[] buffer) : Void

            4. TransferFullDuplex(Byte[] writeBuffer, Byte[] readBuffer) : Void

            5. TransferSequential(Byte[] writeBuffer, Byte[] readBuffer) : Void

            6. Write(Byte[] buffer) : Void

          3. ISpiProvider
            1. GetControllersAsync() : IAsyncOperation<IReadOnlyList<ISpiControllerProvider>>

          4. ProviderSpiConnectionSettings
            1. ClockFrequency { get; set; } : Int32

            2. ctor(Int32 chipSelectLine)

            3. DataBitLength { get; set; } : Int32

            4. ChipSelectLine { get; set; } : Int32

            5. Mode { get; set; } : ProviderSpiMode

            6. SharingMode { get; set; } : ProviderSpiSharingMode

          5. ProviderSpiMode
            1. Mode0 : 0,

            2. Mode1 : 1,

            3. Mode2 : 2,

            4. Mode3 : 3,

          6. ProviderSpiSharingMode
            1. Exclusive : 0,

            2. Shared : 1,

        1. SpiController
          1. GetControllersAsync(ISpiProvider provider) static : IAsyncOperation<IReadOnlyList<SpiController>>

          2. GetDefaultAsync() static : IAsyncOperation<SpiController>

          3. GetDevice(SpiConnectionSettings settings) : SpiDevice

        1. WiFiDirectAdvertisement
          1. SupportedConfigurationMethods { get; } : IList<WiFiDirectConfigurationMethod>

        2. WiFiDirectConfigurationMethod
          1. ProvidePin : 0,

          2. DisplayPin : 1,

          3. PushButton : 2,

        3. WiFiDirectConnectionParameters
          1. GetDevicePairingKinds(WiFiDirectConfigurationMethod configurationMethod) static : DevicePairingKinds

          2. PreferenceOrderedConfigurationMethods { get; } : IList<WiFiDirectConfigurationMethod>

          3. PreferredPairingProcedure { get; set; } : WiFiDirectPairingProcedure

        4. WiFiDirectPairingProcedure
          1. GroupOwnerNegotiation : 0,

          2. Invitation : 1,

      1. ILowLevelDevicesAggregateProvider
        1. AdcControllerProvider { get; } : IAdcControllerProvider

        2. GpioControllerProvider { get; } : IGpioControllerProvider

        3. I2cControllerProvider { get; } : II2cControllerProvider

        4. PwmControllerProvider { get; } : IPwmControllerProvider

        5. SpiControllerProvider { get; } : ISpiControllerProvider

      2. LowLevelDevicesAggregateProvider
        1. AdcControllerProvider { get; } : IAdcControllerProvider

        2. ctor(IAdcControllerProvider adc, IPwmControllerProvider pwm, IGpioControllerProvider gpio, II2cControllerProvider i2c, ISpiControllerProvider spi)

        3. GpioControllerProvider { get; } : IGpioControllerProvider

        4. I2cControllerProvider { get; } : II2cControllerProvider

        5. PwmControllerProvider { get; } : IPwmControllerProvider

        6. SpiControllerProvider { get; } : ISpiControllerProvider

      3. LowLevelDevicesController
        1. DefaultProvider static { get; set; } : ILowLevelDevicesAggregateProvider

        1. ActivatableAttribute
          1. ctor(Type type, UInt32 version, String contractName)

          2. ctor(Type type, UInt32 version, Type contractName)

          3. ctor(UInt32 version, String type)

          4. ctor(UInt32 version, Type type)

        2. ComposableAttribute
          1. ctor(Type type, CompositionType compositionType, UInt32 version, String contract)

          2. ctor(Type type, CompositionType compositionType, UInt32 version, Type contract)

        3. ContractVersionAttribute
          1. ctor(String contract, UInt32 version)

        4. DeprecatedAttribute
          1. ctor(String message, DeprecationType type, UInt32 version, String contract)

          2. ctor(String message, DeprecationType type, UInt32 version, Type contract)

        5. PreviousContractVersionAttribute
          1. ctor(String contract, UInt32 versionLow, UInt32 versionHigh)

          2. ctor(String contract, UInt32 versionLow, UInt32 versionHigh, String newContract)

          3. ctor(Type contract, UInt32 versionLow, UInt32 versionHigh)

          4. ctor(Type contract, UInt32 versionLow, UInt32 versionHigh, Type newContract)

        6. StaticAttribute
          1. ctor(Type type, UInt32 version, String contractName)

          2. ctor(Type type, UInt32 version, Type contractName)

        1. GameBar
          1. IsInputRedirected static { get; } : Boolean

          2. IsInputRedirectedChanged static event : EventHandler<Object>

          3. VisibilityChanged static event : EventHandler<Object>

          4. Visible static { get; } : Boolean

          1. GameSaveContainer
            1. ReadAsync(IReadOnlyDictionary<String,IBuffer> blobsToRead) : IAsyncOperation<GameSaveOperationResult>

            2. ReadAsync(IReadOnlyDictionary<String,IBuffer> blobsToWrite) : IAsyncOperation<GameSaveOperationResult>

        1. DirectXAlphaMode
          1. Unspecified : 0,

          2. Premultiplied : 1,

          3. Straight : 2,

          4. Ignore : 3,

        1. DisplayInformation
          1. DiagonalSizeInInches { get; } : Nullable<Double>

        1. HolographicAdapterId
          1. HighPart : Int32

          2. LowPart : UInt32

        2. HolographicCamera
          1. Id { get; } : UInt32

          2. IsStereo { get; } : Boolean

          3. RenderTargetSize { get; } : Size

          4. SetFarPlaneDistance(Double value) : Void

          5. SetNearPlaneDistance(Double value) : Void

          6. ViewportScaleFactor { get; set; } : Double

        3. HolographicCameraPose
          1. FarPlaneDistance { get; } : Double

          2. HolographicCamera { get; } : HolographicCamera

          3. NearPlaneDistance { get; } : Double

          4. ProjectionTransform { get; } : HolographicStereoTransform

          5. TryGetCullingFrustum(SpatialCoordinateSystem coordinateSystem) : Nullable<SpatialBoundingFrustum>

          6. TryGetViewTransform(SpatialCoordinateSystem coordinateSystem) : Nullable<HolographicStereoTransform>

          7. TryGetVisibleFrustum(SpatialCoordinateSystem coordinateSystem) : Nullable<SpatialBoundingFrustum>

          8. Viewport { get; } : Rect

        4. HolographicCameraRenderingParameters
          1. Direct3D11BackBuffer { get; } : IDirect3DSurface

          2. Direct3D11Device { get; } : IDirect3DDevice

          3. SetFocusPoint(SpatialCoordinateSystem coordinateSystem, Vector3 position) : Void

          4. SetFocusPoint(SpatialCoordinateSystem coordinateSystem, Vector3 position, Vector3 normal) : Void

          5. SetFocusPoint(SpatialCoordinateSystem coordinateSystem, Vector3 position, Vector3 normal, Vector3 linearVelocity) : Void

        5. HolographicFrame
          1. AddedCameras { get; } : IReadOnlyList<HolographicCamera>

          2. CurrentPrediction { get; } : HolographicFramePrediction

          3. Duration { get; } : TimeSpan

          4. GetRenderingParameters(HolographicCameraPose cameraPose) : HolographicCameraRenderingParameters

          5. PresentUsingCurrentPrediction() : HolographicFramePresentResult

          6. PresentUsingCurrentPrediction(HolographicFramePresentWaitBehavior waitBehavior) : HolographicFramePresentResult

          7. RemovedCameras { get; } : IReadOnlyList<HolographicCamera>

          8. UpdateCurrentPrediction() : Void

          9. WaitForFrameToFinish() : Void

        6. HolographicFramePrediction
          1. CameraPoses { get; } : IReadOnlyList<HolographicCameraPose>

          2. Timestamp { get; } : PerceptionTimestamp

        7. HolographicFramePresentResult
          1. Success : 0,

          2. DeviceRemoved : 1,

        8. HolographicFramePresentWaitBehavior
          1. WaitForFrameToFinish : 0,

          2. DoNotWaitForFrameToFinish : 1,

        9. HolographicSpace
          1. CameraAdded event : TypedEventHandler<HolographicSpace,HolographicSpaceCameraAddedEventArgs>

          2. CameraRemoved event : TypedEventHandler<HolographicSpace,HolographicSpaceCameraRemovedEventArgs>

          3. CreateForCoreWindow(CoreWindow window) static : HolographicSpace

          4. CreateNextFrame() : HolographicFrame

          5. PrimaryAdapterId { get; } : HolographicAdapterId

          6. SetDirect3D11Device(IDirect3DDevice value) : Void

        10. HolographicSpaceCameraAddedEventArgs
          1. Camera { get; } : HolographicCamera

          2. GetDeferral() : Deferral

        11. HolographicSpaceCameraRemovedEventArgs
          1. Camera { get; } : HolographicCamera

        12. HolographicStereoTransform
          1. Left : Matrix4x4

          2. Right : Matrix4x4

        1. Printing3DBufferFormat
          1. Printing3DDouble : 500,

          2. Printing3DUInt : 501,

        2. Printing3DColorMaterial
          1. Color { get; set; } : Color

        3. Printing3DTexture2CoordMaterialGroup
          1. Texture { get; set; } : Printing3DModelTexture

        1. PackageInstallState
          1. Paused : 6,

        1. OrchestrationContract

        1. AppCapture
          1. CapturingChanged event : TypedEventHandler<AppCapture,Object>

          2. GetForCurrentView() static : AppCapture

          3. IsCapturingAudio { get; } : Boolean

          4. IsCapturingVideo { get; } : Boolean

        2. AppCaptureAlternateShortcutKeys
          1. ToggleMicrophoneCaptureKey { get; set; } : VirtualKey

          2. ToggleMicrophoneCaptureKeyModifiers { get; set; } : VirtualKeyModifiers

        3. AppCaptureSettings
          1. IsMicrophoneCaptureEnabled { get; set; } : Boolean

        1. MediaBinder
          1. Binding event : TypedEventHandler<MediaBinder,MediaBindingEventArgs>

          2. Source { get; } : MediaSource

          3. Token { get; set; } : String

        2. MediaBindingEventArgs
          1. Canceled event : TypedEventHandler<MediaBindingEventArgs,Object>

          2. GetDeferral() : Deferral

          3. MediaBinder { get; } : MediaBinder

          4. SetStream(IRandomAccessStream stream, String contentType) : Void

          5. SetStreamReference(IRandomAccessStreamReference stream, String contentType) : Void

          6. SetUri(Uri uri) : Void

        3. MediaSource
          1. CreateFromMediaBinder(MediaBinder binder) static : MediaSource

          2. Reset() : Void

          3. State { get; } : MediaSourceState

          4. StateChanged event : TypedEventHandler<MediaSource,MediaSourceStateChangedEventArgs>

        4. MediaSourceState
          1. Initial : 0,

          2. Opening : 1,

          3. Opened : 2,

          4. Failed : 3,

          5. Closed : 4,

        5. MediaSourceStateChangedEventArgs
          1. NewState { get; } : MediaSourceState

          2. OldState { get; } : MediaSourceState

        1. DialDevice
          1. FriendlyName { get; } : String

          2. Thumbnail { get; } : IRandomAccessStreamReference

        1. MediaPlaybackItem
          1. FindFromMediaSource(MediaSource source) static : MediaPlaybackItem

        2. MediaPlaybackList
          1. MaxPrefetchTime { get; set; } : Nullable<TimeSpan>

          2. SetShuffledItems(IEnumerable<MediaPlaybackItem> value) : Void

          3. ShuffledItems { get; } : IReadOnlyList<MediaPlaybackItem>

          4. StartingItem { get; set; } : MediaPlaybackItem

        3. MediaPlayer
          1. AddAudioEffect(String activatableClassId, Boolean effectOptional, IPropertySet configuration) : Void

          2. RemoveAllEffects() : Void

        1. ProtectionCapabilities
          1. IsTypeSupported(String type, String keySystem) : ProtectionCapabilityResult

        2. ProtectionCapabilityResult
          1. NotSupported : 0,

          2. Maybe : 1,

          3. Probably : 2,

          1. AdaptiveMediaSource
            1. AdvancedSettings { get; } : AdaptiveMediaSourceAdvancedSettings

          2. AdaptiveMediaSourceAdvancedSettings
            1. AllSegmentsIndependent { get; set; } : Boolean

            2. BitrateDowngradeTriggerRatio { get; set; } : Nullable<Double>

            3. DesiredBitrateHeadroomRatio { get; set; } : Nullable<Double>

        1. HeadPose
          1. ForwardDirection { get; } : Vector3

          2. Position { get; } : Vector3

          3. UpDirection { get; } : Vector3

          1. SpatialSurfaceInfo
            1. Id { get; } : Guid

            2. TryComputeLatestMeshAsync(Double maxTrianglesPerCubicMeter) : IAsyncOperation<SpatialSurfaceMesh>

            3. TryComputeLatestMeshAsync(Double maxTrianglesPerCubicMeter, SpatialSurfaceMeshOptions options) : IAsyncOperation<SpatialSurfaceMesh>

            4. TryGetBounds(SpatialCoordinateSystem coordinateSystem) : Nullable<SpatialBoundingOrientedBox>

            5. UpdateTime { get; } : DateTimeOffset

          2. SpatialSurfaceMesh
            1. CoordinateSystem { get; } : SpatialCoordinateSystem

            2. SurfaceInfo { get; } : SpatialSurfaceInfo

            3. TriangleIndices { get; } : SpatialSurfaceMeshBuffer

            4. VertexNormals { get; } : SpatialSurfaceMeshBuffer

            5. VertexPositions { get; } : SpatialSurfaceMeshBuffer

            6. VertexPositionScale { get; } : Vector3

          3. SpatialSurfaceMeshBuffer
            1. Data { get; } : IBuffer

            2. ElementCount { get; } : UInt32

            3. Format { get; } : DirectXPixelFormat

            4. Stride { get; } : UInt32

          4. SpatialSurfaceMeshOptions
            1. IncludeVertexNormals { get; set; } : Boolean

            2. SupportedTriangleIndexFormats static { get; } : IReadOnlyList<DirectXPixelFormat>

            3. SupportedVertexNormalFormats static { get; } : IReadOnlyList<DirectXPixelFormat>

            4. SupportedVertexPositionFormats static { get; } : IReadOnlyList<DirectXPixelFormat>

            5. TriangleIndexFormat { get; set; } : DirectXPixelFormat

            6. VertexNormalFormat { get; set; } : DirectXPixelFormat

            7. VertexPositionFormat { get; set; } : DirectXPixelFormat

          5. SpatialSurfaceObserver
            1. GetObservedSurfaces() : IReadOnlyDictionary<Guid,SpatialSurfaceInfo>

            2. ObservedSurfacesChanged event : TypedEventHandler<SpatialSurfaceObserver,Object>

            3. RequestAccessAsync() static : IAsyncOperation<SpatialPerceptionAccessStatus>

            4. SetBoundingVolume(SpatialBoundingVolume bounds) : Void

            5. SetBoundingVolumes(IEnumerable<SpatialBoundingVolume> bounds) : Void

        1. SpatialAnchor
          1. CoordinateSystem { get; } : SpatialCoordinateSystem

          2. RawCoordinateSystem { get; } : SpatialCoordinateSystem

          3. RawCoordinateSystemAdjusted event : TypedEventHandler<SpatialAnchor,SpatialAnchorRawCoordinateSystemAdjustedEventArgs>

          4. TryCreateRelativeTo(SpatialCoordinateSystem coordinateSystem) static : SpatialAnchor

          5. TryCreateRelativeTo(SpatialCoordinateSystem coordinateSystem, Vector3 position) static : SpatialAnchor

          6. TryCreateRelativeTo(SpatialCoordinateSystem coordinateSystem, Vector3 position, Quaternion orientation) static : SpatialAnchor

        2. SpatialAnchorManager
          1. RequestStoreAsync() static : IAsyncOperation<SpatialAnchorStore>

        3. SpatialAnchorRawCoordinateSystemAdjustedEventArgs
          1. OldRawCoordinateSystemToNewRawCoordinateSystemTransform { get; } : Matrix4x4

        4. SpatialAnchorStore
          1. Clear() : Void

          2. GetAllSavedAnchors() : IReadOnlyDictionary<String,SpatialAnchor>

          3. Remove(String id) : Void

          4. TrySave(String id, SpatialAnchor anchor) : Boolean

        5. SpatialAnchorTransferManager
          1. RequestAccessAsync() static : IAsyncOperation<SpatialPerceptionAccessStatus>

          2. TryExportAnchorsAsync(IEnumerable<KeyValuePair<String,SpatialAnchor>> anchors, IOutputStream stream) static : IAsyncOperation<Boolean>

          3. TryImportAnchorsAsync(IInputStream stream) static : IAsyncOperation<IReadOnlyDictionary<String,SpatialAnchor>>

        6. SpatialBoundingBox
          1. Center : Vector3

          2. Extents : Vector3

        7. SpatialBoundingFrustum
          1. Bottom : Plane

          2. Far : Plane

          3. Left : Plane

          4. Near : Plane

          5. Right : Plane

          6. Top : Plane

        8. SpatialBoundingOrientedBox
          1. Center : Vector3

          2. Extents : Vector3

          3. Orientation : Quaternion

        9. SpatialBoundingSphere
          1. Center : Vector3

          2. Radius : Single

        10. SpatialBoundingVolume
          1. FromBox(SpatialCoordinateSystem coordinateSystem, SpatialBoundingBox box) static : SpatialBoundingVolume

          2. FromFrustum(SpatialCoordinateSystem coordinateSystem, SpatialBoundingFrustum frustum) static : SpatialBoundingVolume

          3. FromOrientedBox(SpatialCoordinateSystem coordinateSystem, SpatialBoundingOrientedBox box) static : SpatialBoundingVolume

          4. FromSphere(SpatialCoordinateSystem coordinateSystem, SpatialBoundingSphere sphere) static : SpatialBoundingVolume

        11. SpatialCoordinateSystem
          1. TryGetTransformTo(SpatialCoordinateSystem target) : Nullable<Matrix4x4>

        12. SpatialLocatability
          1. Unavailable : 0,

          2. OrientationOnly : 1,

          3. PositionalTrackingActivating : 2,

          4. PositionalTrackingActive : 3,

          5. PositionalTrackingInhibited : 4,

        13. SpatialLocation
          1. AbsoluteAngularAcceleration { get; } : Quaternion

          2. AbsoluteAngularVelocity { get; } : Quaternion

          3. AbsoluteLinearAcceleration { get; } : Vector3

          4. AbsoluteLinearVelocity { get; } : Vector3

          5. Orientation { get; } : Quaternion

          6. Position { get; } : Vector3

        14. SpatialLocator
          1. CreateAttachedFrameOfReferenceAtCurrentHeading() : SpatialLocatorAttachedFrameOfReference

          2. CreateAttachedFrameOfReferenceAtCurrentHeading(Vector3 relativePosition) : SpatialLocatorAttachedFrameOfReference

          3. CreateAttachedFrameOfReferenceAtCurrentHeading(Vector3 relativePosition, Quaternion relativeOrientation) : SpatialLocatorAttachedFrameOfReference

          4. CreateAttachedFrameOfReferenceAtCurrentHeading(Vector3 relativePosition, Quaternion relativeOrientation, Double relativeHeadingInRadians) : SpatialLocatorAttachedFrameOfReference

          5. CreateStationaryFrameOfReferenceAtCurrentLocation() : SpatialStationaryFrameOfReference

          6. CreateStationaryFrameOfReferenceAtCurrentLocation(Vector3 relativePosition) : SpatialStationaryFrameOfReference

          7. CreateStationaryFrameOfReferenceAtCurrentLocation(Vector3 relativePosition, Quaternion relativeOrientation) : SpatialStationaryFrameOfReference

          8. CreateStationaryFrameOfReferenceAtCurrentLocation(Vector3 relativePosition, Quaternion relativeOrientation, Double relativeHeadingInRadians) : SpatialStationaryFrameOfReference

          9. GetDefault() static : SpatialLocator

          10. Locatability { get; } : SpatialLocatability

          11. LocatabilityChanged event : TypedEventHandler<SpatialLocator,Object>

          12. PositionalTrackingDeactivating event : TypedEventHandler<SpatialLocator,SpatialLocatorPositionalTrackingDeactivatingEventArgs>

          13. TryLocateAtTimestamp(PerceptionTimestamp timestamp, SpatialCoordinateSystem coordinateSystem) : SpatialLocation

        15. SpatialLocatorAttachedFrameOfReference
          1. AdjustHeading(Double headingOffsetInRadians) : Void

          2. GetStationaryCoordinateSystemAtTimestamp(PerceptionTimestamp timestamp) : SpatialCoordinateSystem

          3. RelativeOrientation { get; set; } : Quaternion

          4. RelativePosition { get; set; } : Vector3

          5. TryGetRelativeHeadingAtTimestamp(PerceptionTimestamp timestamp) : Nullable<Double>

        16. SpatialLocatorPositionalTrackingDeactivatingEventArgs
          1. Canceled { get; set; } : Boolean

        17. SpatialPerceptionAccessStatus
          1. Unspecified : 0,

          2. Allowed : 1,

          3. DeniedByUser : 2,

          4. DeniedBySystem : 3,

        18. SpatialStationaryFrameOfReference
          1. CoordinateSystem { get; } : SpatialCoordinateSystem

      1. PerceptionTimestamp
        1. PredictionAmount { get; } : TimeSpan

        2. TargetTime { get; } : DateTimeOffset

      2. PerceptionTimestampHelper
        1. FromHistoricalTargetTime(DateTimeOffset targetTime) static : PerceptionTimestamp

            1. WebTokenRequest
              1. AppProperties { get; } : IDictionary<String,String>

            1. WebAccountManager
              1. PullCookiesAsync(String uriString, String callerPFN) static : IAsyncAction

        1. KeyCredential
          1. RetrievePublicKey(CryptographicPublicKeyBlobType blobType) : IBuffer

        1. DataProtectionStatus
          1. LicenseExpired : 4,

          2. AccessSuspended : 5,

        2. EnforcementLevel
          1. NoProtection : 0,

          2. Silent : 1,

          3. Override : 2,

          4. Block : 3,

        3. FileProtectionManager
          1. IsContainerAsync(IStorageFile file) static : IAsyncOperation<Boolean>

          2. LoadFileFromContainerAsync(IStorageFile containerFile, IStorageItem target, NameCollisionOption collisionOption) static : IAsyncOperation<ProtectedContainerImportResult>

          3. SaveFileAsContainerAsync(IStorageFile protectedFile, IEnumerable<String> sharedWithIdentities) static : IAsyncOperation<ProtectedContainerExportResult>

        4. FileProtectionStatus
          1. LicenseExpired : 8,

          2. AccessSuspended : 9,

        5. ProtectedImportExportStatus
          1. LicenseExpired : 6,

          2. AccessSuspended : 7,

        6. ProtectionPolicyManager
          1. GetEnforcementLevel(String identity) static : EnforcementLevel

          2. HasContentBeenRevokedSince(String identity, DateTimeOffset since) static : Boolean

          3. CheckAccessForApp(String sourceIdentity, String appPackageFamilyName) static : ProtectionPolicyEvaluationResult

          4. IsProtectionEnabled static { get; } : Boolean

          5. IsProtectionUnderLockRequired(String identity) static : Boolean

          6. IsUserDecryptionAllowed(String identity) static : Boolean

          7. PolicyChanged static event : EventHandler<Object>

          8. RequestAccessForAppAsync(String sourceIdentity, String appPackageFamilyName) static : IAsyncOperation<ProtectionPolicyEvaluationResult>

          1. GuidanceAudioNotificationKind
            1. Maneuver : 0,

            2. Route : 1,

            3. Gps : 2,

            4. SpeedLimit : 3,

            5. Traffic : 4,

            6. TrafficCamera : 5,

          2. GuidanceAudioNotificationRequestedEventArgs
            1. AudioFilePaths { get; } : IReadOnlyList<String>

            2. AudioNotification { get; } : GuidanceAudioNotificationKind

            3. AudioText { get; } : String

          3. GuidanceNavigator
            1. AudioNotificationRequested event : TypedEventHandler<GuidanceNavigator,GuidanceAudioNotificationRequestedEventArgs>

            2. IsGuidanceAudioMuted { get; set; } : Boolean

            3. UseAppProvidedVoice static { get; } : Boolean

        1. MapService
          1. DataAttributions static { get; } : String

      1. DownloadsFolder
        1. CreateFileForUserAsync(User user, String desiredName) static : IAsyncOperation<StorageFile>

        2. CreateFileForUserAsync(User user, String desiredName, CreationCollisionOption option) static : IAsyncOperation<StorageFile>

        3. CreateFolderForUserAsync(User user, String desiredName) static : IAsyncOperation<StorageFolder>

        4. CreateFolderForUserAsync(User user, String desiredName, CreationCollisionOption option) static : IAsyncOperation<StorageFolder>

      2. KnownFolderId
        1. AppCaptures : 0,

        2. CameraRoll : 1,

        3. DocumentsLibrary : 2,

        4. HomeGroup : 3,

        5. MediaServerDevices : 4,

        6. MusicLibrary : 5,

        7. Objects3D : 6,

        8. PicturesLibrary : 7,

        9. Playlists : 8,

        10. RecordedCalls : 9,

        11. RemovableDevices : 10,

        12. SavedPictures : 11,

        13. Screenshots : 12,

        14. VideosLibrary : 13,

      3. KnownFolders
        1. GetFolderForUserAsync(User user, KnownFolderId folderId) static : IAsyncOperation<StorageFolder>

      4. StorageLibrary
        1. GetLibraryForUserAsync(User user, KnownLibraryId libraryId) static : IAsyncOperation<StorageLibrary>

        1. PlatformDataCollectionLevel
          1. Security : 0,

          2. Basic : 1,

          3. Enhanced : 2,

          4. Full : 3,

        2. PlatformDiagnosticsAndUsageDataSettings
          1. CanCollectDiagnostics(PlatformDataCollectionLevel level) static : Boolean

          2. CollectionLevel static { get; } : PlatformDataCollectionLevel

          3. CollectionLevelChanged static event : EventHandler<Object>

      1. MemoryManager
        1. TrySetAppMemoryUsageLimit(UInt64 value) static : Boolean

      2. ProcessLauncher
        1. RunToCompletionAsync(String fileName, String args) static : IAsyncOperation<ProcessLauncherResult>

        2. RunToCompletionAsync(String fileName, String args, ProcessLauncherOptions options) static : IAsyncOperation<ProcessLauncherResult>

      3. ProcessLauncherOptions
        1. StandardError { get; set; } : IOutputStream

        2. StandardInput { get; set; } : IInputStream

        3. StandardOutput { get; set; } : IOutputStream

        4. WorkingDirectory { get; set; } : String

      4. ProcessLauncherResult
        1. ExitCode { get; } : UInt32

        1. AnimationEndedEventArgs

        2. AnimationEndReason

        3. ColorKeyFrameAnimation
          1. InsertKeyFrame(Single normalizedProgressKey, Color value) : Void

          2. InsertKeyFrame(Single normalizedProgressKey, Color value, CompositionEasingFunction easingFunction) : Void

          3. InterpolationColorSpace { get; set; } : CompositionColorSpace

        4. CompositionAnimation
          1. SetColorParameter(String key, Color value) : Void

          2. SetQuaternionParameter(String key, Quaternion value) : Void

        5. CompositionBackfaceVisibility
          1. Inherit : 0,

          2. Visible : 1,

          3. Hidden : 2,

        6. CompositionBatchCompletedEventArgs

        7. CompositionBatchTypes
          1. None : 0,

          2. Animation : 1,

          3. Effect : 2,

        8. CompositionBitmapInterpolationMode
          1. NearestNeighbor : 0,

          2. Linear : 1,

        9. CompositionBorderMode
          1. Inherit : 0,

          2. Soft : 1,

          3. Hard : 2,

        10. CompositionBrush

        11. CompositionColorBrush
          1. Color { get; set; } : Color

        12. CompositionColorSpace
          1. Auto : 0,

          2. Hsl : 1,

          3. Rgb : 2,

        13. CompositionCommitBatch
          1. Completed event : TypedEventHandler<Object,CompositionBatchCompletedEventArgs>

          2. IsActive { get; } : Boolean

          3. IsEnded { get; } : Boolean

        14. CompositionCompositeMode
          1. Inherit : 0,

          2. SourceOver : 1,

          3. DestinationInvert : 2,

        15. CompositionDrawingSurface
          1. AlphaMode { get; } : DirectXAlphaMode

          2. PixelFormat { get; } : DirectXPixelFormat

          3. Size { get; } : Size

        16. CompositionEffect

        17. CompositionEffectBrush
          1. GetSourceParameter(String name) : CompositionBrush

          2. SetSourceParameter(String name, CompositionBrush source) : Void

        18. CompositionEffectFactory
          1. CompleteLoadAsync() : IAsyncOperation<CompositionEffectFactoryLoadResult>

          2. CreateBrush() : CompositionEffectBrush

          3. CreateEffect() : CompositionEffect

          4. ExtendedError { get; } : Exception

          5. LoadStatus { get; } : CompositionEffectFactoryLoadStatus

        19. CompositionEffectFactoryLoadResult

        20. CompositionEffectFactoryLoadStatus
          1. Other : -1,

        21. CompositionGraphicsDevice
          1. CreateDrawingSurface(Size sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) : CompositionDrawingSurface

          2. CreateImageFromUri(Uri uri) : CompositionImage

          3. CreateImageFromUri(Uri uri, CompositionImageOptions options) : CompositionImage

          4. RenderingDeviceReplaced event : TypedEventHandler<CompositionGraphicsDevice,RenderingDeviceReplacedEventArgs>

        22. CompositionImage

        23. CompositionImageLoadResult

        24. CompositionImageLoadStatus

        25. CompositionImageOptions

        26. CompositionImageProgressStage

        27. CompositionObject
          1. ConnectAnimation(String propertyName, CompositionAnimation animation) : CompositionPropertyAnimator

          2. DisconnectAnimation(String propertyName) : Void

          3. StartAnimation(String propertyName, CompositionAnimation animation) : Void

          4. StopAnimation(String propertyName) : Void

        28. CompositionPropertyAnimator

        29. CompositionPropertySet
          1. InsertColor(String propertyName, Color value) : Void

          2. InsertQuaternion(String propertyName, Quaternion value) : Void

          3. TryGetColor(String propertyName, Color& value) : CompositionGetValueStatus

          4. TryGetQuaternion(String propertyName, Quaternion& value) : CompositionGetValueStatus

        30. CompositionScopedBatch
          1. Completed event : TypedEventHandler<Object,CompositionBatchCompletedEventArgs>

          2. End() : Void

          3. IsActive { get; } : Boolean

          4. IsEnded { get; } : Boolean

          5. Resume() : Void

          6. Suspend() : Void

        31. CompositionSurfaceBrush
          1. BitmapInterpolationMode { get; set; } : CompositionBitmapInterpolationMode

          2. HorizontalAlignmentRatio { get; set; } : Single

          3. Stretch { get; set; } : CompositionStretch

          4. Surface { get; set; } : ICompositionSurface

          5. VerticalAlignmentRatio { get; set; } : Single

        32. Compositor
          1. CreateColorBrush() : CompositionColorBrush

          2. CreateColorBrush(Color color) : CompositionColorBrush

          3. CreateColorKeyFrameAnimation() : ColorKeyFrameAnimation

          4. CreateEffectVisual() : EffectVisual

          5. CreateImageVisual() : ImageVisual

          6. CreateQuaternionKeyFrameAnimation() : QuaternionKeyFrameAnimation

          7. CreateScopedBatch(CompositionBatchTypes batchType) : CompositionScopedBatch

          8. CreateSolidColorVisual() : SolidColorVisual

          9. CreateSpriteVisual() : SpriteVisual

          10. CreateSurfaceBrush() : CompositionSurfaceBrush

          11. CreateSurfaceBrush(ICompositionSurface surface) : CompositionSurfaceBrush

          12. DefaultGraphicsDevice { get; } : CompositionGraphicsDevice

          13. GetCommitBatch(CompositionBatchTypes batchType) : CompositionCommitBatch

        33. EffectVisual

        34. ImageVisual

        35. QuaternionKeyFrameAnimation
          1. InsertKeyFrame(Single normalizedProgressKey, Quaternion value) : Void

          2. InsertKeyFrame(Single normalizedProgressKey, Quaternion value, CompositionEasingFunction easingFunction) : Void

        36. RenderingDeviceReplacedEventArgs
          1. GraphicsDevice { get; } : CompositionGraphicsDevice

        37. SolidColorVisual

        38. SpriteVisual
          1. Brush { get; set; } : CompositionBrush

        39. Visual
          1. AnchorPoint { get; set; } : Vector2

          2. BackfaceVisibility { get; set; } : CompositionBackfaceVisibility

          3. BorderMode { get; set; } : CompositionBorderMode

          4. CompositeMode { get; set; } : CompositionCompositeMode

          5. IsVisible { get; set; } : Boolean

          6. RotationAngleInDegrees { get; set; } : Single

        1. CoreWindow
          1. PointerRoutedAway event : TypedEventHandler<ICorePointerRedirector,PointerEventArgs>

          2. PointerRoutedReleased event : TypedEventHandler<ICorePointerRedirector,PointerEventArgs>

          3. PointerRoutedTo event : TypedEventHandler<ICorePointerRedirector,PointerEventArgs>

        2. ICorePointerRedirector
          1. PointerRoutedAway event : TypedEventHandler<ICorePointerRedirector,PointerEventArgs>

          2. PointerRoutedReleased event : TypedEventHandler<ICorePointerRedirector,PointerEventArgs>

          3. PointerRoutedTo event : TypedEventHandler<ICorePointerRedirector,PointerEventArgs>

          1. SpatialGestureRecognizer
            1. CancelPendingGestures() : Void

            2. CaptureInteraction(SpatialInteraction interaction) : Void

            3. ctor(SpatialGestureSettings settings)

            4. GestureSettings { get; } : SpatialGestureSettings

            5. HoldCanceled event : TypedEventHandler<SpatialGestureRecognizer,SpatialHoldCanceledEventArgs>

            6. HoldCompleted event : TypedEventHandler<SpatialGestureRecognizer,SpatialHoldCompletedEventArgs>

            7. HoldStarted event : TypedEventHandler<SpatialGestureRecognizer,SpatialHoldStartedEventArgs>

            8. ManipulationCanceled event : TypedEventHandler<SpatialGestureRecognizer,SpatialManipulationCanceledEventArgs>

            9. ManipulationCompleted event : TypedEventHandler<SpatialGestureRecognizer,SpatialManipulationCompletedEventArgs>

            10. ManipulationStarted event : TypedEventHandler<SpatialGestureRecognizer,SpatialManipulationStartedEventArgs>

            11. ManipulationUpdated event : TypedEventHandler<SpatialGestureRecognizer,SpatialManipulationUpdatedEventArgs>

            12. NavigationCanceled event : TypedEventHandler<SpatialGestureRecognizer,SpatialNavigationCanceledEventArgs>

            13. NavigationCompleted event : TypedEventHandler<SpatialGestureRecognizer,SpatialNavigationCompletedEventArgs>

            14. NavigationStarted event : TypedEventHandler<SpatialGestureRecognizer,SpatialNavigationStartedEventArgs>

            15. NavigationUpdated event : TypedEventHandler<SpatialGestureRecognizer,SpatialNavigationUpdatedEventArgs>

            16. RecognitionEnded event : TypedEventHandler<SpatialGestureRecognizer,SpatialRecognitionEndedEventArgs>

            17. RecognitionStarted event : TypedEventHandler<SpatialGestureRecognizer,SpatialRecognitionStartedEventArgs>

            18. Tapped event : TypedEventHandler<SpatialGestureRecognizer,SpatialTappedEventArgs>

            19. TrySetGestureSettings(SpatialGestureSettings settings) : Boolean

          2. SpatialGestureSettings
            1. None : 0,

            2. Tap : 1,

            3. DoubleTap : 2,

            4. Hold : 4,

            5. ManipulationTranslate : 8,

            6. NavigationX : 16,

            7. NavigationY : 32,

            8. NavigationZ : 64,

            9. NavigationRailsX : 128,

            10. NavigationRailsY : 256,

            11. NavigationRailsZ : 512,

          3. SpatialHoldCanceledEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

          4. SpatialHoldCompletedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

          5. SpatialHoldStartedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

          6. SpatialInteraction
            1. SourceState { get; } : SpatialInteractionSourceState

          7. SpatialInteractionDetectedEventArgs
            1. Interaction { get; } : SpatialInteraction

            2. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            3. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

          8. SpatialInteractionManager
            1. GetDetectedSourcesAtTimestamp(PerceptionTimestamp timeStamp) : IReadOnlyList<SpatialInteractionSourceState>

            2. GetForCurrentView() static : SpatialInteractionManager

            3. InteractionDetected event : TypedEventHandler<SpatialInteractionManager,SpatialInteractionDetectedEventArgs>

            4. SourceDetected event : TypedEventHandler<SpatialInteractionManager,SpatialInteractionSourceEventArgs>

            5. SourceLost event : TypedEventHandler<SpatialInteractionManager,SpatialInteractionSourceEventArgs>

            6. SourcePressed event : TypedEventHandler<SpatialInteractionManager,SpatialInteractionSourceEventArgs>

            7. SourceReleased event : TypedEventHandler<SpatialInteractionManager,SpatialInteractionSourceEventArgs>

            8. SourceUpdated event : TypedEventHandler<SpatialInteractionManager,SpatialInteractionSourceEventArgs>

          9. SpatialInteractionSource
            1. Id { get; } : UInt32

            2. Kind { get; } : SpatialInteractionSourceKind

          10. SpatialInteractionSourceEventArgs
            1. State { get; } : SpatialInteractionSourceState

          11. SpatialInteractionSourceKind
            1. Other : 0,

            2. Hand : 1,

            3. Voice : 2,

            4. Controller : 3,

          12. SpatialInteractionSourceLocation
            1. Position { get; } : Nullable<Vector3>

            2. Velocity { get; } : Nullable<Vector3>

          13. SpatialInteractionSourceProperties
            1. SourceLossRisk { get; } : Double

            2. TryGetLocation(SpatialCoordinateSystem coordinateSystem) : SpatialInteractionSourceLocation

            3. TryGetSourceLossMitigationDirection(SpatialCoordinateSystem coordinateSystem) : Nullable<Vector3>

          14. SpatialInteractionSourceState
            1. IsPressed { get; } : Boolean

            2. Properties { get; } : SpatialInteractionSourceProperties

            3. Source { get; } : SpatialInteractionSource

            4. Timestamp { get; } : PerceptionTimestamp

            5. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

          15. SpatialManipulationCanceledEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

          16. SpatialManipulationCompletedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. TryGetCumulativeDelta(SpatialCoordinateSystem coordinateSystem) : SpatialManipulationDelta

          17. SpatialManipulationDelta
            1. Translation { get; } : Vector3

          18. SpatialManipulationStartedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

          19. SpatialManipulationUpdatedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. TryGetCumulativeDelta(SpatialCoordinateSystem coordinateSystem) : SpatialManipulationDelta

          20. SpatialNavigationCanceledEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

          21. SpatialNavigationCompletedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. NormalizedOffset { get; } : Vector3

          22. SpatialNavigationStartedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. IsNavigatingX { get; } : Boolean

            3. IsNavigatingY { get; } : Boolean

            4. IsNavigatingZ { get; } : Boolean

            5. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

          23. SpatialNavigationUpdatedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. NormalizedOffset { get; } : Vector3

          24. SpatialPointerPose
            1. Head { get; } : HeadPose

            2. Timestamp { get; } : PerceptionTimestamp

            3. TryGetAtTimestamp(SpatialCoordinateSystem coordinateSystem, PerceptionTimestamp timestamp) static : SpatialPointerPose

          25. SpatialRecognitionEndedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

          26. SpatialRecognitionStartedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. IsGesturePossible(SpatialGestureSettings gesture) : Boolean

            3. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

          27. SpatialTappedEventArgs
            1. InteractionSourceKind { get; } : SpatialInteractionSourceKind

            2. TapCount { get; } : UInt32

            3. TryGetPointerPose(SpatialCoordinateSystem coordinateSystem) : SpatialPointerPose

        1. KeyboardDeliveryInterceptor
          1. GetForCurrentView() static : KeyboardDeliveryInterceptor

          2. IsInterceptionEnabledWhenInForeground { get; set; } : Boolean

          3. KeyDown event : TypedEventHandler<KeyboardDeliveryInterceptor,KeyEventArgs>

          4. KeyUp event : TypedEventHandler<KeyboardDeliveryInterceptor,KeyEventArgs>

        1. JumpList
          1. IsSupported() static : Boolean

          2. Items { get; } : IList<JumpListItem>

          3. LoadCurrentAsync() static : IAsyncOperation<JumpList>

          4. SaveAsync() : IAsyncAction

          5. SystemGroupKind { get; set; } : JumpListSystemGroupKind

        2. JumpListItem
          1. Arguments { get; } : String

          2. CreateSeparator() static : JumpListItem

          3. CreateWithArguments(String arguments, String displayName) static : JumpListItem

          4. Description { get; set; } : String

          5. DisplayName { get; set; } : String

          6. GroupName { get; set; } : String

          7. Kind { get; } : JumpListItemKind

          8. Logo { get; set; } : Uri

          9. RemovedByUser { get; } : Boolean

        3. JumpListItemKind
          1. Arguments : 0,

          2. Separator : 1,

        4. JumpListSystemGroupKind
          1. None : 0,

          2. Frequent : 1,

          3. Recent : 2,

          1. CoreTextEditContext
            1. NotifyFocusLeaveCompleted event : TypedEventHandler<CoreTextEditContext,Object>

        1. ApplicationViewTransferContext
          1. DataPackageFormatId static { get; } : String

          2. ViewId { get; set; } : Int32

        1. WebUIDevicePairingActivatedEventArgs
          1. ActivatedOperation { get; } : ActivatedOperation

          2. DeviceInformation { get; } : DeviceInformation

          3. Kind { get; } : ActivationKind

          4. PreviousExecutionState { get; } : ApplicationExecutionState

          5. SplashScreen { get; } : SplashScreen

            1. AutomationLandmarkType
              1. None : 0,

              2. Custom : 1,

              3. Form : 2,

              4. Main : 3,

              5. Navigation : 4,

              6. Search : 5,

            2. AutomationPeer
              1. GetLandmarkType() : AutomationLandmarkType

              2. GetLocalizedLandmarkType() : String

          1. AutomationElementIdentifiers
            1. LandmarkTypeProperty static { get; } : AutomationProperty

            2. LocalizedLandmarkTypeProperty static { get; } : AutomationProperty

          2. AutomationProperties
            1. GetLandmarkType(DependencyObject element) static : AutomationLandmarkType

            2. GetLocalizedLandmarkType(DependencyObject element) static : String

            3. LandmarkTypeProperty static { get; } : DependencyProperty

            4. LocalizedLandmarkTypeProperty static { get; } : DependencyProperty

            5. SetLandmarkType(DependencyObject element, AutomationLandmarkType value) static : Void

            6. SetLocalizedLandmarkType(DependencyObject element, String value) static : Void

            1. MapActualCameraChangedEventArgs
              1. ChangeReason { get; } : MapCameraChangeReason

            2. MapActualCameraChangingEventArgs
              1. ChangeReason { get; } : MapCameraChangeReason

            3. MapCameraChangeReason
              1. System : 0,

              2. UserInteraction : 1,

              3. Programmatic : 2,

            4. MapControl
              1. MapRightTapped event : TypedEventHandler<MapControl,MapRightTappedEventArgs>

            5. MapControlBusinessLandmarkClickEventArgs
              1. LocalLocations { get; } : IReadOnlyList<LocalLocation>

            6. MapControlBusinessLandmarkRightTappedEventArgs
              1. LocalLocations { get; } : IReadOnlyList<LocalLocation>

            7. MapControlDataHelper
              1. BusinessLandmarkClick event : TypedEventHandler<MapControl,MapControlBusinessLandmarkClickEventArgs>

              2. BusinessLandmarkRightTapped event : TypedEventHandler<MapControl,MapControlBusinessLandmarkRightTappedEventArgs>

              3. ctor(MapControl map)

              4. TransitFeatureClick event : TypedEventHandler<MapControl,MapControlTransitFeatureClickEventArgs>

              5. TransitFeatureRightTapped event : TypedEventHandler<MapControl,MapControlTransitFeatureRightTappedEventArgs>

            8. MapControlTransitFeatureClickEventArgs
              1. DisplayName { get; } : String

              2. Location { get; } : Geopoint

              3. TransitProperties { get; } : IReadOnlyDictionary<String,Object>

            9. MapControlTransitFeatureRightTappedEventArgs
              1. DisplayName { get; } : String

              2. Location { get; } : Geopoint

              3. TransitProperties { get; } : IReadOnlyDictionary<String,Object>

            10. MapLoadingStatus
              1. DataUnavailable : 2,

            11. MapPolygon
              1. Paths { get; } : IList<Geopath>

            12. MapRightTappedEventArgs
              1. Location { get; } : Geopoint

              2. Position { get; } : Point

            13. MapTargetCameraChangedEventArgs
              1. ChangeReason { get; } : MapCameraChangeReason

            1. ComboBoxTemplateSettings
              1. DropDownContentMinWidth { get; } : Double

            2. CommandBarTemplateSettings
              1. OverflowContentMaxWidth { get; } : Double

            3. MenuFlyoutPresenterTemplateSettings
              1. FlyoutContentMinWidth { get; } : Double

          1. MenuFlyoutPresenter
            1. TemplateSettings { get; } : MenuFlyoutPresenterTemplateSettings

          2. RichEditBox
            1. ClipboardCopyFormat { get; set; } : RichEditClipboardFormat

            2. ClipboardCopyFormatProperty static { get; } : DependencyProperty

            3. GetLinguisticAlternativesAsync() : IAsyncOperation<IReadOnlyList<String>>

          3. RichEditClipboardFormat
            1. AllFormats : 0,

            2. PlainText : 1,

          4. TextBox
            1. GetLinguisticAlternativesAsync() : IAsyncOperation<IReadOnlyList<String>>

          5. WebViewPermissionType
            1. PointerLock : 3,

          1. ElementCompositionPreview
            1. GetContainerVisual(UIElement element) static : Object

            2. GetElementChildVisual(UIElement element) static : Visual

            3. GetElementVisual(UIElement element) static : Visual

            4. GetScrollViewerManipulationPropertySet(ScrollViewer scrollViewer) static : CompositionPropertySet

            5. SetElementChildVisual(UIElement element, Visual visual) static : Void

          1. FontFamily
            1. XamlAutoFontFamily static { get; } : FontFamily

          2. PartialMediaFailureDetectedEventArgs
            1. ExtendedError { get; } : Exception

          1. HttpBaseProtocolFilter
            1. CookieUsageBehavior { get; set; } : HttpCookieUsageBehavior

          2. HttpCookieUsageBehavior
            1. Default : 0,

            2. NoCookies : 1,